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 |
|---|---|---|---|---|
* {
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
outline: none;
font-weight: normal;
}
html {
height: 100%;
display: table;
width: 100%;
}
body {
background: #026f56;
font-family: "Segoe UI", "Microsoft YaHei";
font-size: 18px;
height: 100%;
width: 100%;
min-width: 320px;
color: #fff;
display: table-cell;
vertical-align: middle;
}
.wrapper {
box-sizing: border-box;
width: 640px;
margin: 0 auto;
text-align: center;
}
p {
line-height: 27px;
}
h1 {
font-size: 31px;
color: #ffffff;
margin-top: 20px;
margin-bottom: 20px;
}
h2 {
font-size: 16px;
color: #a3deff;
margin: 0 0 10px;
}
a {
color: #a3deff;
text-decoration: none;
}
.days {
display: none;
}
@media only screen and (max-width: 768px) {
.wrapper {
width: 100%;
padding: 0 20px;
}
.timer {
font-size: 35px;
}
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.clear-loading {
text-align: center;
margin: 0 auto;
position: relative;
box-sizing: border-box;
}
.spinner {
width: 100px;
height: 100px;
}
.spinner > span,
.spinner > span:before,
.spinner > span:after {
content: "";
display: block;
border-radius: 50%;
border: 2px solid #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.spinner > span {
width: 100%;
height: 100%;
top: 0;
left: 0;
border-left-color: transparent;
-webkit-animation: effect-2 2s infinite linear;
-moz-animation: effect-2 2s infinite linear;
-o-animation: effect-2 2s infinite linear;
animation: effect-2 2s infinite linear;
}
.spinner > span:before {
width: 75%;
height: 75%;
border-right-color: transparent;
}
.spinner > span:after {
width: 50%;
height: 50%;
border-bottom-color: transparent;
}
@-webkit-keyframes effect-2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes effect-2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} | httpdocs/Client.Web.SelectGo/Assets/wait-connect/style.css | * {
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
outline: none;
font-weight: normal;
}
html {
height: 100%;
display: table;
width: 100%;
}
body {
background: #026f56;
font-family: "Segoe UI", "Microsoft YaHei";
font-size: 18px;
height: 100%;
width: 100%;
min-width: 320px;
color: #fff;
display: table-cell;
vertical-align: middle;
}
.wrapper {
box-sizing: border-box;
width: 640px;
margin: 0 auto;
text-align: center;
}
p {
line-height: 27px;
}
h1 {
font-size: 31px;
color: #ffffff;
margin-top: 20px;
margin-bottom: 20px;
}
h2 {
font-size: 16px;
color: #a3deff;
margin: 0 0 10px;
}
a {
color: #a3deff;
text-decoration: none;
}
.days {
display: none;
}
@media only screen and (max-width: 768px) {
.wrapper {
width: 100%;
padding: 0 20px;
}
.timer {
font-size: 35px;
}
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
.clear-loading {
text-align: center;
margin: 0 auto;
position: relative;
box-sizing: border-box;
}
.spinner {
width: 100px;
height: 100px;
}
.spinner > span,
.spinner > span:before,
.spinner > span:after {
content: "";
display: block;
border-radius: 50%;
border: 2px solid #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.spinner > span {
width: 100%;
height: 100%;
top: 0;
left: 0;
border-left-color: transparent;
-webkit-animation: effect-2 2s infinite linear;
-moz-animation: effect-2 2s infinite linear;
-o-animation: effect-2 2s infinite linear;
animation: effect-2 2s infinite linear;
}
.spinner > span:before {
width: 75%;
height: 75%;
border-right-color: transparent;
}
.spinner > span:after {
width: 50%;
height: 50%;
border-bottom-color: transparent;
}
@-webkit-keyframes effect-2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes effect-2 {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} | 0.462959 | 0.117876 |
header{
background: #5cb85c;
display: block;
float: left;
width: 100%;
color: white;
padding: .3em 0 .3em 0;
position: fixed;
top: 0;
z-index: 1;
}
header a {
text-decoration: none;
color: #eee;
}
header a:hover {
color: #fff;
}
header .nav{
padding-left: 45px;
float: left;
}
header .nav ul{
margin: 0;
padding: 0;
}
header .nav ul li {
list-style: none;
float: left;
cursor: pointer;
padding: 0 10px 0 0;
}
.content{
margin-left: 42px;
float: left;
margin-top: 10px;
}
section .side{
position: fixed;
background: #5cb85c;
top: 70px;
left: 10px;
cursor: default;
font-size: 2em;
color: white;
min-height: 380px;
z-index: 1;
}
section .side ul {
margin: 0;
padding: 0;
}
section .side ul li{
list-style: none;
padding: 10px 13px;
border-bottom: 1px solid white;
}
section .side ul li a{
color:#eee;
}
section .side ul li a:hover{
color:#fff;
}
section .side-right{
background: #fff;
position: fixed;
right: 1%;
top: 10%;
border:1px solid #dff0d8;
width: 200px;
height: 60%;
overflow: scroll;
}
.entry{
padding: 10px 0 10px 10px;
float: left;
}
.entry .text1{
float: left;
}
.entry .text1 input{
width: 50px;
}
.entry .text2 input{
width: 50px;
}
.entry .text2{
float: left;
}
.add{
cursor: pointer;
float: left;
padding: 4px 15px 4px 15px;
font-size: 14px;
background: #5cb85c;
color: white;
margin-left: 10px;
}
section .side-right .table{
float: left;
width: 165px;
padding: 15px 0 0 10px;
cursor: pointer;
}
section .side-right .table .head{
border:1px solid #dff0d8;
display: block;
padding: 2px 0 2px 10px;
border-bottom: none;
width: 50px;
}
section .side-right .table .body{
border:1px solid #dff0d8;
float: left;
}
section .side-right .table .body .key{
border-right: 1px solid #dff0d8;
float: left;
width: auto;
min-width: 50px;
padding: 2px 0 2px 10px;
}
section .side-right .table .body .value{
float: left;
width: auto;
min-width: 97px;
padding: 2px 0 2px 5px;
}
footer .breviary{
background: #fff;
position: fixed;
left:1%;
bottom: 1%;
width: 16%;
height: 26%;
border:1px solid #dff0d8;
cursor: pointer;
}
footer .breviary img{
width: 95%;
height: 95%;
}
footer .right{
background: #fff;
position: fixed;
bottom:1%;
right: 1%;
height: 26%;
width: 80%;
border:1px solid #dff0d8;
}
footer .right .con{
float: left;
}
footer .right .con div{
padding: 10px 0 10px 10px;
}
footer .right .con div label{
display: inline-block;
width: auto;
min-width: 50px;
text-align: right;
}
footer .right .con div input{
width: 150px;
}
footer .right .c{
float: left;
}
footer .right .c div{
padding: 10px 0 10px 10px;
}
footer .right .c div label{
display: inline-block;
width: 85px;
text-align: right;
}
footer .right .c div select{
width: 150px;
}
footer .right .last {
float: left;
margin-left: 63px;
}
footer .right .last .text1{
float: left;
}
footer .right .last .text1 input{
width: 50px;
float: left;
}
footer .right .last .add{
cursor: pointer;
float: left;
padding: 4px 15px 4px 15px;
font-size: 14px;
background: #5cb85c;
color: white;
margin-left: 10px;
margin-top: 10px;
}
footer .right .url{
margin-top: 10px;
float: left;
margin-left: 15px;
}
footer .right .url div{
}
footer .right .url div label{
display: block;
padding-bottom: 5px;
}
footer .right .url div textarea{
width: 500px;
height: 150px;
} | www/css/style.css | header{
background: #5cb85c;
display: block;
float: left;
width: 100%;
color: white;
padding: .3em 0 .3em 0;
position: fixed;
top: 0;
z-index: 1;
}
header a {
text-decoration: none;
color: #eee;
}
header a:hover {
color: #fff;
}
header .nav{
padding-left: 45px;
float: left;
}
header .nav ul{
margin: 0;
padding: 0;
}
header .nav ul li {
list-style: none;
float: left;
cursor: pointer;
padding: 0 10px 0 0;
}
.content{
margin-left: 42px;
float: left;
margin-top: 10px;
}
section .side{
position: fixed;
background: #5cb85c;
top: 70px;
left: 10px;
cursor: default;
font-size: 2em;
color: white;
min-height: 380px;
z-index: 1;
}
section .side ul {
margin: 0;
padding: 0;
}
section .side ul li{
list-style: none;
padding: 10px 13px;
border-bottom: 1px solid white;
}
section .side ul li a{
color:#eee;
}
section .side ul li a:hover{
color:#fff;
}
section .side-right{
background: #fff;
position: fixed;
right: 1%;
top: 10%;
border:1px solid #dff0d8;
width: 200px;
height: 60%;
overflow: scroll;
}
.entry{
padding: 10px 0 10px 10px;
float: left;
}
.entry .text1{
float: left;
}
.entry .text1 input{
width: 50px;
}
.entry .text2 input{
width: 50px;
}
.entry .text2{
float: left;
}
.add{
cursor: pointer;
float: left;
padding: 4px 15px 4px 15px;
font-size: 14px;
background: #5cb85c;
color: white;
margin-left: 10px;
}
section .side-right .table{
float: left;
width: 165px;
padding: 15px 0 0 10px;
cursor: pointer;
}
section .side-right .table .head{
border:1px solid #dff0d8;
display: block;
padding: 2px 0 2px 10px;
border-bottom: none;
width: 50px;
}
section .side-right .table .body{
border:1px solid #dff0d8;
float: left;
}
section .side-right .table .body .key{
border-right: 1px solid #dff0d8;
float: left;
width: auto;
min-width: 50px;
padding: 2px 0 2px 10px;
}
section .side-right .table .body .value{
float: left;
width: auto;
min-width: 97px;
padding: 2px 0 2px 5px;
}
footer .breviary{
background: #fff;
position: fixed;
left:1%;
bottom: 1%;
width: 16%;
height: 26%;
border:1px solid #dff0d8;
cursor: pointer;
}
footer .breviary img{
width: 95%;
height: 95%;
}
footer .right{
background: #fff;
position: fixed;
bottom:1%;
right: 1%;
height: 26%;
width: 80%;
border:1px solid #dff0d8;
}
footer .right .con{
float: left;
}
footer .right .con div{
padding: 10px 0 10px 10px;
}
footer .right .con div label{
display: inline-block;
width: auto;
min-width: 50px;
text-align: right;
}
footer .right .con div input{
width: 150px;
}
footer .right .c{
float: left;
}
footer .right .c div{
padding: 10px 0 10px 10px;
}
footer .right .c div label{
display: inline-block;
width: 85px;
text-align: right;
}
footer .right .c div select{
width: 150px;
}
footer .right .last {
float: left;
margin-left: 63px;
}
footer .right .last .text1{
float: left;
}
footer .right .last .text1 input{
width: 50px;
float: left;
}
footer .right .last .add{
cursor: pointer;
float: left;
padding: 4px 15px 4px 15px;
font-size: 14px;
background: #5cb85c;
color: white;
margin-left: 10px;
margin-top: 10px;
}
footer .right .url{
margin-top: 10px;
float: left;
margin-left: 15px;
}
footer .right .url div{
}
footer .right .url div label{
display: block;
padding-bottom: 5px;
}
footer .right .url div textarea{
width: 500px;
height: 150px;
} | 0.340156 | 0.094052 |
td {
font-size: 20px;
}
.main {
text-align: center;
padding: 10px;
}
@media (min-width: 1000px) {
.main {
margin: 0 60px;
}
}
.main h2 {
font-size: 30px;
margin: 10px 0 10px 0;
}
.main h3 {
font-size: 20px;
margin: 10px;
}
div {
overflow: hidden;
}
img {
max-width: 100%;
}
img.icon {
width: 80px;
}
.block {
overflow: hidden;
height: 185px;
}
.block p {
padding: 5px;
color: blue;
/*display: inline-block;*/
}
div .block p{
color: red;
}
.slider {
margin: 0 0 10px 0;
background-color: #65BABD;
padding: 10px 0 10px 0;
width:100%;
}
.slider p {
text-align: center;
margin-top: 10px;
}
.service {
/*width: 280px;*/
/*height: 200px;*/
background-color: #851919;
}
.haha {
background-color: red;
}
.hoho {
background-color: blue;
}
.kk {
background-color: yellow;
}
.footer {
width: 90%;
padding: 5%;
/*height: 100px;*/
background-color: yellow;
float: left;
}
.footer p {
text-align: center;
margin: 30px 0 30px 0;
}
.clearfix {
clear: both;
}
body:not(.has-section) {
padding-top: 66px;
}
nav {
background-color: black;
max-height: 66px;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
nav li > img {
height: 64px;
}
nav li {
float: left;
background-color: none;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
transition: background-color 0.5s;
}
nav li > a {
font-size: 24px;
display: block;
color: green;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
padding: 20px;
text-decoration: none;
position: relative;
top:0;
}
nav li > a:hover {
top:-10px;
border-bottom: 15px solid green;
color: blue;
}
nav li:hover {
background-color: yellow;
}
.centerized{
display: block !important;
margin: auto !important;
}
.row {
padding: 10px 0 10px 0;
overflow: visible;
}
.row::after {
content: '';
clear:both;
display: block;
}
.columns {
overflow: visible;
float: left;
/*vertical-align: top;*/
}
.three {
width: 33.3%;
}
.four {
width: 25%;
}
.five {
width: 20%;
}
.one-three {
width: 33.3%;
}
.two-three {
width: 66.6%;
}
.one-five {
width: 20%;
}
.four-five {
width: 79.5%;
}
@media (max-width: 768px) {
.columns.stackable {
width: 100%;
}
}
/* For p2.html */
.ad {
position: fixed;
width: 100px;
height: 100px;
/*top:50%;*/
top:0;
bottom:0;
margin: auto;
right:0;
background-color: red;
transition: 1s;
overflow:visible;
}
.ad:hover {
right:5%;
}
.ad .close {
position: absolute;
top: -5px;
right: -5px;
background-color: chartreuse;
text-decoration: none;
display: block;
padding: 5px;
border-radius: 20px;
transition: 0.5s;
}
.ad .content {
width: 100%;
height: 100%;
}
.ad .close span{
font-size: 0;
}
.the-p {
position: relative;
}
.holulu {
position: relative;
top: -20px;
color: red;
}
.hulala {
position: absolute;
top: 10px;
left: 0;
color: yellow;
}
.hulala .son {
position: absolute;
top: 10px;
left:0;
color: blue;
}
/* For p3.html */
.the-foobar {
margin-top: 30px;
font-size: 76px;
text-align: center;
font-weight: bold;
font-family: fantasy;
color: HSL(142,78%,75%);
position: relative;
top:0;
text-shadow:
0 1px rgba(65, 171, 218, 1),
0 2px rgba(65, 171, 218, 0.9),
0 3px rgba(65, 171, 218, 0.8),
0 4px rgba(65, 171, 218, 0.7),
0 5px rgba(65, 171, 218, 0.6),
0 6px rgba(65, 171, 218, 0.5),
0 7px rgba(65, 171, 218, 0.4),
0 8px rgba(65, 171, 218, 0.3),
0 9px rgba(65, 171, 218, 0.2),
0 10px rgba(65, 171, 218, 0.1);
transition: 0.5s;
}
.the-foobar:hover{
top:5px;
text-shadow:
0 1px rgba(65, 171, 218, 1),
0 1px rgba(65, 171, 218, 0.9),
0 2px rgba(65, 171, 218, 0.8),
0 2px rgba(65, 171, 218, 0.7),
0 3px rgba(65, 171, 218, 0.6),
0 3px rgba(65, 171, 218, 0.5),
0 4px rgba(65, 171, 218, 0.4),
0 5px rgba(65, 171, 218, 0.3),
0 5px rgba(65, 171, 218, 0.2),
0 6px rgba(65, 171, 218, 0.1);
}
.bubble {
background-color: #A86EC5;
width: 400px;
margin: auto;
padding: 10px;
border-radius: 5px;
position: relative;
overflow: visible;
}
.bubble:after {
content: '';
position: absolute;
left: 50%;
top: -10px;
width: 0;
height: 0;
border-bottom: 10px solid #A86EC5;
/* border-top: 10px solid rgba(0, 0, 0, 0); */
border-left: 10px solid rgba(0, 0, 0, 0);
border-right: 10px solid rgba(0, 0, 0, 0);
}
.p3-text {
font-weight: 600;
font-size: 125%;
text-decoration: underline;
text-indent: -2em;
padding-left: 4em;
width: 400px;
margin: 30px auto;
}
/* For p4 */
section {
padding-top: 40px;
padding-bottom: 40px;
}
section > div {
max-width: 1024px;
margin: auto;
}
section:first-child {
padding-top: 66px;
}
.logo {
padding: 100px 200px;
}
.logo > h1 {
height: 130px;
font-size: 44px;
color: white;
text-shadow: 0 0 7px black;
}
.logo > h1 > img {
/*border-radius: 100px;*/
height: 135px;
width: 135px;
margin-bottom: -90px;
}
.logo > h1 > p {
font-size: 20px;
margin-left: 147px;
}
section#intro {
background-attachment: fixed;
background:
linear-gradient(45deg, #92baac 45px, transparent 45px)64px 64px,
linear-gradient(45deg, #92baac 45px, transparent 45px,transparent 91px, #e1ebbd 91px, #e1ebbd 135px, transparent 135px),
linear-gradient(-45deg, #92baac 23px, transparent 23px, transparent 68px,#92baac 68px,#92baac 113px,transparent 113px,transparent 158px,#92baac 158px);
background-color:#e1ebbd;
background-size: 128px 128px;
}
section#intro nav {
top: 0;
max-width: 1024px;
/*margin: auto;*/
}
section#intro nav > a {
position: relative;
display: block;
font-size: 18px;
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
text-decoration: none;
background-color: #BDBDBD;
color: white;
}
section#intro nav > a.active {
background-color: green;
}
section#intro nav > a::after {
content: '';
display: block;
position: absolute;
left: 50%;
width: 0%;
margin: auto;
height: 0%;
top: 50%;
background-color: rgba(0, 0, 0, 0.51);
transition: 0.5s;
}
@media (min-width: 767px) {
section#intro nav > a:not(.active):hover::after {
left: 0%;
top: 0%;
width:100%;
height:100%;
}
section#intro nav > a#toggler {
display: none;
}
}
@media (max-width: 768px) {
section#intro nav > a {
float: none;
width: 100%;
}
section#intro nav.expanded {
overflow: visible;
}
section#intro nav > a:not(.active):active::after {
left: 0%;
top: 0%;
width:100%;
height:100%;
}
}
section#intro .logo {
padding: 100px 200px;
overflow: visible;
}
section#intro .logo > h1 {
height: 130px;
font-size: 44px;
color: white;
text-shadow: 0 0 7px black;
}
section#intro .logo > h1 > img {
/*border-radius: 100px;*/
height: 135px;
width: 135px;
margin-bottom: -90px;
}
section#intro .logo > h1 > p {
font-size: 20px;
margin-left: 147px;
}
@media (max-width: 768px) {
section#intro .logo {
padding: 100px 0;
}
section#intro .logo > h1 {
text-align: center;
}
section#intro .logo > h1 > img {
display: block;
margin: auto;
}
section#intro .logo > h1 > p {
margin: auto;
}
}
section#intro .feature {
background-color: #7B7B7B;
box-shadow: 0 0 20px white;
padding: 50px 100px;
box-sizing: border-box;
position: relative;
top: 65px;
}
section#intro .feature h2 {
font-size: 24px;
font-weight: bold;
font-family: cursive;
}
section#intro .feature .controls {
position: absolute;
right: 20px;
top: 20px;
overflow: visible;
}
section#intro .feature .controls .btn {
float: right;
background-color: #BDBDBD;
}
section#intro .feature .controls .btn.active {
float: right;
background-color: green;
}
@media (max-width: 768px) {
section#intro .feature {
padding-left: 0;
padding-right: 0;
}
section#intro .feature h2 {
text-align: center;
}
section#intro .feature .controls {
position: absolute;
left: 50%;
margin-left: -45px;
right: auto;
top: auto;
bottom: 6px;
}
}
section#hire {
padding-top: 70px;
background-attachment: fixed;
background: -webkit-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* Chrome 10+, Saf5.1+ */
background: -moz-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* FF3.6+ */
background: -ms-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* IE10 */
background: -o-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* Opera 11.10+ */
background: linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* W3C */
}
section#hire > div {
margin-top: 100px;
margin-bottom: 100px;
overflow: visible;
}
section#hire > div > * {
display: inline-block;
}
section#hire h2 {
/*width: 80%;*/
font-size: 70px;
font-weight: bold;
color: green;
}
section#hire p {
/*width: 80%;*/
color: #5A5A5A;
line-height: 1.5em;
}
section#hire .btn {
width: 70px;
height: 70px;
font-size: 28px;
padding: 10px;
float: right;
line-height: 1.35em;
margin-top: 25px;
}
@media (max-width: 768px) {
section#hire {
text-align: center;
}
section#hire .btn {
display: block;
float: none;
margin: auto;
margin-top: 20px;
}
}
section#plans .card {
overflow: visible;
padding: 36px 10px 0 10px;
box-sizing: border-box;
}
section#plans .card:first-child {
padding-left: 0;
}
section#plans .card:last-child {
padding-right: 0;
}
section#plans .card > div {
background-color: gray;
margin-top: 60px;
overflow: visible;
}
section#plans .card > div > a > img {
background-color: white;
/*border-radius: 100px;*/
margin-top: -75px;
/*box-shadow: 0 0 3px black;*/
width: 80%;
margin-left: 10%;
box-shadow:
0px 0px 0 gray,
0px 0px 0 gray,
0px 0px 0 gray,
0px 0px 0 gray,
0px 0px 0 gray;
transition: 0.5s;
}
@media (min-width: 768px) {
section#plans .card > div > a > img:hover {
box-shadow:
-10px 0px 0 gray,
0px -13px 0 gray,
-10px -10px 0 gray,
10px -10px 0 gray,
10px 0px 0 gray;
}
}
@media (max-width: 768px) {
section#plans .card > div > a > img:active {
box-shadow:
-10px 0px 0 gray,
0px -13px 0 gray,
-10px -10px 0 gray,
10px -10px 0 gray,
10px 0px 0 gray;
}
}
section#plans .card > div > a {
/*position: relative;*/
}
/*section#plans .card > div > a::after{
content: '';
}
section#plans .card > div > a:hover::after{
content: '';
}*/
section#plans .card > div > h3 {
text-align: center;
padding: 10%;
font-weight: bold;
color: white;
font-size: 20px;
}
section#plans .card > p {
background-color: #BDBDBD;
font-size: 14px;
padding: 17px;
color: grey;
}
@media (max-width: 768px) {
section#plans .card {
padding-left: 30px !important;
padding-right: 30px !important;
}
section#plans .card > div > a > img {
width: 30%;
margin-left: 35%;
}
section#plans .card > div > h3 {
padding-top: 20px;
padding-bottom: 20px;
}
}
section#build-your-own {
background:
linear-gradient(135deg, #CCCCCC 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
linear-gradient(225deg, #CCCCCC 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
background-color:#CCCCCC;
background-size: 64px 128px
}
section#build-your-own h2 {
font-size: 40px;
text-align: center;
padding-top: 20px;
}
section#build-your-own h3 {
font-size: 40px;
text-align: center;
padding-bottom: 20px;
color: green;
}
section#build-your-own h4 {
font-size: 21px;
text-align: center;
padding: 20px;
}
section#build-your-own p {
max-width: 500px;
margin: auto;
text-align: center;
color: gray;
}
section#build-your-own a {
margin: 20px auto;
height: 54px;
display: block;
width: 68px;
line-height: 1.35em;
padding-top: 13px;
}
section#know-us h2 {
font-size: 40px;
font-weight: bold;
}
section#know-us h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
section#know-us .highlight {
color:green;
}
section#know-us p {
margin: 10px 5px;
color: gray;
}
section#know-us div {
padding: 8px;
box-sizing: border-box;
}
@media (max-width: 768px) {
section#know-us {
text-align: center;
}
}
section#how {
background: -webkit-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* Chrome 10+, Saf5.1+ */
background: -moz-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* FF3.6+ */
background: -ms-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* IE10 */
background: -o-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* Opera 11.10+ */
background: linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* W3C */
}
section#how > div {
margin-top: 100px;
margin-bottom: 100px;
overflow: visible;
}
section#how > div > * {
display: inline-block;
}
section#how h2 {
/*width: 80%;*/
font-size: 70px;
font-weight: bold;
color: green;
}
section#how p {
/*width: 80%;*/
color: #5A5A5A;
line-height: 1.5em;
}
section#how .btn {
width: 70px;
height: 70px;
font-size: 28px;
padding: 13px 13px 15px 20px;
float: right;
line-height: 1.35em;
margin-top: 25px;
}
@media (max-width: 768px) {
section#how {
text-align: center;
}
section#how .btn {
display: block;
float: none;
margin: auto;
margin-top: 20px;
}
}
section#footer {
background:
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
background-color: #300;
background-size: 100px 100px;
}
section#footer .sub-title {
margin-top: 100px;
}
section#footer .sub-title img {
height: 50px;
float: right;
margin-right: 18px;
margin-top: -8px;
}
section#footer .sub-title span {
color: white;
}
section#footer .sub input {
width: 66%;
border: none;
padding: 10px;
font-size: 24px;
box-sizing: content-box;
}
section#footer .sub a {
width: 30%;
display: inline-block;
box-sizing: border-box;
padding: 16px;
position: relative;
top: -3px;
left: -4px;
}
section#footer .contact {
margin-top: 100px;
}
section#footer .logo {
padding: 0;
}
section#footer .logo > h1 {
font-size: 24px;
height: 60px;
}
section#footer .logo > h1 > img {
width: 60px;
height: 60px;
margin-bottom: -31px;
}
section#footer .logo > h1 > p {
font-size: 16px;
margin-left: 68px;
color: gray;
}
section#footer .social a {
background-color: #8DFFAB;
display: inline-block;
padding: 3px;
margin: 3px;
}
section#footer .social a:hover {
background-color: white;
}
section#footer .social img {
width: 25px;
}
@media (max-width: 768px) {
section#footer .sub-title img {
margin: auto;
float: none;
display: block;
margin-bottom: 20px;
}
section#footer .sub-title span {
text-align: center;
width: 60%;
display: block;
margin: auto;
}
section#footer .sub input {
margin: auto;
display: block;
}
section#footer .sub a {
position: initial;
margin: auto;
display: block;
width: 71%;
}
section#footer .social {
margin-top: 20px;
margin-left: 20px;
/* I dont know how to center this object */
}
}
a.btn {
color: white;
text-decoration: none;
text-align: center;
position: relative;
transition: 0.5s;
background-color: #457F54;
}
a.small.btn {
width: 20px;
height: 20px;
margin: 5px;
}
a.rect.btn {
display: block;
color: white;
background-color: green;
text-decoration: none;
text-align: center;
padding: 10px;
transition: 0.5s;
}
a.rect.btn:hover {
background-color: darkgreen;
}
a.circle.btn {
border-radius: 100px;
box-shadow: 0 0 0px green;
}
@media (max-width: 768px) {
a.circle.btn:active {
background-color: black;
box-shadow: 0 0 100px rgba(0, 0, 0, 0);
}
}
@media (min-width: 768px) {
a.circle.btn:hover {
background-color: black;
box-shadow: 0 0 100px rgba(0, 0, 0, 0);
}
}
img.circular {
border-radius: 100px;
}
div.narrow.row {
max-width: 650px;
} | test.css | td {
font-size: 20px;
}
.main {
text-align: center;
padding: 10px;
}
@media (min-width: 1000px) {
.main {
margin: 0 60px;
}
}
.main h2 {
font-size: 30px;
margin: 10px 0 10px 0;
}
.main h3 {
font-size: 20px;
margin: 10px;
}
div {
overflow: hidden;
}
img {
max-width: 100%;
}
img.icon {
width: 80px;
}
.block {
overflow: hidden;
height: 185px;
}
.block p {
padding: 5px;
color: blue;
/*display: inline-block;*/
}
div .block p{
color: red;
}
.slider {
margin: 0 0 10px 0;
background-color: #65BABD;
padding: 10px 0 10px 0;
width:100%;
}
.slider p {
text-align: center;
margin-top: 10px;
}
.service {
/*width: 280px;*/
/*height: 200px;*/
background-color: #851919;
}
.haha {
background-color: red;
}
.hoho {
background-color: blue;
}
.kk {
background-color: yellow;
}
.footer {
width: 90%;
padding: 5%;
/*height: 100px;*/
background-color: yellow;
float: left;
}
.footer p {
text-align: center;
margin: 30px 0 30px 0;
}
.clearfix {
clear: both;
}
body:not(.has-section) {
padding-top: 66px;
}
nav {
background-color: black;
max-height: 66px;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
nav li > img {
height: 64px;
}
nav li {
float: left;
background-color: none;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
transition: background-color 0.5s;
}
nav li > a {
font-size: 24px;
display: block;
color: green;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
padding: 20px;
text-decoration: none;
position: relative;
top:0;
}
nav li > a:hover {
top:-10px;
border-bottom: 15px solid green;
color: blue;
}
nav li:hover {
background-color: yellow;
}
.centerized{
display: block !important;
margin: auto !important;
}
.row {
padding: 10px 0 10px 0;
overflow: visible;
}
.row::after {
content: '';
clear:both;
display: block;
}
.columns {
overflow: visible;
float: left;
/*vertical-align: top;*/
}
.three {
width: 33.3%;
}
.four {
width: 25%;
}
.five {
width: 20%;
}
.one-three {
width: 33.3%;
}
.two-three {
width: 66.6%;
}
.one-five {
width: 20%;
}
.four-five {
width: 79.5%;
}
@media (max-width: 768px) {
.columns.stackable {
width: 100%;
}
}
/* For p2.html */
.ad {
position: fixed;
width: 100px;
height: 100px;
/*top:50%;*/
top:0;
bottom:0;
margin: auto;
right:0;
background-color: red;
transition: 1s;
overflow:visible;
}
.ad:hover {
right:5%;
}
.ad .close {
position: absolute;
top: -5px;
right: -5px;
background-color: chartreuse;
text-decoration: none;
display: block;
padding: 5px;
border-radius: 20px;
transition: 0.5s;
}
.ad .content {
width: 100%;
height: 100%;
}
.ad .close span{
font-size: 0;
}
.the-p {
position: relative;
}
.holulu {
position: relative;
top: -20px;
color: red;
}
.hulala {
position: absolute;
top: 10px;
left: 0;
color: yellow;
}
.hulala .son {
position: absolute;
top: 10px;
left:0;
color: blue;
}
/* For p3.html */
.the-foobar {
margin-top: 30px;
font-size: 76px;
text-align: center;
font-weight: bold;
font-family: fantasy;
color: HSL(142,78%,75%);
position: relative;
top:0;
text-shadow:
0 1px rgba(65, 171, 218, 1),
0 2px rgba(65, 171, 218, 0.9),
0 3px rgba(65, 171, 218, 0.8),
0 4px rgba(65, 171, 218, 0.7),
0 5px rgba(65, 171, 218, 0.6),
0 6px rgba(65, 171, 218, 0.5),
0 7px rgba(65, 171, 218, 0.4),
0 8px rgba(65, 171, 218, 0.3),
0 9px rgba(65, 171, 218, 0.2),
0 10px rgba(65, 171, 218, 0.1);
transition: 0.5s;
}
.the-foobar:hover{
top:5px;
text-shadow:
0 1px rgba(65, 171, 218, 1),
0 1px rgba(65, 171, 218, 0.9),
0 2px rgba(65, 171, 218, 0.8),
0 2px rgba(65, 171, 218, 0.7),
0 3px rgba(65, 171, 218, 0.6),
0 3px rgba(65, 171, 218, 0.5),
0 4px rgba(65, 171, 218, 0.4),
0 5px rgba(65, 171, 218, 0.3),
0 5px rgba(65, 171, 218, 0.2),
0 6px rgba(65, 171, 218, 0.1);
}
.bubble {
background-color: #A86EC5;
width: 400px;
margin: auto;
padding: 10px;
border-radius: 5px;
position: relative;
overflow: visible;
}
.bubble:after {
content: '';
position: absolute;
left: 50%;
top: -10px;
width: 0;
height: 0;
border-bottom: 10px solid #A86EC5;
/* border-top: 10px solid rgba(0, 0, 0, 0); */
border-left: 10px solid rgba(0, 0, 0, 0);
border-right: 10px solid rgba(0, 0, 0, 0);
}
.p3-text {
font-weight: 600;
font-size: 125%;
text-decoration: underline;
text-indent: -2em;
padding-left: 4em;
width: 400px;
margin: 30px auto;
}
/* For p4 */
section {
padding-top: 40px;
padding-bottom: 40px;
}
section > div {
max-width: 1024px;
margin: auto;
}
section:first-child {
padding-top: 66px;
}
.logo {
padding: 100px 200px;
}
.logo > h1 {
height: 130px;
font-size: 44px;
color: white;
text-shadow: 0 0 7px black;
}
.logo > h1 > img {
/*border-radius: 100px;*/
height: 135px;
width: 135px;
margin-bottom: -90px;
}
.logo > h1 > p {
font-size: 20px;
margin-left: 147px;
}
section#intro {
background-attachment: fixed;
background:
linear-gradient(45deg, #92baac 45px, transparent 45px)64px 64px,
linear-gradient(45deg, #92baac 45px, transparent 45px,transparent 91px, #e1ebbd 91px, #e1ebbd 135px, transparent 135px),
linear-gradient(-45deg, #92baac 23px, transparent 23px, transparent 68px,#92baac 68px,#92baac 113px,transparent 113px,transparent 158px,#92baac 158px);
background-color:#e1ebbd;
background-size: 128px 128px;
}
section#intro nav {
top: 0;
max-width: 1024px;
/*margin: auto;*/
}
section#intro nav > a {
position: relative;
display: block;
font-size: 18px;
padding-top: 24px;
padding-bottom: 24px;
text-align: center;
text-decoration: none;
background-color: #BDBDBD;
color: white;
}
section#intro nav > a.active {
background-color: green;
}
section#intro nav > a::after {
content: '';
display: block;
position: absolute;
left: 50%;
width: 0%;
margin: auto;
height: 0%;
top: 50%;
background-color: rgba(0, 0, 0, 0.51);
transition: 0.5s;
}
@media (min-width: 767px) {
section#intro nav > a:not(.active):hover::after {
left: 0%;
top: 0%;
width:100%;
height:100%;
}
section#intro nav > a#toggler {
display: none;
}
}
@media (max-width: 768px) {
section#intro nav > a {
float: none;
width: 100%;
}
section#intro nav.expanded {
overflow: visible;
}
section#intro nav > a:not(.active):active::after {
left: 0%;
top: 0%;
width:100%;
height:100%;
}
}
section#intro .logo {
padding: 100px 200px;
overflow: visible;
}
section#intro .logo > h1 {
height: 130px;
font-size: 44px;
color: white;
text-shadow: 0 0 7px black;
}
section#intro .logo > h1 > img {
/*border-radius: 100px;*/
height: 135px;
width: 135px;
margin-bottom: -90px;
}
section#intro .logo > h1 > p {
font-size: 20px;
margin-left: 147px;
}
@media (max-width: 768px) {
section#intro .logo {
padding: 100px 0;
}
section#intro .logo > h1 {
text-align: center;
}
section#intro .logo > h1 > img {
display: block;
margin: auto;
}
section#intro .logo > h1 > p {
margin: auto;
}
}
section#intro .feature {
background-color: #7B7B7B;
box-shadow: 0 0 20px white;
padding: 50px 100px;
box-sizing: border-box;
position: relative;
top: 65px;
}
section#intro .feature h2 {
font-size: 24px;
font-weight: bold;
font-family: cursive;
}
section#intro .feature .controls {
position: absolute;
right: 20px;
top: 20px;
overflow: visible;
}
section#intro .feature .controls .btn {
float: right;
background-color: #BDBDBD;
}
section#intro .feature .controls .btn.active {
float: right;
background-color: green;
}
@media (max-width: 768px) {
section#intro .feature {
padding-left: 0;
padding-right: 0;
}
section#intro .feature h2 {
text-align: center;
}
section#intro .feature .controls {
position: absolute;
left: 50%;
margin-left: -45px;
right: auto;
top: auto;
bottom: 6px;
}
}
section#hire {
padding-top: 70px;
background-attachment: fixed;
background: -webkit-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* Chrome 10+, Saf5.1+ */
background: -moz-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* FF3.6+ */
background: -ms-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* IE10 */
background: -o-linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* Opera 11.10+ */
background: linear-gradient(0deg, #8e9eab 10%, #eef2f3 90%); /* W3C */
}
section#hire > div {
margin-top: 100px;
margin-bottom: 100px;
overflow: visible;
}
section#hire > div > * {
display: inline-block;
}
section#hire h2 {
/*width: 80%;*/
font-size: 70px;
font-weight: bold;
color: green;
}
section#hire p {
/*width: 80%;*/
color: #5A5A5A;
line-height: 1.5em;
}
section#hire .btn {
width: 70px;
height: 70px;
font-size: 28px;
padding: 10px;
float: right;
line-height: 1.35em;
margin-top: 25px;
}
@media (max-width: 768px) {
section#hire {
text-align: center;
}
section#hire .btn {
display: block;
float: none;
margin: auto;
margin-top: 20px;
}
}
section#plans .card {
overflow: visible;
padding: 36px 10px 0 10px;
box-sizing: border-box;
}
section#plans .card:first-child {
padding-left: 0;
}
section#plans .card:last-child {
padding-right: 0;
}
section#plans .card > div {
background-color: gray;
margin-top: 60px;
overflow: visible;
}
section#plans .card > div > a > img {
background-color: white;
/*border-radius: 100px;*/
margin-top: -75px;
/*box-shadow: 0 0 3px black;*/
width: 80%;
margin-left: 10%;
box-shadow:
0px 0px 0 gray,
0px 0px 0 gray,
0px 0px 0 gray,
0px 0px 0 gray,
0px 0px 0 gray;
transition: 0.5s;
}
@media (min-width: 768px) {
section#plans .card > div > a > img:hover {
box-shadow:
-10px 0px 0 gray,
0px -13px 0 gray,
-10px -10px 0 gray,
10px -10px 0 gray,
10px 0px 0 gray;
}
}
@media (max-width: 768px) {
section#plans .card > div > a > img:active {
box-shadow:
-10px 0px 0 gray,
0px -13px 0 gray,
-10px -10px 0 gray,
10px -10px 0 gray,
10px 0px 0 gray;
}
}
section#plans .card > div > a {
/*position: relative;*/
}
/*section#plans .card > div > a::after{
content: '';
}
section#plans .card > div > a:hover::after{
content: '';
}*/
section#plans .card > div > h3 {
text-align: center;
padding: 10%;
font-weight: bold;
color: white;
font-size: 20px;
}
section#plans .card > p {
background-color: #BDBDBD;
font-size: 14px;
padding: 17px;
color: grey;
}
@media (max-width: 768px) {
section#plans .card {
padding-left: 30px !important;
padding-right: 30px !important;
}
section#plans .card > div > a > img {
width: 30%;
margin-left: 35%;
}
section#plans .card > div > h3 {
padding-top: 20px;
padding-bottom: 20px;
}
}
section#build-your-own {
background:
linear-gradient(135deg, #CCCCCC 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px),
linear-gradient(225deg, #CCCCCC 22px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
background-color:#CCCCCC;
background-size: 64px 128px
}
section#build-your-own h2 {
font-size: 40px;
text-align: center;
padding-top: 20px;
}
section#build-your-own h3 {
font-size: 40px;
text-align: center;
padding-bottom: 20px;
color: green;
}
section#build-your-own h4 {
font-size: 21px;
text-align: center;
padding: 20px;
}
section#build-your-own p {
max-width: 500px;
margin: auto;
text-align: center;
color: gray;
}
section#build-your-own a {
margin: 20px auto;
height: 54px;
display: block;
width: 68px;
line-height: 1.35em;
padding-top: 13px;
}
section#know-us h2 {
font-size: 40px;
font-weight: bold;
}
section#know-us h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
section#know-us .highlight {
color:green;
}
section#know-us p {
margin: 10px 5px;
color: gray;
}
section#know-us div {
padding: 8px;
box-sizing: border-box;
}
@media (max-width: 768px) {
section#know-us {
text-align: center;
}
}
section#how {
background: -webkit-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* Chrome 10+, Saf5.1+ */
background: -moz-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* FF3.6+ */
background: -ms-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* IE10 */
background: -o-linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* Opera 11.10+ */
background: linear-gradient(90deg, #abbaab 10%, #ffffff 90%); /* W3C */
}
section#how > div {
margin-top: 100px;
margin-bottom: 100px;
overflow: visible;
}
section#how > div > * {
display: inline-block;
}
section#how h2 {
/*width: 80%;*/
font-size: 70px;
font-weight: bold;
color: green;
}
section#how p {
/*width: 80%;*/
color: #5A5A5A;
line-height: 1.5em;
}
section#how .btn {
width: 70px;
height: 70px;
font-size: 28px;
padding: 13px 13px 15px 20px;
float: right;
line-height: 1.35em;
margin-top: 25px;
}
@media (max-width: 768px) {
section#how {
text-align: center;
}
section#how .btn {
display: block;
float: none;
margin: auto;
margin-top: 20px;
}
}
section#footer {
background:
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
background-color: #300;
background-size: 100px 100px;
}
section#footer .sub-title {
margin-top: 100px;
}
section#footer .sub-title img {
height: 50px;
float: right;
margin-right: 18px;
margin-top: -8px;
}
section#footer .sub-title span {
color: white;
}
section#footer .sub input {
width: 66%;
border: none;
padding: 10px;
font-size: 24px;
box-sizing: content-box;
}
section#footer .sub a {
width: 30%;
display: inline-block;
box-sizing: border-box;
padding: 16px;
position: relative;
top: -3px;
left: -4px;
}
section#footer .contact {
margin-top: 100px;
}
section#footer .logo {
padding: 0;
}
section#footer .logo > h1 {
font-size: 24px;
height: 60px;
}
section#footer .logo > h1 > img {
width: 60px;
height: 60px;
margin-bottom: -31px;
}
section#footer .logo > h1 > p {
font-size: 16px;
margin-left: 68px;
color: gray;
}
section#footer .social a {
background-color: #8DFFAB;
display: inline-block;
padding: 3px;
margin: 3px;
}
section#footer .social a:hover {
background-color: white;
}
section#footer .social img {
width: 25px;
}
@media (max-width: 768px) {
section#footer .sub-title img {
margin: auto;
float: none;
display: block;
margin-bottom: 20px;
}
section#footer .sub-title span {
text-align: center;
width: 60%;
display: block;
margin: auto;
}
section#footer .sub input {
margin: auto;
display: block;
}
section#footer .sub a {
position: initial;
margin: auto;
display: block;
width: 71%;
}
section#footer .social {
margin-top: 20px;
margin-left: 20px;
/* I dont know how to center this object */
}
}
a.btn {
color: white;
text-decoration: none;
text-align: center;
position: relative;
transition: 0.5s;
background-color: #457F54;
}
a.small.btn {
width: 20px;
height: 20px;
margin: 5px;
}
a.rect.btn {
display: block;
color: white;
background-color: green;
text-decoration: none;
text-align: center;
padding: 10px;
transition: 0.5s;
}
a.rect.btn:hover {
background-color: darkgreen;
}
a.circle.btn {
border-radius: 100px;
box-shadow: 0 0 0px green;
}
@media (max-width: 768px) {
a.circle.btn:active {
background-color: black;
box-shadow: 0 0 100px rgba(0, 0, 0, 0);
}
}
@media (min-width: 768px) {
a.circle.btn:hover {
background-color: black;
box-shadow: 0 0 100px rgba(0, 0, 0, 0);
}
}
img.circular {
border-radius: 100px;
}
div.narrow.row {
max-width: 650px;
} | 0.415017 | 0.203114 |
*{
padding:0;
margin:0;
}
.wrapper{
width: auto;
}
.container {
position: relative;
width:343px;
height: 480px;
margin:0 auto;
top: 20px;
overflow: hidden;
background-image: url('img/bg.jpg');
}
/*移动的道路*/
.road{
position: absolute;
list-style: none;
top:420px;
width: 686px;
left:-343px;
}
.road li{
float: left;
}
.open{
position: absolute;
left:70px;
top:50px;
}
#bird{
background-image: url("img/bird0.png");
position: absolute;
width:40px;
height: 26px;
top: 20px;
left: 200px;
}
#start{
background-image: url("img/start.jpg");
position: absolute;
width: 85px;
height: 29px;
top: 200px;
left: 120px;
}
.num{
font-size: 40px;
color: white;
background-color: black;
height: 50px;
width: 50px;
text-align: center;
position: absolute;
top: 10px;
left: 120px;
}
.pipe {
list-style: none;
height: 480px;
width: 483px;
position: absolute;
left: 343px;
}
.pipe li{
float: left;
}
.pipe {
list-style: none;
height: 480px;
}
.pipe li{
float: left;
}
.up_pipe1 {
width: 60px;
height: 140px;
background-image: url('img/up_pipe.png'),url('img/up_mod.png');
background-repeat: repeat-x,repeat-y;
background-position: bottom,top;
position: absolute;
top:0;
left: 20px;
}
.down_pipe1 {
width: 60px;
height:140px;
background-image: url('img/down_pipe.png'),url('img/down_mod.png');
background-repeat: repeat-x,repeat-y;
background-position:top,bottom;
position: absolute;
bottom:56px;
left: 20px;
}
.up_pipe2 {
width: 60px;
height: 140px;
background-image: url('img/up_pipe.png'),url('img/up_mod.png');
background-repeat: repeat-x,repeat-y;
background-position: bottom,top;
position: absolute;
top:0;
left: 220px;
}
.down_pipe2 {
width: 60px;
height: 140px;
background-image: url('img/down_pipe.png'),url('img/down_mod.png');
background-repeat: repeat-x,repeat-y;
background-position:top,bottom;
position: absolute;
bottom:56px;
left: 220px;
}
.up_pipe3 {
width: 60px;
height: 140px;
background-image: url('img/up_pipe.png'),url('img/up_mod.png');
background-repeat: repeat-x,repeat-y;
background-position: bottom,top;
position: absolute;
top:0;
left: 420px;
}
.down_pipe3 {
width: 60px;
height: 140px;
background-image: url('img/down_pipe.png'),url('img/down_mod.png');
background-repeat: repeat-x,repeat-y;
background-position:top,bottom;
position: absolute;
bottom:56px;
left: 420px;
}
.over{
position: absolute;
top: 100px;
left: 70px;
}
.message{
position: absolute;
top: 150px;
left: 40px;
}
.ok{
position: absolute;
top: 290px;
left: 40px;
}
.submit{
position: absolute;
top: 290px;
left: 160px;
}
.result{
}
.flyBird{
position: absolute;
top: 140px;
left: 100px;
width: 40px;
height: 29px;
} | flybird/fly.css | *{
padding:0;
margin:0;
}
.wrapper{
width: auto;
}
.container {
position: relative;
width:343px;
height: 480px;
margin:0 auto;
top: 20px;
overflow: hidden;
background-image: url('img/bg.jpg');
}
/*移动的道路*/
.road{
position: absolute;
list-style: none;
top:420px;
width: 686px;
left:-343px;
}
.road li{
float: left;
}
.open{
position: absolute;
left:70px;
top:50px;
}
#bird{
background-image: url("img/bird0.png");
position: absolute;
width:40px;
height: 26px;
top: 20px;
left: 200px;
}
#start{
background-image: url("img/start.jpg");
position: absolute;
width: 85px;
height: 29px;
top: 200px;
left: 120px;
}
.num{
font-size: 40px;
color: white;
background-color: black;
height: 50px;
width: 50px;
text-align: center;
position: absolute;
top: 10px;
left: 120px;
}
.pipe {
list-style: none;
height: 480px;
width: 483px;
position: absolute;
left: 343px;
}
.pipe li{
float: left;
}
.pipe {
list-style: none;
height: 480px;
}
.pipe li{
float: left;
}
.up_pipe1 {
width: 60px;
height: 140px;
background-image: url('img/up_pipe.png'),url('img/up_mod.png');
background-repeat: repeat-x,repeat-y;
background-position: bottom,top;
position: absolute;
top:0;
left: 20px;
}
.down_pipe1 {
width: 60px;
height:140px;
background-image: url('img/down_pipe.png'),url('img/down_mod.png');
background-repeat: repeat-x,repeat-y;
background-position:top,bottom;
position: absolute;
bottom:56px;
left: 20px;
}
.up_pipe2 {
width: 60px;
height: 140px;
background-image: url('img/up_pipe.png'),url('img/up_mod.png');
background-repeat: repeat-x,repeat-y;
background-position: bottom,top;
position: absolute;
top:0;
left: 220px;
}
.down_pipe2 {
width: 60px;
height: 140px;
background-image: url('img/down_pipe.png'),url('img/down_mod.png');
background-repeat: repeat-x,repeat-y;
background-position:top,bottom;
position: absolute;
bottom:56px;
left: 220px;
}
.up_pipe3 {
width: 60px;
height: 140px;
background-image: url('img/up_pipe.png'),url('img/up_mod.png');
background-repeat: repeat-x,repeat-y;
background-position: bottom,top;
position: absolute;
top:0;
left: 420px;
}
.down_pipe3 {
width: 60px;
height: 140px;
background-image: url('img/down_pipe.png'),url('img/down_mod.png');
background-repeat: repeat-x,repeat-y;
background-position:top,bottom;
position: absolute;
bottom:56px;
left: 420px;
}
.over{
position: absolute;
top: 100px;
left: 70px;
}
.message{
position: absolute;
top: 150px;
left: 40px;
}
.ok{
position: absolute;
top: 290px;
left: 40px;
}
.submit{
position: absolute;
top: 290px;
left: 160px;
}
.result{
}
.flyBird{
position: absolute;
top: 140px;
left: 100px;
width: 40px;
height: 29px;
} | 0.338186 | 0.0367 |
.full-background {
background: url('../images/full_bg.jpg') no-repeat fixed center center / cover transparent;
}
html, body, body > div.container-fluid {
height: 100%;
overflow-x: hidden;
}
body {
background-color: transparent;
}
textarea {
resize: none;
}
.jumbotron {
background-color: rgba(238, 238, 238, 0.5);
border-radius: 8px;
margin: auto;
width: 90%;
max-height: 90%;
}
.ln-gray-highlight img:hover {
filter: none;
-webkit-filter: grayscale(0);
}
.ln-gray-highlight img {
filter: url("../images/filters.svg#grayscale");
filter: gray;
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
}
#viewport-area {
min-height: 100%;
display: flex;
display: -webkit-flex;
align-items: stretch;
-webkit-align-items: stretch;
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
}
@media all and (max-width: 992px), (orientation: portrait) {
#viewport-area {
flex-flow: column wrap;
-webkit-flex-flow: column wrap;
}
}
#content-area {
display: flex;
display: -webkit-flex;
align-items: stretch;
-webkit-align-items: stretch;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
#sidebar {
background-color: rgba(0,0,0,0.3);
padding: 20px;
position: relative;
background-size: 100% 100%;
}
#sidebar-matches-section {
padding-left: 20px;
padding-right: 20px;
}
#sidebar-footer-section {
position: absolute;
bottom: 0;
right: 0px;
background-color: rgba(0,0,0,0.5);
}
#sidebar-profile-picture {
max-height: 150px;
}
#sidebar-dna-chart {
width: 100%;
}
#sidebar-toolbar, #sidebar-toolbar .glyphicon {
margin-bottom: 0;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
background-color: rgba(245, 245, 245, 0.7);
color: #333;
}
.background--light {
color: #333;
}
.background--dark {
color: #DDD;
}
.background--complex {
color: #428BCA;
}
.scroll-y {
overflow-y: auto;
}
.ln-card-list {
max-height: 300px;
overflow-y: auto;
} | src/La/LearnodexBundle/Resources/public/css/main.css | .full-background {
background: url('../images/full_bg.jpg') no-repeat fixed center center / cover transparent;
}
html, body, body > div.container-fluid {
height: 100%;
overflow-x: hidden;
}
body {
background-color: transparent;
}
textarea {
resize: none;
}
.jumbotron {
background-color: rgba(238, 238, 238, 0.5);
border-radius: 8px;
margin: auto;
width: 90%;
max-height: 90%;
}
.ln-gray-highlight img:hover {
filter: none;
-webkit-filter: grayscale(0);
}
.ln-gray-highlight img {
filter: url("../images/filters.svg#grayscale");
filter: gray;
-webkit-filter: grayscale(1);
-webkit-filter: grayscale(100%);
}
#viewport-area {
min-height: 100%;
display: flex;
display: -webkit-flex;
align-items: stretch;
-webkit-align-items: stretch;
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
}
@media all and (max-width: 992px), (orientation: portrait) {
#viewport-area {
flex-flow: column wrap;
-webkit-flex-flow: column wrap;
}
}
#content-area {
display: flex;
display: -webkit-flex;
align-items: stretch;
-webkit-align-items: stretch;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
#sidebar {
background-color: rgba(0,0,0,0.3);
padding: 20px;
position: relative;
background-size: 100% 100%;
}
#sidebar-matches-section {
padding-left: 20px;
padding-right: 20px;
}
#sidebar-footer-section {
position: absolute;
bottom: 0;
right: 0px;
background-color: rgba(0,0,0,0.5);
}
#sidebar-profile-picture {
max-height: 150px;
}
#sidebar-dna-chart {
width: 100%;
}
#sidebar-toolbar, #sidebar-toolbar .glyphicon {
margin-bottom: 0;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
background-color: rgba(245, 245, 245, 0.7);
color: #333;
}
.background--light {
color: #333;
}
.background--dark {
color: #DDD;
}
.background--complex {
color: #428BCA;
}
.scroll-y {
overflow-y: auto;
}
.ln-card-list {
max-height: 300px;
overflow-y: auto;
} | 0.428592 | 0.126893 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans JP', sans-serif;
}
body {
background: url('../Images/LoginBG.jpg');
}
.wrapper .header {
width: 100%;
height: 150px;
background: #285473;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 900;
background-color: rgba(43,84,126,.9);
margin-bottom: 50px;
}
.cards_wrap {
padding: 20px;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.cards_wrap .card_item {
padding: 15px 25px;
width: 25%;
}
.cards_wrap .card_inner {
background: rgba(250,250,250,.8);
border-radius: 5px;
padding: 20px 20px;
min-width: 225px;
min-height: 315px;
max-height: 370px;
width: 100%;
}
.cards_wrap .card_item img {
width: 100px;
height: 100px;
border-radius: 50%;
padding: 2px;
border: 3px solid #285473;
margin: 0px 33%;
}
.cards_wrap .card_item .writer_name {
color: #285473;
font-weight: 900;
font-size: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.cards_wrap .card_item .writerBio {
font-size: 14px;
line-height: 24px;
color: black;
text-align: center;
width:280px;
height:100px;
margin-bottom: 15px;
}
.ViewProfile {
align-items: center;
background-color: #285473;
border-radius: 8px;
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: flex;
flex-direction: row;
flex-shrink: 0;
font-family: "RM Neue",sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0 auto;
padding: 10px 21px;
text-align: center;
}
.ViewProfile a {
color:white;
text-decoration:none;
}
.ViewProfile:active {
background-color: #285473;
}
.ViewProfile:hover {
background-color: #86b2d6;
color: #285473;
}
.card_item a {
text-decoration:none;
}
.Viewallcontents {
align-items: center;
background-color: rgba(0,132,148, 0.8);
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: flex;
flex-direction: row;
flex-shrink: 0;
font-family: "RM Neue",sans-serif;
font-size: 20px;
line-height: 1.15;
margin: 0 auto 40px;
padding: 10px 50px 20px;
text-align: center;
}
.Viewallcontents a {
color:white;
text-decoration:none;
}
.Viewallcontents:hover {
background-color: #86b2d6;
}
.Viewallcontents:hover a {
color: white;
}
.Viewcontentinfo {
align-items: center;
background-color: rgba(0,132,148, 0.8);
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: flex;
flex-direction: row;
flex-shrink: 0;
font-family: "RM Neue",sans-serif;
font-size: 10px;
line-height: 1.15;
margin: 0 auto 40px;
padding: 10px 50px 20px;
text-align: center;
}
.Viewcontentinfo a {
text-decoration:none;
color:white;
}
@media screen and (max-width: 1024px) {
.cards_wrap .card_item {
width: 33%;
}
}
@media screen and (max-width: 768px) {
.cards_wrap .card_item {
width: 50%;
}
.wrapper .header {
font-size: 16px;
height: 60px;
}
}
@media screen and (max-width: 568px) {
.cards_wrap .card_item {
width: 100%;
}
.wrapper .header {
font-size: 14px;
}
} | AllWriters.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans JP', sans-serif;
}
body {
background: url('../Images/LoginBG.jpg');
}
.wrapper .header {
width: 100%;
height: 150px;
background: #285473;
color: #fff;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 5px;
font-weight: 900;
background-color: rgba(43,84,126,.9);
margin-bottom: 50px;
}
.cards_wrap {
padding: 20px;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.cards_wrap .card_item {
padding: 15px 25px;
width: 25%;
}
.cards_wrap .card_inner {
background: rgba(250,250,250,.8);
border-radius: 5px;
padding: 20px 20px;
min-width: 225px;
min-height: 315px;
max-height: 370px;
width: 100%;
}
.cards_wrap .card_item img {
width: 100px;
height: 100px;
border-radius: 50%;
padding: 2px;
border: 3px solid #285473;
margin: 0px 33%;
}
.cards_wrap .card_item .writer_name {
color: #285473;
font-weight: 900;
font-size: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.cards_wrap .card_item .writerBio {
font-size: 14px;
line-height: 24px;
color: black;
text-align: center;
width:280px;
height:100px;
margin-bottom: 15px;
}
.ViewProfile {
align-items: center;
background-color: #285473;
border-radius: 8px;
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: flex;
flex-direction: row;
flex-shrink: 0;
font-family: "RM Neue",sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0 auto;
padding: 10px 21px;
text-align: center;
}
.ViewProfile a {
color:white;
text-decoration:none;
}
.ViewProfile:active {
background-color: #285473;
}
.ViewProfile:hover {
background-color: #86b2d6;
color: #285473;
}
.card_item a {
text-decoration:none;
}
.Viewallcontents {
align-items: center;
background-color: rgba(0,132,148, 0.8);
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: flex;
flex-direction: row;
flex-shrink: 0;
font-family: "RM Neue",sans-serif;
font-size: 20px;
line-height: 1.15;
margin: 0 auto 40px;
padding: 10px 50px 20px;
text-align: center;
}
.Viewallcontents a {
color:white;
text-decoration:none;
}
.Viewallcontents:hover {
background-color: #86b2d6;
}
.Viewallcontents:hover a {
color: white;
}
.Viewcontentinfo {
align-items: center;
background-color: rgba(0,132,148, 0.8);
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: flex;
flex-direction: row;
flex-shrink: 0;
font-family: "RM Neue",sans-serif;
font-size: 10px;
line-height: 1.15;
margin: 0 auto 40px;
padding: 10px 50px 20px;
text-align: center;
}
.Viewcontentinfo a {
text-decoration:none;
color:white;
}
@media screen and (max-width: 1024px) {
.cards_wrap .card_item {
width: 33%;
}
}
@media screen and (max-width: 768px) {
.cards_wrap .card_item {
width: 50%;
}
.wrapper .header {
font-size: 16px;
height: 60px;
}
}
@media screen and (max-width: 568px) {
.cards_wrap .card_item {
width: 100%;
}
.wrapper .header {
font-size: 14px;
}
} | 0.290276 | 0.050005 |
body {
overflow: hidden;
margin: 0;
}
.container {
width: 100%;
height: 100%;
color: #fff;
text-align: center;
font-family: 'Raleway Regular', sans-serif;
}
h1 {
font: 400 150px/150px 'Chicle', cursive;
padding-top: 100px;
margin: 0 auto;
padding-bottom: 0;
}
h4 {
font-family: 'Raleway Regular', sans-serif;
font-size: 36px;
margin: 0 auto;
margin-top: -40px;
text-align: left;
letter-spacing: 1px;
}
h5 {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
cursor: pointer;
margin: 1em auto 0 auto;
}
.top-fold {
height: 65vh;
background-color: #99c955;
}
.bottom-fold {
height: 35vh;
background-color: #f9ab3d;
display: flex;
}
.subtitle {
font-size: 21px;
margin: -0.8em 0 0 8em;
letter-spacing: 0.5px;
}
.desc {
font-size: 24px;
line-height: 42px;
letter-spacing: 0.75px;
text-align: left;
width: 860px;
margin: 2em auto 0 auto;
}
.landing-button {
display: inline-block;
/*font-family: 'Raleway ExtraLight';*/
margin-top: 30px;
font-size: 24px;
background-color: #F44336;
padding: 0.65em 1.4em 0.8em 1.4em;
/*letter-spacing: 0.5px;*/
/*box-shadow: -8px 9px 0 rgba(0,0,0,0.1);
transition: all 0.5s;*/
border-radius: 10px;
}
/*.landing-button:hover {
box-shadow: -4px 5px 0 rgba(0,0,0,0.1);
}*/
.hvr-underline-from-center:before {
background: #fff;
height: 2px;
}
.minigames {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0 auto;
/*margin-left: 100px;*/
font-size: 21px;
width: 700px;
}
.minigames-desc {
position: absolute;
left: -375px;
}
.minigame {
background-repeat: no-repeat;
background-color: #fff;
border-radius: 50%;
width: 150px;
height: 150px;
box-shadow: -5px 10px 2px 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.2s;
position: relative;
}
.minigame-section {
cursor: pointer;
padding-top: 25px;
}
.minigame:hover {
transform: scale(0.9);
box-shadow: -2px 4px 2px 1px rgba(0, 0, 0, 0.1);
}
.minigame:hover::after {
content: "";
position: absolute;
z-index: 1800;
background-color: #F44336;
opacity: 0.8;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
animation: 0.3s fill forwards;
}
.minigame:hover::before {
content: "Play";
position: absolute;
z-index: 2000;
top: 41%;
left: 35%;
transform: translate(-50%, -50%);
border-radius: 50%;
opacity: 0;
animation: 0.3s fill-content forwards;
letter-spacing: 1px;
}
@keyframes fill {
0% {
opacity: 0.9;
transform: scale(0.1);
}
100% {
opacity: 0.9;
transform: scale(1);
}
}
@keyframes fill-content {
0% {
opacity: 1;
transform: scale(0.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.coaster {
background-position: -110px 30px;
background-size: 250%;
background-image: url("../img/minigames/universal.svg");
position: relative;
}
.balloon {
background-position: -63px -5px;
background-size: 160%;
background-image: url("../img/minigames/balloon.svg");
position: relative;
}
.castle {
background-position: -45px -56px;
background-size: 175%;
background-image: url("../img/minigames/disney.svg");
position: relative;
}
.flight{
position: absolute;
left: 0;
top: 75px;
z-index: 20;
animation: enter-flight 16s linear forwards;
}
.flight svg {
width: 100px;
}
@keyframes enter-flight {
100% {
left: 100vw;
}
}
@media only screen and (max-width: 1824px) {
.flight {
top: 60px;
}
h1 {
padding-top: 75px;
}
}
@media only screen and (max-width: 1500px) {
.flight {
top: 60px;
}
.flight svg {
width: 80px;
}
h1 {
font-size: 128px;
line-height: 128px;
padding-top: 75px;
}
h4 {
font-size: 32px;
}
h5 {
font-size: 16px;
line-height: 24px;
}
.subtitle {
font-size: 18px;
}
.desc {
font-size: 22px;
line-height: 34px;
width: 700px;
margin: 1.25em auto 0 auto;
}
.landing-button {
margin-top: 25px;
font-size: 21px;
}
.minigames {
font-size: 21px;
width: 600px;
}
.minigames-desc {
left: -300px;
}
.minigame {
width: 140px;
height: 140px;
}
.coaster {
background-position: -90px 25px;
}
.balloon {
background-position: -53px -5px;
}
.castle {
background-position: -38px -46px;
}
}
@media only screen and (max-width: 1376px) {
.flight {
top: 40px;
}
h1 {
padding-top: 55px;
}
}
@media only screen and (max-width: 1280px) {
h1 {
font-size: 108px;
line-height: 108px;
padding-top: 55px;
}
h4 {
font-size: 28px;
}
h5 {
font-size: 16px;
line-height: 24px;
}
.desc {
font-size: 18px;
line-height: 30px;
width: 700px;
margin: 1.5em auto 0 auto;
}
.minigames {
font-size: 18px;
width: 500px;
}
.minigame {
width: 125px;
height: 125px;
}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
} | css/landing.css | body {
overflow: hidden;
margin: 0;
}
.container {
width: 100%;
height: 100%;
color: #fff;
text-align: center;
font-family: 'Raleway Regular', sans-serif;
}
h1 {
font: 400 150px/150px 'Chicle', cursive;
padding-top: 100px;
margin: 0 auto;
padding-bottom: 0;
}
h4 {
font-family: 'Raleway Regular', sans-serif;
font-size: 36px;
margin: 0 auto;
margin-top: -40px;
text-align: left;
letter-spacing: 1px;
}
h5 {
font-size: 18px;
line-height: 26px;
letter-spacing: 1px;
cursor: pointer;
margin: 1em auto 0 auto;
}
.top-fold {
height: 65vh;
background-color: #99c955;
}
.bottom-fold {
height: 35vh;
background-color: #f9ab3d;
display: flex;
}
.subtitle {
font-size: 21px;
margin: -0.8em 0 0 8em;
letter-spacing: 0.5px;
}
.desc {
font-size: 24px;
line-height: 42px;
letter-spacing: 0.75px;
text-align: left;
width: 860px;
margin: 2em auto 0 auto;
}
.landing-button {
display: inline-block;
/*font-family: 'Raleway ExtraLight';*/
margin-top: 30px;
font-size: 24px;
background-color: #F44336;
padding: 0.65em 1.4em 0.8em 1.4em;
/*letter-spacing: 0.5px;*/
/*box-shadow: -8px 9px 0 rgba(0,0,0,0.1);
transition: all 0.5s;*/
border-radius: 10px;
}
/*.landing-button:hover {
box-shadow: -4px 5px 0 rgba(0,0,0,0.1);
}*/
.hvr-underline-from-center:before {
background: #fff;
height: 2px;
}
.minigames {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0 auto;
/*margin-left: 100px;*/
font-size: 21px;
width: 700px;
}
.minigames-desc {
position: absolute;
left: -375px;
}
.minigame {
background-repeat: no-repeat;
background-color: #fff;
border-radius: 50%;
width: 150px;
height: 150px;
box-shadow: -5px 10px 2px 1px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.2s;
position: relative;
}
.minigame-section {
cursor: pointer;
padding-top: 25px;
}
.minigame:hover {
transform: scale(0.9);
box-shadow: -2px 4px 2px 1px rgba(0, 0, 0, 0.1);
}
.minigame:hover::after {
content: "";
position: absolute;
z-index: 1800;
background-color: #F44336;
opacity: 0.8;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
animation: 0.3s fill forwards;
}
.minigame:hover::before {
content: "Play";
position: absolute;
z-index: 2000;
top: 41%;
left: 35%;
transform: translate(-50%, -50%);
border-radius: 50%;
opacity: 0;
animation: 0.3s fill-content forwards;
letter-spacing: 1px;
}
@keyframes fill {
0% {
opacity: 0.9;
transform: scale(0.1);
}
100% {
opacity: 0.9;
transform: scale(1);
}
}
@keyframes fill-content {
0% {
opacity: 1;
transform: scale(0.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.coaster {
background-position: -110px 30px;
background-size: 250%;
background-image: url("../img/minigames/universal.svg");
position: relative;
}
.balloon {
background-position: -63px -5px;
background-size: 160%;
background-image: url("../img/minigames/balloon.svg");
position: relative;
}
.castle {
background-position: -45px -56px;
background-size: 175%;
background-image: url("../img/minigames/disney.svg");
position: relative;
}
.flight{
position: absolute;
left: 0;
top: 75px;
z-index: 20;
animation: enter-flight 16s linear forwards;
}
.flight svg {
width: 100px;
}
@keyframes enter-flight {
100% {
left: 100vw;
}
}
@media only screen and (max-width: 1824px) {
.flight {
top: 60px;
}
h1 {
padding-top: 75px;
}
}
@media only screen and (max-width: 1500px) {
.flight {
top: 60px;
}
.flight svg {
width: 80px;
}
h1 {
font-size: 128px;
line-height: 128px;
padding-top: 75px;
}
h4 {
font-size: 32px;
}
h5 {
font-size: 16px;
line-height: 24px;
}
.subtitle {
font-size: 18px;
}
.desc {
font-size: 22px;
line-height: 34px;
width: 700px;
margin: 1.25em auto 0 auto;
}
.landing-button {
margin-top: 25px;
font-size: 21px;
}
.minigames {
font-size: 21px;
width: 600px;
}
.minigames-desc {
left: -300px;
}
.minigame {
width: 140px;
height: 140px;
}
.coaster {
background-position: -90px 25px;
}
.balloon {
background-position: -53px -5px;
}
.castle {
background-position: -38px -46px;
}
}
@media only screen and (max-width: 1376px) {
.flight {
top: 40px;
}
h1 {
padding-top: 55px;
}
}
@media only screen and (max-width: 1280px) {
h1 {
font-size: 108px;
line-height: 108px;
padding-top: 55px;
}
h4 {
font-size: 28px;
}
h5 {
font-size: 16px;
line-height: 24px;
}
.desc {
font-size: 18px;
line-height: 30px;
width: 700px;
margin: 1.5em auto 0 auto;
}
.minigames {
font-size: 18px;
width: 500px;
}
.minigame {
width: 125px;
height: 125px;
}
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
} | 0.603698 | 0.084417 |
table.source {
border:0;
padding:0;
margin:0;
border-collapse: collapse;
}
table.source td {
border:1px solid #ccc;
vertical-align: top;
font-size: 1em;
line-height: 1.4em;
font-family: monospace;
}
table.source td.no a {
display:block;
color: #ccc;
text-align: right;
padding: 0 8px;
text-decoration: none;
}
table.source pre {
padding:0;
margin:0;
}
table.source pre span {
display:inline;
}
table.source td.line div {
padding:80px 0 0 0;
margin:-80px 0 0 0;
cursor: text;
}
table.source td.line pre:hover {
background-color: #eee;
}
table.source td.line div:target pre {
background-color: #ffffc8;
}
.token {
color: #0000BB;
}
.T_COMMENT, .T_DOC_COMMENT {
color: #FF8000;
}
.T_ABSTRACT,
.T_ARRAY,
.T_AS,
.T_BREAK,
.T_CALLABLE,
.T_CASE,
.T_CATCH,
.T_CLASS,
.T_CLONE,
.T_CONTINUE,
.T_DEFAULT,
.T_ECHO,
.T_ELSE,
.T_ELSEIF,
.T_EMPTY,
.T_ENDDECLARE,
.T_ENDFOR,
.T_ENDFOREACH,
.T_ENDIF,
.T_ENDSWITCH,
.T_ENDWHILE,
.T_EXIT,
.T_EXTENDS,
.T_FINAL,
.T_FINALLY,
.T_FOREACH,
.T_FUNCTION,
.T_GLOBAL,
.T_IF,
.T_IMPLEMENTS,
.T_INCLUDE,
.T_INCLUDE_ONCE,
.T_INSTANCEOF,
.T_INSTEADOF,
.T_INTERFACE,
.T_ISSET,
.T_LOGICAL_AND,
.T_LOGICAL_OR,
.T_LOGICAL_XOR,
.T_NAMESPACE,
.T_NEW,
.T_PRIVATE,
.T_PROTECTED,
.T_PUBLIC,
.T_REQUIRE,
.T_REQUIRE_ONCE,
.T_RETURN,
.T_STATIC,
.T_THROW,
.T_TRAIT,
.T_TRY,
.T_UNSET,
.T_USE,
.T_VAR,
.T_WHILE,
.T_YIELD,
.T_PHPDOX_OPEN_BRACKET,
.T_PHPDOX_CLOSE_BRACKET,
.T_PHPDOX_OPEN_SQUARE,
.T_PHPDOX_CLOSE_SQUARE,
.T_PHPDOX_OPEN_CURLY,
.T_PHPDOX_CLOSE_CURLY,
.T_PHPDOX_SEMICOLON,
.T_PHPDOX_DOT,
.T_PHPDOX_COMMA,
.T_PHPDOX_EQUAL,
.T_PHPDOX_LT,
.T_PHPDOX_GT,
.T_PHPDOX_PLUS,
.T_PHPDOX_MINUS,
.T_PHPDOX_MULT,
.T_PHPDOX_DIV,
.T_PHPDOX_QUESTION_MARK,
.T_PHPDOX_EXCLAMATION_MARK,
.T_PHPDOX_COLON,
.T_PHPDOX_DOUBLE_QUOTES,
.T_PHPDOX_AT,
.T_PHPDOX_AMPERSAND,
.T_PHPDOX_PERCENT,
.T_PHPDOX_PIPE,
.T_PHPDOX_DOLLAR,
.T_PHPDOX_CARET,
.T_PHPDOX_TILDE,
.T_PHPDOX_BACKTICK {
color: #007700;
}
.T_CONSTANT_ENCAPSED_STRING, .T_ENCAPSED_AND_WHITESPACE {
color: #DD0000;
} | build/api/css/source.css | table.source {
border:0;
padding:0;
margin:0;
border-collapse: collapse;
}
table.source td {
border:1px solid #ccc;
vertical-align: top;
font-size: 1em;
line-height: 1.4em;
font-family: monospace;
}
table.source td.no a {
display:block;
color: #ccc;
text-align: right;
padding: 0 8px;
text-decoration: none;
}
table.source pre {
padding:0;
margin:0;
}
table.source pre span {
display:inline;
}
table.source td.line div {
padding:80px 0 0 0;
margin:-80px 0 0 0;
cursor: text;
}
table.source td.line pre:hover {
background-color: #eee;
}
table.source td.line div:target pre {
background-color: #ffffc8;
}
.token {
color: #0000BB;
}
.T_COMMENT, .T_DOC_COMMENT {
color: #FF8000;
}
.T_ABSTRACT,
.T_ARRAY,
.T_AS,
.T_BREAK,
.T_CALLABLE,
.T_CASE,
.T_CATCH,
.T_CLASS,
.T_CLONE,
.T_CONTINUE,
.T_DEFAULT,
.T_ECHO,
.T_ELSE,
.T_ELSEIF,
.T_EMPTY,
.T_ENDDECLARE,
.T_ENDFOR,
.T_ENDFOREACH,
.T_ENDIF,
.T_ENDSWITCH,
.T_ENDWHILE,
.T_EXIT,
.T_EXTENDS,
.T_FINAL,
.T_FINALLY,
.T_FOREACH,
.T_FUNCTION,
.T_GLOBAL,
.T_IF,
.T_IMPLEMENTS,
.T_INCLUDE,
.T_INCLUDE_ONCE,
.T_INSTANCEOF,
.T_INSTEADOF,
.T_INTERFACE,
.T_ISSET,
.T_LOGICAL_AND,
.T_LOGICAL_OR,
.T_LOGICAL_XOR,
.T_NAMESPACE,
.T_NEW,
.T_PRIVATE,
.T_PROTECTED,
.T_PUBLIC,
.T_REQUIRE,
.T_REQUIRE_ONCE,
.T_RETURN,
.T_STATIC,
.T_THROW,
.T_TRAIT,
.T_TRY,
.T_UNSET,
.T_USE,
.T_VAR,
.T_WHILE,
.T_YIELD,
.T_PHPDOX_OPEN_BRACKET,
.T_PHPDOX_CLOSE_BRACKET,
.T_PHPDOX_OPEN_SQUARE,
.T_PHPDOX_CLOSE_SQUARE,
.T_PHPDOX_OPEN_CURLY,
.T_PHPDOX_CLOSE_CURLY,
.T_PHPDOX_SEMICOLON,
.T_PHPDOX_DOT,
.T_PHPDOX_COMMA,
.T_PHPDOX_EQUAL,
.T_PHPDOX_LT,
.T_PHPDOX_GT,
.T_PHPDOX_PLUS,
.T_PHPDOX_MINUS,
.T_PHPDOX_MULT,
.T_PHPDOX_DIV,
.T_PHPDOX_QUESTION_MARK,
.T_PHPDOX_EXCLAMATION_MARK,
.T_PHPDOX_COLON,
.T_PHPDOX_DOUBLE_QUOTES,
.T_PHPDOX_AT,
.T_PHPDOX_AMPERSAND,
.T_PHPDOX_PERCENT,
.T_PHPDOX_PIPE,
.T_PHPDOX_DOLLAR,
.T_PHPDOX_CARET,
.T_PHPDOX_TILDE,
.T_PHPDOX_BACKTICK {
color: #007700;
}
.T_CONSTANT_ENCAPSED_STRING, .T_ENCAPSED_AND_WHITESPACE {
color: #DD0000;
} | 0.422266 | 0.133811 |
@media only screen and (min-width: 768px) and (max-width: 959px) {
h1 {font-size: 50px;line-height: 58px;color: #111;}
h2 {font-size: 32px;line-height: 40px;}
h3 {font-size: 28px;line-height: 36px;}
.separator-title{margin-top:0px;margin-bottom:0px;position:relative;}
.separator-title span.separator-subheader{top:18px;}
.separator-title h2.separator-mainheader{top:-22px;}
nav {width: 768px;}
nav .signup {margin-right:0px;}
.header-image{background-color:#333;height:400px;width:100%;}
#homepage{height:400px;}
blockquote {width: 700px; margin: 0 auto;}
.painting-description{width:196px;}
.painting .painting-thumb {width:236px;height:236px;}
.painting .painting-thumb img {width:236px;height:236px;}
.topsponsor-single-withtext{width:172px;}
.topsponsor-single-withtext img{width:172px;}
.downloads-list .day{width: 100px;float: left;display: inline;margin-right: 0px;}
.downloads-list .time{width: 180px;float: left;display: inline;margin-left: 20px;margin-right: 0px;}
.downloads-list .details{width: 428px;float: left;display: inline;margin-left: 20px;margin-right: 0px;}
.video-embed{width:364px;height:240px;}
.route-title {float:left;width:184px;height:32px;margin-right:10px;}
dl.Zebra_Accordion {width: 748px;font-family: "Oxygen";font-size: 12px;float:left;margin:0px 10px 20px 10px;}
#homepage .container {/*height: 100%;*/top:150px;bottom:0;}
#event-widget{margin-top:20px;}
.ticketmodal{margin:10px;}
hr.dividerline {width: 748px;margin:10px 10px 20px 10px;}
.ticketmodal-close{margin-right:10px;}
footer .footer-border{border-top: dotted 1px #ccc;height:1px;width:100%;margin-top:0px;float:left;}
footer .copyright p{font-size:12px;}
footer .footer-inside{text-align:center;padding:0px 0px 0px 0px;}
.smallsection-textwithbutton {padding:25px 0px;}
.statistic-desc{width:145px; height:30px;float:right; padding:5px 10px;}
.statistic{min-height:50px;background-color:#FFF;}
/*SMALL SECTION*/
.heading-text-nodesc{height:40px;margin-top:50px;}
}
@media only screen and (max-width: 767px) {
h1 {font-size: 46px;line-height: 54px;color: #111;}
h2 {font-size: 28px;line-height: 36px;}
h3 {font-size: 24px;line-height: 32px;}
.left-wrapper {text-align: center;}
.right-wrapper {text-align: center;}
.intro-type1{position: fixed;top: 50%; left: 50%; text-align:center; margin-top: -130px;margin-left: -200px; height:260px; width:400px;}
#homepage .container {height: 100%;top:30px;bottom:0;}
hr.dividerline {width: 400px;margin:10px 10px 20px 10px;}
.separator{background-color:#eee;height:3px;}
.separator-title{margin-top:0px;margin-bottom:0px;position:relative;}
.separator-title span.separator-subheader{top:18px;}
.separator-title h2.separator-mainheader{top:-20px;padding-right:10px;}
.about-video{padding-bottom:20px;}
blockquote {width: 400px; margin: 0 auto;}
.downloads-list .day{width: 80px;float: left;display: inline;margin-right: 0px;}
.downloads-list .time{width: 130px;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.downloads-list .details{width: 188px;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.header-image img{width:420px;}
#homepage{height:350px;}
.heading-text{height:70px;padding-top:50px;}
.heading-text-price{height:70px;padding-top:50px;}
.ticketmodal{margin:0px;}
.ticketmodal-close{margin-right:10px;}
dl.Zebra_Accordion {width: 400px;margin:0px 10px 20px 10px;}
footer .footer-border{margin-top:25px;}
footer .copyright{text-align:center;}
footer .social-footer{text-align:center;margin:0 auto;}
footer .footer-inside{text-align:center;padding: 30px 0px 0px 0px;}
footer .footer-inside.end{text-align:center;padding: 0px 0px 10px 0px;}
.topsponsor-section{height:410px;}
.topsponsor-single-withtext{height:80px;padding-top:20px;float:left;}
.video-embed{width:400px;height:400px;}
.bordered {margin:0px 0px;width:420px;}
.twitter{padding-top:25px;}
.routeby {padding-bottom:10px;}
.routeby:last-of-type{padding-bottom:0px;}
.sponsor{padding-top:20px;}
.about-info{padding-bottom:10px;}
.about-video{padding-top:10px;float:left;}
.quote{padding-top:25px;}
.painting .painting-thumb {width:400px;height:400px;}
.painting .painting-thumb img {width:400px;height:400px;}
.painting{padding-bottom:20px;}
.painting:last-of-type{padding-bottom:20px;}
nav{height:60px;width:100%; /*width:420px;*/}
nav ul{display:none;}
.social-icons{margin: 0 auto;text-align:center;float:none;}
footer .social-footer{margin-top:0px;padding:0px 0px 0px 0px;height:35px;margin-bottom:10px;}
nav select {display: inline-block;background: #444;-webkit-appearance:none;cursor:pointer;background-image:url(../images/icons/menu.png);-moz-appearance:none;appearance:none;height:25px;width:25px;float:left;overflow: hidden;-webkit-border-radius: 0px;border-radius: 0px;moz-border-radius:0px;border:none;margin-top:17px;outline:none;padding:0px 10px;color:#FFF;text-indent:-9999px;}
nav select:hover{background-color:#E74C3C;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
nav ul#onepagenav a{display:none;}
.price-column {float: left;width: 100%;margin-bottom:20px;}
.statistic{margin-bottom:100px; float:left;border-bottom:solid 1px #eee;}
.ticketing{background-color:#FFF;min-height:140px;border-bottom:solid 1px #eee;}
.ticketbox-list{padding:5px 0px;}
.newsletter{text-align:center;min-height:135px;}
.newsletterform input{background: #fff;padding: 10px 10px 10px 10px;margin-top: 10px;font-size: 14px;font-family: "Open Sans";width:250px;outline: none;color: #555;font-size: 13px;font-weight: 400;box-sizing: border-box;resize: none;}
.newsletterform{width:420px;height:50px;margin:0px auto;}
/*MUSIC*/
/*TOUR SCHEDULE*/
.tourdownloads-list{background-color:#fff;border-bottom:dotted 1px #ccc;}
.tourdownloads-list.odd{background-color:#f3f3f3;}
.tourdownloads-list .date{width: 100%;float: left;display: inline;margin-right: 0px; padding-top:10px;}
.tourdownloads-list .name{width: 100%;float: left;display: inline;margin-right: 0px; }
.tourdownloads-list .venue{width: 100%;float: left;display: inline;margin-right: 0px; }
.tourdownloads-list .details{width: 100%;float: left;display: inline;margin-right: 0px; padding-bottom:10px;}
.tourdownloads-list .date div, .tourdownloads-list .name div, .tourdownloads-list .venue div, .tourdownloads-list .details div{padding:5px 15px 5px 15px;}
.topinfo-section{background-color:#000;width:100%;min-height:100px; text-align:center;padding:10px 0px; float:left;}
.heading-text-nodesc{height:40px;padding-top:50px;}
}
@media only screen and (max-width: 479px) {
h1 {font-size: 42px;line-height: 50px;color: #111;}
h2 {font-size: 24px;line-height: 32px;}
h3 {font-size: 20px;line-height: 28px;}
h4 {font-size: 18px;line-height: 26px;}
.heading-text{min-height:50px;height:auto; margin-bottom: 0px; }
.heading-text.long{min-height:85px; }
.intro-type1{position: fixed;top: 50%; left: 50%; text-align:center; margin-top: -120px;margin-left: -140px; height:240px; width:280px;}
.downloads-list .day{width: 100%;float: left;display: inline;margin-right: 0px;}
.downloads-list .time{width: 100%;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.downloads-list .details{width: 100%;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.downloads-list .day div, .downloads-list .time div, .downloads-list .details div{padding:15px 15px 0px 15px;}
nav{height:60px;width:100%;/*width:300px;*/}
hr.dividerline {width: 280px;margin:10px 10px 20px 10px;}
dl.Zebra_Accordion {width: 280px;margin:0px 10px 20px 10px;}
#twittersection {min-height:140px;}
.video-embed{width:280px;height:280px;}
.painting .painting-thumb {width:280px;height:280px;}
.painting .painting-thumb img {width:280px;height:280px;}
blockquote {width: 280px; margin: 0 auto;}
.quote{margin-top:0px;padding-top:15px;}
#quotesection {height: 180px;}
#homepage{height:280px; background-image: none;}
#homepage .home-bigtext p{font-size:14px;}
#homepage .container {height: 100%;top:20px;bottom:0;}
#twittersection {min-height:220px;}
.separator-title h2.separator-mainheader{top:-17px;padding-right:10px;}
.ticketing{background-color:#FFF;min-height:140px;border-bottom:solid 1px #eee; }
.newsletter{text-align:center;min-height:165px;}
.newsletterform input{background: #fff;padding: 10px 10px 10px 10px;margin-top: 10px;font-size: 14px;font-family: "Open Sans";width:180px;outline: none;color: #555;font-size: 13px;font-weight: 400;box-sizing: border-box;resize: none;}
.newsletterform{width:280px;height:50px;margin:0px auto;}
footer .copyright{text-align:center;min-height:48px;}
.route-title {float:left;width:164px;height:32px;margin-right:10px;}
.statistic-desc{width:190px;height:60px;float:right; padding:5px 10px;}
} | public/css/media.css | @media only screen and (min-width: 768px) and (max-width: 959px) {
h1 {font-size: 50px;line-height: 58px;color: #111;}
h2 {font-size: 32px;line-height: 40px;}
h3 {font-size: 28px;line-height: 36px;}
.separator-title{margin-top:0px;margin-bottom:0px;position:relative;}
.separator-title span.separator-subheader{top:18px;}
.separator-title h2.separator-mainheader{top:-22px;}
nav {width: 768px;}
nav .signup {margin-right:0px;}
.header-image{background-color:#333;height:400px;width:100%;}
#homepage{height:400px;}
blockquote {width: 700px; margin: 0 auto;}
.painting-description{width:196px;}
.painting .painting-thumb {width:236px;height:236px;}
.painting .painting-thumb img {width:236px;height:236px;}
.topsponsor-single-withtext{width:172px;}
.topsponsor-single-withtext img{width:172px;}
.downloads-list .day{width: 100px;float: left;display: inline;margin-right: 0px;}
.downloads-list .time{width: 180px;float: left;display: inline;margin-left: 20px;margin-right: 0px;}
.downloads-list .details{width: 428px;float: left;display: inline;margin-left: 20px;margin-right: 0px;}
.video-embed{width:364px;height:240px;}
.route-title {float:left;width:184px;height:32px;margin-right:10px;}
dl.Zebra_Accordion {width: 748px;font-family: "Oxygen";font-size: 12px;float:left;margin:0px 10px 20px 10px;}
#homepage .container {/*height: 100%;*/top:150px;bottom:0;}
#event-widget{margin-top:20px;}
.ticketmodal{margin:10px;}
hr.dividerline {width: 748px;margin:10px 10px 20px 10px;}
.ticketmodal-close{margin-right:10px;}
footer .footer-border{border-top: dotted 1px #ccc;height:1px;width:100%;margin-top:0px;float:left;}
footer .copyright p{font-size:12px;}
footer .footer-inside{text-align:center;padding:0px 0px 0px 0px;}
.smallsection-textwithbutton {padding:25px 0px;}
.statistic-desc{width:145px; height:30px;float:right; padding:5px 10px;}
.statistic{min-height:50px;background-color:#FFF;}
/*SMALL SECTION*/
.heading-text-nodesc{height:40px;margin-top:50px;}
}
@media only screen and (max-width: 767px) {
h1 {font-size: 46px;line-height: 54px;color: #111;}
h2 {font-size: 28px;line-height: 36px;}
h3 {font-size: 24px;line-height: 32px;}
.left-wrapper {text-align: center;}
.right-wrapper {text-align: center;}
.intro-type1{position: fixed;top: 50%; left: 50%; text-align:center; margin-top: -130px;margin-left: -200px; height:260px; width:400px;}
#homepage .container {height: 100%;top:30px;bottom:0;}
hr.dividerline {width: 400px;margin:10px 10px 20px 10px;}
.separator{background-color:#eee;height:3px;}
.separator-title{margin-top:0px;margin-bottom:0px;position:relative;}
.separator-title span.separator-subheader{top:18px;}
.separator-title h2.separator-mainheader{top:-20px;padding-right:10px;}
.about-video{padding-bottom:20px;}
blockquote {width: 400px; margin: 0 auto;}
.downloads-list .day{width: 80px;float: left;display: inline;margin-right: 0px;}
.downloads-list .time{width: 130px;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.downloads-list .details{width: 188px;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.header-image img{width:420px;}
#homepage{height:350px;}
.heading-text{height:70px;padding-top:50px;}
.heading-text-price{height:70px;padding-top:50px;}
.ticketmodal{margin:0px;}
.ticketmodal-close{margin-right:10px;}
dl.Zebra_Accordion {width: 400px;margin:0px 10px 20px 10px;}
footer .footer-border{margin-top:25px;}
footer .copyright{text-align:center;}
footer .social-footer{text-align:center;margin:0 auto;}
footer .footer-inside{text-align:center;padding: 30px 0px 0px 0px;}
footer .footer-inside.end{text-align:center;padding: 0px 0px 10px 0px;}
.topsponsor-section{height:410px;}
.topsponsor-single-withtext{height:80px;padding-top:20px;float:left;}
.video-embed{width:400px;height:400px;}
.bordered {margin:0px 0px;width:420px;}
.twitter{padding-top:25px;}
.routeby {padding-bottom:10px;}
.routeby:last-of-type{padding-bottom:0px;}
.sponsor{padding-top:20px;}
.about-info{padding-bottom:10px;}
.about-video{padding-top:10px;float:left;}
.quote{padding-top:25px;}
.painting .painting-thumb {width:400px;height:400px;}
.painting .painting-thumb img {width:400px;height:400px;}
.painting{padding-bottom:20px;}
.painting:last-of-type{padding-bottom:20px;}
nav{height:60px;width:100%; /*width:420px;*/}
nav ul{display:none;}
.social-icons{margin: 0 auto;text-align:center;float:none;}
footer .social-footer{margin-top:0px;padding:0px 0px 0px 0px;height:35px;margin-bottom:10px;}
nav select {display: inline-block;background: #444;-webkit-appearance:none;cursor:pointer;background-image:url(../images/icons/menu.png);-moz-appearance:none;appearance:none;height:25px;width:25px;float:left;overflow: hidden;-webkit-border-radius: 0px;border-radius: 0px;moz-border-radius:0px;border:none;margin-top:17px;outline:none;padding:0px 10px;color:#FFF;text-indent:-9999px;}
nav select:hover{background-color:#E74C3C;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
nav ul#onepagenav a{display:none;}
.price-column {float: left;width: 100%;margin-bottom:20px;}
.statistic{margin-bottom:100px; float:left;border-bottom:solid 1px #eee;}
.ticketing{background-color:#FFF;min-height:140px;border-bottom:solid 1px #eee;}
.ticketbox-list{padding:5px 0px;}
.newsletter{text-align:center;min-height:135px;}
.newsletterform input{background: #fff;padding: 10px 10px 10px 10px;margin-top: 10px;font-size: 14px;font-family: "Open Sans";width:250px;outline: none;color: #555;font-size: 13px;font-weight: 400;box-sizing: border-box;resize: none;}
.newsletterform{width:420px;height:50px;margin:0px auto;}
/*MUSIC*/
/*TOUR SCHEDULE*/
.tourdownloads-list{background-color:#fff;border-bottom:dotted 1px #ccc;}
.tourdownloads-list.odd{background-color:#f3f3f3;}
.tourdownloads-list .date{width: 100%;float: left;display: inline;margin-right: 0px; padding-top:10px;}
.tourdownloads-list .name{width: 100%;float: left;display: inline;margin-right: 0px; }
.tourdownloads-list .venue{width: 100%;float: left;display: inline;margin-right: 0px; }
.tourdownloads-list .details{width: 100%;float: left;display: inline;margin-right: 0px; padding-bottom:10px;}
.tourdownloads-list .date div, .tourdownloads-list .name div, .tourdownloads-list .venue div, .tourdownloads-list .details div{padding:5px 15px 5px 15px;}
.topinfo-section{background-color:#000;width:100%;min-height:100px; text-align:center;padding:10px 0px; float:left;}
.heading-text-nodesc{height:40px;padding-top:50px;}
}
@media only screen and (max-width: 479px) {
h1 {font-size: 42px;line-height: 50px;color: #111;}
h2 {font-size: 24px;line-height: 32px;}
h3 {font-size: 20px;line-height: 28px;}
h4 {font-size: 18px;line-height: 26px;}
.heading-text{min-height:50px;height:auto; margin-bottom: 0px; }
.heading-text.long{min-height:85px; }
.intro-type1{position: fixed;top: 50%; left: 50%; text-align:center; margin-top: -120px;margin-left: -140px; height:240px; width:280px;}
.downloads-list .day{width: 100%;float: left;display: inline;margin-right: 0px;}
.downloads-list .time{width: 100%;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.downloads-list .details{width: 100%;float: left;display: inline;margin-left: 0px;margin-right: 0px;}
.downloads-list .day div, .downloads-list .time div, .downloads-list .details div{padding:15px 15px 0px 15px;}
nav{height:60px;width:100%;/*width:300px;*/}
hr.dividerline {width: 280px;margin:10px 10px 20px 10px;}
dl.Zebra_Accordion {width: 280px;margin:0px 10px 20px 10px;}
#twittersection {min-height:140px;}
.video-embed{width:280px;height:280px;}
.painting .painting-thumb {width:280px;height:280px;}
.painting .painting-thumb img {width:280px;height:280px;}
blockquote {width: 280px; margin: 0 auto;}
.quote{margin-top:0px;padding-top:15px;}
#quotesection {height: 180px;}
#homepage{height:280px; background-image: none;}
#homepage .home-bigtext p{font-size:14px;}
#homepage .container {height: 100%;top:20px;bottom:0;}
#twittersection {min-height:220px;}
.separator-title h2.separator-mainheader{top:-17px;padding-right:10px;}
.ticketing{background-color:#FFF;min-height:140px;border-bottom:solid 1px #eee; }
.newsletter{text-align:center;min-height:165px;}
.newsletterform input{background: #fff;padding: 10px 10px 10px 10px;margin-top: 10px;font-size: 14px;font-family: "Open Sans";width:180px;outline: none;color: #555;font-size: 13px;font-weight: 400;box-sizing: border-box;resize: none;}
.newsletterform{width:280px;height:50px;margin:0px auto;}
footer .copyright{text-align:center;min-height:48px;}
.route-title {float:left;width:164px;height:32px;margin-right:10px;}
.statistic-desc{width:190px;height:60px;float:right; padding:5px 10px;}
} | 0.158109 | 0.076857 |
body {
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
}
.zone {
color: white;
font-size: 2em;
border-radius: 4px;
}
.zone:hover {
-webkit-box-shadow: rgba(169, 169, 169);
-moz-box-shadow: rgba(169, 169, 169);
-o-box-shadow: rgba(169, 169, 169);
box-shadow: rgba(169, 169, 169);
}
.main-nav {
font-size: 0.7em;
margin: 0;
list-style: none;
display: flex;
}
a:hover {
color: white;
}
@media (min-width: 750px) and (max-width : 360px ) {
.lateral{
width: 33%;
float: left;
background-color: #000000;
}
}
.push {
margin-right: auto;
}
li {
padding: 25px;
}
a {
color: aliceblue;
text-decoration: none;
}
.sticky {
position: fixed;
z-index: 1;
top: 0;
width: 100%;
}
.gray {
background: #696969;
}
.container {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.imagendearriba {
width: 100%;
height: 100%;
}
.coverText {
position: absolute;
left: 40%;
top: 40%;
color: white;
font-weight: bold;
transform: translate(-50%, -50%);
}
.coverText > h1 {
color: white;
font-size: 50px;
}
.grid-wrapped {
display: grid;
grid-template-columns: repeat(auto-fill minmax(370px, 1fr));
gap: 10px;
}
.card {
background-color: black;
margin: 50px;
}
.card > img {
max-width: 100%;
height: auto;
}
.card h1 {
font-size: 1.5rem;
}
.card p {
font-size: 1rem;
}
.card > .text {
padding: 0 20px 20px;
}
button {
cursor:pointer;
background: rgb(255, 255, 255);
border: 0;
font-size: 1rem;
color: black;
padding: 10px;
width: 100%;
}
button:hover {
background-color: red
}
.sombra {
width: 23%;
height: 23%;
}
.maquillaje4 {
width: 23%;
height: 23%;
}
.labios {
width: 23%;
height: 23%;
}
.cara {
width: 25%;
height: 25%;
}
.maquillaje3 {
width: 23%;
height: 23%;
}
.brochas {
width: 23%;
height: 23%;
}
.maquillandoce {
width: 23%;
height: 27%;
}
.rimel {
width: 25%;
height: 25%;
}
.collage {
width: 100%;
height: 100%;
}
.p {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.blue {
background: black;
}
footer {
width: 100%;
text-align: center;
padding: 10px;
background-color: #0a0a11;
}
footer p {
font-size: 1rem;
}
#unico {
background: black;
margin: 1rem;
padding: 1rem;
text-align: center;
color: white;
font-size: 2rem;
}
@media (min-width: 1000px) {
body {
align: 20px;
}
div {
text-align: center;
}
}
@media screen and (max-width:640px) {
/* reglas CSS */
}
@media screen and (max-width:1024px) and (min-width:640px) {
/* reglas CSS */
}
@media screen and (min-width:1024px) {
/* reglas CSS */
} | css/main.css | body {
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
}
.zone {
color: white;
font-size: 2em;
border-radius: 4px;
}
.zone:hover {
-webkit-box-shadow: rgba(169, 169, 169);
-moz-box-shadow: rgba(169, 169, 169);
-o-box-shadow: rgba(169, 169, 169);
box-shadow: rgba(169, 169, 169);
}
.main-nav {
font-size: 0.7em;
margin: 0;
list-style: none;
display: flex;
}
a:hover {
color: white;
}
@media (min-width: 750px) and (max-width : 360px ) {
.lateral{
width: 33%;
float: left;
background-color: #000000;
}
}
.push {
margin-right: auto;
}
li {
padding: 25px;
}
a {
color: aliceblue;
text-decoration: none;
}
.sticky {
position: fixed;
z-index: 1;
top: 0;
width: 100%;
}
.gray {
background: #696969;
}
.container {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.imagendearriba {
width: 100%;
height: 100%;
}
.coverText {
position: absolute;
left: 40%;
top: 40%;
color: white;
font-weight: bold;
transform: translate(-50%, -50%);
}
.coverText > h1 {
color: white;
font-size: 50px;
}
.grid-wrapped {
display: grid;
grid-template-columns: repeat(auto-fill minmax(370px, 1fr));
gap: 10px;
}
.card {
background-color: black;
margin: 50px;
}
.card > img {
max-width: 100%;
height: auto;
}
.card h1 {
font-size: 1.5rem;
}
.card p {
font-size: 1rem;
}
.card > .text {
padding: 0 20px 20px;
}
button {
cursor:pointer;
background: rgb(255, 255, 255);
border: 0;
font-size: 1rem;
color: black;
padding: 10px;
width: 100%;
}
button:hover {
background-color: red
}
.sombra {
width: 23%;
height: 23%;
}
.maquillaje4 {
width: 23%;
height: 23%;
}
.labios {
width: 23%;
height: 23%;
}
.cara {
width: 25%;
height: 25%;
}
.maquillaje3 {
width: 23%;
height: 23%;
}
.brochas {
width: 23%;
height: 23%;
}
.maquillandoce {
width: 23%;
height: 27%;
}
.rimel {
width: 25%;
height: 25%;
}
.collage {
width: 100%;
height: 100%;
}
.p {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.blue {
background: black;
}
footer {
width: 100%;
text-align: center;
padding: 10px;
background-color: #0a0a11;
}
footer p {
font-size: 1rem;
}
#unico {
background: black;
margin: 1rem;
padding: 1rem;
text-align: center;
color: white;
font-size: 2rem;
}
@media (min-width: 1000px) {
body {
align: 20px;
}
div {
text-align: center;
}
}
@media screen and (max-width:640px) {
/* reglas CSS */
}
@media screen and (max-width:1024px) and (min-width:640px) {
/* reglas CSS */
}
@media screen and (min-width:1024px) {
/* reglas CSS */
} | 0.563858 | 0.125735 |
:root {
--worksheet_comp_border_color: black;
--worksheet_comp_background_color: white;
--worksheet_comp_table_color: black;
--worksheet_comp_row_hover_border: solid 1px black;
--worksheet_comp_cell_selected_color: #0f9d58;
}
.worksheetComp {
position: relative;
width: 100%;
}
.worksheetComp_idxBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
left: 0;
top: 0;
padding: 4px 0 4px 18px;
font-size: 14px;
cursor: pointer;
}
.worksheetComp_table {
background-color: var(--worksheet_comp_table_background_color);
border-collapse: collapse;
table-layout: fixed;
}
.worksheetComp_headingsBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
top: 0;
padding: 4px 0 4px 0;
overflow: hidden;
}
.worksheetComp_vertBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
left: 0;
top: 29px;
border-left: solid 2px var(--worksheet_comp_border_color);
overflow: hidden;
}
.worksheetComp_th {
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 1px;
font-family: sans-serif;
font-weight: bold;
font-size: 14px;
color: var(--worksheet_comp_table_color);
cursor: pointer;
}
.worksheetComp_td {
text-align: right;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 1px;
font-family: sans-serif;
font-size: 14px;
color: var(--worksheet_comp_table_color);
}
.worksheetComp_dataBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
top: 29px;
border-right: solid 2px var(--worksheet_comp_border_color);
overflow: auto;
}
.worksheetComp_dataBox::-webkit-scrollbar-track {
border-radius: 10px;
background-color: transparent;
}
.worksheetComp_dataBox::-webkit-scrollbar {
height: 12px;
width: 12px;
background-color: transparent;
}
.worksheetComp_dataBox::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
background-color: #D62929;
}
.worksheetComp_trData:hover {
border-bottom: var(--worksheet_comp_row_hover_border);
}
.worksheetComp_tdData__selected {
color: var(--worksheet_comp_cell_selected_color);
} | worksheetcomp.css | :root {
--worksheet_comp_border_color: black;
--worksheet_comp_background_color: white;
--worksheet_comp_table_color: black;
--worksheet_comp_row_hover_border: solid 1px black;
--worksheet_comp_cell_selected_color: #0f9d58;
}
.worksheetComp {
position: relative;
width: 100%;
}
.worksheetComp_idxBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
left: 0;
top: 0;
padding: 4px 0 4px 18px;
font-size: 14px;
cursor: pointer;
}
.worksheetComp_table {
background-color: var(--worksheet_comp_table_background_color);
border-collapse: collapse;
table-layout: fixed;
}
.worksheetComp_headingsBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
top: 0;
padding: 4px 0 4px 0;
overflow: hidden;
}
.worksheetComp_vertBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
left: 0;
top: 29px;
border-left: solid 2px var(--worksheet_comp_border_color);
overflow: hidden;
}
.worksheetComp_th {
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 1px;
font-family: sans-serif;
font-weight: bold;
font-size: 14px;
color: var(--worksheet_comp_table_color);
cursor: pointer;
}
.worksheetComp_td {
text-align: right;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 1px;
font-family: sans-serif;
font-size: 14px;
color: var(--worksheet_comp_table_color);
}
.worksheetComp_dataBox {
background-color: var(--worksheet_comp_background_color);
position: absolute;
top: 29px;
border-right: solid 2px var(--worksheet_comp_border_color);
overflow: auto;
}
.worksheetComp_dataBox::-webkit-scrollbar-track {
border-radius: 10px;
background-color: transparent;
}
.worksheetComp_dataBox::-webkit-scrollbar {
height: 12px;
width: 12px;
background-color: transparent;
}
.worksheetComp_dataBox::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
background-color: #D62929;
}
.worksheetComp_trData:hover {
border-bottom: var(--worksheet_comp_row_hover_border);
}
.worksheetComp_tdData__selected {
color: var(--worksheet_comp_cell_selected_color);
} | 0.574275 | 0.239116 |
body {
font-family: "Raleway", sans-serif;
font-weight: 400;
background-color: #f2f2f2;
color: #333333;
line-height: 1.5;
}
button,
input,
select,
textarea {
color: #333333;
}
a {
text-decoration: none;
}
a:focus, a:hover {
text-decoration: none;
}
/*
* Fix ul and ol list in article tags
*/
article ul, article ol {
padding-left: 20px;
margin-bottom: 30px;
}
article ul, article ol ul, article ul ul {
list-style: disc;
}
article ol, article ul ol, article ol ol {
list-style: decimal;
}
img {
max-width: 100%;
height: auto;
}
audio,
canvas,
img,
video {
vertical-align: middle;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
position: relative;
top: 3px;
}
textarea {
-webkit-border-radius: 0;
border-radius: 0;
resize: vertical;
}
a,
.link {
color: #00A0D2;
}
a:hover,
.link:hover {
color: #06c4ff;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
margin-bottom: 30px;
}
blockquote {
font-size: 14px;
}
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
}
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 30px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 18px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Raleway", sans-serif;
font-weight: 600;
color: #333333;
line-height: 1.5;
margin: 0 0 30px 0;
}
h4 {
font-weight: 600;
}
h5,
h6 {
font-weight: bold;
margin-bottom: 20px;
}
.header {
background-color: #FFF;
border-bottom: 1px solid #f5f5f5;
position: relative;
}
.logo {
float: left;
font-size: 36px;
line-height: 100%;
margin-right: 30px;
padding-right: 30px;
}
@media screen and (max-width: 992px) {
.logo {
border: 0;
float: none;
display: block;
height: 100px;
margin: 0 auto;
max-width: none;
padding: 0;
text-align: center;
}
}
.logo__link, .logo__image {
display: block;
-webkit-transition: height 0.4s ease;
transition: height 0.4s ease;
}
.logo__image {
height: 100px;
}
@media screen and (max-width: 992px) {
.logo__link {
display: inline-block;
}
}
.header-addon {
float: right;
list-style: none;
margin: 30px 0 0;
}
.header-addon::after {
clear: both;
content: "";
display: table;
}
.header-addon__item {
float: left;
height: 40px;
margin-left: 20px;
overflow: hidden;
}
.header-addon__item:first-child {
margin-left: 0;
}
.header-addon .social-media {
margin: 0 0 5px;
text-align: right;
}
.header-addon .search-form {
display: inline-block;
}
.header-addon .input-group {
max-width: 210px;
}
.footer {
background-color: #eee;
border-top: 5px solid rgba(0, 0, 0, 0.2);
color: #CCC;
}
.footer--dark {
background-color: #333;
border-top-color: rgba(0, 0, 0, 0.2);
color: #ccc;
}
.footer a {
color: #AAA;
}
.footer-widgets {
padding: 60px 0;
position: relative;
}
.footer-widgets .widget {
border: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
}
.footer-widgets .widget__title {
color: #EEE;
font-size: 15px;
}
.copyrights {
background-color: rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.25);
font-size: 14px;
line-height: 1.8;
padding: 40px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.copyrights__text {
margin: 0;
}
.wrapper {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 1200px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
min-width: 320px;
position: relative;
}
.wrapper::after {
clear: both;
content: "";
display: table;
}
.off_canvas_navigation .wrapper {
left: 0;
right: auto;
-webkit-transition: left 0.4s ease;
transition: left 0.4s ease;
}
.off_canvas_navigation .wrapper--active {
left: 240px;
right: auto;
}
.content__wrap {
padding: 80px 0;
}
.navigation {
float: right;
}
@media screen and (max-width: 992px) {
.navigation {
float: none;
}
.off_canvas_navigation .navigation {
display: none;
}
.toggle_navigation .navigation {
display: block;
}
}
.navigation--style-2 {
float: none;
max-width: none;
border-top: 1px solid #f5f5f5;
}
.navigation--style-2 .navigation-menu__link {
padding-top: 19px;
padding-bottom: 19px;
}
@media screen and (max-width: 992px) {
.navigation--style-2 .navigation-menu__link {
padding: 14px 5px;
}
}
.navigation-menu {
list-style: none;
margin: 0;
float: left;
}
.navigation-menu__item--active {
color: #00A0D2;
}
@media screen and (min-width: 992px) {
.navigation-menu__item {
color: #111111;
float: left;
position: relative;
margin-left: 2px;
}
}
@media screen and (max-width: 992px) {
.navigation-menu__item {
text-align: left;
}
}
.navigation-menu__link {
color: inherit;
display: block;
font-family: "Raleway", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 22px;
letter-spacing: 1px;
padding: 39px 15px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
-webkit-transition: margin 0.4s ease, padding 0.4s ease;
transition: margin 0.4s ease, padding 0.4s ease;
}
@media screen and (max-width: 992px) {
.navigation-menu__link {
margin: 0;
padding: 14px 5px;
text-align: left;
}
}
.navigation-menu__sub-menu {
display: none;
position: absolute;
width: 220px;
background-color: #fff;
-webkit-box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
border: 1px solid #eee;
border-top: 2px solid #00A0D2;
height: auto;
z-index: 199;
top: 100%;
left: 0;
margin: 0;
}
.navigation-menu__sub-menu--1 {
margin: 0;
padding: 0;
}
.navigation-menu__sub-menu--2 {
border-top: 0;
left: 100%;
margin: 0;
top: 0;
}
.navigation-menu__sub-menu__item {
display: block;
position: relative;
}
.navigation-menu__sub-menu__link {
color: #333333;
display: block;
font-size: 14px;
padding: 8px 10px;
text-align: left;
}
@media screen and (max-width: 992px) {
.navigation-menu__sub-menu {
border: 0;
margin: 0;
position: relative;
width: auto;
}
}
@media screen and (max-width: 992px) {
.navigation-menu {
float: none;
}
}
.navigation-trigger {
background-color: #00A0D2;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: #333333;
display: none;
font-size: 18px;
margin-left: 10px;
padding: 10px;
}
@media screen and (max-width: 992px) {
.off_canvas_navigation .navigation-trigger {
display: none;
}
.toggle_navigation .navigation-trigger {
display: block;
}
}
.off-canvas-trigger {
display: none;
font-size: 24px;
left: 20px;
position: absolute;
top: 20px;
z-index: 2;
}
@media screen and (max-width: 992px) {
.off_canvas_navigation .off-canvas-trigger {
display: block;
}
.toggle_navigation .off-canvas-trigger {
display: none;
}
}
.off-canvas {
display: none;
background-color: #fafafa;
height: 100%;
max-height: 100%;
left: -240px;
position: absolute;
top: 0;
width: 240px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-right: 1px solid #e0e0e0;
-webkit-transition: left 0.4s ease;
transition: left 0.4s ease;
overflow: visible;
overflow-y: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.off-canvas--active {
left: 0;
}
.off-canvas__title {
display: block;
position: relative;
font-size: 20px;
line-height: 56px;
padding-left: 16px;
letter-spacing: .02em;
font-weight: 400;
}
.admin-bar .off-canvas {
top: 32px;
}
@media screen and (max-width: 992px) {
.admin-bar .off-canvas {
top: 32px;
}
}
@media screen and (max-width: 768px) {
.admin-bar .off-canvas {
top: 46px;
}
}
@media screen and (max-width: 992px) {
.off_canvas_navigation .off-canvas {
display: block;
}
.toggle_navigation .off-canvas {
display: none;
}
}
.off-canvas-menu {
list-style: none;
margin: 0;
padding-left: 0;
}
.off-canvas-menu__item {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.off-canvas-menu__link {
color: #757575;
display: block;
padding: 15px;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.off-canvas-menu__link:hover {
background-color: #e0e0e0;
}
.off-canvas-menu__sub-menu {
background: #090909;
padding-left: 0;
}
.breadcrumbs {
background: transparent;
margin: 0 0 5px 0;
padding: 7px 5px;
}
.breadcrumbs p {
margin: 0;
}
.breadcrumb_last {
color: #999;
}
.entry {
border-bottom: 1px solid #eee;
margin: 0 0 40px;
padding: 0 0 40px;
position: relative;
}
.entry__thumbnail {
line-height: 0;
margin-bottom: 30px;
}
.entry__thumbnail--medium {
margin-right: 2.33725%;
width: 40.30327%;
margin-bottom: 20px;
}
.entry__thumbnail--medium:last-child {
margin-right: 0;
}
.entry__image {
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.entry__title {
word-wrap: break-word;
}
.entry__heading {
font-size: 24px;
font-weight: 600;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.entry__link {
color: #333;
}
.entry__content {
margin-top: 30px;
position: relative;
}
.meta {
list-style: none;
margin: 10px -10px -15px 0;
padding-left: 0;
}
.meta__item {
color: #999;
float: left;
font-size: 13px;
font-style: italic;
line-height: 14px;
margin: 0 10px 15px 0;
}
.meta__item a {
color: inherit;
}
.meta__item i {
position: relative;
top: 1px;
font-size: 14px;
margin-right: 3px;
}
.page-title {
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
padding: 50px 0;
}
.page-title__heading {
color: #333;
font-size: 28px;
font-weight: 600;
line-height: 1;
letter-spacing: 1px;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.post-grid__row::after {
clear: both;
content: "";
display: table;
}
.updated {
display: none;
}
.post-navigation {
margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
.post-navigation__previous, .post-navigation__next {
float: left;
margin-right: 4%;
width: 48%;
}
}
@media screen and (max-width: 480px) {
.post-navigation__previous, .post-navigation__next {
margin-top: 10px;
text-align: center;
}
}
.post-navigation__next {
margin-right: 0;
}
@media screen and (min-width: 480px) {
.post-navigation__next {
text-align: right;
}
}
.pagination {
margin: 20px 0 0;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .active > a:focus {
background: #00A0D2;
border-color: #0081a9;
}
.comments-title,
.comment-reply-title {
font-size: 18px;
margin: 0 0 30px;
}
.comments__title {
font-size: 18px;
margin: 0;
}
.comments-respond {
clear: both;
}
.comment .children {
clear: both;
list-style: none;
margin: 0;
padding-left: 10%;
}
.comment__list {
list-style: none;
padding-left: 0;
margin: 30px 0;
}
.comment__item {
margin: 30px 0 0 30px;
position: relative;
}
.comment__wrap {
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative;
padding: 20px 20px 20px 35px;
}
.bypostauthor .comment__wrap {
background-color: #f9f9f9;
}
.comment__body {
padding: 0 0 0 15px;
position: relative;
overflow: hidden;
}
.comment__body p {
margin: 20px 0 0 0;
}
.comment__body p:first-child {
margin-top: 0;
}
.comment__text {
margin-top: 20px;
}
.comment__author {
color: #555;
font-size: 16px;
font-weight: bold;
margin-bottom: -10px;
}
.comment__author a {
color: inherit;
}
.comment__date {
font-size: 12px;
font-style: italic;
font-weight: 400;
display: block;
color: #AAA;
}
.comment__date a {
color: inherit;
}
.comment__meta {
float: left;
line-height: 1;
margin-right: 0;
}
.comment__meta a {
color: #999;
}
.comment__meta a:hover {
text-decoration: underline;
}
.comment__avatar {
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 50%;
border-radius: 50%;
left: -35px;
padding: 4px;
position: absolute;
top: 15px;
}
.comment__avatar img {
display: block;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.comment__reply {
display: block;
position: absolute;
top: 4px;
left: auto;
text-align: center;
right: 0px;
line-height: 1;
}
.comment__awaiting-moderation {
display: block;
margin-top: 10px;
margin-bottom: 0;
}
.comment-form__required {
color: #FF0000;
}
.comment-form__group {
margin-bottom: 25px;
}
.comment-form__field {
background-image: none;
background-color: #fff;
-webkit-border-radius: 0;
border-radius: 0;
border: 1px solid #ddd;
color: #333333;
font-size: 15px;
line-height: 1.42857143;
margin-right: 10px;
padding: 8px 14px;
width: 40%;
}
@media screen and (max-width: 768px) {
.comment-form__field {
margin-right: 0;
margin-bottom: 5px;
width: 100%;
}
}
.comment-form__field--textarea {
margin-right: 0;
width: 100%;
}
.comment-form__allowed-tags {
display: none;
}
.comment-subscription-form {
font-size: 90%;
margin: 0;
}
/*
* Main widgets
*/
.widget {
border-top: 1px solid #EEe;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
}
.widget__title {
color: #333333;
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
margin: 0 0 25px;
word-wrap: break-word;
text-transform: uppercase;
}
.widget:first-child {
padding-top: 0;
border-top: 0;
}
.widget:first-child {
margin-top: 0;
}
.widget ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.widget p:last-child {
margin: 0;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.widget {
border-top: 0;
display: inline-block;
margin-right: 37px;
margin-top: 0;
padding-top: 0;
vertical-align: top;
width: 340px;
}
}
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
padding: 4px;
}
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a {
display: inline-block;
padding: 0 3px 0 0;
}
.widget_nav_menu li a:before,
.widget_links li a:before,
.widget_meta li a:before,
.widget_archive li a:before,
.widget_recent_entries li a:before,
.widget_categories li a:before,
.widget_pages li a:before,
.widget_rss li a:before {
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
color: #ccc;
padding-right: 12px;
}
.widget_recent_comments li {
word-wrap: break-word;
padding: 4px;
}
.calendar_wrap table {
width: 100%;
}
/*
* Custom Posts
*/
.widget-posts {
list-style: none;
margin: 0;
padding-left: 0;
}
.widget-posts__item {
margin-bottom: 12px;
}
.widget-posts__heading {
margin-top: 0;
margin-bottom: 3px;
}
.widget-posts__thumbnail {
float: left;
margin-right: 10px;
margin-bottom: 0;
max-width: 90px;
}
.widget-posts__date {
display: block;
font-size: 12px;
text-transform: capitalize;
}
/*
* Social Media
*/
.widget_social_media .social-media {
margin-top: 10px;
}
/*
* Custom Contact Info
*/
.widget_custom_contact .widget-contact-info > li {
line-height: 20px;
margin: 3px 0;
}
.widget_custom_contact .widget-contact-info > li i {
font-size: 16px;
padding-right: 5px;
}
.gallery {
margin: 0 auto 30px;
}
.gallery::after {
clear: both;
content: "";
display: table;
}
.gallery .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
}
.gallery .gallery-caption {
margin-left: 0;
}
.aligncenter {
display: block;
margin: 0 auto;
text-align: center;
}
.alignleft {
float: left;
margin: 0 10px 5px 0;
text-align: left;
}
.alignright {
float: right;
margin: 0 0 5px 10px;
text-align: right;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
/* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
/*
* Default Button Styles
*/
.button {
background-color: #00A0D2;
background-image: none;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
line-height: 40px;
height: 40px;
margin: 5px;
padding: 0 22px;
-webkit-transition: background 0.1s linear;
transition: background 0.1s linear;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
position: relative;
outline: none;
border: 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
}
.button:hover {
background-color: #111111;
border-color: #111111;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button--rounded {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.button--3d {
-webkit-border-radius: 3px;
border-radius: 3px;
border-bottom: 3px solid rgba(0, 0, 0, 0.15);
-webkit-transition: none;
transition: none;
}
.button--3d:hover {
opacity: 0.9;
}
.button--mini {
font-size: 11px;
height: 28px;
line-height: 28px;
padding: 0 14px;
}
.button--small {
font-size: 12px;
height: 34px;
line-height: 34px;
padding: 0 17px;
}
.button--large {
font-size: 16px;
height: 46px;
line-height: 46px;
padding: 0 26px;
}
.button--read-more, .button--post-link {
margin: 0;
}
.button--post-link {
min-width: 140px;
text-align: center;
}
.content-area {
float: left;
margin-right: 40px;
width: 860px;
}
@media screen and (max-width: 1199px) {
.content-area {
width: 690px;
}
}
@media screen and (max-width: 992px) {
.content-area {
float: none;
margin-right: 0;
width: 100%;
}
}
.content-area--full {
float: none;
margin-right: 0;
width: 100%;
}
@media screen and (max-width: 1199px) {
.content-area--full {
width: 100%;
}
}
.content-area--sidebar-left {
float: right;
margin-right: 0;
}
.content-area--both {
width: 580px;
}
.content-area--both--left {
margin: 0;
margin-left: 40px;
}
@media screen and (max-width: 1199px) {
.content-area--both {
width: 440px;
}
}
.widget-area {
float: right;
width: 240px;
}
@media screen and (max-width: 1199px) {
.widget-area {
width: 210px;
}
}
@media screen and (max-width: 992px) {
.widget-area {
float: none;
width: 100%;
}
}
.widget-area--left {
float: left;
margin-right: 40px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.widget-area__wrap {
margin: 0 -38px -40px 0;
position: relative;
}
}
.grid_12 {
margin-right: 2.33725%;
width: 100%;
float: none;
margin-right: 0;
}
.grid_12:last-child {
margin-right: 0;
}
.grid_11 {
margin-right: 2.33725%;
width: 91.4719%;
}
.grid_11:last-child {
margin-right: 0;
}
.grid_10 {
margin-right: 2.33725%;
width: 82.94379%;
}
.grid_10:last-child {
margin-right: 0;
}
.grid_9 {
margin-right: 2.33725%;
width: 74.41569%;
}
.grid_9:last-child {
margin-right: 0;
}
.grid_8 {
margin-right: 2.33725%;
width: 65.88758%;
}
.grid_8:last-child {
margin-right: 0;
}
.grid_7 {
margin-right: 2.33725%;
width: 57.35948%;
}
.grid_7:last-child {
margin-right: 0;
}
.grid_6 {
margin-right: 2.33725%;
width: 48.83137%;
}
.grid_6:last-child {
margin-right: 0;
}
.grid_5 {
margin-right: 2.33725%;
width: 40.30327%;
}
.grid_5:last-child {
margin-right: 0;
}
.grid_4 {
margin-right: 2.33725%;
width: 31.77516%;
}
.grid_4:last-child {
margin-right: 0;
}
.grid_3 {
margin-right: 2.33725%;
width: 23.24706%;
}
.grid_3:last-child {
margin-right: 0;
}
.grid_2 {
margin-right: 2.33725%;
width: 14.71896%;
}
.grid_2:last-child {
margin-right: 0;
}
.grid_1 {
margin-right: 2.33725%;
width: 6.19085%;
}
.grid_1:last-child {
margin-right: 0;
}
.grid_last {
margin-right: 0;
}
.grid_12,
.grid_11,
.grid_10,
.grid_9,
.grid_8,
.grid_7,
.grid_6,
.grid_5,
.grid_4,
.grid_3,
.grid_2,
.grid_1 {
display: block;
float: left;
min-height: 1px;
margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.grid_12,
.grid_11,
.grid_10,
.grid_9,
.grid_8,
.grid_7,
.grid_6,
.grid_5,
.grid_4,
.grid_3,
.grid_2,
.grid_1 {
float: none;
margin-right: 0;
width: 100%;
}
}
.social-media-icons {
list-style: none;
margin: 10px 0;
padding-left: 0;
}
.social-media-icons li {
display: inline-block;
margin-left: 3px;
}
.social-media-icons li a {
display: block;
position: relative;
}
.dropcap {
background: #111111;
-webkit-border-radius: 50px;
border-radius: 50px;
color: white;
display: block;
float: left;
font-size: 24px;
height: 40px;
line-height: 39px;
margin: 0 8px 0 0;
text-align: center;
width: 40px;
}
.contact-form__label {
color: #333333;
display: block;
font-weight: bold;
letter-spacing: 1px;
margin: 10px 0 5px 0;
text-transform: uppercase;
}
.contact-form__field {
background-image: none;
background-color: #fff;
-webkit-border-radius: 0;
border-radius: 0;
border: 1px solid #ddd;
color: #333333;
font-size: 15px;
line-height: 1.42857143;
padding: 8px 14px;
width: 100%;
}
.contact-form__field--textarea {
min-height: 150px;
}
.contact-form__field.error {
border-color: #FF0000;
}
.contact-form .error:not(.contact-form__field) {
display: none;
color: #FF0000;
font-weight: 400;
margin-bottom: 5px;
position: absolute;
visibility: hidden;
opacity: 0;
text-indent: -9999px;
}
/*
* Reset
*/
.slides,
.flex-control-nav,
.flex-direction-nav {
list-style: none;
margin: 0;
padding-left: 0;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
}
/*
* Default Theme
*/
.slider {
padding-top: 40px;
position: relative;
overflow: hidden;
width: 100%;
}
.slider__wrap {
position: relative;
zoom: 1;
}
.slides {
zoom: 1;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flex-prev,
.flex-next {
position: absolute;
cursor: pointer;
z-index: 10;
top: 50%;
left: 0;
margin-top: -26px;
background-color: rgba(0, 0, 0, 0.3);
width: 52px;
height: 52px;
border: 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.flex-prev:hover,
.flex-next:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.flex-next {
left: auto;
right: 0;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.flex-prev i,
.flex-next i {
line-height: 50px;
width: 34px;
height: 52px;
color: #DDD;
color: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
font-size: 34px;
text-align: center;
margin-left: 7px;
}
.flex-prev i {
margin-left: 9px;
}
.flex-next i {
margin-left: 11px;
}
.flex-direction-nav {
*height: 0;
}
.flex-disabled {
cursor: default;
opacity: 0;
filter: alpha(opacity=0);
}
.flex-control-nav {
padding: 0 0 15px;
width: 100%;
position: absolute;
bottom: 0;
z-index: 1;
text-align: center;
}
.flex-control-nav li {
display: inline-block;
margin: 0 3px;
}
.flex-control-paging li a {
width: 12px;
height: 12px;
display: block;
border: 1px solid #FFF;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.flex-control-paging li a:hover {
background-color: #FFF;
}
.flex-control-paging li a.flex-active {
background-color: #FFF;
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.slides__wrap {
position: relative;
}
.slides__item {
display: none;
-webkit-backface-visibility: hidden;
}
.slides__image {
width: 100%;
display: block;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.slides__caption {
background-color: #FFF;
color: #333;
font-weight: 400;
text-shadow: none;
position: absolute;
left: auto;
right: 50px;
top: auto;
bottom: 50px;
z-index: 50;
max-width: 550px;
font-size: 22px;
padding: 5px 12px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transition: top 0.2s ease;
transition: top 0.2s ease;
}
.slides__title {
color: inherit;
font-size: inherit;
margin: 0;
}
.slides__link {
display: block;
color: inherit;
}
.slides__description {
color: #FFF;
margin-top: 10px;
}
/*
* Modern Clearfix
*/
.group:before, .group:after {
content: " ";
display: table;
}
.group:after {
clear: both;
}
.clear {
clear: both;
display: block;
font-size: 0px;
height: 0px;
line-height: 0;
width: 100%;
overflow: hidden;
}
.full-width {
width: 100%;
}
.gototop {
background-color: #00A0D2;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
color: #fff;
cursor: pointer;
font-size: 24px;
font-weight: 400;
opacity: 0.8;
position: fixed;
bottom: 24px;
right: 24px;
-webkit-transition: background-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
transition: background-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
height: 56px;
width: 56px;
z-index: 20;
line-height: normal;
text-align: center;
}
.gototop i {
vertical-align: middle;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-12px, -12px);
-ms-transform: translate(-12px, -12px);
transform: translate(-12px, -12px);
line-height: 24px;
width: 24px;
}
.gototop:hover {
color: #fff;
opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.fl-menu-toc__list {
background-color: #00A0D2;
}
.fl-menu-section__heading {
background-color: #00A0D2;
}
/*# sourceMappingURL=styles.css.map */ | assets/css/styles.css | body {
font-family: "Raleway", sans-serif;
font-weight: 400;
background-color: #f2f2f2;
color: #333333;
line-height: 1.5;
}
button,
input,
select,
textarea {
color: #333333;
}
a {
text-decoration: none;
}
a:focus, a:hover {
text-decoration: none;
}
/*
* Fix ul and ol list in article tags
*/
article ul, article ol {
padding-left: 20px;
margin-bottom: 30px;
}
article ul, article ol ul, article ul ul {
list-style: disc;
}
article ol, article ul ol, article ol ol {
list-style: decimal;
}
img {
max-width: 100%;
height: auto;
}
audio,
canvas,
img,
video {
vertical-align: middle;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
input[type="search"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
position: relative;
top: 3px;
}
textarea {
-webkit-border-radius: 0;
border-radius: 0;
resize: vertical;
}
a,
.link {
color: #00A0D2;
}
a:hover,
.link:hover {
color: #06c4ff;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
margin-bottom: 30px;
}
blockquote {
font-size: 14px;
}
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
}
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 30px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 18px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Raleway", sans-serif;
font-weight: 600;
color: #333333;
line-height: 1.5;
margin: 0 0 30px 0;
}
h4 {
font-weight: 600;
}
h5,
h6 {
font-weight: bold;
margin-bottom: 20px;
}
.header {
background-color: #FFF;
border-bottom: 1px solid #f5f5f5;
position: relative;
}
.logo {
float: left;
font-size: 36px;
line-height: 100%;
margin-right: 30px;
padding-right: 30px;
}
@media screen and (max-width: 992px) {
.logo {
border: 0;
float: none;
display: block;
height: 100px;
margin: 0 auto;
max-width: none;
padding: 0;
text-align: center;
}
}
.logo__link, .logo__image {
display: block;
-webkit-transition: height 0.4s ease;
transition: height 0.4s ease;
}
.logo__image {
height: 100px;
}
@media screen and (max-width: 992px) {
.logo__link {
display: inline-block;
}
}
.header-addon {
float: right;
list-style: none;
margin: 30px 0 0;
}
.header-addon::after {
clear: both;
content: "";
display: table;
}
.header-addon__item {
float: left;
height: 40px;
margin-left: 20px;
overflow: hidden;
}
.header-addon__item:first-child {
margin-left: 0;
}
.header-addon .social-media {
margin: 0 0 5px;
text-align: right;
}
.header-addon .search-form {
display: inline-block;
}
.header-addon .input-group {
max-width: 210px;
}
.footer {
background-color: #eee;
border-top: 5px solid rgba(0, 0, 0, 0.2);
color: #CCC;
}
.footer--dark {
background-color: #333;
border-top-color: rgba(0, 0, 0, 0.2);
color: #ccc;
}
.footer a {
color: #AAA;
}
.footer-widgets {
padding: 60px 0;
position: relative;
}
.footer-widgets .widget {
border: 0;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
}
.footer-widgets .widget__title {
color: #EEE;
font-size: 15px;
}
.copyrights {
background-color: rgba(0, 0, 0, 0.2);
color: rgba(255, 255, 255, 0.25);
font-size: 14px;
line-height: 1.8;
padding: 40px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.copyrights__text {
margin: 0;
}
.wrapper {
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 1200px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
min-width: 320px;
position: relative;
}
.wrapper::after {
clear: both;
content: "";
display: table;
}
.off_canvas_navigation .wrapper {
left: 0;
right: auto;
-webkit-transition: left 0.4s ease;
transition: left 0.4s ease;
}
.off_canvas_navigation .wrapper--active {
left: 240px;
right: auto;
}
.content__wrap {
padding: 80px 0;
}
.navigation {
float: right;
}
@media screen and (max-width: 992px) {
.navigation {
float: none;
}
.off_canvas_navigation .navigation {
display: none;
}
.toggle_navigation .navigation {
display: block;
}
}
.navigation--style-2 {
float: none;
max-width: none;
border-top: 1px solid #f5f5f5;
}
.navigation--style-2 .navigation-menu__link {
padding-top: 19px;
padding-bottom: 19px;
}
@media screen and (max-width: 992px) {
.navigation--style-2 .navigation-menu__link {
padding: 14px 5px;
}
}
.navigation-menu {
list-style: none;
margin: 0;
float: left;
}
.navigation-menu__item--active {
color: #00A0D2;
}
@media screen and (min-width: 992px) {
.navigation-menu__item {
color: #111111;
float: left;
position: relative;
margin-left: 2px;
}
}
@media screen and (max-width: 992px) {
.navigation-menu__item {
text-align: left;
}
}
.navigation-menu__link {
color: inherit;
display: block;
font-family: "Raleway", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 22px;
letter-spacing: 1px;
padding: 39px 15px;
text-align: center;
text-shadow: none;
text-transform: uppercase;
-webkit-transition: margin 0.4s ease, padding 0.4s ease;
transition: margin 0.4s ease, padding 0.4s ease;
}
@media screen and (max-width: 992px) {
.navigation-menu__link {
margin: 0;
padding: 14px 5px;
text-align: left;
}
}
.navigation-menu__sub-menu {
display: none;
position: absolute;
width: 220px;
background-color: #fff;
-webkit-box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
border: 1px solid #eee;
border-top: 2px solid #00A0D2;
height: auto;
z-index: 199;
top: 100%;
left: 0;
margin: 0;
}
.navigation-menu__sub-menu--1 {
margin: 0;
padding: 0;
}
.navigation-menu__sub-menu--2 {
border-top: 0;
left: 100%;
margin: 0;
top: 0;
}
.navigation-menu__sub-menu__item {
display: block;
position: relative;
}
.navigation-menu__sub-menu__link {
color: #333333;
display: block;
font-size: 14px;
padding: 8px 10px;
text-align: left;
}
@media screen and (max-width: 992px) {
.navigation-menu__sub-menu {
border: 0;
margin: 0;
position: relative;
width: auto;
}
}
@media screen and (max-width: 992px) {
.navigation-menu {
float: none;
}
}
.navigation-trigger {
background-color: #00A0D2;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: #333333;
display: none;
font-size: 18px;
margin-left: 10px;
padding: 10px;
}
@media screen and (max-width: 992px) {
.off_canvas_navigation .navigation-trigger {
display: none;
}
.toggle_navigation .navigation-trigger {
display: block;
}
}
.off-canvas-trigger {
display: none;
font-size: 24px;
left: 20px;
position: absolute;
top: 20px;
z-index: 2;
}
@media screen and (max-width: 992px) {
.off_canvas_navigation .off-canvas-trigger {
display: block;
}
.toggle_navigation .off-canvas-trigger {
display: none;
}
}
.off-canvas {
display: none;
background-color: #fafafa;
height: 100%;
max-height: 100%;
left: -240px;
position: absolute;
top: 0;
width: 240px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-right: 1px solid #e0e0e0;
-webkit-transition: left 0.4s ease;
transition: left 0.4s ease;
overflow: visible;
overflow-y: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.off-canvas--active {
left: 0;
}
.off-canvas__title {
display: block;
position: relative;
font-size: 20px;
line-height: 56px;
padding-left: 16px;
letter-spacing: .02em;
font-weight: 400;
}
.admin-bar .off-canvas {
top: 32px;
}
@media screen and (max-width: 992px) {
.admin-bar .off-canvas {
top: 32px;
}
}
@media screen and (max-width: 768px) {
.admin-bar .off-canvas {
top: 46px;
}
}
@media screen and (max-width: 992px) {
.off_canvas_navigation .off-canvas {
display: block;
}
.toggle_navigation .off-canvas {
display: none;
}
}
.off-canvas-menu {
list-style: none;
margin: 0;
padding-left: 0;
}
.off-canvas-menu__item {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.off-canvas-menu__link {
color: #757575;
display: block;
padding: 15px;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.off-canvas-menu__link:hover {
background-color: #e0e0e0;
}
.off-canvas-menu__sub-menu {
background: #090909;
padding-left: 0;
}
.breadcrumbs {
background: transparent;
margin: 0 0 5px 0;
padding: 7px 5px;
}
.breadcrumbs p {
margin: 0;
}
.breadcrumb_last {
color: #999;
}
.entry {
border-bottom: 1px solid #eee;
margin: 0 0 40px;
padding: 0 0 40px;
position: relative;
}
.entry__thumbnail {
line-height: 0;
margin-bottom: 30px;
}
.entry__thumbnail--medium {
margin-right: 2.33725%;
width: 40.30327%;
margin-bottom: 20px;
}
.entry__thumbnail--medium:last-child {
margin-right: 0;
}
.entry__image {
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.entry__title {
word-wrap: break-word;
}
.entry__heading {
font-size: 24px;
font-weight: 600;
margin: 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.entry__link {
color: #333;
}
.entry__content {
margin-top: 30px;
position: relative;
}
.meta {
list-style: none;
margin: 10px -10px -15px 0;
padding-left: 0;
}
.meta__item {
color: #999;
float: left;
font-size: 13px;
font-style: italic;
line-height: 14px;
margin: 0 10px 15px 0;
}
.meta__item a {
color: inherit;
}
.meta__item i {
position: relative;
top: 1px;
font-size: 14px;
margin-right: 3px;
}
.page-title {
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
padding: 50px 0;
}
.page-title__heading {
color: #333;
font-size: 28px;
font-weight: 600;
line-height: 1;
letter-spacing: 1px;
margin: 0;
padding: 0;
text-transform: uppercase;
}
.post-grid__row::after {
clear: both;
content: "";
display: table;
}
.updated {
display: none;
}
.post-navigation {
margin-bottom: 30px;
}
@media screen and (min-width: 480px) {
.post-navigation__previous, .post-navigation__next {
float: left;
margin-right: 4%;
width: 48%;
}
}
@media screen and (max-width: 480px) {
.post-navigation__previous, .post-navigation__next {
margin-top: 10px;
text-align: center;
}
}
.post-navigation__next {
margin-right: 0;
}
@media screen and (min-width: 480px) {
.post-navigation__next {
text-align: right;
}
}
.pagination {
margin: 20px 0 0;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > .active > a:focus {
background: #00A0D2;
border-color: #0081a9;
}
.comments-title,
.comment-reply-title {
font-size: 18px;
margin: 0 0 30px;
}
.comments__title {
font-size: 18px;
margin: 0;
}
.comments-respond {
clear: both;
}
.comment .children {
clear: both;
list-style: none;
margin: 0;
padding-left: 10%;
}
.comment__list {
list-style: none;
padding-left: 0;
margin: 30px 0;
}
.comment__item {
margin: 30px 0 0 30px;
position: relative;
}
.comment__wrap {
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
border-radius: 5px;
position: relative;
padding: 20px 20px 20px 35px;
}
.bypostauthor .comment__wrap {
background-color: #f9f9f9;
}
.comment__body {
padding: 0 0 0 15px;
position: relative;
overflow: hidden;
}
.comment__body p {
margin: 20px 0 0 0;
}
.comment__body p:first-child {
margin-top: 0;
}
.comment__text {
margin-top: 20px;
}
.comment__author {
color: #555;
font-size: 16px;
font-weight: bold;
margin-bottom: -10px;
}
.comment__author a {
color: inherit;
}
.comment__date {
font-size: 12px;
font-style: italic;
font-weight: 400;
display: block;
color: #AAA;
}
.comment__date a {
color: inherit;
}
.comment__meta {
float: left;
line-height: 1;
margin-right: 0;
}
.comment__meta a {
color: #999;
}
.comment__meta a:hover {
text-decoration: underline;
}
.comment__avatar {
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 50%;
border-radius: 50%;
left: -35px;
padding: 4px;
position: absolute;
top: 15px;
}
.comment__avatar img {
display: block;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.comment__reply {
display: block;
position: absolute;
top: 4px;
left: auto;
text-align: center;
right: 0px;
line-height: 1;
}
.comment__awaiting-moderation {
display: block;
margin-top: 10px;
margin-bottom: 0;
}
.comment-form__required {
color: #FF0000;
}
.comment-form__group {
margin-bottom: 25px;
}
.comment-form__field {
background-image: none;
background-color: #fff;
-webkit-border-radius: 0;
border-radius: 0;
border: 1px solid #ddd;
color: #333333;
font-size: 15px;
line-height: 1.42857143;
margin-right: 10px;
padding: 8px 14px;
width: 40%;
}
@media screen and (max-width: 768px) {
.comment-form__field {
margin-right: 0;
margin-bottom: 5px;
width: 100%;
}
}
.comment-form__field--textarea {
margin-right: 0;
width: 100%;
}
.comment-form__allowed-tags {
display: none;
}
.comment-subscription-form {
font-size: 90%;
margin: 0;
}
/*
* Main widgets
*/
.widget {
border-top: 1px solid #EEe;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 30px;
}
.widget__title {
color: #333333;
font-size: 15px;
font-weight: 600;
letter-spacing: 1px;
margin: 0 0 25px;
word-wrap: break-word;
text-transform: uppercase;
}
.widget:first-child {
padding-top: 0;
border-top: 0;
}
.widget:first-child {
margin-top: 0;
}
.widget ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.widget p:last-child {
margin: 0;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.widget {
border-top: 0;
display: inline-block;
margin-right: 37px;
margin-top: 0;
padding-top: 0;
vertical-align: top;
width: 340px;
}
}
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
padding: 4px;
}
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a {
display: inline-block;
padding: 0 3px 0 0;
}
.widget_nav_menu li a:before,
.widget_links li a:before,
.widget_meta li a:before,
.widget_archive li a:before,
.widget_recent_entries li a:before,
.widget_categories li a:before,
.widget_pages li a:before,
.widget_rss li a:before {
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f105";
color: #ccc;
padding-right: 12px;
}
.widget_recent_comments li {
word-wrap: break-word;
padding: 4px;
}
.calendar_wrap table {
width: 100%;
}
/*
* Custom Posts
*/
.widget-posts {
list-style: none;
margin: 0;
padding-left: 0;
}
.widget-posts__item {
margin-bottom: 12px;
}
.widget-posts__heading {
margin-top: 0;
margin-bottom: 3px;
}
.widget-posts__thumbnail {
float: left;
margin-right: 10px;
margin-bottom: 0;
max-width: 90px;
}
.widget-posts__date {
display: block;
font-size: 12px;
text-transform: capitalize;
}
/*
* Social Media
*/
.widget_social_media .social-media {
margin-top: 10px;
}
/*
* Custom Contact Info
*/
.widget_custom_contact .widget-contact-info > li {
line-height: 20px;
margin: 3px 0;
}
.widget_custom_contact .widget-contact-info > li i {
font-size: 16px;
padding-right: 5px;
}
.gallery {
margin: 0 auto 30px;
}
.gallery::after {
clear: both;
content: "";
display: table;
}
.gallery .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
}
.gallery .gallery-caption {
margin-left: 0;
}
.aligncenter {
display: block;
margin: 0 auto;
text-align: center;
}
.alignleft {
float: left;
margin: 0 10px 5px 0;
text-align: left;
}
.alignright {
float: right;
margin: 0 0 5px 10px;
text-align: right;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
/* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
/*
* Default Button Styles
*/
.button {
background-color: #00A0D2;
background-image: none;
color: #FFF;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
line-height: 40px;
height: 40px;
margin: 5px;
padding: 0 22px;
-webkit-transition: background 0.1s linear;
transition: background 0.1s linear;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
position: relative;
outline: none;
border: 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
}
.button:hover {
background-color: #111111;
border-color: #111111;
color: #FFFFFF;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button--rounded {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.button--3d {
-webkit-border-radius: 3px;
border-radius: 3px;
border-bottom: 3px solid rgba(0, 0, 0, 0.15);
-webkit-transition: none;
transition: none;
}
.button--3d:hover {
opacity: 0.9;
}
.button--mini {
font-size: 11px;
height: 28px;
line-height: 28px;
padding: 0 14px;
}
.button--small {
font-size: 12px;
height: 34px;
line-height: 34px;
padding: 0 17px;
}
.button--large {
font-size: 16px;
height: 46px;
line-height: 46px;
padding: 0 26px;
}
.button--read-more, .button--post-link {
margin: 0;
}
.button--post-link {
min-width: 140px;
text-align: center;
}
.content-area {
float: left;
margin-right: 40px;
width: 860px;
}
@media screen and (max-width: 1199px) {
.content-area {
width: 690px;
}
}
@media screen and (max-width: 992px) {
.content-area {
float: none;
margin-right: 0;
width: 100%;
}
}
.content-area--full {
float: none;
margin-right: 0;
width: 100%;
}
@media screen and (max-width: 1199px) {
.content-area--full {
width: 100%;
}
}
.content-area--sidebar-left {
float: right;
margin-right: 0;
}
.content-area--both {
width: 580px;
}
.content-area--both--left {
margin: 0;
margin-left: 40px;
}
@media screen and (max-width: 1199px) {
.content-area--both {
width: 440px;
}
}
.widget-area {
float: right;
width: 240px;
}
@media screen and (max-width: 1199px) {
.widget-area {
width: 210px;
}
}
@media screen and (max-width: 992px) {
.widget-area {
float: none;
width: 100%;
}
}
.widget-area--left {
float: left;
margin-right: 40px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
.widget-area__wrap {
margin: 0 -38px -40px 0;
position: relative;
}
}
.grid_12 {
margin-right: 2.33725%;
width: 100%;
float: none;
margin-right: 0;
}
.grid_12:last-child {
margin-right: 0;
}
.grid_11 {
margin-right: 2.33725%;
width: 91.4719%;
}
.grid_11:last-child {
margin-right: 0;
}
.grid_10 {
margin-right: 2.33725%;
width: 82.94379%;
}
.grid_10:last-child {
margin-right: 0;
}
.grid_9 {
margin-right: 2.33725%;
width: 74.41569%;
}
.grid_9:last-child {
margin-right: 0;
}
.grid_8 {
margin-right: 2.33725%;
width: 65.88758%;
}
.grid_8:last-child {
margin-right: 0;
}
.grid_7 {
margin-right: 2.33725%;
width: 57.35948%;
}
.grid_7:last-child {
margin-right: 0;
}
.grid_6 {
margin-right: 2.33725%;
width: 48.83137%;
}
.grid_6:last-child {
margin-right: 0;
}
.grid_5 {
margin-right: 2.33725%;
width: 40.30327%;
}
.grid_5:last-child {
margin-right: 0;
}
.grid_4 {
margin-right: 2.33725%;
width: 31.77516%;
}
.grid_4:last-child {
margin-right: 0;
}
.grid_3 {
margin-right: 2.33725%;
width: 23.24706%;
}
.grid_3:last-child {
margin-right: 0;
}
.grid_2 {
margin-right: 2.33725%;
width: 14.71896%;
}
.grid_2:last-child {
margin-right: 0;
}
.grid_1 {
margin-right: 2.33725%;
width: 6.19085%;
}
.grid_1:last-child {
margin-right: 0;
}
.grid_last {
margin-right: 0;
}
.grid_12,
.grid_11,
.grid_10,
.grid_9,
.grid_8,
.grid_7,
.grid_6,
.grid_5,
.grid_4,
.grid_3,
.grid_2,
.grid_1 {
display: block;
float: left;
min-height: 1px;
margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.grid_12,
.grid_11,
.grid_10,
.grid_9,
.grid_8,
.grid_7,
.grid_6,
.grid_5,
.grid_4,
.grid_3,
.grid_2,
.grid_1 {
float: none;
margin-right: 0;
width: 100%;
}
}
.social-media-icons {
list-style: none;
margin: 10px 0;
padding-left: 0;
}
.social-media-icons li {
display: inline-block;
margin-left: 3px;
}
.social-media-icons li a {
display: block;
position: relative;
}
.dropcap {
background: #111111;
-webkit-border-radius: 50px;
border-radius: 50px;
color: white;
display: block;
float: left;
font-size: 24px;
height: 40px;
line-height: 39px;
margin: 0 8px 0 0;
text-align: center;
width: 40px;
}
.contact-form__label {
color: #333333;
display: block;
font-weight: bold;
letter-spacing: 1px;
margin: 10px 0 5px 0;
text-transform: uppercase;
}
.contact-form__field {
background-image: none;
background-color: #fff;
-webkit-border-radius: 0;
border-radius: 0;
border: 1px solid #ddd;
color: #333333;
font-size: 15px;
line-height: 1.42857143;
padding: 8px 14px;
width: 100%;
}
.contact-form__field--textarea {
min-height: 150px;
}
.contact-form__field.error {
border-color: #FF0000;
}
.contact-form .error:not(.contact-form__field) {
display: none;
color: #FF0000;
font-weight: 400;
margin-bottom: 5px;
position: absolute;
visibility: hidden;
opacity: 0;
text-indent: -9999px;
}
/*
* Reset
*/
.slides,
.flex-control-nav,
.flex-direction-nav {
list-style: none;
margin: 0;
padding-left: 0;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
}
/*
* Default Theme
*/
.slider {
padding-top: 40px;
position: relative;
overflow: hidden;
width: 100%;
}
.slider__wrap {
position: relative;
zoom: 1;
}
.slides {
zoom: 1;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flex-prev,
.flex-next {
position: absolute;
cursor: pointer;
z-index: 10;
top: 50%;
left: 0;
margin-top: -26px;
background-color: rgba(0, 0, 0, 0.3);
width: 52px;
height: 52px;
border: 0;
-webkit-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.flex-prev:hover,
.flex-next:hover {
background-color: rgba(0, 0, 0, 0.6);
}
.flex-next {
left: auto;
right: 0;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.flex-prev i,
.flex-next i {
line-height: 50px;
width: 34px;
height: 52px;
color: #DDD;
color: rgba(255, 255, 255, 0.8);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
font-size: 34px;
text-align: center;
margin-left: 7px;
}
.flex-prev i {
margin-left: 9px;
}
.flex-next i {
margin-left: 11px;
}
.flex-direction-nav {
*height: 0;
}
.flex-disabled {
cursor: default;
opacity: 0;
filter: alpha(opacity=0);
}
.flex-control-nav {
padding: 0 0 15px;
width: 100%;
position: absolute;
bottom: 0;
z-index: 1;
text-align: center;
}
.flex-control-nav li {
display: inline-block;
margin: 0 3px;
}
.flex-control-paging li a {
width: 12px;
height: 12px;
display: block;
border: 1px solid #FFF;
cursor: pointer;
text-indent: -9999px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.flex-control-paging li a:hover {
background-color: #FFF;
}
.flex-control-paging li a.flex-active {
background-color: #FFF;
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.slides__wrap {
position: relative;
}
.slides__item {
display: none;
-webkit-backface-visibility: hidden;
}
.slides__image {
width: 100%;
display: block;
-webkit-transition: all .2s ease;
transition: all .2s ease;
}
.slides__caption {
background-color: #FFF;
color: #333;
font-weight: 400;
text-shadow: none;
position: absolute;
left: auto;
right: 50px;
top: auto;
bottom: 50px;
z-index: 50;
max-width: 550px;
font-size: 22px;
padding: 5px 12px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transition: top 0.2s ease;
transition: top 0.2s ease;
}
.slides__title {
color: inherit;
font-size: inherit;
margin: 0;
}
.slides__link {
display: block;
color: inherit;
}
.slides__description {
color: #FFF;
margin-top: 10px;
}
/*
* Modern Clearfix
*/
.group:before, .group:after {
content: " ";
display: table;
}
.group:after {
clear: both;
}
.clear {
clear: both;
display: block;
font-size: 0px;
height: 0px;
line-height: 0;
width: 100%;
overflow: hidden;
}
.full-width {
width: 100%;
}
.gototop {
background-color: #00A0D2;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
color: #fff;
cursor: pointer;
font-size: 24px;
font-weight: 400;
opacity: 0.8;
position: fixed;
bottom: 24px;
right: 24px;
-webkit-transition: background-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
transition: background-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
transition: background-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
height: 56px;
width: 56px;
z-index: 20;
line-height: normal;
text-align: center;
}
.gototop i {
vertical-align: middle;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-12px, -12px);
-ms-transform: translate(-12px, -12px);
transform: translate(-12px, -12px);
line-height: 24px;
width: 24px;
}
.gototop:hover {
color: #fff;
opacity: 1;
}
/* Magnific Popup CSS */
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
-ms-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.fl-menu-toc__list {
background-color: #00A0D2;
}
.fl-menu-section__heading {
background-color: #00A0D2;
}
/*# sourceMappingURL=styles.css.map */ | 0.395251 | 0.089933 |
.menu-big {
border-bottom: 17px double black;
border-top: 6px solid black;
content:"";
height: 5px;
width:6px;
}
.menu-small {
border-bottom: 11px double black;
border-top: 4px solid black;
content: "";
height: 3px;
width: 5px;
}
.loader {
border: 3.5px solid black;
border-radius: 100%;
width: 30px;
height: 30px;
border-style:dotted;
-webkit-animation: spin 1s infinite;
animation: spin 3s linear infinite;
cursor: pointer;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
50% { -webkit-transform: rotate(360deg); }
100% { -webkit-transform: rotate(0deg); }
}
@keyframes spin {
0% { -webkit-transform: rotate(0deg); }
50% { -webkit-transform: rotate(360deg); }
100% { -webkit-transform: rotate(0deg); }
}
/*..............colors..................*/
.violet{
background: #9d159d;
color: #f2f2f2;
}
.blue1{
background: #9999ff;
color: #f2f2f2;
}
.blue2{
background: #0073e6;
color: #f2f2f2;
}
.green1{
background: #9fdf9f;
color: #f2f2f2;
}
.green2{
background: #40bf40;
color: #f2f2f2;
}
.yellow{
background: #e6e600;
color: #f2f2f2;
}
.orange{
background: #ffb833;
color: #f2f2f2;
}
.red{
background:#ff4d4d;
color: #f2f2f2;
}
.cyan{
background: #00b3b3;
color: #f2f2f2;
}
.pink{
background: #ff6680;
color: #f2f2f2;
}
.purple{
background:#660066;
color: #f2f2f2;
}
.gray1{
background: #bfbfbf;
color: #f2f2f2;
}
.gray2{
background: #808080;
color: #f2f2f2;
}
.gray3{
background: #4d4d4d ;
color: #f2f2f2;
}
.black{
background: #1a1a1a;
color: #f2f2f2;
}
.white{
background: #f2f2f2;
color: #1a1a1a;
}
/*....................buttons......................*/
.btn{
padding-left:10px;
padding-right:10px;
padding-bottom:6px;
padding-top:6px;
display: inline-block;
cursor:pointer;
border-radius:4px;
}
.btn:hover{
opacity:0.7;
}
/*................width.............................*
.width8-33 {
width: 8.33%;
}
.width16-66 {
width: 16.66%;
}
.width24-99 {
width: 24.99%;
}
.width33-33 {
width: 33.33%;
}
.width41-66 {
width: 41.66%;
}
.width49-99 {
width: 49.99%;
}
.width58-31 {
width: 58.31%;
}
.width66-64 {
width: 66.64%;
}
.width74-97 {
width: 74.97%;
}
.width83-3 {
width: 83.3%;
}
.width91-63 {
width: 91.63%;
}
.width99-96 {
width: 99.96%;
}
/*.....................gallery.......................
.row {
text-align: center;
}
.cols {
position: relative;
padding: 4px;
border: 1px solid #CCC;
display: inline-block;
margin: 4px;
}
.cols:hover {
box-shadow: 0px 0px 2px 2px #CCC;
}
.cols:hover img {
opacity: 0.8;
}
.size-logo-med{
padding-top: 8px;
width: 80px;
height: 80px;
}
.size100x100 {
width: 100px;
height: 100px;
}
.size10x10 {
width: 10px;
height: 10px;
}
.size30x30 {
width: 30px;
height: 30px;
}
.size200x200 {
width: 200px;
height: 200px;
}
.size700x700{
max-width: 100%;
height: 600px;
}
.image-container {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.image-preview {
}
.image-container:hover .banner {
bottom: 0px;
}
.banner {
z-index: 3;
position: absolute;
width: 200px;
height: 30px;
opacity: 0.6;
background: #fff;
bottom: -50px;
-webkit-transition: .5s linear;
transition: .2s ease-out;
width: 100%;
}
.icon {
margin:4px;
z-index: 3;
}
.icon:hover {
}
/****************************** gallery responsive *************************************
@media screen and (max-width: 420px) {
.size200x200 {
width: 268px;
height: 268px;
}
}
@media screen and (max-width: 640px) and (min-width: 420px) {
.size200x200 {
width: 173px;
height: 173px;
}
}
@media screen and (max-width: 1000px) and (min-width: 915px) {
.size200x200 {
width: 223px;
height: 223px;
}
}
@media screen and (max-width: 1106px) and (min-width: 1000px) {
.size200x200 {
width: 253px;
height: 253px;
}
}
@media screen and (max-width: 1193px) and (min-width: 1100px) {
.size200x200 {
width: 150px;
height: 150px;
}
}
@media screen and (max-width: 1200px) and (min-width: 1115px) {
.size200x200 {
width: 151px;
height: 151px;
}
}
@media screen and (max-width: 1800px) and (min-width: 1200px) {
.size200x200 {
width: 171px;
height: 171px;
}
}
@media screen and (max-width: 1800px) and (min-width: 1240px) {
.size200x200 {
width: 181px;
height: 181px;
}
}
/****************************************************
@media only screen and (max-width: 1000px) and (min-width: 700px) {
}
@media only screen and (max-width: 1000px) and (min-width: 700px) {
}
/*********************************************************/
/*....................menu...................*/
.goesup{
height:100%;
width:100%;
border: 6px solid black;
display: block;
position:absolute;
top: 0;
left: 0;
color: white;
background: #41C955;
opacity: .1;
}
.menu{
display: inline-block;
}
.menu li{
font: bold 17px/34px sans-serif;
list-style: none;
padding:26px;
cursor:pointer;
display:inline-block;
text-align: center;
margin-right: 45px;
}
.submenu li{
font: bold 14px/38px sans-serif;
list-style: none;
padding:16px;
cursor:pointer;
display:inline-block;
text-align: justify;
margin-right: 20px;
}
/*#5980a6;*/
.menu li:hover{
color: #41C955;
}
/***************div inside image *************/
.brand-name{
position: absolute;
margin: auto;
top: 350px;
bottom: 200px;
}
h2 span.spacer {
padding:0 5px;
}
h2 {
position: absolute;
margin: auto;
top: 260px;
width: 50%;
right: -10px;
}
h2 span {
color: rgba(0,0,0,.4);
font: bold 20px/45px Helvetica, Sans-Serif;
letter-spacing: -1px;
/* background: rgb(0, 0, 0); fallback color
background: rgba(0, 0, 0, 0.7);*/
padding: 10px;
}
/*****************************************/
.submenu li:hover {
background: #1a1a1a;
opacity: .5;
color: #41C955;
}
.menu li:hover + .submenu{
display:block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
visibility: visible;
}
.submenu li{
display: block;
visibility: visible;
}
.menu li:hover + ul{
display: block;
visibility: visible;
}
.submenu li:hover { background: #5980a6; }
.menu li:hover .submenu{
display:block;
position:absolute;
padding:0;
padding-top:25px;
}
.submenu{
display:none;
padding:0;
padding-top:10px;
}
/*............................section.....................*/
.container{
/* width: 85%;
margin:auto;*/
}
#header{
display: block;
width:100%;
height: 100px;
position:fixed;
z-index:999;
}
.menu-header{
height:100px;
width: 70%;
cursor: pointer;
display: inline-block;
position: relative;
background: rgba(0,0,0,.07);
color: #00b3b3;
float: right;
text-align: -webkit-center;
text-align: center;
}
#header nav{
/*text-align:center;*/
}
body{
margin: 0px;
background: white;
/*min-height:700px;
background-image:url(../images/travel1.jpg);
background-repeat:no-repeat;
background-size:cover;
animation: slide 50s infinite;*/
}
.animated{
-webkit-animation-name: slide;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: 10;
-webkit-animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
}
#logo-header{
position:absolute;
display: inline-block;
background: rgba(0,0,0,.07);
color: #00b3b3;
height: 100px;
width: 30%;
text-align: right;
font: 28px/10px sans-serif;
list-style: none;
cursor:pointer;
display:inline-block;
text-align: center;
line-height: 120px;
}
#logo-header:hover{
position:absolute;
display: inline-block;
color: #41C955;
height: 100px;
width: 30%;
text-align: right;
font: 32px/10px sans-serif;
list-style: none;
padding:0px;
float: right;
cursor:pointer;
display:inline-block;
text-align: center;
line-height: 120px;
padding-bottom: 2px;
}
.icon-title-company{
background-image: url(../img/IMAGE-ICON.png);
height: 36%;
width: 43%;
position:absolute;
margin: auto;
top:180px;
left: -30px;
}
@keyframes slide{
0%{
background-image:url(img/img2.jpg);
background-repeat:no-repeat;
background-size:cover;
}
25%{
background-image:url(../img/img3.jpg);
background-repeat:no-repeat;
background-size:cover;
}
50%{
background-image:url(../imag/img4.jpg);
background-repeat:no-repeat;
background-size:cover;
}
75%{
background-image:url(../img/img5.jpg);
background-repeat:no-repeat;
background-size:cover;
}
100%{
background-image:url(../img/img13.jpg);
background-repeat:no-repeat;
background-size:cover;
}
}
#arrow-down{
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
position:absolute;
margin-left:103px;
}
#footer{/*
background:#1980e6;
min-height:60px;*/
}
/*...............sidemenu................*/
/*a {
text-decoration: none;
color:#fff;
transition: color 0.3s ease;
}*/
/*a:hover { color:#3F0;}*/
#menuToggle {
display: block;
position: absolute;
top: 22px;
left: 50px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
width: 80px;
}
#menuToggle input {
display: block;
width: 33px;
height: 28px;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
opacity: 0; /* hide this */
z-index: 2; /* and place it over the hamburger */
}
#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: white;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child { transform-origin: 0% 0%; }
#menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }
/*
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span {
opacity: .67;
transform: rotate(45deg) translate(-2px, -1px);
}
/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2) {
opacity: 1;
transform: rotate(-45deg) translate(0, -1px);
}
/*
* Make this absolute positioned
* at the top left of the screen
*/
#sidemenu {
position: absolute;
height:683px;
width: 200px;
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
background:#333;
OPACITY:.9;
list-style-type: none;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#sidemenu li {
padding: 30px 40PX;
font-size: 22px;
}
#menuToggle input:checked ~ ul {
transform: scale(1.0, 1.0);
opacity: .2;
}
.cover-banner{
background: url(../img/coverdark1.jpg) no-repeat center top;
display: block;
position:absolute;
margin: auto;
height: 800px;
margin-top: 103px;
width:100%;
}
/*........................... ON HOVER ZOOM .....................
.image-banner img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer;
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
...*/
/*********** slider **************************************/
.image-banner{
display: block;
position:absolute;
height: 720px;
width:100%;
top: 950px;
animation-name:slider;
animation-duration:15s;
animation-timing-function: step-start;
animation-iteration-count:infinite;
-web-box-shadow: 0px .41px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px .41px 0px 0px rgba(0,0,0,0.2);
box-shadow: 0px .41px 0px 0px rgba(0,0,0,0.2);
}
@keyframes slider {
0% {background: url(../img/resized/img1.jpg) no-repeat center top; }
8% {background: url(../img/resized/../stainless.jpg) no-repeat center top; }
16% {background: url(../img/resized/img12.jpg) no-repeat center top; }
25% {background: url(../img/resized/img2.jpg) no-repeat center top; }
35% {background: url(../img/resized/img3.jpg) no-repeat center top; }
48% {background: url(../img/resized/img4.jpg) no-repeat center top; }
55% {background: url(../img/resized/img5.jpg) no-repeat center top; }
64% {background: url(../img/resized/img6.jpg) no-repeat center top; }
72% {background: url(../img/resized/img7.jpg) no-repeat center top; }
82% {background: url(../img/resized/img8.jpg) no-repeat center top; }
92% {background: url(../img/resized/img12.jpg) no-repeat center top; }
100% {background: url(../img/resized/img10.jpg) no-repeat center top; }
0% {background: url(../img/resized/img11.jpg) no-repeat center top; }
}
/*
.image-gallery-fixed{
display: block;
position:absolute;
margin: auto;
height: 1600px;
width:100%;
margin-top:906px;
}*/
.contact-part{
display: block;
position:absolute;
margin: auto;
width: 94%;
left: 0%;
right: 0%;
height: 90px;
padding: 40px;
top:2590px;
background: rgba(0,0,0,0.12);
text-align: center;
font: 17px/34px sans-serif;
}
.site-creator-part{
text-align: center;
height: 10px;
width: 94%;
position: absolute;
display: block;
} | css.css |
.menu-big {
border-bottom: 17px double black;
border-top: 6px solid black;
content:"";
height: 5px;
width:6px;
}
.menu-small {
border-bottom: 11px double black;
border-top: 4px solid black;
content: "";
height: 3px;
width: 5px;
}
.loader {
border: 3.5px solid black;
border-radius: 100%;
width: 30px;
height: 30px;
border-style:dotted;
-webkit-animation: spin 1s infinite;
animation: spin 3s linear infinite;
cursor: pointer;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
50% { -webkit-transform: rotate(360deg); }
100% { -webkit-transform: rotate(0deg); }
}
@keyframes spin {
0% { -webkit-transform: rotate(0deg); }
50% { -webkit-transform: rotate(360deg); }
100% { -webkit-transform: rotate(0deg); }
}
/*..............colors..................*/
.violet{
background: #9d159d;
color: #f2f2f2;
}
.blue1{
background: #9999ff;
color: #f2f2f2;
}
.blue2{
background: #0073e6;
color: #f2f2f2;
}
.green1{
background: #9fdf9f;
color: #f2f2f2;
}
.green2{
background: #40bf40;
color: #f2f2f2;
}
.yellow{
background: #e6e600;
color: #f2f2f2;
}
.orange{
background: #ffb833;
color: #f2f2f2;
}
.red{
background:#ff4d4d;
color: #f2f2f2;
}
.cyan{
background: #00b3b3;
color: #f2f2f2;
}
.pink{
background: #ff6680;
color: #f2f2f2;
}
.purple{
background:#660066;
color: #f2f2f2;
}
.gray1{
background: #bfbfbf;
color: #f2f2f2;
}
.gray2{
background: #808080;
color: #f2f2f2;
}
.gray3{
background: #4d4d4d ;
color: #f2f2f2;
}
.black{
background: #1a1a1a;
color: #f2f2f2;
}
.white{
background: #f2f2f2;
color: #1a1a1a;
}
/*....................buttons......................*/
.btn{
padding-left:10px;
padding-right:10px;
padding-bottom:6px;
padding-top:6px;
display: inline-block;
cursor:pointer;
border-radius:4px;
}
.btn:hover{
opacity:0.7;
}
/*................width.............................*
.width8-33 {
width: 8.33%;
}
.width16-66 {
width: 16.66%;
}
.width24-99 {
width: 24.99%;
}
.width33-33 {
width: 33.33%;
}
.width41-66 {
width: 41.66%;
}
.width49-99 {
width: 49.99%;
}
.width58-31 {
width: 58.31%;
}
.width66-64 {
width: 66.64%;
}
.width74-97 {
width: 74.97%;
}
.width83-3 {
width: 83.3%;
}
.width91-63 {
width: 91.63%;
}
.width99-96 {
width: 99.96%;
}
/*.....................gallery.......................
.row {
text-align: center;
}
.cols {
position: relative;
padding: 4px;
border: 1px solid #CCC;
display: inline-block;
margin: 4px;
}
.cols:hover {
box-shadow: 0px 0px 2px 2px #CCC;
}
.cols:hover img {
opacity: 0.8;
}
.size-logo-med{
padding-top: 8px;
width: 80px;
height: 80px;
}
.size100x100 {
width: 100px;
height: 100px;
}
.size10x10 {
width: 10px;
height: 10px;
}
.size30x30 {
width: 30px;
height: 30px;
}
.size200x200 {
width: 200px;
height: 200px;
}
.size700x700{
max-width: 100%;
height: 600px;
}
.image-container {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.image-preview {
}
.image-container:hover .banner {
bottom: 0px;
}
.banner {
z-index: 3;
position: absolute;
width: 200px;
height: 30px;
opacity: 0.6;
background: #fff;
bottom: -50px;
-webkit-transition: .5s linear;
transition: .2s ease-out;
width: 100%;
}
.icon {
margin:4px;
z-index: 3;
}
.icon:hover {
}
/****************************** gallery responsive *************************************
@media screen and (max-width: 420px) {
.size200x200 {
width: 268px;
height: 268px;
}
}
@media screen and (max-width: 640px) and (min-width: 420px) {
.size200x200 {
width: 173px;
height: 173px;
}
}
@media screen and (max-width: 1000px) and (min-width: 915px) {
.size200x200 {
width: 223px;
height: 223px;
}
}
@media screen and (max-width: 1106px) and (min-width: 1000px) {
.size200x200 {
width: 253px;
height: 253px;
}
}
@media screen and (max-width: 1193px) and (min-width: 1100px) {
.size200x200 {
width: 150px;
height: 150px;
}
}
@media screen and (max-width: 1200px) and (min-width: 1115px) {
.size200x200 {
width: 151px;
height: 151px;
}
}
@media screen and (max-width: 1800px) and (min-width: 1200px) {
.size200x200 {
width: 171px;
height: 171px;
}
}
@media screen and (max-width: 1800px) and (min-width: 1240px) {
.size200x200 {
width: 181px;
height: 181px;
}
}
/****************************************************
@media only screen and (max-width: 1000px) and (min-width: 700px) {
}
@media only screen and (max-width: 1000px) and (min-width: 700px) {
}
/*********************************************************/
/*....................menu...................*/
.goesup{
height:100%;
width:100%;
border: 6px solid black;
display: block;
position:absolute;
top: 0;
left: 0;
color: white;
background: #41C955;
opacity: .1;
}
.menu{
display: inline-block;
}
.menu li{
font: bold 17px/34px sans-serif;
list-style: none;
padding:26px;
cursor:pointer;
display:inline-block;
text-align: center;
margin-right: 45px;
}
.submenu li{
font: bold 14px/38px sans-serif;
list-style: none;
padding:16px;
cursor:pointer;
display:inline-block;
text-align: justify;
margin-right: 20px;
}
/*#5980a6;*/
.menu li:hover{
color: #41C955;
}
/***************div inside image *************/
.brand-name{
position: absolute;
margin: auto;
top: 350px;
bottom: 200px;
}
h2 span.spacer {
padding:0 5px;
}
h2 {
position: absolute;
margin: auto;
top: 260px;
width: 50%;
right: -10px;
}
h2 span {
color: rgba(0,0,0,.4);
font: bold 20px/45px Helvetica, Sans-Serif;
letter-spacing: -1px;
/* background: rgb(0, 0, 0); fallback color
background: rgba(0, 0, 0, 0.7);*/
padding: 10px;
}
/*****************************************/
.submenu li:hover {
background: #1a1a1a;
opacity: .5;
color: #41C955;
}
.menu li:hover + .submenu{
display:block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
visibility: visible;
}
.submenu li{
display: block;
visibility: visible;
}
.menu li:hover + ul{
display: block;
visibility: visible;
}
.submenu li:hover { background: #5980a6; }
.menu li:hover .submenu{
display:block;
position:absolute;
padding:0;
padding-top:25px;
}
.submenu{
display:none;
padding:0;
padding-top:10px;
}
/*............................section.....................*/
.container{
/* width: 85%;
margin:auto;*/
}
#header{
display: block;
width:100%;
height: 100px;
position:fixed;
z-index:999;
}
.menu-header{
height:100px;
width: 70%;
cursor: pointer;
display: inline-block;
position: relative;
background: rgba(0,0,0,.07);
color: #00b3b3;
float: right;
text-align: -webkit-center;
text-align: center;
}
#header nav{
/*text-align:center;*/
}
body{
margin: 0px;
background: white;
/*min-height:700px;
background-image:url(../images/travel1.jpg);
background-repeat:no-repeat;
background-size:cover;
animation: slide 50s infinite;*/
}
.animated{
-webkit-animation-name: slide;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: 10;
-webkit-animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
}
#logo-header{
position:absolute;
display: inline-block;
background: rgba(0,0,0,.07);
color: #00b3b3;
height: 100px;
width: 30%;
text-align: right;
font: 28px/10px sans-serif;
list-style: none;
cursor:pointer;
display:inline-block;
text-align: center;
line-height: 120px;
}
#logo-header:hover{
position:absolute;
display: inline-block;
color: #41C955;
height: 100px;
width: 30%;
text-align: right;
font: 32px/10px sans-serif;
list-style: none;
padding:0px;
float: right;
cursor:pointer;
display:inline-block;
text-align: center;
line-height: 120px;
padding-bottom: 2px;
}
.icon-title-company{
background-image: url(../img/IMAGE-ICON.png);
height: 36%;
width: 43%;
position:absolute;
margin: auto;
top:180px;
left: -30px;
}
@keyframes slide{
0%{
background-image:url(img/img2.jpg);
background-repeat:no-repeat;
background-size:cover;
}
25%{
background-image:url(../img/img3.jpg);
background-repeat:no-repeat;
background-size:cover;
}
50%{
background-image:url(../imag/img4.jpg);
background-repeat:no-repeat;
background-size:cover;
}
75%{
background-image:url(../img/img5.jpg);
background-repeat:no-repeat;
background-size:cover;
}
100%{
background-image:url(../img/img13.jpg);
background-repeat:no-repeat;
background-size:cover;
}
}
#arrow-down{
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 100px solid red;
position:absolute;
margin-left:103px;
}
#footer{/*
background:#1980e6;
min-height:60px;*/
}
/*...............sidemenu................*/
/*a {
text-decoration: none;
color:#fff;
transition: color 0.3s ease;
}*/
/*a:hover { color:#3F0;}*/
#menuToggle {
display: block;
position: absolute;
top: 22px;
left: 50px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
width: 80px;
}
#menuToggle input {
display: block;
width: 33px;
height: 28px;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
opacity: 0; /* hide this */
z-index: 2; /* and place it over the hamburger */
}
#menuToggle span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: white;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
#menuToggle span:first-child { transform-origin: 0% 0%; }
#menuToggle span:nth-last-child(2) { transform-origin: 0% 100%; }
/*
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span {
opacity: .67;
transform: rotate(45deg) translate(-2px, -1px);
}
/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3) {
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
/*
* Ohyeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2) {
opacity: 1;
transform: rotate(-45deg) translate(0, -1px);
}
/*
* Make this absolute positioned
* at the top left of the screen
*/
#sidemenu {
position: absolute;
height:683px;
width: 200px;
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
background:#333;
OPACITY:.9;
list-style-type: none;
transform-origin: 0% 0%;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#sidemenu li {
padding: 30px 40PX;
font-size: 22px;
}
#menuToggle input:checked ~ ul {
transform: scale(1.0, 1.0);
opacity: .2;
}
.cover-banner{
background: url(../img/coverdark1.jpg) no-repeat center top;
display: block;
position:absolute;
margin: auto;
height: 800px;
margin-top: 103px;
width:100%;
}
/*........................... ON HOVER ZOOM .....................
.image-banner img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
cursor: pointer;
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
...*/
/*********** slider **************************************/
.image-banner{
display: block;
position:absolute;
height: 720px;
width:100%;
top: 950px;
animation-name:slider;
animation-duration:15s;
animation-timing-function: step-start;
animation-iteration-count:infinite;
-web-box-shadow: 0px .41px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px .41px 0px 0px rgba(0,0,0,0.2);
box-shadow: 0px .41px 0px 0px rgba(0,0,0,0.2);
}
@keyframes slider {
0% {background: url(../img/resized/img1.jpg) no-repeat center top; }
8% {background: url(../img/resized/../stainless.jpg) no-repeat center top; }
16% {background: url(../img/resized/img12.jpg) no-repeat center top; }
25% {background: url(../img/resized/img2.jpg) no-repeat center top; }
35% {background: url(../img/resized/img3.jpg) no-repeat center top; }
48% {background: url(../img/resized/img4.jpg) no-repeat center top; }
55% {background: url(../img/resized/img5.jpg) no-repeat center top; }
64% {background: url(../img/resized/img6.jpg) no-repeat center top; }
72% {background: url(../img/resized/img7.jpg) no-repeat center top; }
82% {background: url(../img/resized/img8.jpg) no-repeat center top; }
92% {background: url(../img/resized/img12.jpg) no-repeat center top; }
100% {background: url(../img/resized/img10.jpg) no-repeat center top; }
0% {background: url(../img/resized/img11.jpg) no-repeat center top; }
}
/*
.image-gallery-fixed{
display: block;
position:absolute;
margin: auto;
height: 1600px;
width:100%;
margin-top:906px;
}*/
.contact-part{
display: block;
position:absolute;
margin: auto;
width: 94%;
left: 0%;
right: 0%;
height: 90px;
padding: 40px;
top:2590px;
background: rgba(0,0,0,0.12);
text-align: center;
font: 17px/34px sans-serif;
}
.site-creator-part{
text-align: center;
height: 10px;
width: 94%;
position: absolute;
display: block;
} | 0.223716 | 0.076857 |
html .lightgray-theme,
html#designer-frame .designer-theme {
font-family: 'Open Sans', sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-weight: 400;
font-size: 14px;
}
html .lightgray-theme .no-select,
html#designer-frame .designer-theme .no-select {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
html .lightgray-theme .font-special,
html#designer-frame .designer-theme .font-special {
font-family: 'Oxygen', sans-serif;
}
html .lightgray-theme iron-header-panel,
html#designer-frame .designer-theme iron-header-panel {
height: 100%;
}
html .lightgray-theme iron-header-panel[mode=cover] #mainContainer,
html#designer-frame .designer-theme iron-header-panel[mode=cover] #mainContainer {
left: 70px;
}
html .lightgray-theme .iron-header,
html#designer-frame .designer-theme .iron-header {
height: 60px;
font-size: 18px;
/* Brian: removed: padding: 0 10px; */
transition: height 0.2s;
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme .iron-header a,
html#designer-frame .designer-theme .iron-header a {
color: #1f1f1f;
}
html .lightgray-theme .iron-header paper-item,
html#designer-frame .designer-theme .iron-header paper-item {
font-size: 18px;
}
html .lightgray-theme .iron-header.tall,
html#designer-frame .designer-theme .iron-header.tall {
height: 180px;
}
html .lightgray-theme .iron-header.medium-tall,
html#designer-frame .designer-theme .iron-header.medium-tall {
height: 120px;
}
html .lightgray-theme .iron-header iron-menu-button a,
html#designer-frame .designer-theme .iron-header iron-menu-button a {
color: #191919;
}
html .lightgray-theme .wrapper,
html#designer-frame .designer-theme .wrapper {
text-align: center;
}
html .lightgray-theme section,
html#designer-frame .designer-theme section {
text-align: left; /* Brian: padding and alignment causes problems for many non-paper components */
padding: 0px 0px;
}
html .lightgray-theme .ti-banner,
html#designer-frame .designer-theme .ti-banner {
background-color: black;
}
html .lightgray-theme section[hero],
html#designer-frame .designer-theme section[hero] {
background-color: #f1f1f1;
}
html .lightgray-theme h1,
html .lightgray-theme h2,
html .lightgray-theme h3,
html .lightgray-theme h4,
html .lightgray-theme h5,
html .lightgray-theme h6,
html#designer-frame .designer-theme h1,
html#designer-frame .designer-theme h2,
html#designer-frame .designer-theme h3,
html#designer-frame .designer-theme h4,
html#designer-frame .designer-theme h5,
html#designer-frame .designer-theme h6 {
font-weight: 400;
margin: 0px;
padding: 0px;
}
html .lightgray-theme h1,
html .lightgray-theme h3,
html .lightgray-theme h5,
html#designer-frame .designer-theme h1,
html#designer-frame .designer-theme h3,
html#designer-frame .designer-theme h5 {
font-family: 'Oxygen', sans-serif;
}
html .lightgray-theme h1,
html#designer-frame .designer-theme h1 {
color: initial;
font-size: 2em;
margin: 5px 0px;
}
html .lightgray-theme h2,
html#designer-frame .designer-theme h2 {
color: #191919;
font-size: 1.6em;
margin: 3px 0px;
}
html .lightgray-theme h3,
html#designer-frame .designer-theme h3 {
color: initial;
font-size: 1.4em;
margin: 2px 0px;
}
html .lightgray-theme h4,
html#designer-frame .designer-theme h4 {
color: initial;
font-size: 1.2em;
}
html .lightgray-theme h5,
html#designer-frame .designer-theme h5 {
color: initial;
}
html .lightgray-theme h6,
html#designer-frame .designer-theme h6 {
color: initial;
}
html .lightgray-theme a,
html#designer-frame .designer-theme a {
color: #00f;
}
html .lightgray-theme a:hover,
html#designer-frame .designer-theme a:hover {
color: #00f;
text-decoration: underline;
}
html .lightgray-theme [autofocus],
html#designer-frame .designer-theme [autofocus] {
color: #191919;
}
html .lightgray-theme ti-tile-title #titleDiv,
html .lightgray-theme ti-tile-title #containerDiv,
html#designer-frame .designer-theme ti-tile-title #titleDiv,
html#designer-frame .designer-theme ti-tile-title #containerDiv {
background-color: #f2f2f2 !important;
color: #1f1f1f !important;
}
html .lightgray-theme ti-widget-button:not(.idunno),
html .lightgray-theme paper-button,
html#designer-frame .designer-theme ti-widget-button:not(.idunno),
html#designer-frame .designer-theme paper-button {
margin: 2px;
color: #191919;
}
html .lightgray-theme ti-widget-button[disabled]:not(#idunno),
html .lightgray-theme paper-button[disabled]:not(#idunno),
html#designer-frame .designer-theme ti-widget-button[disabled]:not(#idunno),
html#designer-frame .designer-theme paper-button[disabled]:not(#idunno) {
color: #545660 !important;
background-color: #afb1b9 !important;
}
html .lightgray-theme ti-widget-button[raised]:not(.idunno),
html .lightgray-theme paper-button[raised],
html#designer-frame .designer-theme ti-widget-button[raised]:not(.idunno),
html#designer-frame .designer-theme paper-button[raised] {
background-color: #f2f2f2;
color: #191919;
}
html .lightgray-theme ti-widget-button[primary],
html .lightgray-theme paper-button[primary],
html#designer-frame .designer-theme ti-widget-button[primary],
html#designer-frame .designer-theme paper-button[primary] {
color: #191919 !important;
}
html .lightgray-theme ti-widget-button[primary][raised],
html .lightgray-theme paper-button[primary][raised],
html#designer-frame .designer-theme ti-widget-button[primary][raised],
html#designer-frame .designer-theme paper-button[primary][raised] {
background-color: #f2f2f2 !important;
color: #191919 !important;
}
html .lightgray-theme ti-widget-button[secondary],
html .lightgray-theme paper-button[secondary],
html#designer-frame .designer-theme ti-widget-button[secondary],
html#designer-frame .designer-theme paper-button[secondary] {
color: #1e88e5 !important;
}
html .lightgray-theme ti-widget-button[secondary][raised],
html .lightgray-theme paper-button[secondary][raised],
html#designer-frame .designer-theme ti-widget-button[secondary][raised],
html#designer-frame .designer-theme paper-button[secondary][raised] {
background-color: #1e88e5 !important;
color: #191919 !important;
}
html .lightgray-theme ti-widget-button[success],
html .lightgray-theme paper-button[success],
html#designer-frame .designer-theme ti-widget-button[success],
html#designer-frame .designer-theme paper-button[success] {
color: #8bc34a !important;
}
html .lightgray-theme ti-widget-button[success][raised],
html .lightgray-theme paper-button[success][raised],
html#designer-frame .designer-theme ti-widget-button[success][raised],
html#designer-frame .designer-theme paper-button[success][raised] {
background-color: #8bc34a !important;
color: #3a5718 !important;
}
html .lightgray-theme ti-widget-button[info],
html .lightgray-theme paper-button[info],
html#designer-frame .designer-theme ti-widget-button[info],
html#designer-frame .designer-theme paper-button[info] {
color: #fadd60 !important;
}
html .lightgray-theme ti-widget-button[info][raised],
html .lightgray-theme paper-button[info][raised],
html#designer-frame .designer-theme ti-widget-button[info][raised],
html#designer-frame .designer-theme paper-button[info][raised] {
background-color: #fadd60 !important;
color: #776413 !important;
}
html .lightgray-theme ti-widget-button[warning],
html .lightgray-theme paper-button[warning],
html#designer-frame .designer-theme ti-widget-button[warning],
html#designer-frame .designer-theme paper-button[warning] {
color: #ffb74d !important;
}
html .lightgray-theme ti-widget-button[warning][raised],
html .lightgray-theme paper-button[warning][raised],
html#designer-frame .designer-theme ti-widget-button[warning][raised],
html#designer-frame .designer-theme paper-button[warning][raised] {
background-color: #ffb74d !important;
color: #fff !important;
}
html .lightgray-theme ti-widget-button[error],
html .lightgray-theme paper-button[error],
html#designer-frame .designer-theme ti-widget-button[error],
html#designer-frame .designer-theme paper-button[error] {
color: #ef5350 !important;
}
html .lightgray-theme ti-widget-button[error][raised],
html .lightgray-theme paper-button[error][raised],
html#designer-frame .designer-theme ti-widget-button[error][raised],
html#designer-frame .designer-theme paper-button[error][raised] {
background-color: #ef5350 !important;
color: #fff !important;
}
html .lightgray-theme ti-widget-button[link],
html .lightgray-theme paper-button[link],
html#designer-frame .designer-theme ti-widget-button[link],
html#designer-frame .designer-theme paper-button[link] {
color: #000 !important;
}
html .lightgray-theme ti-widget-button[link][raised],
html .lightgray-theme paper-button[link][raised],
html#designer-frame .designer-theme ti-widget-button[link][raised],
html#designer-frame .designer-theme paper-button[link][raised] {
background-color: #fff !important;
color: #000 !important;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-checkbox,
html .lightgray-theme paper-checkbox,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-checkbox,
html#designer-frame .designer-theme paper-checkbox {
--paper-checkbox-checked-color: #191919;
--paper-checkbox-checked-ink-color: #191919;
--paper-checkbox-unchecked-color: #ccc;
--paper-checkbox-unchecked-ink-color: #ccc;
--paper-checkbox-label-color: #222;
}
html .lightgray-theme ti-widget-textbox[disabled],
html .lightgray-theme ti-widget-checkbox[disabled],
html .lightgray-theme paper-checkbox[disabled],
html#designer-frame .designer-theme ti-widget-textbox[disabled],
html#designer-frame .designer-theme ti-widget-checkbox[disabled],
html#designer-frame .designer-theme paper-checkbox[disabled] {
color: #aaa !important;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-menu,
html .lightgray-theme paper-fab,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-menu,
html#designer-frame .designer-theme paper-fab {
--iron-icon-fill-color: currentColor;
--paper-fab-background: #f2f2f2;
--paper-fab-iron-icon: {
fill: #191919;
}
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-floating-action-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-floating-action-button {
--ti-widget-floating-action-button-background: #f2f2f2;
--ti-widget-floating-action-button-color: #191919;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-icon-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-icon-button {
--ti-widget-icon-button-color: #191919;
}
html .lightgray-theme ti-widget-menubar ti-widget-icon-button,
html#designer-frame .designer-theme ti-widget-menubar ti-widget-icon-button {
--ti-widget-icon-button-color: #1f1f1f;
}
html .lightgray-theme iron-toolbar paper-tabs,
html#designer-frame .designer-theme iron-toolbar paper-tabs {
-webkit-box-shadow: none;
box-shadow: none;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-tabcontainer,
html .lightgray-theme paper-tabs,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-tabcontainer,
html#designer-frame .designer-theme paper-tabs {
--paper-tabs-selection-bar-color: #80cbc4;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-tabcontainer,
html .lightgray-theme paper-tab,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-tabcontainer,
html#designer-frame .designer-theme paper-tab {
--paper-tab-ink: #80cbc4;
}
html .lightgray-theme ti-widget-dialog #headerBackground,
html#designer-frame .designer-theme ti-widget-dialog #headerBackground {
color: #fff !important;
background-color: #63666A !important;
}
html .lightgray-theme paper-tabs,
html .lightgray-theme iron-toolbar,
html#designer-frame .designer-theme paper-tabs,
html#designer-frame .designer-theme iron-toolbar {
background-color: #f2f2f2; /* this controls the background color of the unselected tabs */
color: #1f1f1f;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
html .lightgray-theme paper-tabs.transparent-teal,
html#designer-frame .designer-theme paper-tabs.transparent-teal {
background-color: transparent;
color: #191919;
-webkit-box-shadow: none;
box-shadow: none;
}
html .lightgray-theme paper-tabs.transparent-teal,
html#designer-frame .designer-theme paper-tabs.transparent-teal {
--paper-tabs-selection-bar-color: #f2f2f2;
}
html .lightgray-theme paper-tabs[no-bar] paper-tab.iron-selected,
html#designer-frame .designer-theme paper-tabs[no-bar] paper-tab.iron-selected {
color: #191919;
background-color: #e5e5e5; /* this controls the background color of the selected tab */
border-bottom: 1px solid #5d5d5d;
}
html .lightgray-theme paper-toast *,
html .lightgray-theme paper-tabs *,
html#designer-frame .designer-theme paper-toast *,
html#designer-frame .designer-theme paper-tabs * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-toast,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-toast {
--paper-toast-background-color: #323232;
--paper-toast-color: #f1f1f1;
}
html .lightgray-theme paper-toast,
html#designer-frame .designer-theme paper-toast {
text-align: left;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-toast,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-toast {
--ti-widget-toast-background-color: #323232;
--ti-widget-toast-color: #f1f1f1;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-dropdown-menu,
html .lightgray-theme ti-widget-input,
html .lightgray-theme paper-input,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-dropdown-menu,
html#designer-frame .designer-theme ti-widget-input,
html#designer-frame .designer-theme paper-input {
--paper-input-container-color: #757575;
--paper-input-container-focus-color: #222;
--paper-input-container-invalid-color: #ef5350;
--paper-input-container-input-color: #222;
}
html .lightgray-theme .toolbar,
html#designer-frame .designer-theme .toolbar {
color: #1f1f1f;
background-color: #f2f2f2;
}
html .lightgray-theme .card,
html#designer-frame .designer-theme .card {
background-color: #fff;
}
html .lightgray-theme paper-item,
html#designer-frame .designer-theme paper-item {
background-color: #fff;
color: #1f1f1f;
}
html .lightgray-theme paper-item:hover,
html#designer-frame .designer-theme paper-item:hover {
background-color: #f2f2f2;
}
html .lightgray-theme paper-item.iron-selected,
html#designer-frame .designer-theme paper-item.iron-selected {
background-color: #fff;
}
html .lightgray-theme .small,
html#designer-frame .designer-theme .small {
font-size: 12px;
}
html .lightgray-theme .logo,
html#designer-frame .designer-theme .logo {
font-size: 21px;
}
html .lightgray-theme .logo a,
html#designer-frame .designer-theme .logo a {
font-weight: 700;
color: #1f1f1f;
}
html .lightgray-theme .inverse,
html#designer-frame .designer-theme .inverse {
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-progress,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-progress {
--paper-progress-active-color: #00cc00;
--paper-progress-secondary-color: #1e88e5;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-radio-button,
html .lightgray-theme paper-radio-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-radio-button,
html#designer-frame .designer-theme paper-radio-button {
--paper-radio-button-unchecked-background-color: #fff;
--paper-radio-button-checked-color: #009688;
--paper-radio-button-unchecked-ink-color: #5a5a5a;
--paper-radio-button-checked-ink-color: #5a5a5a;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-tile-toggleswitch,
html .lightgray-theme ti-widget-toggle-button,
html .lightgray-theme paper-toggle-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-tile-toggleswitch,
html#designer-frame .designer-theme ti-widget-toggle-button,
html#designer-frame .designer-theme paper-toggle-button {
--paper-toggle-button-unchecked-bar-color: #f2f2f2;
--paper-toggle-button-checked-bar-color: #f2f2f2;
--paper-toggle-button-unchecked-button-color: #fff;
--paper-toggle-button-checked-button-color: #009688;
--paper-toggle-button-unchecked-ink-color: #a3a3a3;
--paper-toggle-button-checked-ink-color: #a3a3a3;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-slider,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-slider {
--paper-slider-active-color: #1f1f1f;
--paper-slider-secondary-color: #1e88e5;
--paper-slider-knob-color: #1f1f1f;
--paper-slider-pin-color: #1f1f1f;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-tile-slider,
html .lightgray-theme ti-tile-verticalslider,
html .lightgray-theme ti-widget-slider,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-tile-slider,
html#designer-frame .designer-theme ti-tile-verticalslider,
html#designer-frame .designer-theme ti-widget-slider {
--ti-widget-slider-progress-color: #1f1f1f;
--ti-widget-slider-tick-color: #1f1f1f;
--ti-widget-ruler-font-color: #222;
}
html .lightgray-theme paper-icon-button[disabled] iron-icon,
html#designer-frame .designer-theme paper-icon-button[disabled] iron-icon {
color: #afb1b9 !important;
}
html .lightgray-theme ti-widget-menubar paper-button[disabled] iron.icon,
html#designer-frame .designer-theme ti-widget-menubar paper-button[disabled] iron.icon {
color: #afb1b9 !important;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-spinner:not([default-spinner]),
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-spinner:not([default-spinner]) {
--paper-spinner-layer-1-color: #f2f2f2;
--paper-spinner-layer-2-color: #f2f2f2;
--paper-spinner-layer-3-color: #f2f2f2;
--paper-spinner-layer-4-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuseparator #menuSeparator,
html#designer-frame .designer-theme ti-widget-menuseparator #menuSeparator {
background-color: #888;
}
html .lightgray-theme ti-widget-menubar,
html#designer-frame .designer-theme ti-widget-menubar {
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme ti-widget-menubar .logoImage,
html#designer-frame .designer-theme ti-widget-menubar .logoImage {
background-color: #1f1f1f;
color: #f2f2f2;
}
html .lightgray-theme ti-widget-contextmenu .navIcon,
html .lightgray-theme ti-widget-menuitem .navIcon,
html#designer-frame .designer-theme ti-widget-contextmenu .navIcon,
html#designer-frame .designer-theme ti-widget-menuitem .navIcon {
color: #1f1f1f;
}
html .lightgray-theme ti-widget-contextmenu .hovering .navIcon,
html .lightgray-theme ti-widget-menuitem .hovering .navIcon,
html#designer-frame .designer-theme ti-widget-contextmenu .hovering .navIcon,
html#designer-frame .designer-theme ti-widget-menuitem .hovering .navIcon {
color: #1f1f1f;
}
html .lightgray-theme ti-widget-contextmenu .hoverMenu,
html .lightgray-theme ti-widget-menuitem .hoverMenu,
html#designer-frame .designer-theme ti-widget-contextmenu .hoverMenu,
html#designer-frame .designer-theme ti-widget-menuitem .hoverMenu {
background-color: #e5e5e5;
color: #1f1f1f;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-contextmenu .hovering,
html .lightgray-theme ti-widget-menuitem .hovering,
html#designer-frame .designer-theme ti-widget-contextmenu .hovering,
html#designer-frame .designer-theme ti-widget-menuitem .hovering {
background-color: #ccc;
color: #1f1f1f;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuaction li,
html#designer-frame .designer-theme ti-widget-menuaction li {
color: #1f1f1f;
background-color: #e5e5e5;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuitem.subMenuItem .hovering,
html .lightgray-theme ti-widget-menuaction li:hover,
html#designer-frame .designer-theme ti-widget-menuitem.subMenuItem .hovering,
html#designer-frame .designer-theme ti-widget-menuaction li:hover {
background-color: #ccc;
color: #1f1f1f;
}
html .lightgray-theme ti-widget-menuaction .unenabled,
html#designer-frame .designer-theme ti-widget-menuaction .unenabled {
color: #888;
background-color: #f2f2f2;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuaction .unenabled:hover,
html#designer-frame .designer-theme ti-widget-menuaction .unenabled:hover {
color: #888;
background-color: #ccc;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-statusbar,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-statusbar {
--paper-progress-active-color: #00cc00;
--paper-progress-secondary-color: #1e88e5;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-progressbar,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-progressbar {
--ti-widget-progressbar-color: #00cc00;
}
html .lightgray-theme ti-widget-statusbar ti-widget-status-container,
html#designer-frame .designer-theme ti-widget-statusbar ti-widget-status-container {
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme ti-widget-statusbar .banner,
html#designer-frame .designer-theme ti-widget-statusbar .banner {
fill: #1f1f1f;
}
html .lightgray-theme ti-widget-analoggauge .needle,
html#designer-frame .designer-theme ti-widget-analoggauge .needle {
color: #c00;
}
html .lightgray-theme ti-widget-analoggauge .face,
html#designer-frame .designer-theme ti-widget-analoggauge .face {
background-color: #fff;
color: #000;
}
html .lightgray-theme ti-widget-analoggauge .frame,
html#designer-frame .designer-theme ti-widget-analoggauge .frame {
color: #222;
}
html .lightgray-theme ti-widget-dial .pointer,
html#designer-frame .designer-theme ti-widget-dial .pointer {
color: #c00;
}
html .lightgray-theme ti-widget-dial .knob,
html#designer-frame .designer-theme ti-widget-dial .knob {
background-color: #fff;
}
html .lightgray-theme ti-widget-dial .frame,
html#designer-frame .designer-theme ti-widget-dial .frame {
background-color: #222;
color: #fff;
}
html .lightgray-theme label,
html .lightgray-theme ti-widget-label,
html .lightgray-theme ti-widget-bitfield-header,
html .lightgray-theme ti-widget-droplist,
html .lightgray-theme ti-widget-numberbox,
html .lightgray-theme ti-widget-spinner,
html .lightgray-theme ti-widget-textbox,
html#designer-frame .designer-theme label,
html#designer-frame .designer-theme ti-widget-label,
html#designer-frame .designer-theme ti-widget-bitfield-header,
html#designer-frame .designer-theme ti-widget-droplist,
html#designer-frame .designer-theme ti-widget-numberbox,
html#designer-frame .designer-theme ti-widget-spinner,
html#designer-frame .designer-theme ti-widget-textbox {
font-family: 'Open Sans', sans-serif;
background-color: transparent;
color: #222;
}
html .lightgray-theme label[disabled],
html .lightgray-theme ti-widget-label[disabled],
html .lightgray-theme ti-widget-bitfield-header[disabled],
html .lightgray-theme ti-widget-droplist[disabled],
html .lightgray-theme ti-widget-numberbox[disabled],
html .lightgray-theme ti-widget-spinner[disabled],
html .lightgray-theme ti-widget-textbox[disabled],
html#designer-frame .designer-theme label[disabled],
html#designer-frame .designer-theme ti-widget-label[disabled],
html#designer-frame .designer-theme ti-widget-bitfield-header[disabled],
html#designer-frame .designer-theme ti-widget-droplist[disabled],
html#designer-frame .designer-theme ti-widget-numberbox[disabled],
html#designer-frame .designer-theme ti-widget-spinner[disabled],
html#designer-frame .designer-theme ti-widget-textbox[disabled] {
color: #aaa !important;
}
html .lightgray-theme select,
html#designer-frame .designer-theme select {
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
border: 1px solid #ccc;
font-size: inherit;
}
html .lightgray-theme input,
html#designer-frame .designer-theme input {
font-family: 'Open Sans', sans-serif;
font-size: inherit;
}
html .lightgray-theme ti-widget-filetree,
html#designer-frame .designer-theme ti-widget-filetree {
--ti-widget-filetree-background-color: #fff;
--ti-widget-filetree-text-color: #222;
--ti-widget-filetree-font-size: small;
--ti-widget-filetree-filesize-text-color: #888;
--ti-widget-filetree-header-text-color: #fff;
--ti-widget-filetree-header-background-color: #afb1b9;
--ti-widget-filetree-header-font-size: normal;
--ti-widget-filetree-selected-background-color: #eee;
--ti-widget-filetree-selected-text-color: #222;
--ti-widget-filetree-focus-background-color: #D9EBFB;
--ti-widget-filetree-focus-text-color: #222;
--ti-widget-filetree-icon-color: #ccc;
--ti-widget-filetree-arrow-icon-color: grey;
--ti-widget-filetree-directory-icon-color: #1e88e5;
--ti-widget-filetree-progress-color: #1e88e5;
} | ti_wisun_webapp/public/components/ti-core-stylesheets/themes/lightgray-theme.css | html .lightgray-theme,
html#designer-frame .designer-theme {
font-family: 'Open Sans', sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-weight: 400;
font-size: 14px;
}
html .lightgray-theme .no-select,
html#designer-frame .designer-theme .no-select {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
html .lightgray-theme .font-special,
html#designer-frame .designer-theme .font-special {
font-family: 'Oxygen', sans-serif;
}
html .lightgray-theme iron-header-panel,
html#designer-frame .designer-theme iron-header-panel {
height: 100%;
}
html .lightgray-theme iron-header-panel[mode=cover] #mainContainer,
html#designer-frame .designer-theme iron-header-panel[mode=cover] #mainContainer {
left: 70px;
}
html .lightgray-theme .iron-header,
html#designer-frame .designer-theme .iron-header {
height: 60px;
font-size: 18px;
/* Brian: removed: padding: 0 10px; */
transition: height 0.2s;
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme .iron-header a,
html#designer-frame .designer-theme .iron-header a {
color: #1f1f1f;
}
html .lightgray-theme .iron-header paper-item,
html#designer-frame .designer-theme .iron-header paper-item {
font-size: 18px;
}
html .lightgray-theme .iron-header.tall,
html#designer-frame .designer-theme .iron-header.tall {
height: 180px;
}
html .lightgray-theme .iron-header.medium-tall,
html#designer-frame .designer-theme .iron-header.medium-tall {
height: 120px;
}
html .lightgray-theme .iron-header iron-menu-button a,
html#designer-frame .designer-theme .iron-header iron-menu-button a {
color: #191919;
}
html .lightgray-theme .wrapper,
html#designer-frame .designer-theme .wrapper {
text-align: center;
}
html .lightgray-theme section,
html#designer-frame .designer-theme section {
text-align: left; /* Brian: padding and alignment causes problems for many non-paper components */
padding: 0px 0px;
}
html .lightgray-theme .ti-banner,
html#designer-frame .designer-theme .ti-banner {
background-color: black;
}
html .lightgray-theme section[hero],
html#designer-frame .designer-theme section[hero] {
background-color: #f1f1f1;
}
html .lightgray-theme h1,
html .lightgray-theme h2,
html .lightgray-theme h3,
html .lightgray-theme h4,
html .lightgray-theme h5,
html .lightgray-theme h6,
html#designer-frame .designer-theme h1,
html#designer-frame .designer-theme h2,
html#designer-frame .designer-theme h3,
html#designer-frame .designer-theme h4,
html#designer-frame .designer-theme h5,
html#designer-frame .designer-theme h6 {
font-weight: 400;
margin: 0px;
padding: 0px;
}
html .lightgray-theme h1,
html .lightgray-theme h3,
html .lightgray-theme h5,
html#designer-frame .designer-theme h1,
html#designer-frame .designer-theme h3,
html#designer-frame .designer-theme h5 {
font-family: 'Oxygen', sans-serif;
}
html .lightgray-theme h1,
html#designer-frame .designer-theme h1 {
color: initial;
font-size: 2em;
margin: 5px 0px;
}
html .lightgray-theme h2,
html#designer-frame .designer-theme h2 {
color: #191919;
font-size: 1.6em;
margin: 3px 0px;
}
html .lightgray-theme h3,
html#designer-frame .designer-theme h3 {
color: initial;
font-size: 1.4em;
margin: 2px 0px;
}
html .lightgray-theme h4,
html#designer-frame .designer-theme h4 {
color: initial;
font-size: 1.2em;
}
html .lightgray-theme h5,
html#designer-frame .designer-theme h5 {
color: initial;
}
html .lightgray-theme h6,
html#designer-frame .designer-theme h6 {
color: initial;
}
html .lightgray-theme a,
html#designer-frame .designer-theme a {
color: #00f;
}
html .lightgray-theme a:hover,
html#designer-frame .designer-theme a:hover {
color: #00f;
text-decoration: underline;
}
html .lightgray-theme [autofocus],
html#designer-frame .designer-theme [autofocus] {
color: #191919;
}
html .lightgray-theme ti-tile-title #titleDiv,
html .lightgray-theme ti-tile-title #containerDiv,
html#designer-frame .designer-theme ti-tile-title #titleDiv,
html#designer-frame .designer-theme ti-tile-title #containerDiv {
background-color: #f2f2f2 !important;
color: #1f1f1f !important;
}
html .lightgray-theme ti-widget-button:not(.idunno),
html .lightgray-theme paper-button,
html#designer-frame .designer-theme ti-widget-button:not(.idunno),
html#designer-frame .designer-theme paper-button {
margin: 2px;
color: #191919;
}
html .lightgray-theme ti-widget-button[disabled]:not(#idunno),
html .lightgray-theme paper-button[disabled]:not(#idunno),
html#designer-frame .designer-theme ti-widget-button[disabled]:not(#idunno),
html#designer-frame .designer-theme paper-button[disabled]:not(#idunno) {
color: #545660 !important;
background-color: #afb1b9 !important;
}
html .lightgray-theme ti-widget-button[raised]:not(.idunno),
html .lightgray-theme paper-button[raised],
html#designer-frame .designer-theme ti-widget-button[raised]:not(.idunno),
html#designer-frame .designer-theme paper-button[raised] {
background-color: #f2f2f2;
color: #191919;
}
html .lightgray-theme ti-widget-button[primary],
html .lightgray-theme paper-button[primary],
html#designer-frame .designer-theme ti-widget-button[primary],
html#designer-frame .designer-theme paper-button[primary] {
color: #191919 !important;
}
html .lightgray-theme ti-widget-button[primary][raised],
html .lightgray-theme paper-button[primary][raised],
html#designer-frame .designer-theme ti-widget-button[primary][raised],
html#designer-frame .designer-theme paper-button[primary][raised] {
background-color: #f2f2f2 !important;
color: #191919 !important;
}
html .lightgray-theme ti-widget-button[secondary],
html .lightgray-theme paper-button[secondary],
html#designer-frame .designer-theme ti-widget-button[secondary],
html#designer-frame .designer-theme paper-button[secondary] {
color: #1e88e5 !important;
}
html .lightgray-theme ti-widget-button[secondary][raised],
html .lightgray-theme paper-button[secondary][raised],
html#designer-frame .designer-theme ti-widget-button[secondary][raised],
html#designer-frame .designer-theme paper-button[secondary][raised] {
background-color: #1e88e5 !important;
color: #191919 !important;
}
html .lightgray-theme ti-widget-button[success],
html .lightgray-theme paper-button[success],
html#designer-frame .designer-theme ti-widget-button[success],
html#designer-frame .designer-theme paper-button[success] {
color: #8bc34a !important;
}
html .lightgray-theme ti-widget-button[success][raised],
html .lightgray-theme paper-button[success][raised],
html#designer-frame .designer-theme ti-widget-button[success][raised],
html#designer-frame .designer-theme paper-button[success][raised] {
background-color: #8bc34a !important;
color: #3a5718 !important;
}
html .lightgray-theme ti-widget-button[info],
html .lightgray-theme paper-button[info],
html#designer-frame .designer-theme ti-widget-button[info],
html#designer-frame .designer-theme paper-button[info] {
color: #fadd60 !important;
}
html .lightgray-theme ti-widget-button[info][raised],
html .lightgray-theme paper-button[info][raised],
html#designer-frame .designer-theme ti-widget-button[info][raised],
html#designer-frame .designer-theme paper-button[info][raised] {
background-color: #fadd60 !important;
color: #776413 !important;
}
html .lightgray-theme ti-widget-button[warning],
html .lightgray-theme paper-button[warning],
html#designer-frame .designer-theme ti-widget-button[warning],
html#designer-frame .designer-theme paper-button[warning] {
color: #ffb74d !important;
}
html .lightgray-theme ti-widget-button[warning][raised],
html .lightgray-theme paper-button[warning][raised],
html#designer-frame .designer-theme ti-widget-button[warning][raised],
html#designer-frame .designer-theme paper-button[warning][raised] {
background-color: #ffb74d !important;
color: #fff !important;
}
html .lightgray-theme ti-widget-button[error],
html .lightgray-theme paper-button[error],
html#designer-frame .designer-theme ti-widget-button[error],
html#designer-frame .designer-theme paper-button[error] {
color: #ef5350 !important;
}
html .lightgray-theme ti-widget-button[error][raised],
html .lightgray-theme paper-button[error][raised],
html#designer-frame .designer-theme ti-widget-button[error][raised],
html#designer-frame .designer-theme paper-button[error][raised] {
background-color: #ef5350 !important;
color: #fff !important;
}
html .lightgray-theme ti-widget-button[link],
html .lightgray-theme paper-button[link],
html#designer-frame .designer-theme ti-widget-button[link],
html#designer-frame .designer-theme paper-button[link] {
color: #000 !important;
}
html .lightgray-theme ti-widget-button[link][raised],
html .lightgray-theme paper-button[link][raised],
html#designer-frame .designer-theme ti-widget-button[link][raised],
html#designer-frame .designer-theme paper-button[link][raised] {
background-color: #fff !important;
color: #000 !important;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-checkbox,
html .lightgray-theme paper-checkbox,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-checkbox,
html#designer-frame .designer-theme paper-checkbox {
--paper-checkbox-checked-color: #191919;
--paper-checkbox-checked-ink-color: #191919;
--paper-checkbox-unchecked-color: #ccc;
--paper-checkbox-unchecked-ink-color: #ccc;
--paper-checkbox-label-color: #222;
}
html .lightgray-theme ti-widget-textbox[disabled],
html .lightgray-theme ti-widget-checkbox[disabled],
html .lightgray-theme paper-checkbox[disabled],
html#designer-frame .designer-theme ti-widget-textbox[disabled],
html#designer-frame .designer-theme ti-widget-checkbox[disabled],
html#designer-frame .designer-theme paper-checkbox[disabled] {
color: #aaa !important;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-menu,
html .lightgray-theme paper-fab,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-menu,
html#designer-frame .designer-theme paper-fab {
--iron-icon-fill-color: currentColor;
--paper-fab-background: #f2f2f2;
--paper-fab-iron-icon: {
fill: #191919;
}
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-floating-action-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-floating-action-button {
--ti-widget-floating-action-button-background: #f2f2f2;
--ti-widget-floating-action-button-color: #191919;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-icon-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-icon-button {
--ti-widget-icon-button-color: #191919;
}
html .lightgray-theme ti-widget-menubar ti-widget-icon-button,
html#designer-frame .designer-theme ti-widget-menubar ti-widget-icon-button {
--ti-widget-icon-button-color: #1f1f1f;
}
html .lightgray-theme iron-toolbar paper-tabs,
html#designer-frame .designer-theme iron-toolbar paper-tabs {
-webkit-box-shadow: none;
box-shadow: none;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-tabcontainer,
html .lightgray-theme paper-tabs,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-tabcontainer,
html#designer-frame .designer-theme paper-tabs {
--paper-tabs-selection-bar-color: #80cbc4;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-tabcontainer,
html .lightgray-theme paper-tab,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-tabcontainer,
html#designer-frame .designer-theme paper-tab {
--paper-tab-ink: #80cbc4;
}
html .lightgray-theme ti-widget-dialog #headerBackground,
html#designer-frame .designer-theme ti-widget-dialog #headerBackground {
color: #fff !important;
background-color: #63666A !important;
}
html .lightgray-theme paper-tabs,
html .lightgray-theme iron-toolbar,
html#designer-frame .designer-theme paper-tabs,
html#designer-frame .designer-theme iron-toolbar {
background-color: #f2f2f2; /* this controls the background color of the unselected tabs */
color: #1f1f1f;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
html .lightgray-theme paper-tabs.transparent-teal,
html#designer-frame .designer-theme paper-tabs.transparent-teal {
background-color: transparent;
color: #191919;
-webkit-box-shadow: none;
box-shadow: none;
}
html .lightgray-theme paper-tabs.transparent-teal,
html#designer-frame .designer-theme paper-tabs.transparent-teal {
--paper-tabs-selection-bar-color: #f2f2f2;
}
html .lightgray-theme paper-tabs[no-bar] paper-tab.iron-selected,
html#designer-frame .designer-theme paper-tabs[no-bar] paper-tab.iron-selected {
color: #191919;
background-color: #e5e5e5; /* this controls the background color of the selected tab */
border-bottom: 1px solid #5d5d5d;
}
html .lightgray-theme paper-toast *,
html .lightgray-theme paper-tabs *,
html#designer-frame .designer-theme paper-toast *,
html#designer-frame .designer-theme paper-tabs * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-toast,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-toast {
--paper-toast-background-color: #323232;
--paper-toast-color: #f1f1f1;
}
html .lightgray-theme paper-toast,
html#designer-frame .designer-theme paper-toast {
text-align: left;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-toast,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-toast {
--ti-widget-toast-background-color: #323232;
--ti-widget-toast-color: #f1f1f1;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-dropdown-menu,
html .lightgray-theme ti-widget-input,
html .lightgray-theme paper-input,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-dropdown-menu,
html#designer-frame .designer-theme ti-widget-input,
html#designer-frame .designer-theme paper-input {
--paper-input-container-color: #757575;
--paper-input-container-focus-color: #222;
--paper-input-container-invalid-color: #ef5350;
--paper-input-container-input-color: #222;
}
html .lightgray-theme .toolbar,
html#designer-frame .designer-theme .toolbar {
color: #1f1f1f;
background-color: #f2f2f2;
}
html .lightgray-theme .card,
html#designer-frame .designer-theme .card {
background-color: #fff;
}
html .lightgray-theme paper-item,
html#designer-frame .designer-theme paper-item {
background-color: #fff;
color: #1f1f1f;
}
html .lightgray-theme paper-item:hover,
html#designer-frame .designer-theme paper-item:hover {
background-color: #f2f2f2;
}
html .lightgray-theme paper-item.iron-selected,
html#designer-frame .designer-theme paper-item.iron-selected {
background-color: #fff;
}
html .lightgray-theme .small,
html#designer-frame .designer-theme .small {
font-size: 12px;
}
html .lightgray-theme .logo,
html#designer-frame .designer-theme .logo {
font-size: 21px;
}
html .lightgray-theme .logo a,
html#designer-frame .designer-theme .logo a {
font-weight: 700;
color: #1f1f1f;
}
html .lightgray-theme .inverse,
html#designer-frame .designer-theme .inverse {
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-progress,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-progress {
--paper-progress-active-color: #00cc00;
--paper-progress-secondary-color: #1e88e5;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-radio-button,
html .lightgray-theme paper-radio-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-radio-button,
html#designer-frame .designer-theme paper-radio-button {
--paper-radio-button-unchecked-background-color: #fff;
--paper-radio-button-checked-color: #009688;
--paper-radio-button-unchecked-ink-color: #5a5a5a;
--paper-radio-button-checked-ink-color: #5a5a5a;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-tile-toggleswitch,
html .lightgray-theme ti-widget-toggle-button,
html .lightgray-theme paper-toggle-button,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-tile-toggleswitch,
html#designer-frame .designer-theme ti-widget-toggle-button,
html#designer-frame .designer-theme paper-toggle-button {
--paper-toggle-button-unchecked-bar-color: #f2f2f2;
--paper-toggle-button-checked-bar-color: #f2f2f2;
--paper-toggle-button-unchecked-button-color: #fff;
--paper-toggle-button-checked-button-color: #009688;
--paper-toggle-button-unchecked-ink-color: #a3a3a3;
--paper-toggle-button-checked-ink-color: #a3a3a3;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-slider,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-slider {
--paper-slider-active-color: #1f1f1f;
--paper-slider-secondary-color: #1e88e5;
--paper-slider-knob-color: #1f1f1f;
--paper-slider-pin-color: #1f1f1f;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-tile-slider,
html .lightgray-theme ti-tile-verticalslider,
html .lightgray-theme ti-widget-slider,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-tile-slider,
html#designer-frame .designer-theme ti-tile-verticalslider,
html#designer-frame .designer-theme ti-widget-slider {
--ti-widget-slider-progress-color: #1f1f1f;
--ti-widget-slider-tick-color: #1f1f1f;
--ti-widget-ruler-font-color: #222;
}
html .lightgray-theme paper-icon-button[disabled] iron-icon,
html#designer-frame .designer-theme paper-icon-button[disabled] iron-icon {
color: #afb1b9 !important;
}
html .lightgray-theme ti-widget-menubar paper-button[disabled] iron.icon,
html#designer-frame .designer-theme ti-widget-menubar paper-button[disabled] iron.icon {
color: #afb1b9 !important;
}
html .lightgray-theme design-frame,
html .lightgray-theme paper-spinner:not([default-spinner]),
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme paper-spinner:not([default-spinner]) {
--paper-spinner-layer-1-color: #f2f2f2;
--paper-spinner-layer-2-color: #f2f2f2;
--paper-spinner-layer-3-color: #f2f2f2;
--paper-spinner-layer-4-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuseparator #menuSeparator,
html#designer-frame .designer-theme ti-widget-menuseparator #menuSeparator {
background-color: #888;
}
html .lightgray-theme ti-widget-menubar,
html#designer-frame .designer-theme ti-widget-menubar {
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme ti-widget-menubar .logoImage,
html#designer-frame .designer-theme ti-widget-menubar .logoImage {
background-color: #1f1f1f;
color: #f2f2f2;
}
html .lightgray-theme ti-widget-contextmenu .navIcon,
html .lightgray-theme ti-widget-menuitem .navIcon,
html#designer-frame .designer-theme ti-widget-contextmenu .navIcon,
html#designer-frame .designer-theme ti-widget-menuitem .navIcon {
color: #1f1f1f;
}
html .lightgray-theme ti-widget-contextmenu .hovering .navIcon,
html .lightgray-theme ti-widget-menuitem .hovering .navIcon,
html#designer-frame .designer-theme ti-widget-contextmenu .hovering .navIcon,
html#designer-frame .designer-theme ti-widget-menuitem .hovering .navIcon {
color: #1f1f1f;
}
html .lightgray-theme ti-widget-contextmenu .hoverMenu,
html .lightgray-theme ti-widget-menuitem .hoverMenu,
html#designer-frame .designer-theme ti-widget-contextmenu .hoverMenu,
html#designer-frame .designer-theme ti-widget-menuitem .hoverMenu {
background-color: #e5e5e5;
color: #1f1f1f;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-contextmenu .hovering,
html .lightgray-theme ti-widget-menuitem .hovering,
html#designer-frame .designer-theme ti-widget-contextmenu .hovering,
html#designer-frame .designer-theme ti-widget-menuitem .hovering {
background-color: #ccc;
color: #1f1f1f;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuaction li,
html#designer-frame .designer-theme ti-widget-menuaction li {
color: #1f1f1f;
background-color: #e5e5e5;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuitem.subMenuItem .hovering,
html .lightgray-theme ti-widget-menuaction li:hover,
html#designer-frame .designer-theme ti-widget-menuitem.subMenuItem .hovering,
html#designer-frame .designer-theme ti-widget-menuaction li:hover {
background-color: #ccc;
color: #1f1f1f;
}
html .lightgray-theme ti-widget-menuaction .unenabled,
html#designer-frame .designer-theme ti-widget-menuaction .unenabled {
color: #888;
background-color: #f2f2f2;
border-color: #f2f2f2;
}
html .lightgray-theme ti-widget-menuaction .unenabled:hover,
html#designer-frame .designer-theme ti-widget-menuaction .unenabled:hover {
color: #888;
background-color: #ccc;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-statusbar,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-statusbar {
--paper-progress-active-color: #00cc00;
--paper-progress-secondary-color: #1e88e5;
}
html .lightgray-theme design-frame,
html .lightgray-theme ti-widget-progressbar,
html#designer-frame .designer-theme design-frame,
html#designer-frame .designer-theme ti-widget-progressbar {
--ti-widget-progressbar-color: #00cc00;
}
html .lightgray-theme ti-widget-statusbar ti-widget-status-container,
html#designer-frame .designer-theme ti-widget-statusbar ti-widget-status-container {
background-color: #f2f2f2;
color: #1f1f1f;
}
html .lightgray-theme ti-widget-statusbar .banner,
html#designer-frame .designer-theme ti-widget-statusbar .banner {
fill: #1f1f1f;
}
html .lightgray-theme ti-widget-analoggauge .needle,
html#designer-frame .designer-theme ti-widget-analoggauge .needle {
color: #c00;
}
html .lightgray-theme ti-widget-analoggauge .face,
html#designer-frame .designer-theme ti-widget-analoggauge .face {
background-color: #fff;
color: #000;
}
html .lightgray-theme ti-widget-analoggauge .frame,
html#designer-frame .designer-theme ti-widget-analoggauge .frame {
color: #222;
}
html .lightgray-theme ti-widget-dial .pointer,
html#designer-frame .designer-theme ti-widget-dial .pointer {
color: #c00;
}
html .lightgray-theme ti-widget-dial .knob,
html#designer-frame .designer-theme ti-widget-dial .knob {
background-color: #fff;
}
html .lightgray-theme ti-widget-dial .frame,
html#designer-frame .designer-theme ti-widget-dial .frame {
background-color: #222;
color: #fff;
}
html .lightgray-theme label,
html .lightgray-theme ti-widget-label,
html .lightgray-theme ti-widget-bitfield-header,
html .lightgray-theme ti-widget-droplist,
html .lightgray-theme ti-widget-numberbox,
html .lightgray-theme ti-widget-spinner,
html .lightgray-theme ti-widget-textbox,
html#designer-frame .designer-theme label,
html#designer-frame .designer-theme ti-widget-label,
html#designer-frame .designer-theme ti-widget-bitfield-header,
html#designer-frame .designer-theme ti-widget-droplist,
html#designer-frame .designer-theme ti-widget-numberbox,
html#designer-frame .designer-theme ti-widget-spinner,
html#designer-frame .designer-theme ti-widget-textbox {
font-family: 'Open Sans', sans-serif;
background-color: transparent;
color: #222;
}
html .lightgray-theme label[disabled],
html .lightgray-theme ti-widget-label[disabled],
html .lightgray-theme ti-widget-bitfield-header[disabled],
html .lightgray-theme ti-widget-droplist[disabled],
html .lightgray-theme ti-widget-numberbox[disabled],
html .lightgray-theme ti-widget-spinner[disabled],
html .lightgray-theme ti-widget-textbox[disabled],
html#designer-frame .designer-theme label[disabled],
html#designer-frame .designer-theme ti-widget-label[disabled],
html#designer-frame .designer-theme ti-widget-bitfield-header[disabled],
html#designer-frame .designer-theme ti-widget-droplist[disabled],
html#designer-frame .designer-theme ti-widget-numberbox[disabled],
html#designer-frame .designer-theme ti-widget-spinner[disabled],
html#designer-frame .designer-theme ti-widget-textbox[disabled] {
color: #aaa !important;
}
html .lightgray-theme select,
html#designer-frame .designer-theme select {
border-radius: 0px;
font-family: 'Open Sans', sans-serif;
border: 1px solid #ccc;
font-size: inherit;
}
html .lightgray-theme input,
html#designer-frame .designer-theme input {
font-family: 'Open Sans', sans-serif;
font-size: inherit;
}
html .lightgray-theme ti-widget-filetree,
html#designer-frame .designer-theme ti-widget-filetree {
--ti-widget-filetree-background-color: #fff;
--ti-widget-filetree-text-color: #222;
--ti-widget-filetree-font-size: small;
--ti-widget-filetree-filesize-text-color: #888;
--ti-widget-filetree-header-text-color: #fff;
--ti-widget-filetree-header-background-color: #afb1b9;
--ti-widget-filetree-header-font-size: normal;
--ti-widget-filetree-selected-background-color: #eee;
--ti-widget-filetree-selected-text-color: #222;
--ti-widget-filetree-focus-background-color: #D9EBFB;
--ti-widget-filetree-focus-text-color: #222;
--ti-widget-filetree-icon-color: #ccc;
--ti-widget-filetree-arrow-icon-color: grey;
--ti-widget-filetree-directory-icon-color: #1e88e5;
--ti-widget-filetree-progress-color: #1e88e5;
} | 0.231093 | 0.034489 |
html{
height: 100%;
}
body{
height: 100%;
max-height: 100%;
margin: 0;
padding: 0;
background-color: black;
}
#root{
height: 100%;
}
.main{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.header{
background-color: black;
color: darkorange;
text-align: center;
padding-bottom: 1rem;
order: 1;
}
.body{
background-image: linear-gradient(black, darkorange);
background-repeat: no-repeat;
order: 2;
flex: 1;
padding-bottom: 1rem;
overflow: hidden;
}
.footer{
background-color: black;
color: darkorange;
order: 3;
text-align: center;
}
.wrapper{
margin-left: 4%;
margin-right: 4%;
height: 100%;
background-color: white;
display: flex;
flex-direction: column;
}
.dates{
order: 1;
font-size: 1.5rem;
text-align: center;
display: flex;
flex-direction: row;
padding: 1rem;
}
.info{
order: 2;
flex: 1;
border: black 2px solid;
margin: 1rem;
overflow: hidden;
}
.toggle{
order: 3;
text-align: center;
display: flex;
flex-direction: row;
padding: 1rem;
}
.start{
order: 1;
flex: 1;
text-align: center;
}
.end{
order: 2;
flex: 1;
text-align: center;
}
.btn1{
order: 1;
flex: 1;
text-align: center;
}
.btn2{
order: 2;
flex: 1;
text-align: center;
}
.btn3{
order: 3;
flex: 1;
text-align: center;
}
.button{
background-color: darkorange;
font-weight: bold;
border: none;
padding: 1rem 3rem 1rem 3rem;
}
.btnActive{
border: green 4px solid;
}
a{
text-decoration: none;
color: yellow;
}
a:hover {
color: white;
}
.vsScroll{
order: 1;
flex: 1;
overflow-y: scroll;
}
.tableMain{
display: flex;
flex-direction: column;
height: 100%;
}
.options{
order: 2;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 1rem;
background-color: gray;
}
table{
width: 100%;
text-align: center;
}
table tr:nth-child(even){
background-color: lightgray;
}
th{
color: darkorange;
background-color: black;
padding: 1rem;
font-weight: bold;
font-size: 1.5rem;
}
/* Animated Loading Icon */
.lds-dual-ring {
display: inline-block;
width: 64px;
height: 64px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid black;
border-color: black transparent darkorange transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | bitcoin-app/src/App.css | html{
height: 100%;
}
body{
height: 100%;
max-height: 100%;
margin: 0;
padding: 0;
background-color: black;
}
#root{
height: 100%;
}
.main{
margin: 0;
padding: 0;
height: 100%;
width: 100%;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.header{
background-color: black;
color: darkorange;
text-align: center;
padding-bottom: 1rem;
order: 1;
}
.body{
background-image: linear-gradient(black, darkorange);
background-repeat: no-repeat;
order: 2;
flex: 1;
padding-bottom: 1rem;
overflow: hidden;
}
.footer{
background-color: black;
color: darkorange;
order: 3;
text-align: center;
}
.wrapper{
margin-left: 4%;
margin-right: 4%;
height: 100%;
background-color: white;
display: flex;
flex-direction: column;
}
.dates{
order: 1;
font-size: 1.5rem;
text-align: center;
display: flex;
flex-direction: row;
padding: 1rem;
}
.info{
order: 2;
flex: 1;
border: black 2px solid;
margin: 1rem;
overflow: hidden;
}
.toggle{
order: 3;
text-align: center;
display: flex;
flex-direction: row;
padding: 1rem;
}
.start{
order: 1;
flex: 1;
text-align: center;
}
.end{
order: 2;
flex: 1;
text-align: center;
}
.btn1{
order: 1;
flex: 1;
text-align: center;
}
.btn2{
order: 2;
flex: 1;
text-align: center;
}
.btn3{
order: 3;
flex: 1;
text-align: center;
}
.button{
background-color: darkorange;
font-weight: bold;
border: none;
padding: 1rem 3rem 1rem 3rem;
}
.btnActive{
border: green 4px solid;
}
a{
text-decoration: none;
color: yellow;
}
a:hover {
color: white;
}
.vsScroll{
order: 1;
flex: 1;
overflow-y: scroll;
}
.tableMain{
display: flex;
flex-direction: column;
height: 100%;
}
.options{
order: 2;
text-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 1rem;
background-color: gray;
}
table{
width: 100%;
text-align: center;
}
table tr:nth-child(even){
background-color: lightgray;
}
th{
color: darkorange;
background-color: black;
padding: 1rem;
font-weight: bold;
font-size: 1.5rem;
}
/* Animated Loading Icon */
.lds-dual-ring {
display: inline-block;
width: 64px;
height: 64px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid black;
border-color: black transparent darkorange transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | 0.608594 | 0.102844 |
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,code,em,img,
small,strong,sub,sup,tt,b,u,i,center,
ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,
blockquote:after,
q:before,q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
@font-face {
font-family:qlassik;
src:url("../fonts/qlassik.eot");
}
@font-face {
font-family:qlassik;
src:url("../fonts/qlassik.otf") format("opentype");
}
@font-face {
font-family:monaco;
src:url("../fonts/monaco.eot");
}
@font-face {
font-family:monaco;
src:url("../fonts/monaco.ttf");
}
html {
font-family:verdana,helvetica,geneva,sans-serif;
font-size:15px;
background:#000;
overflow-y:scroll;
}
body {
background:#fff;
margin:20px auto;
width:980px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
}
h1,h2,h3,h4,h5 {
font-family:qlassik;
text-shadow:0 2px 5px #999;
clear:both;
}
h1 { font-size:64px; }
h2 { font-size:40px; }
h3 { font-size:36px; }
h4 { font-size:28px; }
h5 { font-size:21px; }
blockquote {
padding:10px;
border:1px solid #666;
margin:0 auto 15px auto;
width:610px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
blockquote:first-child {
margin-top:15px;
}
p,ul,ol {
line-height:18px;
margin-bottom:15px;
}
p:last-child { margin-bottom:0; }
ul,ol { margin:0 45px 15px 45px; }
li { list-style-type:disc; }
pre,code,tt {
font-family:monaco;
font-size:13px;
line-height:16px;
}
pre {
background:#ccc;
padding:15px;
margin-bottom:15px;
}
pre:last-child { margin-bottom:0; }
code,tt {
background:#ccc;
padding:2px 5px;
}
small { font-size:0.6em; }
a { text-decoration:none; }
a:link,a:visited { color:#069; }
a:hover { color:#09c; }
table {
margin-bottom:15px;
width:100%;
}
th,td {
font-size:15px;
line-height:15px;
padding:5px 15px 5px 5px;
vertical-align:top;
}
.border td {
border: 1px solid black;
}
th {
font-size:11px;
font-variant:small-caps;
text-align:left;
vertical-align:top;
}
td:last-child {
padding-right:3px;
}
tr.odd { background:#ccc; }
div.header,div.content,div.footer { padding:30px; }
div.content h3,div.content h4 { margin-bottom:15px; }
div.content table {
border:1px solid #666;
margin:0 auto 15px auto;
width:640px;
}
div.content tr { border:1px solid #666; }
div.content th {
font-family:qlassik;
font-size:18px;
text-transform:uppercase;
color:#fff;
background:#666;
}
div.content th,div.content td { padding:8px; }
div.content td.pass { background:#cfc; }
div.content td.fail { background:#fcc; }
div.header {
background:#999;
border-radius:15px 15px 0 0;
-moz-border-radius:15px 15px 0 0;
-webkit-border-radius:15px 15px 0 0;
}
div.header h4 {
font-family:qlassik;
text-align:center;
color:#333;
}
div.header h1 {
color:#fff;
font-size:72px;
text-align:center;
text-shadow:0 2px 5px #000;
}
div.footer {
background:#333;
}
div.footer h5 {
color:#666;
text-align:center;
text-shadow:0 2px 5px #000;
margin:0;
}
.optional {
color: grey;
font-style: italic;
}
.description {
font-style: italic;
background: url(/images/info.png) no-repeat left;
padding-left: 25px;
}
.documentation {
float: right;
background: url(/images/help.png) no-repeat left;
padding-left: 20px;
} | examples/api-samples/templates/style.css | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,code,em,img,
small,strong,sub,sup,tt,b,u,i,center,
ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,
blockquote:after,
q:before,q:after {
content:'';
content:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
@font-face {
font-family:qlassik;
src:url("../fonts/qlassik.eot");
}
@font-face {
font-family:qlassik;
src:url("../fonts/qlassik.otf") format("opentype");
}
@font-face {
font-family:monaco;
src:url("../fonts/monaco.eot");
}
@font-face {
font-family:monaco;
src:url("../fonts/monaco.ttf");
}
html {
font-family:verdana,helvetica,geneva,sans-serif;
font-size:15px;
background:#000;
overflow-y:scroll;
}
body {
background:#fff;
margin:20px auto;
width:980px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
}
h1,h2,h3,h4,h5 {
font-family:qlassik;
text-shadow:0 2px 5px #999;
clear:both;
}
h1 { font-size:64px; }
h2 { font-size:40px; }
h3 { font-size:36px; }
h4 { font-size:28px; }
h5 { font-size:21px; }
blockquote {
padding:10px;
border:1px solid #666;
margin:0 auto 15px auto;
width:610px;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
blockquote:first-child {
margin-top:15px;
}
p,ul,ol {
line-height:18px;
margin-bottom:15px;
}
p:last-child { margin-bottom:0; }
ul,ol { margin:0 45px 15px 45px; }
li { list-style-type:disc; }
pre,code,tt {
font-family:monaco;
font-size:13px;
line-height:16px;
}
pre {
background:#ccc;
padding:15px;
margin-bottom:15px;
}
pre:last-child { margin-bottom:0; }
code,tt {
background:#ccc;
padding:2px 5px;
}
small { font-size:0.6em; }
a { text-decoration:none; }
a:link,a:visited { color:#069; }
a:hover { color:#09c; }
table {
margin-bottom:15px;
width:100%;
}
th,td {
font-size:15px;
line-height:15px;
padding:5px 15px 5px 5px;
vertical-align:top;
}
.border td {
border: 1px solid black;
}
th {
font-size:11px;
font-variant:small-caps;
text-align:left;
vertical-align:top;
}
td:last-child {
padding-right:3px;
}
tr.odd { background:#ccc; }
div.header,div.content,div.footer { padding:30px; }
div.content h3,div.content h4 { margin-bottom:15px; }
div.content table {
border:1px solid #666;
margin:0 auto 15px auto;
width:640px;
}
div.content tr { border:1px solid #666; }
div.content th {
font-family:qlassik;
font-size:18px;
text-transform:uppercase;
color:#fff;
background:#666;
}
div.content th,div.content td { padding:8px; }
div.content td.pass { background:#cfc; }
div.content td.fail { background:#fcc; }
div.header {
background:#999;
border-radius:15px 15px 0 0;
-moz-border-radius:15px 15px 0 0;
-webkit-border-radius:15px 15px 0 0;
}
div.header h4 {
font-family:qlassik;
text-align:center;
color:#333;
}
div.header h1 {
color:#fff;
font-size:72px;
text-align:center;
text-shadow:0 2px 5px #000;
}
div.footer {
background:#333;
}
div.footer h5 {
color:#666;
text-align:center;
text-shadow:0 2px 5px #000;
margin:0;
}
.optional {
color: grey;
font-style: italic;
}
.description {
font-style: italic;
background: url(/images/info.png) no-repeat left;
padding-left: 25px;
}
.documentation {
float: right;
background: url(/images/help.png) no-repeat left;
padding-left: 20px;
} | 0.197367 | 0.071332 |
body {
background: #fcfcfc;
margin: 0;
font-family: Roboto;
}
.top-bar {
background: #009688;
padding: 1.25rem 2rem;
}
.top-bar-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.top-bar-logo {
font-size: 1.7rem;
color: white;
font-weight: 900;
}
.top-bar-button {
font-size: 1rem;
font-weight: 900;
margin-left: auto;
}
.top-bar-button a {
color: white;
}
.livestream-container {
display: flex;
margin: 0 auto;
width: fit-content;
margin-top: 7rem;
}
.livestream-video {
margin: 0 auto;
margin-top: 44px;
width: fit-content;
}
.livestream-video video {
height: 662px;
}
.livestream-chat {
width: 420px;
height: 700px;
background: white;
border-radius: 7px;
-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
padding: 1.5rem;
}
.livestream-chat-item {
display: flex;
margin: 1rem 0;
}
.livestream-chat-profile img {
border-radius: 50%;
width: 45px;
height: 45px;
margin: 5px;
}
.livestream-chat-text {
margin: 10px;
}
.livestream-chat-username {
font-weight: 900;
}
.livestream-chat-message {
font-weight: 300;
}
.livestream-chat-list {
height: 640px;
overflow-y: auto;
}
#livestream-chat-input {
width: 374px;
border-radius: 5px;
padding: 12px 20px;
border: 2px solid #dcdcdc;
}
#username {
width: 90%;
border-radius: 5px;
padding: 12px 20px;
border: 2px solid #dcdcdc;
}
#password {
width: 90%;
border-radius: 5px;
padding: 12px 20px;
border: 2px solid #dcdcdc;
margin-top: 1.5rem;
}
.login-container {
background: white;
border-radius: 7px;
-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
padding: 2rem;
max-width: 450px;
margin: 0 auto;
margin-top: 5rem;
}
#submit {
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
padding: 0 16px;
text-transform: uppercase;
color: #fff;
background-color: #26a69a;
text-align: center;
letter-spacing: .5px;
margin-top: 1rem;
width: 100%;
cursor: pointer;
}
.error {
background: #ffb2b2;
padding: 11px 12px;
border-radius: 5px;
border: 1px solid red;
color: red;
margin-bottom: 15px;
}
.admin-side-nav {
width: 250px;
background: rgba(0,0,0,0.03);
height: 100vh;
}
.admin-side-nav a {
text-decoration: none;
color:
}
.admin-side-item {
padding: 1.3rem 2rem;
color: #009688;
font-weight: 900;
font-size: 1.2rem;
border: 1px solid rgba(0,0,0,0.05);
}
.admin-wrapper {
display: flex;
}
.admin-container {
margin: 0 auto;
}
.admin-message-blur {
position: absolute;
background: rgba(0,0,0,0.1);
width: 530px;
height: 666px;
}
.admin-message {
margin: 5rem;
color: #009688;
font-weight: 900;
font-size: 2rem;
}
.controls-title {
text-align: center;
color: #000000;
font-weight: 900;
font-size: 2rem;
} | 2019/beginners/web-cwo-xss/app/static/css/main.css | body {
background: #fcfcfc;
margin: 0;
font-family: Roboto;
}
.top-bar {
background: #009688;
padding: 1.25rem 2rem;
}
.top-bar-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.top-bar-logo {
font-size: 1.7rem;
color: white;
font-weight: 900;
}
.top-bar-button {
font-size: 1rem;
font-weight: 900;
margin-left: auto;
}
.top-bar-button a {
color: white;
}
.livestream-container {
display: flex;
margin: 0 auto;
width: fit-content;
margin-top: 7rem;
}
.livestream-video {
margin: 0 auto;
margin-top: 44px;
width: fit-content;
}
.livestream-video video {
height: 662px;
}
.livestream-chat {
width: 420px;
height: 700px;
background: white;
border-radius: 7px;
-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
padding: 1.5rem;
}
.livestream-chat-item {
display: flex;
margin: 1rem 0;
}
.livestream-chat-profile img {
border-radius: 50%;
width: 45px;
height: 45px;
margin: 5px;
}
.livestream-chat-text {
margin: 10px;
}
.livestream-chat-username {
font-weight: 900;
}
.livestream-chat-message {
font-weight: 300;
}
.livestream-chat-list {
height: 640px;
overflow-y: auto;
}
#livestream-chat-input {
width: 374px;
border-radius: 5px;
padding: 12px 20px;
border: 2px solid #dcdcdc;
}
#username {
width: 90%;
border-radius: 5px;
padding: 12px 20px;
border: 2px solid #dcdcdc;
}
#password {
width: 90%;
border-radius: 5px;
padding: 12px 20px;
border: 2px solid #dcdcdc;
margin-top: 1.5rem;
}
.login-container {
background: white;
border-radius: 7px;
-webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
padding: 2rem;
max-width: 450px;
margin: 0 auto;
margin-top: 5rem;
}
#submit {
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
padding: 0 16px;
text-transform: uppercase;
color: #fff;
background-color: #26a69a;
text-align: center;
letter-spacing: .5px;
margin-top: 1rem;
width: 100%;
cursor: pointer;
}
.error {
background: #ffb2b2;
padding: 11px 12px;
border-radius: 5px;
border: 1px solid red;
color: red;
margin-bottom: 15px;
}
.admin-side-nav {
width: 250px;
background: rgba(0,0,0,0.03);
height: 100vh;
}
.admin-side-nav a {
text-decoration: none;
color:
}
.admin-side-item {
padding: 1.3rem 2rem;
color: #009688;
font-weight: 900;
font-size: 1.2rem;
border: 1px solid rgba(0,0,0,0.05);
}
.admin-wrapper {
display: flex;
}
.admin-container {
margin: 0 auto;
}
.admin-message-blur {
position: absolute;
background: rgba(0,0,0,0.1);
width: 530px;
height: 666px;
}
.admin-message {
margin: 5rem;
color: #009688;
font-weight: 900;
font-size: 2rem;
}
.controls-title {
text-align: center;
color: #000000;
font-weight: 900;
font-size: 2rem;
} | 0.397003 | 0.078395 |
@font-face {
font-family: 'MuseoSans100';
src: url('../fonts/MuseoSansCyrl-100.eot'); /* IE9 Compat Modes */
src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/MuseoSansCyrl-100.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/MuseoSansCyrl-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/MuseoSansCyrl-100.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'MuseoSans300';
src: url('../fonts/MuseoSansCyrl-300.eot'); /* IE9 Compat Modes */
src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/MuseoSansCyrl-300.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/MuseoSansCyrl-300.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'MuseoSans700';
src: url('../fonts/Museo Sans Cyrl W03 700.eot'); /* IE9 Compat Modes */
src: url('../fonts/Museo Sans Cyrl W03 700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Museo Sans Cyrl W03 700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Museo Sans Cyrl W03 700.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Museo Sans Cyrl W03 700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Museo Sans Cyrl W03 700.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*--Specification--*/
body {
font-family: 'MuseoSans100', sans-serif;
font-size: 14px;
}
a, a:hover, a:active {
text-decoration: none;
}
.container {
width: 1170px;
}
/*--First Screen--*/
/*--Header--*/
.header {
padding-top: 17px;
background: #c8cbda;
padding-bottom: 10px;
}
.menu {
width: 570px;
padding-top: 20px;
padding-right: 60px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-around;
font-family: 'MuseoSans700';
}
.menu a {
font-size: 17px;
color: #3f4b60;
}
.menu a:hover {
color: #fff;
}
.button {
padding: 9px 18px 0;
background: #1cb883;
color: #fff;
padding-top: -4px;
margin-top: 11px;
border-bottom: 4px solid #149d6f;
border-radius: 0;
}
.tel {
width: 156px;
margin-bottom: -3px;
font-family: 'MuseoSans700';
}
.fa-phone {
margin-top: 5px;
height: 13px;
margin-right: 5px;
}
.button__text {
margin-top: 1px;
}
.button:hover {
box-shadow: 0 0 10px rgb(255, 255, 255);
}
/*--First Section--*/
.offer {
background: #d0d5e9 url(../images/ssha-chikago-megapolis.jpg) top center / cover;
box-shadow: 0 -4px rgba(179, 179, 206, 0.4);
padding-bottom: 148px;
}
.offer__title {
font-size: 58px;
font-family: 'MuseoSans700';
padding-top: 92px;
}
.offer__text {
font-size: 29px;
width: 470px;
}
.icons {
width: 170px;
height: 45px;
border-radius: 3px;
background: rgba(255, 255, 255, 0.8);
font-size: 16.67px;
justify-content: space-around;
padding-top: 6px;
padding-bottom: 6px;
line-height: 0.4em;
padding-top: 9px;
padding-bottom: 9px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
/*
.icons:after {
content: '';
display: block;
position: relative;
width: 174px;
height: 51px;
top:-2px;
border: solid 4px rgba(255, 255, 255, 0.5);
border-radius: 4px;
}
*/
.icons i:hover {
color: blue;
border: solid 2px blue;
transition: 0.5s;
}
.icons__fb i {
border: 2px solid #4c76ac;
color: #4c76ac;
padding: 4px;
margin-left: 17px;
}
.icons__twitter i {
border: 2px solid #43c9fd;
color: #43c9fd;
padding: 4px;
}
.icons__telegram i {
border: 2px solid #25a3d4;
color: #25a3d4;
padding: 4px;
margin-right: 17px;
}
/*--Second Section--*/
.trust {
background: #f1f1f3;
padding-top: 48px;
box-shadow: 0 -16px rgba(241, 241, 243, 0.2);
padding-bottom: 101px;
}
.trust__title {
text-align: center;
font-family: 'MuseoSans700';
color: #081d42;
margin-bottom: 39px;
}
.grey__icon {
height: 119px;
width: 119px;
border-radius: 50%;
background: #c8cbdb;
color: #b81c31;
font-size: 65px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
margin: 0 auto;
margin-bottom: 18px;
}
.trust__what {
font-size: 21px;
font-family: 'MuseoSans700';
text-align: center;
color: #465671;
}
.trust__text {
font-size: 14px;
font-family: 'MuseoSans300';
text-align: center;
}
/*--Between Sections Button--*/
.click__button {
display: block;
height: 44px;
width: 170px;
color: #fff;
background: #1cb883;
position: absolute;
top:-25px;
left:43%;
border-bottom: 5px solid #149d6f;
font-family: 'MuseoSans700';
}
.click__button:hover {
box-shadow: 0 0 10px rgb(0, 0, 0);
transition: ease 0.5s;
}
.click__button:active {
text-decoration: none;
}
/*--Third Section--*/
.details {
padding-top: 102px;
text-align: center;
}
.details span {
color: red;
}
.details__icon {
height: 85px;
width: 85px;
border-radius: 50%;
background: #102e62;
font-size: 50.11px;
font-family: 'MuseoSans100';
color: #fff;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.details__title {
font-family: 'MuseoSans100';
font-size: 24px;
margin-top: 8px;
}
.details__text {
font-family: 'MuseoSans300';
padding-bottom: 78px;
}
/*--Fourth Section--*/
.mission {
background: #616d81;
padding-bottom: 20px;
}
.mission__title {
color: #a0a7b3;
padding-bottom: 9px;
border-bottom: 3px solid #6e788a;
font-family: 'MuseoSans700';
margin-top: 38px;
margin-bottom: 18px;
font-size: 23px;
}
.mission__text {
font-size: 14px;
font-family: 'MuseoSans300';
color: #caced4;
}
.mission__btn {
text-decoration: none;
color: #d3d6dc;
border: 2px solid #d3d6dc;
padding: 9px 24px;
text-align: center;
font-family: 'MuseoSans700';
display: block;
width: 172px;
margin-top: 40px;
}
.mission__btn:hover {
color: #d3d6dc;
border: 2px solid #d3d6dc;
font-size: 15px;
box-shadow: 0 0 10px rgb(0, 0, 0);
transition: ease 0.5s;
}
.news {
border-bottom: 0.7px solid #98a0ad;
margin-top: 22px;
}
.news_one {
margin-top: 8px;
}
.news__image {
height: 56px;
width: 56px;
}
.news__words {
margin-left: 11px;
}
.news__text {
font-family: 'MuseoSans700';
color: #d6d9de;
font-size: 12.5px;
width: 174px;
margin-top: -4px;
}
.news__dates {
color: #98a0ad;
font-size: 10.42px;
font-family: 'MuseoSans100';
margin-top: -10px;
}
/*-- Fifth Section --*/
.redirection {
background: #3a4456;
padding-bottom: 46px;
}
.redirection__title {
color: #9196a0;
font-size: 19px;
font-family: 'MuseoSans700';
margin-bottom: 13px;
margin-top: 38px;
display: block;
}
.redirection__text {
color: #949aa4;
font-family: 'MuseoSans300';
font-size: 13px;
display: block;
}
/*--Footer--*/
.footer {
background: #1f2531;
}
.footer__logo {
height: 116px;
width: 47px;
background: #b81c31;
color: #fff;
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.footer__logo:after {
position: absolute;
display: block;
content: '';
width: 0;
height: 0;
border-left: 23.5px solid transparent;
border-right: 23.5px solid transparent;
border-top: 20px solid #b81c31;
margin-top: 67px;
}
.footer__w {
justify-content: center;
align-items: center;
}
.footer__text {
width: 200px;
font-family: 'MuseoSans100';
color: #7c8087;
font-size: 12px;
margin-top: 34px;
justify-content: center;
align-items: center;
}
.footer__span {
font-size: 15.58px;
border: solid 1px #7c8087;
color: #7c8087;
font-family: 'MuseoSans100';
margin-right: 10px;
text-align: center;
width: 30px;
height: 30px;
display: block;
margin-top: 34px;
line-height: 30px;
box-sizing: border-box;
}
.footer__logos {
margin-left: -35px;
margin-top: 40px;
}
.bottom-button {
margin-top: 60px;
}
/*--First Screen ends--*/
/*--Second Screen--*/
/* -- About Section -- */
.about {
background: #fafafb;
padding-top: 65px;
padding-bottom: 65px;
}
.breadcrumps {
}
.breadcrumps__title {
font-family: 'MuseoSans700';
font-size: 37.5px;
color: #081d42;
}
.breadcrump {
font-family: 'MuseoSans300';
font-size: 15.62px;
display: inline;
}
.breadcrump__arrow {
width: 10px;
display: inline;
font-family: 'MuseoSans300';
}
.about-menu {
margin-top: 25px;
}
.about-menu a {
color: #a1a6af;
font-family: 'MuseoSans700';
}
.about-menu__item {
padding: 13px 17px;
text-decoration: none;
}
.about-menu__item:hover {
padding: 13px 15px;
border: 2px solid #b81c31;
border-radius: 2px;
color: #b81c31;
}
/* -- Second Section --*/
.advantages__title {
font-family: 'MuseoSans700';
font-size: 29.17px;
padding-top: 50px;
color: #081d42;
}
.advantages__text {
font-size: 15px;
font-family: 'MuseoSans300';
padding-top: 24px;
color: #404048;
}
.advantages__scale {
font-size: 30px;
border: 2px solid #293b5b;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
width: 58px;
height: 58px;
margin-top: 35px;
}
.advantages__first-title {
font-family: 'MuseoSans700';
font-size: 18.33px;
padding-bottom: 15px;
color: #293b5b;
line-height: 0.5em;
margin-top: 35px;
}
.advantages__text-repeated {
font-family: 'MuseoSans300';
font-size: 14px;
color: #404048;
}
/* -- Gallery --*/
.photos {
padding-bottom: 70px;
}
.photos__title {
font-family: 'MuseoSans700';
font-size: 29.17px;
padding-top: 47px;
padding-bottom: 38px;
}
.photos__photo {
position: relative;
}
.photos__overlay {
position: absolute;
opacity: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 5%;
width: 95%;
height: 100%;
background: rgba(0,0,0,0.56);
color: #fff;
font-size: 18px;
box-sizing: border-box;
cursor: pointer;
}
.photos__overlay:hover {
opacity: 1;
}
.photos__text-inside {
cursor: pointer;
height: 269px;
width: 269px;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
} | css/main.css |
@font-face {
font-family: 'MuseoSans100';
src: url('../fonts/MuseoSansCyrl-100.eot'); /* IE9 Compat Modes */
src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/MuseoSansCyrl-100.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/MuseoSansCyrl-100.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/MuseoSansCyrl-100.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'MuseoSans300';
src: url('../fonts/MuseoSansCyrl-300.eot'); /* IE9 Compat Modes */
src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/MuseoSansCyrl-300.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/MuseoSansCyrl-300.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/MuseoSansCyrl-300.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'MuseoSans700';
src: url('../fonts/Museo Sans Cyrl W03 700.eot'); /* IE9 Compat Modes */
src: url('../fonts/Museo Sans Cyrl W03 700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Museo Sans Cyrl W03 700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/Museo Sans Cyrl W03 700.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/Museo Sans Cyrl W03 700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/Museo Sans Cyrl W03 700.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/*--Specification--*/
body {
font-family: 'MuseoSans100', sans-serif;
font-size: 14px;
}
a, a:hover, a:active {
text-decoration: none;
}
.container {
width: 1170px;
}
/*--First Screen--*/
/*--Header--*/
.header {
padding-top: 17px;
background: #c8cbda;
padding-bottom: 10px;
}
.menu {
width: 570px;
padding-top: 20px;
padding-right: 60px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-around;
font-family: 'MuseoSans700';
}
.menu a {
font-size: 17px;
color: #3f4b60;
}
.menu a:hover {
color: #fff;
}
.button {
padding: 9px 18px 0;
background: #1cb883;
color: #fff;
padding-top: -4px;
margin-top: 11px;
border-bottom: 4px solid #149d6f;
border-radius: 0;
}
.tel {
width: 156px;
margin-bottom: -3px;
font-family: 'MuseoSans700';
}
.fa-phone {
margin-top: 5px;
height: 13px;
margin-right: 5px;
}
.button__text {
margin-top: 1px;
}
.button:hover {
box-shadow: 0 0 10px rgb(255, 255, 255);
}
/*--First Section--*/
.offer {
background: #d0d5e9 url(../images/ssha-chikago-megapolis.jpg) top center / cover;
box-shadow: 0 -4px rgba(179, 179, 206, 0.4);
padding-bottom: 148px;
}
.offer__title {
font-size: 58px;
font-family: 'MuseoSans700';
padding-top: 92px;
}
.offer__text {
font-size: 29px;
width: 470px;
}
.icons {
width: 170px;
height: 45px;
border-radius: 3px;
background: rgba(255, 255, 255, 0.8);
font-size: 16.67px;
justify-content: space-around;
padding-top: 6px;
padding-bottom: 6px;
line-height: 0.4em;
padding-top: 9px;
padding-bottom: 9px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
/*
.icons:after {
content: '';
display: block;
position: relative;
width: 174px;
height: 51px;
top:-2px;
border: solid 4px rgba(255, 255, 255, 0.5);
border-radius: 4px;
}
*/
.icons i:hover {
color: blue;
border: solid 2px blue;
transition: 0.5s;
}
.icons__fb i {
border: 2px solid #4c76ac;
color: #4c76ac;
padding: 4px;
margin-left: 17px;
}
.icons__twitter i {
border: 2px solid #43c9fd;
color: #43c9fd;
padding: 4px;
}
.icons__telegram i {
border: 2px solid #25a3d4;
color: #25a3d4;
padding: 4px;
margin-right: 17px;
}
/*--Second Section--*/
.trust {
background: #f1f1f3;
padding-top: 48px;
box-shadow: 0 -16px rgba(241, 241, 243, 0.2);
padding-bottom: 101px;
}
.trust__title {
text-align: center;
font-family: 'MuseoSans700';
color: #081d42;
margin-bottom: 39px;
}
.grey__icon {
height: 119px;
width: 119px;
border-radius: 50%;
background: #c8cbdb;
color: #b81c31;
font-size: 65px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
margin: 0 auto;
margin-bottom: 18px;
}
.trust__what {
font-size: 21px;
font-family: 'MuseoSans700';
text-align: center;
color: #465671;
}
.trust__text {
font-size: 14px;
font-family: 'MuseoSans300';
text-align: center;
}
/*--Between Sections Button--*/
.click__button {
display: block;
height: 44px;
width: 170px;
color: #fff;
background: #1cb883;
position: absolute;
top:-25px;
left:43%;
border-bottom: 5px solid #149d6f;
font-family: 'MuseoSans700';
}
.click__button:hover {
box-shadow: 0 0 10px rgb(0, 0, 0);
transition: ease 0.5s;
}
.click__button:active {
text-decoration: none;
}
/*--Third Section--*/
.details {
padding-top: 102px;
text-align: center;
}
.details span {
color: red;
}
.details__icon {
height: 85px;
width: 85px;
border-radius: 50%;
background: #102e62;
font-size: 50.11px;
font-family: 'MuseoSans100';
color: #fff;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.details__title {
font-family: 'MuseoSans100';
font-size: 24px;
margin-top: 8px;
}
.details__text {
font-family: 'MuseoSans300';
padding-bottom: 78px;
}
/*--Fourth Section--*/
.mission {
background: #616d81;
padding-bottom: 20px;
}
.mission__title {
color: #a0a7b3;
padding-bottom: 9px;
border-bottom: 3px solid #6e788a;
font-family: 'MuseoSans700';
margin-top: 38px;
margin-bottom: 18px;
font-size: 23px;
}
.mission__text {
font-size: 14px;
font-family: 'MuseoSans300';
color: #caced4;
}
.mission__btn {
text-decoration: none;
color: #d3d6dc;
border: 2px solid #d3d6dc;
padding: 9px 24px;
text-align: center;
font-family: 'MuseoSans700';
display: block;
width: 172px;
margin-top: 40px;
}
.mission__btn:hover {
color: #d3d6dc;
border: 2px solid #d3d6dc;
font-size: 15px;
box-shadow: 0 0 10px rgb(0, 0, 0);
transition: ease 0.5s;
}
.news {
border-bottom: 0.7px solid #98a0ad;
margin-top: 22px;
}
.news_one {
margin-top: 8px;
}
.news__image {
height: 56px;
width: 56px;
}
.news__words {
margin-left: 11px;
}
.news__text {
font-family: 'MuseoSans700';
color: #d6d9de;
font-size: 12.5px;
width: 174px;
margin-top: -4px;
}
.news__dates {
color: #98a0ad;
font-size: 10.42px;
font-family: 'MuseoSans100';
margin-top: -10px;
}
/*-- Fifth Section --*/
.redirection {
background: #3a4456;
padding-bottom: 46px;
}
.redirection__title {
color: #9196a0;
font-size: 19px;
font-family: 'MuseoSans700';
margin-bottom: 13px;
margin-top: 38px;
display: block;
}
.redirection__text {
color: #949aa4;
font-family: 'MuseoSans300';
font-size: 13px;
display: block;
}
/*--Footer--*/
.footer {
background: #1f2531;
}
.footer__logo {
height: 116px;
width: 47px;
background: #b81c31;
color: #fff;
font-size: 25px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.footer__logo:after {
position: absolute;
display: block;
content: '';
width: 0;
height: 0;
border-left: 23.5px solid transparent;
border-right: 23.5px solid transparent;
border-top: 20px solid #b81c31;
margin-top: 67px;
}
.footer__w {
justify-content: center;
align-items: center;
}
.footer__text {
width: 200px;
font-family: 'MuseoSans100';
color: #7c8087;
font-size: 12px;
margin-top: 34px;
justify-content: center;
align-items: center;
}
.footer__span {
font-size: 15.58px;
border: solid 1px #7c8087;
color: #7c8087;
font-family: 'MuseoSans100';
margin-right: 10px;
text-align: center;
width: 30px;
height: 30px;
display: block;
margin-top: 34px;
line-height: 30px;
box-sizing: border-box;
}
.footer__logos {
margin-left: -35px;
margin-top: 40px;
}
.bottom-button {
margin-top: 60px;
}
/*--First Screen ends--*/
/*--Second Screen--*/
/* -- About Section -- */
.about {
background: #fafafb;
padding-top: 65px;
padding-bottom: 65px;
}
.breadcrumps {
}
.breadcrumps__title {
font-family: 'MuseoSans700';
font-size: 37.5px;
color: #081d42;
}
.breadcrump {
font-family: 'MuseoSans300';
font-size: 15.62px;
display: inline;
}
.breadcrump__arrow {
width: 10px;
display: inline;
font-family: 'MuseoSans300';
}
.about-menu {
margin-top: 25px;
}
.about-menu a {
color: #a1a6af;
font-family: 'MuseoSans700';
}
.about-menu__item {
padding: 13px 17px;
text-decoration: none;
}
.about-menu__item:hover {
padding: 13px 15px;
border: 2px solid #b81c31;
border-radius: 2px;
color: #b81c31;
}
/* -- Second Section --*/
.advantages__title {
font-family: 'MuseoSans700';
font-size: 29.17px;
padding-top: 50px;
color: #081d42;
}
.advantages__text {
font-size: 15px;
font-family: 'MuseoSans300';
padding-top: 24px;
color: #404048;
}
.advantages__scale {
font-size: 30px;
border: 2px solid #293b5b;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
width: 58px;
height: 58px;
margin-top: 35px;
}
.advantages__first-title {
font-family: 'MuseoSans700';
font-size: 18.33px;
padding-bottom: 15px;
color: #293b5b;
line-height: 0.5em;
margin-top: 35px;
}
.advantages__text-repeated {
font-family: 'MuseoSans300';
font-size: 14px;
color: #404048;
}
/* -- Gallery --*/
.photos {
padding-bottom: 70px;
}
.photos__title {
font-family: 'MuseoSans700';
font-size: 29.17px;
padding-top: 47px;
padding-bottom: 38px;
}
.photos__photo {
position: relative;
}
.photos__overlay {
position: absolute;
opacity: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
align-items: center;
top: 0;
left: 5%;
width: 95%;
height: 100%;
background: rgba(0,0,0,0.56);
color: #fff;
font-size: 18px;
box-sizing: border-box;
cursor: pointer;
}
.photos__overlay:hover {
opacity: 1;
}
.photos__text-inside {
cursor: pointer;
height: 269px;
width: 269px;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
} | 0.223886 | 0.039306 |
@CHARSET "ISO-8859-1";
* {
box-sizing: border-box;
border: 0; /* Comment this out for debugging */
padding: 0;
}
body {
background-color: WhiteSmoke;
font-size: 16px;
/* margin-left: 4em;*/
margin: 30px;
font-family: sans-serif;
}
.PageDiv {
width: 100%;
max-width: 1024px;
display: none;
}
.Hostname {
color: brown;
}
.NoBotMargin {
margin-bottom: 0;
}
/***********************************************************************
*
* Tree styles
*/
ol,ul { list-style: none }
.tree { margin: 1em; }
.tree input {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.tree input ~ ul { display: none; }
.tree input:checked ~ ul { display: block; }
/* ————————————————————–
Tree rows
*/
.tree li {
line-height: 1.2;
position: relative;
padding: 0 0 1em 1em;
}
.tree ul li { padding: 0 0 0 1em; }
.tree li:last-child { padding-bottom: 0.5em; }
/* ————————————————————–
Tree labels
*/
.tree_label {
position: relative;
display: inline-block;
background: WhiteSmoke;
}
label.tree_label { cursor: pointer; }
label.tree_label:hover { color : #666; }
/* ————————————————————–
Tree expanded icon
*/
label.tree_label:before {
background: Black;
color: WhiteSmoke;
position: relative;
z-index: 1;
float: left;
margin: 0 1em 0 -2em;
width: 1em;
height: 1em;
border-radius: 1em;
text-align: center;
line-height: .9em;
}
:not(:checked) ~ label.tree_label:before { content: '+'; }
:checked ~ label.tree_label:before { content: '–'; }
/* ————————————————————–
Tree branches
*/
.tree li:before {
position: absolute;
top: -.57em;
bottom: 0;
left: -.5em;
display: block;
width: 0;
border-left: 1px solid Black;
content: "";
}
.tree_label:after {
position: absolute;
top: 0;
left: -1.5em;
display: block;
height: 0.5em;
width: 1em;
border-bottom: 1px solid Black;
border-left: 1px solid Black;
border-radius: 0 0 0 .3em;
content: '';
}
label.tree_label:after { border-bottom: 0; }
:checked ~ label.tree_label:after {
border-radius: 0 .3em 0 0;
border-top: 1px solid Black;
border-right: 1px solid Black;
border-bottom: 0;
border-left: 0;
bottom: 0;
top: 0.5em;
height: auto;
}
.tree li:last-child:before {
height: 1em;
bottom: auto;
}
.tree > li:last-child:before { display: none; }
/***********************************************************************
*
* Other pages
*/
.Addr, .Name, .UUID, .Hnd, Value {
font-family: monospace;
}
.Name {
color: Blue;
}
.LeftIndent {
width: 2em;
}
.NavButton {
max-height: 60px;
border: 2px solid black;
border-radius: 15px;
-moz-border-radius: 15px;
}
input {
border-style: solid;
border-width: 1px;
border-color: black;
font-family: helvetica, arial, sans serif;
padding-left: 0px;
font-size: 150%;
color: brown;
} | public_html/BLEServer.css | @CHARSET "ISO-8859-1";
* {
box-sizing: border-box;
border: 0; /* Comment this out for debugging */
padding: 0;
}
body {
background-color: WhiteSmoke;
font-size: 16px;
/* margin-left: 4em;*/
margin: 30px;
font-family: sans-serif;
}
.PageDiv {
width: 100%;
max-width: 1024px;
display: none;
}
.Hostname {
color: brown;
}
.NoBotMargin {
margin-bottom: 0;
}
/***********************************************************************
*
* Tree styles
*/
ol,ul { list-style: none }
.tree { margin: 1em; }
.tree input {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.tree input ~ ul { display: none; }
.tree input:checked ~ ul { display: block; }
/* ————————————————————–
Tree rows
*/
.tree li {
line-height: 1.2;
position: relative;
padding: 0 0 1em 1em;
}
.tree ul li { padding: 0 0 0 1em; }
.tree li:last-child { padding-bottom: 0.5em; }
/* ————————————————————–
Tree labels
*/
.tree_label {
position: relative;
display: inline-block;
background: WhiteSmoke;
}
label.tree_label { cursor: pointer; }
label.tree_label:hover { color : #666; }
/* ————————————————————–
Tree expanded icon
*/
label.tree_label:before {
background: Black;
color: WhiteSmoke;
position: relative;
z-index: 1;
float: left;
margin: 0 1em 0 -2em;
width: 1em;
height: 1em;
border-radius: 1em;
text-align: center;
line-height: .9em;
}
:not(:checked) ~ label.tree_label:before { content: '+'; }
:checked ~ label.tree_label:before { content: '–'; }
/* ————————————————————–
Tree branches
*/
.tree li:before {
position: absolute;
top: -.57em;
bottom: 0;
left: -.5em;
display: block;
width: 0;
border-left: 1px solid Black;
content: "";
}
.tree_label:after {
position: absolute;
top: 0;
left: -1.5em;
display: block;
height: 0.5em;
width: 1em;
border-bottom: 1px solid Black;
border-left: 1px solid Black;
border-radius: 0 0 0 .3em;
content: '';
}
label.tree_label:after { border-bottom: 0; }
:checked ~ label.tree_label:after {
border-radius: 0 .3em 0 0;
border-top: 1px solid Black;
border-right: 1px solid Black;
border-bottom: 0;
border-left: 0;
bottom: 0;
top: 0.5em;
height: auto;
}
.tree li:last-child:before {
height: 1em;
bottom: auto;
}
.tree > li:last-child:before { display: none; }
/***********************************************************************
*
* Other pages
*/
.Addr, .Name, .UUID, .Hnd, Value {
font-family: monospace;
}
.Name {
color: Blue;
}
.LeftIndent {
width: 2em;
}
.NavButton {
max-height: 60px;
border: 2px solid black;
border-radius: 15px;
-moz-border-radius: 15px;
}
input {
border-style: solid;
border-width: 1px;
border-color: black;
font-family: helvetica, arial, sans serif;
padding-left: 0px;
font-size: 150%;
color: brown;
} | 0.406744 | 0.067516 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:900i&display=swap');
.App {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
background:#AED6F1;
color: #999;
}
.Title{
margin-top: 100px;
margin-left: 480px;
transform: translate(-50%, -50%);
font-size:50px;
letter-spacing:0.1em;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: white;
text-shadow:
8px 8px #ff1f8f,
20px 20px #000000;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
:root{
--primary-color:#e50915;
--dark-color:#141414;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
width: 100%;
height: fit-content;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: ghostwhite;
}
.container-1, .container-2, .container-3{
min-height: 30vh;
margin: auto;
display: grid;
grid-template-rows: repeat(3,1fr);
grid-auto-rows: minmax(100px, auto);
align-items: center;
justify-content: center;
text-align: center;
font-size: 21px;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*some css I added*/
input[type=”file”] {
display: none;
}
input[type=”text”] {
width: 80%;
padding: 15px 22px;
margin: 10px 5px;
box-sizing: border-box;
}
.tabs{
background-color: #5D6D7E ;
padding-top: 1rem;
border-bottom: 5px solid #5D6D7E ;
}
.tabs .container{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 1rem;
align-items: center;
justify-content: center;
text-align: center;
color: ghostwhite;
}
.padding {
padding-top: 1rem;
}
.tabs .container > div{
padding: 1.5rem 0;
}
.tabs p{
font-size: 1.2rem;
padding-top: 0.5rem;
font-size:40px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.tabs .container #tab-2 {
padding-top: 1rem;
}
.tab-border{
border-bottom: var(--primary-color) 4px solid;
}
.tab-content{
padding: 3rem 0;
background: #AED6F1;
color: white;
}
.show {
display: block !important;
}
#tab-1-content .tab-1-content-inner{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 2rem;
align-items: center;
justify-content: center;
}
#tab-2-content .tab-2-content-top {
display: grid;
grid-template-columns: 2fr 1fr;
grid-gap: 1rem;
justify-content: center;
align-items: center;
}
.file-upload {
/* border: 1px solid #ccc; */
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
.recepientEmail {
width: 80%;
padding: 15px 22px;
margin: 10px 5px;
box-sizing: border-box;
}
.table th {
text-align: center;
}
.table{
width: 100%;
margin-top: 2rem;
border-collapse: collapse;
border-spacing: 0;
}
.table thead th {
text-transform: uppercase;
padding: 0.8rem;
text-align: center;
}
.table tbody tr td{
color: #999;
padding: 0.8rem 1.2rem;
overflow: v;
text-align: center;
}
.table tbody tr td:first-child {
text-align: left;
}
.table tbody tr:nth-child(odd) {
background: #E9F7EF
}
.btn{
display: inline-block;
background: var(--primary-color);
color: white;
padding: 0.4rem 1.3rem;
font-size: 1rem;
text-align: center;
border: none;
cursor: pointer;
margin-right: 0.5rem;
outline: none;
box-shadow: 0 1px 0 rgba(0,0,0, 0.45);
border-radius: 2px;
}
.footer .copyright{
text-align: center;
background: #222;
max-width: 100%;
line-height: 1.5rem;
}
.container-3 {
display: grid;
grid-template-rows: repeat(3,0.5fr);
}
/*end of my css*/ | src/App.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:900i&display=swap');
.App {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
background:#AED6F1;
color: #999;
}
.Title{
margin-top: 100px;
margin-left: 480px;
transform: translate(-50%, -50%);
font-size:50px;
letter-spacing:0.1em;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 3px;
-webkit-text-stroke-color: white;
text-shadow:
8px 8px #ff1f8f,
20px 20px #000000;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
:root{
--primary-color:#e50915;
--dark-color:#141414;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
width: 100%;
height: fit-content;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: ghostwhite;
}
.container-1, .container-2, .container-3{
min-height: 30vh;
margin: auto;
display: grid;
grid-template-rows: repeat(3,1fr);
grid-auto-rows: minmax(100px, auto);
align-items: center;
justify-content: center;
text-align: center;
font-size: 21px;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
/*some css I added*/
input[type=”file”] {
display: none;
}
input[type=”text”] {
width: 80%;
padding: 15px 22px;
margin: 10px 5px;
box-sizing: border-box;
}
.tabs{
background-color: #5D6D7E ;
padding-top: 1rem;
border-bottom: 5px solid #5D6D7E ;
}
.tabs .container{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 1rem;
align-items: center;
justify-content: center;
text-align: center;
color: ghostwhite;
}
.padding {
padding-top: 1rem;
}
.tabs .container > div{
padding: 1.5rem 0;
}
.tabs p{
font-size: 1.2rem;
padding-top: 0.5rem;
font-size:40px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.tabs .container #tab-2 {
padding-top: 1rem;
}
.tab-border{
border-bottom: var(--primary-color) 4px solid;
}
.tab-content{
padding: 3rem 0;
background: #AED6F1;
color: white;
}
.show {
display: block !important;
}
#tab-1-content .tab-1-content-inner{
display: grid;
grid-template-columns: repeat(1, 1fr);
grid-gap: 2rem;
align-items: center;
justify-content: center;
}
#tab-2-content .tab-2-content-top {
display: grid;
grid-template-columns: 2fr 1fr;
grid-gap: 1rem;
justify-content: center;
align-items: center;
}
.file-upload {
/* border: 1px solid #ccc; */
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
.recepientEmail {
width: 80%;
padding: 15px 22px;
margin: 10px 5px;
box-sizing: border-box;
}
.table th {
text-align: center;
}
.table{
width: 100%;
margin-top: 2rem;
border-collapse: collapse;
border-spacing: 0;
}
.table thead th {
text-transform: uppercase;
padding: 0.8rem;
text-align: center;
}
.table tbody tr td{
color: #999;
padding: 0.8rem 1.2rem;
overflow: v;
text-align: center;
}
.table tbody tr td:first-child {
text-align: left;
}
.table tbody tr:nth-child(odd) {
background: #E9F7EF
}
.btn{
display: inline-block;
background: var(--primary-color);
color: white;
padding: 0.4rem 1.3rem;
font-size: 1rem;
text-align: center;
border: none;
cursor: pointer;
margin-right: 0.5rem;
outline: none;
box-shadow: 0 1px 0 rgba(0,0,0, 0.45);
border-radius: 2px;
}
.footer .copyright{
text-align: center;
background: #222;
max-width: 100%;
line-height: 1.5rem;
}
.container-3 {
display: grid;
grid-template-rows: repeat(3,0.5fr);
}
/*end of my css*/ | 0.298696 | 0.07627 |
html,
body {
padding: 0;
margin: 0;
overflow: hidden;
}
body {
height: 100vh;
width: 100vw;
display: flex;
align-items: stretch;
flex-direction: column;
}
.tooltip {
position: absolute;
background: rgba(0, 0, 0, 0.9);
border-radius: 4px;
padding: 6px 12px;
font-family: arial, serif;
font-size: 12px;
text-shadow: 0 1px 1px gray;
color: #ffc64a;
z-index: 4;
max-width: 500px;
}
.tooltip:before {
content: " ";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(0, 0, 0, 0.9);
position: absolute;
top: -7px;
left: 5px;
}
.quote {
font-family: 'Indie Flower', cursive;
font-weight: bold;
text-align: right;
}
.overlay {
width: 100vw;
height: 0;
position: fixed;
z-index: 4;
left: 0;
top: 0;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.8);
overflow-y: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
text-align: center;
margin-top: 30px;
padding: 0 10%;
}
.overlay a,
.overlay p {
padding: 8px;
text-decoration: none;
font-size: 2rem;
color: #818181;
display: block;
transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
color: #f1f1f1;
}
.overlay .closeOverlayBtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
header {
padding: 0 10%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: gray;
height: 50px;
flex-shrink: 0;
}
header .showOverlayBtn {
cursor: pointer;
}
main {
flex: 1;
display: flex;
flex-direction: row;
justify-content: stretch;
justify-items: stretch;
}
.openHelpBtn {
cursor: pointer;
}
#left-side {
background: url("images/grass.png") repeat;
position: relative;
flex-basis: 100%;
flex-grow: 1;
height: 100%;
width: 100%;
}
#left-side>canvas {
position: absolute;
}
#particles {
z-index: 2;
}
#left-side .resource-field-anchor,
#left-side .interface-anchor,
#left-side .resource-image-field,
#left-side .resource-field,
#left-side .interface-image-field,
#left-side .interface-field {
position: absolute;
}
#left-side .resource-image-field,
#left-side .resource-field {
width: 10vw;
height: 10vw;
left: -5vw;
top: -5vw;
border-radius: 5vw;
}
#left-side .interface-image-field,
#left-side .interface-field {
width: 32px;
height: 32px;
border-radius: 16px;
}
#left-side .resource-field,
#left-side .interface-field {
z-index: 3;
background-image: url(images/empty.png);
}
#left-side .resource-image-field,
#left-side .interface-image-field {
z-index: 1;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
#left-side .resource-image-field {
background-color: lightgrey;
border: blue solid 2px;
}
#left-side .interface-image-field {
border: blue dashed 1px;
}
#resources {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
#resources li {
display: inline-flex;
flex-direction: row;
align-items: center;
justify-content: center;
list-style: none;
padding: 0 10px;
margin: 0;
height: 32px;
min-width: 50px;
cursor: default;
}
#resources li>div,
#resources li>span {
margin: auto 0;
}
#resources li>span {
padding: 0 5px;
font-weight: bold;
}
#resources li div:first-child {
height: 32px;
width: 32px;
display: inline-block;
}
#upgrades {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: nowrap;
}
#upgrades>div {
height: 32px;
width: 32px;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 3px;
}
footer {
flex-shrink: 0;
height: 50px;
}
footer .column {
background-color: gray;
height: 100%;
padding: 0 5%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
footer a {
text-decoration: none;
color: black;
}
.alert-area {
max-height: 100%;
position: fixed;
bottom: 55px;
left: 20px;
}
.alert-area .alert-content {
padding-right: 25px;
}
.alert-box {
font-size: 16px;
color: white;
background: rgba(0, 0, 0, 0.9);
line-height: 1.3em;
padding: 10px 15px;
margin: 5px 15px;
position: relative;
border-radius: 5px;
transition: opacity 0.5s ease-in;
}
.alert-box.hide {
opacity: 0;
}
.alert-close {
background: transparent;
width: 12px;
height: 12px;
position: absolute;
top: 15px;
right: 15px;
z-index: 4;
}
.alert-close:before,
.alert-close:after {
content: '';
width: 15px;
border-top: solid 2px white;
position: absolute;
top: 5px;
right: -1px;
display: block;
}
.alert-close:before {
transform: rotate(45deg);
}
.alert-close:after {
transform: rotate(135deg);
}
.alert-close:hover:before,
.alert-close:hover:after {
border-top: solid 2px #d8d8d8;
}
header .menu {
height: 25px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
header .music,
header .sound {
height: 25px;
width: 25px;
cursor: pointer;
margin-left: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
header .music {
background-image: url(icons/on.png)
}
header .sound {
background-image: url(icons/sound_on.png)
}
header .music.off {
background-image: url(icons/off.png)
}
header .sound.off {
background-image: url(icons/sound_off.png)
} | assets/main.css | html,
body {
padding: 0;
margin: 0;
overflow: hidden;
}
body {
height: 100vh;
width: 100vw;
display: flex;
align-items: stretch;
flex-direction: column;
}
.tooltip {
position: absolute;
background: rgba(0, 0, 0, 0.9);
border-radius: 4px;
padding: 6px 12px;
font-family: arial, serif;
font-size: 12px;
text-shadow: 0 1px 1px gray;
color: #ffc64a;
z-index: 4;
max-width: 500px;
}
.tooltip:before {
content: " ";
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(0, 0, 0, 0.9);
position: absolute;
top: -7px;
left: 5px;
}
.quote {
font-family: 'Indie Flower', cursive;
font-weight: bold;
text-align: right;
}
.overlay {
width: 100vw;
height: 0;
position: fixed;
z-index: 4;
left: 0;
top: 0;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.8);
overflow-y: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
top: 25%;
text-align: center;
margin-top: 30px;
padding: 0 10%;
}
.overlay a,
.overlay p {
padding: 8px;
text-decoration: none;
font-size: 2rem;
color: #818181;
display: block;
transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
color: #f1f1f1;
}
.overlay .closeOverlayBtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
header {
padding: 0 10%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: gray;
height: 50px;
flex-shrink: 0;
}
header .showOverlayBtn {
cursor: pointer;
}
main {
flex: 1;
display: flex;
flex-direction: row;
justify-content: stretch;
justify-items: stretch;
}
.openHelpBtn {
cursor: pointer;
}
#left-side {
background: url("images/grass.png") repeat;
position: relative;
flex-basis: 100%;
flex-grow: 1;
height: 100%;
width: 100%;
}
#left-side>canvas {
position: absolute;
}
#particles {
z-index: 2;
}
#left-side .resource-field-anchor,
#left-side .interface-anchor,
#left-side .resource-image-field,
#left-side .resource-field,
#left-side .interface-image-field,
#left-side .interface-field {
position: absolute;
}
#left-side .resource-image-field,
#left-side .resource-field {
width: 10vw;
height: 10vw;
left: -5vw;
top: -5vw;
border-radius: 5vw;
}
#left-side .interface-image-field,
#left-side .interface-field {
width: 32px;
height: 32px;
border-radius: 16px;
}
#left-side .resource-field,
#left-side .interface-field {
z-index: 3;
background-image: url(images/empty.png);
}
#left-side .resource-image-field,
#left-side .interface-image-field {
z-index: 1;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
#left-side .resource-image-field {
background-color: lightgrey;
border: blue solid 2px;
}
#left-side .interface-image-field {
border: blue dashed 1px;
}
#resources {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
#resources li {
display: inline-flex;
flex-direction: row;
align-items: center;
justify-content: center;
list-style: none;
padding: 0 10px;
margin: 0;
height: 32px;
min-width: 50px;
cursor: default;
}
#resources li>div,
#resources li>span {
margin: auto 0;
}
#resources li>span {
padding: 0 5px;
font-weight: bold;
}
#resources li div:first-child {
height: 32px;
width: 32px;
display: inline-block;
}
#upgrades {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: nowrap;
}
#upgrades>div {
height: 32px;
width: 32px;
cursor: pointer;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 3px;
}
footer {
flex-shrink: 0;
height: 50px;
}
footer .column {
background-color: gray;
height: 100%;
padding: 0 5%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
footer a {
text-decoration: none;
color: black;
}
.alert-area {
max-height: 100%;
position: fixed;
bottom: 55px;
left: 20px;
}
.alert-area .alert-content {
padding-right: 25px;
}
.alert-box {
font-size: 16px;
color: white;
background: rgba(0, 0, 0, 0.9);
line-height: 1.3em;
padding: 10px 15px;
margin: 5px 15px;
position: relative;
border-radius: 5px;
transition: opacity 0.5s ease-in;
}
.alert-box.hide {
opacity: 0;
}
.alert-close {
background: transparent;
width: 12px;
height: 12px;
position: absolute;
top: 15px;
right: 15px;
z-index: 4;
}
.alert-close:before,
.alert-close:after {
content: '';
width: 15px;
border-top: solid 2px white;
position: absolute;
top: 5px;
right: -1px;
display: block;
}
.alert-close:before {
transform: rotate(45deg);
}
.alert-close:after {
transform: rotate(135deg);
}
.alert-close:hover:before,
.alert-close:hover:after {
border-top: solid 2px #d8d8d8;
}
header .menu {
height: 25px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
header .music,
header .sound {
height: 25px;
width: 25px;
cursor: pointer;
margin-left: 15px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
header .music {
background-image: url(icons/on.png)
}
header .sound {
background-image: url(icons/sound_on.png)
}
header .music.off {
background-image: url(icons/off.png)
}
header .sound.off {
background-image: url(icons/sound_off.png)
} | 0.566498 | 0.068071 |
@import url(https://fonts.googleapis.com/css?family=Nunito);.dataTables_paginate .paginate_button {
margin: 5px;
}
.header-title-block {
display: inline-block;
}
.add-page-button {
display: inline-block;
border: 1px solid #7f7f7f;
padding: 5px;
}
.add-page-button:hover {
border: 1px solid #177BBC;
background-color: #09A0CD;
}
.add-page-button:hover a {
color: #ffffff;
}
.add-page-button a {
text-decoration: none;
font-weight: 700;
color: #177BBC;
}
.edit-page-content {
display: flex;
}
.edit-page-content .block-edit-page {
width: 75%;
}
.edit-page-content .block-edit-page .title-edit-page {
width: 98%;
margin-right: 2%;
margin-bottom: 15px;
}
.edit-page-content .block-edit-page .title-edit-page input {
width: 100%;
height: 35px;
font-size: 25px;
padding: 3px 8px;
}
.edit-page-content .block-edit-page .content-edit-page {
width: 98%;
margin-right: 2%;
margin-bottom: 15px;
}
.edit-page-content .block-edit-page .content-edit-page textarea {
resize: none;
width: 100%;
height: 500px;
font-size: 25px;
padding: 3px 8px;
}
.edit-page-content .publish-block {
background-color: #ffffff;
width: 25%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
border: 1px solid #7f7f7f;
}
.edit-page-content .publish-block .title-publish-block {
margin-top: 5px;
padding: 0 10px;
}
.edit-page-content .publish-block .line-publish-block {
padding: 0 10px;
}
.edit-page-content .publish-block .update-block {
margin-top: 15px;
padding: 15px 10px;
background-color: #F5F5F5;
display: flex;
border-top: 1px solid #7f7f7f;
align-items: center;
justify-content: space-between;
}
.edit-page-content .publish-block .update-block .trash-page-link {
color: red;
}
.edit-page-content .publish-block .update-block .button-update-page {
padding: 5px;
border: 1px solid #177BBC;
border-radius: 5px;
background-color: #09A0CD;
}
.edit-page-content .publish-block .update-block .button-update-page a {
text-decoration: none;
color: #ffffff;
} | public/css/app.css | @import url(https://fonts.googleapis.com/css?family=Nunito);.dataTables_paginate .paginate_button {
margin: 5px;
}
.header-title-block {
display: inline-block;
}
.add-page-button {
display: inline-block;
border: 1px solid #7f7f7f;
padding: 5px;
}
.add-page-button:hover {
border: 1px solid #177BBC;
background-color: #09A0CD;
}
.add-page-button:hover a {
color: #ffffff;
}
.add-page-button a {
text-decoration: none;
font-weight: 700;
color: #177BBC;
}
.edit-page-content {
display: flex;
}
.edit-page-content .block-edit-page {
width: 75%;
}
.edit-page-content .block-edit-page .title-edit-page {
width: 98%;
margin-right: 2%;
margin-bottom: 15px;
}
.edit-page-content .block-edit-page .title-edit-page input {
width: 100%;
height: 35px;
font-size: 25px;
padding: 3px 8px;
}
.edit-page-content .block-edit-page .content-edit-page {
width: 98%;
margin-right: 2%;
margin-bottom: 15px;
}
.edit-page-content .block-edit-page .content-edit-page textarea {
resize: none;
width: 100%;
height: 500px;
font-size: 25px;
padding: 3px 8px;
}
.edit-page-content .publish-block {
background-color: #ffffff;
width: 25%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
border: 1px solid #7f7f7f;
}
.edit-page-content .publish-block .title-publish-block {
margin-top: 5px;
padding: 0 10px;
}
.edit-page-content .publish-block .line-publish-block {
padding: 0 10px;
}
.edit-page-content .publish-block .update-block {
margin-top: 15px;
padding: 15px 10px;
background-color: #F5F5F5;
display: flex;
border-top: 1px solid #7f7f7f;
align-items: center;
justify-content: space-between;
}
.edit-page-content .publish-block .update-block .trash-page-link {
color: red;
}
.edit-page-content .publish-block .update-block .button-update-page {
padding: 5px;
border: 1px solid #177BBC;
border-radius: 5px;
background-color: #09A0CD;
}
.edit-page-content .publish-block .update-block .button-update-page a {
text-decoration: none;
color: #ffffff;
} | 0.309963 | 0.083778 |
bgpos490001 { background-position: right top , 100px 10% , right 100px }
bgpos490002 { background-position: top , 100px 10% , right 100px }
bgpos490003 { background-position: left bottom , 100px 100px , right 100px }
bgpos490004 { background-position: left bottom 15% , 100px 100px , right 100px }
bgpos490005 { background-position: left bottom 15px , 100px 100px , right 100px }
bgpos490006 { background-position: left top , 100px 100px , right 100px }
bgpos490007 { background-position: left top 15% , 100px 100px , right 100px }
bgpos490008 { background-position: left top 15px , 100px 100px , right 100px }
bgpos490009 { background-position: left 15% bottom , 100px 100px , right 100px }
bgpos490010 { background-position: left 15% bottom 15% , 100px 100px , right 100px }
bgpos490011 { background-position: left 15% bottom 15px , 100px 100px , right 100px }
bgpos490012 { background-position: left 15% top , 100px 100px , right 100px }
bgpos490013 { background-position: left 15% top 15% , 100px 100px , right 100px }
bgpos490014 { background-position: left 15% top 15px , 100px 100px , right 100px }
bgpos490015 { background-position: left 15% center , 100px 100px , right 100px }
bgpos490016 { background-position: left 15px bottom , 100px 100px , right 100px }
bgpos490017 { background-position: left 15px bottom 15% , 100px 100px , right 100px }
bgpos490018 { background-position: left 15px bottom 15px , 100px 100px , right 100px }
bgpos490019 { background-position: left 15px top , 100px 100px , right 100px }
bgpos490020 { background-position: left 15px top 15% , 100px 100px , right 100px }
bgpos490021 { background-position: left 15px top 15px , 100px 100px , right 100px }
bgpos490022 { background-position: left 15px center , 100px 100px , right 100px }
bgpos490023 { background-position: left center , 100px 100px , right 100px }
bgpos490024 { background-position: right bottom , 100px 100px , right 100px }
bgpos490025 { background-position: right bottom 15% , 100px 100px , right 100px }
bgpos490026 { background-position: right bottom 15px , 100px 100px , right 100px }
bgpos490027 { background-position: right top , 100px 100px , right 100px }
bgpos490028 { background-position: right top 15% , 100px 100px , right 100px }
bgpos490029 { background-position: right top 15px , 100px 100px , right 100px }
bgpos490030 { background-position: right 15% bottom , 100px 100px , right 100px }
bgpos490031 { background-position: right 15% bottom 15% , 100px 100px , right 100px }
bgpos490032 { background-position: right 15% bottom 15px , 100px 100px , right 100px }
bgpos490033 { background-position: right 15% top , 100px 100px , right 100px }
bgpos490034 { background-position: right 15% top 15% , 100px 100px , right 100px }
bgpos490035 { background-position: right 15% top 15px , 100px 100px , right 100px }
bgpos490036 { background-position: right 15% center , 100px 100px , right 100px }
bgpos490037 { background-position: right 15px bottom , 100px 100px , right 100px }
bgpos490038 { background-position: right 15px bottom 15% , 100px 100px , right 100px }
bgpos490039 { background-position: right 15px bottom 15px , 100px 100px , right 100px }
bgpos490040 { background-position: right 15px top , 100px 100px , right 100px }
bgpos490041 { background-position: right 15px top 15% , 100px 100px , right 100px }
bgpos490042 { background-position: right 15px top 15px , 100px 100px , right 100px }
bgpos490043 { background-position: right 15px center , 100px 100px , right 100px }
bgpos490044 { background-position: right center , 100px 100px , right 100px }
bgpos490045 { background-position: 100px , 100px 100px , right 100px }
bgpos490046 { background-position: 100px 10% , 100px 100px , right 100px }
bgpos490047 { background-position: 100px 100px , 100px 100px , right 100px }
bgpos490048 { background-position: 100px bottom , 100px 100px , right 100px }
bgpos490049 { background-position: 100px center , 100px 100px , right 100px }
bgpos490050 { background-position: 100px top , 100px 100px , right 100px }
bgpos490051 { background-position: 50% , 100px 100px , right 100px }
bgpos490052 { background-position: 50% 10% , 100px 100px , right 100px }
bgpos490053 { background-position: 50% 100px , 100px 100px , right 100px }
bgpos490054 { background-position: 50% bottom , 100px 100px , right 100px }
bgpos490055 { background-position: 50% center , 100px 100px , right 100px }
bgpos490056 { background-position: 50% top , 100px 100px , right 100px }
bgpos490057 { background-position: bottom, 100px 100px , right 100px }
bgpos490058 { background-position: center , 100px 100px , right 100px }
bgpos490059 { background-position: center bottom , 100px 100px , right 100px }
bgpos490060 { background-position: center bottom 15% , 100px 100px , right 100px }
bgpos490061 { background-position: center bottom 15px , 100px 100px , right 100px }
bgpos490062 { background-position: center top , 100px 100px , right 100px }
bgpos490063 { background-position: center top 15% , 100px 100px , right 100px }
bgpos490064 { background-position: center top 15px , 100px 100px , right 100px }
bgpos490065 { background-position: center 10% , 100px 100px , right 100px }
bgpos490066 { background-position: center 100px , 100px 100px , right 100px }
bgpos490067 { background-position: center bottom , 100px 100px , right 100px }
bgpos490068 { background-position: center center , 100px 100px , right 100px }
bgpos490069 { background-position: center top , 100px 100px , right 100px }
bgpos490070 { background-position: left , 100px 100px , right 100px }
bgpos490071 { background-position: left 10% , 100px 100px , right 100px }
bgpos490072 { background-position: left 100px , 100px 100px , right 100px }
bgpos490073 { background-position: left bottom , 100px 100px , right 100px }
bgpos490074 { background-position: left center , 100px 100px , right 100px }
bgpos490075 { background-position: left top , 100px 100px , right 100px }
bgpos490076 { background-position: right , 100px 100px , right 100px }
bgpos490077 { background-position: right 10% , 100px 100px , right 100px }
bgpos490078 { background-position: right 100px , 100px 100px , right 100px }
bgpos490079 { background-position: right bottom , 100px 100px , right 100px }
bgpos490080 { background-position: right center , 100px 100px , right 100px }
bgpos490081 { background-position: right top , 100px 100px , right 100px }
bgpos490082 { background-position: top , 100px 100px , right 100px }
bgpos490083 { background-position: left bottom , 100px bottom , right 100px }
bgpos490084 { background-position: left bottom 15% , 100px bottom , right 100px }
bgpos490085 { background-position: left bottom 15px , 100px bottom , right 100px }
bgpos490086 { background-position: left top , 100px bottom , right 100px }
bgpos490087 { background-position: left top 15% , 100px bottom , right 100px }
bgpos490088 { background-position: left top 15px , 100px bottom , right 100px }
bgpos490089 { background-position: left 15% bottom , 100px bottom , right 100px }
bgpos490090 { background-position: left 15% bottom 15% , 100px bottom , right 100px }
bgpos490091 { background-position: left 15% bottom 15px , 100px bottom , right 100px }
bgpos490092 { background-position: left 15% top , 100px bottom , right 100px }
bgpos490093 { background-position: left 15% top 15% , 100px bottom , right 100px }
bgpos490094 { background-position: left 15% top 15px , 100px bottom , right 100px }
bgpos490095 { background-position: left 15% center , 100px bottom , right 100px }
bgpos490096 { background-position: left 15px bottom , 100px bottom , right 100px }
bgpos490097 { background-position: left 15px bottom 15% , 100px bottom , right 100px }
bgpos490098 { background-position: left 15px bottom 15px , 100px bottom , right 100px }
bgpos490099 { background-position: left 15px top , 100px bottom , right 100px }
bgpos490100 { background-position: left 15px top 15% , 100px bottom , right 100px }
bgpos490101 { background-position: left 15px top 15px , 100px bottom , right 100px }
bgpos490102 { background-position: left 15px center , 100px bottom , right 100px }
bgpos490103 { background-position: left center , 100px bottom , right 100px }
bgpos490104 { background-position: right bottom , 100px bottom , right 100px }
bgpos490105 { background-position: right bottom 15% , 100px bottom , right 100px }
bgpos490106 { background-position: right bottom 15px , 100px bottom , right 100px }
bgpos490107 { background-position: right top , 100px bottom , right 100px }
bgpos490108 { background-position: right top 15% , 100px bottom , right 100px }
bgpos490109 { background-position: right top 15px , 100px bottom , right 100px }
bgpos490110 { background-position: right 15% bottom , 100px bottom , right 100px }
bgpos490111 { background-position: right 15% bottom 15% , 100px bottom , right 100px }
bgpos490112 { background-position: right 15% bottom 15px , 100px bottom , right 100px }
bgpos490113 { background-position: right 15% top , 100px bottom , right 100px }
bgpos490114 { background-position: right 15% top 15% , 100px bottom , right 100px }
bgpos490115 { background-position: right 15% top 15px , 100px bottom , right 100px }
bgpos490116 { background-position: right 15% center , 100px bottom , right 100px }
bgpos490117 { background-position: right 15px bottom , 100px bottom , right 100px }
bgpos490118 { background-position: right 15px bottom 15% , 100px bottom , right 100px }
bgpos490119 { background-position: right 15px bottom 15px , 100px bottom , right 100px }
bgpos490120 { background-position: right 15px top , 100px bottom , right 100px }
bgpos490121 { background-position: right 15px top 15% , 100px bottom , right 100px }
bgpos490122 { background-position: right 15px top 15px , 100px bottom , right 100px }
bgpos490123 { background-position: right 15px center , 100px bottom , right 100px }
bgpos490124 { background-position: right center , 100px bottom , right 100px }
bgpos490125 { background-position: 100px , 100px bottom , right 100px }
bgpos490126 { background-position: 100px 10% , 100px bottom , right 100px }
bgpos490127 { background-position: 100px 100px , 100px bottom , right 100px }
bgpos490128 { background-position: 100px bottom , 100px bottom , right 100px }
bgpos490129 { background-position: 100px center , 100px bottom , right 100px }
bgpos490130 { background-position: 100px top , 100px bottom , right 100px }
bgpos490131 { background-position: 50% , 100px bottom , right 100px }
bgpos490132 { background-position: 50% 10% , 100px bottom , right 100px }
bgpos490133 { background-position: 50% 100px , 100px bottom , right 100px }
bgpos490134 { background-position: 50% bottom , 100px bottom , right 100px }
bgpos490135 { background-position: 50% center , 100px bottom , right 100px }
bgpos490136 { background-position: 50% top , 100px bottom , right 100px }
bgpos490137 { background-position: bottom, 100px bottom , right 100px }
bgpos490138 { background-position: center , 100px bottom , right 100px }
bgpos490139 { background-position: center bottom , 100px bottom , right 100px }
bgpos490140 { background-position: center bottom 15% , 100px bottom , right 100px }
bgpos490141 { background-position: center bottom 15px , 100px bottom , right 100px }
bgpos490142 { background-position: center top , 100px bottom , right 100px }
bgpos490143 { background-position: center top 15% , 100px bottom , right 100px }
bgpos490144 { background-position: center top 15px , 100px bottom , right 100px }
bgpos490145 { background-position: center 10% , 100px bottom , right 100px }
bgpos490146 { background-position: center 100px , 100px bottom , right 100px }
bgpos490147 { background-position: center bottom , 100px bottom , right 100px }
bgpos490148 { background-position: center center , 100px bottom , right 100px }
bgpos490149 { background-position: center top , 100px bottom , right 100px }
bgpos490150 { background-position: left , 100px bottom , right 100px }
bgpos490151 { background-position: left 10% , 100px bottom , right 100px }
bgpos490152 { background-position: left 100px , 100px bottom , right 100px }
bgpos490153 { background-position: left bottom , 100px bottom , right 100px }
bgpos490154 { background-position: left center , 100px bottom , right 100px }
bgpos490155 { background-position: left top , 100px bottom , right 100px }
bgpos490156 { background-position: right , 100px bottom , right 100px }
bgpos490157 { background-position: right 10% , 100px bottom , right 100px }
bgpos490158 { background-position: right 100px , 100px bottom , right 100px }
bgpos490159 { background-position: right bottom , 100px bottom , right 100px }
bgpos490160 { background-position: right center , 100px bottom , right 100px }
bgpos490161 { background-position: right top , 100px bottom , right 100px }
bgpos490162 { background-position: top , 100px bottom , right 100px }
bgpos490163 { background-position: left bottom , 100px center , right 100px }
bgpos490164 { background-position: left bottom 15% , 100px center , right 100px }
bgpos490165 { background-position: left bottom 15px , 100px center , right 100px }
bgpos490166 { background-position: left top , 100px center , right 100px }
bgpos490167 { background-position: left top 15% , 100px center , right 100px }
bgpos490168 { background-position: left top 15px , 100px center , right 100px }
bgpos490169 { background-position: left 15% bottom , 100px center , right 100px }
bgpos490170 { background-position: left 15% bottom 15% , 100px center , right 100px }
bgpos490171 { background-position: left 15% bottom 15px , 100px center , right 100px }
bgpos490172 { background-position: left 15% top , 100px center , right 100px }
bgpos490173 { background-position: left 15% top 15% , 100px center , right 100px }
bgpos490174 { background-position: left 15% top 15px , 100px center , right 100px }
bgpos490175 { background-position: left 15% center , 100px center , right 100px }
bgpos490176 { background-position: left 15px bottom , 100px center , right 100px }
bgpos490177 { background-position: left 15px bottom 15% , 100px center , right 100px }
bgpos490178 { background-position: left 15px bottom 15px , 100px center , right 100px }
bgpos490179 { background-position: left 15px top , 100px center , right 100px }
bgpos490180 { background-position: left 15px top 15% , 100px center , right 100px }
bgpos490181 { background-position: left 15px top 15px , 100px center , right 100px }
bgpos490182 { background-position: left 15px center , 100px center , right 100px }
bgpos490183 { background-position: left center , 100px center , right 100px }
bgpos490184 { background-position: right bottom , 100px center , right 100px }
bgpos490185 { background-position: right bottom 15% , 100px center , right 100px }
bgpos490186 { background-position: right bottom 15px , 100px center , right 100px }
bgpos490187 { background-position: right top , 100px center , right 100px }
bgpos490188 { background-position: right top 15% , 100px center , right 100px }
bgpos490189 { background-position: right top 15px , 100px center , right 100px }
bgpos490190 { background-position: right 15% bottom , 100px center , right 100px }
bgpos490191 { background-position: right 15% bottom 15% , 100px center , right 100px }
bgpos490192 { background-position: right 15% bottom 15px , 100px center , right 100px }
bgpos490193 { background-position: right 15% top , 100px center , right 100px }
bgpos490194 { background-position: right 15% top 15% , 100px center , right 100px }
bgpos490195 { background-position: right 15% top 15px , 100px center , right 100px }
bgpos490196 { background-position: right 15% center , 100px center , right 100px }
bgpos490197 { background-position: right 15px bottom , 100px center , right 100px }
bgpos490198 { background-position: right 15px bottom 15% , 100px center , right 100px }
bgpos490199 { background-position: right 15px bottom 15px , 100px center , right 100px }
bgpos490200 { background-position: right 15px top , 100px center , right 100px }
bgpos490201 { background-position: right 15px top 15% , 100px center , right 100px }
bgpos490202 { background-position: right 15px top 15px , 100px center , right 100px }
bgpos490203 { background-position: right 15px center , 100px center , right 100px }
bgpos490204 { background-position: right center , 100px center , right 100px }
bgpos490205 { background-position: 100px , 100px center , right 100px }
bgpos490206 { background-position: 100px 10% , 100px center , right 100px }
bgpos490207 { background-position: 100px 100px , 100px center , right 100px }
bgpos490208 { background-position: 100px bottom , 100px center , right 100px }
bgpos490209 { background-position: 100px center , 100px center , right 100px }
bgpos490210 { background-position: 100px top , 100px center , right 100px }
bgpos490211 { background-position: 50% , 100px center , right 100px }
bgpos490212 { background-position: 50% 10% , 100px center , right 100px }
bgpos490213 { background-position: 50% 100px , 100px center , right 100px }
bgpos490214 { background-position: 50% bottom , 100px center , right 100px }
bgpos490215 { background-position: 50% center , 100px center , right 100px }
bgpos490216 { background-position: 50% top , 100px center , right 100px }
bgpos490217 { background-position: bottom, 100px center , right 100px }
bgpos490218 { background-position: center , 100px center , right 100px }
bgpos490219 { background-position: center bottom , 100px center , right 100px }
bgpos490220 { background-position: center bottom 15% , 100px center , right 100px }
bgpos490221 { background-position: center bottom 15px , 100px center , right 100px }
bgpos490222 { background-position: center top , 100px center , right 100px }
bgpos490223 { background-position: center top 15% , 100px center , right 100px }
bgpos490224 { background-position: center top 15px , 100px center , right 100px }
bgpos490225 { background-position: center 10% , 100px center , right 100px }
bgpos490226 { background-position: center 100px , 100px center , right 100px }
bgpos490227 { background-position: center bottom , 100px center , right 100px }
bgpos490228 { background-position: center center , 100px center , right 100px }
bgpos490229 { background-position: center top , 100px center , right 100px }
bgpos490230 { background-position: left , 100px center , right 100px }
bgpos490231 { background-position: left 10% , 100px center , right 100px }
bgpos490232 { background-position: left 100px , 100px center , right 100px }
bgpos490233 { background-position: left bottom , 100px center , right 100px }
bgpos490234 { background-position: left center , 100px center , right 100px }
bgpos490235 { background-position: left top , 100px center , right 100px }
bgpos490236 { background-position: right , 100px center , right 100px }
bgpos490237 { background-position: right 10% , 100px center , right 100px }
bgpos490238 { background-position: right 100px , 100px center , right 100px }
bgpos490239 { background-position: right bottom , 100px center , right 100px }
bgpos490240 { background-position: right center , 100px center , right 100px }
bgpos490241 { background-position: right top , 100px center , right 100px }
bgpos490242 { background-position: top , 100px center , right 100px }
bgpos490243 { background-position: left bottom , 100px top , right 100px }
bgpos490244 { background-position: left bottom 15% , 100px top , right 100px }
bgpos490245 { background-position: left bottom 15px , 100px top , right 100px }
bgpos490246 { background-position: left top , 100px top , right 100px }
bgpos490247 { background-position: left top 15% , 100px top , right 100px }
bgpos490248 { background-position: left top 15px , 100px top , right 100px }
bgpos490249 { background-position: left 15% bottom , 100px top , right 100px }
bgpos490250 { background-position: left 15% bottom 15% , 100px top , right 100px }
bgpos490251 { background-position: left 15% bottom 15px , 100px top , right 100px }
bgpos490252 { background-position: left 15% top , 100px top , right 100px }
bgpos490253 { background-position: left 15% top 15% , 100px top , right 100px }
bgpos490254 { background-position: left 15% top 15px , 100px top , right 100px }
bgpos490255 { background-position: left 15% center , 100px top , right 100px }
bgpos490256 { background-position: left 15px bottom , 100px top , right 100px }
bgpos490257 { background-position: left 15px bottom 15% , 100px top , right 100px }
bgpos490258 { background-position: left 15px bottom 15px , 100px top , right 100px }
bgpos490259 { background-position: left 15px top , 100px top , right 100px }
bgpos490260 { background-position: left 15px top 15% , 100px top , right 100px }
bgpos490261 { background-position: left 15px top 15px , 100px top , right 100px }
bgpos490262 { background-position: left 15px center , 100px top , right 100px }
bgpos490263 { background-position: left center , 100px top , right 100px }
bgpos490264 { background-position: right bottom , 100px top , right 100px }
bgpos490265 { background-position: right bottom 15% , 100px top , right 100px }
bgpos490266 { background-position: right bottom 15px , 100px top , right 100px }
bgpos490267 { background-position: right top , 100px top , right 100px }
bgpos490268 { background-position: right top 15% , 100px top , right 100px }
bgpos490269 { background-position: right top 15px , 100px top , right 100px }
bgpos490270 { background-position: right 15% bottom , 100px top , right 100px }
bgpos490271 { background-position: right 15% bottom 15% , 100px top , right 100px }
bgpos490272 { background-position: right 15% bottom 15px , 100px top , right 100px }
bgpos490273 { background-position: right 15% top , 100px top , right 100px }
bgpos490274 { background-position: right 15% top 15% , 100px top , right 100px }
bgpos490275 { background-position: right 15% top 15px , 100px top , right 100px }
bgpos490276 { background-position: right 15% center , 100px top , right 100px }
bgpos490277 { background-position: right 15px bottom , 100px top , right 100px }
bgpos490278 { background-position: right 15px bottom 15% , 100px top , right 100px }
bgpos490279 { background-position: right 15px bottom 15px , 100px top , right 100px }
bgpos490280 { background-position: right 15px top , 100px top , right 100px }
bgpos490281 { background-position: right 15px top 15% , 100px top , right 100px }
bgpos490282 { background-position: right 15px top 15px , 100px top , right 100px }
bgpos490283 { background-position: right 15px center , 100px top , right 100px }
bgpos490284 { background-position: right center , 100px top , right 100px }
bgpos490285 { background-position: 100px , 100px top , right 100px }
bgpos490286 { background-position: 100px 10% , 100px top , right 100px }
bgpos490287 { background-position: 100px 100px , 100px top , right 100px }
bgpos490288 { background-position: 100px bottom , 100px top , right 100px }
bgpos490289 { background-position: 100px center , 100px top , right 100px }
bgpos490290 { background-position: 100px top , 100px top , right 100px }
bgpos490291 { background-position: 50% , 100px top , right 100px }
bgpos490292 { background-position: 50% 10% , 100px top , right 100px }
bgpos490293 { background-position: 50% 100px , 100px top , right 100px }
bgpos490294 { background-position: 50% bottom , 100px top , right 100px }
bgpos490295 { background-position: 50% center , 100px top , right 100px }
bgpos490296 { background-position: 50% top , 100px top , right 100px }
bgpos490297 { background-position: bottom, 100px top , right 100px }
bgpos490298 { background-position: center , 100px top , right 100px }
bgpos490299 { background-position: center bottom , 100px top , right 100px }
bgpos490300 { background-position: center bottom 15% , 100px top , right 100px }
bgpos490301 { background-position: center bottom 15px , 100px top , right 100px }
bgpos490302 { background-position: center top , 100px top , right 100px }
bgpos490303 { background-position: center top 15% , 100px top , right 100px }
bgpos490304 { background-position: center top 15px , 100px top , right 100px }
bgpos490305 { background-position: center 10% , 100px top , right 100px }
bgpos490306 { background-position: center 100px , 100px top , right 100px }
bgpos490307 { background-position: center bottom , 100px top , right 100px }
bgpos490308 { background-position: center center , 100px top , right 100px }
bgpos490309 { background-position: center top , 100px top , right 100px }
bgpos490310 { background-position: left , 100px top , right 100px }
bgpos490311 { background-position: left 10% , 100px top , right 100px }
bgpos490312 { background-position: left 100px , 100px top , right 100px }
bgpos490313 { background-position: left bottom , 100px top , right 100px }
bgpos490314 { background-position: left center , 100px top , right 100px }
bgpos490315 { background-position: left top , 100px top , right 100px }
bgpos490316 { background-position: right , 100px top , right 100px }
bgpos490317 { background-position: right 10% , 100px top , right 100px }
bgpos490318 { background-position: right 100px , 100px top , right 100px }
bgpos490319 { background-position: right bottom , 100px top , right 100px }
bgpos490320 { background-position: right center , 100px top , right 100px }
bgpos490321 { background-position: right top , 100px top , right 100px }
bgpos490322 { background-position: top , 100px top , right 100px }
bgpos490323 { background-position: left bottom , 50% , right 100px }
bgpos490324 { background-position: left bottom 15% , 50% , right 100px }
bgpos490325 { background-position: left bottom 15px , 50% , right 100px }
bgpos490326 { background-position: left top , 50% , right 100px }
bgpos490327 { background-position: left top 15% , 50% , right 100px }
bgpos490328 { background-position: left top 15px , 50% , right 100px }
bgpos490329 { background-position: left 15% bottom , 50% , right 100px }
bgpos490330 { background-position: left 15% bottom 15% , 50% , right 100px }
bgpos490331 { background-position: left 15% bottom 15px , 50% , right 100px }
bgpos490332 { background-position: left 15% top , 50% , right 100px }
bgpos490333 { background-position: left 15% top 15% , 50% , right 100px }
bgpos490334 { background-position: left 15% top 15px , 50% , right 100px }
bgpos490335 { background-position: left 15% center , 50% , right 100px }
bgpos490336 { background-position: left 15px bottom , 50% , right 100px }
bgpos490337 { background-position: left 15px bottom 15% , 50% , right 100px }
bgpos490338 { background-position: left 15px bottom 15px , 50% , right 100px }
bgpos490339 { background-position: left 15px top , 50% , right 100px }
bgpos490340 { background-position: left 15px top 15% , 50% , right 100px }
bgpos490341 { background-position: left 15px top 15px , 50% , right 100px }
bgpos490342 { background-position: left 15px center , 50% , right 100px }
bgpos490343 { background-position: left center , 50% , right 100px }
bgpos490344 { background-position: right bottom , 50% , right 100px }
bgpos490345 { background-position: right bottom 15% , 50% , right 100px }
bgpos490346 { background-position: right bottom 15px , 50% , right 100px }
bgpos490347 { background-position: right top , 50% , right 100px }
bgpos490348 { background-position: right top 15% , 50% , right 100px }
bgpos490349 { background-position: right top 15px , 50% , right 100px }
bgpos490350 { background-position: right 15% bottom , 50% , right 100px }
bgpos490351 { background-position: right 15% bottom 15% , 50% , right 100px }
bgpos490352 { background-position: right 15% bottom 15px , 50% , right 100px }
bgpos490353 { background-position: right 15% top , 50% , right 100px }
bgpos490354 { background-position: right 15% top 15% , 50% , right 100px }
bgpos490355 { background-position: right 15% top 15px , 50% , right 100px }
bgpos490356 { background-position: right 15% center , 50% , right 100px }
bgpos490357 { background-position: right 15px bottom , 50% , right 100px }
bgpos490358 { background-position: right 15px bottom 15% , 50% , right 100px }
bgpos490359 { background-position: right 15px bottom 15px , 50% , right 100px }
bgpos490360 { background-position: right 15px top , 50% , right 100px }
bgpos490361 { background-position: right 15px top 15% , 50% , right 100px }
bgpos490362 { background-position: right 15px top 15px , 50% , right 100px }
bgpos490363 { background-position: right 15px center , 50% , right 100px }
bgpos490364 { background-position: right center , 50% , right 100px }
bgpos490365 { background-position: 100px , 50% , right 100px }
bgpos490366 { background-position: 100px 10% , 50% , right 100px }
bgpos490367 { background-position: 100px 100px , 50% , right 100px }
bgpos490368 { background-position: 100px bottom , 50% , right 100px }
bgpos490369 { background-position: 100px center , 50% , right 100px }
bgpos490370 { background-position: 100px top , 50% , right 100px }
bgpos490371 { background-position: 50% , 50% , right 100px }
bgpos490372 { background-position: 50% 10% , 50% , right 100px }
bgpos490373 { background-position: 50% 100px , 50% , right 100px }
bgpos490374 { background-position: 50% bottom , 50% , right 100px }
bgpos490375 { background-position: 50% center , 50% , right 100px }
bgpos490376 { background-position: 50% top , 50% , right 100px }
bgpos490377 { background-position: bottom, 50% , right 100px }
bgpos490378 { background-position: center , 50% , right 100px }
bgpos490379 { background-position: center bottom , 50% , right 100px }
bgpos490380 { background-position: center bottom 15% , 50% , right 100px }
bgpos490381 { background-position: center bottom 15px , 50% , right 100px }
bgpos490382 { background-position: center top , 50% , right 100px }
bgpos490383 { background-position: center top 15% , 50% , right 100px }
bgpos490384 { background-position: center top 15px , 50% , right 100px }
bgpos490385 { background-position: center 10% , 50% , right 100px }
bgpos490386 { background-position: center 100px , 50% , right 100px }
bgpos490387 { background-position: center bottom , 50% , right 100px }
bgpos490388 { background-position: center center , 50% , right 100px }
bgpos490389 { background-position: center top , 50% , right 100px }
bgpos490390 { background-position: left , 50% , right 100px }
bgpos490391 { background-position: left 10% , 50% , right 100px }
bgpos490392 { background-position: left 100px , 50% , right 100px }
bgpos490393 { background-position: left bottom , 50% , right 100px }
bgpos490394 { background-position: left center , 50% , right 100px }
bgpos490395 { background-position: left top , 50% , right 100px }
bgpos490396 { background-position: right , 50% , right 100px }
bgpos490397 { background-position: right 10% , 50% , right 100px }
bgpos490398 { background-position: right 100px , 50% , right 100px }
bgpos490399 { background-position: right bottom , 50% , right 100px }
bgpos490400 { background-position: right center , 50% , right 100px }
bgpos490401 { background-position: right top , 50% , right 100px }
bgpos490402 { background-position: top , 50% , right 100px }
bgpos490403 { background-position: left bottom , 50% 10% , right 100px }
bgpos490404 { background-position: left bottom 15% , 50% 10% , right 100px }
bgpos490405 { background-position: left bottom 15px , 50% 10% , right 100px }
bgpos490406 { background-position: left top , 50% 10% , right 100px }
bgpos490407 { background-position: left top 15% , 50% 10% , right 100px }
bgpos490408 { background-position: left top 15px , 50% 10% , right 100px }
bgpos490409 { background-position: left 15% bottom , 50% 10% , right 100px }
bgpos490410 { background-position: left 15% bottom 15% , 50% 10% , right 100px }
bgpos490411 { background-position: left 15% bottom 15px , 50% 10% , right 100px }
bgpos490412 { background-position: left 15% top , 50% 10% , right 100px }
bgpos490413 { background-position: left 15% top 15% , 50% 10% , right 100px }
bgpos490414 { background-position: left 15% top 15px , 50% 10% , right 100px }
bgpos490415 { background-position: left 15% center , 50% 10% , right 100px }
bgpos490416 { background-position: left 15px bottom , 50% 10% , right 100px }
bgpos490417 { background-position: left 15px bottom 15% , 50% 10% , right 100px }
bgpos490418 { background-position: left 15px bottom 15px , 50% 10% , right 100px }
bgpos490419 { background-position: left 15px top , 50% 10% , right 100px }
bgpos490420 { background-position: left 15px top 15% , 50% 10% , right 100px }
bgpos490421 { background-position: left 15px top 15px , 50% 10% , right 100px }
bgpos490422 { background-position: left 15px center , 50% 10% , right 100px }
bgpos490423 { background-position: left center , 50% 10% , right 100px }
bgpos490424 { background-position: right bottom , 50% 10% , right 100px }
bgpos490425 { background-position: right bottom 15% , 50% 10% , right 100px }
bgpos490426 { background-position: right bottom 15px , 50% 10% , right 100px }
bgpos490427 { background-position: right top , 50% 10% , right 100px }
bgpos490428 { background-position: right top 15% , 50% 10% , right 100px }
bgpos490429 { background-position: right top 15px , 50% 10% , right 100px }
bgpos490430 { background-position: right 15% bottom , 50% 10% , right 100px }
bgpos490431 { background-position: right 15% bottom 15% , 50% 10% , right 100px }
bgpos490432 { background-position: right 15% bottom 15px , 50% 10% , right 100px }
bgpos490433 { background-position: right 15% top , 50% 10% , right 100px }
bgpos490434 { background-position: right 15% top 15% , 50% 10% , right 100px }
bgpos490435 { background-position: right 15% top 15px , 50% 10% , right 100px }
bgpos490436 { background-position: right 15% center , 50% 10% , right 100px }
bgpos490437 { background-position: right 15px bottom , 50% 10% , right 100px }
bgpos490438 { background-position: right 15px bottom 15% , 50% 10% , right 100px }
bgpos490439 { background-position: right 15px bottom 15px , 50% 10% , right 100px }
bgpos490440 { background-position: right 15px top , 50% 10% , right 100px }
bgpos490441 { background-position: right 15px top 15% , 50% 10% , right 100px }
bgpos490442 { background-position: right 15px top 15px , 50% 10% , right 100px }
bgpos490443 { background-position: right 15px center , 50% 10% , right 100px }
bgpos490444 { background-position: right center , 50% 10% , right 100px }
bgpos490445 { background-position: 100px , 50% 10% , right 100px }
bgpos490446 { background-position: 100px 10% , 50% 10% , right 100px }
bgpos490447 { background-position: 100px 100px , 50% 10% , right 100px }
bgpos490448 { background-position: 100px bottom , 50% 10% , right 100px }
bgpos490449 { background-position: 100px center , 50% 10% , right 100px }
bgpos490450 { background-position: 100px top , 50% 10% , right 100px }
bgpos490451 { background-position: 50% , 50% 10% , right 100px }
bgpos490452 { background-position: 50% 10% , 50% 10% , right 100px }
bgpos490453 { background-position: 50% 100px , 50% 10% , right 100px }
bgpos490454 { background-position: 50% bottom , 50% 10% , right 100px }
bgpos490455 { background-position: 50% center , 50% 10% , right 100px }
bgpos490456 { background-position: 50% top , 50% 10% , right 100px }
bgpos490457 { background-position: bottom, 50% 10% , right 100px }
bgpos490458 { background-position: center , 50% 10% , right 100px }
bgpos490459 { background-position: center bottom , 50% 10% , right 100px }
bgpos490460 { background-position: center bottom 15% , 50% 10% , right 100px }
bgpos490461 { background-position: center bottom 15px , 50% 10% , right 100px }
bgpos490462 { background-position: center top , 50% 10% , right 100px }
bgpos490463 { background-position: center top 15% , 50% 10% , right 100px }
bgpos490464 { background-position: center top 15px , 50% 10% , right 100px }
bgpos490465 { background-position: center 10% , 50% 10% , right 100px }
bgpos490466 { background-position: center 100px , 50% 10% , right 100px }
bgpos490467 { background-position: center bottom , 50% 10% , right 100px }
bgpos490468 { background-position: center center , 50% 10% , right 100px }
bgpos490469 { background-position: center top , 50% 10% , right 100px }
bgpos490470 { background-position: left , 50% 10% , right 100px }
bgpos490471 { background-position: left 10% , 50% 10% , right 100px }
bgpos490472 { background-position: left 100px , 50% 10% , right 100px }
bgpos490473 { background-position: left bottom , 50% 10% , right 100px }
bgpos490474 { background-position: left center , 50% 10% , right 100px }
bgpos490475 { background-position: left top , 50% 10% , right 100px }
bgpos490476 { background-position: right , 50% 10% , right 100px }
bgpos490477 { background-position: right 10% , 50% 10% , right 100px }
bgpos490478 { background-position: right 100px , 50% 10% , right 100px }
bgpos490479 { background-position: right bottom , 50% 10% , right 100px }
bgpos490480 { background-position: right center , 50% 10% , right 100px }
bgpos490481 { background-position: right top , 50% 10% , right 100px }
bgpos490482 { background-position: top , 50% 10% , right 100px }
bgpos490483 { background-position: left bottom , 50% 100px , right 100px }
bgpos490484 { background-position: left bottom 15% , 50% 100px , right 100px }
bgpos490485 { background-position: left bottom 15px , 50% 100px , right 100px }
bgpos490486 { background-position: left top , 50% 100px , right 100px }
bgpos490487 { background-position: left top 15% , 50% 100px , right 100px }
bgpos490488 { background-position: left top 15px , 50% 100px , right 100px }
bgpos490489 { background-position: left 15% bottom , 50% 100px , right 100px }
bgpos490490 { background-position: left 15% bottom 15% , 50% 100px , right 100px }
bgpos490491 { background-position: left 15% bottom 15px , 50% 100px , right 100px }
bgpos490492 { background-position: left 15% top , 50% 100px , right 100px }
bgpos490493 { background-position: left 15% top 15% , 50% 100px , right 100px }
bgpos490494 { background-position: left 15% top 15px , 50% 100px , right 100px }
bgpos490495 { background-position: left 15% center , 50% 100px , right 100px }
bgpos490496 { background-position: left 15px bottom , 50% 100px , right 100px }
bgpos490497 { background-position: left 15px bottom 15% , 50% 100px , right 100px }
bgpos490498 { background-position: left 15px bottom 15px , 50% 100px , right 100px }
bgpos490499 { background-position: left 15px top , 50% 100px , right 100px }
bgpos490500 { background-position: left 15px top 15% , 50% 100px , right 100px }
bgpos490501 { background-position: left 15px top 15px , 50% 100px , right 100px }
bgpos490502 { background-position: left 15px center , 50% 100px , right 100px }
bgpos490503 { background-position: left center , 50% 100px , right 100px }
bgpos490504 { background-position: right bottom , 50% 100px , right 100px }
bgpos490505 { background-position: right bottom 15% , 50% 100px , right 100px }
bgpos490506 { background-position: right bottom 15px , 50% 100px , right 100px }
bgpos490507 { background-position: right top , 50% 100px , right 100px }
bgpos490508 { background-position: right top 15% , 50% 100px , right 100px }
bgpos490509 { background-position: right top 15px , 50% 100px , right 100px }
bgpos490510 { background-position: right 15% bottom , 50% 100px , right 100px }
bgpos490511 { background-position: right 15% bottom 15% , 50% 100px , right 100px }
bgpos490512 { background-position: right 15% bottom 15px , 50% 100px , right 100px }
bgpos490513 { background-position: right 15% top , 50% 100px , right 100px }
bgpos490514 { background-position: right 15% top 15% , 50% 100px , right 100px }
bgpos490515 { background-position: right 15% top 15px , 50% 100px , right 100px }
bgpos490516 { background-position: right 15% center , 50% 100px , right 100px }
bgpos490517 { background-position: right 15px bottom , 50% 100px , right 100px }
bgpos490518 { background-position: right 15px bottom 15% , 50% 100px , right 100px }
bgpos490519 { background-position: right 15px bottom 15px , 50% 100px , right 100px }
bgpos490520 { background-position: right 15px top , 50% 100px , right 100px }
bgpos490521 { background-position: right 15px top 15% , 50% 100px , right 100px }
bgpos490522 { background-position: right 15px top 15px , 50% 100px , right 100px }
bgpos490523 { background-position: right 15px center , 50% 100px , right 100px }
bgpos490524 { background-position: right center , 50% 100px , right 100px }
bgpos490525 { background-position: 100px , 50% 100px , right 100px }
bgpos490526 { background-position: 100px 10% , 50% 100px , right 100px }
bgpos490527 { background-position: 100px 100px , 50% 100px , right 100px }
bgpos490528 { background-position: 100px bottom , 50% 100px , right 100px }
bgpos490529 { background-position: 100px center , 50% 100px , right 100px }
bgpos490530 { background-position: 100px top , 50% 100px , right 100px }
bgpos490531 { background-position: 50% , 50% 100px , right 100px }
bgpos490532 { background-position: 50% 10% , 50% 100px , right 100px }
bgpos490533 { background-position: 50% 100px , 50% 100px , right 100px }
bgpos490534 { background-position: 50% bottom , 50% 100px , right 100px }
bgpos490535 { background-position: 50% center , 50% 100px , right 100px }
bgpos490536 { background-position: 50% top , 50% 100px , right 100px }
bgpos490537 { background-position: bottom, 50% 100px , right 100px }
bgpos490538 { background-position: center , 50% 100px , right 100px }
bgpos490539 { background-position: center bottom , 50% 100px , right 100px }
bgpos490540 { background-position: center bottom 15% , 50% 100px , right 100px }
bgpos490541 { background-position: center bottom 15px , 50% 100px , right 100px }
bgpos490542 { background-position: center top , 50% 100px , right 100px }
bgpos490543 { background-position: center top 15% , 50% 100px , right 100px }
bgpos490544 { background-position: center top 15px , 50% 100px , right 100px }
bgpos490545 { background-position: center 10% , 50% 100px , right 100px }
bgpos490546 { background-position: center 100px , 50% 100px , right 100px }
bgpos490547 { background-position: center bottom , 50% 100px , right 100px }
bgpos490548 { background-position: center center , 50% 100px , right 100px }
bgpos490549 { background-position: center top , 50% 100px , right 100px }
bgpos490550 { background-position: left , 50% 100px , right 100px }
bgpos490551 { background-position: left 10% , 50% 100px , right 100px }
bgpos490552 { background-position: left 100px , 50% 100px , right 100px }
bgpos490553 { background-position: left bottom , 50% 100px , right 100px }
bgpos490554 { background-position: left center , 50% 100px , right 100px }
bgpos490555 { background-position: left top , 50% 100px , right 100px }
bgpos490556 { background-position: right , 50% 100px , right 100px }
bgpos490557 { background-position: right 10% , 50% 100px , right 100px }
bgpos490558 { background-position: right 100px , 50% 100px , right 100px }
bgpos490559 { background-position: right bottom , 50% 100px , right 100px }
bgpos490560 { background-position: right center , 50% 100px , right 100px }
bgpos490561 { background-position: right top , 50% 100px , right 100px }
bgpos490562 { background-position: top , 50% 100px , right 100px }
bgpos490563 { background-position: left bottom , 50% bottom , right 100px }
bgpos490564 { background-position: left bottom 15% , 50% bottom , right 100px }
bgpos490565 { background-position: left bottom 15px , 50% bottom , right 100px }
bgpos490566 { background-position: left top , 50% bottom , right 100px }
bgpos490567 { background-position: left top 15% , 50% bottom , right 100px }
bgpos490568 { background-position: left top 15px , 50% bottom , right 100px }
bgpos490569 { background-position: left 15% bottom , 50% bottom , right 100px }
bgpos490570 { background-position: left 15% bottom 15% , 50% bottom , right 100px }
bgpos490571 { background-position: left 15% bottom 15px , 50% bottom , right 100px }
bgpos490572 { background-position: left 15% top , 50% bottom , right 100px }
bgpos490573 { background-position: left 15% top 15% , 50% bottom , right 100px }
bgpos490574 { background-position: left 15% top 15px , 50% bottom , right 100px }
bgpos490575 { background-position: left 15% center , 50% bottom , right 100px }
bgpos490576 { background-position: left 15px bottom , 50% bottom , right 100px }
bgpos490577 { background-position: left 15px bottom 15% , 50% bottom , right 100px }
bgpos490578 { background-position: left 15px bottom 15px , 50% bottom , right 100px }
bgpos490579 { background-position: left 15px top , 50% bottom , right 100px }
bgpos490580 { background-position: left 15px top 15% , 50% bottom , right 100px }
bgpos490581 { background-position: left 15px top 15px , 50% bottom , right 100px }
bgpos490582 { background-position: left 15px center , 50% bottom , right 100px }
bgpos490583 { background-position: left center , 50% bottom , right 100px }
bgpos490584 { background-position: right bottom , 50% bottom , right 100px }
bgpos490585 { background-position: right bottom 15% , 50% bottom , right 100px }
bgpos490586 { background-position: right bottom 15px , 50% bottom , right 100px }
bgpos490587 { background-position: right top , 50% bottom , right 100px }
bgpos490588 { background-position: right top 15% , 50% bottom , right 100px }
bgpos490589 { background-position: right top 15px , 50% bottom , right 100px }
bgpos490590 { background-position: right 15% bottom , 50% bottom , right 100px }
bgpos490591 { background-position: right 15% bottom 15% , 50% bottom , right 100px }
bgpos490592 { background-position: right 15% bottom 15px , 50% bottom , right 100px }
bgpos490593 { background-position: right 15% top , 50% bottom , right 100px }
bgpos490594 { background-position: right 15% top 15% , 50% bottom , right 100px }
bgpos490595 { background-position: right 15% top 15px , 50% bottom , right 100px }
bgpos490596 { background-position: right 15% center , 50% bottom , right 100px }
bgpos490597 { background-position: right 15px bottom , 50% bottom , right 100px }
bgpos490598 { background-position: right 15px bottom 15% , 50% bottom , right 100px }
bgpos490599 { background-position: right 15px bottom 15px , 50% bottom , right 100px }
bgpos490600 { background-position: right 15px top , 50% bottom , right 100px }
bgpos490601 { background-position: right 15px top 15% , 50% bottom , right 100px }
bgpos490602 { background-position: right 15px top 15px , 50% bottom , right 100px }
bgpos490603 { background-position: right 15px center , 50% bottom , right 100px }
bgpos490604 { background-position: right center , 50% bottom , right 100px }
bgpos490605 { background-position: 100px , 50% bottom , right 100px }
bgpos490606 { background-position: 100px 10% , 50% bottom , right 100px }
bgpos490607 { background-position: 100px 100px , 50% bottom , right 100px }
bgpos490608 { background-position: 100px bottom , 50% bottom , right 100px }
bgpos490609 { background-position: 100px center , 50% bottom , right 100px }
bgpos490610 { background-position: 100px top , 50% bottom , right 100px }
bgpos490611 { background-position: 50% , 50% bottom , right 100px }
bgpos490612 { background-position: 50% 10% , 50% bottom , right 100px }
bgpos490613 { background-position: 50% 100px , 50% bottom , right 100px }
bgpos490614 { background-position: 50% bottom , 50% bottom , right 100px }
bgpos490615 { background-position: 50% center , 50% bottom , right 100px }
bgpos490616 { background-position: 50% top , 50% bottom , right 100px }
bgpos490617 { background-position: bottom, 50% bottom , right 100px }
bgpos490618 { background-position: center , 50% bottom , right 100px }
bgpos490619 { background-position: center bottom , 50% bottom , right 100px }
bgpos490620 { background-position: center bottom 15% , 50% bottom , right 100px }
bgpos490621 { background-position: center bottom 15px , 50% bottom , right 100px }
bgpos490622 { background-position: center top , 50% bottom , right 100px }
bgpos490623 { background-position: center top 15% , 50% bottom , right 100px }
bgpos490624 { background-position: center top 15px , 50% bottom , right 100px }
bgpos490625 { background-position: center 10% , 50% bottom , right 100px }
bgpos490626 { background-position: center 100px , 50% bottom , right 100px }
bgpos490627 { background-position: center bottom , 50% bottom , right 100px }
bgpos490628 { background-position: center center , 50% bottom , right 100px }
bgpos490629 { background-position: center top , 50% bottom , right 100px }
bgpos490630 { background-position: left , 50% bottom , right 100px }
bgpos490631 { background-position: left 10% , 50% bottom , right 100px }
bgpos490632 { background-position: left 100px , 50% bottom , right 100px }
bgpos490633 { background-position: left bottom , 50% bottom , right 100px }
bgpos490634 { background-position: left center , 50% bottom , right 100px }
bgpos490635 { background-position: left top , 50% bottom , right 100px }
bgpos490636 { background-position: right , 50% bottom , right 100px }
bgpos490637 { background-position: right 10% , 50% bottom , right 100px }
bgpos490638 { background-position: right 100px , 50% bottom , right 100px }
bgpos490639 { background-position: right bottom , 50% bottom , right 100px }
bgpos490640 { background-position: right center , 50% bottom , right 100px }
bgpos490641 { background-position: right top , 50% bottom , right 100px }
bgpos490642 { background-position: top , 50% bottom , right 100px }
bgpos490643 { background-position: left bottom , 50% center , right 100px }
bgpos490644 { background-position: left bottom 15% , 50% center , right 100px }
bgpos490645 { background-position: left bottom 15px , 50% center , right 100px }
bgpos490646 { background-position: left top , 50% center , right 100px }
bgpos490647 { background-position: left top 15% , 50% center , right 100px }
bgpos490648 { background-position: left top 15px , 50% center , right 100px }
bgpos490649 { background-position: left 15% bottom , 50% center , right 100px }
bgpos490650 { background-position: left 15% bottom 15% , 50% center , right 100px }
bgpos490651 { background-position: left 15% bottom 15px , 50% center , right 100px }
bgpos490652 { background-position: left 15% top , 50% center , right 100px }
bgpos490653 { background-position: left 15% top 15% , 50% center , right 100px }
bgpos490654 { background-position: left 15% top 15px , 50% center , right 100px }
bgpos490655 { background-position: left 15% center , 50% center , right 100px }
bgpos490656 { background-position: left 15px bottom , 50% center , right 100px }
bgpos490657 { background-position: left 15px bottom 15% , 50% center , right 100px }
bgpos490658 { background-position: left 15px bottom 15px , 50% center , right 100px }
bgpos490659 { background-position: left 15px top , 50% center , right 100px }
bgpos490660 { background-position: left 15px top 15% , 50% center , right 100px }
bgpos490661 { background-position: left 15px top 15px , 50% center , right 100px }
bgpos490662 { background-position: left 15px center , 50% center , right 100px }
bgpos490663 { background-position: left center , 50% center , right 100px }
bgpos490664 { background-position: right bottom , 50% center , right 100px }
bgpos490665 { background-position: right bottom 15% , 50% center , right 100px }
bgpos490666 { background-position: right bottom 15px , 50% center , right 100px }
bgpos490667 { background-position: right top , 50% center , right 100px }
bgpos490668 { background-position: right top 15% , 50% center , right 100px }
bgpos490669 { background-position: right top 15px , 50% center , right 100px }
bgpos490670 { background-position: right 15% bottom , 50% center , right 100px }
bgpos490671 { background-position: right 15% bottom 15% , 50% center , right 100px }
bgpos490672 { background-position: right 15% bottom 15px , 50% center , right 100px }
bgpos490673 { background-position: right 15% top , 50% center , right 100px }
bgpos490674 { background-position: right 15% top 15% , 50% center , right 100px }
bgpos490675 { background-position: right 15% top 15px , 50% center , right 100px }
bgpos490676 { background-position: right 15% center , 50% center , right 100px }
bgpos490677 { background-position: right 15px bottom , 50% center , right 100px }
bgpos490678 { background-position: right 15px bottom 15% , 50% center , right 100px }
bgpos490679 { background-position: right 15px bottom 15px , 50% center , right 100px }
bgpos490680 { background-position: right 15px top , 50% center , right 100px }
bgpos490681 { background-position: right 15px top 15% , 50% center , right 100px }
bgpos490682 { background-position: right 15px top 15px , 50% center , right 100px }
bgpos490683 { background-position: right 15px center , 50% center , right 100px }
bgpos490684 { background-position: right center , 50% center , right 100px }
bgpos490685 { background-position: 100px , 50% center , right 100px }
bgpos490686 { background-position: 100px 10% , 50% center , right 100px }
bgpos490687 { background-position: 100px 100px , 50% center , right 100px }
bgpos490688 { background-position: 100px bottom , 50% center , right 100px }
bgpos490689 { background-position: 100px center , 50% center , right 100px }
bgpos490690 { background-position: 100px top , 50% center , right 100px }
bgpos490691 { background-position: 50% , 50% center , right 100px }
bgpos490692 { background-position: 50% 10% , 50% center , right 100px }
bgpos490693 { background-position: 50% 100px , 50% center , right 100px }
bgpos490694 { background-position: 50% bottom , 50% center , right 100px }
bgpos490695 { background-position: 50% center , 50% center , right 100px }
bgpos490696 { background-position: 50% top , 50% center , right 100px }
bgpos490697 { background-position: bottom, 50% center , right 100px }
bgpos490698 { background-position: center , 50% center , right 100px }
bgpos490699 { background-position: center bottom , 50% center , right 100px }
bgpos490700 { background-position: center bottom 15% , 50% center , right 100px }
bgpos490701 { background-position: center bottom 15px , 50% center , right 100px }
bgpos490702 { background-position: center top , 50% center , right 100px }
bgpos490703 { background-position: center top 15% , 50% center , right 100px }
bgpos490704 { background-position: center top 15px , 50% center , right 100px }
bgpos490705 { background-position: center 10% , 50% center , right 100px }
bgpos490706 { background-position: center 100px , 50% center , right 100px }
bgpos490707 { background-position: center bottom , 50% center , right 100px }
bgpos490708 { background-position: center center , 50% center , right 100px }
bgpos490709 { background-position: center top , 50% center , right 100px }
bgpos490710 { background-position: left , 50% center , right 100px }
bgpos490711 { background-position: left 10% , 50% center , right 100px }
bgpos490712 { background-position: left 100px , 50% center , right 100px }
bgpos490713 { background-position: left bottom , 50% center , right 100px }
bgpos490714 { background-position: left center , 50% center , right 100px }
bgpos490715 { background-position: left top , 50% center , right 100px }
bgpos490716 { background-position: right , 50% center , right 100px }
bgpos490717 { background-position: right 10% , 50% center , right 100px }
bgpos490718 { background-position: right 100px , 50% center , right 100px }
bgpos490719 { background-position: right bottom , 50% center , right 100px }
bgpos490720 { background-position: right center , 50% center , right 100px }
bgpos490721 { background-position: right top , 50% center , right 100px }
bgpos490722 { background-position: top , 50% center , right 100px }
bgpos490723 { background-position: left bottom , 50% top , right 100px }
bgpos490724 { background-position: left bottom 15% , 50% top , right 100px }
bgpos490725 { background-position: left bottom 15px , 50% top , right 100px }
bgpos490726 { background-position: left top , 50% top , right 100px }
bgpos490727 { background-position: left top 15% , 50% top , right 100px }
bgpos490728 { background-position: left top 15px , 50% top , right 100px }
bgpos490729 { background-position: left 15% bottom , 50% top , right 100px }
bgpos490730 { background-position: left 15% bottom 15% , 50% top , right 100px }
bgpos490731 { background-position: left 15% bottom 15px , 50% top , right 100px }
bgpos490732 { background-position: left 15% top , 50% top , right 100px }
bgpos490733 { background-position: left 15% top 15% , 50% top , right 100px }
bgpos490734 { background-position: left 15% top 15px , 50% top , right 100px }
bgpos490735 { background-position: left 15% center , 50% top , right 100px }
bgpos490736 { background-position: left 15px bottom , 50% top , right 100px }
bgpos490737 { background-position: left 15px bottom 15% , 50% top , right 100px }
bgpos490738 { background-position: left 15px bottom 15px , 50% top , right 100px }
bgpos490739 { background-position: left 15px top , 50% top , right 100px }
bgpos490740 { background-position: left 15px top 15% , 50% top , right 100px }
bgpos490741 { background-position: left 15px top 15px , 50% top , right 100px }
bgpos490742 { background-position: left 15px center , 50% top , right 100px }
bgpos490743 { background-position: left center , 50% top , right 100px }
bgpos490744 { background-position: right bottom , 50% top , right 100px }
bgpos490745 { background-position: right bottom 15% , 50% top , right 100px }
bgpos490746 { background-position: right bottom 15px , 50% top , right 100px }
bgpos490747 { background-position: right top , 50% top , right 100px }
bgpos490748 { background-position: right top 15% , 50% top , right 100px }
bgpos490749 { background-position: right top 15px , 50% top , right 100px }
bgpos490750 { background-position: right 15% bottom , 50% top , right 100px }
bgpos490751 { background-position: right 15% bottom 15% , 50% top , right 100px }
bgpos490752 { background-position: right 15% bottom 15px , 50% top , right 100px }
bgpos490753 { background-position: right 15% top , 50% top , right 100px }
bgpos490754 { background-position: right 15% top 15% , 50% top , right 100px }
bgpos490755 { background-position: right 15% top 15px , 50% top , right 100px }
bgpos490756 { background-position: right 15% center , 50% top , right 100px }
bgpos490757 { background-position: right 15px bottom , 50% top , right 100px }
bgpos490758 { background-position: right 15px bottom 15% , 50% top , right 100px }
bgpos490759 { background-position: right 15px bottom 15px , 50% top , right 100px }
bgpos490760 { background-position: right 15px top , 50% top , right 100px }
bgpos490761 { background-position: right 15px top 15% , 50% top , right 100px }
bgpos490762 { background-position: right 15px top 15px , 50% top , right 100px }
bgpos490763 { background-position: right 15px center , 50% top , right 100px }
bgpos490764 { background-position: right center , 50% top , right 100px }
bgpos490765 { background-position: 100px , 50% top , right 100px }
bgpos490766 { background-position: 100px 10% , 50% top , right 100px }
bgpos490767 { background-position: 100px 100px , 50% top , right 100px }
bgpos490768 { background-position: 100px bottom , 50% top , right 100px }
bgpos490769 { background-position: 100px center , 50% top , right 100px }
bgpos490770 { background-position: 100px top , 50% top , right 100px }
bgpos490771 { background-position: 50% , 50% top , right 100px }
bgpos490772 { background-position: 50% 10% , 50% top , right 100px }
bgpos490773 { background-position: 50% 100px , 50% top , right 100px }
bgpos490774 { background-position: 50% bottom , 50% top , right 100px }
bgpos490775 { background-position: 50% center , 50% top , right 100px }
bgpos490776 { background-position: 50% top , 50% top , right 100px }
bgpos490777 { background-position: bottom, 50% top , right 100px }
bgpos490778 { background-position: center , 50% top , right 100px }
bgpos490779 { background-position: center bottom , 50% top , right 100px }
bgpos490780 { background-position: center bottom 15% , 50% top , right 100px }
bgpos490781 { background-position: center bottom 15px , 50% top , right 100px }
bgpos490782 { background-position: center top , 50% top , right 100px }
bgpos490783 { background-position: center top 15% , 50% top , right 100px }
bgpos490784 { background-position: center top 15px , 50% top , right 100px }
bgpos490785 { background-position: center 10% , 50% top , right 100px }
bgpos490786 { background-position: center 100px , 50% top , right 100px }
bgpos490787 { background-position: center bottom , 50% top , right 100px }
bgpos490788 { background-position: center center , 50% top , right 100px }
bgpos490789 { background-position: center top , 50% top , right 100px }
bgpos490790 { background-position: left , 50% top , right 100px }
bgpos490791 { background-position: left 10% , 50% top , right 100px }
bgpos490792 { background-position: left 100px , 50% top , right 100px }
bgpos490793 { background-position: left bottom , 50% top , right 100px }
bgpos490794 { background-position: left center , 50% top , right 100px }
bgpos490795 { background-position: left top , 50% top , right 100px }
bgpos490796 { background-position: right , 50% top , right 100px }
bgpos490797 { background-position: right 10% , 50% top , right 100px }
bgpos490798 { background-position: right 100px , 50% top , right 100px }
bgpos490799 { background-position: right bottom , 50% top , right 100px }
bgpos490800 { background-position: right center , 50% top , right 100px }
bgpos490801 { background-position: right top , 50% top , right 100px }
bgpos490802 { background-position: top , 50% top , right 100px }
bgpos490803 { background-position: left bottom , bottom, right 100px }
bgpos490804 { background-position: left bottom 15% , bottom, right 100px }
bgpos490805 { background-position: left bottom 15px , bottom, right 100px }
bgpos490806 { background-position: left top , bottom, right 100px }
bgpos490807 { background-position: left top 15% , bottom, right 100px }
bgpos490808 { background-position: left top 15px , bottom, right 100px }
bgpos490809 { background-position: left 15% bottom , bottom, right 100px }
bgpos490810 { background-position: left 15% bottom 15% , bottom, right 100px }
bgpos490811 { background-position: left 15% bottom 15px , bottom, right 100px }
bgpos490812 { background-position: left 15% top , bottom, right 100px }
bgpos490813 { background-position: left 15% top 15% , bottom, right 100px }
bgpos490814 { background-position: left 15% top 15px , bottom, right 100px }
bgpos490815 { background-position: left 15% center , bottom, right 100px }
bgpos490816 { background-position: left 15px bottom , bottom, right 100px }
bgpos490817 { background-position: left 15px bottom 15% , bottom, right 100px }
bgpos490818 { background-position: left 15px bottom 15px , bottom, right 100px }
bgpos490819 { background-position: left 15px top , bottom, right 100px }
bgpos490820 { background-position: left 15px top 15% , bottom, right 100px }
bgpos490821 { background-position: left 15px top 15px , bottom, right 100px }
bgpos490822 { background-position: left 15px center , bottom, right 100px }
bgpos490823 { background-position: left center , bottom, right 100px }
bgpos490824 { background-position: right bottom , bottom, right 100px }
bgpos490825 { background-position: right bottom 15% , bottom, right 100px }
bgpos490826 { background-position: right bottom 15px , bottom, right 100px }
bgpos490827 { background-position: right top , bottom, right 100px }
bgpos490828 { background-position: right top 15% , bottom, right 100px }
bgpos490829 { background-position: right top 15px , bottom, right 100px }
bgpos490830 { background-position: right 15% bottom , bottom, right 100px }
bgpos490831 { background-position: right 15% bottom 15% , bottom, right 100px }
bgpos490832 { background-position: right 15% bottom 15px , bottom, right 100px }
bgpos490833 { background-position: right 15% top , bottom, right 100px }
bgpos490834 { background-position: right 15% top 15% , bottom, right 100px }
bgpos490835 { background-position: right 15% top 15px , bottom, right 100px }
bgpos490836 { background-position: right 15% center , bottom, right 100px }
bgpos490837 { background-position: right 15px bottom , bottom, right 100px }
bgpos490838 { background-position: right 15px bottom 15% , bottom, right 100px }
bgpos490839 { background-position: right 15px bottom 15px , bottom, right 100px }
bgpos490840 { background-position: right 15px top , bottom, right 100px }
bgpos490841 { background-position: right 15px top 15% , bottom, right 100px }
bgpos490842 { background-position: right 15px top 15px , bottom, right 100px }
bgpos490843 { background-position: right 15px center , bottom, right 100px }
bgpos490844 { background-position: right center , bottom, right 100px }
bgpos490845 { background-position: 100px , bottom, right 100px }
bgpos490846 { background-position: 100px 10% , bottom, right 100px }
bgpos490847 { background-position: 100px 100px , bottom, right 100px }
bgpos490848 { background-position: 100px bottom , bottom, right 100px }
bgpos490849 { background-position: 100px center , bottom, right 100px }
bgpos490850 { background-position: 100px top , bottom, right 100px }
bgpos490851 { background-position: 50% , bottom, right 100px }
bgpos490852 { background-position: 50% 10% , bottom, right 100px }
bgpos490853 { background-position: 50% 100px , bottom, right 100px }
bgpos490854 { background-position: 50% bottom , bottom, right 100px }
bgpos490855 { background-position: 50% center , bottom, right 100px }
bgpos490856 { background-position: 50% top , bottom, right 100px }
bgpos490857 { background-position: bottom, bottom, right 100px }
bgpos490858 { background-position: center , bottom, right 100px }
bgpos490859 { background-position: center bottom , bottom, right 100px }
bgpos490860 { background-position: center bottom 15% , bottom, right 100px }
bgpos490861 { background-position: center bottom 15px , bottom, right 100px }
bgpos490862 { background-position: center top , bottom, right 100px }
bgpos490863 { background-position: center top 15% , bottom, right 100px }
bgpos490864 { background-position: center top 15px , bottom, right 100px }
bgpos490865 { background-position: center 10% , bottom, right 100px }
bgpos490866 { background-position: center 100px , bottom, right 100px }
bgpos490867 { background-position: center bottom , bottom, right 100px }
bgpos490868 { background-position: center center , bottom, right 100px }
bgpos490869 { background-position: center top , bottom, right 100px }
bgpos490870 { background-position: left , bottom, right 100px }
bgpos490871 { background-position: left 10% , bottom, right 100px }
bgpos490872 { background-position: left 100px , bottom, right 100px }
bgpos490873 { background-position: left bottom , bottom, right 100px }
bgpos490874 { background-position: left center , bottom, right 100px }
bgpos490875 { background-position: left top , bottom, right 100px }
bgpos490876 { background-position: right , bottom, right 100px }
bgpos490877 { background-position: right 10% , bottom, right 100px }
bgpos490878 { background-position: right 100px , bottom, right 100px }
bgpos490879 { background-position: right bottom , bottom, right 100px }
bgpos490880 { background-position: right center , bottom, right 100px }
bgpos490881 { background-position: right top , bottom, right 100px }
bgpos490882 { background-position: top , bottom, right 100px }
bgpos490883 { background-position: left bottom , center , right 100px }
bgpos490884 { background-position: left bottom 15% , center , right 100px }
bgpos490885 { background-position: left bottom 15px , center , right 100px }
bgpos490886 { background-position: left top , center , right 100px }
bgpos490887 { background-position: left top 15% , center , right 100px }
bgpos490888 { background-position: left top 15px , center , right 100px }
bgpos490889 { background-position: left 15% bottom , center , right 100px }
bgpos490890 { background-position: left 15% bottom 15% , center , right 100px }
bgpos490891 { background-position: left 15% bottom 15px , center , right 100px }
bgpos490892 { background-position: left 15% top , center , right 100px }
bgpos490893 { background-position: left 15% top 15% , center , right 100px }
bgpos490894 { background-position: left 15% top 15px , center , right 100px }
bgpos490895 { background-position: left 15% center , center , right 100px }
bgpos490896 { background-position: left 15px bottom , center , right 100px }
bgpos490897 { background-position: left 15px bottom 15% , center , right 100px }
bgpos490898 { background-position: left 15px bottom 15px , center , right 100px }
bgpos490899 { background-position: left 15px top , center , right 100px }
bgpos490900 { background-position: left 15px top 15% , center , right 100px }
bgpos490901 { background-position: left 15px top 15px , center , right 100px }
bgpos490902 { background-position: left 15px center , center , right 100px }
bgpos490903 { background-position: left center , center , right 100px }
bgpos490904 { background-position: right bottom , center , right 100px }
bgpos490905 { background-position: right bottom 15% , center , right 100px }
bgpos490906 { background-position: right bottom 15px , center , right 100px }
bgpos490907 { background-position: right top , center , right 100px }
bgpos490908 { background-position: right top 15% , center , right 100px }
bgpos490909 { background-position: right top 15px , center , right 100px }
bgpos490910 { background-position: right 15% bottom , center , right 100px }
bgpos490911 { background-position: right 15% bottom 15% , center , right 100px }
bgpos490912 { background-position: right 15% bottom 15px , center , right 100px }
bgpos490913 { background-position: right 15% top , center , right 100px }
bgpos490914 { background-position: right 15% top 15% , center , right 100px }
bgpos490915 { background-position: right 15% top 15px , center , right 100px }
bgpos490916 { background-position: right 15% center , center , right 100px }
bgpos490917 { background-position: right 15px bottom , center , right 100px }
bgpos490918 { background-position: right 15px bottom 15% , center , right 100px }
bgpos490919 { background-position: right 15px bottom 15px , center , right 100px }
bgpos490920 { background-position: right 15px top , center , right 100px }
bgpos490921 { background-position: right 15px top 15% , center , right 100px }
bgpos490922 { background-position: right 15px top 15px , center , right 100px }
bgpos490923 { background-position: right 15px center , center , right 100px }
bgpos490924 { background-position: right center , center , right 100px }
bgpos490925 { background-position: 100px , center , right 100px }
bgpos490926 { background-position: 100px 10% , center , right 100px }
bgpos490927 { background-position: 100px 100px , center , right 100px }
bgpos490928 { background-position: 100px bottom , center , right 100px }
bgpos490929 { background-position: 100px center , center , right 100px }
bgpos490930 { background-position: 100px top , center , right 100px }
bgpos490931 { background-position: 50% , center , right 100px }
bgpos490932 { background-position: 50% 10% , center , right 100px }
bgpos490933 { background-position: 50% 100px , center , right 100px }
bgpos490934 { background-position: 50% bottom , center , right 100px }
bgpos490935 { background-position: 50% center , center , right 100px }
bgpos490936 { background-position: 50% top , center , right 100px }
bgpos490937 { background-position: bottom, center , right 100px }
bgpos490938 { background-position: center , center , right 100px }
bgpos490939 { background-position: center bottom , center , right 100px }
bgpos490940 { background-position: center bottom 15% , center , right 100px }
bgpos490941 { background-position: center bottom 15px , center , right 100px }
bgpos490942 { background-position: center top , center , right 100px }
bgpos490943 { background-position: center top 15% , center , right 100px }
bgpos490944 { background-position: center top 15px , center , right 100px }
bgpos490945 { background-position: center 10% , center , right 100px }
bgpos490946 { background-position: center 100px , center , right 100px }
bgpos490947 { background-position: center bottom , center , right 100px }
bgpos490948 { background-position: center center , center , right 100px }
bgpos490949 { background-position: center top , center , right 100px }
bgpos490950 { background-position: left , center , right 100px }
bgpos490951 { background-position: left 10% , center , right 100px }
bgpos490952 { background-position: left 100px , center , right 100px }
bgpos490953 { background-position: left bottom , center , right 100px }
bgpos490954 { background-position: left center , center , right 100px }
bgpos490955 { background-position: left top , center , right 100px }
bgpos490956 { background-position: right , center , right 100px }
bgpos490957 { background-position: right 10% , center , right 100px }
bgpos490958 { background-position: right 100px , center , right 100px }
bgpos490959 { background-position: right bottom , center , right 100px }
bgpos490960 { background-position: right center , center , right 100px }
bgpos490961 { background-position: right top , center , right 100px }
bgpos490962 { background-position: top , center , right 100px }
bgpos490963 { background-position: left bottom , center bottom , right 100px }
bgpos490964 { background-position: left bottom 15% , center bottom , right 100px }
bgpos490965 { background-position: left bottom 15px , center bottom , right 100px }
bgpos490966 { background-position: left top , center bottom , right 100px }
bgpos490967 { background-position: left top 15% , center bottom , right 100px }
bgpos490968 { background-position: left top 15px , center bottom , right 100px }
bgpos490969 { background-position: left 15% bottom , center bottom , right 100px }
bgpos490970 { background-position: left 15% bottom 15% , center bottom , right 100px }
bgpos490971 { background-position: left 15% bottom 15px , center bottom , right 100px }
bgpos490972 { background-position: left 15% top , center bottom , right 100px }
bgpos490973 { background-position: left 15% top 15% , center bottom , right 100px }
bgpos490974 { background-position: left 15% top 15px , center bottom , right 100px }
bgpos490975 { background-position: left 15% center , center bottom , right 100px }
bgpos490976 { background-position: left 15px bottom , center bottom , right 100px }
bgpos490977 { background-position: left 15px bottom 15% , center bottom , right 100px }
bgpos490978 { background-position: left 15px bottom 15px , center bottom , right 100px }
bgpos490979 { background-position: left 15px top , center bottom , right 100px }
bgpos490980 { background-position: left 15px top 15% , center bottom , right 100px }
bgpos490981 { background-position: left 15px top 15px , center bottom , right 100px }
bgpos490982 { background-position: left 15px center , center bottom , right 100px }
bgpos490983 { background-position: left center , center bottom , right 100px }
bgpos490984 { background-position: right bottom , center bottom , right 100px }
bgpos490985 { background-position: right bottom 15% , center bottom , right 100px }
bgpos490986 { background-position: right bottom 15px , center bottom , right 100px }
bgpos490987 { background-position: right top , center bottom , right 100px }
bgpos490988 { background-position: right top 15% , center bottom , right 100px }
bgpos490989 { background-position: right top 15px , center bottom , right 100px }
bgpos490990 { background-position: right 15% bottom , center bottom , right 100px }
bgpos490991 { background-position: right 15% bottom 15% , center bottom , right 100px }
bgpos490992 { background-position: right 15% bottom 15px , center bottom , right 100px }
bgpos490993 { background-position: right 15% top , center bottom , right 100px }
bgpos490994 { background-position: right 15% top 15% , center bottom , right 100px }
bgpos490995 { background-position: right 15% top 15px , center bottom , right 100px }
bgpos490996 { background-position: right 15% center , center bottom , right 100px }
bgpos490997 { background-position: right 15px bottom , center bottom , right 100px }
bgpos490998 { background-position: right 15px bottom 15% , center bottom , right 100px }
bgpos490999 { background-position: right 15px bottom 15px , center bottom , right 100px }
bgpos491000 { background-position: right 15px top , center bottom , right 100px }
bgpos491001 { background-position: right 15px top 15% , center bottom , right 100px }
bgpos491002 { background-position: right 15px top 15px , center bottom , right 100px }
bgpos491003 { background-position: right 15px center , center bottom , right 100px }
bgpos491004 { background-position: right center , center bottom , right 100px }
bgpos491005 { background-position: 100px , center bottom , right 100px }
bgpos491006 { background-position: 100px 10% , center bottom , right 100px }
bgpos491007 { background-position: 100px 100px , center bottom , right 100px }
bgpos491008 { background-position: 100px bottom , center bottom , right 100px }
bgpos491009 { background-position: 100px center , center bottom , right 100px }
bgpos491010 { background-position: 100px top , center bottom , right 100px }
bgpos491011 { background-position: 50% , center bottom , right 100px }
bgpos491012 { background-position: 50% 10% , center bottom , right 100px }
bgpos491013 { background-position: 50% 100px , center bottom , right 100px }
bgpos491014 { background-position: 50% bottom , center bottom , right 100px }
bgpos491015 { background-position: 50% center , center bottom , right 100px }
bgpos491016 { background-position: 50% top , center bottom , right 100px }
bgpos491017 { background-position: bottom, center bottom , right 100px }
bgpos491018 { background-position: center , center bottom , right 100px }
bgpos491019 { background-position: center bottom , center bottom , right 100px }
bgpos491020 { background-position: center bottom 15% , center bottom , right 100px }
bgpos491021 { background-position: center bottom 15px , center bottom , right 100px }
bgpos491022 { background-position: center top , center bottom , right 100px }
bgpos491023 { background-position: center top 15% , center bottom , right 100px }
bgpos491024 { background-position: center top 15px , center bottom , right 100px }
bgpos491025 { background-position: center 10% , center bottom , right 100px }
bgpos491026 { background-position: center 100px , center bottom , right 100px }
bgpos491027 { background-position: center bottom , center bottom , right 100px }
bgpos491028 { background-position: center center , center bottom , right 100px }
bgpos491029 { background-position: center top , center bottom , right 100px }
bgpos491030 { background-position: left , center bottom , right 100px }
bgpos491031 { background-position: left 10% , center bottom , right 100px }
bgpos491032 { background-position: left 100px , center bottom , right 100px }
bgpos491033 { background-position: left bottom , center bottom , right 100px }
bgpos491034 { background-position: left center , center bottom , right 100px }
bgpos491035 { background-position: left top , center bottom , right 100px }
bgpos491036 { background-position: right , center bottom , right 100px }
bgpos491037 { background-position: right 10% , center bottom , right 100px }
bgpos491038 { background-position: right 100px , center bottom , right 100px }
bgpos491039 { background-position: right bottom , center bottom , right 100px }
bgpos491040 { background-position: right center , center bottom , right 100px }
bgpos491041 { background-position: right top , center bottom , right 100px }
bgpos491042 { background-position: top , center bottom , right 100px }
bgpos491043 { background-position: left bottom , center bottom 15% , right 100px }
bgpos491044 { background-position: left bottom 15% , center bottom 15% , right 100px }
bgpos491045 { background-position: left bottom 15px , center bottom 15% , right 100px }
bgpos491046 { background-position: left top , center bottom 15% , right 100px }
bgpos491047 { background-position: left top 15% , center bottom 15% , right 100px }
bgpos491048 { background-position: left top 15px , center bottom 15% , right 100px }
bgpos491049 { background-position: left 15% bottom , center bottom 15% , right 100px }
bgpos491050 { background-position: left 15% bottom 15% , center bottom 15% , right 100px }
bgpos491051 { background-position: left 15% bottom 15px , center bottom 15% , right 100px }
bgpos491052 { background-position: left 15% top , center bottom 15% , right 100px }
bgpos491053 { background-position: left 15% top 15% , center bottom 15% , right 100px }
bgpos491054 { background-position: left 15% top 15px , center bottom 15% , right 100px }
bgpos491055 { background-position: left 15% center , center bottom 15% , right 100px }
bgpos491056 { background-position: left 15px bottom , center bottom 15% , right 100px }
bgpos491057 { background-position: left 15px bottom 15% , center bottom 15% , right 100px }
bgpos491058 { background-position: left 15px bottom 15px , center bottom 15% , right 100px }
bgpos491059 { background-position: left 15px top , center bottom 15% , right 100px }
bgpos491060 { background-position: left 15px top 15% , center bottom 15% , right 100px }
bgpos491061 { background-position: left 15px top 15px , center bottom 15% , right 100px }
bgpos491062 { background-position: left 15px center , center bottom 15% , right 100px }
bgpos491063 { background-position: left center , center bottom 15% , right 100px }
bgpos491064 { background-position: right bottom , center bottom 15% , right 100px }
bgpos491065 { background-position: right bottom 15% , center bottom 15% , right 100px }
bgpos491066 { background-position: right bottom 15px , center bottom 15% , right 100px }
bgpos491067 { background-position: right top , center bottom 15% , right 100px }
bgpos491068 { background-position: right top 15% , center bottom 15% , right 100px }
bgpos491069 { background-position: right top 15px , center bottom 15% , right 100px }
bgpos491070 { background-position: right 15% bottom , center bottom 15% , right 100px }
bgpos491071 { background-position: right 15% bottom 15% , center bottom 15% , right 100px }
bgpos491072 { background-position: right 15% bottom 15px , center bottom 15% , right 100px }
bgpos491073 { background-position: right 15% top , center bottom 15% , right 100px }
bgpos491074 { background-position: right 15% top 15% , center bottom 15% , right 100px }
bgpos491075 { background-position: right 15% top 15px , center bottom 15% , right 100px }
bgpos491076 { background-position: right 15% center , center bottom 15% , right 100px }
bgpos491077 { background-position: right 15px bottom , center bottom 15% , right 100px }
bgpos491078 { background-position: right 15px bottom 15% , center bottom 15% , right 100px }
bgpos491079 { background-position: right 15px bottom 15px , center bottom 15% , right 100px }
bgpos491080 { background-position: right 15px top , center bottom 15% , right 100px }
bgpos491081 { background-position: right 15px top 15% , center bottom 15% , right 100px }
bgpos491082 { background-position: right 15px top 15px , center bottom 15% , right 100px }
bgpos491083 { background-position: right 15px center , center bottom 15% , right 100px }
bgpos491084 { background-position: right center , center bottom 15% , right 100px }
bgpos491085 { background-position: 100px , center bottom 15% , right 100px }
bgpos491086 { background-position: 100px 10% , center bottom 15% , right 100px }
bgpos491087 { background-position: 100px 100px , center bottom 15% , right 100px }
bgpos491088 { background-position: 100px bottom , center bottom 15% , right 100px }
bgpos491089 { background-position: 100px center , center bottom 15% , right 100px }
bgpos491090 { background-position: 100px top , center bottom 15% , right 100px }
bgpos491091 { background-position: 50% , center bottom 15% , right 100px }
bgpos491092 { background-position: 50% 10% , center bottom 15% , right 100px }
bgpos491093 { background-position: 50% 100px , center bottom 15% , right 100px }
bgpos491094 { background-position: 50% bottom , center bottom 15% , right 100px }
bgpos491095 { background-position: 50% center , center bottom 15% , right 100px }
bgpos491096 { background-position: 50% top , center bottom 15% , right 100px }
bgpos491097 { background-position: bottom, center bottom 15% , right 100px }
bgpos491098 { background-position: center , center bottom 15% , right 100px }
bgpos491099 { background-position: center bottom , center bottom 15% , right 100px }
bgpos491100 { background-position: center bottom 15% , center bottom 15% , right 100px }
bgpos491101 { background-position: center bottom 15px , center bottom 15% , right 100px }
bgpos491102 { background-position: center top , center bottom 15% , right 100px }
bgpos491103 { background-position: center top 15% , center bottom 15% , right 100px }
bgpos491104 { background-position: center top 15px , center bottom 15% , right 100px }
bgpos491105 { background-position: center 10% , center bottom 15% , right 100px }
bgpos491106 { background-position: center 100px , center bottom 15% , right 100px }
bgpos491107 { background-position: center bottom , center bottom 15% , right 100px }
bgpos491108 { background-position: center center , center bottom 15% , right 100px }
bgpos491109 { background-position: center top , center bottom 15% , right 100px }
bgpos491110 { background-position: left , center bottom 15% , right 100px }
bgpos491111 { background-position: left 10% , center bottom 15% , right 100px }
bgpos491112 { background-position: left 100px , center bottom 15% , right 100px }
bgpos491113 { background-position: left bottom , center bottom 15% , right 100px }
bgpos491114 { background-position: left center , center bottom 15% , right 100px }
bgpos491115 { background-position: left top , center bottom 15% , right 100px }
bgpos491116 { background-position: right , center bottom 15% , right 100px }
bgpos491117 { background-position: right 10% , center bottom 15% , right 100px }
bgpos491118 { background-position: right 100px , center bottom 15% , right 100px }
bgpos491119 { background-position: right bottom , center bottom 15% , right 100px }
bgpos491120 { background-position: right center , center bottom 15% , right 100px }
bgpos491121 { background-position: right top , center bottom 15% , right 100px }
bgpos491122 { background-position: top , center bottom 15% , right 100px }
bgpos491123 { background-position: left bottom , center bottom 15px , right 100px }
bgpos491124 { background-position: left bottom 15% , center bottom 15px , right 100px }
bgpos491125 { background-position: left bottom 15px , center bottom 15px , right 100px }
bgpos491126 { background-position: left top , center bottom 15px , right 100px }
bgpos491127 { background-position: left top 15% , center bottom 15px , right 100px }
bgpos491128 { background-position: left top 15px , center bottom 15px , right 100px }
bgpos491129 { background-position: left 15% bottom , center bottom 15px , right 100px }
bgpos491130 { background-position: left 15% bottom 15% , center bottom 15px , right 100px }
bgpos491131 { background-position: left 15% bottom 15px , center bottom 15px , right 100px }
bgpos491132 { background-position: left 15% top , center bottom 15px , right 100px }
bgpos491133 { background-position: left 15% top 15% , center bottom 15px , right 100px }
bgpos491134 { background-position: left 15% top 15px , center bottom 15px , right 100px }
bgpos491135 { background-position: left 15% center , center bottom 15px , right 100px }
bgpos491136 { background-position: left 15px bottom , center bottom 15px , right 100px }
bgpos491137 { background-position: left 15px bottom 15% , center bottom 15px , right 100px }
bgpos491138 { background-position: left 15px bottom 15px , center bottom 15px , right 100px }
bgpos491139 { background-position: left 15px top , center bottom 15px , right 100px }
bgpos491140 { background-position: left 15px top 15% , center bottom 15px , right 100px }
bgpos491141 { background-position: left 15px top 15px , center bottom 15px , right 100px }
bgpos491142 { background-position: left 15px center , center bottom 15px , right 100px }
bgpos491143 { background-position: left center , center bottom 15px , right 100px }
bgpos491144 { background-position: right bottom , center bottom 15px , right 100px }
bgpos491145 { background-position: right bottom 15% , center bottom 15px , right 100px }
bgpos491146 { background-position: right bottom 15px , center bottom 15px , right 100px }
bgpos491147 { background-position: right top , center bottom 15px , right 100px }
bgpos491148 { background-position: right top 15% , center bottom 15px , right 100px }
bgpos491149 { background-position: right top 15px , center bottom 15px , right 100px }
bgpos491150 { background-position: right 15% bottom , center bottom 15px , right 100px }
bgpos491151 { background-position: right 15% bottom 15% , center bottom 15px , right 100px }
bgpos491152 { background-position: right 15% bottom 15px , center bottom 15px , right 100px }
bgpos491153 { background-position: right 15% top , center bottom 15px , right 100px }
bgpos491154 { background-position: right 15% top 15% , center bottom 15px , right 100px }
bgpos491155 { background-position: right 15% top 15px , center bottom 15px , right 100px }
bgpos491156 { background-position: right 15% center , center bottom 15px , right 100px }
bgpos491157 { background-position: right 15px bottom , center bottom 15px , right 100px }
bgpos491158 { background-position: right 15px bottom 15% , center bottom 15px , right 100px }
bgpos491159 { background-position: right 15px bottom 15px , center bottom 15px , right 100px }
bgpos491160 { background-position: right 15px top , center bottom 15px , right 100px }
bgpos491161 { background-position: right 15px top 15% , center bottom 15px , right 100px }
bgpos491162 { background-position: right 15px top 15px , center bottom 15px , right 100px }
bgpos491163 { background-position: right 15px center , center bottom 15px , right 100px }
bgpos491164 { background-position: right center , center bottom 15px , right 100px }
bgpos491165 { background-position: 100px , center bottom 15px , right 100px }
bgpos491166 { background-position: 100px 10% , center bottom 15px , right 100px }
bgpos491167 { background-position: 100px 100px , center bottom 15px , right 100px }
bgpos491168 { background-position: 100px bottom , center bottom 15px , right 100px }
bgpos491169 { background-position: 100px center , center bottom 15px , right 100px }
bgpos491170 { background-position: 100px top , center bottom 15px , right 100px }
bgpos491171 { background-position: 50% , center bottom 15px , right 100px }
bgpos491172 { background-position: 50% 10% , center bottom 15px , right 100px }
bgpos491173 { background-position: 50% 100px , center bottom 15px , right 100px }
bgpos491174 { background-position: 50% bottom , center bottom 15px , right 100px }
bgpos491175 { background-position: 50% center , center bottom 15px , right 100px }
bgpos491176 { background-position: 50% top , center bottom 15px , right 100px }
bgpos491177 { background-position: bottom, center bottom 15px , right 100px }
bgpos491178 { background-position: center , center bottom 15px , right 100px }
bgpos491179 { background-position: center bottom , center bottom 15px , right 100px }
bgpos491180 { background-position: center bottom 15% , center bottom 15px , right 100px }
bgpos491181 { background-position: center bottom 15px , center bottom 15px , right 100px }
bgpos491182 { background-position: center top , center bottom 15px , right 100px }
bgpos491183 { background-position: center top 15% , center bottom 15px , right 100px }
bgpos491184 { background-position: center top 15px , center bottom 15px , right 100px }
bgpos491185 { background-position: center 10% , center bottom 15px , right 100px }
bgpos491186 { background-position: center 100px , center bottom 15px , right 100px }
bgpos491187 { background-position: center bottom , center bottom 15px , right 100px }
bgpos491188 { background-position: center center , center bottom 15px , right 100px }
bgpos491189 { background-position: center top , center bottom 15px , right 100px }
bgpos491190 { background-position: left , center bottom 15px , right 100px }
bgpos491191 { background-position: left 10% , center bottom 15px , right 100px }
bgpos491192 { background-position: left 100px , center bottom 15px , right 100px }
bgpos491193 { background-position: left bottom , center bottom 15px , right 100px }
bgpos491194 { background-position: left center , center bottom 15px , right 100px }
bgpos491195 { background-position: left top , center bottom 15px , right 100px }
bgpos491196 { background-position: right , center bottom 15px , right 100px }
bgpos491197 { background-position: right 10% , center bottom 15px , right 100px }
bgpos491198 { background-position: right 100px , center bottom 15px , right 100px }
bgpos491199 { background-position: right bottom , center bottom 15px , right 100px }
bgpos491200 { background-position: right center , center bottom 15px , right 100px }
bgpos491201 { background-position: right top , center bottom 15px , right 100px }
bgpos491202 { background-position: top , center bottom 15px , right 100px }
bgpos491203 { background-position: left bottom , center top , right 100px }
bgpos491204 { background-position: left bottom 15% , center top , right 100px }
bgpos491205 { background-position: left bottom 15px , center top , right 100px }
bgpos491206 { background-position: left top , center top , right 100px }
bgpos491207 { background-position: left top 15% , center top , right 100px }
bgpos491208 { background-position: left top 15px , center top , right 100px }
bgpos491209 { background-position: left 15% bottom , center top , right 100px }
bgpos491210 { background-position: left 15% bottom 15% , center top , right 100px }
bgpos491211 { background-position: left 15% bottom 15px , center top , right 100px }
bgpos491212 { background-position: left 15% top , center top , right 100px }
bgpos491213 { background-position: left 15% top 15% , center top , right 100px }
bgpos491214 { background-position: left 15% top 15px , center top , right 100px }
bgpos491215 { background-position: left 15% center , center top , right 100px }
bgpos491216 { background-position: left 15px bottom , center top , right 100px }
bgpos491217 { background-position: left 15px bottom 15% , center top , right 100px }
bgpos491218 { background-position: left 15px bottom 15px , center top , right 100px }
bgpos491219 { background-position: left 15px top , center top , right 100px }
bgpos491220 { background-position: left 15px top 15% , center top , right 100px }
bgpos491221 { background-position: left 15px top 15px , center top , right 100px }
bgpos491222 { background-position: left 15px center , center top , right 100px }
bgpos491223 { background-position: left center , center top , right 100px }
bgpos491224 { background-position: right bottom , center top , right 100px }
bgpos491225 { background-position: right bottom 15% , center top , right 100px }
bgpos491226 { background-position: right bottom 15px , center top , right 100px }
bgpos491227 { background-position: right top , center top , right 100px }
bgpos491228 { background-position: right top 15% , center top , right 100px }
bgpos491229 { background-position: right top 15px , center top , right 100px }
bgpos491230 { background-position: right 15% bottom , center top , right 100px }
bgpos491231 { background-position: right 15% bottom 15% , center top , right 100px }
bgpos491232 { background-position: right 15% bottom 15px , center top , right 100px }
bgpos491233 { background-position: right 15% top , center top , right 100px }
bgpos491234 { background-position: right 15% top 15% , center top , right 100px }
bgpos491235 { background-position: right 15% top 15px , center top , right 100px }
bgpos491236 { background-position: right 15% center , center top , right 100px }
bgpos491237 { background-position: right 15px bottom , center top , right 100px }
bgpos491238 { background-position: right 15px bottom 15% , center top , right 100px }
bgpos491239 { background-position: right 15px bottom 15px , center top , right 100px }
bgpos491240 { background-position: right 15px top , center top , right 100px }
bgpos491241 { background-position: right 15px top 15% , center top , right 100px }
bgpos491242 { background-position: right 15px top 15px , center top , right 100px }
bgpos491243 { background-position: right 15px center , center top , right 100px }
bgpos491244 { background-position: right center , center top , right 100px }
bgpos491245 { background-position: 100px , center top , right 100px }
bgpos491246 { background-position: 100px 10% , center top , right 100px }
bgpos491247 { background-position: 100px 100px , center top , right 100px }
bgpos491248 { background-position: 100px bottom , center top , right 100px }
bgpos491249 { background-position: 100px center , center top , right 100px }
bgpos491250 { background-position: 100px top , center top , right 100px }
bgpos491251 { background-position: 50% , center top , right 100px }
bgpos491252 { background-position: 50% 10% , center top , right 100px }
bgpos491253 { background-position: 50% 100px , center top , right 100px }
bgpos491254 { background-position: 50% bottom , center top , right 100px }
bgpos491255 { background-position: 50% center , center top , right 100px }
bgpos491256 { background-position: 50% top , center top , right 100px }
bgpos491257 { background-position: bottom, center top , right 100px }
bgpos491258 { background-position: center , center top , right 100px }
bgpos491259 { background-position: center bottom , center top , right 100px }
bgpos491260 { background-position: center bottom 15% , center top , right 100px }
bgpos491261 { background-position: center bottom 15px , center top , right 100px }
bgpos491262 { background-position: center top , center top , right 100px }
bgpos491263 { background-position: center top 15% , center top , right 100px }
bgpos491264 { background-position: center top 15px , center top , right 100px }
bgpos491265 { background-position: center 10% , center top , right 100px }
bgpos491266 { background-position: center 100px , center top , right 100px }
bgpos491267 { background-position: center bottom , center top , right 100px }
bgpos491268 { background-position: center center , center top , right 100px }
bgpos491269 { background-position: center top , center top , right 100px }
bgpos491270 { background-position: left , center top , right 100px }
bgpos491271 { background-position: left 10% , center top , right 100px }
bgpos491272 { background-position: left 100px , center top , right 100px }
bgpos491273 { background-position: left bottom , center top , right 100px }
bgpos491274 { background-position: left center , center top , right 100px }
bgpos491275 { background-position: left top , center top , right 100px }
bgpos491276 { background-position: right , center top , right 100px }
bgpos491277 { background-position: right 10% , center top , right 100px }
bgpos491278 { background-position: right 100px , center top , right 100px }
bgpos491279 { background-position: right bottom , center top , right 100px }
bgpos491280 { background-position: right center , center top , right 100px }
bgpos491281 { background-position: right top , center top , right 100px }
bgpos491282 { background-position: top , center top , right 100px }
bgpos491283 { background-position: left bottom , center top 15% , right 100px }
bgpos491284 { background-position: left bottom 15% , center top 15% , right 100px }
bgpos491285 { background-position: left bottom 15px , center top 15% , right 100px }
bgpos491286 { background-position: left top , center top 15% , right 100px }
bgpos491287 { background-position: left top 15% , center top 15% , right 100px }
bgpos491288 { background-position: left top 15px , center top 15% , right 100px }
bgpos491289 { background-position: left 15% bottom , center top 15% , right 100px }
bgpos491290 { background-position: left 15% bottom 15% , center top 15% , right 100px }
bgpos491291 { background-position: left 15% bottom 15px , center top 15% , right 100px }
bgpos491292 { background-position: left 15% top , center top 15% , right 100px }
bgpos491293 { background-position: left 15% top 15% , center top 15% , right 100px }
bgpos491294 { background-position: left 15% top 15px , center top 15% , right 100px }
bgpos491295 { background-position: left 15% center , center top 15% , right 100px }
bgpos491296 { background-position: left 15px bottom , center top 15% , right 100px }
bgpos491297 { background-position: left 15px bottom 15% , center top 15% , right 100px }
bgpos491298 { background-position: left 15px bottom 15px , center top 15% , right 100px }
bgpos491299 { background-position: left 15px top , center top 15% , right 100px }
bgpos491300 { background-position: left 15px top 15% , center top 15% , right 100px }
bgpos491301 { background-position: left 15px top 15px , center top 15% , right 100px }
bgpos491302 { background-position: left 15px center , center top 15% , right 100px }
bgpos491303 { background-position: left center , center top 15% , right 100px }
bgpos491304 { background-position: right bottom , center top 15% , right 100px }
bgpos491305 { background-position: right bottom 15% , center top 15% , right 100px }
bgpos491306 { background-position: right bottom 15px , center top 15% , right 100px }
bgpos491307 { background-position: right top , center top 15% , right 100px }
bgpos491308 { background-position: right top 15% , center top 15% , right 100px }
bgpos491309 { background-position: right top 15px , center top 15% , right 100px }
bgpos491310 { background-position: right 15% bottom , center top 15% , right 100px }
bgpos491311 { background-position: right 15% bottom 15% , center top 15% , right 100px }
bgpos491312 { background-position: right 15% bottom 15px , center top 15% , right 100px }
bgpos491313 { background-position: right 15% top , center top 15% , right 100px }
bgpos491314 { background-position: right 15% top 15% , center top 15% , right 100px }
bgpos491315 { background-position: right 15% top 15px , center top 15% , right 100px }
bgpos491316 { background-position: right 15% center , center top 15% , right 100px }
bgpos491317 { background-position: right 15px bottom , center top 15% , right 100px }
bgpos491318 { background-position: right 15px bottom 15% , center top 15% , right 100px }
bgpos491319 { background-position: right 15px bottom 15px , center top 15% , right 100px }
bgpos491320 { background-position: right 15px top , center top 15% , right 100px }
bgpos491321 { background-position: right 15px top 15% , center top 15% , right 100px }
bgpos491322 { background-position: right 15px top 15px , center top 15% , right 100px }
bgpos491323 { background-position: right 15px center , center top 15% , right 100px }
bgpos491324 { background-position: right center , center top 15% , right 100px }
bgpos491325 { background-position: 100px , center top 15% , right 100px }
bgpos491326 { background-position: 100px 10% , center top 15% , right 100px }
bgpos491327 { background-position: 100px 100px , center top 15% , right 100px }
bgpos491328 { background-position: 100px bottom , center top 15% , right 100px }
bgpos491329 { background-position: 100px center , center top 15% , right 100px }
bgpos491330 { background-position: 100px top , center top 15% , right 100px }
bgpos491331 { background-position: 50% , center top 15% , right 100px }
bgpos491332 { background-position: 50% 10% , center top 15% , right 100px }
bgpos491333 { background-position: 50% 100px , center top 15% , right 100px }
bgpos491334 { background-position: 50% bottom , center top 15% , right 100px }
bgpos491335 { background-position: 50% center , center top 15% , right 100px }
bgpos491336 { background-position: 50% top , center top 15% , right 100px }
bgpos491337 { background-position: bottom, center top 15% , right 100px }
bgpos491338 { background-position: center , center top 15% , right 100px }
bgpos491339 { background-position: center bottom , center top 15% , right 100px }
bgpos491340 { background-position: center bottom 15% , center top 15% , right 100px }
bgpos491341 { background-position: center bottom 15px , center top 15% , right 100px }
bgpos491342 { background-position: center top , center top 15% , right 100px }
bgpos491343 { background-position: center top 15% , center top 15% , right 100px }
bgpos491344 { background-position: center top 15px , center top 15% , right 100px }
bgpos491345 { background-position: center 10% , center top 15% , right 100px }
bgpos491346 { background-position: center 100px , center top 15% , right 100px }
bgpos491347 { background-position: center bottom , center top 15% , right 100px }
bgpos491348 { background-position: center center , center top 15% , right 100px }
bgpos491349 { background-position: center top , center top 15% , right 100px }
bgpos491350 { background-position: left , center top 15% , right 100px }
bgpos491351 { background-position: left 10% , center top 15% , right 100px }
bgpos491352 { background-position: left 100px , center top 15% , right 100px }
bgpos491353 { background-position: left bottom , center top 15% , right 100px }
bgpos491354 { background-position: left center , center top 15% , right 100px }
bgpos491355 { background-position: left top , center top 15% , right 100px }
bgpos491356 { background-position: right , center top 15% , right 100px }
bgpos491357 { background-position: right 10% , center top 15% , right 100px }
bgpos491358 { background-position: right 100px , center top 15% , right 100px }
bgpos491359 { background-position: right bottom , center top 15% , right 100px }
bgpos491360 { background-position: right center , center top 15% , right 100px }
bgpos491361 { background-position: right top , center top 15% , right 100px }
bgpos491362 { background-position: top , center top 15% , right 100px }
bgpos491363 { background-position: left bottom , center top 15px , right 100px }
bgpos491364 { background-position: left bottom 15% , center top 15px , right 100px }
bgpos491365 { background-position: left bottom 15px , center top 15px , right 100px }
bgpos491366 { background-position: left top , center top 15px , right 100px }
bgpos491367 { background-position: left top 15% , center top 15px , right 100px }
bgpos491368 { background-position: left top 15px , center top 15px , right 100px }
bgpos491369 { background-position: left 15% bottom , center top 15px , right 100px }
bgpos491370 { background-position: left 15% bottom 15% , center top 15px , right 100px }
bgpos491371 { background-position: left 15% bottom 15px , center top 15px , right 100px }
bgpos491372 { background-position: left 15% top , center top 15px , right 100px }
bgpos491373 { background-position: left 15% top 15% , center top 15px , right 100px }
bgpos491374 { background-position: left 15% top 15px , center top 15px , right 100px }
bgpos491375 { background-position: left 15% center , center top 15px , right 100px }
bgpos491376 { background-position: left 15px bottom , center top 15px , right 100px }
bgpos491377 { background-position: left 15px bottom 15% , center top 15px , right 100px }
bgpos491378 { background-position: left 15px bottom 15px , center top 15px , right 100px }
bgpos491379 { background-position: left 15px top , center top 15px , right 100px }
bgpos491380 { background-position: left 15px top 15% , center top 15px , right 100px }
bgpos491381 { background-position: left 15px top 15px , center top 15px , right 100px }
bgpos491382 { background-position: left 15px center , center top 15px , right 100px }
bgpos491383 { background-position: left center , center top 15px , right 100px }
bgpos491384 { background-position: right bottom , center top 15px , right 100px }
bgpos491385 { background-position: right bottom 15% , center top 15px , right 100px }
bgpos491386 { background-position: right bottom 15px , center top 15px , right 100px }
bgpos491387 { background-position: right top , center top 15px , right 100px }
bgpos491388 { background-position: right top 15% , center top 15px , right 100px }
bgpos491389 { background-position: right top 15px , center top 15px , right 100px }
bgpos491390 { background-position: right 15% bottom , center top 15px , right 100px }
bgpos491391 { background-position: right 15% bottom 15% , center top 15px , right 100px }
bgpos491392 { background-position: right 15% bottom 15px , center top 15px , right 100px }
bgpos491393 { background-position: right 15% top , center top 15px , right 100px }
bgpos491394 { background-position: right 15% top 15% , center top 15px , right 100px }
bgpos491395 { background-position: right 15% top 15px , center top 15px , right 100px }
bgpos491396 { background-position: right 15% center , center top 15px , right 100px }
bgpos491397 { background-position: right 15px bottom , center top 15px , right 100px }
bgpos491398 { background-position: right 15px bottom 15% , center top 15px , right 100px }
bgpos491399 { background-position: right 15px bottom 15px , center top 15px , right 100px }
bgpos491400 { background-position: right 15px top , center top 15px , right 100px }
bgpos491401 { background-position: right 15px top 15% , center top 15px , right 100px }
bgpos491402 { background-position: right 15px top 15px , center top 15px , right 100px }
bgpos491403 { background-position: right 15px center , center top 15px , right 100px }
bgpos491404 { background-position: right center , center top 15px , right 100px }
bgpos491405 { background-position: 100px , center top 15px , right 100px }
bgpos491406 { background-position: 100px 10% , center top 15px , right 100px }
bgpos491407 { background-position: 100px 100px , center top 15px , right 100px }
bgpos491408 { background-position: 100px bottom , center top 15px , right 100px }
bgpos491409 { background-position: 100px center , center top 15px , right 100px }
bgpos491410 { background-position: 100px top , center top 15px , right 100px }
bgpos491411 { background-position: 50% , center top 15px , right 100px }
bgpos491412 { background-position: 50% 10% , center top 15px , right 100px }
bgpos491413 { background-position: 50% 100px , center top 15px , right 100px }
bgpos491414 { background-position: 50% bottom , center top 15px , right 100px }
bgpos491415 { background-position: 50% center , center top 15px , right 100px }
bgpos491416 { background-position: 50% top , center top 15px , right 100px }
bgpos491417 { background-position: bottom, center top 15px , right 100px }
bgpos491418 { background-position: center , center top 15px , right 100px }
bgpos491419 { background-position: center bottom , center top 15px , right 100px }
bgpos491420 { background-position: center bottom 15% , center top 15px , right 100px }
bgpos491421 { background-position: center bottom 15px , center top 15px , right 100px }
bgpos491422 { background-position: center top , center top 15px , right 100px }
bgpos491423 { background-position: center top 15% , center top 15px , right 100px }
bgpos491424 { background-position: center top 15px , center top 15px , right 100px }
bgpos491425 { background-position: center 10% , center top 15px , right 100px }
bgpos491426 { background-position: center 100px , center top 15px , right 100px }
bgpos491427 { background-position: center bottom , center top 15px , right 100px }
bgpos491428 { background-position: center center , center top 15px , right 100px }
bgpos491429 { background-position: center top , center top 15px , right 100px }
bgpos491430 { background-position: left , center top 15px , right 100px }
bgpos491431 { background-position: left 10% , center top 15px , right 100px }
bgpos491432 { background-position: left 100px , center top 15px , right 100px }
bgpos491433 { background-position: left bottom , center top 15px , right 100px }
bgpos491434 { background-position: left center , center top 15px , right 100px }
bgpos491435 { background-position: left top , center top 15px , right 100px }
bgpos491436 { background-position: right , center top 15px , right 100px }
bgpos491437 { background-position: right 10% , center top 15px , right 100px }
bgpos491438 { background-position: right 100px , center top 15px , right 100px }
bgpos491439 { background-position: right bottom , center top 15px , right 100px }
bgpos491440 { background-position: right center , center top 15px , right 100px }
bgpos491441 { background-position: right top , center top 15px , right 100px }
bgpos491442 { background-position: top , center top 15px , right 100px }
bgpos491443 { background-position: left bottom , center 10% , right 100px }
bgpos491444 { background-position: left bottom 15% , center 10% , right 100px }
bgpos491445 { background-position: left bottom 15px , center 10% , right 100px }
bgpos491446 { background-position: left top , center 10% , right 100px }
bgpos491447 { background-position: left top 15% , center 10% , right 100px }
bgpos491448 { background-position: left top 15px , center 10% , right 100px }
bgpos491449 { background-position: left 15% bottom , center 10% , right 100px }
bgpos491450 { background-position: left 15% bottom 15% , center 10% , right 100px }
bgpos491451 { background-position: left 15% bottom 15px , center 10% , right 100px }
bgpos491452 { background-position: left 15% top , center 10% , right 100px }
bgpos491453 { background-position: left 15% top 15% , center 10% , right 100px }
bgpos491454 { background-position: left 15% top 15px , center 10% , right 100px }
bgpos491455 { background-position: left 15% center , center 10% , right 100px }
bgpos491456 { background-position: left 15px bottom , center 10% , right 100px }
bgpos491457 { background-position: left 15px bottom 15% , center 10% , right 100px }
bgpos491458 { background-position: left 15px bottom 15px , center 10% , right 100px }
bgpos491459 { background-position: left 15px top , center 10% , right 100px }
bgpos491460 { background-position: left 15px top 15% , center 10% , right 100px }
bgpos491461 { background-position: left 15px top 15px , center 10% , right 100px }
bgpos491462 { background-position: left 15px center , center 10% , right 100px }
bgpos491463 { background-position: left center , center 10% , right 100px }
bgpos491464 { background-position: right bottom , center 10% , right 100px }
bgpos491465 { background-position: right bottom 15% , center 10% , right 100px }
bgpos491466 { background-position: right bottom 15px , center 10% , right 100px }
bgpos491467 { background-position: right top , center 10% , right 100px }
bgpos491468 { background-position: right top 15% , center 10% , right 100px }
bgpos491469 { background-position: right top 15px , center 10% , right 100px }
bgpos491470 { background-position: right 15% bottom , center 10% , right 100px }
bgpos491471 { background-position: right 15% bottom 15% , center 10% , right 100px }
bgpos491472 { background-position: right 15% bottom 15px , center 10% , right 100px }
bgpos491473 { background-position: right 15% top , center 10% , right 100px }
bgpos491474 { background-position: right 15% top 15% , center 10% , right 100px }
bgpos491475 { background-position: right 15% top 15px , center 10% , right 100px }
bgpos491476 { background-position: right 15% center , center 10% , right 100px }
bgpos491477 { background-position: right 15px bottom , center 10% , right 100px }
bgpos491478 { background-position: right 15px bottom 15% , center 10% , right 100px }
bgpos491479 { background-position: right 15px bottom 15px , center 10% , right 100px }
bgpos491480 { background-position: right 15px top , center 10% , right 100px }
bgpos491481 { background-position: right 15px top 15% , center 10% , right 100px }
bgpos491482 { background-position: right 15px top 15px , center 10% , right 100px }
bgpos491483 { background-position: right 15px center , center 10% , right 100px }
bgpos491484 { background-position: right center , center 10% , right 100px }
bgpos491485 { background-position: 100px , center 10% , right 100px }
bgpos491486 { background-position: 100px 10% , center 10% , right 100px }
bgpos491487 { background-position: 100px 100px , center 10% , right 100px }
bgpos491488 { background-position: 100px bottom , center 10% , right 100px }
bgpos491489 { background-position: 100px center , center 10% , right 100px }
bgpos491490 { background-position: 100px top , center 10% , right 100px }
bgpos491491 { background-position: 50% , center 10% , right 100px }
bgpos491492 { background-position: 50% 10% , center 10% , right 100px }
bgpos491493 { background-position: 50% 100px , center 10% , right 100px }
bgpos491494 { background-position: 50% bottom , center 10% , right 100px }
bgpos491495 { background-position: 50% center , center 10% , right 100px }
bgpos491496 { background-position: 50% top , center 10% , right 100px }
bgpos491497 { background-position: bottom, center 10% , right 100px }
bgpos491498 { background-position: center , center 10% , right 100px }
bgpos491499 { background-position: center bottom , center 10% , right 100px }
bgpos491500 { background-position: center bottom 15% , center 10% , right 100px }
bgpos491501 { background-position: center bottom 15px , center 10% , right 100px }
bgpos491502 { background-position: center top , center 10% , right 100px }
bgpos491503 { background-position: center top 15% , center 10% , right 100px }
bgpos491504 { background-position: center top 15px , center 10% , right 100px }
bgpos491505 { background-position: center 10% , center 10% , right 100px }
bgpos491506 { background-position: center 100px , center 10% , right 100px }
bgpos491507 { background-position: center bottom , center 10% , right 100px }
bgpos491508 { background-position: center center , center 10% , right 100px }
bgpos491509 { background-position: center top , center 10% , right 100px }
bgpos491510 { background-position: left , center 10% , right 100px }
bgpos491511 { background-position: left 10% , center 10% , right 100px }
bgpos491512 { background-position: left 100px , center 10% , right 100px }
bgpos491513 { background-position: left bottom , center 10% , right 100px }
bgpos491514 { background-position: left center , center 10% , right 100px }
bgpos491515 { background-position: left top , center 10% , right 100px }
bgpos491516 { background-position: right , center 10% , right 100px }
bgpos491517 { background-position: right 10% , center 10% , right 100px }
bgpos491518 { background-position: right 100px , center 10% , right 100px }
bgpos491519 { background-position: right bottom , center 10% , right 100px }
bgpos491520 { background-position: right center , center 10% , right 100px }
bgpos491521 { background-position: right top , center 10% , right 100px }
bgpos491522 { background-position: top , center 10% , right 100px }
bgpos491523 { background-position: left bottom , center 100px , right 100px }
bgpos491524 { background-position: left bottom 15% , center 100px , right 100px }
bgpos491525 { background-position: left bottom 15px , center 100px , right 100px }
bgpos491526 { background-position: left top , center 100px , right 100px }
bgpos491527 { background-position: left top 15% , center 100px , right 100px }
bgpos491528 { background-position: left top 15px , center 100px , right 100px }
bgpos491529 { background-position: left 15% bottom , center 100px , right 100px }
bgpos491530 { background-position: left 15% bottom 15% , center 100px , right 100px }
bgpos491531 { background-position: left 15% bottom 15px , center 100px , right 100px }
bgpos491532 { background-position: left 15% top , center 100px , right 100px }
bgpos491533 { background-position: left 15% top 15% , center 100px , right 100px }
bgpos491534 { background-position: left 15% top 15px , center 100px , right 100px }
bgpos491535 { background-position: left 15% center , center 100px , right 100px }
bgpos491536 { background-position: left 15px bottom , center 100px , right 100px }
bgpos491537 { background-position: left 15px bottom 15% , center 100px , right 100px }
bgpos491538 { background-position: left 15px bottom 15px , center 100px , right 100px }
bgpos491539 { background-position: left 15px top , center 100px , right 100px }
bgpos491540 { background-position: left 15px top 15% , center 100px , right 100px }
bgpos491541 { background-position: left 15px top 15px , center 100px , right 100px }
bgpos491542 { background-position: left 15px center , center 100px , right 100px }
bgpos491543 { background-position: left center , center 100px , right 100px }
bgpos491544 { background-position: right bottom , center 100px , right 100px }
bgpos491545 { background-position: right bottom 15% , center 100px , right 100px }
bgpos491546 { background-position: right bottom 15px , center 100px , right 100px }
bgpos491547 { background-position: right top , center 100px , right 100px }
bgpos491548 { background-position: right top 15% , center 100px , right 100px }
bgpos491549 { background-position: right top 15px , center 100px , right 100px }
bgpos491550 { background-position: right 15% bottom , center 100px , right 100px }
bgpos491551 { background-position: right 15% bottom 15% , center 100px , right 100px }
bgpos491552 { background-position: right 15% bottom 15px , center 100px , right 100px }
bgpos491553 { background-position: right 15% top , center 100px , right 100px }
bgpos491554 { background-position: right 15% top 15% , center 100px , right 100px }
bgpos491555 { background-position: right 15% top 15px , center 100px , right 100px }
bgpos491556 { background-position: right 15% center , center 100px , right 100px }
bgpos491557 { background-position: right 15px bottom , center 100px , right 100px }
bgpos491558 { background-position: right 15px bottom 15% , center 100px , right 100px }
bgpos491559 { background-position: right 15px bottom 15px , center 100px , right 100px }
bgpos491560 { background-position: right 15px top , center 100px , right 100px }
bgpos491561 { background-position: right 15px top 15% , center 100px , right 100px }
bgpos491562 { background-position: right 15px top 15px , center 100px , right 100px }
bgpos491563 { background-position: right 15px center , center 100px , right 100px }
bgpos491564 { background-position: right center , center 100px , right 100px }
bgpos491565 { background-position: 100px , center 100px , right 100px }
bgpos491566 { background-position: 100px 10% , center 100px , right 100px }
bgpos491567 { background-position: 100px 100px , center 100px , right 100px }
bgpos491568 { background-position: 100px bottom , center 100px , right 100px }
bgpos491569 { background-position: 100px center , center 100px , right 100px }
bgpos491570 { background-position: 100px top , center 100px , right 100px }
bgpos491571 { background-position: 50% , center 100px , right 100px }
bgpos491572 { background-position: 50% 10% , center 100px , right 100px }
bgpos491573 { background-position: 50% 100px , center 100px , right 100px }
bgpos491574 { background-position: 50% bottom , center 100px , right 100px }
bgpos491575 { background-position: 50% center , center 100px , right 100px }
bgpos491576 { background-position: 50% top , center 100px , right 100px }
bgpos491577 { background-position: bottom, center 100px , right 100px }
bgpos491578 { background-position: center , center 100px , right 100px }
bgpos491579 { background-position: center bottom , center 100px , right 100px }
bgpos491580 { background-position: center bottom 15% , center 100px , right 100px }
bgpos491581 { background-position: center bottom 15px , center 100px , right 100px }
bgpos491582 { background-position: center top , center 100px , right 100px }
bgpos491583 { background-position: center top 15% , center 100px , right 100px }
bgpos491584 { background-position: center top 15px , center 100px , right 100px }
bgpos491585 { background-position: center 10% , center 100px , right 100px }
bgpos491586 { background-position: center 100px , center 100px , right 100px }
bgpos491587 { background-position: center bottom , center 100px , right 100px }
bgpos491588 { background-position: center center , center 100px , right 100px }
bgpos491589 { background-position: center top , center 100px , right 100px }
bgpos491590 { background-position: left , center 100px , right 100px }
bgpos491591 { background-position: left 10% , center 100px , right 100px }
bgpos491592 { background-position: left 100px , center 100px , right 100px }
bgpos491593 { background-position: left bottom , center 100px , right 100px }
bgpos491594 { background-position: left center , center 100px , right 100px }
bgpos491595 { background-position: left top , center 100px , right 100px }
bgpos491596 { background-position: right , center 100px , right 100px }
bgpos491597 { background-position: right 10% , center 100px , right 100px }
bgpos491598 { background-position: right 100px , center 100px , right 100px }
bgpos491599 { background-position: right bottom , center 100px , right 100px }
bgpos491600 { background-position: right center , center 100px , right 100px }
bgpos491601 { background-position: right top , center 100px , right 100px }
bgpos491602 { background-position: top , center 100px , right 100px }
bgpos491603 { background-position: left bottom , center bottom , right 100px }
bgpos491604 { background-position: left bottom 15% , center bottom , right 100px }
bgpos491605 { background-position: left bottom 15px , center bottom , right 100px }
bgpos491606 { background-position: left top , center bottom , right 100px }
bgpos491607 { background-position: left top 15% , center bottom , right 100px }
bgpos491608 { background-position: left top 15px , center bottom , right 100px }
bgpos491609 { background-position: left 15% bottom , center bottom , right 100px }
bgpos491610 { background-position: left 15% bottom 15% , center bottom , right 100px }
bgpos491611 { background-position: left 15% bottom 15px , center bottom , right 100px }
bgpos491612 { background-position: left 15% top , center bottom , right 100px }
bgpos491613 { background-position: left 15% top 15% , center bottom , right 100px }
bgpos491614 { background-position: left 15% top 15px , center bottom , right 100px }
bgpos491615 { background-position: left 15% center , center bottom , right 100px }
bgpos491616 { background-position: left 15px bottom , center bottom , right 100px }
bgpos491617 { background-position: left 15px bottom 15% , center bottom , right 100px }
bgpos491618 { background-position: left 15px bottom 15px , center bottom , right 100px }
bgpos491619 { background-position: left 15px top , center bottom , right 100px }
bgpos491620 { background-position: left 15px top 15% , center bottom , right 100px }
bgpos491621 { background-position: left 15px top 15px , center bottom , right 100px }
bgpos491622 { background-position: left 15px center , center bottom , right 100px }
bgpos491623 { background-position: left center , center bottom , right 100px }
bgpos491624 { background-position: right bottom , center bottom , right 100px }
bgpos491625 { background-position: right bottom 15% , center bottom , right 100px }
bgpos491626 { background-position: right bottom 15px , center bottom , right 100px }
bgpos491627 { background-position: right top , center bottom , right 100px }
bgpos491628 { background-position: right top 15% , center bottom , right 100px }
bgpos491629 { background-position: right top 15px , center bottom , right 100px }
bgpos491630 { background-position: right 15% bottom , center bottom , right 100px }
bgpos491631 { background-position: right 15% bottom 15% , center bottom , right 100px }
bgpos491632 { background-position: right 15% bottom 15px , center bottom , right 100px }
bgpos491633 { background-position: right 15% top , center bottom , right 100px }
bgpos491634 { background-position: right 15% top 15% , center bottom , right 100px }
bgpos491635 { background-position: right 15% top 15px , center bottom , right 100px }
bgpos491636 { background-position: right 15% center , center bottom , right 100px }
bgpos491637 { background-position: right 15px bottom , center bottom , right 100px }
bgpos491638 { background-position: right 15px bottom 15% , center bottom , right 100px }
bgpos491639 { background-position: right 15px bottom 15px , center bottom , right 100px }
bgpos491640 { background-position: right 15px top , center bottom , right 100px }
bgpos491641 { background-position: right 15px top 15% , center bottom , right 100px }
bgpos491642 { background-position: right 15px top 15px , center bottom , right 100px }
bgpos491643 { background-position: right 15px center , center bottom , right 100px }
bgpos491644 { background-position: right center , center bottom , right 100px }
bgpos491645 { background-position: 100px , center bottom , right 100px }
bgpos491646 { background-position: 100px 10% , center bottom , right 100px }
bgpos491647 { background-position: 100px 100px , center bottom , right 100px }
bgpos491648 { background-position: 100px bottom , center bottom , right 100px }
bgpos491649 { background-position: 100px center , center bottom , right 100px }
bgpos491650 { background-position: 100px top , center bottom , right 100px }
bgpos491651 { background-position: 50% , center bottom , right 100px }
bgpos491652 { background-position: 50% 10% , center bottom , right 100px }
bgpos491653 { background-position: 50% 100px , center bottom , right 100px }
bgpos491654 { background-position: 50% bottom , center bottom , right 100px }
bgpos491655 { background-position: 50% center , center bottom , right 100px }
bgpos491656 { background-position: 50% top , center bottom , right 100px }
bgpos491657 { background-position: bottom, center bottom , right 100px }
bgpos491658 { background-position: center , center bottom , right 100px }
bgpos491659 { background-position: center bottom , center bottom , right 100px }
bgpos491660 { background-position: center bottom 15% , center bottom , right 100px }
bgpos491661 { background-position: center bottom 15px , center bottom , right 100px }
bgpos491662 { background-position: center top , center bottom , right 100px }
bgpos491663 { background-position: center top 15% , center bottom , right 100px }
bgpos491664 { background-position: center top 15px , center bottom , right 100px }
bgpos491665 { background-position: center 10% , center bottom , right 100px }
bgpos491666 { background-position: center 100px , center bottom , right 100px }
bgpos491667 { background-position: center bottom , center bottom , right 100px }
bgpos491668 { background-position: center center , center bottom , right 100px }
bgpos491669 { background-position: center top , center bottom , right 100px }
bgpos491670 { background-position: left , center bottom , right 100px }
bgpos491671 { background-position: left 10% , center bottom , right 100px }
bgpos491672 { background-position: left 100px , center bottom , right 100px }
bgpos491673 { background-position: left bottom , center bottom , right 100px }
bgpos491674 { background-position: left center , center bottom , right 100px }
bgpos491675 { background-position: left top , center bottom , right 100px }
bgpos491676 { background-position: right , center bottom , right 100px }
bgpos491677 { background-position: right 10% , center bottom , right 100px }
bgpos491678 { background-position: right 100px , center bottom , right 100px }
bgpos491679 { background-position: right bottom , center bottom , right 100px }
bgpos491680 { background-position: right center , center bottom , right 100px }
bgpos491681 { background-position: right top , center bottom , right 100px }
bgpos491682 { background-position: top , center bottom , right 100px }
bgpos491683 { background-position: left bottom , center center , right 100px }
bgpos491684 { background-position: left bottom 15% , center center , right 100px }
bgpos491685 { background-position: left bottom 15px , center center , right 100px }
bgpos491686 { background-position: left top , center center , right 100px }
bgpos491687 { background-position: left top 15% , center center , right 100px }
bgpos491688 { background-position: left top 15px , center center , right 100px }
bgpos491689 { background-position: left 15% bottom , center center , right 100px }
bgpos491690 { background-position: left 15% bottom 15% , center center , right 100px }
bgpos491691 { background-position: left 15% bottom 15px , center center , right 100px }
bgpos491692 { background-position: left 15% top , center center , right 100px }
bgpos491693 { background-position: left 15% top 15% , center center , right 100px }
bgpos491694 { background-position: left 15% top 15px , center center , right 100px }
bgpos491695 { background-position: left 15% center , center center , right 100px }
bgpos491696 { background-position: left 15px bottom , center center , right 100px }
bgpos491697 { background-position: left 15px bottom 15% , center center , right 100px }
bgpos491698 { background-position: left 15px bottom 15px , center center , right 100px }
bgpos491699 { background-position: left 15px top , center center , right 100px }
bgpos491700 { background-position: left 15px top 15% , center center , right 100px }
bgpos491701 { background-position: left 15px top 15px , center center , right 100px }
bgpos491702 { background-position: left 15px center , center center , right 100px }
bgpos491703 { background-position: left center , center center , right 100px }
bgpos491704 { background-position: right bottom , center center , right 100px }
bgpos491705 { background-position: right bottom 15% , center center , right 100px }
bgpos491706 { background-position: right bottom 15px , center center , right 100px }
bgpos491707 { background-position: right top , center center , right 100px }
bgpos491708 { background-position: right top 15% , center center , right 100px }
bgpos491709 { background-position: right top 15px , center center , right 100px }
bgpos491710 { background-position: right 15% bottom , center center , right 100px }
bgpos491711 { background-position: right 15% bottom 15% , center center , right 100px }
bgpos491712 { background-position: right 15% bottom 15px , center center , right 100px }
bgpos491713 { background-position: right 15% top , center center , right 100px }
bgpos491714 { background-position: right 15% top 15% , center center , right 100px }
bgpos491715 { background-position: right 15% top 15px , center center , right 100px }
bgpos491716 { background-position: right 15% center , center center , right 100px }
bgpos491717 { background-position: right 15px bottom , center center , right 100px }
bgpos491718 { background-position: right 15px bottom 15% , center center , right 100px }
bgpos491719 { background-position: right 15px bottom 15px , center center , right 100px }
bgpos491720 { background-position: right 15px top , center center , right 100px }
bgpos491721 { background-position: right 15px top 15% , center center , right 100px }
bgpos491722 { background-position: right 15px top 15px , center center , right 100px }
bgpos491723 { background-position: right 15px center , center center , right 100px }
bgpos491724 { background-position: right center , center center , right 100px }
bgpos491725 { background-position: 100px , center center , right 100px }
bgpos491726 { background-position: 100px 10% , center center , right 100px }
bgpos491727 { background-position: 100px 100px , center center , right 100px }
bgpos491728 { background-position: 100px bottom , center center , right 100px }
bgpos491729 { background-position: 100px center , center center , right 100px }
bgpos491730 { background-position: 100px top , center center , right 100px }
bgpos491731 { background-position: 50% , center center , right 100px }
bgpos491732 { background-position: 50% 10% , center center , right 100px }
bgpos491733 { background-position: 50% 100px , center center , right 100px }
bgpos491734 { background-position: 50% bottom , center center , right 100px }
bgpos491735 { background-position: 50% center , center center , right 100px }
bgpos491736 { background-position: 50% top , center center , right 100px }
bgpos491737 { background-position: bottom, center center , right 100px }
bgpos491738 { background-position: center , center center , right 100px }
bgpos491739 { background-position: center bottom , center center , right 100px }
bgpos491740 { background-position: center bottom 15% , center center , right 100px }
bgpos491741 { background-position: center bottom 15px , center center , right 100px }
bgpos491742 { background-position: center top , center center , right 100px }
bgpos491743 { background-position: center top 15% , center center , right 100px }
bgpos491744 { background-position: center top 15px , center center , right 100px }
bgpos491745 { background-position: center 10% , center center , right 100px }
bgpos491746 { background-position: center 100px , center center , right 100px }
bgpos491747 { background-position: center bottom , center center , right 100px }
bgpos491748 { background-position: center center , center center , right 100px }
bgpos491749 { background-position: center top , center center , right 100px }
bgpos491750 { background-position: left , center center , right 100px }
bgpos491751 { background-position: left 10% , center center , right 100px }
bgpos491752 { background-position: left 100px , center center , right 100px }
bgpos491753 { background-position: left bottom , center center , right 100px }
bgpos491754 { background-position: left center , center center , right 100px }
bgpos491755 { background-position: left top , center center , right 100px }
bgpos491756 { background-position: right , center center , right 100px }
bgpos491757 { background-position: right 10% , center center , right 100px }
bgpos491758 { background-position: right 100px , center center , right 100px }
bgpos491759 { background-position: right bottom , center center , right 100px }
bgpos491760 { background-position: right center , center center , right 100px }
bgpos491761 { background-position: right top , center center , right 100px }
bgpos491762 { background-position: top , center center , right 100px }
bgpos491763 { background-position: left bottom , center top , right 100px }
bgpos491764 { background-position: left bottom 15% , center top , right 100px }
bgpos491765 { background-position: left bottom 15px , center top , right 100px }
bgpos491766 { background-position: left top , center top , right 100px }
bgpos491767 { background-position: left top 15% , center top , right 100px }
bgpos491768 { background-position: left top 15px , center top , right 100px }
bgpos491769 { background-position: left 15% bottom , center top , right 100px }
bgpos491770 { background-position: left 15% bottom 15% , center top , right 100px }
bgpos491771 { background-position: left 15% bottom 15px , center top , right 100px }
bgpos491772 { background-position: left 15% top , center top , right 100px }
bgpos491773 { background-position: left 15% top 15% , center top , right 100px }
bgpos491774 { background-position: left 15% top 15px , center top , right 100px }
bgpos491775 { background-position: left 15% center , center top , right 100px }
bgpos491776 { background-position: left 15px bottom , center top , right 100px }
bgpos491777 { background-position: left 15px bottom 15% , center top , right 100px }
bgpos491778 { background-position: left 15px bottom 15px , center top , right 100px }
bgpos491779 { background-position: left 15px top , center top , right 100px }
bgpos491780 { background-position: left 15px top 15% , center top , right 100px }
bgpos491781 { background-position: left 15px top 15px , center top , right 100px }
bgpos491782 { background-position: left 15px center , center top , right 100px }
bgpos491783 { background-position: left center , center top , right 100px }
bgpos491784 { background-position: right bottom , center top , right 100px }
bgpos491785 { background-position: right bottom 15% , center top , right 100px }
bgpos491786 { background-position: right bottom 15px , center top , right 100px }
bgpos491787 { background-position: right top , center top , right 100px }
bgpos491788 { background-position: right top 15% , center top , right 100px }
bgpos491789 { background-position: right top 15px , center top , right 100px }
bgpos491790 { background-position: right 15% bottom , center top , right 100px }
bgpos491791 { background-position: right 15% bottom 15% , center top , right 100px }
bgpos491792 { background-position: right 15% bottom 15px , center top , right 100px }
bgpos491793 { background-position: right 15% top , center top , right 100px }
bgpos491794 { background-position: right 15% top 15% , center top , right 100px }
bgpos491795 { background-position: right 15% top 15px , center top , right 100px }
bgpos491796 { background-position: right 15% center , center top , right 100px }
bgpos491797 { background-position: right 15px bottom , center top , right 100px }
bgpos491798 { background-position: right 15px bottom 15% , center top , right 100px }
bgpos491799 { background-position: right 15px bottom 15px , center top , right 100px }
bgpos491800 { background-position: right 15px top , center top , right 100px }
bgpos491801 { background-position: right 15px top 15% , center top , right 100px }
bgpos491802 { background-position: right 15px top 15px , center top , right 100px }
bgpos491803 { background-position: right 15px center , center top , right 100px }
bgpos491804 { background-position: right center , center top , right 100px }
bgpos491805 { background-position: 100px , center top , right 100px }
bgpos491806 { background-position: 100px 10% , center top , right 100px }
bgpos491807 { background-position: 100px 100px , center top , right 100px }
bgpos491808 { background-position: 100px bottom , center top , right 100px }
bgpos491809 { background-position: 100px center , center top , right 100px }
bgpos491810 { background-position: 100px top , center top , right 100px }
bgpos491811 { background-position: 50% , center top , right 100px }
bgpos491812 { background-position: 50% 10% , center top , right 100px }
bgpos491813 { background-position: 50% 100px , center top , right 100px }
bgpos491814 { background-position: 50% bottom , center top , right 100px }
bgpos491815 { background-position: 50% center , center top , right 100px }
bgpos491816 { background-position: 50% top , center top , right 100px }
bgpos491817 { background-position: bottom, center top , right 100px }
bgpos491818 { background-position: center , center top , right 100px }
bgpos491819 { background-position: center bottom , center top , right 100px }
bgpos491820 { background-position: center bottom 15% , center top , right 100px }
bgpos491821 { background-position: center bottom 15px , center top , right 100px }
bgpos491822 { background-position: center top , center top , right 100px }
bgpos491823 { background-position: center top 15% , center top , right 100px }
bgpos491824 { background-position: center top 15px , center top , right 100px }
bgpos491825 { background-position: center 10% , center top , right 100px }
bgpos491826 { background-position: center 100px , center top , right 100px }
bgpos491827 { background-position: center bottom , center top , right 100px }
bgpos491828 { background-position: center center , center top , right 100px }
bgpos491829 { background-position: center top , center top , right 100px }
bgpos491830 { background-position: left , center top , right 100px }
bgpos491831 { background-position: left 10% , center top , right 100px }
bgpos491832 { background-position: left 100px , center top , right 100px }
bgpos491833 { background-position: left bottom , center top , right 100px }
bgpos491834 { background-position: left center , center top , right 100px }
bgpos491835 { background-position: left top , center top , right 100px }
bgpos491836 { background-position: right , center top , right 100px }
bgpos491837 { background-position: right 10% , center top , right 100px }
bgpos491838 { background-position: right 100px , center top , right 100px }
bgpos491839 { background-position: right bottom , center top , right 100px }
bgpos491840 { background-position: right center , center top , right 100px }
bgpos491841 { background-position: right top , center top , right 100px }
bgpos491842 { background-position: top , center top , right 100px }
bgpos491843 { background-position: left bottom , left , right 100px }
bgpos491844 { background-position: left bottom 15% , left , right 100px }
bgpos491845 { background-position: left bottom 15px , left , right 100px }
bgpos491846 { background-position: left top , left , right 100px }
bgpos491847 { background-position: left top 15% , left , right 100px }
bgpos491848 { background-position: left top 15px , left , right 100px }
bgpos491849 { background-position: left 15% bottom , left , right 100px }
bgpos491850 { background-position: left 15% bottom 15% , left , right 100px }
bgpos491851 { background-position: left 15% bottom 15px , left , right 100px }
bgpos491852 { background-position: left 15% top , left , right 100px }
bgpos491853 { background-position: left 15% top 15% , left , right 100px }
bgpos491854 { background-position: left 15% top 15px , left , right 100px }
bgpos491855 { background-position: left 15% center , left , right 100px }
bgpos491856 { background-position: left 15px bottom , left , right 100px }
bgpos491857 { background-position: left 15px bottom 15% , left , right 100px }
bgpos491858 { background-position: left 15px bottom 15px , left , right 100px }
bgpos491859 { background-position: left 15px top , left , right 100px }
bgpos491860 { background-position: left 15px top 15% , left , right 100px }
bgpos491861 { background-position: left 15px top 15px , left , right 100px }
bgpos491862 { background-position: left 15px center , left , right 100px }
bgpos491863 { background-position: left center , left , right 100px }
bgpos491864 { background-position: right bottom , left , right 100px }
bgpos491865 { background-position: right bottom 15% , left , right 100px }
bgpos491866 { background-position: right bottom 15px , left , right 100px }
bgpos491867 { background-position: right top , left , right 100px }
bgpos491868 { background-position: right top 15% , left , right 100px }
bgpos491869 { background-position: right top 15px , left , right 100px }
bgpos491870 { background-position: right 15% bottom , left , right 100px }
bgpos491871 { background-position: right 15% bottom 15% , left , right 100px }
bgpos491872 { background-position: right 15% bottom 15px , left , right 100px }
bgpos491873 { background-position: right 15% top , left , right 100px }
bgpos491874 { background-position: right 15% top 15% , left , right 100px }
bgpos491875 { background-position: right 15% top 15px , left , right 100px }
bgpos491876 { background-position: right 15% center , left , right 100px }
bgpos491877 { background-position: right 15px bottom , left , right 100px }
bgpos491878 { background-position: right 15px bottom 15% , left , right 100px }
bgpos491879 { background-position: right 15px bottom 15px , left , right 100px }
bgpos491880 { background-position: right 15px top , left , right 100px }
bgpos491881 { background-position: right 15px top 15% , left , right 100px }
bgpos491882 { background-position: right 15px top 15px , left , right 100px }
bgpos491883 { background-position: right 15px center , left , right 100px }
bgpos491884 { background-position: right center , left , right 100px }
bgpos491885 { background-position: 100px , left , right 100px }
bgpos491886 { background-position: 100px 10% , left , right 100px }
bgpos491887 { background-position: 100px 100px , left , right 100px }
bgpos491888 { background-position: 100px bottom , left , right 100px }
bgpos491889 { background-position: 100px center , left , right 100px }
bgpos491890 { background-position: 100px top , left , right 100px }
bgpos491891 { background-position: 50% , left , right 100px }
bgpos491892 { background-position: 50% 10% , left , right 100px }
bgpos491893 { background-position: 50% 100px , left , right 100px }
bgpos491894 { background-position: 50% bottom , left , right 100px }
bgpos491895 { background-position: 50% center , left , right 100px }
bgpos491896 { background-position: 50% top , left , right 100px }
bgpos491897 { background-position: bottom, left , right 100px }
bgpos491898 { background-position: center , left , right 100px }
bgpos491899 { background-position: center bottom , left , right 100px }
bgpos491900 { background-position: center bottom 15% , left , right 100px }
bgpos491901 { background-position: center bottom 15px , left , right 100px }
bgpos491902 { background-position: center top , left , right 100px }
bgpos491903 { background-position: center top 15% , left , right 100px }
bgpos491904 { background-position: center top 15px , left , right 100px }
bgpos491905 { background-position: center 10% , left , right 100px }
bgpos491906 { background-position: center 100px , left , right 100px }
bgpos491907 { background-position: center bottom , left , right 100px }
bgpos491908 { background-position: center center , left , right 100px }
bgpos491909 { background-position: center top , left , right 100px }
bgpos491910 { background-position: left , left , right 100px }
bgpos491911 { background-position: left 10% , left , right 100px }
bgpos491912 { background-position: left 100px , left , right 100px }
bgpos491913 { background-position: left bottom , left , right 100px }
bgpos491914 { background-position: left center , left , right 100px }
bgpos491915 { background-position: left top , left , right 100px }
bgpos491916 { background-position: right , left , right 100px }
bgpos491917 { background-position: right 10% , left , right 100px }
bgpos491918 { background-position: right 100px , left , right 100px }
bgpos491919 { background-position: right bottom , left , right 100px }
bgpos491920 { background-position: right center , left , right 100px }
bgpos491921 { background-position: right top , left , right 100px }
bgpos491922 { background-position: top , left , right 100px }
bgpos491923 { background-position: left bottom , left 10% , right 100px }
bgpos491924 { background-position: left bottom 15% , left 10% , right 100px }
bgpos491925 { background-position: left bottom 15px , left 10% , right 100px }
bgpos491926 { background-position: left top , left 10% , right 100px }
bgpos491927 { background-position: left top 15% , left 10% , right 100px }
bgpos491928 { background-position: left top 15px , left 10% , right 100px }
bgpos491929 { background-position: left 15% bottom , left 10% , right 100px }
bgpos491930 { background-position: left 15% bottom 15% , left 10% , right 100px }
bgpos491931 { background-position: left 15% bottom 15px , left 10% , right 100px }
bgpos491932 { background-position: left 15% top , left 10% , right 100px }
bgpos491933 { background-position: left 15% top 15% , left 10% , right 100px }
bgpos491934 { background-position: left 15% top 15px , left 10% , right 100px }
bgpos491935 { background-position: left 15% center , left 10% , right 100px }
bgpos491936 { background-position: left 15px bottom , left 10% , right 100px }
bgpos491937 { background-position: left 15px bottom 15% , left 10% , right 100px }
bgpos491938 { background-position: left 15px bottom 15px , left 10% , right 100px }
bgpos491939 { background-position: left 15px top , left 10% , right 100px }
bgpos491940 { background-position: left 15px top 15% , left 10% , right 100px }
bgpos491941 { background-position: left 15px top 15px , left 10% , right 100px }
bgpos491942 { background-position: left 15px center , left 10% , right 100px }
bgpos491943 { background-position: left center , left 10% , right 100px }
bgpos491944 { background-position: right bottom , left 10% , right 100px }
bgpos491945 { background-position: right bottom 15% , left 10% , right 100px }
bgpos491946 { background-position: right bottom 15px , left 10% , right 100px }
bgpos491947 { background-position: right top , left 10% , right 100px }
bgpos491948 { background-position: right top 15% , left 10% , right 100px }
bgpos491949 { background-position: right top 15px , left 10% , right 100px }
bgpos491950 { background-position: right 15% bottom , left 10% , right 100px }
bgpos491951 { background-position: right 15% bottom 15% , left 10% , right 100px }
bgpos491952 { background-position: right 15% bottom 15px , left 10% , right 100px }
bgpos491953 { background-position: right 15% top , left 10% , right 100px }
bgpos491954 { background-position: right 15% top 15% , left 10% , right 100px }
bgpos491955 { background-position: right 15% top 15px , left 10% , right 100px }
bgpos491956 { background-position: right 15% center , left 10% , right 100px }
bgpos491957 { background-position: right 15px bottom , left 10% , right 100px }
bgpos491958 { background-position: right 15px bottom 15% , left 10% , right 100px }
bgpos491959 { background-position: right 15px bottom 15px , left 10% , right 100px }
bgpos491960 { background-position: right 15px top , left 10% , right 100px }
bgpos491961 { background-position: right 15px top 15% , left 10% , right 100px }
bgpos491962 { background-position: right 15px top 15px , left 10% , right 100px }
bgpos491963 { background-position: right 15px center , left 10% , right 100px }
bgpos491964 { background-position: right center , left 10% , right 100px }
bgpos491965 { background-position: 100px , left 10% , right 100px }
bgpos491966 { background-position: 100px 10% , left 10% , right 100px }
bgpos491967 { background-position: 100px 100px , left 10% , right 100px }
bgpos491968 { background-position: 100px bottom , left 10% , right 100px }
bgpos491969 { background-position: 100px center , left 10% , right 100px }
bgpos491970 { background-position: 100px top , left 10% , right 100px }
bgpos491971 { background-position: 50% , left 10% , right 100px }
bgpos491972 { background-position: 50% 10% , left 10% , right 100px }
bgpos491973 { background-position: 50% 100px , left 10% , right 100px }
bgpos491974 { background-position: 50% bottom , left 10% , right 100px }
bgpos491975 { background-position: 50% center , left 10% , right 100px }
bgpos491976 { background-position: 50% top , left 10% , right 100px }
bgpos491977 { background-position: bottom, left 10% , right 100px }
bgpos491978 { background-position: center , left 10% , right 100px }
bgpos491979 { background-position: center bottom , left 10% , right 100px }
bgpos491980 { background-position: center bottom 15% , left 10% , right 100px }
bgpos491981 { background-position: center bottom 15px , left 10% , right 100px }
bgpos491982 { background-position: center top , left 10% , right 100px }
bgpos491983 { background-position: center top 15% , left 10% , right 100px }
bgpos491984 { background-position: center top 15px , left 10% , right 100px }
bgpos491985 { background-position: center 10% , left 10% , right 100px }
bgpos491986 { background-position: center 100px , left 10% , right 100px }
bgpos491987 { background-position: center bottom , left 10% , right 100px }
bgpos491988 { background-position: center center , left 10% , right 100px }
bgpos491989 { background-position: center top , left 10% , right 100px }
bgpos491990 { background-position: left , left 10% , right 100px }
bgpos491991 { background-position: left 10% , left 10% , right 100px }
bgpos491992 { background-position: left 100px , left 10% , right 100px }
bgpos491993 { background-position: left bottom , left 10% , right 100px }
bgpos491994 { background-position: left center , left 10% , right 100px }
bgpos491995 { background-position: left top , left 10% , right 100px }
bgpos491996 { background-position: right , left 10% , right 100px }
bgpos491997 { background-position: right 10% , left 10% , right 100px }
bgpos491998 { background-position: right 100px , left 10% , right 100px }
bgpos491999 { background-position: right bottom , left 10% , right 100px }
bgpos492000 { background-position: right center , left 10% , right 100px }
bgpos492001 { background-position: right top , left 10% , right 100px }
bgpos492002 { background-position: top , left 10% , right 100px }
bgpos492003 { background-position: left bottom , left 100px , right 100px }
bgpos492004 { background-position: left bottom 15% , left 100px , right 100px }
bgpos492005 { background-position: left bottom 15px , left 100px , right 100px }
bgpos492006 { background-position: left top , left 100px , right 100px }
bgpos492007 { background-position: left top 15% , left 100px , right 100px }
bgpos492008 { background-position: left top 15px , left 100px , right 100px }
bgpos492009 { background-position: left 15% bottom , left 100px , right 100px }
bgpos492010 { background-position: left 15% bottom 15% , left 100px , right 100px }
bgpos492011 { background-position: left 15% bottom 15px , left 100px , right 100px }
bgpos492012 { background-position: left 15% top , left 100px , right 100px }
bgpos492013 { background-position: left 15% top 15% , left 100px , right 100px }
bgpos492014 { background-position: left 15% top 15px , left 100px , right 100px }
bgpos492015 { background-position: left 15% center , left 100px , right 100px }
bgpos492016 { background-position: left 15px bottom , left 100px , right 100px }
bgpos492017 { background-position: left 15px bottom 15% , left 100px , right 100px }
bgpos492018 { background-position: left 15px bottom 15px , left 100px , right 100px }
bgpos492019 { background-position: left 15px top , left 100px , right 100px }
bgpos492020 { background-position: left 15px top 15% , left 100px , right 100px }
bgpos492021 { background-position: left 15px top 15px , left 100px , right 100px }
bgpos492022 { background-position: left 15px center , left 100px , right 100px }
bgpos492023 { background-position: left center , left 100px , right 100px }
bgpos492024 { background-position: right bottom , left 100px , right 100px }
bgpos492025 { background-position: right bottom 15% , left 100px , right 100px }
bgpos492026 { background-position: right bottom 15px , left 100px , right 100px }
bgpos492027 { background-position: right top , left 100px , right 100px }
bgpos492028 { background-position: right top 15% , left 100px , right 100px }
bgpos492029 { background-position: right top 15px , left 100px , right 100px }
bgpos492030 { background-position: right 15% bottom , left 100px , right 100px }
bgpos492031 { background-position: right 15% bottom 15% , left 100px , right 100px }
bgpos492032 { background-position: right 15% bottom 15px , left 100px , right 100px }
bgpos492033 { background-position: right 15% top , left 100px , right 100px }
bgpos492034 { background-position: right 15% top 15% , left 100px , right 100px }
bgpos492035 { background-position: right 15% top 15px , left 100px , right 100px }
bgpos492036 { background-position: right 15% center , left 100px , right 100px }
bgpos492037 { background-position: right 15px bottom , left 100px , right 100px }
bgpos492038 { background-position: right 15px bottom 15% , left 100px , right 100px }
bgpos492039 { background-position: right 15px bottom 15px , left 100px , right 100px }
bgpos492040 { background-position: right 15px top , left 100px , right 100px }
bgpos492041 { background-position: right 15px top 15% , left 100px , right 100px }
bgpos492042 { background-position: right 15px top 15px , left 100px , right 100px }
bgpos492043 { background-position: right 15px center , left 100px , right 100px }
bgpos492044 { background-position: right center , left 100px , right 100px }
bgpos492045 { background-position: 100px , left 100px , right 100px }
bgpos492046 { background-position: 100px 10% , left 100px , right 100px }
bgpos492047 { background-position: 100px 100px , left 100px , right 100px }
bgpos492048 { background-position: 100px bottom , left 100px , right 100px }
bgpos492049 { background-position: 100px center , left 100px , right 100px }
bgpos492050 { background-position: 100px top , left 100px , right 100px }
bgpos492051 { background-position: 50% , left 100px , right 100px }
bgpos492052 { background-position: 50% 10% , left 100px , right 100px }
bgpos492053 { background-position: 50% 100px , left 100px , right 100px }
bgpos492054 { background-position: 50% bottom , left 100px , right 100px }
bgpos492055 { background-position: 50% center , left 100px , right 100px }
bgpos492056 { background-position: 50% top , left 100px , right 100px }
bgpos492057 { background-position: bottom, left 100px , right 100px }
bgpos492058 { background-position: center , left 100px , right 100px }
bgpos492059 { background-position: center bottom , left 100px , right 100px }
bgpos492060 { background-position: center bottom 15% , left 100px , right 100px }
bgpos492061 { background-position: center bottom 15px , left 100px , right 100px }
bgpos492062 { background-position: center top , left 100px , right 100px }
bgpos492063 { background-position: center top 15% , left 100px , right 100px }
bgpos492064 { background-position: center top 15px , left 100px , right 100px }
bgpos492065 { background-position: center 10% , left 100px , right 100px }
bgpos492066 { background-position: center 100px , left 100px , right 100px }
bgpos492067 { background-position: center bottom , left 100px , right 100px }
bgpos492068 { background-position: center center , left 100px , right 100px }
bgpos492069 { background-position: center top , left 100px , right 100px }
bgpos492070 { background-position: left , left 100px , right 100px }
bgpos492071 { background-position: left 10% , left 100px , right 100px }
bgpos492072 { background-position: left 100px , left 100px , right 100px }
bgpos492073 { background-position: left bottom , left 100px , right 100px }
bgpos492074 { background-position: left center , left 100px , right 100px }
bgpos492075 { background-position: left top , left 100px , right 100px }
bgpos492076 { background-position: right , left 100px , right 100px }
bgpos492077 { background-position: right 10% , left 100px , right 100px }
bgpos492078 { background-position: right 100px , left 100px , right 100px }
bgpos492079 { background-position: right bottom , left 100px , right 100px }
bgpos492080 { background-position: right center , left 100px , right 100px }
bgpos492081 { background-position: right top , left 100px , right 100px }
bgpos492082 { background-position: top , left 100px , right 100px }
bgpos492083 { background-position: left bottom , left bottom , right 100px }
bgpos492084 { background-position: left bottom 15% , left bottom , right 100px }
bgpos492085 { background-position: left bottom 15px , left bottom , right 100px }
bgpos492086 { background-position: left top , left bottom , right 100px }
bgpos492087 { background-position: left top 15% , left bottom , right 100px }
bgpos492088 { background-position: left top 15px , left bottom , right 100px }
bgpos492089 { background-position: left 15% bottom , left bottom , right 100px }
bgpos492090 { background-position: left 15% bottom 15% , left bottom , right 100px }
bgpos492091 { background-position: left 15% bottom 15px , left bottom , right 100px }
bgpos492092 { background-position: left 15% top , left bottom , right 100px }
bgpos492093 { background-position: left 15% top 15% , left bottom , right 100px }
bgpos492094 { background-position: left 15% top 15px , left bottom , right 100px }
bgpos492095 { background-position: left 15% center , left bottom , right 100px }
bgpos492096 { background-position: left 15px bottom , left bottom , right 100px }
bgpos492097 { background-position: left 15px bottom 15% , left bottom , right 100px }
bgpos492098 { background-position: left 15px bottom 15px , left bottom , right 100px }
bgpos492099 { background-position: left 15px top , left bottom , right 100px }
bgpos492100 { background-position: left 15px top 15% , left bottom , right 100px }
bgpos492101 { background-position: left 15px top 15px , left bottom , right 100px }
bgpos492102 { background-position: left 15px center , left bottom , right 100px }
bgpos492103 { background-position: left center , left bottom , right 100px }
bgpos492104 { background-position: right bottom , left bottom , right 100px }
bgpos492105 { background-position: right bottom 15% , left bottom , right 100px }
bgpos492106 { background-position: right bottom 15px , left bottom , right 100px }
bgpos492107 { background-position: right top , left bottom , right 100px }
bgpos492108 { background-position: right top 15% , left bottom , right 100px }
bgpos492109 { background-position: right top 15px , left bottom , right 100px }
bgpos492110 { background-position: right 15% bottom , left bottom , right 100px }
bgpos492111 { background-position: right 15% bottom 15% , left bottom , right 100px }
bgpos492112 { background-position: right 15% bottom 15px , left bottom , right 100px }
bgpos492113 { background-position: right 15% top , left bottom , right 100px }
bgpos492114 { background-position: right 15% top 15% , left bottom , right 100px }
bgpos492115 { background-position: right 15% top 15px , left bottom , right 100px }
bgpos492116 { background-position: right 15% center , left bottom , right 100px }
bgpos492117 { background-position: right 15px bottom , left bottom , right 100px }
bgpos492118 { background-position: right 15px bottom 15% , left bottom , right 100px }
bgpos492119 { background-position: right 15px bottom 15px , left bottom , right 100px }
bgpos492120 { background-position: right 15px top , left bottom , right 100px }
bgpos492121 { background-position: right 15px top 15% , left bottom , right 100px }
bgpos492122 { background-position: right 15px top 15px , left bottom , right 100px }
bgpos492123 { background-position: right 15px center , left bottom , right 100px }
bgpos492124 { background-position: right center , left bottom , right 100px }
bgpos492125 { background-position: 100px , left bottom , right 100px }
bgpos492126 { background-position: 100px 10% , left bottom , right 100px }
bgpos492127 { background-position: 100px 100px , left bottom , right 100px }
bgpos492128 { background-position: 100px bottom , left bottom , right 100px }
bgpos492129 { background-position: 100px center , left bottom , right 100px }
bgpos492130 { background-position: 100px top , left bottom , right 100px }
bgpos492131 { background-position: 50% , left bottom , right 100px }
bgpos492132 { background-position: 50% 10% , left bottom , right 100px }
bgpos492133 { background-position: 50% 100px , left bottom , right 100px }
bgpos492134 { background-position: 50% bottom , left bottom , right 100px }
bgpos492135 { background-position: 50% center , left bottom , right 100px }
bgpos492136 { background-position: 50% top , left bottom , right 100px }
bgpos492137 { background-position: bottom, left bottom , right 100px }
bgpos492138 { background-position: center , left bottom , right 100px }
bgpos492139 { background-position: center bottom , left bottom , right 100px }
bgpos492140 { background-position: center bottom 15% , left bottom , right 100px }
bgpos492141 { background-position: center bottom 15px , left bottom , right 100px }
bgpos492142 { background-position: center top , left bottom , right 100px }
bgpos492143 { background-position: center top 15% , left bottom , right 100px }
bgpos492144 { background-position: center top 15px , left bottom , right 100px }
bgpos492145 { background-position: center 10% , left bottom , right 100px }
bgpos492146 { background-position: center 100px , left bottom , right 100px }
bgpos492147 { background-position: center bottom , left bottom , right 100px }
bgpos492148 { background-position: center center , left bottom , right 100px }
bgpos492149 { background-position: center top , left bottom , right 100px }
bgpos492150 { background-position: left , left bottom , right 100px }
bgpos492151 { background-position: left 10% , left bottom , right 100px }
bgpos492152 { background-position: left 100px , left bottom , right 100px }
bgpos492153 { background-position: left bottom , left bottom , right 100px }
bgpos492154 { background-position: left center , left bottom , right 100px }
bgpos492155 { background-position: left top , left bottom , right 100px }
bgpos492156 { background-position: right , left bottom , right 100px }
bgpos492157 { background-position: right 10% , left bottom , right 100px }
bgpos492158 { background-position: right 100px , left bottom , right 100px }
bgpos492159 { background-position: right bottom , left bottom , right 100px }
bgpos492160 { background-position: right center , left bottom , right 100px }
bgpos492161 { background-position: right top , left bottom , right 100px }
bgpos492162 { background-position: top , left bottom , right 100px }
bgpos492163 { background-position: left bottom , left center , right 100px }
bgpos492164 { background-position: left bottom 15% , left center , right 100px }
bgpos492165 { background-position: left bottom 15px , left center , right 100px }
bgpos492166 { background-position: left top , left center , right 100px }
bgpos492167 { background-position: left top 15% , left center , right 100px }
bgpos492168 { background-position: left top 15px , left center , right 100px }
bgpos492169 { background-position: left 15% bottom , left center , right 100px }
bgpos492170 { background-position: left 15% bottom 15% , left center , right 100px }
bgpos492171 { background-position: left 15% bottom 15px , left center , right 100px }
bgpos492172 { background-position: left 15% top , left center , right 100px }
bgpos492173 { background-position: left 15% top 15% , left center , right 100px }
bgpos492174 { background-position: left 15% top 15px , left center , right 100px }
bgpos492175 { background-position: left 15% center , left center , right 100px }
bgpos492176 { background-position: left 15px bottom , left center , right 100px }
bgpos492177 { background-position: left 15px bottom 15% , left center , right 100px }
bgpos492178 { background-position: left 15px bottom 15px , left center , right 100px }
bgpos492179 { background-position: left 15px top , left center , right 100px }
bgpos492180 { background-position: left 15px top 15% , left center , right 100px }
bgpos492181 { background-position: left 15px top 15px , left center , right 100px }
bgpos492182 { background-position: left 15px center , left center , right 100px }
bgpos492183 { background-position: left center , left center , right 100px }
bgpos492184 { background-position: right bottom , left center , right 100px }
bgpos492185 { background-position: right bottom 15% , left center , right 100px }
bgpos492186 { background-position: right bottom 15px , left center , right 100px }
bgpos492187 { background-position: right top , left center , right 100px }
bgpos492188 { background-position: right top 15% , left center , right 100px }
bgpos492189 { background-position: right top 15px , left center , right 100px }
bgpos492190 { background-position: right 15% bottom , left center , right 100px }
bgpos492191 { background-position: right 15% bottom 15% , left center , right 100px }
bgpos492192 { background-position: right 15% bottom 15px , left center , right 100px }
bgpos492193 { background-position: right 15% top , left center , right 100px }
bgpos492194 { background-position: right 15% top 15% , left center , right 100px }
bgpos492195 { background-position: right 15% top 15px , left center , right 100px }
bgpos492196 { background-position: right 15% center , left center , right 100px }
bgpos492197 { background-position: right 15px bottom , left center , right 100px }
bgpos492198 { background-position: right 15px bottom 15% , left center , right 100px }
bgpos492199 { background-position: right 15px bottom 15px , left center , right 100px }
bgpos492200 { background-position: right 15px top , left center , right 100px }
bgpos492201 { background-position: right 15px top 15% , left center , right 100px }
bgpos492202 { background-position: right 15px top 15px , left center , right 100px }
bgpos492203 { background-position: right 15px center , left center , right 100px }
bgpos492204 { background-position: right center , left center , right 100px }
bgpos492205 { background-position: 100px , left center , right 100px }
bgpos492206 { background-position: 100px 10% , left center , right 100px }
bgpos492207 { background-position: 100px 100px , left center , right 100px }
bgpos492208 { background-position: 100px bottom , left center , right 100px }
bgpos492209 { background-position: 100px center , left center , right 100px }
bgpos492210 { background-position: 100px top , left center , right 100px }
bgpos492211 { background-position: 50% , left center , right 100px }
bgpos492212 { background-position: 50% 10% , left center , right 100px }
bgpos492213 { background-position: 50% 100px , left center , right 100px }
bgpos492214 { background-position: 50% bottom , left center , right 100px }
bgpos492215 { background-position: 50% center , left center , right 100px }
bgpos492216 { background-position: 50% top , left center , right 100px }
bgpos492217 { background-position: bottom, left center , right 100px }
bgpos492218 { background-position: center , left center , right 100px }
bgpos492219 { background-position: center bottom , left center , right 100px }
bgpos492220 { background-position: center bottom 15% , left center , right 100px }
bgpos492221 { background-position: center bottom 15px , left center , right 100px }
bgpos492222 { background-position: center top , left center , right 100px }
bgpos492223 { background-position: center top 15% , left center , right 100px }
bgpos492224 { background-position: center top 15px , left center , right 100px }
bgpos492225 { background-position: center 10% , left center , right 100px }
bgpos492226 { background-position: center 100px , left center , right 100px }
bgpos492227 { background-position: center bottom , left center , right 100px }
bgpos492228 { background-position: center center , left center , right 100px }
bgpos492229 { background-position: center top , left center , right 100px }
bgpos492230 { background-position: left , left center , right 100px }
bgpos492231 { background-position: left 10% , left center , right 100px }
bgpos492232 { background-position: left 100px , left center , right 100px }
bgpos492233 { background-position: left bottom , left center , right 100px }
bgpos492234 { background-position: left center , left center , right 100px }
bgpos492235 { background-position: left top , left center , right 100px }
bgpos492236 { background-position: right , left center , right 100px }
bgpos492237 { background-position: right 10% , left center , right 100px }
bgpos492238 { background-position: right 100px , left center , right 100px }
bgpos492239 { background-position: right bottom , left center , right 100px }
bgpos492240 { background-position: right center , left center , right 100px }
bgpos492241 { background-position: right top , left center , right 100px }
bgpos492242 { background-position: top , left center , right 100px }
bgpos492243 { background-position: left bottom , left top , right 100px }
bgpos492244 { background-position: left bottom 15% , left top , right 100px }
bgpos492245 { background-position: left bottom 15px , left top , right 100px }
bgpos492246 { background-position: left top , left top , right 100px }
bgpos492247 { background-position: left top 15% , left top , right 100px }
bgpos492248 { background-position: left top 15px , left top , right 100px }
bgpos492249 { background-position: left 15% bottom , left top , right 100px }
bgpos492250 { background-position: left 15% bottom 15% , left top , right 100px }
bgpos492251 { background-position: left 15% bottom 15px , left top , right 100px }
bgpos492252 { background-position: left 15% top , left top , right 100px }
bgpos492253 { background-position: left 15% top 15% , left top , right 100px }
bgpos492254 { background-position: left 15% top 15px , left top , right 100px }
bgpos492255 { background-position: left 15% center , left top , right 100px }
bgpos492256 { background-position: left 15px bottom , left top , right 100px }
bgpos492257 { background-position: left 15px bottom 15% , left top , right 100px }
bgpos492258 { background-position: left 15px bottom 15px , left top , right 100px }
bgpos492259 { background-position: left 15px top , left top , right 100px }
bgpos492260 { background-position: left 15px top 15% , left top , right 100px }
bgpos492261 { background-position: left 15px top 15px , left top , right 100px }
bgpos492262 { background-position: left 15px center , left top , right 100px }
bgpos492263 { background-position: left center , left top , right 100px }
bgpos492264 { background-position: right bottom , left top , right 100px }
bgpos492265 { background-position: right bottom 15% , left top , right 100px }
bgpos492266 { background-position: right bottom 15px , left top , right 100px }
bgpos492267 { background-position: right top , left top , right 100px }
bgpos492268 { background-position: right top 15% , left top , right 100px }
bgpos492269 { background-position: right top 15px , left top , right 100px }
bgpos492270 { background-position: right 15% bottom , left top , right 100px }
bgpos492271 { background-position: right 15% bottom 15% , left top , right 100px }
bgpos492272 { background-position: right 15% bottom 15px , left top , right 100px }
bgpos492273 { background-position: right 15% top , left top , right 100px }
bgpos492274 { background-position: right 15% top 15% , left top , right 100px }
bgpos492275 { background-position: right 15% top 15px , left top , right 100px }
bgpos492276 { background-position: right 15% center , left top , right 100px }
bgpos492277 { background-position: right 15px bottom , left top , right 100px }
bgpos492278 { background-position: right 15px bottom 15% , left top , right 100px }
bgpos492279 { background-position: right 15px bottom 15px , left top , right 100px }
bgpos492280 { background-position: right 15px top , left top , right 100px }
bgpos492281 { background-position: right 15px top 15% , left top , right 100px }
bgpos492282 { background-position: right 15px top 15px , left top , right 100px }
bgpos492283 { background-position: right 15px center , left top , right 100px }
bgpos492284 { background-position: right center , left top , right 100px }
bgpos492285 { background-position: 100px , left top , right 100px }
bgpos492286 { background-position: 100px 10% , left top , right 100px }
bgpos492287 { background-position: 100px 100px , left top , right 100px }
bgpos492288 { background-position: 100px bottom , left top , right 100px }
bgpos492289 { background-position: 100px center , left top , right 100px }
bgpos492290 { background-position: 100px top , left top , right 100px }
bgpos492291 { background-position: 50% , left top , right 100px }
bgpos492292 { background-position: 50% 10% , left top , right 100px }
bgpos492293 { background-position: 50% 100px , left top , right 100px }
bgpos492294 { background-position: 50% bottom , left top , right 100px }
bgpos492295 { background-position: 50% center , left top , right 100px }
bgpos492296 { background-position: 50% top , left top , right 100px }
bgpos492297 { background-position: bottom, left top , right 100px }
bgpos492298 { background-position: center , left top , right 100px }
bgpos492299 { background-position: center bottom , left top , right 100px }
bgpos492300 { background-position: center bottom 15% , left top , right 100px }
bgpos492301 { background-position: center bottom 15px , left top , right 100px }
bgpos492302 { background-position: center top , left top , right 100px }
bgpos492303 { background-position: center top 15% , left top , right 100px }
bgpos492304 { background-position: center top 15px , left top , right 100px }
bgpos492305 { background-position: center 10% , left top , right 100px }
bgpos492306 { background-position: center 100px , left top , right 100px }
bgpos492307 { background-position: center bottom , left top , right 100px }
bgpos492308 { background-position: center center , left top , right 100px }
bgpos492309 { background-position: center top , left top , right 100px }
bgpos492310 { background-position: left , left top , right 100px }
bgpos492311 { background-position: left 10% , left top , right 100px }
bgpos492312 { background-position: left 100px , left top , right 100px }
bgpos492313 { background-position: left bottom , left top , right 100px }
bgpos492314 { background-position: left center , left top , right 100px }
bgpos492315 { background-position: left top , left top , right 100px }
bgpos492316 { background-position: right , left top , right 100px }
bgpos492317 { background-position: right 10% , left top , right 100px }
bgpos492318 { background-position: right 100px , left top , right 100px }
bgpos492319 { background-position: right bottom , left top , right 100px }
bgpos492320 { background-position: right center , left top , right 100px }
bgpos492321 { background-position: right top , left top , right 100px }
bgpos492322 { background-position: top , left top , right 100px }
bgpos492323 { background-position: left bottom , right , right 100px }
bgpos492324 { background-position: left bottom 15% , right , right 100px }
bgpos492325 { background-position: left bottom 15px , right , right 100px }
bgpos492326 { background-position: left top , right , right 100px }
bgpos492327 { background-position: left top 15% , right , right 100px }
bgpos492328 { background-position: left top 15px , right , right 100px }
bgpos492329 { background-position: left 15% bottom , right , right 100px }
bgpos492330 { background-position: left 15% bottom 15% , right , right 100px }
bgpos492331 { background-position: left 15% bottom 15px , right , right 100px }
bgpos492332 { background-position: left 15% top , right , right 100px }
bgpos492333 { background-position: left 15% top 15% , right , right 100px }
bgpos492334 { background-position: left 15% top 15px , right , right 100px }
bgpos492335 { background-position: left 15% center , right , right 100px }
bgpos492336 { background-position: left 15px bottom , right , right 100px }
bgpos492337 { background-position: left 15px bottom 15% , right , right 100px }
bgpos492338 { background-position: left 15px bottom 15px , right , right 100px }
bgpos492339 { background-position: left 15px top , right , right 100px }
bgpos492340 { background-position: left 15px top 15% , right , right 100px }
bgpos492341 { background-position: left 15px top 15px , right , right 100px }
bgpos492342 { background-position: left 15px center , right , right 100px }
bgpos492343 { background-position: left center , right , right 100px }
bgpos492344 { background-position: right bottom , right , right 100px }
bgpos492345 { background-position: right bottom 15% , right , right 100px }
bgpos492346 { background-position: right bottom 15px , right , right 100px }
bgpos492347 { background-position: right top , right , right 100px }
bgpos492348 { background-position: right top 15% , right , right 100px }
bgpos492349 { background-position: right top 15px , right , right 100px }
bgpos492350 { background-position: right 15% bottom , right , right 100px }
bgpos492351 { background-position: right 15% bottom 15% , right , right 100px }
bgpos492352 { background-position: right 15% bottom 15px , right , right 100px }
bgpos492353 { background-position: right 15% top , right , right 100px }
bgpos492354 { background-position: right 15% top 15% , right , right 100px }
bgpos492355 { background-position: right 15% top 15px , right , right 100px }
bgpos492356 { background-position: right 15% center , right , right 100px }
bgpos492357 { background-position: right 15px bottom , right , right 100px }
bgpos492358 { background-position: right 15px bottom 15% , right , right 100px }
bgpos492359 { background-position: right 15px bottom 15px , right , right 100px }
bgpos492360 { background-position: right 15px top , right , right 100px }
bgpos492361 { background-position: right 15px top 15% , right , right 100px }
bgpos492362 { background-position: right 15px top 15px , right , right 100px }
bgpos492363 { background-position: right 15px center , right , right 100px }
bgpos492364 { background-position: right center , right , right 100px }
bgpos492365 { background-position: 100px , right , right 100px }
bgpos492366 { background-position: 100px 10% , right , right 100px }
bgpos492367 { background-position: 100px 100px , right , right 100px }
bgpos492368 { background-position: 100px bottom , right , right 100px }
bgpos492369 { background-position: 100px center , right , right 100px }
bgpos492370 { background-position: 100px top , right , right 100px }
bgpos492371 { background-position: 50% , right , right 100px }
bgpos492372 { background-position: 50% 10% , right , right 100px }
bgpos492373 { background-position: 50% 100px , right , right 100px }
bgpos492374 { background-position: 50% bottom , right , right 100px }
bgpos492375 { background-position: 50% center , right , right 100px }
bgpos492376 { background-position: 50% top , right , right 100px }
bgpos492377 { background-position: bottom, right , right 100px }
bgpos492378 { background-position: center , right , right 100px }
bgpos492379 { background-position: center bottom , right , right 100px }
bgpos492380 { background-position: center bottom 15% , right , right 100px }
bgpos492381 { background-position: center bottom 15px , right , right 100px }
bgpos492382 { background-position: center top , right , right 100px }
bgpos492383 { background-position: center top 15% , right , right 100px }
bgpos492384 { background-position: center top 15px , right , right 100px }
bgpos492385 { background-position: center 10% , right , right 100px }
bgpos492386 { background-position: center 100px , right , right 100px }
bgpos492387 { background-position: center bottom , right , right 100px }
bgpos492388 { background-position: center center , right , right 100px }
bgpos492389 { background-position: center top , right , right 100px }
bgpos492390 { background-position: left , right , right 100px }
bgpos492391 { background-position: left 10% , right , right 100px }
bgpos492392 { background-position: left 100px , right , right 100px }
bgpos492393 { background-position: left bottom , right , right 100px }
bgpos492394 { background-position: left center , right , right 100px }
bgpos492395 { background-position: left top , right , right 100px }
bgpos492396 { background-position: right , right , right 100px }
bgpos492397 { background-position: right 10% , right , right 100px }
bgpos492398 { background-position: right 100px , right , right 100px }
bgpos492399 { background-position: right bottom , right , right 100px }
bgpos492400 { background-position: right center , right , right 100px }
bgpos492401 { background-position: right top , right , right 100px }
bgpos492402 { background-position: top , right , right 100px }
bgpos492403 { background-position: left bottom , right 10% , right 100px }
bgpos492404 { background-position: left bottom 15% , right 10% , right 100px }
bgpos492405 { background-position: left bottom 15px , right 10% , right 100px }
bgpos492406 { background-position: left top , right 10% , right 100px }
bgpos492407 { background-position: left top 15% , right 10% , right 100px }
bgpos492408 { background-position: left top 15px , right 10% , right 100px }
bgpos492409 { background-position: left 15% bottom , right 10% , right 100px }
bgpos492410 { background-position: left 15% bottom 15% , right 10% , right 100px }
bgpos492411 { background-position: left 15% bottom 15px , right 10% , right 100px }
bgpos492412 { background-position: left 15% top , right 10% , right 100px }
bgpos492413 { background-position: left 15% top 15% , right 10% , right 100px }
bgpos492414 { background-position: left 15% top 15px , right 10% , right 100px }
bgpos492415 { background-position: left 15% center , right 10% , right 100px }
bgpos492416 { background-position: left 15px bottom , right 10% , right 100px }
bgpos492417 { background-position: left 15px bottom 15% , right 10% , right 100px }
bgpos492418 { background-position: left 15px bottom 15px , right 10% , right 100px }
bgpos492419 { background-position: left 15px top , right 10% , right 100px }
bgpos492420 { background-position: left 15px top 15% , right 10% , right 100px }
bgpos492421 { background-position: left 15px top 15px , right 10% , right 100px }
bgpos492422 { background-position: left 15px center , right 10% , right 100px }
bgpos492423 { background-position: left center , right 10% , right 100px }
bgpos492424 { background-position: right bottom , right 10% , right 100px }
bgpos492425 { background-position: right bottom 15% , right 10% , right 100px }
bgpos492426 { background-position: right bottom 15px , right 10% , right 100px }
bgpos492427 { background-position: right top , right 10% , right 100px }
bgpos492428 { background-position: right top 15% , right 10% , right 100px }
bgpos492429 { background-position: right top 15px , right 10% , right 100px }
bgpos492430 { background-position: right 15% bottom , right 10% , right 100px }
bgpos492431 { background-position: right 15% bottom 15% , right 10% , right 100px }
bgpos492432 { background-position: right 15% bottom 15px , right 10% , right 100px }
bgpos492433 { background-position: right 15% top , right 10% , right 100px }
bgpos492434 { background-position: right 15% top 15% , right 10% , right 100px }
bgpos492435 { background-position: right 15% top 15px , right 10% , right 100px }
bgpos492436 { background-position: right 15% center , right 10% , right 100px }
bgpos492437 { background-position: right 15px bottom , right 10% , right 100px }
bgpos492438 { background-position: right 15px bottom 15% , right 10% , right 100px }
bgpos492439 { background-position: right 15px bottom 15px , right 10% , right 100px }
bgpos492440 { background-position: right 15px top , right 10% , right 100px }
bgpos492441 { background-position: right 15px top 15% , right 10% , right 100px }
bgpos492442 { background-position: right 15px top 15px , right 10% , right 100px }
bgpos492443 { background-position: right 15px center , right 10% , right 100px }
bgpos492444 { background-position: right center , right 10% , right 100px }
bgpos492445 { background-position: 100px , right 10% , right 100px }
bgpos492446 { background-position: 100px 10% , right 10% , right 100px }
bgpos492447 { background-position: 100px 100px , right 10% , right 100px }
bgpos492448 { background-position: 100px bottom , right 10% , right 100px }
bgpos492449 { background-position: 100px center , right 10% , right 100px }
bgpos492450 { background-position: 100px top , right 10% , right 100px }
bgpos492451 { background-position: 50% , right 10% , right 100px }
bgpos492452 { background-position: 50% 10% , right 10% , right 100px }
bgpos492453 { background-position: 50% 100px , right 10% , right 100px }
bgpos492454 { background-position: 50% bottom , right 10% , right 100px }
bgpos492455 { background-position: 50% center , right 10% , right 100px }
bgpos492456 { background-position: 50% top , right 10% , right 100px }
bgpos492457 { background-position: bottom, right 10% , right 100px }
bgpos492458 { background-position: center , right 10% , right 100px }
bgpos492459 { background-position: center bottom , right 10% , right 100px }
bgpos492460 { background-position: center bottom 15% , right 10% , right 100px }
bgpos492461 { background-position: center bottom 15px , right 10% , right 100px }
bgpos492462 { background-position: center top , right 10% , right 100px }
bgpos492463 { background-position: center top 15% , right 10% , right 100px }
bgpos492464 { background-position: center top 15px , right 10% , right 100px }
bgpos492465 { background-position: center 10% , right 10% , right 100px }
bgpos492466 { background-position: center 100px , right 10% , right 100px }
bgpos492467 { background-position: center bottom , right 10% , right 100px }
bgpos492468 { background-position: center center , right 10% , right 100px }
bgpos492469 { background-position: center top , right 10% , right 100px }
bgpos492470 { background-position: left , right 10% , right 100px }
bgpos492471 { background-position: left 10% , right 10% , right 100px }
bgpos492472 { background-position: left 100px , right 10% , right 100px }
bgpos492473 { background-position: left bottom , right 10% , right 100px }
bgpos492474 { background-position: left center , right 10% , right 100px }
bgpos492475 { background-position: left top , right 10% , right 100px }
bgpos492476 { background-position: right , right 10% , right 100px }
bgpos492477 { background-position: right 10% , right 10% , right 100px }
bgpos492478 { background-position: right 100px , right 10% , right 100px }
bgpos492479 { background-position: right bottom , right 10% , right 100px }
bgpos492480 { background-position: right center , right 10% , right 100px }
bgpos492481 { background-position: right top , right 10% , right 100px }
bgpos492482 { background-position: top , right 10% , right 100px }
bgpos492483 { background-position: left bottom , right 100px , right 100px }
bgpos492484 { background-position: left bottom 15% , right 100px , right 100px }
bgpos492485 { background-position: left bottom 15px , right 100px , right 100px }
bgpos492486 { background-position: left top , right 100px , right 100px }
bgpos492487 { background-position: left top 15% , right 100px , right 100px }
bgpos492488 { background-position: left top 15px , right 100px , right 100px }
bgpos492489 { background-position: left 15% bottom , right 100px , right 100px }
bgpos492490 { background-position: left 15% bottom 15% , right 100px , right 100px }
bgpos492491 { background-position: left 15% bottom 15px , right 100px , right 100px }
bgpos492492 { background-position: left 15% top , right 100px , right 100px }
bgpos492493 { background-position: left 15% top 15% , right 100px , right 100px }
bgpos492494 { background-position: left 15% top 15px , right 100px , right 100px }
bgpos492495 { background-position: left 15% center , right 100px , right 100px }
bgpos492496 { background-position: left 15px bottom , right 100px , right 100px }
bgpos492497 { background-position: left 15px bottom 15% , right 100px , right 100px }
bgpos492498 { background-position: left 15px bottom 15px , right 100px , right 100px }
bgpos492499 { background-position: left 15px top , right 100px , right 100px }
bgpos492500 { background-position: left 15px top 15% , right 100px , right 100px }
bgpos492501 { background-position: left 15px top 15px , right 100px , right 100px }
bgpos492502 { background-position: left 15px center , right 100px , right 100px }
bgpos492503 { background-position: left center , right 100px , right 100px }
bgpos492504 { background-position: right bottom , right 100px , right 100px }
bgpos492505 { background-position: right bottom 15% , right 100px , right 100px }
bgpos492506 { background-position: right bottom 15px , right 100px , right 100px }
bgpos492507 { background-position: right top , right 100px , right 100px }
bgpos492508 { background-position: right top 15% , right 100px , right 100px }
bgpos492509 { background-position: right top 15px , right 100px , right 100px }
bgpos492510 { background-position: right 15% bottom , right 100px , right 100px }
bgpos492511 { background-position: right 15% bottom 15% , right 100px , right 100px }
bgpos492512 { background-position: right 15% bottom 15px , right 100px , right 100px }
bgpos492513 { background-position: right 15% top , right 100px , right 100px }
bgpos492514 { background-position: right 15% top 15% , right 100px , right 100px }
bgpos492515 { background-position: right 15% top 15px , right 100px , right 100px }
bgpos492516 { background-position: right 15% center , right 100px , right 100px }
bgpos492517 { background-position: right 15px bottom , right 100px , right 100px }
bgpos492518 { background-position: right 15px bottom 15% , right 100px , right 100px }
bgpos492519 { background-position: right 15px bottom 15px , right 100px , right 100px }
bgpos492520 { background-position: right 15px top , right 100px , right 100px }
bgpos492521 { background-position: right 15px top 15% , right 100px , right 100px }
bgpos492522 { background-position: right 15px top 15px , right 100px , right 100px }
bgpos492523 { background-position: right 15px center , right 100px , right 100px }
bgpos492524 { background-position: right center , right 100px , right 100px }
bgpos492525 { background-position: 100px , right 100px , right 100px }
bgpos492526 { background-position: 100px 10% , right 100px , right 100px }
bgpos492527 { background-position: 100px 100px , right 100px , right 100px }
bgpos492528 { background-position: 100px bottom , right 100px , right 100px }
bgpos492529 { background-position: 100px center , right 100px , right 100px }
bgpos492530 { background-position: 100px top , right 100px , right 100px }
bgpos492531 { background-position: 50% , right 100px , right 100px }
bgpos492532 { background-position: 50% 10% , right 100px , right 100px }
bgpos492533 { background-position: 50% 100px , right 100px , right 100px }
bgpos492534 { background-position: 50% bottom , right 100px , right 100px }
bgpos492535 { background-position: 50% center , right 100px , right 100px }
bgpos492536 { background-position: 50% top , right 100px , right 100px }
bgpos492537 { background-position: bottom, right 100px , right 100px }
bgpos492538 { background-position: center , right 100px , right 100px }
bgpos492539 { background-position: center bottom , right 100px , right 100px }
bgpos492540 { background-position: center bottom 15% , right 100px , right 100px }
bgpos492541 { background-position: center bottom 15px , right 100px , right 100px }
bgpos492542 { background-position: center top , right 100px , right 100px }
bgpos492543 { background-position: center top 15% , right 100px , right 100px }
bgpos492544 { background-position: center top 15px , right 100px , right 100px }
bgpos492545 { background-position: center 10% , right 100px , right 100px }
bgpos492546 { background-position: center 100px , right 100px , right 100px }
bgpos492547 { background-position: center bottom , right 100px , right 100px }
bgpos492548 { background-position: center center , right 100px , right 100px }
bgpos492549 { background-position: center top , right 100px , right 100px }
bgpos492550 { background-position: left , right 100px , right 100px }
bgpos492551 { background-position: left 10% , right 100px , right 100px }
bgpos492552 { background-position: left 100px , right 100px , right 100px }
bgpos492553 { background-position: left bottom , right 100px , right 100px }
bgpos492554 { background-position: left center , right 100px , right 100px }
bgpos492555 { background-position: left top , right 100px , right 100px }
bgpos492556 { background-position: right , right 100px , right 100px }
bgpos492557 { background-position: right 10% , right 100px , right 100px }
bgpos492558 { background-position: right 100px , right 100px , right 100px }
bgpos492559 { background-position: right bottom , right 100px , right 100px }
bgpos492560 { background-position: right center , right 100px , right 100px }
bgpos492561 { background-position: right top , right 100px , right 100px }
bgpos492562 { background-position: top , right 100px , right 100px }
bgpos492563 { background-position: left bottom , right bottom , right 100px }
bgpos492564 { background-position: left bottom 15% , right bottom , right 100px }
bgpos492565 { background-position: left bottom 15px , right bottom , right 100px }
bgpos492566 { background-position: left top , right bottom , right 100px }
bgpos492567 { background-position: left top 15% , right bottom , right 100px }
bgpos492568 { background-position: left top 15px , right bottom , right 100px }
bgpos492569 { background-position: left 15% bottom , right bottom , right 100px }
bgpos492570 { background-position: left 15% bottom 15% , right bottom , right 100px }
bgpos492571 { background-position: left 15% bottom 15px , right bottom , right 100px }
bgpos492572 { background-position: left 15% top , right bottom , right 100px }
bgpos492573 { background-position: left 15% top 15% , right bottom , right 100px }
bgpos492574 { background-position: left 15% top 15px , right bottom , right 100px }
bgpos492575 { background-position: left 15% center , right bottom , right 100px }
bgpos492576 { background-position: left 15px bottom , right bottom , right 100px }
bgpos492577 { background-position: left 15px bottom 15% , right bottom , right 100px }
bgpos492578 { background-position: left 15px bottom 15px , right bottom , right 100px }
bgpos492579 { background-position: left 15px top , right bottom , right 100px }
bgpos492580 { background-position: left 15px top 15% , right bottom , right 100px }
bgpos492581 { background-position: left 15px top 15px , right bottom , right 100px }
bgpos492582 { background-position: left 15px center , right bottom , right 100px }
bgpos492583 { background-position: left center , right bottom , right 100px }
bgpos492584 { background-position: right bottom , right bottom , right 100px }
bgpos492585 { background-position: right bottom 15% , right bottom , right 100px }
bgpos492586 { background-position: right bottom 15px , right bottom , right 100px }
bgpos492587 { background-position: right top , right bottom , right 100px }
bgpos492588 { background-position: right top 15% , right bottom , right 100px }
bgpos492589 { background-position: right top 15px , right bottom , right 100px }
bgpos492590 { background-position: right 15% bottom , right bottom , right 100px }
bgpos492591 { background-position: right 15% bottom 15% , right bottom , right 100px }
bgpos492592 { background-position: right 15% bottom 15px , right bottom , right 100px }
bgpos492593 { background-position: right 15% top , right bottom , right 100px }
bgpos492594 { background-position: right 15% top 15% , right bottom , right 100px }
bgpos492595 { background-position: right 15% top 15px , right bottom , right 100px }
bgpos492596 { background-position: right 15% center , right bottom , right 100px }
bgpos492597 { background-position: right 15px bottom , right bottom , right 100px }
bgpos492598 { background-position: right 15px bottom 15% , right bottom , right 100px }
bgpos492599 { background-position: right 15px bottom 15px , right bottom , right 100px }
bgpos492600 { background-position: right 15px top , right bottom , right 100px }
bgpos492601 { background-position: right 15px top 15% , right bottom , right 100px }
bgpos492602 { background-position: right 15px top 15px , right bottom , right 100px }
bgpos492603 { background-position: right 15px center , right bottom , right 100px }
bgpos492604 { background-position: right center , right bottom , right 100px }
bgpos492605 { background-position: 100px , right bottom , right 100px }
bgpos492606 { background-position: 100px 10% , right bottom , right 100px }
bgpos492607 { background-position: 100px 100px , right bottom , right 100px }
bgpos492608 { background-position: 100px bottom , right bottom , right 100px }
bgpos492609 { background-position: 100px center , right bottom , right 100px }
bgpos492610 { background-position: 100px top , right bottom , right 100px }
bgpos492611 { background-position: 50% , right bottom , right 100px }
bgpos492612 { background-position: 50% 10% , right bottom , right 100px }
bgpos492613 { background-position: 50% 100px , right bottom , right 100px }
bgpos492614 { background-position: 50% bottom , right bottom , right 100px }
bgpos492615 { background-position: 50% center , right bottom , right 100px }
bgpos492616 { background-position: 50% top , right bottom , right 100px }
bgpos492617 { background-position: bottom, right bottom , right 100px }
bgpos492618 { background-position: center , right bottom , right 100px }
bgpos492619 { background-position: center bottom , right bottom , right 100px }
bgpos492620 { background-position: center bottom 15% , right bottom , right 100px }
bgpos492621 { background-position: center bottom 15px , right bottom , right 100px }
bgpos492622 { background-position: center top , right bottom , right 100px }
bgpos492623 { background-position: center top 15% , right bottom , right 100px }
bgpos492624 { background-position: center top 15px , right bottom , right 100px }
bgpos492625 { background-position: center 10% , right bottom , right 100px }
bgpos492626 { background-position: center 100px , right bottom , right 100px }
bgpos492627 { background-position: center bottom , right bottom , right 100px }
bgpos492628 { background-position: center center , right bottom , right 100px }
bgpos492629 { background-position: center top , right bottom , right 100px }
bgpos492630 { background-position: left , right bottom , right 100px }
bgpos492631 { background-position: left 10% , right bottom , right 100px }
bgpos492632 { background-position: left 100px , right bottom , right 100px }
bgpos492633 { background-position: left bottom , right bottom , right 100px }
bgpos492634 { background-position: left center , right bottom , right 100px }
bgpos492635 { background-position: left top , right bottom , right 100px }
bgpos492636 { background-position: right , right bottom , right 100px }
bgpos492637 { background-position: right 10% , right bottom , right 100px }
bgpos492638 { background-position: right 100px , right bottom , right 100px }
bgpos492639 { background-position: right bottom , right bottom , right 100px }
bgpos492640 { background-position: right center , right bottom , right 100px }
bgpos492641 { background-position: right top , right bottom , right 100px }
bgpos492642 { background-position: top , right bottom , right 100px }
bgpos492643 { background-position: left bottom , right center , right 100px }
bgpos492644 { background-position: left bottom 15% , right center , right 100px }
bgpos492645 { background-position: left bottom 15px , right center , right 100px }
bgpos492646 { background-position: left top , right center , right 100px }
bgpos492647 { background-position: left top 15% , right center , right 100px }
bgpos492648 { background-position: left top 15px , right center , right 100px }
bgpos492649 { background-position: left 15% bottom , right center , right 100px }
bgpos492650 { background-position: left 15% bottom 15% , right center , right 100px }
bgpos492651 { background-position: left 15% bottom 15px , right center , right 100px }
bgpos492652 { background-position: left 15% top , right center , right 100px }
bgpos492653 { background-position: left 15% top 15% , right center , right 100px }
bgpos492654 { background-position: left 15% top 15px , right center , right 100px }
bgpos492655 { background-position: left 15% center , right center , right 100px }
bgpos492656 { background-position: left 15px bottom , right center , right 100px }
bgpos492657 { background-position: left 15px bottom 15% , right center , right 100px }
bgpos492658 { background-position: left 15px bottom 15px , right center , right 100px }
bgpos492659 { background-position: left 15px top , right center , right 100px }
bgpos492660 { background-position: left 15px top 15% , right center , right 100px }
bgpos492661 { background-position: left 15px top 15px , right center , right 100px }
bgpos492662 { background-position: left 15px center , right center , right 100px }
bgpos492663 { background-position: left center , right center , right 100px }
bgpos492664 { background-position: right bottom , right center , right 100px }
bgpos492665 { background-position: right bottom 15% , right center , right 100px }
bgpos492666 { background-position: right bottom 15px , right center , right 100px }
bgpos492667 { background-position: right top , right center , right 100px }
bgpos492668 { background-position: right top 15% , right center , right 100px }
bgpos492669 { background-position: right top 15px , right center , right 100px }
bgpos492670 { background-position: right 15% bottom , right center , right 100px }
bgpos492671 { background-position: right 15% bottom 15% , right center , right 100px }
bgpos492672 { background-position: right 15% bottom 15px , right center , right 100px }
bgpos492673 { background-position: right 15% top , right center , right 100px }
bgpos492674 { background-position: right 15% top 15% , right center , right 100px }
bgpos492675 { background-position: right 15% top 15px , right center , right 100px }
bgpos492676 { background-position: right 15% center , right center , right 100px }
bgpos492677 { background-position: right 15px bottom , right center , right 100px }
bgpos492678 { background-position: right 15px bottom 15% , right center , right 100px }
bgpos492679 { background-position: right 15px bottom 15px , right center , right 100px }
bgpos492680 { background-position: right 15px top , right center , right 100px }
bgpos492681 { background-position: right 15px top 15% , right center , right 100px }
bgpos492682 { background-position: right 15px top 15px , right center , right 100px }
bgpos492683 { background-position: right 15px center , right center , right 100px }
bgpos492684 { background-position: right center , right center , right 100px }
bgpos492685 { background-position: 100px , right center , right 100px }
bgpos492686 { background-position: 100px 10% , right center , right 100px }
bgpos492687 { background-position: 100px 100px , right center , right 100px }
bgpos492688 { background-position: 100px bottom , right center , right 100px }
bgpos492689 { background-position: 100px center , right center , right 100px }
bgpos492690 { background-position: 100px top , right center , right 100px }
bgpos492691 { background-position: 50% , right center , right 100px }
bgpos492692 { background-position: 50% 10% , right center , right 100px }
bgpos492693 { background-position: 50% 100px , right center , right 100px }
bgpos492694 { background-position: 50% bottom , right center , right 100px }
bgpos492695 { background-position: 50% center , right center , right 100px }
bgpos492696 { background-position: 50% top , right center , right 100px }
bgpos492697 { background-position: bottom, right center , right 100px }
bgpos492698 { background-position: center , right center , right 100px }
bgpos492699 { background-position: center bottom , right center , right 100px }
bgpos492700 { background-position: center bottom 15% , right center , right 100px }
bgpos492701 { background-position: center bottom 15px , right center , right 100px }
bgpos492702 { background-position: center top , right center , right 100px }
bgpos492703 { background-position: center top 15% , right center , right 100px }
bgpos492704 { background-position: center top 15px , right center , right 100px }
bgpos492705 { background-position: center 10% , right center , right 100px }
bgpos492706 { background-position: center 100px , right center , right 100px }
bgpos492707 { background-position: center bottom , right center , right 100px }
bgpos492708 { background-position: center center , right center , right 100px }
bgpos492709 { background-position: center top , right center , right 100px }
bgpos492710 { background-position: left , right center , right 100px }
bgpos492711 { background-position: left 10% , right center , right 100px }
bgpos492712 { background-position: left 100px , right center , right 100px }
bgpos492713 { background-position: left bottom , right center , right 100px }
bgpos492714 { background-position: left center , right center , right 100px }
bgpos492715 { background-position: left top , right center , right 100px }
bgpos492716 { background-position: right , right center , right 100px }
bgpos492717 { background-position: right 10% , right center , right 100px }
bgpos492718 { background-position: right 100px , right center , right 100px }
bgpos492719 { background-position: right bottom , right center , right 100px }
bgpos492720 { background-position: right center , right center , right 100px }
bgpos492721 { background-position: right top , right center , right 100px }
bgpos492722 { background-position: top , right center , right 100px }
bgpos492723 { background-position: left bottom , right top , right 100px }
bgpos492724 { background-position: left bottom 15% , right top , right 100px }
bgpos492725 { background-position: left bottom 15px , right top , right 100px }
bgpos492726 { background-position: left top , right top , right 100px }
bgpos492727 { background-position: left top 15% , right top , right 100px }
bgpos492728 { background-position: left top 15px , right top , right 100px }
bgpos492729 { background-position: left 15% bottom , right top , right 100px }
bgpos492730 { background-position: left 15% bottom 15% , right top , right 100px }
bgpos492731 { background-position: left 15% bottom 15px , right top , right 100px }
bgpos492732 { background-position: left 15% top , right top , right 100px }
bgpos492733 { background-position: left 15% top 15% , right top , right 100px }
bgpos492734 { background-position: left 15% top 15px , right top , right 100px }
bgpos492735 { background-position: left 15% center , right top , right 100px }
bgpos492736 { background-position: left 15px bottom , right top , right 100px }
bgpos492737 { background-position: left 15px bottom 15% , right top , right 100px }
bgpos492738 { background-position: left 15px bottom 15px , right top , right 100px }
bgpos492739 { background-position: left 15px top , right top , right 100px }
bgpos492740 { background-position: left 15px top 15% , right top , right 100px }
bgpos492741 { background-position: left 15px top 15px , right top , right 100px }
bgpos492742 { background-position: left 15px center , right top , right 100px }
bgpos492743 { background-position: left center , right top , right 100px }
bgpos492744 { background-position: right bottom , right top , right 100px }
bgpos492745 { background-position: right bottom 15% , right top , right 100px }
bgpos492746 { background-position: right bottom 15px , right top , right 100px }
bgpos492747 { background-position: right top , right top , right 100px }
bgpos492748 { background-position: right top 15% , right top , right 100px }
bgpos492749 { background-position: right top 15px , right top , right 100px }
bgpos492750 { background-position: right 15% bottom , right top , right 100px }
bgpos492751 { background-position: right 15% bottom 15% , right top , right 100px }
bgpos492752 { background-position: right 15% bottom 15px , right top , right 100px }
bgpos492753 { background-position: right 15% top , right top , right 100px }
bgpos492754 { background-position: right 15% top 15% , right top , right 100px }
bgpos492755 { background-position: right 15% top 15px , right top , right 100px }
bgpos492756 { background-position: right 15% center , right top , right 100px }
bgpos492757 { background-position: right 15px bottom , right top , right 100px }
bgpos492758 { background-position: right 15px bottom 15% , right top , right 100px }
bgpos492759 { background-position: right 15px bottom 15px , right top , right 100px }
bgpos492760 { background-position: right 15px top , right top , right 100px }
bgpos492761 { background-position: right 15px top 15% , right top , right 100px }
bgpos492762 { background-position: right 15px top 15px , right top , right 100px }
bgpos492763 { background-position: right 15px center , right top , right 100px }
bgpos492764 { background-position: right center , right top , right 100px }
bgpos492765 { background-position: 100px , right top , right 100px }
bgpos492766 { background-position: 100px 10% , right top , right 100px }
bgpos492767 { background-position: 100px 100px , right top , right 100px }
bgpos492768 { background-position: 100px bottom , right top , right 100px }
bgpos492769 { background-position: 100px center , right top , right 100px }
bgpos492770 { background-position: 100px top , right top , right 100px }
bgpos492771 { background-position: 50% , right top , right 100px }
bgpos492772 { background-position: 50% 10% , right top , right 100px }
bgpos492773 { background-position: 50% 100px , right top , right 100px }
bgpos492774 { background-position: 50% bottom , right top , right 100px }
bgpos492775 { background-position: 50% center , right top , right 100px }
bgpos492776 { background-position: 50% top , right top , right 100px }
bgpos492777 { background-position: bottom, right top , right 100px }
bgpos492778 { background-position: center , right top , right 100px }
bgpos492779 { background-position: center bottom , right top , right 100px }
bgpos492780 { background-position: center bottom 15% , right top , right 100px }
bgpos492781 { background-position: center bottom 15px , right top , right 100px }
bgpos492782 { background-position: center top , right top , right 100px }
bgpos492783 { background-position: center top 15% , right top , right 100px }
bgpos492784 { background-position: center top 15px , right top , right 100px }
bgpos492785 { background-position: center 10% , right top , right 100px }
bgpos492786 { background-position: center 100px , right top , right 100px }
bgpos492787 { background-position: center bottom , right top , right 100px }
bgpos492788 { background-position: center center , right top , right 100px }
bgpos492789 { background-position: center top , right top , right 100px }
bgpos492790 { background-position: left , right top , right 100px }
bgpos492791 { background-position: left 10% , right top , right 100px }
bgpos492792 { background-position: left 100px , right top , right 100px }
bgpos492793 { background-position: left bottom , right top , right 100px }
bgpos492794 { background-position: left center , right top , right 100px }
bgpos492795 { background-position: left top , right top , right 100px }
bgpos492796 { background-position: right , right top , right 100px }
bgpos492797 { background-position: right 10% , right top , right 100px }
bgpos492798 { background-position: right 100px , right top , right 100px }
bgpos492799 { background-position: right bottom , right top , right 100px }
bgpos492800 { background-position: right center , right top , right 100px }
bgpos492801 { background-position: right top , right top , right 100px }
bgpos492802 { background-position: top , right top , right 100px }
bgpos492803 { background-position: left bottom , top , right 100px }
bgpos492804 { background-position: left bottom 15% , top , right 100px }
bgpos492805 { background-position: left bottom 15px , top , right 100px }
bgpos492806 { background-position: left top , top , right 100px }
bgpos492807 { background-position: left top 15% , top , right 100px }
bgpos492808 { background-position: left top 15px , top , right 100px }
bgpos492809 { background-position: left 15% bottom , top , right 100px }
bgpos492810 { background-position: left 15% bottom 15% , top , right 100px }
bgpos492811 { background-position: left 15% bottom 15px , top , right 100px }
bgpos492812 { background-position: left 15% top , top , right 100px }
bgpos492813 { background-position: left 15% top 15% , top , right 100px }
bgpos492814 { background-position: left 15% top 15px , top , right 100px }
bgpos492815 { background-position: left 15% center , top , right 100px }
bgpos492816 { background-position: left 15px bottom , top , right 100px }
bgpos492817 { background-position: left 15px bottom 15% , top , right 100px }
bgpos492818 { background-position: left 15px bottom 15px , top , right 100px }
bgpos492819 { background-position: left 15px top , top , right 100px }
bgpos492820 { background-position: left 15px top 15% , top , right 100px }
bgpos492821 { background-position: left 15px top 15px , top , right 100px }
bgpos492822 { background-position: left 15px center , top , right 100px }
bgpos492823 { background-position: left center , top , right 100px }
bgpos492824 { background-position: right bottom , top , right 100px }
bgpos492825 { background-position: right bottom 15% , top , right 100px }
bgpos492826 { background-position: right bottom 15px , top , right 100px }
bgpos492827 { background-position: right top , top , right 100px }
bgpos492828 { background-position: right top 15% , top , right 100px }
bgpos492829 { background-position: right top 15px , top , right 100px }
bgpos492830 { background-position: right 15% bottom , top , right 100px }
bgpos492831 { background-position: right 15% bottom 15% , top , right 100px }
bgpos492832 { background-position: right 15% bottom 15px , top , right 100px }
bgpos492833 { background-position: right 15% top , top , right 100px }
bgpos492834 { background-position: right 15% top 15% , top , right 100px }
bgpos492835 { background-position: right 15% top 15px , top , right 100px }
bgpos492836 { background-position: right 15% center , top , right 100px }
bgpos492837 { background-position: right 15px bottom , top , right 100px }
bgpos492838 { background-position: right 15px bottom 15% , top , right 100px }
bgpos492839 { background-position: right 15px bottom 15px , top , right 100px }
bgpos492840 { background-position: right 15px top , top , right 100px }
bgpos492841 { background-position: right 15px top 15% , top , right 100px }
bgpos492842 { background-position: right 15px top 15px , top , right 100px }
bgpos492843 { background-position: right 15px center , top , right 100px }
bgpos492844 { background-position: right center , top , right 100px }
bgpos492845 { background-position: 100px , top , right 100px }
bgpos492846 { background-position: 100px 10% , top , right 100px }
bgpos492847 { background-position: 100px 100px , top , right 100px }
bgpos492848 { background-position: 100px bottom , top , right 100px }
bgpos492849 { background-position: 100px center , top , right 100px }
bgpos492850 { background-position: 100px top , top , right 100px }
bgpos492851 { background-position: 50% , top , right 100px }
bgpos492852 { background-position: 50% 10% , top , right 100px }
bgpos492853 { background-position: 50% 100px , top , right 100px }
bgpos492854 { background-position: 50% bottom , top , right 100px }
bgpos492855 { background-position: 50% center , top , right 100px }
bgpos492856 { background-position: 50% top , top , right 100px }
bgpos492857 { background-position: bottom, top , right 100px }
bgpos492858 { background-position: center , top , right 100px }
bgpos492859 { background-position: center bottom , top , right 100px }
bgpos492860 { background-position: center bottom 15% , top , right 100px }
bgpos492861 { background-position: center bottom 15px , top , right 100px }
bgpos492862 { background-position: center top , top , right 100px }
bgpos492863 { background-position: center top 15% , top , right 100px }
bgpos492864 { background-position: center top 15px , top , right 100px }
bgpos492865 { background-position: center 10% , top , right 100px }
bgpos492866 { background-position: center 100px , top , right 100px }
bgpos492867 { background-position: center bottom , top , right 100px }
bgpos492868 { background-position: center center , top , right 100px }
bgpos492869 { background-position: center top , top , right 100px }
bgpos492870 { background-position: left , top , right 100px }
bgpos492871 { background-position: left 10% , top , right 100px }
bgpos492872 { background-position: left 100px , top , right 100px }
bgpos492873 { background-position: left bottom , top , right 100px }
bgpos492874 { background-position: left center , top , right 100px }
bgpos492875 { background-position: left top , top , right 100px }
bgpos492876 { background-position: right , top , right 100px }
bgpos492877 { background-position: right 10% , top , right 100px }
bgpos492878 { background-position: right 100px , top , right 100px }
bgpos492879 { background-position: right bottom , top , right 100px }
bgpos492880 { background-position: right center , top , right 100px }
bgpos492881 { background-position: right top , top , right 100px }
bgpos492882 { background-position: top , top , right 100px }
bgpos492883 { background-position: left bottom , left bottom , right bottom }
bgpos492884 { background-position: left bottom 15% , left bottom , right bottom }
bgpos492885 { background-position: left bottom 15px , left bottom , right bottom }
bgpos492886 { background-position: left top , left bottom , right bottom }
bgpos492887 { background-position: left top 15% , left bottom , right bottom }
bgpos492888 { background-position: left top 15px , left bottom , right bottom }
bgpos492889 { background-position: left 15% bottom , left bottom , right bottom }
bgpos492890 { background-position: left 15% bottom 15% , left bottom , right bottom }
bgpos492891 { background-position: left 15% bottom 15px , left bottom , right bottom }
bgpos492892 { background-position: left 15% top , left bottom , right bottom }
bgpos492893 { background-position: left 15% top 15% , left bottom , right bottom }
bgpos492894 { background-position: left 15% top 15px , left bottom , right bottom }
bgpos492895 { background-position: left 15% center , left bottom , right bottom }
bgpos492896 { background-position: left 15px bottom , left bottom , right bottom }
bgpos492897 { background-position: left 15px bottom 15% , left bottom , right bottom }
bgpos492898 { background-position: left 15px bottom 15px , left bottom , right bottom }
bgpos492899 { background-position: left 15px top , left bottom , right bottom }
bgpos492900 { background-position: left 15px top 15% , left bottom , right bottom }
bgpos492901 { background-position: left 15px top 15px , left bottom , right bottom }
bgpos492902 { background-position: left 15px center , left bottom , right bottom }
bgpos492903 { background-position: left center , left bottom , right bottom }
bgpos492904 { background-position: right bottom , left bottom , right bottom }
bgpos492905 { background-position: right bottom 15% , left bottom , right bottom }
bgpos492906 { background-position: right bottom 15px , left bottom , right bottom }
bgpos492907 { background-position: right top , left bottom , right bottom }
bgpos492908 { background-position: right top 15% , left bottom , right bottom }
bgpos492909 { background-position: right top 15px , left bottom , right bottom }
bgpos492910 { background-position: right 15% bottom , left bottom , right bottom }
bgpos492911 { background-position: right 15% bottom 15% , left bottom , right bottom }
bgpos492912 { background-position: right 15% bottom 15px , left bottom , right bottom }
bgpos492913 { background-position: right 15% top , left bottom , right bottom }
bgpos492914 { background-position: right 15% top 15% , left bottom , right bottom }
bgpos492915 { background-position: right 15% top 15px , left bottom , right bottom }
bgpos492916 { background-position: right 15% center , left bottom , right bottom }
bgpos492917 { background-position: right 15px bottom , left bottom , right bottom }
bgpos492918 { background-position: right 15px bottom 15% , left bottom , right bottom }
bgpos492919 { background-position: right 15px bottom 15px , left bottom , right bottom }
bgpos492920 { background-position: right 15px top , left bottom , right bottom }
bgpos492921 { background-position: right 15px top 15% , left bottom , right bottom }
bgpos492922 { background-position: right 15px top 15px , left bottom , right bottom }
bgpos492923 { background-position: right 15px center , left bottom , right bottom }
bgpos492924 { background-position: right center , left bottom , right bottom }
bgpos492925 { background-position: 100px , left bottom , right bottom }
bgpos492926 { background-position: 100px 10% , left bottom , right bottom }
bgpos492927 { background-position: 100px 100px , left bottom , right bottom }
bgpos492928 { background-position: 100px bottom , left bottom , right bottom }
bgpos492929 { background-position: 100px center , left bottom , right bottom }
bgpos492930 { background-position: 100px top , left bottom , right bottom }
bgpos492931 { background-position: 50% , left bottom , right bottom }
bgpos492932 { background-position: 50% 10% , left bottom , right bottom }
bgpos492933 { background-position: 50% 100px , left bottom , right bottom }
bgpos492934 { background-position: 50% bottom , left bottom , right bottom }
bgpos492935 { background-position: 50% center , left bottom , right bottom }
bgpos492936 { background-position: 50% top , left bottom , right bottom }
bgpos492937 { background-position: bottom, left bottom , right bottom }
bgpos492938 { background-position: center , left bottom , right bottom }
bgpos492939 { background-position: center bottom , left bottom , right bottom }
bgpos492940 { background-position: center bottom 15% , left bottom , right bottom }
bgpos492941 { background-position: center bottom 15px , left bottom , right bottom }
bgpos492942 { background-position: center top , left bottom , right bottom }
bgpos492943 { background-position: center top 15% , left bottom , right bottom }
bgpos492944 { background-position: center top 15px , left bottom , right bottom }
bgpos492945 { background-position: center 10% , left bottom , right bottom }
bgpos492946 { background-position: center 100px , left bottom , right bottom }
bgpos492947 { background-position: center bottom , left bottom , right bottom }
bgpos492948 { background-position: center center , left bottom , right bottom }
bgpos492949 { background-position: center top , left bottom , right bottom }
bgpos492950 { background-position: left , left bottom , right bottom }
bgpos492951 { background-position: left 10% , left bottom , right bottom }
bgpos492952 { background-position: left 100px , left bottom , right bottom }
bgpos492953 { background-position: left bottom , left bottom , right bottom }
bgpos492954 { background-position: left center , left bottom , right bottom }
bgpos492955 { background-position: left top , left bottom , right bottom }
bgpos492956 { background-position: right , left bottom , right bottom }
bgpos492957 { background-position: right 10% , left bottom , right bottom }
bgpos492958 { background-position: right 100px , left bottom , right bottom }
bgpos492959 { background-position: right bottom , left bottom , right bottom }
bgpos492960 { background-position: right center , left bottom , right bottom }
bgpos492961 { background-position: right top , left bottom , right bottom }
bgpos492962 { background-position: top , left bottom , right bottom }
bgpos492963 { background-position: left bottom , left bottom 15% , right bottom }
bgpos492964 { background-position: left bottom 15% , left bottom 15% , right bottom }
bgpos492965 { background-position: left bottom 15px , left bottom 15% , right bottom }
bgpos492966 { background-position: left top , left bottom 15% , right bottom }
bgpos492967 { background-position: left top 15% , left bottom 15% , right bottom }
bgpos492968 { background-position: left top 15px , left bottom 15% , right bottom }
bgpos492969 { background-position: left 15% bottom , left bottom 15% , right bottom }
bgpos492970 { background-position: left 15% bottom 15% , left bottom 15% , right bottom }
bgpos492971 { background-position: left 15% bottom 15px , left bottom 15% , right bottom }
bgpos492972 { background-position: left 15% top , left bottom 15% , right bottom }
bgpos492973 { background-position: left 15% top 15% , left bottom 15% , right bottom }
bgpos492974 { background-position: left 15% top 15px , left bottom 15% , right bottom }
bgpos492975 { background-position: left 15% center , left bottom 15% , right bottom }
bgpos492976 { background-position: left 15px bottom , left bottom 15% , right bottom }
bgpos492977 { background-position: left 15px bottom 15% , left bottom 15% , right bottom }
bgpos492978 { background-position: left 15px bottom 15px , left bottom 15% , right bottom }
bgpos492979 { background-position: left 15px top , left bottom 15% , right bottom }
bgpos492980 { background-position: left 15px top 15% , left bottom 15% , right bottom }
bgpos492981 { background-position: left 15px top 15px , left bottom 15% , right bottom }
bgpos492982 { background-position: left 15px center , left bottom 15% , right bottom }
bgpos492983 { background-position: left center , left bottom 15% , right bottom }
bgpos492984 { background-position: right bottom , left bottom 15% , right bottom }
bgpos492985 { background-position: right bottom 15% , left bottom 15% , right bottom }
bgpos492986 { background-position: right bottom 15px , left bottom 15% , right bottom }
bgpos492987 { background-position: right top , left bottom 15% , right bottom }
bgpos492988 { background-position: right top 15% , left bottom 15% , right bottom }
bgpos492989 { background-position: right top 15px , left bottom 15% , right bottom }
bgpos492990 { background-position: right 15% bottom , left bottom 15% , right bottom }
bgpos492991 { background-position: right 15% bottom 15% , left bottom 15% , right bottom }
bgpos492992 { background-position: right 15% bottom 15px , left bottom 15% , right bottom }
bgpos492993 { background-position: right 15% top , left bottom 15% , right bottom }
bgpos492994 { background-position: right 15% top 15% , left bottom 15% , right bottom }
bgpos492995 { background-position: right 15% top 15px , left bottom 15% , right bottom }
bgpos492996 { background-position: right 15% center , left bottom 15% , right bottom }
bgpos492997 { background-position: right 15px bottom , left bottom 15% , right bottom }
bgpos492998 { background-position: right 15px bottom 15% , left bottom 15% , right bottom }
bgpos492999 { background-position: right 15px bottom 15px , left bottom 15% , right bottom }
bgpos493000 { background-position: right 15px top , left bottom 15% , right bottom }
bgpos493001 { background-position: right 15px top 15% , left bottom 15% , right bottom }
bgpos493002 { background-position: right 15px top 15px , left bottom 15% , right bottom }
bgpos493003 { background-position: right 15px center , left bottom 15% , right bottom }
bgpos493004 { background-position: right center , left bottom 15% , right bottom }
bgpos493005 { background-position: 100px , left bottom 15% , right bottom }
bgpos493006 { background-position: 100px 10% , left bottom 15% , right bottom }
bgpos493007 { background-position: 100px 100px , left bottom 15% , right bottom }
bgpos493008 { background-position: 100px bottom , left bottom 15% , right bottom }
bgpos493009 { background-position: 100px center , left bottom 15% , right bottom }
bgpos493010 { background-position: 100px top , left bottom 15% , right bottom }
bgpos493011 { background-position: 50% , left bottom 15% , right bottom }
bgpos493012 { background-position: 50% 10% , left bottom 15% , right bottom }
bgpos493013 { background-position: 50% 100px , left bottom 15% , right bottom }
bgpos493014 { background-position: 50% bottom , left bottom 15% , right bottom }
bgpos493015 { background-position: 50% center , left bottom 15% , right bottom }
bgpos493016 { background-position: 50% top , left bottom 15% , right bottom }
bgpos493017 { background-position: bottom, left bottom 15% , right bottom }
bgpos493018 { background-position: center , left bottom 15% , right bottom }
bgpos493019 { background-position: center bottom , left bottom 15% , right bottom }
bgpos493020 { background-position: center bottom 15% , left bottom 15% , right bottom }
bgpos493021 { background-position: center bottom 15px , left bottom 15% , right bottom }
bgpos493022 { background-position: center top , left bottom 15% , right bottom }
bgpos493023 { background-position: center top 15% , left bottom 15% , right bottom }
bgpos493024 { background-position: center top 15px , left bottom 15% , right bottom }
bgpos493025 { background-position: center 10% , left bottom 15% , right bottom }
bgpos493026 { background-position: center 100px , left bottom 15% , right bottom }
bgpos493027 { background-position: center bottom , left bottom 15% , right bottom }
bgpos493028 { background-position: center center , left bottom 15% , right bottom }
bgpos493029 { background-position: center top , left bottom 15% , right bottom }
bgpos493030 { background-position: left , left bottom 15% , right bottom }
bgpos493031 { background-position: left 10% , left bottom 15% , right bottom }
bgpos493032 { background-position: left 100px , left bottom 15% , right bottom }
bgpos493033 { background-position: left bottom , left bottom 15% , right bottom }
bgpos493034 { background-position: left center , left bottom 15% , right bottom }
bgpos493035 { background-position: left top , left bottom 15% , right bottom }
bgpos493036 { background-position: right , left bottom 15% , right bottom }
bgpos493037 { background-position: right 10% , left bottom 15% , right bottom }
bgpos493038 { background-position: right 100px , left bottom 15% , right bottom }
bgpos493039 { background-position: right bottom , left bottom 15% , right bottom }
bgpos493040 { background-position: right center , left bottom 15% , right bottom }
bgpos493041 { background-position: right top , left bottom 15% , right bottom }
bgpos493042 { background-position: top , left bottom 15% , right bottom }
bgpos493043 { background-position: left bottom , left bottom 15px , right bottom }
bgpos493044 { background-position: left bottom 15% , left bottom 15px , right bottom }
bgpos493045 { background-position: left bottom 15px , left bottom 15px , right bottom }
bgpos493046 { background-position: left top , left bottom 15px , right bottom }
bgpos493047 { background-position: left top 15% , left bottom 15px , right bottom }
bgpos493048 { background-position: left top 15px , left bottom 15px , right bottom }
bgpos493049 { background-position: left 15% bottom , left bottom 15px , right bottom }
bgpos493050 { background-position: left 15% bottom 15% , left bottom 15px , right bottom }
bgpos493051 { background-position: left 15% bottom 15px , left bottom 15px , right bottom }
bgpos493052 { background-position: left 15% top , left bottom 15px , right bottom }
bgpos493053 { background-position: left 15% top 15% , left bottom 15px , right bottom }
bgpos493054 { background-position: left 15% top 15px , left bottom 15px , right bottom }
bgpos493055 { background-position: left 15% center , left bottom 15px , right bottom }
bgpos493056 { background-position: left 15px bottom , left bottom 15px , right bottom }
bgpos493057 { background-position: left 15px bottom 15% , left bottom 15px , right bottom }
bgpos493058 { background-position: left 15px bottom 15px , left bottom 15px , right bottom }
bgpos493059 { background-position: left 15px top , left bottom 15px , right bottom }
bgpos493060 { background-position: left 15px top 15% , left bottom 15px , right bottom }
bgpos493061 { background-position: left 15px top 15px , left bottom 15px , right bottom }
bgpos493062 { background-position: left 15px center , left bottom 15px , right bottom }
bgpos493063 { background-position: left center , left bottom 15px , right bottom }
bgpos493064 { background-position: right bottom , left bottom 15px , right bottom }
bgpos493065 { background-position: right bottom 15% , left bottom 15px , right bottom }
bgpos493066 { background-position: right bottom 15px , left bottom 15px , right bottom }
bgpos493067 { background-position: right top , left bottom 15px , right bottom }
bgpos493068 { background-position: right top 15% , left bottom 15px , right bottom }
bgpos493069 { background-position: right top 15px , left bottom 15px , right bottom }
bgpos493070 { background-position: right 15% bottom , left bottom 15px , right bottom }
bgpos493071 { background-position: right 15% bottom 15% , left bottom 15px , right bottom }
bgpos493072 { background-position: right 15% bottom 15px , left bottom 15px , right bottom }
bgpos493073 { background-position: right 15% top , left bottom 15px , right bottom }
bgpos493074 { background-position: right 15% top 15% , left bottom 15px , right bottom }
bgpos493075 { background-position: right 15% top 15px , left bottom 15px , right bottom }
bgpos493076 { background-position: right 15% center , left bottom 15px , right bottom }
bgpos493077 { background-position: right 15px bottom , left bottom 15px , right bottom }
bgpos493078 { background-position: right 15px bottom 15% , left bottom 15px , right bottom }
bgpos493079 { background-position: right 15px bottom 15px , left bottom 15px , right bottom }
bgpos493080 { background-position: right 15px top , left bottom 15px , right bottom }
bgpos493081 { background-position: right 15px top 15% , left bottom 15px , right bottom }
bgpos493082 { background-position: right 15px top 15px , left bottom 15px , right bottom }
bgpos493083 { background-position: right 15px center , left bottom 15px , right bottom }
bgpos493084 { background-position: right center , left bottom 15px , right bottom }
bgpos493085 { background-position: 100px , left bottom 15px , right bottom }
bgpos493086 { background-position: 100px 10% , left bottom 15px , right bottom }
bgpos493087 { background-position: 100px 100px , left bottom 15px , right bottom }
bgpos493088 { background-position: 100px bottom , left bottom 15px , right bottom }
bgpos493089 { background-position: 100px center , left bottom 15px , right bottom }
bgpos493090 { background-position: 100px top , left bottom 15px , right bottom }
bgpos493091 { background-position: 50% , left bottom 15px , right bottom }
bgpos493092 { background-position: 50% 10% , left bottom 15px , right bottom }
bgpos493093 { background-position: 50% 100px , left bottom 15px , right bottom }
bgpos493094 { background-position: 50% bottom , left bottom 15px , right bottom }
bgpos493095 { background-position: 50% center , left bottom 15px , right bottom }
bgpos493096 { background-position: 50% top , left bottom 15px , right bottom }
bgpos493097 { background-position: bottom, left bottom 15px , right bottom }
bgpos493098 { background-position: center , left bottom 15px , right bottom }
bgpos493099 { background-position: center bottom , left bottom 15px , right bottom }
bgpos493100 { background-position: center bottom 15% , left bottom 15px , right bottom }
bgpos493101 { background-position: center bottom 15px , left bottom 15px , right bottom }
bgpos493102 { background-position: center top , left bottom 15px , right bottom }
bgpos493103 { background-position: center top 15% , left bottom 15px , right bottom }
bgpos493104 { background-position: center top 15px , left bottom 15px , right bottom }
bgpos493105 { background-position: center 10% , left bottom 15px , right bottom }
bgpos493106 { background-position: center 100px , left bottom 15px , right bottom }
bgpos493107 { background-position: center bottom , left bottom 15px , right bottom }
bgpos493108 { background-position: center center , left bottom 15px , right bottom }
bgpos493109 { background-position: center top , left bottom 15px , right bottom }
bgpos493110 { background-position: left , left bottom 15px , right bottom }
bgpos493111 { background-position: left 10% , left bottom 15px , right bottom }
bgpos493112 { background-position: left 100px , left bottom 15px , right bottom }
bgpos493113 { background-position: left bottom , left bottom 15px , right bottom }
bgpos493114 { background-position: left center , left bottom 15px , right bottom }
bgpos493115 { background-position: left top , left bottom 15px , right bottom }
bgpos493116 { background-position: right , left bottom 15px , right bottom }
bgpos493117 { background-position: right 10% , left bottom 15px , right bottom }
bgpos493118 { background-position: right 100px , left bottom 15px , right bottom }
bgpos493119 { background-position: right bottom , left bottom 15px , right bottom }
bgpos493120 { background-position: right center , left bottom 15px , right bottom }
bgpos493121 { background-position: right top , left bottom 15px , right bottom }
bgpos493122 { background-position: top , left bottom 15px , right bottom }
bgpos493123 { background-position: left bottom , left top , right bottom }
bgpos493124 { background-position: left bottom 15% , left top , right bottom }
bgpos493125 { background-position: left bottom 15px , left top , right bottom }
bgpos493126 { background-position: left top , left top , right bottom }
bgpos493127 { background-position: left top 15% , left top , right bottom }
bgpos493128 { background-position: left top 15px , left top , right bottom }
bgpos493129 { background-position: left 15% bottom , left top , right bottom }
bgpos493130 { background-position: left 15% bottom 15% , left top , right bottom }
bgpos493131 { background-position: left 15% bottom 15px , left top , right bottom }
bgpos493132 { background-position: left 15% top , left top , right bottom }
bgpos493133 { background-position: left 15% top 15% , left top , right bottom }
bgpos493134 { background-position: left 15% top 15px , left top , right bottom }
bgpos493135 { background-position: left 15% center , left top , right bottom }
bgpos493136 { background-position: left 15px bottom , left top , right bottom }
bgpos493137 { background-position: left 15px bottom 15% , left top , right bottom }
bgpos493138 { background-position: left 15px bottom 15px , left top , right bottom }
bgpos493139 { background-position: left 15px top , left top , right bottom }
bgpos493140 { background-position: left 15px top 15% , left top , right bottom }
bgpos493141 { background-position: left 15px top 15px , left top , right bottom }
bgpos493142 { background-position: left 15px center , left top , right bottom }
bgpos493143 { background-position: left center , left top , right bottom }
bgpos493144 { background-position: right bottom , left top , right bottom }
bgpos493145 { background-position: right bottom 15% , left top , right bottom }
bgpos493146 { background-position: right bottom 15px , left top , right bottom }
bgpos493147 { background-position: right top , left top , right bottom }
bgpos493148 { background-position: right top 15% , left top , right bottom }
bgpos493149 { background-position: right top 15px , left top , right bottom }
bgpos493150 { background-position: right 15% bottom , left top , right bottom }
bgpos493151 { background-position: right 15% bottom 15% , left top , right bottom }
bgpos493152 { background-position: right 15% bottom 15px , left top , right bottom }
bgpos493153 { background-position: right 15% top , left top , right bottom }
bgpos493154 { background-position: right 15% top 15% , left top , right bottom }
bgpos493155 { background-position: right 15% top 15px , left top , right bottom }
bgpos493156 { background-position: right 15% center , left top , right bottom }
bgpos493157 { background-position: right 15px bottom , left top , right bottom }
bgpos493158 { background-position: right 15px bottom 15% , left top , right bottom }
bgpos493159 { background-position: right 15px bottom 15px , left top , right bottom }
bgpos493160 { background-position: right 15px top , left top , right bottom }
bgpos493161 { background-position: right 15px top 15% , left top , right bottom }
bgpos493162 { background-position: right 15px top 15px , left top , right bottom }
bgpos493163 { background-position: right 15px center , left top , right bottom }
bgpos493164 { background-position: right center , left top , right bottom }
bgpos493165 { background-position: 100px , left top , right bottom }
bgpos493166 { background-position: 100px 10% , left top , right bottom }
bgpos493167 { background-position: 100px 100px , left top , right bottom }
bgpos493168 { background-position: 100px bottom , left top , right bottom }
bgpos493169 { background-position: 100px center , left top , right bottom }
bgpos493170 { background-position: 100px top , left top , right bottom }
bgpos493171 { background-position: 50% , left top , right bottom }
bgpos493172 { background-position: 50% 10% , left top , right bottom }
bgpos493173 { background-position: 50% 100px , left top , right bottom }
bgpos493174 { background-position: 50% bottom , left top , right bottom }
bgpos493175 { background-position: 50% center , left top , right bottom }
bgpos493176 { background-position: 50% top , left top , right bottom }
bgpos493177 { background-position: bottom, left top , right bottom }
bgpos493178 { background-position: center , left top , right bottom }
bgpos493179 { background-position: center bottom , left top , right bottom }
bgpos493180 { background-position: center bottom 15% , left top , right bottom }
bgpos493181 { background-position: center bottom 15px , left top , right bottom }
bgpos493182 { background-position: center top , left top , right bottom }
bgpos493183 { background-position: center top 15% , left top , right bottom }
bgpos493184 { background-position: center top 15px , left top , right bottom }
bgpos493185 { background-position: center 10% , left top , right bottom }
bgpos493186 { background-position: center 100px , left top , right bottom }
bgpos493187 { background-position: center bottom , left top , right bottom }
bgpos493188 { background-position: center center , left top , right bottom }
bgpos493189 { background-position: center top , left top , right bottom }
bgpos493190 { background-position: left , left top , right bottom }
bgpos493191 { background-position: left 10% , left top , right bottom }
bgpos493192 { background-position: left 100px , left top , right bottom }
bgpos493193 { background-position: left bottom , left top , right bottom }
bgpos493194 { background-position: left center , left top , right bottom }
bgpos493195 { background-position: left top , left top , right bottom }
bgpos493196 { background-position: right , left top , right bottom }
bgpos493197 { background-position: right 10% , left top , right bottom }
bgpos493198 { background-position: right 100px , left top , right bottom }
bgpos493199 { background-position: right bottom , left top , right bottom }
bgpos493200 { background-position: right center , left top , right bottom }
bgpos493201 { background-position: right top , left top , right bottom }
bgpos493202 { background-position: top , left top , right bottom }
bgpos493203 { background-position: left bottom , left top 15% , right bottom }
bgpos493204 { background-position: left bottom 15% , left top 15% , right bottom }
bgpos493205 { background-position: left bottom 15px , left top 15% , right bottom }
bgpos493206 { background-position: left top , left top 15% , right bottom }
bgpos493207 { background-position: left top 15% , left top 15% , right bottom }
bgpos493208 { background-position: left top 15px , left top 15% , right bottom }
bgpos493209 { background-position: left 15% bottom , left top 15% , right bottom }
bgpos493210 { background-position: left 15% bottom 15% , left top 15% , right bottom }
bgpos493211 { background-position: left 15% bottom 15px , left top 15% , right bottom }
bgpos493212 { background-position: left 15% top , left top 15% , right bottom }
bgpos493213 { background-position: left 15% top 15% , left top 15% , right bottom }
bgpos493214 { background-position: left 15% top 15px , left top 15% , right bottom }
bgpos493215 { background-position: left 15% center , left top 15% , right bottom }
bgpos493216 { background-position: left 15px bottom , left top 15% , right bottom }
bgpos493217 { background-position: left 15px bottom 15% , left top 15% , right bottom }
bgpos493218 { background-position: left 15px bottom 15px , left top 15% , right bottom }
bgpos493219 { background-position: left 15px top , left top 15% , right bottom }
bgpos493220 { background-position: left 15px top 15% , left top 15% , right bottom }
bgpos493221 { background-position: left 15px top 15px , left top 15% , right bottom }
bgpos493222 { background-position: left 15px center , left top 15% , right bottom }
bgpos493223 { background-position: left center , left top 15% , right bottom }
bgpos493224 { background-position: right bottom , left top 15% , right bottom }
bgpos493225 { background-position: right bottom 15% , left top 15% , right bottom }
bgpos493226 { background-position: right bottom 15px , left top 15% , right bottom }
bgpos493227 { background-position: right top , left top 15% , right bottom }
bgpos493228 { background-position: right top 15% , left top 15% , right bottom }
bgpos493229 { background-position: right top 15px , left top 15% , right bottom }
bgpos493230 { background-position: right 15% bottom , left top 15% , right bottom }
bgpos493231 { background-position: right 15% bottom 15% , left top 15% , right bottom }
bgpos493232 { background-position: right 15% bottom 15px , left top 15% , right bottom }
bgpos493233 { background-position: right 15% top , left top 15% , right bottom }
bgpos493234 { background-position: right 15% top 15% , left top 15% , right bottom }
bgpos493235 { background-position: right 15% top 15px , left top 15% , right bottom }
bgpos493236 { background-position: right 15% center , left top 15% , right bottom }
bgpos493237 { background-position: right 15px bottom , left top 15% , right bottom }
bgpos493238 { background-position: right 15px bottom 15% , left top 15% , right bottom }
bgpos493239 { background-position: right 15px bottom 15px , left top 15% , right bottom }
bgpos493240 { background-position: right 15px top , left top 15% , right bottom }
bgpos493241 { background-position: right 15px top 15% , left top 15% , right bottom }
bgpos493242 { background-position: right 15px top 15px , left top 15% , right bottom }
bgpos493243 { background-position: right 15px center , left top 15% , right bottom }
bgpos493244 { background-position: right center , left top 15% , right bottom }
bgpos493245 { background-position: 100px , left top 15% , right bottom }
bgpos493246 { background-position: 100px 10% , left top 15% , right bottom }
bgpos493247 { background-position: 100px 100px , left top 15% , right bottom }
bgpos493248 { background-position: 100px bottom , left top 15% , right bottom }
bgpos493249 { background-position: 100px center , left top 15% , right bottom }
bgpos493250 { background-position: 100px top , left top 15% , right bottom }
bgpos493251 { background-position: 50% , left top 15% , right bottom }
bgpos493252 { background-position: 50% 10% , left top 15% , right bottom }
bgpos493253 { background-position: 50% 100px , left top 15% , right bottom }
bgpos493254 { background-position: 50% bottom , left top 15% , right bottom }
bgpos493255 { background-position: 50% center , left top 15% , right bottom }
bgpos493256 { background-position: 50% top , left top 15% , right bottom }
bgpos493257 { background-position: bottom, left top 15% , right bottom }
bgpos493258 { background-position: center , left top 15% , right bottom }
bgpos493259 { background-position: center bottom , left top 15% , right bottom }
bgpos493260 { background-position: center bottom 15% , left top 15% , right bottom }
bgpos493261 { background-position: center bottom 15px , left top 15% , right bottom }
bgpos493262 { background-position: center top , left top 15% , right bottom }
bgpos493263 { background-position: center top 15% , left top 15% , right bottom }
bgpos493264 { background-position: center top 15px , left top 15% , right bottom }
bgpos493265 { background-position: center 10% , left top 15% , right bottom }
bgpos493266 { background-position: center 100px , left top 15% , right bottom }
bgpos493267 { background-position: center bottom , left top 15% , right bottom }
bgpos493268 { background-position: center center , left top 15% , right bottom }
bgpos493269 { background-position: center top , left top 15% , right bottom }
bgpos493270 { background-position: left , left top 15% , right bottom }
bgpos493271 { background-position: left 10% , left top 15% , right bottom }
bgpos493272 { background-position: left 100px , left top 15% , right bottom }
bgpos493273 { background-position: left bottom , left top 15% , right bottom }
bgpos493274 { background-position: left center , left top 15% , right bottom }
bgpos493275 { background-position: left top , left top 15% , right bottom }
bgpos493276 { background-position: right , left top 15% , right bottom }
bgpos493277 { background-position: right 10% , left top 15% , right bottom }
bgpos493278 { background-position: right 100px , left top 15% , right bottom }
bgpos493279 { background-position: right bottom , left top 15% , right bottom }
bgpos493280 { background-position: right center , left top 15% , right bottom }
bgpos493281 { background-position: right top , left top 15% , right bottom }
bgpos493282 { background-position: top , left top 15% , right bottom }
bgpos493283 { background-position: left bottom , left top 15px , right bottom }
bgpos493284 { background-position: left bottom 15% , left top 15px , right bottom }
bgpos493285 { background-position: left bottom 15px , left top 15px , right bottom }
bgpos493286 { background-position: left top , left top 15px , right bottom }
bgpos493287 { background-position: left top 15% , left top 15px , right bottom }
bgpos493288 { background-position: left top 15px , left top 15px , right bottom }
bgpos493289 { background-position: left 15% bottom , left top 15px , right bottom }
bgpos493290 { background-position: left 15% bottom 15% , left top 15px , right bottom }
bgpos493291 { background-position: left 15% bottom 15px , left top 15px , right bottom }
bgpos493292 { background-position: left 15% top , left top 15px , right bottom }
bgpos493293 { background-position: left 15% top 15% , left top 15px , right bottom }
bgpos493294 { background-position: left 15% top 15px , left top 15px , right bottom }
bgpos493295 { background-position: left 15% center , left top 15px , right bottom }
bgpos493296 { background-position: left 15px bottom , left top 15px , right bottom }
bgpos493297 { background-position: left 15px bottom 15% , left top 15px , right bottom }
bgpos493298 { background-position: left 15px bottom 15px , left top 15px , right bottom }
bgpos493299 { background-position: left 15px top , left top 15px , right bottom }
bgpos493300 { background-position: left 15px top 15% , left top 15px , right bottom }
bgpos493301 { background-position: left 15px top 15px , left top 15px , right bottom }
bgpos493302 { background-position: left 15px center , left top 15px , right bottom }
bgpos493303 { background-position: left center , left top 15px , right bottom }
bgpos493304 { background-position: right bottom , left top 15px , right bottom }
bgpos493305 { background-position: right bottom 15% , left top 15px , right bottom }
bgpos493306 { background-position: right bottom 15px , left top 15px , right bottom }
bgpos493307 { background-position: right top , left top 15px , right bottom }
bgpos493308 { background-position: right top 15% , left top 15px , right bottom }
bgpos493309 { background-position: right top 15px , left top 15px , right bottom }
bgpos493310 { background-position: right 15% bottom , left top 15px , right bottom }
bgpos493311 { background-position: right 15% bottom 15% , left top 15px , right bottom }
bgpos493312 { background-position: right 15% bottom 15px , left top 15px , right bottom }
bgpos493313 { background-position: right 15% top , left top 15px , right bottom }
bgpos493314 { background-position: right 15% top 15% , left top 15px , right bottom }
bgpos493315 { background-position: right 15% top 15px , left top 15px , right bottom }
bgpos493316 { background-position: right 15% center , left top 15px , right bottom }
bgpos493317 { background-position: right 15px bottom , left top 15px , right bottom }
bgpos493318 { background-position: right 15px bottom 15% , left top 15px , right bottom }
bgpos493319 { background-position: right 15px bottom 15px , left top 15px , right bottom }
bgpos493320 { background-position: right 15px top , left top 15px , right bottom }
bgpos493321 { background-position: right 15px top 15% , left top 15px , right bottom }
bgpos493322 { background-position: right 15px top 15px , left top 15px , right bottom }
bgpos493323 { background-position: right 15px center , left top 15px , right bottom }
bgpos493324 { background-position: right center , left top 15px , right bottom }
bgpos493325 { background-position: 100px , left top 15px , right bottom }
bgpos493326 { background-position: 100px 10% , left top 15px , right bottom }
bgpos493327 { background-position: 100px 100px , left top 15px , right bottom }
bgpos493328 { background-position: 100px bottom , left top 15px , right bottom }
bgpos493329 { background-position: 100px center , left top 15px , right bottom }
bgpos493330 { background-position: 100px top , left top 15px , right bottom }
bgpos493331 { background-position: 50% , left top 15px , right bottom }
bgpos493332 { background-position: 50% 10% , left top 15px , right bottom }
bgpos493333 { background-position: 50% 100px , left top 15px , right bottom }
bgpos493334 { background-position: 50% bottom , left top 15px , right bottom }
bgpos493335 { background-position: 50% center , left top 15px , right bottom }
bgpos493336 { background-position: 50% top , left top 15px , right bottom }
bgpos493337 { background-position: bottom, left top 15px , right bottom }
bgpos493338 { background-position: center , left top 15px , right bottom }
bgpos493339 { background-position: center bottom , left top 15px , right bottom }
bgpos493340 { background-position: center bottom 15% , left top 15px , right bottom }
bgpos493341 { background-position: center bottom 15px , left top 15px , right bottom }
bgpos493342 { background-position: center top , left top 15px , right bottom }
bgpos493343 { background-position: center top 15% , left top 15px , right bottom }
bgpos493344 { background-position: center top 15px , left top 15px , right bottom }
bgpos493345 { background-position: center 10% , left top 15px , right bottom }
bgpos493346 { background-position: center 100px , left top 15px , right bottom }
bgpos493347 { background-position: center bottom , left top 15px , right bottom }
bgpos493348 { background-position: center center , left top 15px , right bottom }
bgpos493349 { background-position: center top , left top 15px , right bottom }
bgpos493350 { background-position: left , left top 15px , right bottom }
bgpos493351 { background-position: left 10% , left top 15px , right bottom }
bgpos493352 { background-position: left 100px , left top 15px , right bottom }
bgpos493353 { background-position: left bottom , left top 15px , right bottom }
bgpos493354 { background-position: left center , left top 15px , right bottom }
bgpos493355 { background-position: left top , left top 15px , right bottom }
bgpos493356 { background-position: right , left top 15px , right bottom }
bgpos493357 { background-position: right 10% , left top 15px , right bottom }
bgpos493358 { background-position: right 100px , left top 15px , right bottom }
bgpos493359 { background-position: right bottom , left top 15px , right bottom }
bgpos493360 { background-position: right center , left top 15px , right bottom }
bgpos493361 { background-position: right top , left top 15px , right bottom }
bgpos493362 { background-position: top , left top 15px , right bottom }
bgpos493363 { background-position: left bottom , left 15% bottom , right bottom }
bgpos493364 { background-position: left bottom 15% , left 15% bottom , right bottom }
bgpos493365 { background-position: left bottom 15px , left 15% bottom , right bottom }
bgpos493366 { background-position: left top , left 15% bottom , right bottom }
bgpos493367 { background-position: left top 15% , left 15% bottom , right bottom }
bgpos493368 { background-position: left top 15px , left 15% bottom , right bottom }
bgpos493369 { background-position: left 15% bottom , left 15% bottom , right bottom }
bgpos493370 { background-position: left 15% bottom 15% , left 15% bottom , right bottom }
bgpos493371 { background-position: left 15% bottom 15px , left 15% bottom , right bottom }
bgpos493372 { background-position: left 15% top , left 15% bottom , right bottom }
bgpos493373 { background-position: left 15% top 15% , left 15% bottom , right bottom }
bgpos493374 { background-position: left 15% top 15px , left 15% bottom , right bottom }
bgpos493375 { background-position: left 15% center , left 15% bottom , right bottom }
bgpos493376 { background-position: left 15px bottom , left 15% bottom , right bottom }
bgpos493377 { background-position: left 15px bottom 15% , left 15% bottom , right bottom }
bgpos493378 { background-position: left 15px bottom 15px , left 15% bottom , right bottom }
bgpos493379 { background-position: left 15px top , left 15% bottom , right bottom }
bgpos493380 { background-position: left 15px top 15% , left 15% bottom , right bottom }
bgpos493381 { background-position: left 15px top 15px , left 15% bottom , right bottom }
bgpos493382 { background-position: left 15px center , left 15% bottom , right bottom }
bgpos493383 { background-position: left center , left 15% bottom , right bottom }
bgpos493384 { background-position: right bottom , left 15% bottom , right bottom }
bgpos493385 { background-position: right bottom 15% , left 15% bottom , right bottom }
bgpos493386 { background-position: right bottom 15px , left 15% bottom , right bottom }
bgpos493387 { background-position: right top , left 15% bottom , right bottom }
bgpos493388 { background-position: right top 15% , left 15% bottom , right bottom }
bgpos493389 { background-position: right top 15px , left 15% bottom , right bottom }
bgpos493390 { background-position: right 15% bottom , left 15% bottom , right bottom }
bgpos493391 { background-position: right 15% bottom 15% , left 15% bottom , right bottom }
bgpos493392 { background-position: right 15% bottom 15px , left 15% bottom , right bottom }
bgpos493393 { background-position: right 15% top , left 15% bottom , right bottom }
bgpos493394 { background-position: right 15% top 15% , left 15% bottom , right bottom }
bgpos493395 { background-position: right 15% top 15px , left 15% bottom , right bottom }
bgpos493396 { background-position: right 15% center , left 15% bottom , right bottom }
bgpos493397 { background-position: right 15px bottom , left 15% bottom , right bottom }
bgpos493398 { background-position: right 15px bottom 15% , left 15% bottom , right bottom }
bgpos493399 { background-position: right 15px bottom 15px , left 15% bottom , right bottom }
bgpos493400 { background-position: right 15px top , left 15% bottom , right bottom }
bgpos493401 { background-position: right 15px top 15% , left 15% bottom , right bottom }
bgpos493402 { background-position: right 15px top 15px , left 15% bottom , right bottom }
bgpos493403 { background-position: right 15px center , left 15% bottom , right bottom }
bgpos493404 { background-position: right center , left 15% bottom , right bottom }
bgpos493405 { background-position: 100px , left 15% bottom , right bottom }
bgpos493406 { background-position: 100px 10% , left 15% bottom , right bottom }
bgpos493407 { background-position: 100px 100px , left 15% bottom , right bottom }
bgpos493408 { background-position: 100px bottom , left 15% bottom , right bottom }
bgpos493409 { background-position: 100px center , left 15% bottom , right bottom }
bgpos493410 { background-position: 100px top , left 15% bottom , right bottom }
bgpos493411 { background-position: 50% , left 15% bottom , right bottom }
bgpos493412 { background-position: 50% 10% , left 15% bottom , right bottom }
bgpos493413 { background-position: 50% 100px , left 15% bottom , right bottom }
bgpos493414 { background-position: 50% bottom , left 15% bottom , right bottom }
bgpos493415 { background-position: 50% center , left 15% bottom , right bottom }
bgpos493416 { background-position: 50% top , left 15% bottom , right bottom }
bgpos493417 { background-position: bottom, left 15% bottom , right bottom }
bgpos493418 { background-position: center , left 15% bottom , right bottom }
bgpos493419 { background-position: center bottom , left 15% bottom , right bottom }
bgpos493420 { background-position: center bottom 15% , left 15% bottom , right bottom }
bgpos493421 { background-position: center bottom 15px , left 15% bottom , right bottom }
bgpos493422 { background-position: center top , left 15% bottom , right bottom }
bgpos493423 { background-position: center top 15% , left 15% bottom , right bottom }
bgpos493424 { background-position: center top 15px , left 15% bottom , right bottom }
bgpos493425 { background-position: center 10% , left 15% bottom , right bottom }
bgpos493426 { background-position: center 100px , left 15% bottom , right bottom }
bgpos493427 { background-position: center bottom , left 15% bottom , right bottom }
bgpos493428 { background-position: center center , left 15% bottom , right bottom }
bgpos493429 { background-position: center top , left 15% bottom , right bottom }
bgpos493430 { background-position: left , left 15% bottom , right bottom }
bgpos493431 { background-position: left 10% , left 15% bottom , right bottom }
bgpos493432 { background-position: left 100px , left 15% bottom , right bottom }
bgpos493433 { background-position: left bottom , left 15% bottom , right bottom }
bgpos493434 { background-position: left center , left 15% bottom , right bottom }
bgpos493435 { background-position: left top , left 15% bottom , right bottom }
bgpos493436 { background-position: right , left 15% bottom , right bottom }
bgpos493437 { background-position: right 10% , left 15% bottom , right bottom }
bgpos493438 { background-position: right 100px , left 15% bottom , right bottom }
bgpos493439 { background-position: right bottom , left 15% bottom , right bottom }
bgpos493440 { background-position: right center , left 15% bottom , right bottom }
bgpos493441 { background-position: right top , left 15% bottom , right bottom }
bgpos493442 { background-position: top , left 15% bottom , right bottom }
bgpos493443 { background-position: left bottom , left 15% bottom 15% , right bottom }
bgpos493444 { background-position: left bottom 15% , left 15% bottom 15% , right bottom }
bgpos493445 { background-position: left bottom 15px , left 15% bottom 15% , right bottom }
bgpos493446 { background-position: left top , left 15% bottom 15% , right bottom }
bgpos493447 { background-position: left top 15% , left 15% bottom 15% , right bottom }
bgpos493448 { background-position: left top 15px , left 15% bottom 15% , right bottom }
bgpos493449 { background-position: left 15% bottom , left 15% bottom 15% , right bottom }
bgpos493450 { background-position: left 15% bottom 15% , left 15% bottom 15% , right bottom }
bgpos493451 { background-position: left 15% bottom 15px , left 15% bottom 15% , right bottom }
bgpos493452 { background-position: left 15% top , left 15% bottom 15% , right bottom }
bgpos493453 { background-position: left 15% top 15% , left 15% bottom 15% , right bottom }
bgpos493454 { background-position: left 15% top 15px , left 15% bottom 15% , right bottom }
bgpos493455 { background-position: left 15% center , left 15% bottom 15% , right bottom }
bgpos493456 { background-position: left 15px bottom , left 15% bottom 15% , right bottom }
bgpos493457 { background-position: left 15px bottom 15% , left 15% bottom 15% , right bottom }
bgpos493458 { background-position: left 15px bottom 15px , left 15% bottom 15% , right bottom }
bgpos493459 { background-position: left 15px top , left 15% bottom 15% , right bottom }
bgpos493460 { background-position: left 15px top 15% , left 15% bottom 15% , right bottom }
bgpos493461 { background-position: left 15px top 15px , left 15% bottom 15% , right bottom }
bgpos493462 { background-position: left 15px center , left 15% bottom 15% , right bottom }
bgpos493463 { background-position: left center , left 15% bottom 15% , right bottom }
bgpos493464 { background-position: right bottom , left 15% bottom 15% , right bottom }
bgpos493465 { background-position: right bottom 15% , left 15% bottom 15% , right bottom }
bgpos493466 { background-position: right bottom 15px , left 15% bottom 15% , right bottom }
bgpos493467 { background-position: right top , left 15% bottom 15% , right bottom }
bgpos493468 { background-position: right top 15% , left 15% bottom 15% , right bottom }
bgpos493469 { background-position: right top 15px , left 15% bottom 15% , right bottom }
bgpos493470 { background-position: right 15% bottom , left 15% bottom 15% , right bottom }
bgpos493471 { background-position: right 15% bottom 15% , left 15% bottom 15% , right bottom }
bgpos493472 { background-position: right 15% bottom 15px , left 15% bottom 15% , right bottom }
bgpos493473 { background-position: right 15% top , left 15% bottom 15% , right bottom }
bgpos493474 { background-position: right 15% top 15% , left 15% bottom 15% , right bottom }
bgpos493475 { background-position: right 15% top 15px , left 15% bottom 15% , right bottom }
bgpos493476 { background-position: right 15% center , left 15% bottom 15% , right bottom }
bgpos493477 { background-position: right 15px bottom , left 15% bottom 15% , right bottom }
bgpos493478 { background-position: right 15px bottom 15% , left 15% bottom 15% , right bottom }
bgpos493479 { background-position: right 15px bottom 15px , left 15% bottom 15% , right bottom }
bgpos493480 { background-position: right 15px top , left 15% bottom 15% , right bottom }
bgpos493481 { background-position: right 15px top 15% , left 15% bottom 15% , right bottom }
bgpos493482 { background-position: right 15px top 15px , left 15% bottom 15% , right bottom }
bgpos493483 { background-position: right 15px center , left 15% bottom 15% , right bottom }
bgpos493484 { background-position: right center , left 15% bottom 15% , right bottom }
bgpos493485 { background-position: 100px , left 15% bottom 15% , right bottom }
bgpos493486 { background-position: 100px 10% , left 15% bottom 15% , right bottom }
bgpos493487 { background-position: 100px 100px , left 15% bottom 15% , right bottom }
bgpos493488 { background-position: 100px bottom , left 15% bottom 15% , right bottom }
bgpos493489 { background-position: 100px center , left 15% bottom 15% , right bottom }
bgpos493490 { background-position: 100px top , left 15% bottom 15% , right bottom }
bgpos493491 { background-position: 50% , left 15% bottom 15% , right bottom }
bgpos493492 { background-position: 50% 10% , left 15% bottom 15% , right bottom }
bgpos493493 { background-position: 50% 100px , left 15% bottom 15% , right bottom }
bgpos493494 { background-position: 50% bottom , left 15% bottom 15% , right bottom }
bgpos493495 { background-position: 50% center , left 15% bottom 15% , right bottom }
bgpos493496 { background-position: 50% top , left 15% bottom 15% , right bottom }
bgpos493497 { background-position: bottom, left 15% bottom 15% , right bottom }
bgpos493498 { background-position: center , left 15% bottom 15% , right bottom }
bgpos493499 { background-position: center bottom , left 15% bottom 15% , right bottom }
bgpos493500 { background-position: center bottom 15% , left 15% bottom 15% , right bottom }
bgpos493501 { background-position: center bottom 15px , left 15% bottom 15% , right bottom }
bgpos493502 { background-position: center top , left 15% bottom 15% , right bottom }
bgpos493503 { background-position: center top 15% , left 15% bottom 15% , right bottom }
bgpos493504 { background-position: center top 15px , left 15% bottom 15% , right bottom }
bgpos493505 { background-position: center 10% , left 15% bottom 15% , right bottom }
bgpos493506 { background-position: center 100px , left 15% bottom 15% , right bottom }
bgpos493507 { background-position: center bottom , left 15% bottom 15% , right bottom }
bgpos493508 { background-position: center center , left 15% bottom 15% , right bottom }
bgpos493509 { background-position: center top , left 15% bottom 15% , right bottom }
bgpos493510 { background-position: left , left 15% bottom 15% , right bottom }
bgpos493511 { background-position: left 10% , left 15% bottom 15% , right bottom }
bgpos493512 { background-position: left 100px , left 15% bottom 15% , right bottom }
bgpos493513 { background-position: left bottom , left 15% bottom 15% , right bottom }
bgpos493514 { background-position: left center , left 15% bottom 15% , right bottom }
bgpos493515 { background-position: left top , left 15% bottom 15% , right bottom }
bgpos493516 { background-position: right , left 15% bottom 15% , right bottom }
bgpos493517 { background-position: right 10% , left 15% bottom 15% , right bottom }
bgpos493518 { background-position: right 100px , left 15% bottom 15% , right bottom }
bgpos493519 { background-position: right bottom , left 15% bottom 15% , right bottom }
bgpos493520 { background-position: right center , left 15% bottom 15% , right bottom }
bgpos493521 { background-position: right top , left 15% bottom 15% , right bottom }
bgpos493522 { background-position: top , left 15% bottom 15% , right bottom }
bgpos493523 { background-position: left bottom , left 15% bottom 15px , right bottom }
bgpos493524 { background-position: left bottom 15% , left 15% bottom 15px , right bottom }
bgpos493525 { background-position: left bottom 15px , left 15% bottom 15px , right bottom }
bgpos493526 { background-position: left top , left 15% bottom 15px , right bottom }
bgpos493527 { background-position: left top 15% , left 15% bottom 15px , right bottom }
bgpos493528 { background-position: left top 15px , left 15% bottom 15px , right bottom }
bgpos493529 { background-position: left 15% bottom , left 15% bottom 15px , right bottom }
bgpos493530 { background-position: left 15% bottom 15% , left 15% bottom 15px , right bottom }
bgpos493531 { background-position: left 15% bottom 15px , left 15% bottom 15px , right bottom }
bgpos493532 { background-position: left 15% top , left 15% bottom 15px , right bottom }
bgpos493533 { background-position: left 15% top 15% , left 15% bottom 15px , right bottom }
bgpos493534 { background-position: left 15% top 15px , left 15% bottom 15px , right bottom }
bgpos493535 { background-position: left 15% center , left 15% bottom 15px , right bottom }
bgpos493536 { background-position: left 15px bottom , left 15% bottom 15px , right bottom }
bgpos493537 { background-position: left 15px bottom 15% , left 15% bottom 15px , right bottom }
bgpos493538 { background-position: left 15px bottom 15px , left 15% bottom 15px , right bottom }
bgpos493539 { background-position: left 15px top , left 15% bottom 15px , right bottom }
bgpos493540 { background-position: left 15px top 15% , left 15% bottom 15px , right bottom }
bgpos493541 { background-position: left 15px top 15px , left 15% bottom 15px , right bottom }
bgpos493542 { background-position: left 15px center , left 15% bottom 15px , right bottom }
bgpos493543 { background-position: left center , left 15% bottom 15px , right bottom }
bgpos493544 { background-position: right bottom , left 15% bottom 15px , right bottom }
bgpos493545 { background-position: right bottom 15% , left 15% bottom 15px , right bottom }
bgpos493546 { background-position: right bottom 15px , left 15% bottom 15px , right bottom }
bgpos493547 { background-position: right top , left 15% bottom 15px , right bottom }
bgpos493548 { background-position: right top 15% , left 15% bottom 15px , right bottom }
bgpos493549 { background-position: right top 15px , left 15% bottom 15px , right bottom }
bgpos493550 { background-position: right 15% bottom , left 15% bottom 15px , right bottom }
bgpos493551 { background-position: right 15% bottom 15% , left 15% bottom 15px , right bottom }
bgpos493552 { background-position: right 15% bottom 15px , left 15% bottom 15px , right bottom }
bgpos493553 { background-position: right 15% top , left 15% bottom 15px , right bottom }
bgpos493554 { background-position: right 15% top 15% , left 15% bottom 15px , right bottom }
bgpos493555 { background-position: right 15% top 15px , left 15% bottom 15px , right bottom }
bgpos493556 { background-position: right 15% center , left 15% bottom 15px , right bottom }
bgpos493557 { background-position: right 15px bottom , left 15% bottom 15px , right bottom }
bgpos493558 { background-position: right 15px bottom 15% , left 15% bottom 15px , right bottom }
bgpos493559 { background-position: right 15px bottom 15px , left 15% bottom 15px , right bottom }
bgpos493560 { background-position: right 15px top , left 15% bottom 15px , right bottom }
bgpos493561 { background-position: right 15px top 15% , left 15% bottom 15px , right bottom }
bgpos493562 { background-position: right 15px top 15px , left 15% bottom 15px , right bottom }
bgpos493563 { background-position: right 15px center , left 15% bottom 15px , right bottom }
bgpos493564 { background-position: right center , left 15% bottom 15px , right bottom }
bgpos493565 { background-position: 100px , left 15% bottom 15px , right bottom }
bgpos493566 { background-position: 100px 10% , left 15% bottom 15px , right bottom }
bgpos493567 { background-position: 100px 100px , left 15% bottom 15px , right bottom }
bgpos493568 { background-position: 100px bottom , left 15% bottom 15px , right bottom }
bgpos493569 { background-position: 100px center , left 15% bottom 15px , right bottom }
bgpos493570 { background-position: 100px top , left 15% bottom 15px , right bottom }
bgpos493571 { background-position: 50% , left 15% bottom 15px , right bottom }
bgpos493572 { background-position: 50% 10% , left 15% bottom 15px , right bottom }
bgpos493573 { background-position: 50% 100px , left 15% bottom 15px , right bottom }
bgpos493574 { background-position: 50% bottom , left 15% bottom 15px , right bottom }
bgpos493575 { background-position: 50% center , left 15% bottom 15px , right bottom }
bgpos493576 { background-position: 50% top , left 15% bottom 15px , right bottom }
bgpos493577 { background-position: bottom, left 15% bottom 15px , right bottom }
bgpos493578 { background-position: center , left 15% bottom 15px , right bottom }
bgpos493579 { background-position: center bottom , left 15% bottom 15px , right bottom }
bgpos493580 { background-position: center bottom 15% , left 15% bottom 15px , right bottom }
bgpos493581 { background-position: center bottom 15px , left 15% bottom 15px , right bottom }
bgpos493582 { background-position: center top , left 15% bottom 15px , right bottom }
bgpos493583 { background-position: center top 15% , left 15% bottom 15px , right bottom }
bgpos493584 { background-position: center top 15px , left 15% bottom 15px , right bottom }
bgpos493585 { background-position: center 10% , left 15% bottom 15px , right bottom }
bgpos493586 { background-position: center 100px , left 15% bottom 15px , right bottom }
bgpos493587 { background-position: center bottom , left 15% bottom 15px , right bottom }
bgpos493588 { background-position: center center , left 15% bottom 15px , right bottom }
bgpos493589 { background-position: center top , left 15% bottom 15px , right bottom }
bgpos493590 { background-position: left , left 15% bottom 15px , right bottom }
bgpos493591 { background-position: left 10% , left 15% bottom 15px , right bottom }
bgpos493592 { background-position: left 100px , left 15% bottom 15px , right bottom }
bgpos493593 { background-position: left bottom , left 15% bottom 15px , right bottom }
bgpos493594 { background-position: left center , left 15% bottom 15px , right bottom }
bgpos493595 { background-position: left top , left 15% bottom 15px , right bottom }
bgpos493596 { background-position: right , left 15% bottom 15px , right bottom }
bgpos493597 { background-position: right 10% , left 15% bottom 15px , right bottom }
bgpos493598 { background-position: right 100px , left 15% bottom 15px , right bottom }
bgpos493599 { background-position: right bottom , left 15% bottom 15px , right bottom }
bgpos493600 { background-position: right center , left 15% bottom 15px , right bottom }
bgpos493601 { background-position: right top , left 15% bottom 15px , right bottom }
bgpos493602 { background-position: top , left 15% bottom 15px , right bottom }
bgpos493603 { background-position: left bottom , left 15% top , right bottom }
bgpos493604 { background-position: left bottom 15% , left 15% top , right bottom }
bgpos493605 { background-position: left bottom 15px , left 15% top , right bottom }
bgpos493606 { background-position: left top , left 15% top , right bottom }
bgpos493607 { background-position: left top 15% , left 15% top , right bottom }
bgpos493608 { background-position: left top 15px , left 15% top , right bottom }
bgpos493609 { background-position: left 15% bottom , left 15% top , right bottom }
bgpos493610 { background-position: left 15% bottom 15% , left 15% top , right bottom }
bgpos493611 { background-position: left 15% bottom 15px , left 15% top , right bottom }
bgpos493612 { background-position: left 15% top , left 15% top , right bottom }
bgpos493613 { background-position: left 15% top 15% , left 15% top , right bottom }
bgpos493614 { background-position: left 15% top 15px , left 15% top , right bottom }
bgpos493615 { background-position: left 15% center , left 15% top , right bottom }
bgpos493616 { background-position: left 15px bottom , left 15% top , right bottom }
bgpos493617 { background-position: left 15px bottom 15% , left 15% top , right bottom }
bgpos493618 { background-position: left 15px bottom 15px , left 15% top , right bottom }
bgpos493619 { background-position: left 15px top , left 15% top , right bottom }
bgpos493620 { background-position: left 15px top 15% , left 15% top , right bottom }
bgpos493621 { background-position: left 15px top 15px , left 15% top , right bottom }
bgpos493622 { background-position: left 15px center , left 15% top , right bottom }
bgpos493623 { background-position: left center , left 15% top , right bottom }
bgpos493624 { background-position: right bottom , left 15% top , right bottom }
bgpos493625 { background-position: right bottom 15% , left 15% top , right bottom }
bgpos493626 { background-position: right bottom 15px , left 15% top , right bottom }
bgpos493627 { background-position: right top , left 15% top , right bottom }
bgpos493628 { background-position: right top 15% , left 15% top , right bottom }
bgpos493629 { background-position: right top 15px , left 15% top , right bottom }
bgpos493630 { background-position: right 15% bottom , left 15% top , right bottom }
bgpos493631 { background-position: right 15% bottom 15% , left 15% top , right bottom }
bgpos493632 { background-position: right 15% bottom 15px , left 15% top , right bottom }
bgpos493633 { background-position: right 15% top , left 15% top , right bottom }
bgpos493634 { background-position: right 15% top 15% , left 15% top , right bottom }
bgpos493635 { background-position: right 15% top 15px , left 15% top , right bottom }
bgpos493636 { background-position: right 15% center , left 15% top , right bottom }
bgpos493637 { background-position: right 15px bottom , left 15% top , right bottom }
bgpos493638 { background-position: right 15px bottom 15% , left 15% top , right bottom }
bgpos493639 { background-position: right 15px bottom 15px , left 15% top , right bottom }
bgpos493640 { background-position: right 15px top , left 15% top , right bottom }
bgpos493641 { background-position: right 15px top 15% , left 15% top , right bottom }
bgpos493642 { background-position: right 15px top 15px , left 15% top , right bottom }
bgpos493643 { background-position: right 15px center , left 15% top , right bottom }
bgpos493644 { background-position: right center , left 15% top , right bottom }
bgpos493645 { background-position: 100px , left 15% top , right bottom }
bgpos493646 { background-position: 100px 10% , left 15% top , right bottom }
bgpos493647 { background-position: 100px 100px , left 15% top , right bottom }
bgpos493648 { background-position: 100px bottom , left 15% top , right bottom }
bgpos493649 { background-position: 100px center , left 15% top , right bottom }
bgpos493650 { background-position: 100px top , left 15% top , right bottom }
bgpos493651 { background-position: 50% , left 15% top , right bottom }
bgpos493652 { background-position: 50% 10% , left 15% top , right bottom }
bgpos493653 { background-position: 50% 100px , left 15% top , right bottom }
bgpos493654 { background-position: 50% bottom , left 15% top , right bottom }
bgpos493655 { background-position: 50% center , left 15% top , right bottom }
bgpos493656 { background-position: 50% top , left 15% top , right bottom }
bgpos493657 { background-position: bottom, left 15% top , right bottom }
bgpos493658 { background-position: center , left 15% top , right bottom }
bgpos493659 { background-position: center bottom , left 15% top , right bottom }
bgpos493660 { background-position: center bottom 15% , left 15% top , right bottom }
bgpos493661 { background-position: center bottom 15px , left 15% top , right bottom }
bgpos493662 { background-position: center top , left 15% top , right bottom }
bgpos493663 { background-position: center top 15% , left 15% top , right bottom }
bgpos493664 { background-position: center top 15px , left 15% top , right bottom }
bgpos493665 { background-position: center 10% , left 15% top , right bottom }
bgpos493666 { background-position: center 100px , left 15% top , right bottom }
bgpos493667 { background-position: center bottom , left 15% top , right bottom }
bgpos493668 { background-position: center center , left 15% top , right bottom }
bgpos493669 { background-position: center top , left 15% top , right bottom }
bgpos493670 { background-position: left , left 15% top , right bottom }
bgpos493671 { background-position: left 10% , left 15% top , right bottom }
bgpos493672 { background-position: left 100px , left 15% top , right bottom }
bgpos493673 { background-position: left bottom , left 15% top , right bottom }
bgpos493674 { background-position: left center , left 15% top , right bottom }
bgpos493675 { background-position: left top , left 15% top , right bottom }
bgpos493676 { background-position: right , left 15% top , right bottom }
bgpos493677 { background-position: right 10% , left 15% top , right bottom }
bgpos493678 { background-position: right 100px , left 15% top , right bottom }
bgpos493679 { background-position: right bottom , left 15% top , right bottom }
bgpos493680 { background-position: right center , left 15% top , right bottom }
bgpos493681 { background-position: right top , left 15% top , right bottom }
bgpos493682 { background-position: top , left 15% top , right bottom }
bgpos493683 { background-position: left bottom , left 15% top 15% , right bottom }
bgpos493684 { background-position: left bottom 15% , left 15% top 15% , right bottom }
bgpos493685 { background-position: left bottom 15px , left 15% top 15% , right bottom }
bgpos493686 { background-position: left top , left 15% top 15% , right bottom }
bgpos493687 { background-position: left top 15% , left 15% top 15% , right bottom }
bgpos493688 { background-position: left top 15px , left 15% top 15% , right bottom }
bgpos493689 { background-position: left 15% bottom , left 15% top 15% , right bottom }
bgpos493690 { background-position: left 15% bottom 15% , left 15% top 15% , right bottom }
bgpos493691 { background-position: left 15% bottom 15px , left 15% top 15% , right bottom }
bgpos493692 { background-position: left 15% top , left 15% top 15% , right bottom }
bgpos493693 { background-position: left 15% top 15% , left 15% top 15% , right bottom }
bgpos493694 { background-position: left 15% top 15px , left 15% top 15% , right bottom }
bgpos493695 { background-position: left 15% center , left 15% top 15% , right bottom }
bgpos493696 { background-position: left 15px bottom , left 15% top 15% , right bottom }
bgpos493697 { background-position: left 15px bottom 15% , left 15% top 15% , right bottom }
bgpos493698 { background-position: left 15px bottom 15px , left 15% top 15% , right bottom }
bgpos493699 { background-position: left 15px top , left 15% top 15% , right bottom }
bgpos493700 { background-position: left 15px top 15% , left 15% top 15% , right bottom }
bgpos493701 { background-position: left 15px top 15px , left 15% top 15% , right bottom }
bgpos493702 { background-position: left 15px center , left 15% top 15% , right bottom }
bgpos493703 { background-position: left center , left 15% top 15% , right bottom }
bgpos493704 { background-position: right bottom , left 15% top 15% , right bottom }
bgpos493705 { background-position: right bottom 15% , left 15% top 15% , right bottom }
bgpos493706 { background-position: right bottom 15px , left 15% top 15% , right bottom }
bgpos493707 { background-position: right top , left 15% top 15% , right bottom }
bgpos493708 { background-position: right top 15% , left 15% top 15% , right bottom }
bgpos493709 { background-position: right top 15px , left 15% top 15% , right bottom }
bgpos493710 { background-position: right 15% bottom , left 15% top 15% , right bottom }
bgpos493711 { background-position: right 15% bottom 15% , left 15% top 15% , right bottom }
bgpos493712 { background-position: right 15% bottom 15px , left 15% top 15% , right bottom }
bgpos493713 { background-position: right 15% top , left 15% top 15% , right bottom }
bgpos493714 { background-position: right 15% top 15% , left 15% top 15% , right bottom }
bgpos493715 { background-position: right 15% top 15px , left 15% top 15% , right bottom }
bgpos493716 { background-position: right 15% center , left 15% top 15% , right bottom }
bgpos493717 { background-position: right 15px bottom , left 15% top 15% , right bottom }
bgpos493718 { background-position: right 15px bottom 15% , left 15% top 15% , right bottom }
bgpos493719 { background-position: right 15px bottom 15px , left 15% top 15% , right bottom }
bgpos493720 { background-position: right 15px top , left 15% top 15% , right bottom }
bgpos493721 { background-position: right 15px top 15% , left 15% top 15% , right bottom }
bgpos493722 { background-position: right 15px top 15px , left 15% top 15% , right bottom }
bgpos493723 { background-position: right 15px center , left 15% top 15% , right bottom }
bgpos493724 { background-position: right center , left 15% top 15% , right bottom }
bgpos493725 { background-position: 100px , left 15% top 15% , right bottom }
bgpos493726 { background-position: 100px 10% , left 15% top 15% , right bottom }
bgpos493727 { background-position: 100px 100px , left 15% top 15% , right bottom }
bgpos493728 { background-position: 100px bottom , left 15% top 15% , right bottom }
bgpos493729 { background-position: 100px center , left 15% top 15% , right bottom }
bgpos493730 { background-position: 100px top , left 15% top 15% , right bottom }
bgpos493731 { background-position: 50% , left 15% top 15% , right bottom }
bgpos493732 { background-position: 50% 10% , left 15% top 15% , right bottom }
bgpos493733 { background-position: 50% 100px , left 15% top 15% , right bottom }
bgpos493734 { background-position: 50% bottom , left 15% top 15% , right bottom }
bgpos493735 { background-position: 50% center , left 15% top 15% , right bottom }
bgpos493736 { background-position: 50% top , left 15% top 15% , right bottom }
bgpos493737 { background-position: bottom, left 15% top 15% , right bottom }
bgpos493738 { background-position: center , left 15% top 15% , right bottom }
bgpos493739 { background-position: center bottom , left 15% top 15% , right bottom }
bgpos493740 { background-position: center bottom 15% , left 15% top 15% , right bottom }
bgpos493741 { background-position: center bottom 15px , left 15% top 15% , right bottom }
bgpos493742 { background-position: center top , left 15% top 15% , right bottom }
bgpos493743 { background-position: center top 15% , left 15% top 15% , right bottom }
bgpos493744 { background-position: center top 15px , left 15% top 15% , right bottom }
bgpos493745 { background-position: center 10% , left 15% top 15% , right bottom }
bgpos493746 { background-position: center 100px , left 15% top 15% , right bottom }
bgpos493747 { background-position: center bottom , left 15% top 15% , right bottom }
bgpos493748 { background-position: center center , left 15% top 15% , right bottom }
bgpos493749 { background-position: center top , left 15% top 15% , right bottom }
bgpos493750 { background-position: left , left 15% top 15% , right bottom }
bgpos493751 { background-position: left 10% , left 15% top 15% , right bottom }
bgpos493752 { background-position: left 100px , left 15% top 15% , right bottom }
bgpos493753 { background-position: left bottom , left 15% top 15% , right bottom }
bgpos493754 { background-position: left center , left 15% top 15% , right bottom }
bgpos493755 { background-position: left top , left 15% top 15% , right bottom }
bgpos493756 { background-position: right , left 15% top 15% , right bottom }
bgpos493757 { background-position: right 10% , left 15% top 15% , right bottom }
bgpos493758 { background-position: right 100px , left 15% top 15% , right bottom }
bgpos493759 { background-position: right bottom , left 15% top 15% , right bottom }
bgpos493760 { background-position: right center , left 15% top 15% , right bottom }
bgpos493761 { background-position: right top , left 15% top 15% , right bottom }
bgpos493762 { background-position: top , left 15% top 15% , right bottom }
bgpos493763 { background-position: left bottom , left 15% top 15px , right bottom }
bgpos493764 { background-position: left bottom 15% , left 15% top 15px , right bottom }
bgpos493765 { background-position: left bottom 15px , left 15% top 15px , right bottom }
bgpos493766 { background-position: left top , left 15% top 15px , right bottom }
bgpos493767 { background-position: left top 15% , left 15% top 15px , right bottom }
bgpos493768 { background-position: left top 15px , left 15% top 15px , right bottom }
bgpos493769 { background-position: left 15% bottom , left 15% top 15px , right bottom }
bgpos493770 { background-position: left 15% bottom 15% , left 15% top 15px , right bottom }
bgpos493771 { background-position: left 15% bottom 15px , left 15% top 15px , right bottom }
bgpos493772 { background-position: left 15% top , left 15% top 15px , right bottom }
bgpos493773 { background-position: left 15% top 15% , left 15% top 15px , right bottom }
bgpos493774 { background-position: left 15% top 15px , left 15% top 15px , right bottom }
bgpos493775 { background-position: left 15% center , left 15% top 15px , right bottom }
bgpos493776 { background-position: left 15px bottom , left 15% top 15px , right bottom }
bgpos493777 { background-position: left 15px bottom 15% , left 15% top 15px , right bottom }
bgpos493778 { background-position: left 15px bottom 15px , left 15% top 15px , right bottom }
bgpos493779 { background-position: left 15px top , left 15% top 15px , right bottom }
bgpos493780 { background-position: left 15px top 15% , left 15% top 15px , right bottom }
bgpos493781 { background-position: left 15px top 15px , left 15% top 15px , right bottom }
bgpos493782 { background-position: left 15px center , left 15% top 15px , right bottom }
bgpos493783 { background-position: left center , left 15% top 15px , right bottom }
bgpos493784 { background-position: right bottom , left 15% top 15px , right bottom }
bgpos493785 { background-position: right bottom 15% , left 15% top 15px , right bottom }
bgpos493786 { background-position: right bottom 15px , left 15% top 15px , right bottom }
bgpos493787 { background-position: right top , left 15% top 15px , right bottom }
bgpos493788 { background-position: right top 15% , left 15% top 15px , right bottom }
bgpos493789 { background-position: right top 15px , left 15% top 15px , right bottom }
bgpos493790 { background-position: right 15% bottom , left 15% top 15px , right bottom }
bgpos493791 { background-position: right 15% bottom 15% , left 15% top 15px , right bottom }
bgpos493792 { background-position: right 15% bottom 15px , left 15% top 15px , right bottom }
bgpos493793 { background-position: right 15% top , left 15% top 15px , right bottom }
bgpos493794 { background-position: right 15% top 15% , left 15% top 15px , right bottom }
bgpos493795 { background-position: right 15% top 15px , left 15% top 15px , right bottom }
bgpos493796 { background-position: right 15% center , left 15% top 15px , right bottom }
bgpos493797 { background-position: right 15px bottom , left 15% top 15px , right bottom }
bgpos493798 { background-position: right 15px bottom 15% , left 15% top 15px , right bottom }
bgpos493799 { background-position: right 15px bottom 15px , left 15% top 15px , right bottom }
bgpos493800 { background-position: right 15px top , left 15% top 15px , right bottom }
bgpos493801 { background-position: right 15px top 15% , left 15% top 15px , right bottom }
bgpos493802 { background-position: right 15px top 15px , left 15% top 15px , right bottom }
bgpos493803 { background-position: right 15px center , left 15% top 15px , right bottom }
bgpos493804 { background-position: right center , left 15% top 15px , right bottom }
bgpos493805 { background-position: 100px , left 15% top 15px , right bottom }
bgpos493806 { background-position: 100px 10% , left 15% top 15px , right bottom }
bgpos493807 { background-position: 100px 100px , left 15% top 15px , right bottom }
bgpos493808 { background-position: 100px bottom , left 15% top 15px , right bottom }
bgpos493809 { background-position: 100px center , left 15% top 15px , right bottom }
bgpos493810 { background-position: 100px top , left 15% top 15px , right bottom }
bgpos493811 { background-position: 50% , left 15% top 15px , right bottom }
bgpos493812 { background-position: 50% 10% , left 15% top 15px , right bottom }
bgpos493813 { background-position: 50% 100px , left 15% top 15px , right bottom }
bgpos493814 { background-position: 50% bottom , left 15% top 15px , right bottom }
bgpos493815 { background-position: 50% center , left 15% top 15px , right bottom }
bgpos493816 { background-position: 50% top , left 15% top 15px , right bottom }
bgpos493817 { background-position: bottom, left 15% top 15px , right bottom }
bgpos493818 { background-position: center , left 15% top 15px , right bottom }
bgpos493819 { background-position: center bottom , left 15% top 15px , right bottom }
bgpos493820 { background-position: center bottom 15% , left 15% top 15px , right bottom }
bgpos493821 { background-position: center bottom 15px , left 15% top 15px , right bottom }
bgpos493822 { background-position: center top , left 15% top 15px , right bottom }
bgpos493823 { background-position: center top 15% , left 15% top 15px , right bottom }
bgpos493824 { background-position: center top 15px , left 15% top 15px , right bottom }
bgpos493825 { background-position: center 10% , left 15% top 15px , right bottom }
bgpos493826 { background-position: center 100px , left 15% top 15px , right bottom }
bgpos493827 { background-position: center bottom , left 15% top 15px , right bottom }
bgpos493828 { background-position: center center , left 15% top 15px , right bottom }
bgpos493829 { background-position: center top , left 15% top 15px , right bottom }
bgpos493830 { background-position: left , left 15% top 15px , right bottom }
bgpos493831 { background-position: left 10% , left 15% top 15px , right bottom }
bgpos493832 { background-position: left 100px , left 15% top 15px , right bottom }
bgpos493833 { background-position: left bottom , left 15% top 15px , right bottom }
bgpos493834 { background-position: left center , left 15% top 15px , right bottom }
bgpos493835 { background-position: left top , left 15% top 15px , right bottom }
bgpos493836 { background-position: right , left 15% top 15px , right bottom }
bgpos493837 { background-position: right 10% , left 15% top 15px , right bottom }
bgpos493838 { background-position: right 100px , left 15% top 15px , right bottom }
bgpos493839 { background-position: right bottom , left 15% top 15px , right bottom }
bgpos493840 { background-position: right center , left 15% top 15px , right bottom }
bgpos493841 { background-position: right top , left 15% top 15px , right bottom }
bgpos493842 { background-position: top , left 15% top 15px , right bottom }
bgpos493843 { background-position: left bottom , left 15% center , right bottom }
bgpos493844 { background-position: left bottom 15% , left 15% center , right bottom }
bgpos493845 { background-position: left bottom 15px , left 15% center , right bottom }
bgpos493846 { background-position: left top , left 15% center , right bottom }
bgpos493847 { background-position: left top 15% , left 15% center , right bottom }
bgpos493848 { background-position: left top 15px , left 15% center , right bottom }
bgpos493849 { background-position: left 15% bottom , left 15% center , right bottom }
bgpos493850 { background-position: left 15% bottom 15% , left 15% center , right bottom }
bgpos493851 { background-position: left 15% bottom 15px , left 15% center , right bottom }
bgpos493852 { background-position: left 15% top , left 15% center , right bottom }
bgpos493853 { background-position: left 15% top 15% , left 15% center , right bottom }
bgpos493854 { background-position: left 15% top 15px , left 15% center , right bottom }
bgpos493855 { background-position: left 15% center , left 15% center , right bottom }
bgpos493856 { background-position: left 15px bottom , left 15% center , right bottom }
bgpos493857 { background-position: left 15px bottom 15% , left 15% center , right bottom }
bgpos493858 { background-position: left 15px bottom 15px , left 15% center , right bottom }
bgpos493859 { background-position: left 15px top , left 15% center , right bottom }
bgpos493860 { background-position: left 15px top 15% , left 15% center , right bottom }
bgpos493861 { background-position: left 15px top 15px , left 15% center , right bottom }
bgpos493862 { background-position: left 15px center , left 15% center , right bottom }
bgpos493863 { background-position: left center , left 15% center , right bottom }
bgpos493864 { background-position: right bottom , left 15% center , right bottom }
bgpos493865 { background-position: right bottom 15% , left 15% center , right bottom }
bgpos493866 { background-position: right bottom 15px , left 15% center , right bottom }
bgpos493867 { background-position: right top , left 15% center , right bottom }
bgpos493868 { background-position: right top 15% , left 15% center , right bottom }
bgpos493869 { background-position: right top 15px , left 15% center , right bottom }
bgpos493870 { background-position: right 15% bottom , left 15% center , right bottom }
bgpos493871 { background-position: right 15% bottom 15% , left 15% center , right bottom }
bgpos493872 { background-position: right 15% bottom 15px , left 15% center , right bottom }
bgpos493873 { background-position: right 15% top , left 15% center , right bottom }
bgpos493874 { background-position: right 15% top 15% , left 15% center , right bottom }
bgpos493875 { background-position: right 15% top 15px , left 15% center , right bottom }
bgpos493876 { background-position: right 15% center , left 15% center , right bottom }
bgpos493877 { background-position: right 15px bottom , left 15% center , right bottom }
bgpos493878 { background-position: right 15px bottom 15% , left 15% center , right bottom }
bgpos493879 { background-position: right 15px bottom 15px , left 15% center , right bottom }
bgpos493880 { background-position: right 15px top , left 15% center , right bottom }
bgpos493881 { background-position: right 15px top 15% , left 15% center , right bottom }
bgpos493882 { background-position: right 15px top 15px , left 15% center , right bottom }
bgpos493883 { background-position: right 15px center , left 15% center , right bottom }
bgpos493884 { background-position: right center , left 15% center , right bottom }
bgpos493885 { background-position: 100px , left 15% center , right bottom }
bgpos493886 { background-position: 100px 10% , left 15% center , right bottom }
bgpos493887 { background-position: 100px 100px , left 15% center , right bottom }
bgpos493888 { background-position: 100px bottom , left 15% center , right bottom }
bgpos493889 { background-position: 100px center , left 15% center , right bottom }
bgpos493890 { background-position: 100px top , left 15% center , right bottom }
bgpos493891 { background-position: 50% , left 15% center , right bottom }
bgpos493892 { background-position: 50% 10% , left 15% center , right bottom }
bgpos493893 { background-position: 50% 100px , left 15% center , right bottom }
bgpos493894 { background-position: 50% bottom , left 15% center , right bottom }
bgpos493895 { background-position: 50% center , left 15% center , right bottom }
bgpos493896 { background-position: 50% top , left 15% center , right bottom }
bgpos493897 { background-position: bottom, left 15% center , right bottom }
bgpos493898 { background-position: center , left 15% center , right bottom }
bgpos493899 { background-position: center bottom , left 15% center , right bottom }
bgpos493900 { background-position: center bottom 15% , left 15% center , right bottom }
bgpos493901 { background-position: center bottom 15px , left 15% center , right bottom }
bgpos493902 { background-position: center top , left 15% center , right bottom }
bgpos493903 { background-position: center top 15% , left 15% center , right bottom }
bgpos493904 { background-position: center top 15px , left 15% center , right bottom }
bgpos493905 { background-position: center 10% , left 15% center , right bottom }
bgpos493906 { background-position: center 100px , left 15% center , right bottom }
bgpos493907 { background-position: center bottom , left 15% center , right bottom }
bgpos493908 { background-position: center center , left 15% center , right bottom }
bgpos493909 { background-position: center top , left 15% center , right bottom }
bgpos493910 { background-position: left , left 15% center , right bottom }
bgpos493911 { background-position: left 10% , left 15% center , right bottom }
bgpos493912 { background-position: left 100px , left 15% center , right bottom }
bgpos493913 { background-position: left bottom , left 15% center , right bottom }
bgpos493914 { background-position: left center , left 15% center , right bottom }
bgpos493915 { background-position: left top , left 15% center , right bottom }
bgpos493916 { background-position: right , left 15% center , right bottom }
bgpos493917 { background-position: right 10% , left 15% center , right bottom }
bgpos493918 { background-position: right 100px , left 15% center , right bottom }
bgpos493919 { background-position: right bottom , left 15% center , right bottom }
bgpos493920 { background-position: right center , left 15% center , right bottom }
bgpos493921 { background-position: right top , left 15% center , right bottom }
bgpos493922 { background-position: top , left 15% center , right bottom }
bgpos493923 { background-position: left bottom , left 15px bottom , right bottom }
bgpos493924 { background-position: left bottom 15% , left 15px bottom , right bottom }
bgpos493925 { background-position: left bottom 15px , left 15px bottom , right bottom }
bgpos493926 { background-position: left top , left 15px bottom , right bottom }
bgpos493927 { background-position: left top 15% , left 15px bottom , right bottom }
bgpos493928 { background-position: left top 15px , left 15px bottom , right bottom }
bgpos493929 { background-position: left 15% bottom , left 15px bottom , right bottom }
bgpos493930 { background-position: left 15% bottom 15% , left 15px bottom , right bottom }
bgpos493931 { background-position: left 15% bottom 15px , left 15px bottom , right bottom }
bgpos493932 { background-position: left 15% top , left 15px bottom , right bottom }
bgpos493933 { background-position: left 15% top 15% , left 15px bottom , right bottom }
bgpos493934 { background-position: left 15% top 15px , left 15px bottom , right bottom }
bgpos493935 { background-position: left 15% center , left 15px bottom , right bottom }
bgpos493936 { background-position: left 15px bottom , left 15px bottom , right bottom }
bgpos493937 { background-position: left 15px bottom 15% , left 15px bottom , right bottom }
bgpos493938 { background-position: left 15px bottom 15px , left 15px bottom , right bottom }
bgpos493939 { background-position: left 15px top , left 15px bottom , right bottom }
bgpos493940 { background-position: left 15px top 15% , left 15px bottom , right bottom }
bgpos493941 { background-position: left 15px top 15px , left 15px bottom , right bottom }
bgpos493942 { background-position: left 15px center , left 15px bottom , right bottom }
bgpos493943 { background-position: left center , left 15px bottom , right bottom }
bgpos493944 { background-position: right bottom , left 15px bottom , right bottom }
bgpos493945 { background-position: right bottom 15% , left 15px bottom , right bottom }
bgpos493946 { background-position: right bottom 15px , left 15px bottom , right bottom }
bgpos493947 { background-position: right top , left 15px bottom , right bottom }
bgpos493948 { background-position: right top 15% , left 15px bottom , right bottom }
bgpos493949 { background-position: right top 15px , left 15px bottom , right bottom }
bgpos493950 { background-position: right 15% bottom , left 15px bottom , right bottom }
bgpos493951 { background-position: right 15% bottom 15% , left 15px bottom , right bottom }
bgpos493952 { background-position: right 15% bottom 15px , left 15px bottom , right bottom }
bgpos493953 { background-position: right 15% top , left 15px bottom , right bottom }
bgpos493954 { background-position: right 15% top 15% , left 15px bottom , right bottom }
bgpos493955 { background-position: right 15% top 15px , left 15px bottom , right bottom }
bgpos493956 { background-position: right 15% center , left 15px bottom , right bottom }
bgpos493957 { background-position: right 15px bottom , left 15px bottom , right bottom }
bgpos493958 { background-position: right 15px bottom 15% , left 15px bottom , right bottom }
bgpos493959 { background-position: right 15px bottom 15px , left 15px bottom , right bottom }
bgpos493960 { background-position: right 15px top , left 15px bottom , right bottom }
bgpos493961 { background-position: right 15px top 15% , left 15px bottom , right bottom }
bgpos493962 { background-position: right 15px top 15px , left 15px bottom , right bottom }
bgpos493963 { background-position: right 15px center , left 15px bottom , right bottom }
bgpos493964 { background-position: right center , left 15px bottom , right bottom }
bgpos493965 { background-position: 100px , left 15px bottom , right bottom }
bgpos493966 { background-position: 100px 10% , left 15px bottom , right bottom }
bgpos493967 { background-position: 100px 100px , left 15px bottom , right bottom }
bgpos493968 { background-position: 100px bottom , left 15px bottom , right bottom }
bgpos493969 { background-position: 100px center , left 15px bottom , right bottom }
bgpos493970 { background-position: 100px top , left 15px bottom , right bottom }
bgpos493971 { background-position: 50% , left 15px bottom , right bottom }
bgpos493972 { background-position: 50% 10% , left 15px bottom , right bottom }
bgpos493973 { background-position: 50% 100px , left 15px bottom , right bottom }
bgpos493974 { background-position: 50% bottom , left 15px bottom , right bottom }
bgpos493975 { background-position: 50% center , left 15px bottom , right bottom }
bgpos493976 { background-position: 50% top , left 15px bottom , right bottom }
bgpos493977 { background-position: bottom, left 15px bottom , right bottom }
bgpos493978 { background-position: center , left 15px bottom , right bottom }
bgpos493979 { background-position: center bottom , left 15px bottom , right bottom }
bgpos493980 { background-position: center bottom 15% , left 15px bottom , right bottom }
bgpos493981 { background-position: center bottom 15px , left 15px bottom , right bottom }
bgpos493982 { background-position: center top , left 15px bottom , right bottom }
bgpos493983 { background-position: center top 15% , left 15px bottom , right bottom }
bgpos493984 { background-position: center top 15px , left 15px bottom , right bottom }
bgpos493985 { background-position: center 10% , left 15px bottom , right bottom }
bgpos493986 { background-position: center 100px , left 15px bottom , right bottom }
bgpos493987 { background-position: center bottom , left 15px bottom , right bottom }
bgpos493988 { background-position: center center , left 15px bottom , right bottom }
bgpos493989 { background-position: center top , left 15px bottom , right bottom }
bgpos493990 { background-position: left , left 15px bottom , right bottom }
bgpos493991 { background-position: left 10% , left 15px bottom , right bottom }
bgpos493992 { background-position: left 100px , left 15px bottom , right bottom }
bgpos493993 { background-position: left bottom , left 15px bottom , right bottom }
bgpos493994 { background-position: left center , left 15px bottom , right bottom }
bgpos493995 { background-position: left top , left 15px bottom , right bottom }
bgpos493996 { background-position: right , left 15px bottom , right bottom }
bgpos493997 { background-position: right 10% , left 15px bottom , right bottom }
bgpos493998 { background-position: right 100px , left 15px bottom , right bottom }
bgpos493999 { background-position: right bottom , left 15px bottom , right bottom }
bgpos494000 { background-position: right center , left 15px bottom , right bottom }
bgpos494001 { background-position: right top , left 15px bottom , right bottom }
bgpos494002 { background-position: top , left 15px bottom , right bottom }
bgpos494003 { background-position: left bottom , left 15px bottom 15% , right bottom }
bgpos494004 { background-position: left bottom 15% , left 15px bottom 15% , right bottom }
bgpos494005 { background-position: left bottom 15px , left 15px bottom 15% , right bottom }
bgpos494006 { background-position: left top , left 15px bottom 15% , right bottom }
bgpos494007 { background-position: left top 15% , left 15px bottom 15% , right bottom }
bgpos494008 { background-position: left top 15px , left 15px bottom 15% , right bottom }
bgpos494009 { background-position: left 15% bottom , left 15px bottom 15% , right bottom }
bgpos494010 { background-position: left 15% bottom 15% , left 15px bottom 15% , right bottom }
bgpos494011 { background-position: left 15% bottom 15px , left 15px bottom 15% , right bottom }
bgpos494012 { background-position: left 15% top , left 15px bottom 15% , right bottom }
bgpos494013 { background-position: left 15% top 15% , left 15px bottom 15% , right bottom }
bgpos494014 { background-position: left 15% top 15px , left 15px bottom 15% , right bottom }
bgpos494015 { background-position: left 15% center , left 15px bottom 15% , right bottom }
bgpos494016 { background-position: left 15px bottom , left 15px bottom 15% , right bottom }
bgpos494017 { background-position: left 15px bottom 15% , left 15px bottom 15% , right bottom }
bgpos494018 { background-position: left 15px bottom 15px , left 15px bottom 15% , right bottom }
bgpos494019 { background-position: left 15px top , left 15px bottom 15% , right bottom }
bgpos494020 { background-position: left 15px top 15% , left 15px bottom 15% , right bottom }
bgpos494021 { background-position: left 15px top 15px , left 15px bottom 15% , right bottom }
bgpos494022 { background-position: left 15px center , left 15px bottom 15% , right bottom }
bgpos494023 { background-position: left center , left 15px bottom 15% , right bottom }
bgpos494024 { background-position: right bottom , left 15px bottom 15% , right bottom }
bgpos494025 { background-position: right bottom 15% , left 15px bottom 15% , right bottom }
bgpos494026 { background-position: right bottom 15px , left 15px bottom 15% , right bottom }
bgpos494027 { background-position: right top , left 15px bottom 15% , right bottom }
bgpos494028 { background-position: right top 15% , left 15px bottom 15% , right bottom }
bgpos494029 { background-position: right top 15px , left 15px bottom 15% , right bottom }
bgpos494030 { background-position: right 15% bottom , left 15px bottom 15% , right bottom }
bgpos494031 { background-position: right 15% bottom 15% , left 15px bottom 15% , right bottom }
bgpos494032 { background-position: right 15% bottom 15px , left 15px bottom 15% , right bottom }
bgpos494033 { background-position: right 15% top , left 15px bottom 15% , right bottom }
bgpos494034 { background-position: right 15% top 15% , left 15px bottom 15% , right bottom }
bgpos494035 { background-position: right 15% top 15px , left 15px bottom 15% , right bottom }
bgpos494036 { background-position: right 15% center , left 15px bottom 15% , right bottom }
bgpos494037 { background-position: right 15px bottom , left 15px bottom 15% , right bottom }
bgpos494038 { background-position: right 15px bottom 15% , left 15px bottom 15% , right bottom }
bgpos494039 { background-position: right 15px bottom 15px , left 15px bottom 15% , right bottom }
bgpos494040 { background-position: right 15px top , left 15px bottom 15% , right bottom }
bgpos494041 { background-position: right 15px top 15% , left 15px bottom 15% , right bottom }
bgpos494042 { background-position: right 15px top 15px , left 15px bottom 15% , right bottom }
bgpos494043 { background-position: right 15px center , left 15px bottom 15% , right bottom }
bgpos494044 { background-position: right center , left 15px bottom 15% , right bottom }
bgpos494045 { background-position: 100px , left 15px bottom 15% , right bottom }
bgpos494046 { background-position: 100px 10% , left 15px bottom 15% , right bottom }
bgpos494047 { background-position: 100px 100px , left 15px bottom 15% , right bottom }
bgpos494048 { background-position: 100px bottom , left 15px bottom 15% , right bottom }
bgpos494049 { background-position: 100px center , left 15px bottom 15% , right bottom }
bgpos494050 { background-position: 100px top , left 15px bottom 15% , right bottom }
bgpos494051 { background-position: 50% , left 15px bottom 15% , right bottom }
bgpos494052 { background-position: 50% 10% , left 15px bottom 15% , right bottom }
bgpos494053 { background-position: 50% 100px , left 15px bottom 15% , right bottom }
bgpos494054 { background-position: 50% bottom , left 15px bottom 15% , right bottom }
bgpos494055 { background-position: 50% center , left 15px bottom 15% , right bottom }
bgpos494056 { background-position: 50% top , left 15px bottom 15% , right bottom }
bgpos494057 { background-position: bottom, left 15px bottom 15% , right bottom }
bgpos494058 { background-position: center , left 15px bottom 15% , right bottom }
bgpos494059 { background-position: center bottom , left 15px bottom 15% , right bottom }
bgpos494060 { background-position: center bottom 15% , left 15px bottom 15% , right bottom }
bgpos494061 { background-position: center bottom 15px , left 15px bottom 15% , right bottom }
bgpos494062 { background-position: center top , left 15px bottom 15% , right bottom }
bgpos494063 { background-position: center top 15% , left 15px bottom 15% , right bottom }
bgpos494064 { background-position: center top 15px , left 15px bottom 15% , right bottom }
bgpos494065 { background-position: center 10% , left 15px bottom 15% , right bottom }
bgpos494066 { background-position: center 100px , left 15px bottom 15% , right bottom }
bgpos494067 { background-position: center bottom , left 15px bottom 15% , right bottom }
bgpos494068 { background-position: center center , left 15px bottom 15% , right bottom }
bgpos494069 { background-position: center top , left 15px bottom 15% , right bottom }
bgpos494070 { background-position: left , left 15px bottom 15% , right bottom }
bgpos494071 { background-position: left 10% , left 15px bottom 15% , right bottom }
bgpos494072 { background-position: left 100px , left 15px bottom 15% , right bottom }
bgpos494073 { background-position: left bottom , left 15px bottom 15% , right bottom }
bgpos494074 { background-position: left center , left 15px bottom 15% , right bottom }
bgpos494075 { background-position: left top , left 15px bottom 15% , right bottom }
bgpos494076 { background-position: right , left 15px bottom 15% , right bottom }
bgpos494077 { background-position: right 10% , left 15px bottom 15% , right bottom }
bgpos494078 { background-position: right 100px , left 15px bottom 15% , right bottom }
bgpos494079 { background-position: right bottom , left 15px bottom 15% , right bottom }
bgpos494080 { background-position: right center , left 15px bottom 15% , right bottom }
bgpos494081 { background-position: right top , left 15px bottom 15% , right bottom }
bgpos494082 { background-position: top , left 15px bottom 15% , right bottom }
bgpos494083 { background-position: left bottom , left 15px bottom 15px , right bottom }
bgpos494084 { background-position: left bottom 15% , left 15px bottom 15px , right bottom }
bgpos494085 { background-position: left bottom 15px , left 15px bottom 15px , right bottom }
bgpos494086 { background-position: left top , left 15px bottom 15px , right bottom }
bgpos494087 { background-position: left top 15% , left 15px bottom 15px , right bottom }
bgpos494088 { background-position: left top 15px , left 15px bottom 15px , right bottom }
bgpos494089 { background-position: left 15% bottom , left 15px bottom 15px , right bottom }
bgpos494090 { background-position: left 15% bottom 15% , left 15px bottom 15px , right bottom }
bgpos494091 { background-position: left 15% bottom 15px , left 15px bottom 15px , right bottom }
bgpos494092 { background-position: left 15% top , left 15px bottom 15px , right bottom }
bgpos494093 { background-position: left 15% top 15% , left 15px bottom 15px , right bottom }
bgpos494094 { background-position: left 15% top 15px , left 15px bottom 15px , right bottom }
bgpos494095 { background-position: left 15% center , left 15px bottom 15px , right bottom }
bgpos494096 { background-position: left 15px bottom , left 15px bottom 15px , right bottom }
bgpos494097 { background-position: left 15px bottom 15% , left 15px bottom 15px , right bottom }
bgpos494098 { background-position: left 15px bottom 15px , left 15px bottom 15px , right bottom }
bgpos494099 { background-position: left 15px top , left 15px bottom 15px , right bottom }
bgpos494100 { background-position: left 15px top 15% , left 15px bottom 15px , right bottom }
bgpos494101 { background-position: left 15px top 15px , left 15px bottom 15px , right bottom }
bgpos494102 { background-position: left 15px center , left 15px bottom 15px , right bottom }
bgpos494103 { background-position: left center , left 15px bottom 15px , right bottom }
bgpos494104 { background-position: right bottom , left 15px bottom 15px , right bottom }
bgpos494105 { background-position: right bottom 15% , left 15px bottom 15px , right bottom }
bgpos494106 { background-position: right bottom 15px , left 15px bottom 15px , right bottom }
bgpos494107 { background-position: right top , left 15px bottom 15px , right bottom }
bgpos494108 { background-position: right top 15% , left 15px bottom 15px , right bottom }
bgpos494109 { background-position: right top 15px , left 15px bottom 15px , right bottom }
bgpos494110 { background-position: right 15% bottom , left 15px bottom 15px , right bottom }
bgpos494111 { background-position: right 15% bottom 15% , left 15px bottom 15px , right bottom }
bgpos494112 { background-position: right 15% bottom 15px , left 15px bottom 15px , right bottom }
bgpos494113 { background-position: right 15% top , left 15px bottom 15px , right bottom }
bgpos494114 { background-position: right 15% top 15% , left 15px bottom 15px , right bottom }
bgpos494115 { background-position: right 15% top 15px , left 15px bottom 15px , right bottom }
bgpos494116 { background-position: right 15% center , left 15px bottom 15px , right bottom }
bgpos494117 { background-position: right 15px bottom , left 15px bottom 15px , right bottom }
bgpos494118 { background-position: right 15px bottom 15% , left 15px bottom 15px , right bottom }
bgpos494119 { background-position: right 15px bottom 15px , left 15px bottom 15px , right bottom }
bgpos494120 { background-position: right 15px top , left 15px bottom 15px , right bottom }
bgpos494121 { background-position: right 15px top 15% , left 15px bottom 15px , right bottom }
bgpos494122 { background-position: right 15px top 15px , left 15px bottom 15px , right bottom }
bgpos494123 { background-position: right 15px center , left 15px bottom 15px , right bottom }
bgpos494124 { background-position: right center , left 15px bottom 15px , right bottom }
bgpos494125 { background-position: 100px , left 15px bottom 15px , right bottom }
bgpos494126 { background-position: 100px 10% , left 15px bottom 15px , right bottom }
bgpos494127 { background-position: 100px 100px , left 15px bottom 15px , right bottom }
bgpos494128 { background-position: 100px bottom , left 15px bottom 15px , right bottom }
bgpos494129 { background-position: 100px center , left 15px bottom 15px , right bottom }
bgpos494130 { background-position: 100px top , left 15px bottom 15px , right bottom }
bgpos494131 { background-position: 50% , left 15px bottom 15px , right bottom }
bgpos494132 { background-position: 50% 10% , left 15px bottom 15px , right bottom }
bgpos494133 { background-position: 50% 100px , left 15px bottom 15px , right bottom }
bgpos494134 { background-position: 50% bottom , left 15px bottom 15px , right bottom }
bgpos494135 { background-position: 50% center , left 15px bottom 15px , right bottom }
bgpos494136 { background-position: 50% top , left 15px bottom 15px , right bottom }
bgpos494137 { background-position: bottom, left 15px bottom 15px , right bottom }
bgpos494138 { background-position: center , left 15px bottom 15px , right bottom }
bgpos494139 { background-position: center bottom , left 15px bottom 15px , right bottom }
bgpos494140 { background-position: center bottom 15% , left 15px bottom 15px , right bottom }
bgpos494141 { background-position: center bottom 15px , left 15px bottom 15px , right bottom }
bgpos494142 { background-position: center top , left 15px bottom 15px , right bottom }
bgpos494143 { background-position: center top 15% , left 15px bottom 15px , right bottom }
bgpos494144 { background-position: center top 15px , left 15px bottom 15px , right bottom }
bgpos494145 { background-position: center 10% , left 15px bottom 15px , right bottom }
bgpos494146 { background-position: center 100px , left 15px bottom 15px , right bottom }
bgpos494147 { background-position: center bottom , left 15px bottom 15px , right bottom }
bgpos494148 { background-position: center center , left 15px bottom 15px , right bottom }
bgpos494149 { background-position: center top , left 15px bottom 15px , right bottom }
bgpos494150 { background-position: left , left 15px bottom 15px , right bottom }
bgpos494151 { background-position: left 10% , left 15px bottom 15px , right bottom }
bgpos494152 { background-position: left 100px , left 15px bottom 15px , right bottom }
bgpos494153 { background-position: left bottom , left 15px bottom 15px , right bottom }
bgpos494154 { background-position: left center , left 15px bottom 15px , right bottom }
bgpos494155 { background-position: left top , left 15px bottom 15px , right bottom }
bgpos494156 { background-position: right , left 15px bottom 15px , right bottom }
bgpos494157 { background-position: right 10% , left 15px bottom 15px , right bottom }
bgpos494158 { background-position: right 100px , left 15px bottom 15px , right bottom }
bgpos494159 { background-position: right bottom , left 15px bottom 15px , right bottom }
bgpos494160 { background-position: right center , left 15px bottom 15px , right bottom }
bgpos494161 { background-position: right top , left 15px bottom 15px , right bottom }
bgpos494162 { background-position: top , left 15px bottom 15px , right bottom }
bgpos494163 { background-position: left bottom , left 15px top , right bottom }
bgpos494164 { background-position: left bottom 15% , left 15px top , right bottom }
bgpos494165 { background-position: left bottom 15px , left 15px top , right bottom }
bgpos494166 { background-position: left top , left 15px top , right bottom }
bgpos494167 { background-position: left top 15% , left 15px top , right bottom }
bgpos494168 { background-position: left top 15px , left 15px top , right bottom }
bgpos494169 { background-position: left 15% bottom , left 15px top , right bottom }
bgpos494170 { background-position: left 15% bottom 15% , left 15px top , right bottom }
bgpos494171 { background-position: left 15% bottom 15px , left 15px top , right bottom }
bgpos494172 { background-position: left 15% top , left 15px top , right bottom }
bgpos494173 { background-position: left 15% top 15% , left 15px top , right bottom }
bgpos494174 { background-position: left 15% top 15px , left 15px top , right bottom }
bgpos494175 { background-position: left 15% center , left 15px top , right bottom }
bgpos494176 { background-position: left 15px bottom , left 15px top , right bottom }
bgpos494177 { background-position: left 15px bottom 15% , left 15px top , right bottom }
bgpos494178 { background-position: left 15px bottom 15px , left 15px top , right bottom }
bgpos494179 { background-position: left 15px top , left 15px top , right bottom }
bgpos494180 { background-position: left 15px top 15% , left 15px top , right bottom }
bgpos494181 { background-position: left 15px top 15px , left 15px top , right bottom }
bgpos494182 { background-position: left 15px center , left 15px top , right bottom }
bgpos494183 { background-position: left center , left 15px top , right bottom }
bgpos494184 { background-position: right bottom , left 15px top , right bottom }
bgpos494185 { background-position: right bottom 15% , left 15px top , right bottom }
bgpos494186 { background-position: right bottom 15px , left 15px top , right bottom }
bgpos494187 { background-position: right top , left 15px top , right bottom }
bgpos494188 { background-position: right top 15% , left 15px top , right bottom }
bgpos494189 { background-position: right top 15px , left 15px top , right bottom }
bgpos494190 { background-position: right 15% bottom , left 15px top , right bottom }
bgpos494191 { background-position: right 15% bottom 15% , left 15px top , right bottom }
bgpos494192 { background-position: right 15% bottom 15px , left 15px top , right bottom }
bgpos494193 { background-position: right 15% top , left 15px top , right bottom }
bgpos494194 { background-position: right 15% top 15% , left 15px top , right bottom }
bgpos494195 { background-position: right 15% top 15px , left 15px top , right bottom }
bgpos494196 { background-position: right 15% center , left 15px top , right bottom }
bgpos494197 { background-position: right 15px bottom , left 15px top , right bottom }
bgpos494198 { background-position: right 15px bottom 15% , left 15px top , right bottom }
bgpos494199 { background-position: right 15px bottom 15px , left 15px top , right bottom }
bgpos494200 { background-position: right 15px top , left 15px top , right bottom }
bgpos494201 { background-position: right 15px top 15% , left 15px top , right bottom }
bgpos494202 { background-position: right 15px top 15px , left 15px top , right bottom }
bgpos494203 { background-position: right 15px center , left 15px top , right bottom }
bgpos494204 { background-position: right center , left 15px top , right bottom }
bgpos494205 { background-position: 100px , left 15px top , right bottom }
bgpos494206 { background-position: 100px 10% , left 15px top , right bottom }
bgpos494207 { background-position: 100px 100px , left 15px top , right bottom }
bgpos494208 { background-position: 100px bottom , left 15px top , right bottom }
bgpos494209 { background-position: 100px center , left 15px top , right bottom }
bgpos494210 { background-position: 100px top , left 15px top , right bottom }
bgpos494211 { background-position: 50% , left 15px top , right bottom }
bgpos494212 { background-position: 50% 10% , left 15px top , right bottom }
bgpos494213 { background-position: 50% 100px , left 15px top , right bottom }
bgpos494214 { background-position: 50% bottom , left 15px top , right bottom }
bgpos494215 { background-position: 50% center , left 15px top , right bottom }
bgpos494216 { background-position: 50% top , left 15px top , right bottom }
bgpos494217 { background-position: bottom, left 15px top , right bottom }
bgpos494218 { background-position: center , left 15px top , right bottom }
bgpos494219 { background-position: center bottom , left 15px top , right bottom }
bgpos494220 { background-position: center bottom 15% , left 15px top , right bottom }
bgpos494221 { background-position: center bottom 15px , left 15px top , right bottom }
bgpos494222 { background-position: center top , left 15px top , right bottom }
bgpos494223 { background-position: center top 15% , left 15px top , right bottom }
bgpos494224 { background-position: center top 15px , left 15px top , right bottom }
bgpos494225 { background-position: center 10% , left 15px top , right bottom }
bgpos494226 { background-position: center 100px , left 15px top , right bottom }
bgpos494227 { background-position: center bottom , left 15px top , right bottom }
bgpos494228 { background-position: center center , left 15px top , right bottom }
bgpos494229 { background-position: center top , left 15px top , right bottom }
bgpos494230 { background-position: left , left 15px top , right bottom }
bgpos494231 { background-position: left 10% , left 15px top , right bottom }
bgpos494232 { background-position: left 100px , left 15px top , right bottom }
bgpos494233 { background-position: left bottom , left 15px top , right bottom }
bgpos494234 { background-position: left center , left 15px top , right bottom }
bgpos494235 { background-position: left top , left 15px top , right bottom }
bgpos494236 { background-position: right , left 15px top , right bottom }
bgpos494237 { background-position: right 10% , left 15px top , right bottom }
bgpos494238 { background-position: right 100px , left 15px top , right bottom }
bgpos494239 { background-position: right bottom , left 15px top , right bottom }
bgpos494240 { background-position: right center , left 15px top , right bottom }
bgpos494241 { background-position: right top , left 15px top , right bottom }
bgpos494242 { background-position: top , left 15px top , right bottom }
bgpos494243 { background-position: left bottom , left 15px top 15% , right bottom }
bgpos494244 { background-position: left bottom 15% , left 15px top 15% , right bottom }
bgpos494245 { background-position: left bottom 15px , left 15px top 15% , right bottom }
bgpos494246 { background-position: left top , left 15px top 15% , right bottom }
bgpos494247 { background-position: left top 15% , left 15px top 15% , right bottom }
bgpos494248 { background-position: left top 15px , left 15px top 15% , right bottom }
bgpos494249 { background-position: left 15% bottom , left 15px top 15% , right bottom }
bgpos494250 { background-position: left 15% bottom 15% , left 15px top 15% , right bottom }
bgpos494251 { background-position: left 15% bottom 15px , left 15px top 15% , right bottom }
bgpos494252 { background-position: left 15% top , left 15px top 15% , right bottom }
bgpos494253 { background-position: left 15% top 15% , left 15px top 15% , right bottom }
bgpos494254 { background-position: left 15% top 15px , left 15px top 15% , right bottom }
bgpos494255 { background-position: left 15% center , left 15px top 15% , right bottom }
bgpos494256 { background-position: left 15px bottom , left 15px top 15% , right bottom }
bgpos494257 { background-position: left 15px bottom 15% , left 15px top 15% , right bottom }
bgpos494258 { background-position: left 15px bottom 15px , left 15px top 15% , right bottom }
bgpos494259 { background-position: left 15px top , left 15px top 15% , right bottom }
bgpos494260 { background-position: left 15px top 15% , left 15px top 15% , right bottom }
bgpos494261 { background-position: left 15px top 15px , left 15px top 15% , right bottom }
bgpos494262 { background-position: left 15px center , left 15px top 15% , right bottom }
bgpos494263 { background-position: left center , left 15px top 15% , right bottom }
bgpos494264 { background-position: right bottom , left 15px top 15% , right bottom }
bgpos494265 { background-position: right bottom 15% , left 15px top 15% , right bottom }
bgpos494266 { background-position: right bottom 15px , left 15px top 15% , right bottom }
bgpos494267 { background-position: right top , left 15px top 15% , right bottom }
bgpos494268 { background-position: right top 15% , left 15px top 15% , right bottom }
bgpos494269 { background-position: right top 15px , left 15px top 15% , right bottom }
bgpos494270 { background-position: right 15% bottom , left 15px top 15% , right bottom }
bgpos494271 { background-position: right 15% bottom 15% , left 15px top 15% , right bottom }
bgpos494272 { background-position: right 15% bottom 15px , left 15px top 15% , right bottom }
bgpos494273 { background-position: right 15% top , left 15px top 15% , right bottom }
bgpos494274 { background-position: right 15% top 15% , left 15px top 15% , right bottom }
bgpos494275 { background-position: right 15% top 15px , left 15px top 15% , right bottom }
bgpos494276 { background-position: right 15% center , left 15px top 15% , right bottom }
bgpos494277 { background-position: right 15px bottom , left 15px top 15% , right bottom }
bgpos494278 { background-position: right 15px bottom 15% , left 15px top 15% , right bottom }
bgpos494279 { background-position: right 15px bottom 15px , left 15px top 15% , right bottom }
bgpos494280 { background-position: right 15px top , left 15px top 15% , right bottom }
bgpos494281 { background-position: right 15px top 15% , left 15px top 15% , right bottom }
bgpos494282 { background-position: right 15px top 15px , left 15px top 15% , right bottom }
bgpos494283 { background-position: right 15px center , left 15px top 15% , right bottom }
bgpos494284 { background-position: right center , left 15px top 15% , right bottom }
bgpos494285 { background-position: 100px , left 15px top 15% , right bottom }
bgpos494286 { background-position: 100px 10% , left 15px top 15% , right bottom }
bgpos494287 { background-position: 100px 100px , left 15px top 15% , right bottom }
bgpos494288 { background-position: 100px bottom , left 15px top 15% , right bottom }
bgpos494289 { background-position: 100px center , left 15px top 15% , right bottom }
bgpos494290 { background-position: 100px top , left 15px top 15% , right bottom }
bgpos494291 { background-position: 50% , left 15px top 15% , right bottom }
bgpos494292 { background-position: 50% 10% , left 15px top 15% , right bottom }
bgpos494293 { background-position: 50% 100px , left 15px top 15% , right bottom }
bgpos494294 { background-position: 50% bottom , left 15px top 15% , right bottom }
bgpos494295 { background-position: 50% center , left 15px top 15% , right bottom }
bgpos494296 { background-position: 50% top , left 15px top 15% , right bottom }
bgpos494297 { background-position: bottom, left 15px top 15% , right bottom }
bgpos494298 { background-position: center , left 15px top 15% , right bottom }
bgpos494299 { background-position: center bottom , left 15px top 15% , right bottom }
bgpos494300 { background-position: center bottom 15% , left 15px top 15% , right bottom }
bgpos494301 { background-position: center bottom 15px , left 15px top 15% , right bottom }
bgpos494302 { background-position: center top , left 15px top 15% , right bottom }
bgpos494303 { background-position: center top 15% , left 15px top 15% , right bottom }
bgpos494304 { background-position: center top 15px , left 15px top 15% , right bottom }
bgpos494305 { background-position: center 10% , left 15px top 15% , right bottom }
bgpos494306 { background-position: center 100px , left 15px top 15% , right bottom }
bgpos494307 { background-position: center bottom , left 15px top 15% , right bottom }
bgpos494308 { background-position: center center , left 15px top 15% , right bottom }
bgpos494309 { background-position: center top , left 15px top 15% , right bottom }
bgpos494310 { background-position: left , left 15px top 15% , right bottom }
bgpos494311 { background-position: left 10% , left 15px top 15% , right bottom }
bgpos494312 { background-position: left 100px , left 15px top 15% , right bottom }
bgpos494313 { background-position: left bottom , left 15px top 15% , right bottom }
bgpos494314 { background-position: left center , left 15px top 15% , right bottom }
bgpos494315 { background-position: left top , left 15px top 15% , right bottom }
bgpos494316 { background-position: right , left 15px top 15% , right bottom }
bgpos494317 { background-position: right 10% , left 15px top 15% , right bottom }
bgpos494318 { background-position: right 100px , left 15px top 15% , right bottom }
bgpos494319 { background-position: right bottom , left 15px top 15% , right bottom }
bgpos494320 { background-position: right center , left 15px top 15% , right bottom }
bgpos494321 { background-position: right top , left 15px top 15% , right bottom }
bgpos494322 { background-position: top , left 15px top 15% , right bottom }
bgpos494323 { background-position: left bottom , left 15px top 15px , right bottom }
bgpos494324 { background-position: left bottom 15% , left 15px top 15px , right bottom }
bgpos494325 { background-position: left bottom 15px , left 15px top 15px , right bottom }
bgpos494326 { background-position: left top , left 15px top 15px , right bottom }
bgpos494327 { background-position: left top 15% , left 15px top 15px , right bottom }
bgpos494328 { background-position: left top 15px , left 15px top 15px , right bottom }
bgpos494329 { background-position: left 15% bottom , left 15px top 15px , right bottom }
bgpos494330 { background-position: left 15% bottom 15% , left 15px top 15px , right bottom }
bgpos494331 { background-position: left 15% bottom 15px , left 15px top 15px , right bottom }
bgpos494332 { background-position: left 15% top , left 15px top 15px , right bottom }
bgpos494333 { background-position: left 15% top 15% , left 15px top 15px , right bottom }
bgpos494334 { background-position: left 15% top 15px , left 15px top 15px , right bottom }
bgpos494335 { background-position: left 15% center , left 15px top 15px , right bottom }
bgpos494336 { background-position: left 15px bottom , left 15px top 15px , right bottom }
bgpos494337 { background-position: left 15px bottom 15% , left 15px top 15px , right bottom }
bgpos494338 { background-position: left 15px bottom 15px , left 15px top 15px , right bottom }
bgpos494339 { background-position: left 15px top , left 15px top 15px , right bottom }
bgpos494340 { background-position: left 15px top 15% , left 15px top 15px , right bottom }
bgpos494341 { background-position: left 15px top 15px , left 15px top 15px , right bottom }
bgpos494342 { background-position: left 15px center , left 15px top 15px , right bottom }
bgpos494343 { background-position: left center , left 15px top 15px , right bottom }
bgpos494344 { background-position: right bottom , left 15px top 15px , right bottom }
bgpos494345 { background-position: right bottom 15% , left 15px top 15px , right bottom }
bgpos494346 { background-position: right bottom 15px , left 15px top 15px , right bottom }
bgpos494347 { background-position: right top , left 15px top 15px , right bottom }
bgpos494348 { background-position: right top 15% , left 15px top 15px , right bottom }
bgpos494349 { background-position: right top 15px , left 15px top 15px , right bottom }
bgpos494350 { background-position: right 15% bottom , left 15px top 15px , right bottom }
bgpos494351 { background-position: right 15% bottom 15% , left 15px top 15px , right bottom }
bgpos494352 { background-position: right 15% bottom 15px , left 15px top 15px , right bottom }
bgpos494353 { background-position: right 15% top , left 15px top 15px , right bottom }
bgpos494354 { background-position: right 15% top 15% , left 15px top 15px , right bottom }
bgpos494355 { background-position: right 15% top 15px , left 15px top 15px , right bottom }
bgpos494356 { background-position: right 15% center , left 15px top 15px , right bottom }
bgpos494357 { background-position: right 15px bottom , left 15px top 15px , right bottom }
bgpos494358 { background-position: right 15px bottom 15% , left 15px top 15px , right bottom }
bgpos494359 { background-position: right 15px bottom 15px , left 15px top 15px , right bottom }
bgpos494360 { background-position: right 15px top , left 15px top 15px , right bottom }
bgpos494361 { background-position: right 15px top 15% , left 15px top 15px , right bottom }
bgpos494362 { background-position: right 15px top 15px , left 15px top 15px , right bottom }
bgpos494363 { background-position: right 15px center , left 15px top 15px , right bottom }
bgpos494364 { background-position: right center , left 15px top 15px , right bottom }
bgpos494365 { background-position: 100px , left 15px top 15px , right bottom }
bgpos494366 { background-position: 100px 10% , left 15px top 15px , right bottom }
bgpos494367 { background-position: 100px 100px , left 15px top 15px , right bottom }
bgpos494368 { background-position: 100px bottom , left 15px top 15px , right bottom }
bgpos494369 { background-position: 100px center , left 15px top 15px , right bottom }
bgpos494370 { background-position: 100px top , left 15px top 15px , right bottom }
bgpos494371 { background-position: 50% , left 15px top 15px , right bottom }
bgpos494372 { background-position: 50% 10% , left 15px top 15px , right bottom }
bgpos494373 { background-position: 50% 100px , left 15px top 15px , right bottom }
bgpos494374 { background-position: 50% bottom , left 15px top 15px , right bottom }
bgpos494375 { background-position: 50% center , left 15px top 15px , right bottom }
bgpos494376 { background-position: 50% top , left 15px top 15px , right bottom }
bgpos494377 { background-position: bottom, left 15px top 15px , right bottom }
bgpos494378 { background-position: center , left 15px top 15px , right bottom }
bgpos494379 { background-position: center bottom , left 15px top 15px , right bottom }
bgpos494380 { background-position: center bottom 15% , left 15px top 15px , right bottom }
bgpos494381 { background-position: center bottom 15px , left 15px top 15px , right bottom }
bgpos494382 { background-position: center top , left 15px top 15px , right bottom }
bgpos494383 { background-position: center top 15% , left 15px top 15px , right bottom }
bgpos494384 { background-position: center top 15px , left 15px top 15px , right bottom }
bgpos494385 { background-position: center 10% , left 15px top 15px , right bottom }
bgpos494386 { background-position: center 100px , left 15px top 15px , right bottom }
bgpos494387 { background-position: center bottom , left 15px top 15px , right bottom }
bgpos494388 { background-position: center center , left 15px top 15px , right bottom }
bgpos494389 { background-position: center top , left 15px top 15px , right bottom }
bgpos494390 { background-position: left , left 15px top 15px , right bottom }
bgpos494391 { background-position: left 10% , left 15px top 15px , right bottom }
bgpos494392 { background-position: left 100px , left 15px top 15px , right bottom }
bgpos494393 { background-position: left bottom , left 15px top 15px , right bottom }
bgpos494394 { background-position: left center , left 15px top 15px , right bottom }
bgpos494395 { background-position: left top , left 15px top 15px , right bottom }
bgpos494396 { background-position: right , left 15px top 15px , right bottom }
bgpos494397 { background-position: right 10% , left 15px top 15px , right bottom }
bgpos494398 { background-position: right 100px , left 15px top 15px , right bottom }
bgpos494399 { background-position: right bottom , left 15px top 15px , right bottom }
bgpos494400 { background-position: right center , left 15px top 15px , right bottom }
bgpos494401 { background-position: right top , left 15px top 15px , right bottom }
bgpos494402 { background-position: top , left 15px top 15px , right bottom }
bgpos494403 { background-position: left bottom , left 15px center , right bottom }
bgpos494404 { background-position: left bottom 15% , left 15px center , right bottom }
bgpos494405 { background-position: left bottom 15px , left 15px center , right bottom }
bgpos494406 { background-position: left top , left 15px center , right bottom }
bgpos494407 { background-position: left top 15% , left 15px center , right bottom }
bgpos494408 { background-position: left top 15px , left 15px center , right bottom }
bgpos494409 { background-position: left 15% bottom , left 15px center , right bottom }
bgpos494410 { background-position: left 15% bottom 15% , left 15px center , right bottom }
bgpos494411 { background-position: left 15% bottom 15px , left 15px center , right bottom }
bgpos494412 { background-position: left 15% top , left 15px center , right bottom }
bgpos494413 { background-position: left 15% top 15% , left 15px center , right bottom }
bgpos494414 { background-position: left 15% top 15px , left 15px center , right bottom }
bgpos494415 { background-position: left 15% center , left 15px center , right bottom }
bgpos494416 { background-position: left 15px bottom , left 15px center , right bottom }
bgpos494417 { background-position: left 15px bottom 15% , left 15px center , right bottom }
bgpos494418 { background-position: left 15px bottom 15px , left 15px center , right bottom }
bgpos494419 { background-position: left 15px top , left 15px center , right bottom }
bgpos494420 { background-position: left 15px top 15% , left 15px center , right bottom }
bgpos494421 { background-position: left 15px top 15px , left 15px center , right bottom }
bgpos494422 { background-position: left 15px center , left 15px center , right bottom }
bgpos494423 { background-position: left center , left 15px center , right bottom }
bgpos494424 { background-position: right bottom , left 15px center , right bottom }
bgpos494425 { background-position: right bottom 15% , left 15px center , right bottom }
bgpos494426 { background-position: right bottom 15px , left 15px center , right bottom }
bgpos494427 { background-position: right top , left 15px center , right bottom }
bgpos494428 { background-position: right top 15% , left 15px center , right bottom }
bgpos494429 { background-position: right top 15px , left 15px center , right bottom }
bgpos494430 { background-position: right 15% bottom , left 15px center , right bottom }
bgpos494431 { background-position: right 15% bottom 15% , left 15px center , right bottom }
bgpos494432 { background-position: right 15% bottom 15px , left 15px center , right bottom }
bgpos494433 { background-position: right 15% top , left 15px center , right bottom }
bgpos494434 { background-position: right 15% top 15% , left 15px center , right bottom }
bgpos494435 { background-position: right 15% top 15px , left 15px center , right bottom }
bgpos494436 { background-position: right 15% center , left 15px center , right bottom }
bgpos494437 { background-position: right 15px bottom , left 15px center , right bottom }
bgpos494438 { background-position: right 15px bottom 15% , left 15px center , right bottom }
bgpos494439 { background-position: right 15px bottom 15px , left 15px center , right bottom }
bgpos494440 { background-position: right 15px top , left 15px center , right bottom }
bgpos494441 { background-position: right 15px top 15% , left 15px center , right bottom }
bgpos494442 { background-position: right 15px top 15px , left 15px center , right bottom }
bgpos494443 { background-position: right 15px center , left 15px center , right bottom }
bgpos494444 { background-position: right center , left 15px center , right bottom }
bgpos494445 { background-position: 100px , left 15px center , right bottom }
bgpos494446 { background-position: 100px 10% , left 15px center , right bottom }
bgpos494447 { background-position: 100px 100px , left 15px center , right bottom }
bgpos494448 { background-position: 100px bottom , left 15px center , right bottom }
bgpos494449 { background-position: 100px center , left 15px center , right bottom }
bgpos494450 { background-position: 100px top , left 15px center , right bottom }
bgpos494451 { background-position: 50% , left 15px center , right bottom }
bgpos494452 { background-position: 50% 10% , left 15px center , right bottom }
bgpos494453 { background-position: 50% 100px , left 15px center , right bottom }
bgpos494454 { background-position: 50% bottom , left 15px center , right bottom }
bgpos494455 { background-position: 50% center , left 15px center , right bottom }
bgpos494456 { background-position: 50% top , left 15px center , right bottom }
bgpos494457 { background-position: bottom, left 15px center , right bottom }
bgpos494458 { background-position: center , left 15px center , right bottom }
bgpos494459 { background-position: center bottom , left 15px center , right bottom }
bgpos494460 { background-position: center bottom 15% , left 15px center , right bottom }
bgpos494461 { background-position: center bottom 15px , left 15px center , right bottom }
bgpos494462 { background-position: center top , left 15px center , right bottom }
bgpos494463 { background-position: center top 15% , left 15px center , right bottom }
bgpos494464 { background-position: center top 15px , left 15px center , right bottom }
bgpos494465 { background-position: center 10% , left 15px center , right bottom }
bgpos494466 { background-position: center 100px , left 15px center , right bottom }
bgpos494467 { background-position: center bottom , left 15px center , right bottom }
bgpos494468 { background-position: center center , left 15px center , right bottom }
bgpos494469 { background-position: center top , left 15px center , right bottom }
bgpos494470 { background-position: left , left 15px center , right bottom }
bgpos494471 { background-position: left 10% , left 15px center , right bottom }
bgpos494472 { background-position: left 100px , left 15px center , right bottom }
bgpos494473 { background-position: left bottom , left 15px center , right bottom }
bgpos494474 { background-position: left center , left 15px center , right bottom }
bgpos494475 { background-position: left top , left 15px center , right bottom }
bgpos494476 { background-position: right , left 15px center , right bottom }
bgpos494477 { background-position: right 10% , left 15px center , right bottom }
bgpos494478 { background-position: right 100px , left 15px center , right bottom }
bgpos494479 { background-position: right bottom , left 15px center , right bottom }
bgpos494480 { background-position: right center , left 15px center , right bottom }
bgpos494481 { background-position: right top , left 15px center , right bottom }
bgpos494482 { background-position: top , left 15px center , right bottom }
bgpos494483 { background-position: left bottom , left center , right bottom }
bgpos494484 { background-position: left bottom 15% , left center , right bottom }
bgpos494485 { background-position: left bottom 15px , left center , right bottom }
bgpos494486 { background-position: left top , left center , right bottom }
bgpos494487 { background-position: left top 15% , left center , right bottom }
bgpos494488 { background-position: left top 15px , left center , right bottom }
bgpos494489 { background-position: left 15% bottom , left center , right bottom }
bgpos494490 { background-position: left 15% bottom 15% , left center , right bottom }
bgpos494491 { background-position: left 15% bottom 15px , left center , right bottom }
bgpos494492 { background-position: left 15% top , left center , right bottom }
bgpos494493 { background-position: left 15% top 15% , left center , right bottom }
bgpos494494 { background-position: left 15% top 15px , left center , right bottom }
bgpos494495 { background-position: left 15% center , left center , right bottom }
bgpos494496 { background-position: left 15px bottom , left center , right bottom }
bgpos494497 { background-position: left 15px bottom 15% , left center , right bottom }
bgpos494498 { background-position: left 15px bottom 15px , left center , right bottom }
bgpos494499 { background-position: left 15px top , left center , right bottom }
bgpos494500 { background-position: left 15px top 15% , left center , right bottom }
bgpos494501 { background-position: left 15px top 15px , left center , right bottom }
bgpos494502 { background-position: left 15px center , left center , right bottom }
bgpos494503 { background-position: left center , left center , right bottom }
bgpos494504 { background-position: right bottom , left center , right bottom }
bgpos494505 { background-position: right bottom 15% , left center , right bottom }
bgpos494506 { background-position: right bottom 15px , left center , right bottom }
bgpos494507 { background-position: right top , left center , right bottom }
bgpos494508 { background-position: right top 15% , left center , right bottom }
bgpos494509 { background-position: right top 15px , left center , right bottom }
bgpos494510 { background-position: right 15% bottom , left center , right bottom }
bgpos494511 { background-position: right 15% bottom 15% , left center , right bottom }
bgpos494512 { background-position: right 15% bottom 15px , left center , right bottom }
bgpos494513 { background-position: right 15% top , left center , right bottom }
bgpos494514 { background-position: right 15% top 15% , left center , right bottom }
bgpos494515 { background-position: right 15% top 15px , left center , right bottom }
bgpos494516 { background-position: right 15% center , left center , right bottom }
bgpos494517 { background-position: right 15px bottom , left center , right bottom }
bgpos494518 { background-position: right 15px bottom 15% , left center , right bottom }
bgpos494519 { background-position: right 15px bottom 15px , left center , right bottom }
bgpos494520 { background-position: right 15px top , left center , right bottom }
bgpos494521 { background-position: right 15px top 15% , left center , right bottom }
bgpos494522 { background-position: right 15px top 15px , left center , right bottom }
bgpos494523 { background-position: right 15px center , left center , right bottom }
bgpos494524 { background-position: right center , left center , right bottom }
bgpos494525 { background-position: 100px , left center , right bottom }
bgpos494526 { background-position: 100px 10% , left center , right bottom }
bgpos494527 { background-position: 100px 100px , left center , right bottom }
bgpos494528 { background-position: 100px bottom , left center , right bottom }
bgpos494529 { background-position: 100px center , left center , right bottom }
bgpos494530 { background-position: 100px top , left center , right bottom }
bgpos494531 { background-position: 50% , left center , right bottom }
bgpos494532 { background-position: 50% 10% , left center , right bottom }
bgpos494533 { background-position: 50% 100px , left center , right bottom }
bgpos494534 { background-position: 50% bottom , left center , right bottom }
bgpos494535 { background-position: 50% center , left center , right bottom }
bgpos494536 { background-position: 50% top , left center , right bottom }
bgpos494537 { background-position: bottom, left center , right bottom }
bgpos494538 { background-position: center , left center , right bottom }
bgpos494539 { background-position: center bottom , left center , right bottom }
bgpos494540 { background-position: center bottom 15% , left center , right bottom }
bgpos494541 { background-position: center bottom 15px , left center , right bottom }
bgpos494542 { background-position: center top , left center , right bottom }
bgpos494543 { background-position: center top 15% , left center , right bottom }
bgpos494544 { background-position: center top 15px , left center , right bottom }
bgpos494545 { background-position: center 10% , left center , right bottom }
bgpos494546 { background-position: center 100px , left center , right bottom }
bgpos494547 { background-position: center bottom , left center , right bottom }
bgpos494548 { background-position: center center , left center , right bottom }
bgpos494549 { background-position: center top , left center , right bottom }
bgpos494550 { background-position: left , left center , right bottom }
bgpos494551 { background-position: left 10% , left center , right bottom }
bgpos494552 { background-position: left 100px , left center , right bottom }
bgpos494553 { background-position: left bottom , left center , right bottom }
bgpos494554 { background-position: left center , left center , right bottom }
bgpos494555 { background-position: left top , left center , right bottom }
bgpos494556 { background-position: right , left center , right bottom }
bgpos494557 { background-position: right 10% , left center , right bottom }
bgpos494558 { background-position: right 100px , left center , right bottom }
bgpos494559 { background-position: right bottom , left center , right bottom }
bgpos494560 { background-position: right center , left center , right bottom }
bgpos494561 { background-position: right top , left center , right bottom }
bgpos494562 { background-position: top , left center , right bottom }
bgpos494563 { background-position: left bottom , right bottom , right bottom }
bgpos494564 { background-position: left bottom 15% , right bottom , right bottom }
bgpos494565 { background-position: left bottom 15px , right bottom , right bottom }
bgpos494566 { background-position: left top , right bottom , right bottom }
bgpos494567 { background-position: left top 15% , right bottom , right bottom }
bgpos494568 { background-position: left top 15px , right bottom , right bottom }
bgpos494569 { background-position: left 15% bottom , right bottom , right bottom }
bgpos494570 { background-position: left 15% bottom 15% , right bottom , right bottom }
bgpos494571 { background-position: left 15% bottom 15px , right bottom , right bottom }
bgpos494572 { background-position: left 15% top , right bottom , right bottom }
bgpos494573 { background-position: left 15% top 15% , right bottom , right bottom }
bgpos494574 { background-position: left 15% top 15px , right bottom , right bottom }
bgpos494575 { background-position: left 15% center , right bottom , right bottom }
bgpos494576 { background-position: left 15px bottom , right bottom , right bottom }
bgpos494577 { background-position: left 15px bottom 15% , right bottom , right bottom }
bgpos494578 { background-position: left 15px bottom 15px , right bottom , right bottom }
bgpos494579 { background-position: left 15px top , right bottom , right bottom }
bgpos494580 { background-position: left 15px top 15% , right bottom , right bottom }
bgpos494581 { background-position: left 15px top 15px , right bottom , right bottom }
bgpos494582 { background-position: left 15px center , right bottom , right bottom }
bgpos494583 { background-position: left center , right bottom , right bottom }
bgpos494584 { background-position: right bottom , right bottom , right bottom }
bgpos494585 { background-position: right bottom 15% , right bottom , right bottom }
bgpos494586 { background-position: right bottom 15px , right bottom , right bottom }
bgpos494587 { background-position: right top , right bottom , right bottom }
bgpos494588 { background-position: right top 15% , right bottom , right bottom }
bgpos494589 { background-position: right top 15px , right bottom , right bottom }
bgpos494590 { background-position: right 15% bottom , right bottom , right bottom }
bgpos494591 { background-position: right 15% bottom 15% , right bottom , right bottom }
bgpos494592 { background-position: right 15% bottom 15px , right bottom , right bottom }
bgpos494593 { background-position: right 15% top , right bottom , right bottom }
bgpos494594 { background-position: right 15% top 15% , right bottom , right bottom }
bgpos494595 { background-position: right 15% top 15px , right bottom , right bottom }
bgpos494596 { background-position: right 15% center , right bottom , right bottom }
bgpos494597 { background-position: right 15px bottom , right bottom , right bottom }
bgpos494598 { background-position: right 15px bottom 15% , right bottom , right bottom }
bgpos494599 { background-position: right 15px bottom 15px , right bottom , right bottom }
bgpos494600 { background-position: right 15px top , right bottom , right bottom }
bgpos494601 { background-position: right 15px top 15% , right bottom , right bottom }
bgpos494602 { background-position: right 15px top 15px , right bottom , right bottom }
bgpos494603 { background-position: right 15px center , right bottom , right bottom }
bgpos494604 { background-position: right center , right bottom , right bottom }
bgpos494605 { background-position: 100px , right bottom , right bottom }
bgpos494606 { background-position: 100px 10% , right bottom , right bottom }
bgpos494607 { background-position: 100px 100px , right bottom , right bottom }
bgpos494608 { background-position: 100px bottom , right bottom , right bottom }
bgpos494609 { background-position: 100px center , right bottom , right bottom }
bgpos494610 { background-position: 100px top , right bottom , right bottom }
bgpos494611 { background-position: 50% , right bottom , right bottom }
bgpos494612 { background-position: 50% 10% , right bottom , right bottom }
bgpos494613 { background-position: 50% 100px , right bottom , right bottom }
bgpos494614 { background-position: 50% bottom , right bottom , right bottom }
bgpos494615 { background-position: 50% center , right bottom , right bottom }
bgpos494616 { background-position: 50% top , right bottom , right bottom }
bgpos494617 { background-position: bottom, right bottom , right bottom }
bgpos494618 { background-position: center , right bottom , right bottom }
bgpos494619 { background-position: center bottom , right bottom , right bottom }
bgpos494620 { background-position: center bottom 15% , right bottom , right bottom }
bgpos494621 { background-position: center bottom 15px , right bottom , right bottom }
bgpos494622 { background-position: center top , right bottom , right bottom }
bgpos494623 { background-position: center top 15% , right bottom , right bottom }
bgpos494624 { background-position: center top 15px , right bottom , right bottom }
bgpos494625 { background-position: center 10% , right bottom , right bottom }
bgpos494626 { background-position: center 100px , right bottom , right bottom }
bgpos494627 { background-position: center bottom , right bottom , right bottom }
bgpos494628 { background-position: center center , right bottom , right bottom }
bgpos494629 { background-position: center top , right bottom , right bottom }
bgpos494630 { background-position: left , right bottom , right bottom }
bgpos494631 { background-position: left 10% , right bottom , right bottom }
bgpos494632 { background-position: left 100px , right bottom , right bottom }
bgpos494633 { background-position: left bottom , right bottom , right bottom }
bgpos494634 { background-position: left center , right bottom , right bottom }
bgpos494635 { background-position: left top , right bottom , right bottom }
bgpos494636 { background-position: right , right bottom , right bottom }
bgpos494637 { background-position: right 10% , right bottom , right bottom }
bgpos494638 { background-position: right 100px , right bottom , right bottom }
bgpos494639 { background-position: right bottom , right bottom , right bottom }
bgpos494640 { background-position: right center , right bottom , right bottom }
bgpos494641 { background-position: right top , right bottom , right bottom }
bgpos494642 { background-position: top , right bottom , right bottom }
bgpos494643 { background-position: left bottom , right bottom 15% , right bottom }
bgpos494644 { background-position: left bottom 15% , right bottom 15% , right bottom }
bgpos494645 { background-position: left bottom 15px , right bottom 15% , right bottom }
bgpos494646 { background-position: left top , right bottom 15% , right bottom }
bgpos494647 { background-position: left top 15% , right bottom 15% , right bottom }
bgpos494648 { background-position: left top 15px , right bottom 15% , right bottom }
bgpos494649 { background-position: left 15% bottom , right bottom 15% , right bottom }
bgpos494650 { background-position: left 15% bottom 15% , right bottom 15% , right bottom }
bgpos494651 { background-position: left 15% bottom 15px , right bottom 15% , right bottom }
bgpos494652 { background-position: left 15% top , right bottom 15% , right bottom }
bgpos494653 { background-position: left 15% top 15% , right bottom 15% , right bottom }
bgpos494654 { background-position: left 15% top 15px , right bottom 15% , right bottom }
bgpos494655 { background-position: left 15% center , right bottom 15% , right bottom }
bgpos494656 { background-position: left 15px bottom , right bottom 15% , right bottom }
bgpos494657 { background-position: left 15px bottom 15% , right bottom 15% , right bottom }
bgpos494658 { background-position: left 15px bottom 15px , right bottom 15% , right bottom }
bgpos494659 { background-position: left 15px top , right bottom 15% , right bottom }
bgpos494660 { background-position: left 15px top 15% , right bottom 15% , right bottom }
bgpos494661 { background-position: left 15px top 15px , right bottom 15% , right bottom }
bgpos494662 { background-position: left 15px center , right bottom 15% , right bottom }
bgpos494663 { background-position: left center , right bottom 15% , right bottom }
bgpos494664 { background-position: right bottom , right bottom 15% , right bottom }
bgpos494665 { background-position: right bottom 15% , right bottom 15% , right bottom }
bgpos494666 { background-position: right bottom 15px , right bottom 15% , right bottom }
bgpos494667 { background-position: right top , right bottom 15% , right bottom }
bgpos494668 { background-position: right top 15% , right bottom 15% , right bottom }
bgpos494669 { background-position: right top 15px , right bottom 15% , right bottom }
bgpos494670 { background-position: right 15% bottom , right bottom 15% , right bottom }
bgpos494671 { background-position: right 15% bottom 15% , right bottom 15% , right bottom }
bgpos494672 { background-position: right 15% bottom 15px , right bottom 15% , right bottom }
bgpos494673 { background-position: right 15% top , right bottom 15% , right bottom }
bgpos494674 { background-position: right 15% top 15% , right bottom 15% , right bottom }
bgpos494675 { background-position: right 15% top 15px , right bottom 15% , right bottom }
bgpos494676 { background-position: right 15% center , right bottom 15% , right bottom }
bgpos494677 { background-position: right 15px bottom , right bottom 15% , right bottom }
bgpos494678 { background-position: right 15px bottom 15% , right bottom 15% , right bottom }
bgpos494679 { background-position: right 15px bottom 15px , right bottom 15% , right bottom }
bgpos494680 { background-position: right 15px top , right bottom 15% , right bottom }
bgpos494681 { background-position: right 15px top 15% , right bottom 15% , right bottom }
bgpos494682 { background-position: right 15px top 15px , right bottom 15% , right bottom }
bgpos494683 { background-position: right 15px center , right bottom 15% , right bottom }
bgpos494684 { background-position: right center , right bottom 15% , right bottom }
bgpos494685 { background-position: 100px , right bottom 15% , right bottom }
bgpos494686 { background-position: 100px 10% , right bottom 15% , right bottom }
bgpos494687 { background-position: 100px 100px , right bottom 15% , right bottom }
bgpos494688 { background-position: 100px bottom , right bottom 15% , right bottom }
bgpos494689 { background-position: 100px center , right bottom 15% , right bottom }
bgpos494690 { background-position: 100px top , right bottom 15% , right bottom }
bgpos494691 { background-position: 50% , right bottom 15% , right bottom }
bgpos494692 { background-position: 50% 10% , right bottom 15% , right bottom }
bgpos494693 { background-position: 50% 100px , right bottom 15% , right bottom }
bgpos494694 { background-position: 50% bottom , right bottom 15% , right bottom }
bgpos494695 { background-position: 50% center , right bottom 15% , right bottom }
bgpos494696 { background-position: 50% top , right bottom 15% , right bottom }
bgpos494697 { background-position: bottom, right bottom 15% , right bottom }
bgpos494698 { background-position: center , right bottom 15% , right bottom }
bgpos494699 { background-position: center bottom , right bottom 15% , right bottom }
bgpos494700 { background-position: center bottom 15% , right bottom 15% , right bottom }
bgpos494701 { background-position: center bottom 15px , right bottom 15% , right bottom }
bgpos494702 { background-position: center top , right bottom 15% , right bottom }
bgpos494703 { background-position: center top 15% , right bottom 15% , right bottom }
bgpos494704 { background-position: center top 15px , right bottom 15% , right bottom }
bgpos494705 { background-position: center 10% , right bottom 15% , right bottom }
bgpos494706 { background-position: center 100px , right bottom 15% , right bottom }
bgpos494707 { background-position: center bottom , right bottom 15% , right bottom }
bgpos494708 { background-position: center center , right bottom 15% , right bottom }
bgpos494709 { background-position: center top , right bottom 15% , right bottom }
bgpos494710 { background-position: left , right bottom 15% , right bottom }
bgpos494711 { background-position: left 10% , right bottom 15% , right bottom }
bgpos494712 { background-position: left 100px , right bottom 15% , right bottom }
bgpos494713 { background-position: left bottom , right bottom 15% , right bottom }
bgpos494714 { background-position: left center , right bottom 15% , right bottom }
bgpos494715 { background-position: left top , right bottom 15% , right bottom }
bgpos494716 { background-position: right , right bottom 15% , right bottom }
bgpos494717 { background-position: right 10% , right bottom 15% , right bottom }
bgpos494718 { background-position: right 100px , right bottom 15% , right bottom }
bgpos494719 { background-position: right bottom , right bottom 15% , right bottom }
bgpos494720 { background-position: right center , right bottom 15% , right bottom }
bgpos494721 { background-position: right top , right bottom 15% , right bottom }
bgpos494722 { background-position: top , right bottom 15% , right bottom }
bgpos494723 { background-position: left bottom , right bottom 15px , right bottom }
bgpos494724 { background-position: left bottom 15% , right bottom 15px , right bottom }
bgpos494725 { background-position: left bottom 15px , right bottom 15px , right bottom }
bgpos494726 { background-position: left top , right bottom 15px , right bottom }
bgpos494727 { background-position: left top 15% , right bottom 15px , right bottom }
bgpos494728 { background-position: left top 15px , right bottom 15px , right bottom }
bgpos494729 { background-position: left 15% bottom , right bottom 15px , right bottom }
bgpos494730 { background-position: left 15% bottom 15% , right bottom 15px , right bottom }
bgpos494731 { background-position: left 15% bottom 15px , right bottom 15px , right bottom }
bgpos494732 { background-position: left 15% top , right bottom 15px , right bottom }
bgpos494733 { background-position: left 15% top 15% , right bottom 15px , right bottom }
bgpos494734 { background-position: left 15% top 15px , right bottom 15px , right bottom }
bgpos494735 { background-position: left 15% center , right bottom 15px , right bottom }
bgpos494736 { background-position: left 15px bottom , right bottom 15px , right bottom }
bgpos494737 { background-position: left 15px bottom 15% , right bottom 15px , right bottom }
bgpos494738 { background-position: left 15px bottom 15px , right bottom 15px , right bottom }
bgpos494739 { background-position: left 15px top , right bottom 15px , right bottom }
bgpos494740 { background-position: left 15px top 15% , right bottom 15px , right bottom }
bgpos494741 { background-position: left 15px top 15px , right bottom 15px , right bottom }
bgpos494742 { background-position: left 15px center , right bottom 15px , right bottom }
bgpos494743 { background-position: left center , right bottom 15px , right bottom }
bgpos494744 { background-position: right bottom , right bottom 15px , right bottom }
bgpos494745 { background-position: right bottom 15% , right bottom 15px , right bottom }
bgpos494746 { background-position: right bottom 15px , right bottom 15px , right bottom }
bgpos494747 { background-position: right top , right bottom 15px , right bottom }
bgpos494748 { background-position: right top 15% , right bottom 15px , right bottom }
bgpos494749 { background-position: right top 15px , right bottom 15px , right bottom }
bgpos494750 { background-position: right 15% bottom , right bottom 15px , right bottom }
bgpos494751 { background-position: right 15% bottom 15% , right bottom 15px , right bottom }
bgpos494752 { background-position: right 15% bottom 15px , right bottom 15px , right bottom }
bgpos494753 { background-position: right 15% top , right bottom 15px , right bottom }
bgpos494754 { background-position: right 15% top 15% , right bottom 15px , right bottom }
bgpos494755 { background-position: right 15% top 15px , right bottom 15px , right bottom }
bgpos494756 { background-position: right 15% center , right bottom 15px , right bottom }
bgpos494757 { background-position: right 15px bottom , right bottom 15px , right bottom }
bgpos494758 { background-position: right 15px bottom 15% , right bottom 15px , right bottom }
bgpos494759 { background-position: right 15px bottom 15px , right bottom 15px , right bottom }
bgpos494760 { background-position: right 15px top , right bottom 15px , right bottom }
bgpos494761 { background-position: right 15px top 15% , right bottom 15px , right bottom }
bgpos494762 { background-position: right 15px top 15px , right bottom 15px , right bottom }
bgpos494763 { background-position: right 15px center , right bottom 15px , right bottom }
bgpos494764 { background-position: right center , right bottom 15px , right bottom }
bgpos494765 { background-position: 100px , right bottom 15px , right bottom }
bgpos494766 { background-position: 100px 10% , right bottom 15px , right bottom }
bgpos494767 { background-position: 100px 100px , right bottom 15px , right bottom }
bgpos494768 { background-position: 100px bottom , right bottom 15px , right bottom }
bgpos494769 { background-position: 100px center , right bottom 15px , right bottom }
bgpos494770 { background-position: 100px top , right bottom 15px , right bottom }
bgpos494771 { background-position: 50% , right bottom 15px , right bottom }
bgpos494772 { background-position: 50% 10% , right bottom 15px , right bottom }
bgpos494773 { background-position: 50% 100px , right bottom 15px , right bottom }
bgpos494774 { background-position: 50% bottom , right bottom 15px , right bottom }
bgpos494775 { background-position: 50% center , right bottom 15px , right bottom }
bgpos494776 { background-position: 50% top , right bottom 15px , right bottom }
bgpos494777 { background-position: bottom, right bottom 15px , right bottom }
bgpos494778 { background-position: center , right bottom 15px , right bottom }
bgpos494779 { background-position: center bottom , right bottom 15px , right bottom }
bgpos494780 { background-position: center bottom 15% , right bottom 15px , right bottom }
bgpos494781 { background-position: center bottom 15px , right bottom 15px , right bottom }
bgpos494782 { background-position: center top , right bottom 15px , right bottom }
bgpos494783 { background-position: center top 15% , right bottom 15px , right bottom }
bgpos494784 { background-position: center top 15px , right bottom 15px , right bottom }
bgpos494785 { background-position: center 10% , right bottom 15px , right bottom }
bgpos494786 { background-position: center 100px , right bottom 15px , right bottom }
bgpos494787 { background-position: center bottom , right bottom 15px , right bottom }
bgpos494788 { background-position: center center , right bottom 15px , right bottom }
bgpos494789 { background-position: center top , right bottom 15px , right bottom }
bgpos494790 { background-position: left , right bottom 15px , right bottom }
bgpos494791 { background-position: left 10% , right bottom 15px , right bottom }
bgpos494792 { background-position: left 100px , right bottom 15px , right bottom }
bgpos494793 { background-position: left bottom , right bottom 15px , right bottom }
bgpos494794 { background-position: left center , right bottom 15px , right bottom }
bgpos494795 { background-position: left top , right bottom 15px , right bottom }
bgpos494796 { background-position: right , right bottom 15px , right bottom }
bgpos494797 { background-position: right 10% , right bottom 15px , right bottom }
bgpos494798 { background-position: right 100px , right bottom 15px , right bottom }
bgpos494799 { background-position: right bottom , right bottom 15px , right bottom }
bgpos494800 { background-position: right center , right bottom 15px , right bottom }
bgpos494801 { background-position: right top , right bottom 15px , right bottom }
bgpos494802 { background-position: top , right bottom 15px , right bottom }
bgpos494803 { background-position: left bottom , right top , right bottom }
bgpos494804 { background-position: left bottom 15% , right top , right bottom }
bgpos494805 { background-position: left bottom 15px , right top , right bottom }
bgpos494806 { background-position: left top , right top , right bottom }
bgpos494807 { background-position: left top 15% , right top , right bottom }
bgpos494808 { background-position: left top 15px , right top , right bottom }
bgpos494809 { background-position: left 15% bottom , right top , right bottom }
bgpos494810 { background-position: left 15% bottom 15% , right top , right bottom }
bgpos494811 { background-position: left 15% bottom 15px , right top , right bottom }
bgpos494812 { background-position: left 15% top , right top , right bottom }
bgpos494813 { background-position: left 15% top 15% , right top , right bottom }
bgpos494814 { background-position: left 15% top 15px , right top , right bottom }
bgpos494815 { background-position: left 15% center , right top , right bottom }
bgpos494816 { background-position: left 15px bottom , right top , right bottom }
bgpos494817 { background-position: left 15px bottom 15% , right top , right bottom }
bgpos494818 { background-position: left 15px bottom 15px , right top , right bottom }
bgpos494819 { background-position: left 15px top , right top , right bottom }
bgpos494820 { background-position: left 15px top 15% , right top , right bottom }
bgpos494821 { background-position: left 15px top 15px , right top , right bottom }
bgpos494822 { background-position: left 15px center , right top , right bottom }
bgpos494823 { background-position: left center , right top , right bottom }
bgpos494824 { background-position: right bottom , right top , right bottom }
bgpos494825 { background-position: right bottom 15% , right top , right bottom }
bgpos494826 { background-position: right bottom 15px , right top , right bottom }
bgpos494827 { background-position: right top , right top , right bottom }
bgpos494828 { background-position: right top 15% , right top , right bottom }
bgpos494829 { background-position: right top 15px , right top , right bottom }
bgpos494830 { background-position: right 15% bottom , right top , right bottom }
bgpos494831 { background-position: right 15% bottom 15% , right top , right bottom }
bgpos494832 { background-position: right 15% bottom 15px , right top , right bottom }
bgpos494833 { background-position: right 15% top , right top , right bottom }
bgpos494834 { background-position: right 15% top 15% , right top , right bottom }
bgpos494835 { background-position: right 15% top 15px , right top , right bottom }
bgpos494836 { background-position: right 15% center , right top , right bottom }
bgpos494837 { background-position: right 15px bottom , right top , right bottom }
bgpos494838 { background-position: right 15px bottom 15% , right top , right bottom }
bgpos494839 { background-position: right 15px bottom 15px , right top , right bottom }
bgpos494840 { background-position: right 15px top , right top , right bottom }
bgpos494841 { background-position: right 15px top 15% , right top , right bottom }
bgpos494842 { background-position: right 15px top 15px , right top , right bottom }
bgpos494843 { background-position: right 15px center , right top , right bottom }
bgpos494844 { background-position: right center , right top , right bottom }
bgpos494845 { background-position: 100px , right top , right bottom }
bgpos494846 { background-position: 100px 10% , right top , right bottom }
bgpos494847 { background-position: 100px 100px , right top , right bottom }
bgpos494848 { background-position: 100px bottom , right top , right bottom }
bgpos494849 { background-position: 100px center , right top , right bottom }
bgpos494850 { background-position: 100px top , right top , right bottom }
bgpos494851 { background-position: 50% , right top , right bottom }
bgpos494852 { background-position: 50% 10% , right top , right bottom }
bgpos494853 { background-position: 50% 100px , right top , right bottom }
bgpos494854 { background-position: 50% bottom , right top , right bottom }
bgpos494855 { background-position: 50% center , right top , right bottom }
bgpos494856 { background-position: 50% top , right top , right bottom }
bgpos494857 { background-position: bottom, right top , right bottom }
bgpos494858 { background-position: center , right top , right bottom }
bgpos494859 { background-position: center bottom , right top , right bottom }
bgpos494860 { background-position: center bottom 15% , right top , right bottom }
bgpos494861 { background-position: center bottom 15px , right top , right bottom }
bgpos494862 { background-position: center top , right top , right bottom }
bgpos494863 { background-position: center top 15% , right top , right bottom }
bgpos494864 { background-position: center top 15px , right top , right bottom }
bgpos494865 { background-position: center 10% , right top , right bottom }
bgpos494866 { background-position: center 100px , right top , right bottom }
bgpos494867 { background-position: center bottom , right top , right bottom }
bgpos494868 { background-position: center center , right top , right bottom }
bgpos494869 { background-position: center top , right top , right bottom }
bgpos494870 { background-position: left , right top , right bottom }
bgpos494871 { background-position: left 10% , right top , right bottom }
bgpos494872 { background-position: left 100px , right top , right bottom }
bgpos494873 { background-position: left bottom , right top , right bottom }
bgpos494874 { background-position: left center , right top , right bottom }
bgpos494875 { background-position: left top , right top , right bottom }
bgpos494876 { background-position: right , right top , right bottom }
bgpos494877 { background-position: right 10% , right top , right bottom }
bgpos494878 { background-position: right 100px , right top , right bottom }
bgpos494879 { background-position: right bottom , right top , right bottom }
bgpos494880 { background-position: right center , right top , right bottom }
bgpos494881 { background-position: right top , right top , right bottom }
bgpos494882 { background-position: top , right top , right bottom }
bgpos494883 { background-position: left bottom , right top 15% , right bottom }
bgpos494884 { background-position: left bottom 15% , right top 15% , right bottom }
bgpos494885 { background-position: left bottom 15px , right top 15% , right bottom }
bgpos494886 { background-position: left top , right top 15% , right bottom }
bgpos494887 { background-position: left top 15% , right top 15% , right bottom }
bgpos494888 { background-position: left top 15px , right top 15% , right bottom }
bgpos494889 { background-position: left 15% bottom , right top 15% , right bottom }
bgpos494890 { background-position: left 15% bottom 15% , right top 15% , right bottom }
bgpos494891 { background-position: left 15% bottom 15px , right top 15% , right bottom }
bgpos494892 { background-position: left 15% top , right top 15% , right bottom }
bgpos494893 { background-position: left 15% top 15% , right top 15% , right bottom }
bgpos494894 { background-position: left 15% top 15px , right top 15% , right bottom }
bgpos494895 { background-position: left 15% center , right top 15% , right bottom }
bgpos494896 { background-position: left 15px bottom , right top 15% , right bottom }
bgpos494897 { background-position: left 15px bottom 15% , right top 15% , right bottom }
bgpos494898 { background-position: left 15px bottom 15px , right top 15% , right bottom }
bgpos494899 { background-position: left 15px top , right top 15% , right bottom }
bgpos494900 { background-position: left 15px top 15% , right top 15% , right bottom }
bgpos494901 { background-position: left 15px top 15px , right top 15% , right bottom }
bgpos494902 { background-position: left 15px center , right top 15% , right bottom }
bgpos494903 { background-position: left center , right top 15% , right bottom }
bgpos494904 { background-position: right bottom , right top 15% , right bottom }
bgpos494905 { background-position: right bottom 15% , right top 15% , right bottom }
bgpos494906 { background-position: right bottom 15px , right top 15% , right bottom }
bgpos494907 { background-position: right top , right top 15% , right bottom }
bgpos494908 { background-position: right top 15% , right top 15% , right bottom }
bgpos494909 { background-position: right top 15px , right top 15% , right bottom }
bgpos494910 { background-position: right 15% bottom , right top 15% , right bottom }
bgpos494911 { background-position: right 15% bottom 15% , right top 15% , right bottom }
bgpos494912 { background-position: right 15% bottom 15px , right top 15% , right bottom }
bgpos494913 { background-position: right 15% top , right top 15% , right bottom }
bgpos494914 { background-position: right 15% top 15% , right top 15% , right bottom }
bgpos494915 { background-position: right 15% top 15px , right top 15% , right bottom }
bgpos494916 { background-position: right 15% center , right top 15% , right bottom }
bgpos494917 { background-position: right 15px bottom , right top 15% , right bottom }
bgpos494918 { background-position: right 15px bottom 15% , right top 15% , right bottom }
bgpos494919 { background-position: right 15px bottom 15px , right top 15% , right bottom }
bgpos494920 { background-position: right 15px top , right top 15% , right bottom }
bgpos494921 { background-position: right 15px top 15% , right top 15% , right bottom }
bgpos494922 { background-position: right 15px top 15px , right top 15% , right bottom }
bgpos494923 { background-position: right 15px center , right top 15% , right bottom }
bgpos494924 { background-position: right center , right top 15% , right bottom }
bgpos494925 { background-position: 100px , right top 15% , right bottom }
bgpos494926 { background-position: 100px 10% , right top 15% , right bottom }
bgpos494927 { background-position: 100px 100px , right top 15% , right bottom }
bgpos494928 { background-position: 100px bottom , right top 15% , right bottom }
bgpos494929 { background-position: 100px center , right top 15% , right bottom }
bgpos494930 { background-position: 100px top , right top 15% , right bottom }
bgpos494931 { background-position: 50% , right top 15% , right bottom }
bgpos494932 { background-position: 50% 10% , right top 15% , right bottom }
bgpos494933 { background-position: 50% 100px , right top 15% , right bottom }
bgpos494934 { background-position: 50% bottom , right top 15% , right bottom }
bgpos494935 { background-position: 50% center , right top 15% , right bottom }
bgpos494936 { background-position: 50% top , right top 15% , right bottom }
bgpos494937 { background-position: bottom, right top 15% , right bottom }
bgpos494938 { background-position: center , right top 15% , right bottom }
bgpos494939 { background-position: center bottom , right top 15% , right bottom }
bgpos494940 { background-position: center bottom 15% , right top 15% , right bottom }
bgpos494941 { background-position: center bottom 15px , right top 15% , right bottom }
bgpos494942 { background-position: center top , right top 15% , right bottom }
bgpos494943 { background-position: center top 15% , right top 15% , right bottom }
bgpos494944 { background-position: center top 15px , right top 15% , right bottom }
bgpos494945 { background-position: center 10% , right top 15% , right bottom }
bgpos494946 { background-position: center 100px , right top 15% , right bottom }
bgpos494947 { background-position: center bottom , right top 15% , right bottom }
bgpos494948 { background-position: center center , right top 15% , right bottom }
bgpos494949 { background-position: center top , right top 15% , right bottom }
bgpos494950 { background-position: left , right top 15% , right bottom }
bgpos494951 { background-position: left 10% , right top 15% , right bottom }
bgpos494952 { background-position: left 100px , right top 15% , right bottom }
bgpos494953 { background-position: left bottom , right top 15% , right bottom }
bgpos494954 { background-position: left center , right top 15% , right bottom }
bgpos494955 { background-position: left top , right top 15% , right bottom }
bgpos494956 { background-position: right , right top 15% , right bottom }
bgpos494957 { background-position: right 10% , right top 15% , right bottom }
bgpos494958 { background-position: right 100px , right top 15% , right bottom }
bgpos494959 { background-position: right bottom , right top 15% , right bottom }
bgpos494960 { background-position: right center , right top 15% , right bottom }
bgpos494961 { background-position: right top , right top 15% , right bottom }
bgpos494962 { background-position: top , right top 15% , right bottom }
bgpos494963 { background-position: left bottom , right top 15px , right bottom }
bgpos494964 { background-position: left bottom 15% , right top 15px , right bottom }
bgpos494965 { background-position: left bottom 15px , right top 15px , right bottom }
bgpos494966 { background-position: left top , right top 15px , right bottom }
bgpos494967 { background-position: left top 15% , right top 15px , right bottom }
bgpos494968 { background-position: left top 15px , right top 15px , right bottom }
bgpos494969 { background-position: left 15% bottom , right top 15px , right bottom }
bgpos494970 { background-position: left 15% bottom 15% , right top 15px , right bottom }
bgpos494971 { background-position: left 15% bottom 15px , right top 15px , right bottom }
bgpos494972 { background-position: left 15% top , right top 15px , right bottom }
bgpos494973 { background-position: left 15% top 15% , right top 15px , right bottom }
bgpos494974 { background-position: left 15% top 15px , right top 15px , right bottom }
bgpos494975 { background-position: left 15% center , right top 15px , right bottom }
bgpos494976 { background-position: left 15px bottom , right top 15px , right bottom }
bgpos494977 { background-position: left 15px bottom 15% , right top 15px , right bottom }
bgpos494978 { background-position: left 15px bottom 15px , right top 15px , right bottom }
bgpos494979 { background-position: left 15px top , right top 15px , right bottom }
bgpos494980 { background-position: left 15px top 15% , right top 15px , right bottom }
bgpos494981 { background-position: left 15px top 15px , right top 15px , right bottom }
bgpos494982 { background-position: left 15px center , right top 15px , right bottom }
bgpos494983 { background-position: left center , right top 15px , right bottom }
bgpos494984 { background-position: right bottom , right top 15px , right bottom }
bgpos494985 { background-position: right bottom 15% , right top 15px , right bottom }
bgpos494986 { background-position: right bottom 15px , right top 15px , right bottom }
bgpos494987 { background-position: right top , right top 15px , right bottom }
bgpos494988 { background-position: right top 15% , right top 15px , right bottom }
bgpos494989 { background-position: right top 15px , right top 15px , right bottom }
bgpos494990 { background-position: right 15% bottom , right top 15px , right bottom }
bgpos494991 { background-position: right 15% bottom 15% , right top 15px , right bottom }
bgpos494992 { background-position: right 15% bottom 15px , right top 15px , right bottom }
bgpos494993 { background-position: right 15% top , right top 15px , right bottom }
bgpos494994 { background-position: right 15% top 15% , right top 15px , right bottom }
bgpos494995 { background-position: right 15% top 15px , right top 15px , right bottom }
bgpos494996 { background-position: right 15% center , right top 15px , right bottom }
bgpos494997 { background-position: right 15px bottom , right top 15px , right bottom }
bgpos494998 { background-position: right 15px bottom 15% , right top 15px , right bottom }
bgpos494999 { background-position: right 15px bottom 15px , right top 15px , right bottom }
bgpos495000 { background-position: right 15px top , right top 15px , right bottom }
bgpos495001 { background-position: right 15px top 15% , right top 15px , right bottom }
bgpos495002 { background-position: right 15px top 15px , right top 15px , right bottom }
bgpos495003 { background-position: right 15px center , right top 15px , right bottom }
bgpos495004 { background-position: right center , right top 15px , right bottom }
bgpos495005 { background-position: 100px , right top 15px , right bottom }
bgpos495006 { background-position: 100px 10% , right top 15px , right bottom }
bgpos495007 { background-position: 100px 100px , right top 15px , right bottom }
bgpos495008 { background-position: 100px bottom , right top 15px , right bottom }
bgpos495009 { background-position: 100px center , right top 15px , right bottom }
bgpos495010 { background-position: 100px top , right top 15px , right bottom }
bgpos495011 { background-position: 50% , right top 15px , right bottom }
bgpos495012 { background-position: 50% 10% , right top 15px , right bottom }
bgpos495013 { background-position: 50% 100px , right top 15px , right bottom }
bgpos495014 { background-position: 50% bottom , right top 15px , right bottom }
bgpos495015 { background-position: 50% center , right top 15px , right bottom }
bgpos495016 { background-position: 50% top , right top 15px , right bottom }
bgpos495017 { background-position: bottom, right top 15px , right bottom }
bgpos495018 { background-position: center , right top 15px , right bottom }
bgpos495019 { background-position: center bottom , right top 15px , right bottom }
bgpos495020 { background-position: center bottom 15% , right top 15px , right bottom }
bgpos495021 { background-position: center bottom 15px , right top 15px , right bottom }
bgpos495022 { background-position: center top , right top 15px , right bottom }
bgpos495023 { background-position: center top 15% , right top 15px , right bottom }
bgpos495024 { background-position: center top 15px , right top 15px , right bottom }
bgpos495025 { background-position: center 10% , right top 15px , right bottom }
bgpos495026 { background-position: center 100px , right top 15px , right bottom }
bgpos495027 { background-position: center bottom , right top 15px , right bottom }
bgpos495028 { background-position: center center , right top 15px , right bottom }
bgpos495029 { background-position: center top , right top 15px , right bottom }
bgpos495030 { background-position: left , right top 15px , right bottom }
bgpos495031 { background-position: left 10% , right top 15px , right bottom }
bgpos495032 { background-position: left 100px , right top 15px , right bottom }
bgpos495033 { background-position: left bottom , right top 15px , right bottom }
bgpos495034 { background-position: left center , right top 15px , right bottom }
bgpos495035 { background-position: left top , right top 15px , right bottom }
bgpos495036 { background-position: right , right top 15px , right bottom }
bgpos495037 { background-position: right 10% , right top 15px , right bottom }
bgpos495038 { background-position: right 100px , right top 15px , right bottom }
bgpos495039 { background-position: right bottom , right top 15px , right bottom }
bgpos495040 { background-position: right center , right top 15px , right bottom }
bgpos495041 { background-position: right top , right top 15px , right bottom }
bgpos495042 { background-position: top , right top 15px , right bottom }
bgpos495043 { background-position: left bottom , right 15% bottom , right bottom }
bgpos495044 { background-position: left bottom 15% , right 15% bottom , right bottom }
bgpos495045 { background-position: left bottom 15px , right 15% bottom , right bottom }
bgpos495046 { background-position: left top , right 15% bottom , right bottom }
bgpos495047 { background-position: left top 15% , right 15% bottom , right bottom }
bgpos495048 { background-position: left top 15px , right 15% bottom , right bottom }
bgpos495049 { background-position: left 15% bottom , right 15% bottom , right bottom }
bgpos495050 { background-position: left 15% bottom 15% , right 15% bottom , right bottom }
bgpos495051 { background-position: left 15% bottom 15px , right 15% bottom , right bottom }
bgpos495052 { background-position: left 15% top , right 15% bottom , right bottom }
bgpos495053 { background-position: left 15% top 15% , right 15% bottom , right bottom }
bgpos495054 { background-position: left 15% top 15px , right 15% bottom , right bottom }
bgpos495055 { background-position: left 15% center , right 15% bottom , right bottom }
bgpos495056 { background-position: left 15px bottom , right 15% bottom , right bottom }
bgpos495057 { background-position: left 15px bottom 15% , right 15% bottom , right bottom }
bgpos495058 { background-position: left 15px bottom 15px , right 15% bottom , right bottom }
bgpos495059 { background-position: left 15px top , right 15% bottom , right bottom }
bgpos495060 { background-position: left 15px top 15% , right 15% bottom , right bottom }
bgpos495061 { background-position: left 15px top 15px , right 15% bottom , right bottom }
bgpos495062 { background-position: left 15px center , right 15% bottom , right bottom }
bgpos495063 { background-position: left center , right 15% bottom , right bottom }
bgpos495064 { background-position: right bottom , right 15% bottom , right bottom }
bgpos495065 { background-position: right bottom 15% , right 15% bottom , right bottom }
bgpos495066 { background-position: right bottom 15px , right 15% bottom , right bottom }
bgpos495067 { background-position: right top , right 15% bottom , right bottom }
bgpos495068 { background-position: right top 15% , right 15% bottom , right bottom }
bgpos495069 { background-position: right top 15px , right 15% bottom , right bottom }
bgpos495070 { background-position: right 15% bottom , right 15% bottom , right bottom }
bgpos495071 { background-position: right 15% bottom 15% , right 15% bottom , right bottom }
bgpos495072 { background-position: right 15% bottom 15px , right 15% bottom , right bottom }
bgpos495073 { background-position: right 15% top , right 15% bottom , right bottom }
bgpos495074 { background-position: right 15% top 15% , right 15% bottom , right bottom }
bgpos495075 { background-position: right 15% top 15px , right 15% bottom , right bottom }
bgpos495076 { background-position: right 15% center , right 15% bottom , right bottom }
bgpos495077 { background-position: right 15px bottom , right 15% bottom , right bottom }
bgpos495078 { background-position: right 15px bottom 15% , right 15% bottom , right bottom }
bgpos495079 { background-position: right 15px bottom 15px , right 15% bottom , right bottom }
bgpos495080 { background-position: right 15px top , right 15% bottom , right bottom }
bgpos495081 { background-position: right 15px top 15% , right 15% bottom , right bottom }
bgpos495082 { background-position: right 15px top 15px , right 15% bottom , right bottom }
bgpos495083 { background-position: right 15px center , right 15% bottom , right bottom }
bgpos495084 { background-position: right center , right 15% bottom , right bottom }
bgpos495085 { background-position: 100px , right 15% bottom , right bottom }
bgpos495086 { background-position: 100px 10% , right 15% bottom , right bottom }
bgpos495087 { background-position: 100px 100px , right 15% bottom , right bottom }
bgpos495088 { background-position: 100px bottom , right 15% bottom , right bottom }
bgpos495089 { background-position: 100px center , right 15% bottom , right bottom }
bgpos495090 { background-position: 100px top , right 15% bottom , right bottom }
bgpos495091 { background-position: 50% , right 15% bottom , right bottom }
bgpos495092 { background-position: 50% 10% , right 15% bottom , right bottom }
bgpos495093 { background-position: 50% 100px , right 15% bottom , right bottom }
bgpos495094 { background-position: 50% bottom , right 15% bottom , right bottom }
bgpos495095 { background-position: 50% center , right 15% bottom , right bottom }
bgpos495096 { background-position: 50% top , right 15% bottom , right bottom }
bgpos495097 { background-position: bottom, right 15% bottom , right bottom }
bgpos495098 { background-position: center , right 15% bottom , right bottom }
bgpos495099 { background-position: center bottom , right 15% bottom , right bottom }
bgpos495100 { background-position: center bottom 15% , right 15% bottom , right bottom }
bgpos495101 { background-position: center bottom 15px , right 15% bottom , right bottom }
bgpos495102 { background-position: center top , right 15% bottom , right bottom }
bgpos495103 { background-position: center top 15% , right 15% bottom , right bottom }
bgpos495104 { background-position: center top 15px , right 15% bottom , right bottom }
bgpos495105 { background-position: center 10% , right 15% bottom , right bottom }
bgpos495106 { background-position: center 100px , right 15% bottom , right bottom }
bgpos495107 { background-position: center bottom , right 15% bottom , right bottom }
bgpos495108 { background-position: center center , right 15% bottom , right bottom }
bgpos495109 { background-position: center top , right 15% bottom , right bottom }
bgpos495110 { background-position: left , right 15% bottom , right bottom }
bgpos495111 { background-position: left 10% , right 15% bottom , right bottom }
bgpos495112 { background-position: left 100px , right 15% bottom , right bottom }
bgpos495113 { background-position: left bottom , right 15% bottom , right bottom }
bgpos495114 { background-position: left center , right 15% bottom , right bottom }
bgpos495115 { background-position: left top , right 15% bottom , right bottom }
bgpos495116 { background-position: right , right 15% bottom , right bottom }
bgpos495117 { background-position: right 10% , right 15% bottom , right bottom }
bgpos495118 { background-position: right 100px , right 15% bottom , right bottom }
bgpos495119 { background-position: right bottom , right 15% bottom , right bottom }
bgpos495120 { background-position: right center , right 15% bottom , right bottom }
bgpos495121 { background-position: right top , right 15% bottom , right bottom }
bgpos495122 { background-position: top , right 15% bottom , right bottom }
bgpos495123 { background-position: left bottom , right 15% bottom 15% , right bottom }
bgpos495124 { background-position: left bottom 15% , right 15% bottom 15% , right bottom }
bgpos495125 { background-position: left bottom 15px , right 15% bottom 15% , right bottom }
bgpos495126 { background-position: left top , right 15% bottom 15% , right bottom }
bgpos495127 { background-position: left top 15% , right 15% bottom 15% , right bottom }
bgpos495128 { background-position: left top 15px , right 15% bottom 15% , right bottom }
bgpos495129 { background-position: left 15% bottom , right 15% bottom 15% , right bottom }
bgpos495130 { background-position: left 15% bottom 15% , right 15% bottom 15% , right bottom }
bgpos495131 { background-position: left 15% bottom 15px , right 15% bottom 15% , right bottom }
bgpos495132 { background-position: left 15% top , right 15% bottom 15% , right bottom }
bgpos495133 { background-position: left 15% top 15% , right 15% bottom 15% , right bottom }
bgpos495134 { background-position: left 15% top 15px , right 15% bottom 15% , right bottom }
bgpos495135 { background-position: left 15% center , right 15% bottom 15% , right bottom }
bgpos495136 { background-position: left 15px bottom , right 15% bottom 15% , right bottom }
bgpos495137 { background-position: left 15px bottom 15% , right 15% bottom 15% , right bottom }
bgpos495138 { background-position: left 15px bottom 15px , right 15% bottom 15% , right bottom }
bgpos495139 { background-position: left 15px top , right 15% bottom 15% , right bottom }
bgpos495140 { background-position: left 15px top 15% , right 15% bottom 15% , right bottom }
bgpos495141 { background-position: left 15px top 15px , right 15% bottom 15% , right bottom }
bgpos495142 { background-position: left 15px center , right 15% bottom 15% , right bottom }
bgpos495143 { background-position: left center , right 15% bottom 15% , right bottom }
bgpos495144 { background-position: right bottom , right 15% bottom 15% , right bottom }
bgpos495145 { background-position: right bottom 15% , right 15% bottom 15% , right bottom }
bgpos495146 { background-position: right bottom 15px , right 15% bottom 15% , right bottom }
bgpos495147 { background-position: right top , right 15% bottom 15% , right bottom }
bgpos495148 { background-position: right top 15% , right 15% bottom 15% , right bottom }
bgpos495149 { background-position: right top 15px , right 15% bottom 15% , right bottom }
bgpos495150 { background-position: right 15% bottom , right 15% bottom 15% , right bottom }
bgpos495151 { background-position: right 15% bottom 15% , right 15% bottom 15% , right bottom }
bgpos495152 { background-position: right 15% bottom 15px , right 15% bottom 15% , right bottom }
bgpos495153 { background-position: right 15% top , right 15% bottom 15% , right bottom }
bgpos495154 { background-position: right 15% top 15% , right 15% bottom 15% , right bottom }
bgpos495155 { background-position: right 15% top 15px , right 15% bottom 15% , right bottom }
bgpos495156 { background-position: right 15% center , right 15% bottom 15% , right bottom }
bgpos495157 { background-position: right 15px bottom , right 15% bottom 15% , right bottom }
bgpos495158 { background-position: right 15px bottom 15% , right 15% bottom 15% , right bottom }
bgpos495159 { background-position: right 15px bottom 15px , right 15% bottom 15% , right bottom }
bgpos495160 { background-position: right 15px top , right 15% bottom 15% , right bottom }
bgpos495161 { background-position: right 15px top 15% , right 15% bottom 15% , right bottom }
bgpos495162 { background-position: right 15px top 15px , right 15% bottom 15% , right bottom }
bgpos495163 { background-position: right 15px center , right 15% bottom 15% , right bottom }
bgpos495164 { background-position: right center , right 15% bottom 15% , right bottom }
bgpos495165 { background-position: 100px , right 15% bottom 15% , right bottom }
bgpos495166 { background-position: 100px 10% , right 15% bottom 15% , right bottom }
bgpos495167 { background-position: 100px 100px , right 15% bottom 15% , right bottom }
bgpos495168 { background-position: 100px bottom , right 15% bottom 15% , right bottom }
bgpos495169 { background-position: 100px center , right 15% bottom 15% , right bottom }
bgpos495170 { background-position: 100px top , right 15% bottom 15% , right bottom }
bgpos495171 { background-position: 50% , right 15% bottom 15% , right bottom }
bgpos495172 { background-position: 50% 10% , right 15% bottom 15% , right bottom }
bgpos495173 { background-position: 50% 100px , right 15% bottom 15% , right bottom }
bgpos495174 { background-position: 50% bottom , right 15% bottom 15% , right bottom }
bgpos495175 { background-position: 50% center , right 15% bottom 15% , right bottom }
bgpos495176 { background-position: 50% top , right 15% bottom 15% , right bottom }
bgpos495177 { background-position: bottom, right 15% bottom 15% , right bottom }
bgpos495178 { background-position: center , right 15% bottom 15% , right bottom }
bgpos495179 { background-position: center bottom , right 15% bottom 15% , right bottom }
bgpos495180 { background-position: center bottom 15% , right 15% bottom 15% , right bottom }
bgpos495181 { background-position: center bottom 15px , right 15% bottom 15% , right bottom }
bgpos495182 { background-position: center top , right 15% bottom 15% , right bottom }
bgpos495183 { background-position: center top 15% , right 15% bottom 15% , right bottom }
bgpos495184 { background-position: center top 15px , right 15% bottom 15% , right bottom }
bgpos495185 { background-position: center 10% , right 15% bottom 15% , right bottom }
bgpos495186 { background-position: center 100px , right 15% bottom 15% , right bottom }
bgpos495187 { background-position: center bottom , right 15% bottom 15% , right bottom }
bgpos495188 { background-position: center center , right 15% bottom 15% , right bottom }
bgpos495189 { background-position: center top , right 15% bottom 15% , right bottom }
bgpos495190 { background-position: left , right 15% bottom 15% , right bottom }
bgpos495191 { background-position: left 10% , right 15% bottom 15% , right bottom }
bgpos495192 { background-position: left 100px , right 15% bottom 15% , right bottom }
bgpos495193 { background-position: left bottom , right 15% bottom 15% , right bottom }
bgpos495194 { background-position: left center , right 15% bottom 15% , right bottom }
bgpos495195 { background-position: left top , right 15% bottom 15% , right bottom }
bgpos495196 { background-position: right , right 15% bottom 15% , right bottom }
bgpos495197 { background-position: right 10% , right 15% bottom 15% , right bottom }
bgpos495198 { background-position: right 100px , right 15% bottom 15% , right bottom }
bgpos495199 { background-position: right bottom , right 15% bottom 15% , right bottom }
bgpos495200 { background-position: right center , right 15% bottom 15% , right bottom }
bgpos495201 { background-position: right top , right 15% bottom 15% , right bottom }
bgpos495202 { background-position: top , right 15% bottom 15% , right bottom }
bgpos495203 { background-position: left bottom , right 15% bottom 15px , right bottom }
bgpos495204 { background-position: left bottom 15% , right 15% bottom 15px , right bottom }
bgpos495205 { background-position: left bottom 15px , right 15% bottom 15px , right bottom }
bgpos495206 { background-position: left top , right 15% bottom 15px , right bottom }
bgpos495207 { background-position: left top 15% , right 15% bottom 15px , right bottom }
bgpos495208 { background-position: left top 15px , right 15% bottom 15px , right bottom }
bgpos495209 { background-position: left 15% bottom , right 15% bottom 15px , right bottom }
bgpos495210 { background-position: left 15% bottom 15% , right 15% bottom 15px , right bottom }
bgpos495211 { background-position: left 15% bottom 15px , right 15% bottom 15px , right bottom }
bgpos495212 { background-position: left 15% top , right 15% bottom 15px , right bottom }
bgpos495213 { background-position: left 15% top 15% , right 15% bottom 15px , right bottom }
bgpos495214 { background-position: left 15% top 15px , right 15% bottom 15px , right bottom }
bgpos495215 { background-position: left 15% center , right 15% bottom 15px , right bottom }
bgpos495216 { background-position: left 15px bottom , right 15% bottom 15px , right bottom }
bgpos495217 { background-position: left 15px bottom 15% , right 15% bottom 15px , right bottom }
bgpos495218 { background-position: left 15px bottom 15px , right 15% bottom 15px , right bottom }
bgpos495219 { background-position: left 15px top , right 15% bottom 15px , right bottom }
bgpos495220 { background-position: left 15px top 15% , right 15% bottom 15px , right bottom }
bgpos495221 { background-position: left 15px top 15px , right 15% bottom 15px , right bottom }
bgpos495222 { background-position: left 15px center , right 15% bottom 15px , right bottom }
bgpos495223 { background-position: left center , right 15% bottom 15px , right bottom }
bgpos495224 { background-position: right bottom , right 15% bottom 15px , right bottom }
bgpos495225 { background-position: right bottom 15% , right 15% bottom 15px , right bottom }
bgpos495226 { background-position: right bottom 15px , right 15% bottom 15px , right bottom }
bgpos495227 { background-position: right top , right 15% bottom 15px , right bottom }
bgpos495228 { background-position: right top 15% , right 15% bottom 15px , right bottom }
bgpos495229 { background-position: right top 15px , right 15% bottom 15px , right bottom }
bgpos495230 { background-position: right 15% bottom , right 15% bottom 15px , right bottom }
bgpos495231 { background-position: right 15% bottom 15% , right 15% bottom 15px , right bottom }
bgpos495232 { background-position: right 15% bottom 15px , right 15% bottom 15px , right bottom }
bgpos495233 { background-position: right 15% top , right 15% bottom 15px , right bottom }
bgpos495234 { background-position: right 15% top 15% , right 15% bottom 15px , right bottom }
bgpos495235 { background-position: right 15% top 15px , right 15% bottom 15px , right bottom }
bgpos495236 { background-position: right 15% center , right 15% bottom 15px , right bottom }
bgpos495237 { background-position: right 15px bottom , right 15% bottom 15px , right bottom }
bgpos495238 { background-position: right 15px bottom 15% , right 15% bottom 15px , right bottom }
bgpos495239 { background-position: right 15px bottom 15px , right 15% bottom 15px , right bottom }
bgpos495240 { background-position: right 15px top , right 15% bottom 15px , right bottom }
bgpos495241 { background-position: right 15px top 15% , right 15% bottom 15px , right bottom }
bgpos495242 { background-position: right 15px top 15px , right 15% bottom 15px , right bottom }
bgpos495243 { background-position: right 15px center , right 15% bottom 15px , right bottom }
bgpos495244 { background-position: right center , right 15% bottom 15px , right bottom }
bgpos495245 { background-position: 100px , right 15% bottom 15px , right bottom }
bgpos495246 { background-position: 100px 10% , right 15% bottom 15px , right bottom }
bgpos495247 { background-position: 100px 100px , right 15% bottom 15px , right bottom }
bgpos495248 { background-position: 100px bottom , right 15% bottom 15px , right bottom }
bgpos495249 { background-position: 100px center , right 15% bottom 15px , right bottom }
bgpos495250 { background-position: 100px top , right 15% bottom 15px , right bottom }
bgpos495251 { background-position: 50% , right 15% bottom 15px , right bottom }
bgpos495252 { background-position: 50% 10% , right 15% bottom 15px , right bottom }
bgpos495253 { background-position: 50% 100px , right 15% bottom 15px , right bottom }
bgpos495254 { background-position: 50% bottom , right 15% bottom 15px , right bottom }
bgpos495255 { background-position: 50% center , right 15% bottom 15px , right bottom }
bgpos495256 { background-position: 50% top , right 15% bottom 15px , right bottom }
bgpos495257 { background-position: bottom, right 15% bottom 15px , right bottom }
bgpos495258 { background-position: center , right 15% bottom 15px , right bottom }
bgpos495259 { background-position: center bottom , right 15% bottom 15px , right bottom }
bgpos495260 { background-position: center bottom 15% , right 15% bottom 15px , right bottom }
bgpos495261 { background-position: center bottom 15px , right 15% bottom 15px , right bottom }
bgpos495262 { background-position: center top , right 15% bottom 15px , right bottom }
bgpos495263 { background-position: center top 15% , right 15% bottom 15px , right bottom }
bgpos495264 { background-position: center top 15px , right 15% bottom 15px , right bottom }
bgpos495265 { background-position: center 10% , right 15% bottom 15px , right bottom }
bgpos495266 { background-position: center 100px , right 15% bottom 15px , right bottom }
bgpos495267 { background-position: center bottom , right 15% bottom 15px , right bottom }
bgpos495268 { background-position: center center , right 15% bottom 15px , right bottom }
bgpos495269 { background-position: center top , right 15% bottom 15px , right bottom }
bgpos495270 { background-position: left , right 15% bottom 15px , right bottom }
bgpos495271 { background-position: left 10% , right 15% bottom 15px , right bottom }
bgpos495272 { background-position: left 100px , right 15% bottom 15px , right bottom }
bgpos495273 { background-position: left bottom , right 15% bottom 15px , right bottom }
bgpos495274 { background-position: left center , right 15% bottom 15px , right bottom }
bgpos495275 { background-position: left top , right 15% bottom 15px , right bottom }
bgpos495276 { background-position: right , right 15% bottom 15px , right bottom }
bgpos495277 { background-position: right 10% , right 15% bottom 15px , right bottom }
bgpos495278 { background-position: right 100px , right 15% bottom 15px , right bottom }
bgpos495279 { background-position: right bottom , right 15% bottom 15px , right bottom }
bgpos495280 { background-position: right center , right 15% bottom 15px , right bottom }
bgpos495281 { background-position: right top , right 15% bottom 15px , right bottom }
bgpos495282 { background-position: top , right 15% bottom 15px , right bottom }
bgpos495283 { background-position: left bottom , right 15% top , right bottom }
bgpos495284 { background-position: left bottom 15% , right 15% top , right bottom }
bgpos495285 { background-position: left bottom 15px , right 15% top , right bottom }
bgpos495286 { background-position: left top , right 15% top , right bottom }
bgpos495287 { background-position: left top 15% , right 15% top , right bottom }
bgpos495288 { background-position: left top 15px , right 15% top , right bottom }
bgpos495289 { background-position: left 15% bottom , right 15% top , right bottom }
bgpos495290 { background-position: left 15% bottom 15% , right 15% top , right bottom }
bgpos495291 { background-position: left 15% bottom 15px , right 15% top , right bottom }
bgpos495292 { background-position: left 15% top , right 15% top , right bottom }
bgpos495293 { background-position: left 15% top 15% , right 15% top , right bottom }
bgpos495294 { background-position: left 15% top 15px , right 15% top , right bottom }
bgpos495295 { background-position: left 15% center , right 15% top , right bottom }
bgpos495296 { background-position: left 15px bottom , right 15% top , right bottom }
bgpos495297 { background-position: left 15px bottom 15% , right 15% top , right bottom }
bgpos495298 { background-position: left 15px bottom 15px , right 15% top , right bottom }
bgpos495299 { background-position: left 15px top , right 15% top , right bottom }
bgpos495300 { background-position: left 15px top 15% , right 15% top , right bottom }
bgpos495301 { background-position: left 15px top 15px , right 15% top , right bottom }
bgpos495302 { background-position: left 15px center , right 15% top , right bottom }
bgpos495303 { background-position: left center , right 15% top , right bottom }
bgpos495304 { background-position: right bottom , right 15% top , right bottom }
bgpos495305 { background-position: right bottom 15% , right 15% top , right bottom }
bgpos495306 { background-position: right bottom 15px , right 15% top , right bottom }
bgpos495307 { background-position: right top , right 15% top , right bottom }
bgpos495308 { background-position: right top 15% , right 15% top , right bottom }
bgpos495309 { background-position: right top 15px , right 15% top , right bottom }
bgpos495310 { background-position: right 15% bottom , right 15% top , right bottom }
bgpos495311 { background-position: right 15% bottom 15% , right 15% top , right bottom }
bgpos495312 { background-position: right 15% bottom 15px , right 15% top , right bottom }
bgpos495313 { background-position: right 15% top , right 15% top , right bottom }
bgpos495314 { background-position: right 15% top 15% , right 15% top , right bottom }
bgpos495315 { background-position: right 15% top 15px , right 15% top , right bottom }
bgpos495316 { background-position: right 15% center , right 15% top , right bottom }
bgpos495317 { background-position: right 15px bottom , right 15% top , right bottom }
bgpos495318 { background-position: right 15px bottom 15% , right 15% top , right bottom }
bgpos495319 { background-position: right 15px bottom 15px , right 15% top , right bottom }
bgpos495320 { background-position: right 15px top , right 15% top , right bottom }
bgpos495321 { background-position: right 15px top 15% , right 15% top , right bottom }
bgpos495322 { background-position: right 15px top 15px , right 15% top , right bottom }
bgpos495323 { background-position: right 15px center , right 15% top , right bottom }
bgpos495324 { background-position: right center , right 15% top , right bottom }
bgpos495325 { background-position: 100px , right 15% top , right bottom }
bgpos495326 { background-position: 100px 10% , right 15% top , right bottom }
bgpos495327 { background-position: 100px 100px , right 15% top , right bottom }
bgpos495328 { background-position: 100px bottom , right 15% top , right bottom }
bgpos495329 { background-position: 100px center , right 15% top , right bottom }
bgpos495330 { background-position: 100px top , right 15% top , right bottom }
bgpos495331 { background-position: 50% , right 15% top , right bottom }
bgpos495332 { background-position: 50% 10% , right 15% top , right bottom }
bgpos495333 { background-position: 50% 100px , right 15% top , right bottom }
bgpos495334 { background-position: 50% bottom , right 15% top , right bottom }
bgpos495335 { background-position: 50% center , right 15% top , right bottom }
bgpos495336 { background-position: 50% top , right 15% top , right bottom }
bgpos495337 { background-position: bottom, right 15% top , right bottom }
bgpos495338 { background-position: center , right 15% top , right bottom }
bgpos495339 { background-position: center bottom , right 15% top , right bottom }
bgpos495340 { background-position: center bottom 15% , right 15% top , right bottom }
bgpos495341 { background-position: center bottom 15px , right 15% top , right bottom }
bgpos495342 { background-position: center top , right 15% top , right bottom }
bgpos495343 { background-position: center top 15% , right 15% top , right bottom }
bgpos495344 { background-position: center top 15px , right 15% top , right bottom }
bgpos495345 { background-position: center 10% , right 15% top , right bottom }
bgpos495346 { background-position: center 100px , right 15% top , right bottom }
bgpos495347 { background-position: center bottom , right 15% top , right bottom }
bgpos495348 { background-position: center center , right 15% top , right bottom }
bgpos495349 { background-position: center top , right 15% top , right bottom }
bgpos495350 { background-position: left , right 15% top , right bottom }
bgpos495351 { background-position: left 10% , right 15% top , right bottom }
bgpos495352 { background-position: left 100px , right 15% top , right bottom }
bgpos495353 { background-position: left bottom , right 15% top , right bottom }
bgpos495354 { background-position: left center , right 15% top , right bottom }
bgpos495355 { background-position: left top , right 15% top , right bottom }
bgpos495356 { background-position: right , right 15% top , right bottom }
bgpos495357 { background-position: right 10% , right 15% top , right bottom }
bgpos495358 { background-position: right 100px , right 15% top , right bottom }
bgpos495359 { background-position: right bottom , right 15% top , right bottom }
bgpos495360 { background-position: right center , right 15% top , right bottom }
bgpos495361 { background-position: right top , right 15% top , right bottom }
bgpos495362 { background-position: top , right 15% top , right bottom }
bgpos495363 { background-position: left bottom , right 15% top 15% , right bottom }
bgpos495364 { background-position: left bottom 15% , right 15% top 15% , right bottom }
bgpos495365 { background-position: left bottom 15px , right 15% top 15% , right bottom }
bgpos495366 { background-position: left top , right 15% top 15% , right bottom }
bgpos495367 { background-position: left top 15% , right 15% top 15% , right bottom }
bgpos495368 { background-position: left top 15px , right 15% top 15% , right bottom }
bgpos495369 { background-position: left 15% bottom , right 15% top 15% , right bottom }
bgpos495370 { background-position: left 15% bottom 15% , right 15% top 15% , right bottom }
bgpos495371 { background-position: left 15% bottom 15px , right 15% top 15% , right bottom }
bgpos495372 { background-position: left 15% top , right 15% top 15% , right bottom }
bgpos495373 { background-position: left 15% top 15% , right 15% top 15% , right bottom }
bgpos495374 { background-position: left 15% top 15px , right 15% top 15% , right bottom }
bgpos495375 { background-position: left 15% center , right 15% top 15% , right bottom }
bgpos495376 { background-position: left 15px bottom , right 15% top 15% , right bottom }
bgpos495377 { background-position: left 15px bottom 15% , right 15% top 15% , right bottom }
bgpos495378 { background-position: left 15px bottom 15px , right 15% top 15% , right bottom }
bgpos495379 { background-position: left 15px top , right 15% top 15% , right bottom }
bgpos495380 { background-position: left 15px top 15% , right 15% top 15% , right bottom }
bgpos495381 { background-position: left 15px top 15px , right 15% top 15% , right bottom }
bgpos495382 { background-position: left 15px center , right 15% top 15% , right bottom }
bgpos495383 { background-position: left center , right 15% top 15% , right bottom }
bgpos495384 { background-position: right bottom , right 15% top 15% , right bottom }
bgpos495385 { background-position: right bottom 15% , right 15% top 15% , right bottom }
bgpos495386 { background-position: right bottom 15px , right 15% top 15% , right bottom }
bgpos495387 { background-position: right top , right 15% top 15% , right bottom }
bgpos495388 { background-position: right top 15% , right 15% top 15% , right bottom }
bgpos495389 { background-position: right top 15px , right 15% top 15% , right bottom }
bgpos495390 { background-position: right 15% bottom , right 15% top 15% , right bottom }
bgpos495391 { background-position: right 15% bottom 15% , right 15% top 15% , right bottom }
bgpos495392 { background-position: right 15% bottom 15px , right 15% top 15% , right bottom }
bgpos495393 { background-position: right 15% top , right 15% top 15% , right bottom }
bgpos495394 { background-position: right 15% top 15% , right 15% top 15% , right bottom }
bgpos495395 { background-position: right 15% top 15px , right 15% top 15% , right bottom }
bgpos495396 { background-position: right 15% center , right 15% top 15% , right bottom }
bgpos495397 { background-position: right 15px bottom , right 15% top 15% , right bottom }
bgpos495398 { background-position: right 15px bottom 15% , right 15% top 15% , right bottom }
bgpos495399 { background-position: right 15px bottom 15px , right 15% top 15% , right bottom }
bgpos495400 { background-position: right 15px top , right 15% top 15% , right bottom }
bgpos495401 { background-position: right 15px top 15% , right 15% top 15% , right bottom }
bgpos495402 { background-position: right 15px top 15px , right 15% top 15% , right bottom }
bgpos495403 { background-position: right 15px center , right 15% top 15% , right bottom }
bgpos495404 { background-position: right center , right 15% top 15% , right bottom }
bgpos495405 { background-position: 100px , right 15% top 15% , right bottom }
bgpos495406 { background-position: 100px 10% , right 15% top 15% , right bottom }
bgpos495407 { background-position: 100px 100px , right 15% top 15% , right bottom }
bgpos495408 { background-position: 100px bottom , right 15% top 15% , right bottom }
bgpos495409 { background-position: 100px center , right 15% top 15% , right bottom }
bgpos495410 { background-position: 100px top , right 15% top 15% , right bottom }
bgpos495411 { background-position: 50% , right 15% top 15% , right bottom }
bgpos495412 { background-position: 50% 10% , right 15% top 15% , right bottom }
bgpos495413 { background-position: 50% 100px , right 15% top 15% , right bottom }
bgpos495414 { background-position: 50% bottom , right 15% top 15% , right bottom }
bgpos495415 { background-position: 50% center , right 15% top 15% , right bottom }
bgpos495416 { background-position: 50% top , right 15% top 15% , right bottom }
bgpos495417 { background-position: bottom, right 15% top 15% , right bottom }
bgpos495418 { background-position: center , right 15% top 15% , right bottom }
bgpos495419 { background-position: center bottom , right 15% top 15% , right bottom }
bgpos495420 { background-position: center bottom 15% , right 15% top 15% , right bottom }
bgpos495421 { background-position: center bottom 15px , right 15% top 15% , right bottom }
bgpos495422 { background-position: center top , right 15% top 15% , right bottom }
bgpos495423 { background-position: center top 15% , right 15% top 15% , right bottom }
bgpos495424 { background-position: center top 15px , right 15% top 15% , right bottom }
bgpos495425 { background-position: center 10% , right 15% top 15% , right bottom }
bgpos495426 { background-position: center 100px , right 15% top 15% , right bottom }
bgpos495427 { background-position: center bottom , right 15% top 15% , right bottom }
bgpos495428 { background-position: center center , right 15% top 15% , right bottom }
bgpos495429 { background-position: center top , right 15% top 15% , right bottom }
bgpos495430 { background-position: left , right 15% top 15% , right bottom }
bgpos495431 { background-position: left 10% , right 15% top 15% , right bottom }
bgpos495432 { background-position: left 100px , right 15% top 15% , right bottom }
bgpos495433 { background-position: left bottom , right 15% top 15% , right bottom }
bgpos495434 { background-position: left center , right 15% top 15% , right bottom }
bgpos495435 { background-position: left top , right 15% top 15% , right bottom }
bgpos495436 { background-position: right , right 15% top 15% , right bottom }
bgpos495437 { background-position: right 10% , right 15% top 15% , right bottom }
bgpos495438 { background-position: right 100px , right 15% top 15% , right bottom }
bgpos495439 { background-position: right bottom , right 15% top 15% , right bottom }
bgpos495440 { background-position: right center , right 15% top 15% , right bottom }
bgpos495441 { background-position: right top , right 15% top 15% , right bottom }
bgpos495442 { background-position: top , right 15% top 15% , right bottom }
bgpos495443 { background-position: left bottom , right 15% top 15px , right bottom }
bgpos495444 { background-position: left bottom 15% , right 15% top 15px , right bottom }
bgpos495445 { background-position: left bottom 15px , right 15% top 15px , right bottom }
bgpos495446 { background-position: left top , right 15% top 15px , right bottom }
bgpos495447 { background-position: left top 15% , right 15% top 15px , right bottom }
bgpos495448 { background-position: left top 15px , right 15% top 15px , right bottom }
bgpos495449 { background-position: left 15% bottom , right 15% top 15px , right bottom }
bgpos495450 { background-position: left 15% bottom 15% , right 15% top 15px , right bottom }
bgpos495451 { background-position: left 15% bottom 15px , right 15% top 15px , right bottom }
bgpos495452 { background-position: left 15% top , right 15% top 15px , right bottom }
bgpos495453 { background-position: left 15% top 15% , right 15% top 15px , right bottom }
bgpos495454 { background-position: left 15% top 15px , right 15% top 15px , right bottom }
bgpos495455 { background-position: left 15% center , right 15% top 15px , right bottom }
bgpos495456 { background-position: left 15px bottom , right 15% top 15px , right bottom }
bgpos495457 { background-position: left 15px bottom 15% , right 15% top 15px , right bottom }
bgpos495458 { background-position: left 15px bottom 15px , right 15% top 15px , right bottom }
bgpos495459 { background-position: left 15px top , right 15% top 15px , right bottom }
bgpos495460 { background-position: left 15px top 15% , right 15% top 15px , right bottom }
bgpos495461 { background-position: left 15px top 15px , right 15% top 15px , right bottom }
bgpos495462 { background-position: left 15px center , right 15% top 15px , right bottom }
bgpos495463 { background-position: left center , right 15% top 15px , right bottom }
bgpos495464 { background-position: right bottom , right 15% top 15px , right bottom }
bgpos495465 { background-position: right bottom 15% , right 15% top 15px , right bottom }
bgpos495466 { background-position: right bottom 15px , right 15% top 15px , right bottom }
bgpos495467 { background-position: right top , right 15% top 15px , right bottom }
bgpos495468 { background-position: right top 15% , right 15% top 15px , right bottom }
bgpos495469 { background-position: right top 15px , right 15% top 15px , right bottom }
bgpos495470 { background-position: right 15% bottom , right 15% top 15px , right bottom }
bgpos495471 { background-position: right 15% bottom 15% , right 15% top 15px , right bottom }
bgpos495472 { background-position: right 15% bottom 15px , right 15% top 15px , right bottom }
bgpos495473 { background-position: right 15% top , right 15% top 15px , right bottom }
bgpos495474 { background-position: right 15% top 15% , right 15% top 15px , right bottom }
bgpos495475 { background-position: right 15% top 15px , right 15% top 15px , right bottom }
bgpos495476 { background-position: right 15% center , right 15% top 15px , right bottom }
bgpos495477 { background-position: right 15px bottom , right 15% top 15px , right bottom }
bgpos495478 { background-position: right 15px bottom 15% , right 15% top 15px , right bottom }
bgpos495479 { background-position: right 15px bottom 15px , right 15% top 15px , right bottom }
bgpos495480 { background-position: right 15px top , right 15% top 15px , right bottom }
bgpos495481 { background-position: right 15px top 15% , right 15% top 15px , right bottom }
bgpos495482 { background-position: right 15px top 15px , right 15% top 15px , right bottom }
bgpos495483 { background-position: right 15px center , right 15% top 15px , right bottom }
bgpos495484 { background-position: right center , right 15% top 15px , right bottom }
bgpos495485 { background-position: 100px , right 15% top 15px , right bottom }
bgpos495486 { background-position: 100px 10% , right 15% top 15px , right bottom }
bgpos495487 { background-position: 100px 100px , right 15% top 15px , right bottom }
bgpos495488 { background-position: 100px bottom , right 15% top 15px , right bottom }
bgpos495489 { background-position: 100px center , right 15% top 15px , right bottom }
bgpos495490 { background-position: 100px top , right 15% top 15px , right bottom }
bgpos495491 { background-position: 50% , right 15% top 15px , right bottom }
bgpos495492 { background-position: 50% 10% , right 15% top 15px , right bottom }
bgpos495493 { background-position: 50% 100px , right 15% top 15px , right bottom }
bgpos495494 { background-position: 50% bottom , right 15% top 15px , right bottom }
bgpos495495 { background-position: 50% center , right 15% top 15px , right bottom }
bgpos495496 { background-position: 50% top , right 15% top 15px , right bottom }
bgpos495497 { background-position: bottom, right 15% top 15px , right bottom }
bgpos495498 { background-position: center , right 15% top 15px , right bottom }
bgpos495499 { background-position: center bottom , right 15% top 15px , right bottom }
bgpos495500 { background-position: center bottom 15% , right 15% top 15px , right bottom }
bgpos495501 { background-position: center bottom 15px , right 15% top 15px , right bottom }
bgpos495502 { background-position: center top , right 15% top 15px , right bottom }
bgpos495503 { background-position: center top 15% , right 15% top 15px , right bottom }
bgpos495504 { background-position: center top 15px , right 15% top 15px , right bottom }
bgpos495505 { background-position: center 10% , right 15% top 15px , right bottom }
bgpos495506 { background-position: center 100px , right 15% top 15px , right bottom }
bgpos495507 { background-position: center bottom , right 15% top 15px , right bottom }
bgpos495508 { background-position: center center , right 15% top 15px , right bottom }
bgpos495509 { background-position: center top , right 15% top 15px , right bottom }
bgpos495510 { background-position: left , right 15% top 15px , right bottom }
bgpos495511 { background-position: left 10% , right 15% top 15px , right bottom }
bgpos495512 { background-position: left 100px , right 15% top 15px , right bottom }
bgpos495513 { background-position: left bottom , right 15% top 15px , right bottom }
bgpos495514 { background-position: left center , right 15% top 15px , right bottom }
bgpos495515 { background-position: left top , right 15% top 15px , right bottom }
bgpos495516 { background-position: right , right 15% top 15px , right bottom }
bgpos495517 { background-position: right 10% , right 15% top 15px , right bottom }
bgpos495518 { background-position: right 100px , right 15% top 15px , right bottom }
bgpos495519 { background-position: right bottom , right 15% top 15px , right bottom }
bgpos495520 { background-position: right center , right 15% top 15px , right bottom }
bgpos495521 { background-position: right top , right 15% top 15px , right bottom }
bgpos495522 { background-position: top , right 15% top 15px , right bottom }
bgpos495523 { background-position: left bottom , right 15% center , right bottom }
bgpos495524 { background-position: left bottom 15% , right 15% center , right bottom }
bgpos495525 { background-position: left bottom 15px , right 15% center , right bottom }
bgpos495526 { background-position: left top , right 15% center , right bottom }
bgpos495527 { background-position: left top 15% , right 15% center , right bottom }
bgpos495528 { background-position: left top 15px , right 15% center , right bottom }
bgpos495529 { background-position: left 15% bottom , right 15% center , right bottom }
bgpos495530 { background-position: left 15% bottom 15% , right 15% center , right bottom }
bgpos495531 { background-position: left 15% bottom 15px , right 15% center , right bottom }
bgpos495532 { background-position: left 15% top , right 15% center , right bottom }
bgpos495533 { background-position: left 15% top 15% , right 15% center , right bottom }
bgpos495534 { background-position: left 15% top 15px , right 15% center , right bottom }
bgpos495535 { background-position: left 15% center , right 15% center , right bottom }
bgpos495536 { background-position: left 15px bottom , right 15% center , right bottom }
bgpos495537 { background-position: left 15px bottom 15% , right 15% center , right bottom }
bgpos495538 { background-position: left 15px bottom 15px , right 15% center , right bottom }
bgpos495539 { background-position: left 15px top , right 15% center , right bottom }
bgpos495540 { background-position: left 15px top 15% , right 15% center , right bottom }
bgpos495541 { background-position: left 15px top 15px , right 15% center , right bottom }
bgpos495542 { background-position: left 15px center , right 15% center , right bottom }
bgpos495543 { background-position: left center , right 15% center , right bottom }
bgpos495544 { background-position: right bottom , right 15% center , right bottom }
bgpos495545 { background-position: right bottom 15% , right 15% center , right bottom }
bgpos495546 { background-position: right bottom 15px , right 15% center , right bottom }
bgpos495547 { background-position: right top , right 15% center , right bottom }
bgpos495548 { background-position: right top 15% , right 15% center , right bottom }
bgpos495549 { background-position: right top 15px , right 15% center , right bottom }
bgpos495550 { background-position: right 15% bottom , right 15% center , right bottom }
bgpos495551 { background-position: right 15% bottom 15% , right 15% center , right bottom }
bgpos495552 { background-position: right 15% bottom 15px , right 15% center , right bottom }
bgpos495553 { background-position: right 15% top , right 15% center , right bottom }
bgpos495554 { background-position: right 15% top 15% , right 15% center , right bottom }
bgpos495555 { background-position: right 15% top 15px , right 15% center , right bottom }
bgpos495556 { background-position: right 15% center , right 15% center , right bottom }
bgpos495557 { background-position: right 15px bottom , right 15% center , right bottom }
bgpos495558 { background-position: right 15px bottom 15% , right 15% center , right bottom }
bgpos495559 { background-position: right 15px bottom 15px , right 15% center , right bottom }
bgpos495560 { background-position: right 15px top , right 15% center , right bottom }
bgpos495561 { background-position: right 15px top 15% , right 15% center , right bottom }
bgpos495562 { background-position: right 15px top 15px , right 15% center , right bottom }
bgpos495563 { background-position: right 15px center , right 15% center , right bottom }
bgpos495564 { background-position: right center , right 15% center , right bottom }
bgpos495565 { background-position: 100px , right 15% center , right bottom }
bgpos495566 { background-position: 100px 10% , right 15% center , right bottom }
bgpos495567 { background-position: 100px 100px , right 15% center , right bottom }
bgpos495568 { background-position: 100px bottom , right 15% center , right bottom }
bgpos495569 { background-position: 100px center , right 15% center , right bottom }
bgpos495570 { background-position: 100px top , right 15% center , right bottom }
bgpos495571 { background-position: 50% , right 15% center , right bottom }
bgpos495572 { background-position: 50% 10% , right 15% center , right bottom }
bgpos495573 { background-position: 50% 100px , right 15% center , right bottom }
bgpos495574 { background-position: 50% bottom , right 15% center , right bottom }
bgpos495575 { background-position: 50% center , right 15% center , right bottom }
bgpos495576 { background-position: 50% top , right 15% center , right bottom }
bgpos495577 { background-position: bottom, right 15% center , right bottom }
bgpos495578 { background-position: center , right 15% center , right bottom }
bgpos495579 { background-position: center bottom , right 15% center , right bottom }
bgpos495580 { background-position: center bottom 15% , right 15% center , right bottom }
bgpos495581 { background-position: center bottom 15px , right 15% center , right bottom }
bgpos495582 { background-position: center top , right 15% center , right bottom }
bgpos495583 { background-position: center top 15% , right 15% center , right bottom }
bgpos495584 { background-position: center top 15px , right 15% center , right bottom }
bgpos495585 { background-position: center 10% , right 15% center , right bottom }
bgpos495586 { background-position: center 100px , right 15% center , right bottom }
bgpos495587 { background-position: center bottom , right 15% center , right bottom }
bgpos495588 { background-position: center center , right 15% center , right bottom }
bgpos495589 { background-position: center top , right 15% center , right bottom }
bgpos495590 { background-position: left , right 15% center , right bottom }
bgpos495591 { background-position: left 10% , right 15% center , right bottom }
bgpos495592 { background-position: left 100px , right 15% center , right bottom }
bgpos495593 { background-position: left bottom , right 15% center , right bottom }
bgpos495594 { background-position: left center , right 15% center , right bottom }
bgpos495595 { background-position: left top , right 15% center , right bottom }
bgpos495596 { background-position: right , right 15% center , right bottom }
bgpos495597 { background-position: right 10% , right 15% center , right bottom }
bgpos495598 { background-position: right 100px , right 15% center , right bottom }
bgpos495599 { background-position: right bottom , right 15% center , right bottom }
bgpos495600 { background-position: right center , right 15% center , right bottom }
bgpos495601 { background-position: right top , right 15% center , right bottom }
bgpos495602 { background-position: top , right 15% center , right bottom }
bgpos495603 { background-position: left bottom , right 15px bottom , right bottom }
bgpos495604 { background-position: left bottom 15% , right 15px bottom , right bottom }
bgpos495605 { background-position: left bottom 15px , right 15px bottom , right bottom }
bgpos495606 { background-position: left top , right 15px bottom , right bottom }
bgpos495607 { background-position: left top 15% , right 15px bottom , right bottom }
bgpos495608 { background-position: left top 15px , right 15px bottom , right bottom }
bgpos495609 { background-position: left 15% bottom , right 15px bottom , right bottom }
bgpos495610 { background-position: left 15% bottom 15% , right 15px bottom , right bottom }
bgpos495611 { background-position: left 15% bottom 15px , right 15px bottom , right bottom }
bgpos495612 { background-position: left 15% top , right 15px bottom , right bottom }
bgpos495613 { background-position: left 15% top 15% , right 15px bottom , right bottom }
bgpos495614 { background-position: left 15% top 15px , right 15px bottom , right bottom }
bgpos495615 { background-position: left 15% center , right 15px bottom , right bottom }
bgpos495616 { background-position: left 15px bottom , right 15px bottom , right bottom }
bgpos495617 { background-position: left 15px bottom 15% , right 15px bottom , right bottom }
bgpos495618 { background-position: left 15px bottom 15px , right 15px bottom , right bottom }
bgpos495619 { background-position: left 15px top , right 15px bottom , right bottom }
bgpos495620 { background-position: left 15px top 15% , right 15px bottom , right bottom }
bgpos495621 { background-position: left 15px top 15px , right 15px bottom , right bottom }
bgpos495622 { background-position: left 15px center , right 15px bottom , right bottom }
bgpos495623 { background-position: left center , right 15px bottom , right bottom }
bgpos495624 { background-position: right bottom , right 15px bottom , right bottom }
bgpos495625 { background-position: right bottom 15% , right 15px bottom , right bottom }
bgpos495626 { background-position: right bottom 15px , right 15px bottom , right bottom }
bgpos495627 { background-position: right top , right 15px bottom , right bottom }
bgpos495628 { background-position: right top 15% , right 15px bottom , right bottom }
bgpos495629 { background-position: right top 15px , right 15px bottom , right bottom }
bgpos495630 { background-position: right 15% bottom , right 15px bottom , right bottom }
bgpos495631 { background-position: right 15% bottom 15% , right 15px bottom , right bottom }
bgpos495632 { background-position: right 15% bottom 15px , right 15px bottom , right bottom }
bgpos495633 { background-position: right 15% top , right 15px bottom , right bottom }
bgpos495634 { background-position: right 15% top 15% , right 15px bottom , right bottom }
bgpos495635 { background-position: right 15% top 15px , right 15px bottom , right bottom }
bgpos495636 { background-position: right 15% center , right 15px bottom , right bottom }
bgpos495637 { background-position: right 15px bottom , right 15px bottom , right bottom }
bgpos495638 { background-position: right 15px bottom 15% , right 15px bottom , right bottom }
bgpos495639 { background-position: right 15px bottom 15px , right 15px bottom , right bottom }
bgpos495640 { background-position: right 15px top , right 15px bottom , right bottom }
bgpos495641 { background-position: right 15px top 15% , right 15px bottom , right bottom }
bgpos495642 { background-position: right 15px top 15px , right 15px bottom , right bottom }
bgpos495643 { background-position: right 15px center , right 15px bottom , right bottom }
bgpos495644 { background-position: right center , right 15px bottom , right bottom }
bgpos495645 { background-position: 100px , right 15px bottom , right bottom }
bgpos495646 { background-position: 100px 10% , right 15px bottom , right bottom }
bgpos495647 { background-position: 100px 100px , right 15px bottom , right bottom }
bgpos495648 { background-position: 100px bottom , right 15px bottom , right bottom }
bgpos495649 { background-position: 100px center , right 15px bottom , right bottom }
bgpos495650 { background-position: 100px top , right 15px bottom , right bottom }
bgpos495651 { background-position: 50% , right 15px bottom , right bottom }
bgpos495652 { background-position: 50% 10% , right 15px bottom , right bottom }
bgpos495653 { background-position: 50% 100px , right 15px bottom , right bottom }
bgpos495654 { background-position: 50% bottom , right 15px bottom , right bottom }
bgpos495655 { background-position: 50% center , right 15px bottom , right bottom }
bgpos495656 { background-position: 50% top , right 15px bottom , right bottom }
bgpos495657 { background-position: bottom, right 15px bottom , right bottom }
bgpos495658 { background-position: center , right 15px bottom , right bottom }
bgpos495659 { background-position: center bottom , right 15px bottom , right bottom }
bgpos495660 { background-position: center bottom 15% , right 15px bottom , right bottom }
bgpos495661 { background-position: center bottom 15px , right 15px bottom , right bottom }
bgpos495662 { background-position: center top , right 15px bottom , right bottom }
bgpos495663 { background-position: center top 15% , right 15px bottom , right bottom }
bgpos495664 { background-position: center top 15px , right 15px bottom , right bottom }
bgpos495665 { background-position: center 10% , right 15px bottom , right bottom }
bgpos495666 { background-position: center 100px , right 15px bottom , right bottom }
bgpos495667 { background-position: center bottom , right 15px bottom , right bottom }
bgpos495668 { background-position: center center , right 15px bottom , right bottom }
bgpos495669 { background-position: center top , right 15px bottom , right bottom }
bgpos495670 { background-position: left , right 15px bottom , right bottom }
bgpos495671 { background-position: left 10% , right 15px bottom , right bottom }
bgpos495672 { background-position: left 100px , right 15px bottom , right bottom }
bgpos495673 { background-position: left bottom , right 15px bottom , right bottom }
bgpos495674 { background-position: left center , right 15px bottom , right bottom }
bgpos495675 { background-position: left top , right 15px bottom , right bottom }
bgpos495676 { background-position: right , right 15px bottom , right bottom }
bgpos495677 { background-position: right 10% , right 15px bottom , right bottom }
bgpos495678 { background-position: right 100px , right 15px bottom , right bottom }
bgpos495679 { background-position: right bottom , right 15px bottom , right bottom }
bgpos495680 { background-position: right center , right 15px bottom , right bottom }
bgpos495681 { background-position: right top , right 15px bottom , right bottom }
bgpos495682 { background-position: top , right 15px bottom , right bottom }
bgpos495683 { background-position: left bottom , right 15px bottom 15% , right bottom }
bgpos495684 { background-position: left bottom 15% , right 15px bottom 15% , right bottom }
bgpos495685 { background-position: left bottom 15px , right 15px bottom 15% , right bottom }
bgpos495686 { background-position: left top , right 15px bottom 15% , right bottom }
bgpos495687 { background-position: left top 15% , right 15px bottom 15% , right bottom }
bgpos495688 { background-position: left top 15px , right 15px bottom 15% , right bottom }
bgpos495689 { background-position: left 15% bottom , right 15px bottom 15% , right bottom }
bgpos495690 { background-position: left 15% bottom 15% , right 15px bottom 15% , right bottom }
bgpos495691 { background-position: left 15% bottom 15px , right 15px bottom 15% , right bottom }
bgpos495692 { background-position: left 15% top , right 15px bottom 15% , right bottom }
bgpos495693 { background-position: left 15% top 15% , right 15px bottom 15% , right bottom }
bgpos495694 { background-position: left 15% top 15px , right 15px bottom 15% , right bottom }
bgpos495695 { background-position: left 15% center , right 15px bottom 15% , right bottom }
bgpos495696 { background-position: left 15px bottom , right 15px bottom 15% , right bottom }
bgpos495697 { background-position: left 15px bottom 15% , right 15px bottom 15% , right bottom }
bgpos495698 { background-position: left 15px bottom 15px , right 15px bottom 15% , right bottom }
bgpos495699 { background-position: left 15px top , right 15px bottom 15% , right bottom }
bgpos495700 { background-position: left 15px top 15% , right 15px bottom 15% , right bottom }
bgpos495701 { background-position: left 15px top 15px , right 15px bottom 15% , right bottom }
bgpos495702 { background-position: left 15px center , right 15px bottom 15% , right bottom }
bgpos495703 { background-position: left center , right 15px bottom 15% , right bottom }
bgpos495704 { background-position: right bottom , right 15px bottom 15% , right bottom }
bgpos495705 { background-position: right bottom 15% , right 15px bottom 15% , right bottom }
bgpos495706 { background-position: right bottom 15px , right 15px bottom 15% , right bottom }
bgpos495707 { background-position: right top , right 15px bottom 15% , right bottom }
bgpos495708 { background-position: right top 15% , right 15px bottom 15% , right bottom }
bgpos495709 { background-position: right top 15px , right 15px bottom 15% , right bottom }
bgpos495710 { background-position: right 15% bottom , right 15px bottom 15% , right bottom }
bgpos495711 { background-position: right 15% bottom 15% , right 15px bottom 15% , right bottom }
bgpos495712 { background-position: right 15% bottom 15px , right 15px bottom 15% , right bottom }
bgpos495713 { background-position: right 15% top , right 15px bottom 15% , right bottom }
bgpos495714 { background-position: right 15% top 15% , right 15px bottom 15% , right bottom }
bgpos495715 { background-position: right 15% top 15px , right 15px bottom 15% , right bottom }
bgpos495716 { background-position: right 15% center , right 15px bottom 15% , right bottom }
bgpos495717 { background-position: right 15px bottom , right 15px bottom 15% , right bottom }
bgpos495718 { background-position: right 15px bottom 15% , right 15px bottom 15% , right bottom }
bgpos495719 { background-position: right 15px bottom 15px , right 15px bottom 15% , right bottom }
bgpos495720 { background-position: right 15px top , right 15px bottom 15% , right bottom }
bgpos495721 { background-position: right 15px top 15% , right 15px bottom 15% , right bottom }
bgpos495722 { background-position: right 15px top 15px , right 15px bottom 15% , right bottom }
bgpos495723 { background-position: right 15px center , right 15px bottom 15% , right bottom }
bgpos495724 { background-position: right center , right 15px bottom 15% , right bottom }
bgpos495725 { background-position: 100px , right 15px bottom 15% , right bottom }
bgpos495726 { background-position: 100px 10% , right 15px bottom 15% , right bottom }
bgpos495727 { background-position: 100px 100px , right 15px bottom 15% , right bottom }
bgpos495728 { background-position: 100px bottom , right 15px bottom 15% , right bottom }
bgpos495729 { background-position: 100px center , right 15px bottom 15% , right bottom }
bgpos495730 { background-position: 100px top , right 15px bottom 15% , right bottom }
bgpos495731 { background-position: 50% , right 15px bottom 15% , right bottom }
bgpos495732 { background-position: 50% 10% , right 15px bottom 15% , right bottom }
bgpos495733 { background-position: 50% 100px , right 15px bottom 15% , right bottom }
bgpos495734 { background-position: 50% bottom , right 15px bottom 15% , right bottom }
bgpos495735 { background-position: 50% center , right 15px bottom 15% , right bottom }
bgpos495736 { background-position: 50% top , right 15px bottom 15% , right bottom }
bgpos495737 { background-position: bottom, right 15px bottom 15% , right bottom }
bgpos495738 { background-position: center , right 15px bottom 15% , right bottom }
bgpos495739 { background-position: center bottom , right 15px bottom 15% , right bottom }
bgpos495740 { background-position: center bottom 15% , right 15px bottom 15% , right bottom }
bgpos495741 { background-position: center bottom 15px , right 15px bottom 15% , right bottom }
bgpos495742 { background-position: center top , right 15px bottom 15% , right bottom }
bgpos495743 { background-position: center top 15% , right 15px bottom 15% , right bottom }
bgpos495744 { background-position: center top 15px , right 15px bottom 15% , right bottom }
bgpos495745 { background-position: center 10% , right 15px bottom 15% , right bottom }
bgpos495746 { background-position: center 100px , right 15px bottom 15% , right bottom }
bgpos495747 { background-position: center bottom , right 15px bottom 15% , right bottom }
bgpos495748 { background-position: center center , right 15px bottom 15% , right bottom }
bgpos495749 { background-position: center top , right 15px bottom 15% , right bottom }
bgpos495750 { background-position: left , right 15px bottom 15% , right bottom }
bgpos495751 { background-position: left 10% , right 15px bottom 15% , right bottom }
bgpos495752 { background-position: left 100px , right 15px bottom 15% , right bottom }
bgpos495753 { background-position: left bottom , right 15px bottom 15% , right bottom }
bgpos495754 { background-position: left center , right 15px bottom 15% , right bottom }
bgpos495755 { background-position: left top , right 15px bottom 15% , right bottom }
bgpos495756 { background-position: right , right 15px bottom 15% , right bottom }
bgpos495757 { background-position: right 10% , right 15px bottom 15% , right bottom }
bgpos495758 { background-position: right 100px , right 15px bottom 15% , right bottom }
bgpos495759 { background-position: right bottom , right 15px bottom 15% , right bottom }
bgpos495760 { background-position: right center , right 15px bottom 15% , right bottom }
bgpos495761 { background-position: right top , right 15px bottom 15% , right bottom }
bgpos495762 { background-position: top , right 15px bottom 15% , right bottom }
bgpos495763 { background-position: left bottom , right 15px bottom 15px , right bottom }
bgpos495764 { background-position: left bottom 15% , right 15px bottom 15px , right bottom }
bgpos495765 { background-position: left bottom 15px , right 15px bottom 15px , right bottom }
bgpos495766 { background-position: left top , right 15px bottom 15px , right bottom }
bgpos495767 { background-position: left top 15% , right 15px bottom 15px , right bottom }
bgpos495768 { background-position: left top 15px , right 15px bottom 15px , right bottom }
bgpos495769 { background-position: left 15% bottom , right 15px bottom 15px , right bottom }
bgpos495770 { background-position: left 15% bottom 15% , right 15px bottom 15px , right bottom }
bgpos495771 { background-position: left 15% bottom 15px , right 15px bottom 15px , right bottom }
bgpos495772 { background-position: left 15% top , right 15px bottom 15px , right bottom }
bgpos495773 { background-position: left 15% top 15% , right 15px bottom 15px , right bottom }
bgpos495774 { background-position: left 15% top 15px , right 15px bottom 15px , right bottom }
bgpos495775 { background-position: left 15% center , right 15px bottom 15px , right bottom }
bgpos495776 { background-position: left 15px bottom , right 15px bottom 15px , right bottom }
bgpos495777 { background-position: left 15px bottom 15% , right 15px bottom 15px , right bottom }
bgpos495778 { background-position: left 15px bottom 15px , right 15px bottom 15px , right bottom }
bgpos495779 { background-position: left 15px top , right 15px bottom 15px , right bottom }
bgpos495780 { background-position: left 15px top 15% , right 15px bottom 15px , right bottom }
bgpos495781 { background-position: left 15px top 15px , right 15px bottom 15px , right bottom }
bgpos495782 { background-position: left 15px center , right 15px bottom 15px , right bottom }
bgpos495783 { background-position: left center , right 15px bottom 15px , right bottom }
bgpos495784 { background-position: right bottom , right 15px bottom 15px , right bottom }
bgpos495785 { background-position: right bottom 15% , right 15px bottom 15px , right bottom }
bgpos495786 { background-position: right bottom 15px , right 15px bottom 15px , right bottom }
bgpos495787 { background-position: right top , right 15px bottom 15px , right bottom }
bgpos495788 { background-position: right top 15% , right 15px bottom 15px , right bottom }
bgpos495789 { background-position: right top 15px , right 15px bottom 15px , right bottom }
bgpos495790 { background-position: right 15% bottom , right 15px bottom 15px , right bottom }
bgpos495791 { background-position: right 15% bottom 15% , right 15px bottom 15px , right bottom }
bgpos495792 { background-position: right 15% bottom 15px , right 15px bottom 15px , right bottom }
bgpos495793 { background-position: right 15% top , right 15px bottom 15px , right bottom }
bgpos495794 { background-position: right 15% top 15% , right 15px bottom 15px , right bottom }
bgpos495795 { background-position: right 15% top 15px , right 15px bottom 15px , right bottom }
bgpos495796 { background-position: right 15% center , right 15px bottom 15px , right bottom }
bgpos495797 { background-position: right 15px bottom , right 15px bottom 15px , right bottom }
bgpos495798 { background-position: right 15px bottom 15% , right 15px bottom 15px , right bottom }
bgpos495799 { background-position: right 15px bottom 15px , right 15px bottom 15px , right bottom }
bgpos495800 { background-position: right 15px top , right 15px bottom 15px , right bottom }
bgpos495801 { background-position: right 15px top 15% , right 15px bottom 15px , right bottom }
bgpos495802 { background-position: right 15px top 15px , right 15px bottom 15px , right bottom }
bgpos495803 { background-position: right 15px center , right 15px bottom 15px , right bottom }
bgpos495804 { background-position: right center , right 15px bottom 15px , right bottom }
bgpos495805 { background-position: 100px , right 15px bottom 15px , right bottom }
bgpos495806 { background-position: 100px 10% , right 15px bottom 15px , right bottom }
bgpos495807 { background-position: 100px 100px , right 15px bottom 15px , right bottom }
bgpos495808 { background-position: 100px bottom , right 15px bottom 15px , right bottom }
bgpos495809 { background-position: 100px center , right 15px bottom 15px , right bottom }
bgpos495810 { background-position: 100px top , right 15px bottom 15px , right bottom }
bgpos495811 { background-position: 50% , right 15px bottom 15px , right bottom }
bgpos495812 { background-position: 50% 10% , right 15px bottom 15px , right bottom }
bgpos495813 { background-position: 50% 100px , right 15px bottom 15px , right bottom }
bgpos495814 { background-position: 50% bottom , right 15px bottom 15px , right bottom }
bgpos495815 { background-position: 50% center , right 15px bottom 15px , right bottom }
bgpos495816 { background-position: 50% top , right 15px bottom 15px , right bottom }
bgpos495817 { background-position: bottom, right 15px bottom 15px , right bottom }
bgpos495818 { background-position: center , right 15px bottom 15px , right bottom }
bgpos495819 { background-position: center bottom , right 15px bottom 15px , right bottom }
bgpos495820 { background-position: center bottom 15% , right 15px bottom 15px , right bottom }
bgpos495821 { background-position: center bottom 15px , right 15px bottom 15px , right bottom }
bgpos495822 { background-position: center top , right 15px bottom 15px , right bottom }
bgpos495823 { background-position: center top 15% , right 15px bottom 15px , right bottom }
bgpos495824 { background-position: center top 15px , right 15px bottom 15px , right bottom }
bgpos495825 { background-position: center 10% , right 15px bottom 15px , right bottom }
bgpos495826 { background-position: center 100px , right 15px bottom 15px , right bottom }
bgpos495827 { background-position: center bottom , right 15px bottom 15px , right bottom }
bgpos495828 { background-position: center center , right 15px bottom 15px , right bottom }
bgpos495829 { background-position: center top , right 15px bottom 15px , right bottom }
bgpos495830 { background-position: left , right 15px bottom 15px , right bottom }
bgpos495831 { background-position: left 10% , right 15px bottom 15px , right bottom }
bgpos495832 { background-position: left 100px , right 15px bottom 15px , right bottom }
bgpos495833 { background-position: left bottom , right 15px bottom 15px , right bottom }
bgpos495834 { background-position: left center , right 15px bottom 15px , right bottom }
bgpos495835 { background-position: left top , right 15px bottom 15px , right bottom }
bgpos495836 { background-position: right , right 15px bottom 15px , right bottom }
bgpos495837 { background-position: right 10% , right 15px bottom 15px , right bottom }
bgpos495838 { background-position: right 100px , right 15px bottom 15px , right bottom }
bgpos495839 { background-position: right bottom , right 15px bottom 15px , right bottom }
bgpos495840 { background-position: right center , right 15px bottom 15px , right bottom }
bgpos495841 { background-position: right top , right 15px bottom 15px , right bottom }
bgpos495842 { background-position: top , right 15px bottom 15px , right bottom }
bgpos495843 { background-position: left bottom , right 15px top , right bottom }
bgpos495844 { background-position: left bottom 15% , right 15px top , right bottom }
bgpos495845 { background-position: left bottom 15px , right 15px top , right bottom }
bgpos495846 { background-position: left top , right 15px top , right bottom }
bgpos495847 { background-position: left top 15% , right 15px top , right bottom }
bgpos495848 { background-position: left top 15px , right 15px top , right bottom }
bgpos495849 { background-position: left 15% bottom , right 15px top , right bottom }
bgpos495850 { background-position: left 15% bottom 15% , right 15px top , right bottom }
bgpos495851 { background-position: left 15% bottom 15px , right 15px top , right bottom }
bgpos495852 { background-position: left 15% top , right 15px top , right bottom }
bgpos495853 { background-position: left 15% top 15% , right 15px top , right bottom }
bgpos495854 { background-position: left 15% top 15px , right 15px top , right bottom }
bgpos495855 { background-position: left 15% center , right 15px top , right bottom }
bgpos495856 { background-position: left 15px bottom , right 15px top , right bottom }
bgpos495857 { background-position: left 15px bottom 15% , right 15px top , right bottom }
bgpos495858 { background-position: left 15px bottom 15px , right 15px top , right bottom }
bgpos495859 { background-position: left 15px top , right 15px top , right bottom }
bgpos495860 { background-position: left 15px top 15% , right 15px top , right bottom }
bgpos495861 { background-position: left 15px top 15px , right 15px top , right bottom }
bgpos495862 { background-position: left 15px center , right 15px top , right bottom }
bgpos495863 { background-position: left center , right 15px top , right bottom }
bgpos495864 { background-position: right bottom , right 15px top , right bottom }
bgpos495865 { background-position: right bottom 15% , right 15px top , right bottom }
bgpos495866 { background-position: right bottom 15px , right 15px top , right bottom }
bgpos495867 { background-position: right top , right 15px top , right bottom }
bgpos495868 { background-position: right top 15% , right 15px top , right bottom }
bgpos495869 { background-position: right top 15px , right 15px top , right bottom }
bgpos495870 { background-position: right 15% bottom , right 15px top , right bottom }
bgpos495871 { background-position: right 15% bottom 15% , right 15px top , right bottom }
bgpos495872 { background-position: right 15% bottom 15px , right 15px top , right bottom }
bgpos495873 { background-position: right 15% top , right 15px top , right bottom }
bgpos495874 { background-position: right 15% top 15% , right 15px top , right bottom }
bgpos495875 { background-position: right 15% top 15px , right 15px top , right bottom }
bgpos495876 { background-position: right 15% center , right 15px top , right bottom }
bgpos495877 { background-position: right 15px bottom , right 15px top , right bottom }
bgpos495878 { background-position: right 15px bottom 15% , right 15px top , right bottom }
bgpos495879 { background-position: right 15px bottom 15px , right 15px top , right bottom }
bgpos495880 { background-position: right 15px top , right 15px top , right bottom }
bgpos495881 { background-position: right 15px top 15% , right 15px top , right bottom }
bgpos495882 { background-position: right 15px top 15px , right 15px top , right bottom }
bgpos495883 { background-position: right 15px center , right 15px top , right bottom }
bgpos495884 { background-position: right center , right 15px top , right bottom }
bgpos495885 { background-position: 100px , right 15px top , right bottom }
bgpos495886 { background-position: 100px 10% , right 15px top , right bottom }
bgpos495887 { background-position: 100px 100px , right 15px top , right bottom }
bgpos495888 { background-position: 100px bottom , right 15px top , right bottom }
bgpos495889 { background-position: 100px center , right 15px top , right bottom }
bgpos495890 { background-position: 100px top , right 15px top , right bottom }
bgpos495891 { background-position: 50% , right 15px top , right bottom }
bgpos495892 { background-position: 50% 10% , right 15px top , right bottom }
bgpos495893 { background-position: 50% 100px , right 15px top , right bottom }
bgpos495894 { background-position: 50% bottom , right 15px top , right bottom }
bgpos495895 { background-position: 50% center , right 15px top , right bottom }
bgpos495896 { background-position: 50% top , right 15px top , right bottom }
bgpos495897 { background-position: bottom, right 15px top , right bottom }
bgpos495898 { background-position: center , right 15px top , right bottom }
bgpos495899 { background-position: center bottom , right 15px top , right bottom }
bgpos495900 { background-position: center bottom 15% , right 15px top , right bottom }
bgpos495901 { background-position: center bottom 15px , right 15px top , right bottom }
bgpos495902 { background-position: center top , right 15px top , right bottom }
bgpos495903 { background-position: center top 15% , right 15px top , right bottom }
bgpos495904 { background-position: center top 15px , right 15px top , right bottom }
bgpos495905 { background-position: center 10% , right 15px top , right bottom }
bgpos495906 { background-position: center 100px , right 15px top , right bottom }
bgpos495907 { background-position: center bottom , right 15px top , right bottom }
bgpos495908 { background-position: center center , right 15px top , right bottom }
bgpos495909 { background-position: center top , right 15px top , right bottom }
bgpos495910 { background-position: left , right 15px top , right bottom }
bgpos495911 { background-position: left 10% , right 15px top , right bottom }
bgpos495912 { background-position: left 100px , right 15px top , right bottom }
bgpos495913 { background-position: left bottom , right 15px top , right bottom }
bgpos495914 { background-position: left center , right 15px top , right bottom }
bgpos495915 { background-position: left top , right 15px top , right bottom }
bgpos495916 { background-position: right , right 15px top , right bottom }
bgpos495917 { background-position: right 10% , right 15px top , right bottom }
bgpos495918 { background-position: right 100px , right 15px top , right bottom }
bgpos495919 { background-position: right bottom , right 15px top , right bottom }
bgpos495920 { background-position: right center , right 15px top , right bottom }
bgpos495921 { background-position: right top , right 15px top , right bottom }
bgpos495922 { background-position: top , right 15px top , right bottom }
bgpos495923 { background-position: left bottom , right 15px top 15% , right bottom }
bgpos495924 { background-position: left bottom 15% , right 15px top 15% , right bottom }
bgpos495925 { background-position: left bottom 15px , right 15px top 15% , right bottom }
bgpos495926 { background-position: left top , right 15px top 15% , right bottom }
bgpos495927 { background-position: left top 15% , right 15px top 15% , right bottom }
bgpos495928 { background-position: left top 15px , right 15px top 15% , right bottom }
bgpos495929 { background-position: left 15% bottom , right 15px top 15% , right bottom }
bgpos495930 { background-position: left 15% bottom 15% , right 15px top 15% , right bottom }
bgpos495931 { background-position: left 15% bottom 15px , right 15px top 15% , right bottom }
bgpos495932 { background-position: left 15% top , right 15px top 15% , right bottom }
bgpos495933 { background-position: left 15% top 15% , right 15px top 15% , right bottom }
bgpos495934 { background-position: left 15% top 15px , right 15px top 15% , right bottom }
bgpos495935 { background-position: left 15% center , right 15px top 15% , right bottom }
bgpos495936 { background-position: left 15px bottom , right 15px top 15% , right bottom }
bgpos495937 { background-position: left 15px bottom 15% , right 15px top 15% , right bottom }
bgpos495938 { background-position: left 15px bottom 15px , right 15px top 15% , right bottom }
bgpos495939 { background-position: left 15px top , right 15px top 15% , right bottom }
bgpos495940 { background-position: left 15px top 15% , right 15px top 15% , right bottom }
bgpos495941 { background-position: left 15px top 15px , right 15px top 15% , right bottom }
bgpos495942 { background-position: left 15px center , right 15px top 15% , right bottom }
bgpos495943 { background-position: left center , right 15px top 15% , right bottom }
bgpos495944 { background-position: right bottom , right 15px top 15% , right bottom }
bgpos495945 { background-position: right bottom 15% , right 15px top 15% , right bottom }
bgpos495946 { background-position: right bottom 15px , right 15px top 15% , right bottom }
bgpos495947 { background-position: right top , right 15px top 15% , right bottom }
bgpos495948 { background-position: right top 15% , right 15px top 15% , right bottom }
bgpos495949 { background-position: right top 15px , right 15px top 15% , right bottom }
bgpos495950 { background-position: right 15% bottom , right 15px top 15% , right bottom }
bgpos495951 { background-position: right 15% bottom 15% , right 15px top 15% , right bottom }
bgpos495952 { background-position: right 15% bottom 15px , right 15px top 15% , right bottom }
bgpos495953 { background-position: right 15% top , right 15px top 15% , right bottom }
bgpos495954 { background-position: right 15% top 15% , right 15px top 15% , right bottom }
bgpos495955 { background-position: right 15% top 15px , right 15px top 15% , right bottom }
bgpos495956 { background-position: right 15% center , right 15px top 15% , right bottom }
bgpos495957 { background-position: right 15px bottom , right 15px top 15% , right bottom }
bgpos495958 { background-position: right 15px bottom 15% , right 15px top 15% , right bottom }
bgpos495959 { background-position: right 15px bottom 15px , right 15px top 15% , right bottom }
bgpos495960 { background-position: right 15px top , right 15px top 15% , right bottom }
bgpos495961 { background-position: right 15px top 15% , right 15px top 15% , right bottom }
bgpos495962 { background-position: right 15px top 15px , right 15px top 15% , right bottom }
bgpos495963 { background-position: right 15px center , right 15px top 15% , right bottom }
bgpos495964 { background-position: right center , right 15px top 15% , right bottom }
bgpos495965 { background-position: 100px , right 15px top 15% , right bottom }
bgpos495966 { background-position: 100px 10% , right 15px top 15% , right bottom }
bgpos495967 { background-position: 100px 100px , right 15px top 15% , right bottom }
bgpos495968 { background-position: 100px bottom , right 15px top 15% , right bottom }
bgpos495969 { background-position: 100px center , right 15px top 15% , right bottom }
bgpos495970 { background-position: 100px top , right 15px top 15% , right bottom }
bgpos495971 { background-position: 50% , right 15px top 15% , right bottom }
bgpos495972 { background-position: 50% 10% , right 15px top 15% , right bottom }
bgpos495973 { background-position: 50% 100px , right 15px top 15% , right bottom }
bgpos495974 { background-position: 50% bottom , right 15px top 15% , right bottom }
bgpos495975 { background-position: 50% center , right 15px top 15% , right bottom }
bgpos495976 { background-position: 50% top , right 15px top 15% , right bottom }
bgpos495977 { background-position: bottom, right 15px top 15% , right bottom }
bgpos495978 { background-position: center , right 15px top 15% , right bottom }
bgpos495979 { background-position: center bottom , right 15px top 15% , right bottom }
bgpos495980 { background-position: center bottom 15% , right 15px top 15% , right bottom }
bgpos495981 { background-position: center bottom 15px , right 15px top 15% , right bottom }
bgpos495982 { background-position: center top , right 15px top 15% , right bottom }
bgpos495983 { background-position: center top 15% , right 15px top 15% , right bottom }
bgpos495984 { background-position: center top 15px , right 15px top 15% , right bottom }
bgpos495985 { background-position: center 10% , right 15px top 15% , right bottom }
bgpos495986 { background-position: center 100px , right 15px top 15% , right bottom }
bgpos495987 { background-position: center bottom , right 15px top 15% , right bottom }
bgpos495988 { background-position: center center , right 15px top 15% , right bottom }
bgpos495989 { background-position: center top , right 15px top 15% , right bottom }
bgpos495990 { background-position: left , right 15px top 15% , right bottom }
bgpos495991 { background-position: left 10% , right 15px top 15% , right bottom }
bgpos495992 { background-position: left 100px , right 15px top 15% , right bottom }
bgpos495993 { background-position: left bottom , right 15px top 15% , right bottom }
bgpos495994 { background-position: left center , right 15px top 15% , right bottom }
bgpos495995 { background-position: left top , right 15px top 15% , right bottom }
bgpos495996 { background-position: right , right 15px top 15% , right bottom }
bgpos495997 { background-position: right 10% , right 15px top 15% , right bottom }
bgpos495998 { background-position: right 100px , right 15px top 15% , right bottom }
bgpos495999 { background-position: right bottom , right 15px top 15% , right bottom }
bgpos496000 { background-position: right center , right 15px top 15% , right bottom }
bgpos496001 { background-position: right top , right 15px top 15% , right bottom }
bgpos496002 { background-position: top , right 15px top 15% , right bottom }
bgpos496003 { background-position: left bottom , right 15px top 15px , right bottom }
bgpos496004 { background-position: left bottom 15% , right 15px top 15px , right bottom }
bgpos496005 { background-position: left bottom 15px , right 15px top 15px , right bottom }
bgpos496006 { background-position: left top , right 15px top 15px , right bottom }
bgpos496007 { background-position: left top 15% , right 15px top 15px , right bottom }
bgpos496008 { background-position: left top 15px , right 15px top 15px , right bottom }
bgpos496009 { background-position: left 15% bottom , right 15px top 15px , right bottom }
bgpos496010 { background-position: left 15% bottom 15% , right 15px top 15px , right bottom }
bgpos496011 { background-position: left 15% bottom 15px , right 15px top 15px , right bottom }
bgpos496012 { background-position: left 15% top , right 15px top 15px , right bottom }
bgpos496013 { background-position: left 15% top 15% , right 15px top 15px , right bottom }
bgpos496014 { background-position: left 15% top 15px , right 15px top 15px , right bottom }
bgpos496015 { background-position: left 15% center , right 15px top 15px , right bottom }
bgpos496016 { background-position: left 15px bottom , right 15px top 15px , right bottom }
bgpos496017 { background-position: left 15px bottom 15% , right 15px top 15px , right bottom }
bgpos496018 { background-position: left 15px bottom 15px , right 15px top 15px , right bottom }
bgpos496019 { background-position: left 15px top , right 15px top 15px , right bottom }
bgpos496020 { background-position: left 15px top 15% , right 15px top 15px , right bottom }
bgpos496021 { background-position: left 15px top 15px , right 15px top 15px , right bottom }
bgpos496022 { background-position: left 15px center , right 15px top 15px , right bottom }
bgpos496023 { background-position: left center , right 15px top 15px , right bottom }
bgpos496024 { background-position: right bottom , right 15px top 15px , right bottom }
bgpos496025 { background-position: right bottom 15% , right 15px top 15px , right bottom }
bgpos496026 { background-position: right bottom 15px , right 15px top 15px , right bottom }
bgpos496027 { background-position: right top , right 15px top 15px , right bottom }
bgpos496028 { background-position: right top 15% , right 15px top 15px , right bottom }
bgpos496029 { background-position: right top 15px , right 15px top 15px , right bottom }
bgpos496030 { background-position: right 15% bottom , right 15px top 15px , right bottom }
bgpos496031 { background-position: right 15% bottom 15% , right 15px top 15px , right bottom }
bgpos496032 { background-position: right 15% bottom 15px , right 15px top 15px , right bottom }
bgpos496033 { background-position: right 15% top , right 15px top 15px , right bottom }
bgpos496034 { background-position: right 15% top 15% , right 15px top 15px , right bottom }
bgpos496035 { background-position: right 15% top 15px , right 15px top 15px , right bottom }
bgpos496036 { background-position: right 15% center , right 15px top 15px , right bottom }
bgpos496037 { background-position: right 15px bottom , right 15px top 15px , right bottom }
bgpos496038 { background-position: right 15px bottom 15% , right 15px top 15px , right bottom }
bgpos496039 { background-position: right 15px bottom 15px , right 15px top 15px , right bottom }
bgpos496040 { background-position: right 15px top , right 15px top 15px , right bottom }
bgpos496041 { background-position: right 15px top 15% , right 15px top 15px , right bottom }
bgpos496042 { background-position: right 15px top 15px , right 15px top 15px , right bottom }
bgpos496043 { background-position: right 15px center , right 15px top 15px , right bottom }
bgpos496044 { background-position: right center , right 15px top 15px , right bottom }
bgpos496045 { background-position: 100px , right 15px top 15px , right bottom }
bgpos496046 { background-position: 100px 10% , right 15px top 15px , right bottom }
bgpos496047 { background-position: 100px 100px , right 15px top 15px , right bottom }
bgpos496048 { background-position: 100px bottom , right 15px top 15px , right bottom }
bgpos496049 { background-position: 100px center , right 15px top 15px , right bottom }
bgpos496050 { background-position: 100px top , right 15px top 15px , right bottom }
bgpos496051 { background-position: 50% , right 15px top 15px , right bottom }
bgpos496052 { background-position: 50% 10% , right 15px top 15px , right bottom }
bgpos496053 { background-position: 50% 100px , right 15px top 15px , right bottom }
bgpos496054 { background-position: 50% bottom , right 15px top 15px , right bottom }
bgpos496055 { background-position: 50% center , right 15px top 15px , right bottom }
bgpos496056 { background-position: 50% top , right 15px top 15px , right bottom }
bgpos496057 { background-position: bottom, right 15px top 15px , right bottom }
bgpos496058 { background-position: center , right 15px top 15px , right bottom }
bgpos496059 { background-position: center bottom , right 15px top 15px , right bottom }
bgpos496060 { background-position: center bottom 15% , right 15px top 15px , right bottom }
bgpos496061 { background-position: center bottom 15px , right 15px top 15px , right bottom }
bgpos496062 { background-position: center top , right 15px top 15px , right bottom }
bgpos496063 { background-position: center top 15% , right 15px top 15px , right bottom }
bgpos496064 { background-position: center top 15px , right 15px top 15px , right bottom }
bgpos496065 { background-position: center 10% , right 15px top 15px , right bottom }
bgpos496066 { background-position: center 100px , right 15px top 15px , right bottom }
bgpos496067 { background-position: center bottom , right 15px top 15px , right bottom }
bgpos496068 { background-position: center center , right 15px top 15px , right bottom }
bgpos496069 { background-position: center top , right 15px top 15px , right bottom }
bgpos496070 { background-position: left , right 15px top 15px , right bottom }
bgpos496071 { background-position: left 10% , right 15px top 15px , right bottom }
bgpos496072 { background-position: left 100px , right 15px top 15px , right bottom }
bgpos496073 { background-position: left bottom , right 15px top 15px , right bottom }
bgpos496074 { background-position: left center , right 15px top 15px , right bottom }
bgpos496075 { background-position: left top , right 15px top 15px , right bottom }
bgpos496076 { background-position: right , right 15px top 15px , right bottom }
bgpos496077 { background-position: right 10% , right 15px top 15px , right bottom }
bgpos496078 { background-position: right 100px , right 15px top 15px , right bottom }
bgpos496079 { background-position: right bottom , right 15px top 15px , right bottom }
bgpos496080 { background-position: right center , right 15px top 15px , right bottom }
bgpos496081 { background-position: right top , right 15px top 15px , right bottom }
bgpos496082 { background-position: top , right 15px top 15px , right bottom }
bgpos496083 { background-position: left bottom , right 15px center , right bottom }
bgpos496084 { background-position: left bottom 15% , right 15px center , right bottom }
bgpos496085 { background-position: left bottom 15px , right 15px center , right bottom }
bgpos496086 { background-position: left top , right 15px center , right bottom }
bgpos496087 { background-position: left top 15% , right 15px center , right bottom }
bgpos496088 { background-position: left top 15px , right 15px center , right bottom }
bgpos496089 { background-position: left 15% bottom , right 15px center , right bottom }
bgpos496090 { background-position: left 15% bottom 15% , right 15px center , right bottom }
bgpos496091 { background-position: left 15% bottom 15px , right 15px center , right bottom }
bgpos496092 { background-position: left 15% top , right 15px center , right bottom }
bgpos496093 { background-position: left 15% top 15% , right 15px center , right bottom }
bgpos496094 { background-position: left 15% top 15px , right 15px center , right bottom }
bgpos496095 { background-position: left 15% center , right 15px center , right bottom }
bgpos496096 { background-position: left 15px bottom , right 15px center , right bottom }
bgpos496097 { background-position: left 15px bottom 15% , right 15px center , right bottom }
bgpos496098 { background-position: left 15px bottom 15px , right 15px center , right bottom }
bgpos496099 { background-position: left 15px top , right 15px center , right bottom }
bgpos496100 { background-position: left 15px top 15% , right 15px center , right bottom }
bgpos496101 { background-position: left 15px top 15px , right 15px center , right bottom }
bgpos496102 { background-position: left 15px center , right 15px center , right bottom }
bgpos496103 { background-position: left center , right 15px center , right bottom }
bgpos496104 { background-position: right bottom , right 15px center , right bottom }
bgpos496105 { background-position: right bottom 15% , right 15px center , right bottom }
bgpos496106 { background-position: right bottom 15px , right 15px center , right bottom }
bgpos496107 { background-position: right top , right 15px center , right bottom }
bgpos496108 { background-position: right top 15% , right 15px center , right bottom }
bgpos496109 { background-position: right top 15px , right 15px center , right bottom }
bgpos496110 { background-position: right 15% bottom , right 15px center , right bottom }
bgpos496111 { background-position: right 15% bottom 15% , right 15px center , right bottom }
bgpos496112 { background-position: right 15% bottom 15px , right 15px center , right bottom }
bgpos496113 { background-position: right 15% top , right 15px center , right bottom }
bgpos496114 { background-position: right 15% top 15% , right 15px center , right bottom }
bgpos496115 { background-position: right 15% top 15px , right 15px center , right bottom }
bgpos496116 { background-position: right 15% center , right 15px center , right bottom }
bgpos496117 { background-position: right 15px bottom , right 15px center , right bottom }
bgpos496118 { background-position: right 15px bottom 15% , right 15px center , right bottom }
bgpos496119 { background-position: right 15px bottom 15px , right 15px center , right bottom }
bgpos496120 { background-position: right 15px top , right 15px center , right bottom }
bgpos496121 { background-position: right 15px top 15% , right 15px center , right bottom }
bgpos496122 { background-position: right 15px top 15px , right 15px center , right bottom }
bgpos496123 { background-position: right 15px center , right 15px center , right bottom }
bgpos496124 { background-position: right center , right 15px center , right bottom }
bgpos496125 { background-position: 100px , right 15px center , right bottom }
bgpos496126 { background-position: 100px 10% , right 15px center , right bottom }
bgpos496127 { background-position: 100px 100px , right 15px center , right bottom }
bgpos496128 { background-position: 100px bottom , right 15px center , right bottom }
bgpos496129 { background-position: 100px center , right 15px center , right bottom }
bgpos496130 { background-position: 100px top , right 15px center , right bottom }
bgpos496131 { background-position: 50% , right 15px center , right bottom }
bgpos496132 { background-position: 50% 10% , right 15px center , right bottom }
bgpos496133 { background-position: 50% 100px , right 15px center , right bottom }
bgpos496134 { background-position: 50% bottom , right 15px center , right bottom }
bgpos496135 { background-position: 50% center , right 15px center , right bottom }
bgpos496136 { background-position: 50% top , right 15px center , right bottom }
bgpos496137 { background-position: bottom, right 15px center , right bottom }
bgpos496138 { background-position: center , right 15px center , right bottom }
bgpos496139 { background-position: center bottom , right 15px center , right bottom }
bgpos496140 { background-position: center bottom 15% , right 15px center , right bottom }
bgpos496141 { background-position: center bottom 15px , right 15px center , right bottom }
bgpos496142 { background-position: center top , right 15px center , right bottom }
bgpos496143 { background-position: center top 15% , right 15px center , right bottom }
bgpos496144 { background-position: center top 15px , right 15px center , right bottom }
bgpos496145 { background-position: center 10% , right 15px center , right bottom }
bgpos496146 { background-position: center 100px , right 15px center , right bottom }
bgpos496147 { background-position: center bottom , right 15px center , right bottom }
bgpos496148 { background-position: center center , right 15px center , right bottom }
bgpos496149 { background-position: center top , right 15px center , right bottom }
bgpos496150 { background-position: left , right 15px center , right bottom }
bgpos496151 { background-position: left 10% , right 15px center , right bottom }
bgpos496152 { background-position: left 100px , right 15px center , right bottom }
bgpos496153 { background-position: left bottom , right 15px center , right bottom }
bgpos496154 { background-position: left center , right 15px center , right bottom }
bgpos496155 { background-position: left top , right 15px center , right bottom }
bgpos496156 { background-position: right , right 15px center , right bottom }
bgpos496157 { background-position: right 10% , right 15px center , right bottom }
bgpos496158 { background-position: right 100px , right 15px center , right bottom }
bgpos496159 { background-position: right bottom , right 15px center , right bottom }
bgpos496160 { background-position: right center , right 15px center , right bottom }
bgpos496161 { background-position: right top , right 15px center , right bottom }
bgpos496162 { background-position: top , right 15px center , right bottom }
bgpos496163 { background-position: left bottom , right center , right bottom }
bgpos496164 { background-position: left bottom 15% , right center , right bottom }
bgpos496165 { background-position: left bottom 15px , right center , right bottom }
bgpos496166 { background-position: left top , right center , right bottom }
bgpos496167 { background-position: left top 15% , right center , right bottom }
bgpos496168 { background-position: left top 15px , right center , right bottom }
bgpos496169 { background-position: left 15% bottom , right center , right bottom }
bgpos496170 { background-position: left 15% bottom 15% , right center , right bottom }
bgpos496171 { background-position: left 15% bottom 15px , right center , right bottom }
bgpos496172 { background-position: left 15% top , right center , right bottom }
bgpos496173 { background-position: left 15% top 15% , right center , right bottom }
bgpos496174 { background-position: left 15% top 15px , right center , right bottom }
bgpos496175 { background-position: left 15% center , right center , right bottom }
bgpos496176 { background-position: left 15px bottom , right center , right bottom }
bgpos496177 { background-position: left 15px bottom 15% , right center , right bottom }
bgpos496178 { background-position: left 15px bottom 15px , right center , right bottom }
bgpos496179 { background-position: left 15px top , right center , right bottom }
bgpos496180 { background-position: left 15px top 15% , right center , right bottom }
bgpos496181 { background-position: left 15px top 15px , right center , right bottom }
bgpos496182 { background-position: left 15px center , right center , right bottom }
bgpos496183 { background-position: left center , right center , right bottom }
bgpos496184 { background-position: right bottom , right center , right bottom }
bgpos496185 { background-position: right bottom 15% , right center , right bottom }
bgpos496186 { background-position: right bottom 15px , right center , right bottom }
bgpos496187 { background-position: right top , right center , right bottom }
bgpos496188 { background-position: right top 15% , right center , right bottom }
bgpos496189 { background-position: right top 15px , right center , right bottom }
bgpos496190 { background-position: right 15% bottom , right center , right bottom }
bgpos496191 { background-position: right 15% bottom 15% , right center , right bottom }
bgpos496192 { background-position: right 15% bottom 15px , right center , right bottom }
bgpos496193 { background-position: right 15% top , right center , right bottom }
bgpos496194 { background-position: right 15% top 15% , right center , right bottom }
bgpos496195 { background-position: right 15% top 15px , right center , right bottom }
bgpos496196 { background-position: right 15% center , right center , right bottom }
bgpos496197 { background-position: right 15px bottom , right center , right bottom }
bgpos496198 { background-position: right 15px bottom 15% , right center , right bottom }
bgpos496199 { background-position: right 15px bottom 15px , right center , right bottom }
bgpos496200 { background-position: right 15px top , right center , right bottom }
bgpos496201 { background-position: right 15px top 15% , right center , right bottom }
bgpos496202 { background-position: right 15px top 15px , right center , right bottom }
bgpos496203 { background-position: right 15px center , right center , right bottom }
bgpos496204 { background-position: right center , right center , right bottom }
bgpos496205 { background-position: 100px , right center , right bottom }
bgpos496206 { background-position: 100px 10% , right center , right bottom }
bgpos496207 { background-position: 100px 100px , right center , right bottom }
bgpos496208 { background-position: 100px bottom , right center , right bottom }
bgpos496209 { background-position: 100px center , right center , right bottom }
bgpos496210 { background-position: 100px top , right center , right bottom }
bgpos496211 { background-position: 50% , right center , right bottom }
bgpos496212 { background-position: 50% 10% , right center , right bottom }
bgpos496213 { background-position: 50% 100px , right center , right bottom }
bgpos496214 { background-position: 50% bottom , right center , right bottom }
bgpos496215 { background-position: 50% center , right center , right bottom }
bgpos496216 { background-position: 50% top , right center , right bottom }
bgpos496217 { background-position: bottom, right center , right bottom }
bgpos496218 { background-position: center , right center , right bottom }
bgpos496219 { background-position: center bottom , right center , right bottom }
bgpos496220 { background-position: center bottom 15% , right center , right bottom }
bgpos496221 { background-position: center bottom 15px , right center , right bottom }
bgpos496222 { background-position: center top , right center , right bottom }
bgpos496223 { background-position: center top 15% , right center , right bottom }
bgpos496224 { background-position: center top 15px , right center , right bottom }
bgpos496225 { background-position: center 10% , right center , right bottom }
bgpos496226 { background-position: center 100px , right center , right bottom }
bgpos496227 { background-position: center bottom , right center , right bottom }
bgpos496228 { background-position: center center , right center , right bottom }
bgpos496229 { background-position: center top , right center , right bottom }
bgpos496230 { background-position: left , right center , right bottom }
bgpos496231 { background-position: left 10% , right center , right bottom }
bgpos496232 { background-position: left 100px , right center , right bottom }
bgpos496233 { background-position: left bottom , right center , right bottom }
bgpos496234 { background-position: left center , right center , right bottom }
bgpos496235 { background-position: left top , right center , right bottom }
bgpos496236 { background-position: right , right center , right bottom }
bgpos496237 { background-position: right 10% , right center , right bottom }
bgpos496238 { background-position: right 100px , right center , right bottom }
bgpos496239 { background-position: right bottom , right center , right bottom }
bgpos496240 { background-position: right center , right center , right bottom }
bgpos496241 { background-position: right top , right center , right bottom }
bgpos496242 { background-position: top , right center , right bottom }
bgpos496243 { background-position: left bottom , 100px , right bottom }
bgpos496244 { background-position: left bottom 15% , 100px , right bottom }
bgpos496245 { background-position: left bottom 15px , 100px , right bottom }
bgpos496246 { background-position: left top , 100px , right bottom }
bgpos496247 { background-position: left top 15% , 100px , right bottom }
bgpos496248 { background-position: left top 15px , 100px , right bottom }
bgpos496249 { background-position: left 15% bottom , 100px , right bottom }
bgpos496250 { background-position: left 15% bottom 15% , 100px , right bottom }
bgpos496251 { background-position: left 15% bottom 15px , 100px , right bottom }
bgpos496252 { background-position: left 15% top , 100px , right bottom }
bgpos496253 { background-position: left 15% top 15% , 100px , right bottom }
bgpos496254 { background-position: left 15% top 15px , 100px , right bottom }
bgpos496255 { background-position: left 15% center , 100px , right bottom }
bgpos496256 { background-position: left 15px bottom , 100px , right bottom }
bgpos496257 { background-position: left 15px bottom 15% , 100px , right bottom }
bgpos496258 { background-position: left 15px bottom 15px , 100px , right bottom }
bgpos496259 { background-position: left 15px top , 100px , right bottom }
bgpos496260 { background-position: left 15px top 15% , 100px , right bottom }
bgpos496261 { background-position: left 15px top 15px , 100px , right bottom }
bgpos496262 { background-position: left 15px center , 100px , right bottom }
bgpos496263 { background-position: left center , 100px , right bottom }
bgpos496264 { background-position: right bottom , 100px , right bottom }
bgpos496265 { background-position: right bottom 15% , 100px , right bottom }
bgpos496266 { background-position: right bottom 15px , 100px , right bottom }
bgpos496267 { background-position: right top , 100px , right bottom }
bgpos496268 { background-position: right top 15% , 100px , right bottom }
bgpos496269 { background-position: right top 15px , 100px , right bottom }
bgpos496270 { background-position: right 15% bottom , 100px , right bottom }
bgpos496271 { background-position: right 15% bottom 15% , 100px , right bottom }
bgpos496272 { background-position: right 15% bottom 15px , 100px , right bottom }
bgpos496273 { background-position: right 15% top , 100px , right bottom }
bgpos496274 { background-position: right 15% top 15% , 100px , right bottom }
bgpos496275 { background-position: right 15% top 15px , 100px , right bottom }
bgpos496276 { background-position: right 15% center , 100px , right bottom }
bgpos496277 { background-position: right 15px bottom , 100px , right bottom }
bgpos496278 { background-position: right 15px bottom 15% , 100px , right bottom }
bgpos496279 { background-position: right 15px bottom 15px , 100px , right bottom }
bgpos496280 { background-position: right 15px top , 100px , right bottom }
bgpos496281 { background-position: right 15px top 15% , 100px , right bottom }
bgpos496282 { background-position: right 15px top 15px , 100px , right bottom }
bgpos496283 { background-position: right 15px center , 100px , right bottom }
bgpos496284 { background-position: right center , 100px , right bottom }
bgpos496285 { background-position: 100px , 100px , right bottom }
bgpos496286 { background-position: 100px 10% , 100px , right bottom }
bgpos496287 { background-position: 100px 100px , 100px , right bottom }
bgpos496288 { background-position: 100px bottom , 100px , right bottom }
bgpos496289 { background-position: 100px center , 100px , right bottom }
bgpos496290 { background-position: 100px top , 100px , right bottom }
bgpos496291 { background-position: 50% , 100px , right bottom }
bgpos496292 { background-position: 50% 10% , 100px , right bottom }
bgpos496293 { background-position: 50% 100px , 100px , right bottom }
bgpos496294 { background-position: 50% bottom , 100px , right bottom }
bgpos496295 { background-position: 50% center , 100px , right bottom }
bgpos496296 { background-position: 50% top , 100px , right bottom }
bgpos496297 { background-position: bottom, 100px , right bottom }
bgpos496298 { background-position: center , 100px , right bottom }
bgpos496299 { background-position: center bottom , 100px , right bottom }
bgpos496300 { background-position: center bottom 15% , 100px , right bottom }
bgpos496301 { background-position: center bottom 15px , 100px , right bottom }
bgpos496302 { background-position: center top , 100px , right bottom }
bgpos496303 { background-position: center top 15% , 100px , right bottom }
bgpos496304 { background-position: center top 15px , 100px , right bottom }
bgpos496305 { background-position: center 10% , 100px , right bottom }
bgpos496306 { background-position: center 100px , 100px , right bottom }
bgpos496307 { background-position: center bottom , 100px , right bottom }
bgpos496308 { background-position: center center , 100px , right bottom }
bgpos496309 { background-position: center top , 100px , right bottom }
bgpos496310 { background-position: left , 100px , right bottom }
bgpos496311 { background-position: left 10% , 100px , right bottom }
bgpos496312 { background-position: left 100px , 100px , right bottom }
bgpos496313 { background-position: left bottom , 100px , right bottom }
bgpos496314 { background-position: left center , 100px , right bottom }
bgpos496315 { background-position: left top , 100px , right bottom }
bgpos496316 { background-position: right , 100px , right bottom }
bgpos496317 { background-position: right 10% , 100px , right bottom }
bgpos496318 { background-position: right 100px , 100px , right bottom }
bgpos496319 { background-position: right bottom , 100px , right bottom }
bgpos496320 { background-position: right center , 100px , right bottom }
bgpos496321 { background-position: right top , 100px , right bottom }
bgpos496322 { background-position: top , 100px , right bottom }
bgpos496323 { background-position: left bottom , 100px 10% , right bottom }
bgpos496324 { background-position: left bottom 15% , 100px 10% , right bottom }
bgpos496325 { background-position: left bottom 15px , 100px 10% , right bottom }
bgpos496326 { background-position: left top , 100px 10% , right bottom }
bgpos496327 { background-position: left top 15% , 100px 10% , right bottom }
bgpos496328 { background-position: left top 15px , 100px 10% , right bottom }
bgpos496329 { background-position: left 15% bottom , 100px 10% , right bottom }
bgpos496330 { background-position: left 15% bottom 15% , 100px 10% , right bottom }
bgpos496331 { background-position: left 15% bottom 15px , 100px 10% , right bottom }
bgpos496332 { background-position: left 15% top , 100px 10% , right bottom }
bgpos496333 { background-position: left 15% top 15% , 100px 10% , right bottom }
bgpos496334 { background-position: left 15% top 15px , 100px 10% , right bottom }
bgpos496335 { background-position: left 15% center , 100px 10% , right bottom }
bgpos496336 { background-position: left 15px bottom , 100px 10% , right bottom }
bgpos496337 { background-position: left 15px bottom 15% , 100px 10% , right bottom }
bgpos496338 { background-position: left 15px bottom 15px , 100px 10% , right bottom }
bgpos496339 { background-position: left 15px top , 100px 10% , right bottom }
bgpos496340 { background-position: left 15px top 15% , 100px 10% , right bottom }
bgpos496341 { background-position: left 15px top 15px , 100px 10% , right bottom }
bgpos496342 { background-position: left 15px center , 100px 10% , right bottom }
bgpos496343 { background-position: left center , 100px 10% , right bottom }
bgpos496344 { background-position: right bottom , 100px 10% , right bottom }
bgpos496345 { background-position: right bottom 15% , 100px 10% , right bottom }
bgpos496346 { background-position: right bottom 15px , 100px 10% , right bottom }
bgpos496347 { background-position: right top , 100px 10% , right bottom }
bgpos496348 { background-position: right top 15% , 100px 10% , right bottom }
bgpos496349 { background-position: right top 15px , 100px 10% , right bottom }
bgpos496350 { background-position: right 15% bottom , 100px 10% , right bottom }
bgpos496351 { background-position: right 15% bottom 15% , 100px 10% , right bottom }
bgpos496352 { background-position: right 15% bottom 15px , 100px 10% , right bottom }
bgpos496353 { background-position: right 15% top , 100px 10% , right bottom }
bgpos496354 { background-position: right 15% top 15% , 100px 10% , right bottom }
bgpos496355 { background-position: right 15% top 15px , 100px 10% , right bottom }
bgpos496356 { background-position: right 15% center , 100px 10% , right bottom }
bgpos496357 { background-position: right 15px bottom , 100px 10% , right bottom }
bgpos496358 { background-position: right 15px bottom 15% , 100px 10% , right bottom }
bgpos496359 { background-position: right 15px bottom 15px , 100px 10% , right bottom }
bgpos496360 { background-position: right 15px top , 100px 10% , right bottom }
bgpos496361 { background-position: right 15px top 15% , 100px 10% , right bottom }
bgpos496362 { background-position: right 15px top 15px , 100px 10% , right bottom }
bgpos496363 { background-position: right 15px center , 100px 10% , right bottom }
bgpos496364 { background-position: right center , 100px 10% , right bottom }
bgpos496365 { background-position: 100px , 100px 10% , right bottom }
bgpos496366 { background-position: 100px 10% , 100px 10% , right bottom }
bgpos496367 { background-position: 100px 100px , 100px 10% , right bottom }
bgpos496368 { background-position: 100px bottom , 100px 10% , right bottom }
bgpos496369 { background-position: 100px center , 100px 10% , right bottom }
bgpos496370 { background-position: 100px top , 100px 10% , right bottom }
bgpos496371 { background-position: 50% , 100px 10% , right bottom }
bgpos496372 { background-position: 50% 10% , 100px 10% , right bottom }
bgpos496373 { background-position: 50% 100px , 100px 10% , right bottom }
bgpos496374 { background-position: 50% bottom , 100px 10% , right bottom }
bgpos496375 { background-position: 50% center , 100px 10% , right bottom }
bgpos496376 { background-position: 50% top , 100px 10% , right bottom }
bgpos496377 { background-position: bottom, 100px 10% , right bottom }
bgpos496378 { background-position: center , 100px 10% , right bottom }
bgpos496379 { background-position: center bottom , 100px 10% , right bottom }
bgpos496380 { background-position: center bottom 15% , 100px 10% , right bottom }
bgpos496381 { background-position: center bottom 15px , 100px 10% , right bottom }
bgpos496382 { background-position: center top , 100px 10% , right bottom }
bgpos496383 { background-position: center top 15% , 100px 10% , right bottom }
bgpos496384 { background-position: center top 15px , 100px 10% , right bottom }
bgpos496385 { background-position: center 10% , 100px 10% , right bottom }
bgpos496386 { background-position: center 100px , 100px 10% , right bottom }
bgpos496387 { background-position: center bottom , 100px 10% , right bottom }
bgpos496388 { background-position: center center , 100px 10% , right bottom }
bgpos496389 { background-position: center top , 100px 10% , right bottom }
bgpos496390 { background-position: left , 100px 10% , right bottom }
bgpos496391 { background-position: left 10% , 100px 10% , right bottom }
bgpos496392 { background-position: left 100px , 100px 10% , right bottom }
bgpos496393 { background-position: left bottom , 100px 10% , right bottom }
bgpos496394 { background-position: left center , 100px 10% , right bottom }
bgpos496395 { background-position: left top , 100px 10% , right bottom }
bgpos496396 { background-position: right , 100px 10% , right bottom }
bgpos496397 { background-position: right 10% , 100px 10% , right bottom }
bgpos496398 { background-position: right 100px , 100px 10% , right bottom }
bgpos496399 { background-position: right bottom , 100px 10% , right bottom }
bgpos496400 { background-position: right center , 100px 10% , right bottom }
bgpos496401 { background-position: right top , 100px 10% , right bottom }
bgpos496402 { background-position: top , 100px 10% , right bottom }
bgpos496403 { background-position: left bottom , 100px 100px , right bottom }
bgpos496404 { background-position: left bottom 15% , 100px 100px , right bottom }
bgpos496405 { background-position: left bottom 15px , 100px 100px , right bottom }
bgpos496406 { background-position: left top , 100px 100px , right bottom }
bgpos496407 { background-position: left top 15% , 100px 100px , right bottom }
bgpos496408 { background-position: left top 15px , 100px 100px , right bottom }
bgpos496409 { background-position: left 15% bottom , 100px 100px , right bottom }
bgpos496410 { background-position: left 15% bottom 15% , 100px 100px , right bottom }
bgpos496411 { background-position: left 15% bottom 15px , 100px 100px , right bottom }
bgpos496412 { background-position: left 15% top , 100px 100px , right bottom }
bgpos496413 { background-position: left 15% top 15% , 100px 100px , right bottom }
bgpos496414 { background-position: left 15% top 15px , 100px 100px , right bottom }
bgpos496415 { background-position: left 15% center , 100px 100px , right bottom }
bgpos496416 { background-position: left 15px bottom , 100px 100px , right bottom }
bgpos496417 { background-position: left 15px bottom 15% , 100px 100px , right bottom }
bgpos496418 { background-position: left 15px bottom 15px , 100px 100px , right bottom }
bgpos496419 { background-position: left 15px top , 100px 100px , right bottom }
bgpos496420 { background-position: left 15px top 15% , 100px 100px , right bottom }
bgpos496421 { background-position: left 15px top 15px , 100px 100px , right bottom }
bgpos496422 { background-position: left 15px center , 100px 100px , right bottom }
bgpos496423 { background-position: left center , 100px 100px , right bottom }
bgpos496424 { background-position: right bottom , 100px 100px , right bottom }
bgpos496425 { background-position: right bottom 15% , 100px 100px , right bottom }
bgpos496426 { background-position: right bottom 15px , 100px 100px , right bottom }
bgpos496427 { background-position: right top , 100px 100px , right bottom }
bgpos496428 { background-position: right top 15% , 100px 100px , right bottom }
bgpos496429 { background-position: right top 15px , 100px 100px , right bottom }
bgpos496430 { background-position: right 15% bottom , 100px 100px , right bottom }
bgpos496431 { background-position: right 15% bottom 15% , 100px 100px , right bottom }
bgpos496432 { background-position: right 15% bottom 15px , 100px 100px , right bottom }
bgpos496433 { background-position: right 15% top , 100px 100px , right bottom }
bgpos496434 { background-position: right 15% top 15% , 100px 100px , right bottom }
bgpos496435 { background-position: right 15% top 15px , 100px 100px , right bottom }
bgpos496436 { background-position: right 15% center , 100px 100px , right bottom }
bgpos496437 { background-position: right 15px bottom , 100px 100px , right bottom }
bgpos496438 { background-position: right 15px bottom 15% , 100px 100px , right bottom }
bgpos496439 { background-position: right 15px bottom 15px , 100px 100px , right bottom }
bgpos496440 { background-position: right 15px top , 100px 100px , right bottom }
bgpos496441 { background-position: right 15px top 15% , 100px 100px , right bottom }
bgpos496442 { background-position: right 15px top 15px , 100px 100px , right bottom }
bgpos496443 { background-position: right 15px center , 100px 100px , right bottom }
bgpos496444 { background-position: right center , 100px 100px , right bottom }
bgpos496445 { background-position: 100px , 100px 100px , right bottom }
bgpos496446 { background-position: 100px 10% , 100px 100px , right bottom }
bgpos496447 { background-position: 100px 100px , 100px 100px , right bottom }
bgpos496448 { background-position: 100px bottom , 100px 100px , right bottom }
bgpos496449 { background-position: 100px center , 100px 100px , right bottom }
bgpos496450 { background-position: 100px top , 100px 100px , right bottom }
bgpos496451 { background-position: 50% , 100px 100px , right bottom }
bgpos496452 { background-position: 50% 10% , 100px 100px , right bottom }
bgpos496453 { background-position: 50% 100px , 100px 100px , right bottom }
bgpos496454 { background-position: 50% bottom , 100px 100px , right bottom }
bgpos496455 { background-position: 50% center , 100px 100px , right bottom }
bgpos496456 { background-position: 50% top , 100px 100px , right bottom }
bgpos496457 { background-position: bottom, 100px 100px , right bottom }
bgpos496458 { background-position: center , 100px 100px , right bottom }
bgpos496459 { background-position: center bottom , 100px 100px , right bottom }
bgpos496460 { background-position: center bottom 15% , 100px 100px , right bottom }
bgpos496461 { background-position: center bottom 15px , 100px 100px , right bottom }
bgpos496462 { background-position: center top , 100px 100px , right bottom }
bgpos496463 { background-position: center top 15% , 100px 100px , right bottom }
bgpos496464 { background-position: center top 15px , 100px 100px , right bottom }
bgpos496465 { background-position: center 10% , 100px 100px , right bottom }
bgpos496466 { background-position: center 100px , 100px 100px , right bottom }
bgpos496467 { background-position: center bottom , 100px 100px , right bottom }
bgpos496468 { background-position: center center , 100px 100px , right bottom }
bgpos496469 { background-position: center top , 100px 100px , right bottom }
bgpos496470 { background-position: left , 100px 100px , right bottom }
bgpos496471 { background-position: left 10% , 100px 100px , right bottom }
bgpos496472 { background-position: left 100px , 100px 100px , right bottom }
bgpos496473 { background-position: left bottom , 100px 100px , right bottom }
bgpos496474 { background-position: left center , 100px 100px , right bottom }
bgpos496475 { background-position: left top , 100px 100px , right bottom }
bgpos496476 { background-position: right , 100px 100px , right bottom }
bgpos496477 { background-position: right 10% , 100px 100px , right bottom }
bgpos496478 { background-position: right 100px , 100px 100px , right bottom }
bgpos496479 { background-position: right bottom , 100px 100px , right bottom }
bgpos496480 { background-position: right center , 100px 100px , right bottom }
bgpos496481 { background-position: right top , 100px 100px , right bottom }
bgpos496482 { background-position: top , 100px 100px , right bottom }
bgpos496483 { background-position: left bottom , 100px bottom , right bottom }
bgpos496484 { background-position: left bottom 15% , 100px bottom , right bottom }
bgpos496485 { background-position: left bottom 15px , 100px bottom , right bottom }
bgpos496486 { background-position: left top , 100px bottom , right bottom }
bgpos496487 { background-position: left top 15% , 100px bottom , right bottom }
bgpos496488 { background-position: left top 15px , 100px bottom , right bottom }
bgpos496489 { background-position: left 15% bottom , 100px bottom , right bottom }
bgpos496490 { background-position: left 15% bottom 15% , 100px bottom , right bottom }
bgpos496491 { background-position: left 15% bottom 15px , 100px bottom , right bottom }
bgpos496492 { background-position: left 15% top , 100px bottom , right bottom }
bgpos496493 { background-position: left 15% top 15% , 100px bottom , right bottom }
bgpos496494 { background-position: left 15% top 15px , 100px bottom , right bottom }
bgpos496495 { background-position: left 15% center , 100px bottom , right bottom }
bgpos496496 { background-position: left 15px bottom , 100px bottom , right bottom }
bgpos496497 { background-position: left 15px bottom 15% , 100px bottom , right bottom }
bgpos496498 { background-position: left 15px bottom 15px , 100px bottom , right bottom }
bgpos496499 { background-position: left 15px top , 100px bottom , right bottom }
bgpos496500 { background-position: left 15px top 15% , 100px bottom , right bottom }
bgpos496501 { background-position: left 15px top 15px , 100px bottom , right bottom }
bgpos496502 { background-position: left 15px center , 100px bottom , right bottom }
bgpos496503 { background-position: left center , 100px bottom , right bottom }
bgpos496504 { background-position: right bottom , 100px bottom , right bottom }
bgpos496505 { background-position: right bottom 15% , 100px bottom , right bottom }
bgpos496506 { background-position: right bottom 15px , 100px bottom , right bottom }
bgpos496507 { background-position: right top , 100px bottom , right bottom }
bgpos496508 { background-position: right top 15% , 100px bottom , right bottom }
bgpos496509 { background-position: right top 15px , 100px bottom , right bottom }
bgpos496510 { background-position: right 15% bottom , 100px bottom , right bottom }
bgpos496511 { background-position: right 15% bottom 15% , 100px bottom , right bottom }
bgpos496512 { background-position: right 15% bottom 15px , 100px bottom , right bottom }
bgpos496513 { background-position: right 15% top , 100px bottom , right bottom }
bgpos496514 { background-position: right 15% top 15% , 100px bottom , right bottom }
bgpos496515 { background-position: right 15% top 15px , 100px bottom , right bottom }
bgpos496516 { background-position: right 15% center , 100px bottom , right bottom }
bgpos496517 { background-position: right 15px bottom , 100px bottom , right bottom }
bgpos496518 { background-position: right 15px bottom 15% , 100px bottom , right bottom }
bgpos496519 { background-position: right 15px bottom 15px , 100px bottom , right bottom }
bgpos496520 { background-position: right 15px top , 100px bottom , right bottom }
bgpos496521 { background-position: right 15px top 15% , 100px bottom , right bottom }
bgpos496522 { background-position: right 15px top 15px , 100px bottom , right bottom }
bgpos496523 { background-position: right 15px center , 100px bottom , right bottom }
bgpos496524 { background-position: right center , 100px bottom , right bottom }
bgpos496525 { background-position: 100px , 100px bottom , right bottom }
bgpos496526 { background-position: 100px 10% , 100px bottom , right bottom }
bgpos496527 { background-position: 100px 100px , 100px bottom , right bottom }
bgpos496528 { background-position: 100px bottom , 100px bottom , right bottom }
bgpos496529 { background-position: 100px center , 100px bottom , right bottom }
bgpos496530 { background-position: 100px top , 100px bottom , right bottom }
bgpos496531 { background-position: 50% , 100px bottom , right bottom }
bgpos496532 { background-position: 50% 10% , 100px bottom , right bottom }
bgpos496533 { background-position: 50% 100px , 100px bottom , right bottom }
bgpos496534 { background-position: 50% bottom , 100px bottom , right bottom }
bgpos496535 { background-position: 50% center , 100px bottom , right bottom }
bgpos496536 { background-position: 50% top , 100px bottom , right bottom }
bgpos496537 { background-position: bottom, 100px bottom , right bottom }
bgpos496538 { background-position: center , 100px bottom , right bottom }
bgpos496539 { background-position: center bottom , 100px bottom , right bottom }
bgpos496540 { background-position: center bottom 15% , 100px bottom , right bottom }
bgpos496541 { background-position: center bottom 15px , 100px bottom , right bottom }
bgpos496542 { background-position: center top , 100px bottom , right bottom }
bgpos496543 { background-position: center top 15% , 100px bottom , right bottom }
bgpos496544 { background-position: center top 15px , 100px bottom , right bottom }
bgpos496545 { background-position: center 10% , 100px bottom , right bottom }
bgpos496546 { background-position: center 100px , 100px bottom , right bottom }
bgpos496547 { background-position: center bottom , 100px bottom , right bottom }
bgpos496548 { background-position: center center , 100px bottom , right bottom }
bgpos496549 { background-position: center top , 100px bottom , right bottom }
bgpos496550 { background-position: left , 100px bottom , right bottom }
bgpos496551 { background-position: left 10% , 100px bottom , right bottom }
bgpos496552 { background-position: left 100px , 100px bottom , right bottom }
bgpos496553 { background-position: left bottom , 100px bottom , right bottom }
bgpos496554 { background-position: left center , 100px bottom , right bottom }
bgpos496555 { background-position: left top , 100px bottom , right bottom }
bgpos496556 { background-position: right , 100px bottom , right bottom }
bgpos496557 { background-position: right 10% , 100px bottom , right bottom }
bgpos496558 { background-position: right 100px , 100px bottom , right bottom }
bgpos496559 { background-position: right bottom , 100px bottom , right bottom }
bgpos496560 { background-position: right center , 100px bottom , right bottom }
bgpos496561 { background-position: right top , 100px bottom , right bottom }
bgpos496562 { background-position: top , 100px bottom , right bottom }
bgpos496563 { background-position: left bottom , 100px center , right bottom }
bgpos496564 { background-position: left bottom 15% , 100px center , right bottom }
bgpos496565 { background-position: left bottom 15px , 100px center , right bottom }
bgpos496566 { background-position: left top , 100px center , right bottom }
bgpos496567 { background-position: left top 15% , 100px center , right bottom }
bgpos496568 { background-position: left top 15px , 100px center , right bottom }
bgpos496569 { background-position: left 15% bottom , 100px center , right bottom }
bgpos496570 { background-position: left 15% bottom 15% , 100px center , right bottom }
bgpos496571 { background-position: left 15% bottom 15px , 100px center , right bottom }
bgpos496572 { background-position: left 15% top , 100px center , right bottom }
bgpos496573 { background-position: left 15% top 15% , 100px center , right bottom }
bgpos496574 { background-position: left 15% top 15px , 100px center , right bottom }
bgpos496575 { background-position: left 15% center , 100px center , right bottom }
bgpos496576 { background-position: left 15px bottom , 100px center , right bottom }
bgpos496577 { background-position: left 15px bottom 15% , 100px center , right bottom }
bgpos496578 { background-position: left 15px bottom 15px , 100px center , right bottom }
bgpos496579 { background-position: left 15px top , 100px center , right bottom }
bgpos496580 { background-position: left 15px top 15% , 100px center , right bottom }
bgpos496581 { background-position: left 15px top 15px , 100px center , right bottom }
bgpos496582 { background-position: left 15px center , 100px center , right bottom }
bgpos496583 { background-position: left center , 100px center , right bottom }
bgpos496584 { background-position: right bottom , 100px center , right bottom }
bgpos496585 { background-position: right bottom 15% , 100px center , right bottom }
bgpos496586 { background-position: right bottom 15px , 100px center , right bottom }
bgpos496587 { background-position: right top , 100px center , right bottom }
bgpos496588 { background-position: right top 15% , 100px center , right bottom }
bgpos496589 { background-position: right top 15px , 100px center , right bottom }
bgpos496590 { background-position: right 15% bottom , 100px center , right bottom }
bgpos496591 { background-position: right 15% bottom 15% , 100px center , right bottom }
bgpos496592 { background-position: right 15% bottom 15px , 100px center , right bottom }
bgpos496593 { background-position: right 15% top , 100px center , right bottom }
bgpos496594 { background-position: right 15% top 15% , 100px center , right bottom }
bgpos496595 { background-position: right 15% top 15px , 100px center , right bottom }
bgpos496596 { background-position: right 15% center , 100px center , right bottom }
bgpos496597 { background-position: right 15px bottom , 100px center , right bottom }
bgpos496598 { background-position: right 15px bottom 15% , 100px center , right bottom }
bgpos496599 { background-position: right 15px bottom 15px , 100px center , right bottom }
bgpos496600 { background-position: right 15px top , 100px center , right bottom }
bgpos496601 { background-position: right 15px top 15% , 100px center , right bottom }
bgpos496602 { background-position: right 15px top 15px , 100px center , right bottom }
bgpos496603 { background-position: right 15px center , 100px center , right bottom }
bgpos496604 { background-position: right center , 100px center , right bottom }
bgpos496605 { background-position: 100px , 100px center , right bottom }
bgpos496606 { background-position: 100px 10% , 100px center , right bottom }
bgpos496607 { background-position: 100px 100px , 100px center , right bottom }
bgpos496608 { background-position: 100px bottom , 100px center , right bottom }
bgpos496609 { background-position: 100px center , 100px center , right bottom }
bgpos496610 { background-position: 100px top , 100px center , right bottom }
bgpos496611 { background-position: 50% , 100px center , right bottom }
bgpos496612 { background-position: 50% 10% , 100px center , right bottom }
bgpos496613 { background-position: 50% 100px , 100px center , right bottom }
bgpos496614 { background-position: 50% bottom , 100px center , right bottom }
bgpos496615 { background-position: 50% center , 100px center , right bottom }
bgpos496616 { background-position: 50% top , 100px center , right bottom }
bgpos496617 { background-position: bottom, 100px center , right bottom }
bgpos496618 { background-position: center , 100px center , right bottom }
bgpos496619 { background-position: center bottom , 100px center , right bottom }
bgpos496620 { background-position: center bottom 15% , 100px center , right bottom }
bgpos496621 { background-position: center bottom 15px , 100px center , right bottom }
bgpos496622 { background-position: center top , 100px center , right bottom }
bgpos496623 { background-position: center top 15% , 100px center , right bottom }
bgpos496624 { background-position: center top 15px , 100px center , right bottom }
bgpos496625 { background-position: center 10% , 100px center , right bottom }
bgpos496626 { background-position: center 100px , 100px center , right bottom }
bgpos496627 { background-position: center bottom , 100px center , right bottom }
bgpos496628 { background-position: center center , 100px center , right bottom }
bgpos496629 { background-position: center top , 100px center , right bottom }
bgpos496630 { background-position: left , 100px center , right bottom }
bgpos496631 { background-position: left 10% , 100px center , right bottom }
bgpos496632 { background-position: left 100px , 100px center , right bottom }
bgpos496633 { background-position: left bottom , 100px center , right bottom }
bgpos496634 { background-position: left center , 100px center , right bottom }
bgpos496635 { background-position: left top , 100px center , right bottom }
bgpos496636 { background-position: right , 100px center , right bottom }
bgpos496637 { background-position: right 10% , 100px center , right bottom }
bgpos496638 { background-position: right 100px , 100px center , right bottom }
bgpos496639 { background-position: right bottom , 100px center , right bottom }
bgpos496640 { background-position: right center , 100px center , right bottom }
bgpos496641 { background-position: right top , 100px center , right bottom }
bgpos496642 { background-position: top , 100px center , right bottom }
bgpos496643 { background-position: left bottom , 100px top , right bottom }
bgpos496644 { background-position: left bottom 15% , 100px top , right bottom }
bgpos496645 { background-position: left bottom 15px , 100px top , right bottom }
bgpos496646 { background-position: left top , 100px top , right bottom }
bgpos496647 { background-position: left top 15% , 100px top , right bottom }
bgpos496648 { background-position: left top 15px , 100px top , right bottom }
bgpos496649 { background-position: left 15% bottom , 100px top , right bottom }
bgpos496650 { background-position: left 15% bottom 15% , 100px top , right bottom }
bgpos496651 { background-position: left 15% bottom 15px , 100px top , right bottom }
bgpos496652 { background-position: left 15% top , 100px top , right bottom }
bgpos496653 { background-position: left 15% top 15% , 100px top , right bottom }
bgpos496654 { background-position: left 15% top 15px , 100px top , right bottom }
bgpos496655 { background-position: left 15% center , 100px top , right bottom }
bgpos496656 { background-position: left 15px bottom , 100px top , right bottom }
bgpos496657 { background-position: left 15px bottom 15% , 100px top , right bottom }
bgpos496658 { background-position: left 15px bottom 15px , 100px top , right bottom }
bgpos496659 { background-position: left 15px top , 100px top , right bottom }
bgpos496660 { background-position: left 15px top 15% , 100px top , right bottom }
bgpos496661 { background-position: left 15px top 15px , 100px top , right bottom }
bgpos496662 { background-position: left 15px center , 100px top , right bottom }
bgpos496663 { background-position: left center , 100px top , right bottom }
bgpos496664 { background-position: right bottom , 100px top , right bottom }
bgpos496665 { background-position: right bottom 15% , 100px top , right bottom }
bgpos496666 { background-position: right bottom 15px , 100px top , right bottom }
bgpos496667 { background-position: right top , 100px top , right bottom }
bgpos496668 { background-position: right top 15% , 100px top , right bottom }
bgpos496669 { background-position: right top 15px , 100px top , right bottom }
bgpos496670 { background-position: right 15% bottom , 100px top , right bottom }
bgpos496671 { background-position: right 15% bottom 15% , 100px top , right bottom }
bgpos496672 { background-position: right 15% bottom 15px , 100px top , right bottom }
bgpos496673 { background-position: right 15% top , 100px top , right bottom }
bgpos496674 { background-position: right 15% top 15% , 100px top , right bottom }
bgpos496675 { background-position: right 15% top 15px , 100px top , right bottom }
bgpos496676 { background-position: right 15% center , 100px top , right bottom }
bgpos496677 { background-position: right 15px bottom , 100px top , right bottom }
bgpos496678 { background-position: right 15px bottom 15% , 100px top , right bottom }
bgpos496679 { background-position: right 15px bottom 15px , 100px top , right bottom }
bgpos496680 { background-position: right 15px top , 100px top , right bottom }
bgpos496681 { background-position: right 15px top 15% , 100px top , right bottom }
bgpos496682 { background-position: right 15px top 15px , 100px top , right bottom }
bgpos496683 { background-position: right 15px center , 100px top , right bottom }
bgpos496684 { background-position: right center , 100px top , right bottom }
bgpos496685 { background-position: 100px , 100px top , right bottom }
bgpos496686 { background-position: 100px 10% , 100px top , right bottom }
bgpos496687 { background-position: 100px 100px , 100px top , right bottom }
bgpos496688 { background-position: 100px bottom , 100px top , right bottom }
bgpos496689 { background-position: 100px center , 100px top , right bottom }
bgpos496690 { background-position: 100px top , 100px top , right bottom }
bgpos496691 { background-position: 50% , 100px top , right bottom }
bgpos496692 { background-position: 50% 10% , 100px top , right bottom }
bgpos496693 { background-position: 50% 100px , 100px top , right bottom }
bgpos496694 { background-position: 50% bottom , 100px top , right bottom }
bgpos496695 { background-position: 50% center , 100px top , right bottom }
bgpos496696 { background-position: 50% top , 100px top , right bottom }
bgpos496697 { background-position: bottom, 100px top , right bottom }
bgpos496698 { background-position: center , 100px top , right bottom }
bgpos496699 { background-position: center bottom , 100px top , right bottom }
bgpos496700 { background-position: center bottom 15% , 100px top , right bottom }
bgpos496701 { background-position: center bottom 15px , 100px top , right bottom }
bgpos496702 { background-position: center top , 100px top , right bottom }
bgpos496703 { background-position: center top 15% , 100px top , right bottom }
bgpos496704 { background-position: center top 15px , 100px top , right bottom }
bgpos496705 { background-position: center 10% , 100px top , right bottom }
bgpos496706 { background-position: center 100px , 100px top , right bottom }
bgpos496707 { background-position: center bottom , 100px top , right bottom }
bgpos496708 { background-position: center center , 100px top , right bottom }
bgpos496709 { background-position: center top , 100px top , right bottom }
bgpos496710 { background-position: left , 100px top , right bottom }
bgpos496711 { background-position: left 10% , 100px top , right bottom }
bgpos496712 { background-position: left 100px , 100px top , right bottom }
bgpos496713 { background-position: left bottom , 100px top , right bottom }
bgpos496714 { background-position: left center , 100px top , right bottom }
bgpos496715 { background-position: left top , 100px top , right bottom }
bgpos496716 { background-position: right , 100px top , right bottom }
bgpos496717 { background-position: right 10% , 100px top , right bottom }
bgpos496718 { background-position: right 100px , 100px top , right bottom }
bgpos496719 { background-position: right bottom , 100px top , right bottom }
bgpos496720 { background-position: right center , 100px top , right bottom }
bgpos496721 { background-position: right top , 100px top , right bottom }
bgpos496722 { background-position: top , 100px top , right bottom }
bgpos496723 { background-position: left bottom , 50% , right bottom }
bgpos496724 { background-position: left bottom 15% , 50% , right bottom }
bgpos496725 { background-position: left bottom 15px , 50% , right bottom }
bgpos496726 { background-position: left top , 50% , right bottom }
bgpos496727 { background-position: left top 15% , 50% , right bottom }
bgpos496728 { background-position: left top 15px , 50% , right bottom }
bgpos496729 { background-position: left 15% bottom , 50% , right bottom }
bgpos496730 { background-position: left 15% bottom 15% , 50% , right bottom }
bgpos496731 { background-position: left 15% bottom 15px , 50% , right bottom }
bgpos496732 { background-position: left 15% top , 50% , right bottom }
bgpos496733 { background-position: left 15% top 15% , 50% , right bottom }
bgpos496734 { background-position: left 15% top 15px , 50% , right bottom }
bgpos496735 { background-position: left 15% center , 50% , right bottom }
bgpos496736 { background-position: left 15px bottom , 50% , right bottom }
bgpos496737 { background-position: left 15px bottom 15% , 50% , right bottom }
bgpos496738 { background-position: left 15px bottom 15px , 50% , right bottom }
bgpos496739 { background-position: left 15px top , 50% , right bottom }
bgpos496740 { background-position: left 15px top 15% , 50% , right bottom }
bgpos496741 { background-position: left 15px top 15px , 50% , right bottom }
bgpos496742 { background-position: left 15px center , 50% , right bottom }
bgpos496743 { background-position: left center , 50% , right bottom }
bgpos496744 { background-position: right bottom , 50% , right bottom }
bgpos496745 { background-position: right bottom 15% , 50% , right bottom }
bgpos496746 { background-position: right bottom 15px , 50% , right bottom }
bgpos496747 { background-position: right top , 50% , right bottom }
bgpos496748 { background-position: right top 15% , 50% , right bottom }
bgpos496749 { background-position: right top 15px , 50% , right bottom }
bgpos496750 { background-position: right 15% bottom , 50% , right bottom }
bgpos496751 { background-position: right 15% bottom 15% , 50% , right bottom }
bgpos496752 { background-position: right 15% bottom 15px , 50% , right bottom }
bgpos496753 { background-position: right 15% top , 50% , right bottom }
bgpos496754 { background-position: right 15% top 15% , 50% , right bottom }
bgpos496755 { background-position: right 15% top 15px , 50% , right bottom }
bgpos496756 { background-position: right 15% center , 50% , right bottom }
bgpos496757 { background-position: right 15px bottom , 50% , right bottom }
bgpos496758 { background-position: right 15px bottom 15% , 50% , right bottom }
bgpos496759 { background-position: right 15px bottom 15px , 50% , right bottom }
bgpos496760 { background-position: right 15px top , 50% , right bottom }
bgpos496761 { background-position: right 15px top 15% , 50% , right bottom }
bgpos496762 { background-position: right 15px top 15px , 50% , right bottom }
bgpos496763 { background-position: right 15px center , 50% , right bottom }
bgpos496764 { background-position: right center , 50% , right bottom }
bgpos496765 { background-position: 100px , 50% , right bottom }
bgpos496766 { background-position: 100px 10% , 50% , right bottom }
bgpos496767 { background-position: 100px 100px , 50% , right bottom }
bgpos496768 { background-position: 100px bottom , 50% , right bottom }
bgpos496769 { background-position: 100px center , 50% , right bottom }
bgpos496770 { background-position: 100px top , 50% , right bottom }
bgpos496771 { background-position: 50% , 50% , right bottom }
bgpos496772 { background-position: 50% 10% , 50% , right bottom }
bgpos496773 { background-position: 50% 100px , 50% , right bottom }
bgpos496774 { background-position: 50% bottom , 50% , right bottom }
bgpos496775 { background-position: 50% center , 50% , right bottom }
bgpos496776 { background-position: 50% top , 50% , right bottom }
bgpos496777 { background-position: bottom, 50% , right bottom }
bgpos496778 { background-position: center , 50% , right bottom }
bgpos496779 { background-position: center bottom , 50% , right bottom }
bgpos496780 { background-position: center bottom 15% , 50% , right bottom }
bgpos496781 { background-position: center bottom 15px , 50% , right bottom }
bgpos496782 { background-position: center top , 50% , right bottom }
bgpos496783 { background-position: center top 15% , 50% , right bottom }
bgpos496784 { background-position: center top 15px , 50% , right bottom }
bgpos496785 { background-position: center 10% , 50% , right bottom }
bgpos496786 { background-position: center 100px , 50% , right bottom }
bgpos496787 { background-position: center bottom , 50% , right bottom }
bgpos496788 { background-position: center center , 50% , right bottom }
bgpos496789 { background-position: center top , 50% , right bottom }
bgpos496790 { background-position: left , 50% , right bottom }
bgpos496791 { background-position: left 10% , 50% , right bottom }
bgpos496792 { background-position: left 100px , 50% , right bottom }
bgpos496793 { background-position: left bottom , 50% , right bottom }
bgpos496794 { background-position: left center , 50% , right bottom }
bgpos496795 { background-position: left top , 50% , right bottom }
bgpos496796 { background-position: right , 50% , right bottom }
bgpos496797 { background-position: right 10% , 50% , right bottom }
bgpos496798 { background-position: right 100px , 50% , right bottom }
bgpos496799 { background-position: right bottom , 50% , right bottom }
bgpos496800 { background-position: right center , 50% , right bottom }
bgpos496801 { background-position: right top , 50% , right bottom }
bgpos496802 { background-position: top , 50% , right bottom }
bgpos496803 { background-position: left bottom , 50% 10% , right bottom }
bgpos496804 { background-position: left bottom 15% , 50% 10% , right bottom }
bgpos496805 { background-position: left bottom 15px , 50% 10% , right bottom }
bgpos496806 { background-position: left top , 50% 10% , right bottom }
bgpos496807 { background-position: left top 15% , 50% 10% , right bottom }
bgpos496808 { background-position: left top 15px , 50% 10% , right bottom }
bgpos496809 { background-position: left 15% bottom , 50% 10% , right bottom }
bgpos496810 { background-position: left 15% bottom 15% , 50% 10% , right bottom }
bgpos496811 { background-position: left 15% bottom 15px , 50% 10% , right bottom }
bgpos496812 { background-position: left 15% top , 50% 10% , right bottom }
bgpos496813 { background-position: left 15% top 15% , 50% 10% , right bottom }
bgpos496814 { background-position: left 15% top 15px , 50% 10% , right bottom }
bgpos496815 { background-position: left 15% center , 50% 10% , right bottom }
bgpos496816 { background-position: left 15px bottom , 50% 10% , right bottom }
bgpos496817 { background-position: left 15px bottom 15% , 50% 10% , right bottom }
bgpos496818 { background-position: left 15px bottom 15px , 50% 10% , right bottom }
bgpos496819 { background-position: left 15px top , 50% 10% , right bottom }
bgpos496820 { background-position: left 15px top 15% , 50% 10% , right bottom }
bgpos496821 { background-position: left 15px top 15px , 50% 10% , right bottom }
bgpos496822 { background-position: left 15px center , 50% 10% , right bottom }
bgpos496823 { background-position: left center , 50% 10% , right bottom }
bgpos496824 { background-position: right bottom , 50% 10% , right bottom }
bgpos496825 { background-position: right bottom 15% , 50% 10% , right bottom }
bgpos496826 { background-position: right bottom 15px , 50% 10% , right bottom }
bgpos496827 { background-position: right top , 50% 10% , right bottom }
bgpos496828 { background-position: right top 15% , 50% 10% , right bottom }
bgpos496829 { background-position: right top 15px , 50% 10% , right bottom }
bgpos496830 { background-position: right 15% bottom , 50% 10% , right bottom }
bgpos496831 { background-position: right 15% bottom 15% , 50% 10% , right bottom }
bgpos496832 { background-position: right 15% bottom 15px , 50% 10% , right bottom }
bgpos496833 { background-position: right 15% top , 50% 10% , right bottom }
bgpos496834 { background-position: right 15% top 15% , 50% 10% , right bottom }
bgpos496835 { background-position: right 15% top 15px , 50% 10% , right bottom }
bgpos496836 { background-position: right 15% center , 50% 10% , right bottom }
bgpos496837 { background-position: right 15px bottom , 50% 10% , right bottom }
bgpos496838 { background-position: right 15px bottom 15% , 50% 10% , right bottom }
bgpos496839 { background-position: right 15px bottom 15px , 50% 10% , right bottom }
bgpos496840 { background-position: right 15px top , 50% 10% , right bottom }
bgpos496841 { background-position: right 15px top 15% , 50% 10% , right bottom }
bgpos496842 { background-position: right 15px top 15px , 50% 10% , right bottom }
bgpos496843 { background-position: right 15px center , 50% 10% , right bottom }
bgpos496844 { background-position: right center , 50% 10% , right bottom }
bgpos496845 { background-position: 100px , 50% 10% , right bottom }
bgpos496846 { background-position: 100px 10% , 50% 10% , right bottom }
bgpos496847 { background-position: 100px 100px , 50% 10% , right bottom }
bgpos496848 { background-position: 100px bottom , 50% 10% , right bottom }
bgpos496849 { background-position: 100px center , 50% 10% , right bottom }
bgpos496850 { background-position: 100px top , 50% 10% , right bottom }
bgpos496851 { background-position: 50% , 50% 10% , right bottom }
bgpos496852 { background-position: 50% 10% , 50% 10% , right bottom }
bgpos496853 { background-position: 50% 100px , 50% 10% , right bottom }
bgpos496854 { background-position: 50% bottom , 50% 10% , right bottom }
bgpos496855 { background-position: 50% center , 50% 10% , right bottom }
bgpos496856 { background-position: 50% top , 50% 10% , right bottom }
bgpos496857 { background-position: bottom, 50% 10% , right bottom }
bgpos496858 { background-position: center , 50% 10% , right bottom }
bgpos496859 { background-position: center bottom , 50% 10% , right bottom }
bgpos496860 { background-position: center bottom 15% , 50% 10% , right bottom }
bgpos496861 { background-position: center bottom 15px , 50% 10% , right bottom }
bgpos496862 { background-position: center top , 50% 10% , right bottom }
bgpos496863 { background-position: center top 15% , 50% 10% , right bottom }
bgpos496864 { background-position: center top 15px , 50% 10% , right bottom }
bgpos496865 { background-position: center 10% , 50% 10% , right bottom }
bgpos496866 { background-position: center 100px , 50% 10% , right bottom }
bgpos496867 { background-position: center bottom , 50% 10% , right bottom }
bgpos496868 { background-position: center center , 50% 10% , right bottom }
bgpos496869 { background-position: center top , 50% 10% , right bottom }
bgpos496870 { background-position: left , 50% 10% , right bottom }
bgpos496871 { background-position: left 10% , 50% 10% , right bottom }
bgpos496872 { background-position: left 100px , 50% 10% , right bottom }
bgpos496873 { background-position: left bottom , 50% 10% , right bottom }
bgpos496874 { background-position: left center , 50% 10% , right bottom }
bgpos496875 { background-position: left top , 50% 10% , right bottom }
bgpos496876 { background-position: right , 50% 10% , right bottom }
bgpos496877 { background-position: right 10% , 50% 10% , right bottom }
bgpos496878 { background-position: right 100px , 50% 10% , right bottom }
bgpos496879 { background-position: right bottom , 50% 10% , right bottom }
bgpos496880 { background-position: right center , 50% 10% , right bottom }
bgpos496881 { background-position: right top , 50% 10% , right bottom }
bgpos496882 { background-position: top , 50% 10% , right bottom }
bgpos496883 { background-position: left bottom , 50% 100px , right bottom }
bgpos496884 { background-position: left bottom 15% , 50% 100px , right bottom }
bgpos496885 { background-position: left bottom 15px , 50% 100px , right bottom }
bgpos496886 { background-position: left top , 50% 100px , right bottom }
bgpos496887 { background-position: left top 15% , 50% 100px , right bottom }
bgpos496888 { background-position: left top 15px , 50% 100px , right bottom }
bgpos496889 { background-position: left 15% bottom , 50% 100px , right bottom }
bgpos496890 { background-position: left 15% bottom 15% , 50% 100px , right bottom }
bgpos496891 { background-position: left 15% bottom 15px , 50% 100px , right bottom }
bgpos496892 { background-position: left 15% top , 50% 100px , right bottom }
bgpos496893 { background-position: left 15% top 15% , 50% 100px , right bottom }
bgpos496894 { background-position: left 15% top 15px , 50% 100px , right bottom }
bgpos496895 { background-position: left 15% center , 50% 100px , right bottom }
bgpos496896 { background-position: left 15px bottom , 50% 100px , right bottom }
bgpos496897 { background-position: left 15px bottom 15% , 50% 100px , right bottom }
bgpos496898 { background-position: left 15px bottom 15px , 50% 100px , right bottom }
bgpos496899 { background-position: left 15px top , 50% 100px , right bottom }
bgpos496900 { background-position: left 15px top 15% , 50% 100px , right bottom }
bgpos496901 { background-position: left 15px top 15px , 50% 100px , right bottom }
bgpos496902 { background-position: left 15px center , 50% 100px , right bottom }
bgpos496903 { background-position: left center , 50% 100px , right bottom }
bgpos496904 { background-position: right bottom , 50% 100px , right bottom }
bgpos496905 { background-position: right bottom 15% , 50% 100px , right bottom }
bgpos496906 { background-position: right bottom 15px , 50% 100px , right bottom }
bgpos496907 { background-position: right top , 50% 100px , right bottom }
bgpos496908 { background-position: right top 15% , 50% 100px , right bottom }
bgpos496909 { background-position: right top 15px , 50% 100px , right bottom }
bgpos496910 { background-position: right 15% bottom , 50% 100px , right bottom }
bgpos496911 { background-position: right 15% bottom 15% , 50% 100px , right bottom }
bgpos496912 { background-position: right 15% bottom 15px , 50% 100px , right bottom }
bgpos496913 { background-position: right 15% top , 50% 100px , right bottom }
bgpos496914 { background-position: right 15% top 15% , 50% 100px , right bottom }
bgpos496915 { background-position: right 15% top 15px , 50% 100px , right bottom }
bgpos496916 { background-position: right 15% center , 50% 100px , right bottom }
bgpos496917 { background-position: right 15px bottom , 50% 100px , right bottom }
bgpos496918 { background-position: right 15px bottom 15% , 50% 100px , right bottom }
bgpos496919 { background-position: right 15px bottom 15px , 50% 100px , right bottom }
bgpos496920 { background-position: right 15px top , 50% 100px , right bottom }
bgpos496921 { background-position: right 15px top 15% , 50% 100px , right bottom }
bgpos496922 { background-position: right 15px top 15px , 50% 100px , right bottom }
bgpos496923 { background-position: right 15px center , 50% 100px , right bottom }
bgpos496924 { background-position: right center , 50% 100px , right bottom }
bgpos496925 { background-position: 100px , 50% 100px , right bottom }
bgpos496926 { background-position: 100px 10% , 50% 100px , right bottom }
bgpos496927 { background-position: 100px 100px , 50% 100px , right bottom }
bgpos496928 { background-position: 100px bottom , 50% 100px , right bottom }
bgpos496929 { background-position: 100px center , 50% 100px , right bottom }
bgpos496930 { background-position: 100px top , 50% 100px , right bottom }
bgpos496931 { background-position: 50% , 50% 100px , right bottom }
bgpos496932 { background-position: 50% 10% , 50% 100px , right bottom }
bgpos496933 { background-position: 50% 100px , 50% 100px , right bottom }
bgpos496934 { background-position: 50% bottom , 50% 100px , right bottom }
bgpos496935 { background-position: 50% center , 50% 100px , right bottom }
bgpos496936 { background-position: 50% top , 50% 100px , right bottom }
bgpos496937 { background-position: bottom, 50% 100px , right bottom }
bgpos496938 { background-position: center , 50% 100px , right bottom }
bgpos496939 { background-position: center bottom , 50% 100px , right bottom }
bgpos496940 { background-position: center bottom 15% , 50% 100px , right bottom }
bgpos496941 { background-position: center bottom 15px , 50% 100px , right bottom }
bgpos496942 { background-position: center top , 50% 100px , right bottom }
bgpos496943 { background-position: center top 15% , 50% 100px , right bottom }
bgpos496944 { background-position: center top 15px , 50% 100px , right bottom }
bgpos496945 { background-position: center 10% , 50% 100px , right bottom }
bgpos496946 { background-position: center 100px , 50% 100px , right bottom }
bgpos496947 { background-position: center bottom , 50% 100px , right bottom }
bgpos496948 { background-position: center center , 50% 100px , right bottom }
bgpos496949 { background-position: center top , 50% 100px , right bottom }
bgpos496950 { background-position: left , 50% 100px , right bottom }
bgpos496951 { background-position: left 10% , 50% 100px , right bottom }
bgpos496952 { background-position: left 100px , 50% 100px , right bottom }
bgpos496953 { background-position: left bottom , 50% 100px , right bottom }
bgpos496954 { background-position: left center , 50% 100px , right bottom }
bgpos496955 { background-position: left top , 50% 100px , right bottom }
bgpos496956 { background-position: right , 50% 100px , right bottom }
bgpos496957 { background-position: right 10% , 50% 100px , right bottom }
bgpos496958 { background-position: right 100px , 50% 100px , right bottom }
bgpos496959 { background-position: right bottom , 50% 100px , right bottom }
bgpos496960 { background-position: right center , 50% 100px , right bottom }
bgpos496961 { background-position: right top , 50% 100px , right bottom }
bgpos496962 { background-position: top , 50% 100px , right bottom }
bgpos496963 { background-position: left bottom , 50% bottom , right bottom }
bgpos496964 { background-position: left bottom 15% , 50% bottom , right bottom }
bgpos496965 { background-position: left bottom 15px , 50% bottom , right bottom }
bgpos496966 { background-position: left top , 50% bottom , right bottom }
bgpos496967 { background-position: left top 15% , 50% bottom , right bottom }
bgpos496968 { background-position: left top 15px , 50% bottom , right bottom }
bgpos496969 { background-position: left 15% bottom , 50% bottom , right bottom }
bgpos496970 { background-position: left 15% bottom 15% , 50% bottom , right bottom }
bgpos496971 { background-position: left 15% bottom 15px , 50% bottom , right bottom }
bgpos496972 { background-position: left 15% top , 50% bottom , right bottom }
bgpos496973 { background-position: left 15% top 15% , 50% bottom , right bottom }
bgpos496974 { background-position: left 15% top 15px , 50% bottom , right bottom }
bgpos496975 { background-position: left 15% center , 50% bottom , right bottom }
bgpos496976 { background-position: left 15px bottom , 50% bottom , right bottom }
bgpos496977 { background-position: left 15px bottom 15% , 50% bottom , right bottom }
bgpos496978 { background-position: left 15px bottom 15px , 50% bottom , right bottom }
bgpos496979 { background-position: left 15px top , 50% bottom , right bottom }
bgpos496980 { background-position: left 15px top 15% , 50% bottom , right bottom }
bgpos496981 { background-position: left 15px top 15px , 50% bottom , right bottom }
bgpos496982 { background-position: left 15px center , 50% bottom , right bottom }
bgpos496983 { background-position: left center , 50% bottom , right bottom }
bgpos496984 { background-position: right bottom , 50% bottom , right bottom }
bgpos496985 { background-position: right bottom 15% , 50% bottom , right bottom }
bgpos496986 { background-position: right bottom 15px , 50% bottom , right bottom }
bgpos496987 { background-position: right top , 50% bottom , right bottom }
bgpos496988 { background-position: right top 15% , 50% bottom , right bottom }
bgpos496989 { background-position: right top 15px , 50% bottom , right bottom }
bgpos496990 { background-position: right 15% bottom , 50% bottom , right bottom }
bgpos496991 { background-position: right 15% bottom 15% , 50% bottom , right bottom }
bgpos496992 { background-position: right 15% bottom 15px , 50% bottom , right bottom }
bgpos496993 { background-position: right 15% top , 50% bottom , right bottom }
bgpos496994 { background-position: right 15% top 15% , 50% bottom , right bottom }
bgpos496995 { background-position: right 15% top 15px , 50% bottom , right bottom }
bgpos496996 { background-position: right 15% center , 50% bottom , right bottom }
bgpos496997 { background-position: right 15px bottom , 50% bottom , right bottom }
bgpos496998 { background-position: right 15px bottom 15% , 50% bottom , right bottom }
bgpos496999 { background-position: right 15px bottom 15px , 50% bottom , right bottom }
bgpos497000 { background-position: right 15px top , 50% bottom , right bottom }
bgpos497001 { background-position: right 15px top 15% , 50% bottom , right bottom }
bgpos497002 { background-position: right 15px top 15px , 50% bottom , right bottom }
bgpos497003 { background-position: right 15px center , 50% bottom , right bottom }
bgpos497004 { background-position: right center , 50% bottom , right bottom }
bgpos497005 { background-position: 100px , 50% bottom , right bottom }
bgpos497006 { background-position: 100px 10% , 50% bottom , right bottom }
bgpos497007 { background-position: 100px 100px , 50% bottom , right bottom }
bgpos497008 { background-position: 100px bottom , 50% bottom , right bottom }
bgpos497009 { background-position: 100px center , 50% bottom , right bottom }
bgpos497010 { background-position: 100px top , 50% bottom , right bottom }
bgpos497011 { background-position: 50% , 50% bottom , right bottom }
bgpos497012 { background-position: 50% 10% , 50% bottom , right bottom }
bgpos497013 { background-position: 50% 100px , 50% bottom , right bottom }
bgpos497014 { background-position: 50% bottom , 50% bottom , right bottom }
bgpos497015 { background-position: 50% center , 50% bottom , right bottom }
bgpos497016 { background-position: 50% top , 50% bottom , right bottom }
bgpos497017 { background-position: bottom, 50% bottom , right bottom }
bgpos497018 { background-position: center , 50% bottom , right bottom }
bgpos497019 { background-position: center bottom , 50% bottom , right bottom }
bgpos497020 { background-position: center bottom 15% , 50% bottom , right bottom }
bgpos497021 { background-position: center bottom 15px , 50% bottom , right bottom }
bgpos497022 { background-position: center top , 50% bottom , right bottom }
bgpos497023 { background-position: center top 15% , 50% bottom , right bottom }
bgpos497024 { background-position: center top 15px , 50% bottom , right bottom }
bgpos497025 { background-position: center 10% , 50% bottom , right bottom }
bgpos497026 { background-position: center 100px , 50% bottom , right bottom }
bgpos497027 { background-position: center bottom , 50% bottom , right bottom }
bgpos497028 { background-position: center center , 50% bottom , right bottom }
bgpos497029 { background-position: center top , 50% bottom , right bottom }
bgpos497030 { background-position: left , 50% bottom , right bottom }
bgpos497031 { background-position: left 10% , 50% bottom , right bottom }
bgpos497032 { background-position: left 100px , 50% bottom , right bottom }
bgpos497033 { background-position: left bottom , 50% bottom , right bottom }
bgpos497034 { background-position: left center , 50% bottom , right bottom }
bgpos497035 { background-position: left top , 50% bottom , right bottom }
bgpos497036 { background-position: right , 50% bottom , right bottom }
bgpos497037 { background-position: right 10% , 50% bottom , right bottom }
bgpos497038 { background-position: right 100px , 50% bottom , right bottom }
bgpos497039 { background-position: right bottom , 50% bottom , right bottom }
bgpos497040 { background-position: right center , 50% bottom , right bottom }
bgpos497041 { background-position: right top , 50% bottom , right bottom }
bgpos497042 { background-position: top , 50% bottom , right bottom }
bgpos497043 { background-position: left bottom , 50% center , right bottom }
bgpos497044 { background-position: left bottom 15% , 50% center , right bottom }
bgpos497045 { background-position: left bottom 15px , 50% center , right bottom }
bgpos497046 { background-position: left top , 50% center , right bottom }
bgpos497047 { background-position: left top 15% , 50% center , right bottom }
bgpos497048 { background-position: left top 15px , 50% center , right bottom }
bgpos497049 { background-position: left 15% bottom , 50% center , right bottom }
bgpos497050 { background-position: left 15% bottom 15% , 50% center , right bottom }
bgpos497051 { background-position: left 15% bottom 15px , 50% center , right bottom }
bgpos497052 { background-position: left 15% top , 50% center , right bottom }
bgpos497053 { background-position: left 15% top 15% , 50% center , right bottom }
bgpos497054 { background-position: left 15% top 15px , 50% center , right bottom }
bgpos497055 { background-position: left 15% center , 50% center , right bottom }
bgpos497056 { background-position: left 15px bottom , 50% center , right bottom }
bgpos497057 { background-position: left 15px bottom 15% , 50% center , right bottom }
bgpos497058 { background-position: left 15px bottom 15px , 50% center , right bottom }
bgpos497059 { background-position: left 15px top , 50% center , right bottom }
bgpos497060 { background-position: left 15px top 15% , 50% center , right bottom }
bgpos497061 { background-position: left 15px top 15px , 50% center , right bottom }
bgpos497062 { background-position: left 15px center , 50% center , right bottom }
bgpos497063 { background-position: left center , 50% center , right bottom }
bgpos497064 { background-position: right bottom , 50% center , right bottom }
bgpos497065 { background-position: right bottom 15% , 50% center , right bottom }
bgpos497066 { background-position: right bottom 15px , 50% center , right bottom }
bgpos497067 { background-position: right top , 50% center , right bottom }
bgpos497068 { background-position: right top 15% , 50% center , right bottom }
bgpos497069 { background-position: right top 15px , 50% center , right bottom }
bgpos497070 { background-position: right 15% bottom , 50% center , right bottom }
bgpos497071 { background-position: right 15% bottom 15% , 50% center , right bottom }
bgpos497072 { background-position: right 15% bottom 15px , 50% center , right bottom }
bgpos497073 { background-position: right 15% top , 50% center , right bottom }
bgpos497074 { background-position: right 15% top 15% , 50% center , right bottom }
bgpos497075 { background-position: right 15% top 15px , 50% center , right bottom }
bgpos497076 { background-position: right 15% center , 50% center , right bottom }
bgpos497077 { background-position: right 15px bottom , 50% center , right bottom }
bgpos497078 { background-position: right 15px bottom 15% , 50% center , right bottom }
bgpos497079 { background-position: right 15px bottom 15px , 50% center , right bottom }
bgpos497080 { background-position: right 15px top , 50% center , right bottom }
bgpos497081 { background-position: right 15px top 15% , 50% center , right bottom }
bgpos497082 { background-position: right 15px top 15px , 50% center , right bottom }
bgpos497083 { background-position: right 15px center , 50% center , right bottom }
bgpos497084 { background-position: right center , 50% center , right bottom }
bgpos497085 { background-position: 100px , 50% center , right bottom }
bgpos497086 { background-position: 100px 10% , 50% center , right bottom }
bgpos497087 { background-position: 100px 100px , 50% center , right bottom }
bgpos497088 { background-position: 100px bottom , 50% center , right bottom }
bgpos497089 { background-position: 100px center , 50% center , right bottom }
bgpos497090 { background-position: 100px top , 50% center , right bottom }
bgpos497091 { background-position: 50% , 50% center , right bottom }
bgpos497092 { background-position: 50% 10% , 50% center , right bottom }
bgpos497093 { background-position: 50% 100px , 50% center , right bottom }
bgpos497094 { background-position: 50% bottom , 50% center , right bottom }
bgpos497095 { background-position: 50% center , 50% center , right bottom }
bgpos497096 { background-position: 50% top , 50% center , right bottom }
bgpos497097 { background-position: bottom, 50% center , right bottom }
bgpos497098 { background-position: center , 50% center , right bottom }
bgpos497099 { background-position: center bottom , 50% center , right bottom }
bgpos497100 { background-position: center bottom 15% , 50% center , right bottom }
bgpos497101 { background-position: center bottom 15px , 50% center , right bottom }
bgpos497102 { background-position: center top , 50% center , right bottom }
bgpos497103 { background-position: center top 15% , 50% center , right bottom }
bgpos497104 { background-position: center top 15px , 50% center , right bottom }
bgpos497105 { background-position: center 10% , 50% center , right bottom }
bgpos497106 { background-position: center 100px , 50% center , right bottom }
bgpos497107 { background-position: center bottom , 50% center , right bottom }
bgpos497108 { background-position: center center , 50% center , right bottom }
bgpos497109 { background-position: center top , 50% center , right bottom }
bgpos497110 { background-position: left , 50% center , right bottom }
bgpos497111 { background-position: left 10% , 50% center , right bottom }
bgpos497112 { background-position: left 100px , 50% center , right bottom }
bgpos497113 { background-position: left bottom , 50% center , right bottom }
bgpos497114 { background-position: left center , 50% center , right bottom }
bgpos497115 { background-position: left top , 50% center , right bottom }
bgpos497116 { background-position: right , 50% center , right bottom }
bgpos497117 { background-position: right 10% , 50% center , right bottom }
bgpos497118 { background-position: right 100px , 50% center , right bottom }
bgpos497119 { background-position: right bottom , 50% center , right bottom }
bgpos497120 { background-position: right center , 50% center , right bottom }
bgpos497121 { background-position: right top , 50% center , right bottom }
bgpos497122 { background-position: top , 50% center , right bottom }
bgpos497123 { background-position: left bottom , 50% top , right bottom }
bgpos497124 { background-position: left bottom 15% , 50% top , right bottom }
bgpos497125 { background-position: left bottom 15px , 50% top , right bottom }
bgpos497126 { background-position: left top , 50% top , right bottom }
bgpos497127 { background-position: left top 15% , 50% top , right bottom }
bgpos497128 { background-position: left top 15px , 50% top , right bottom }
bgpos497129 { background-position: left 15% bottom , 50% top , right bottom }
bgpos497130 { background-position: left 15% bottom 15% , 50% top , right bottom }
bgpos497131 { background-position: left 15% bottom 15px , 50% top , right bottom }
bgpos497132 { background-position: left 15% top , 50% top , right bottom }
bgpos497133 { background-position: left 15% top 15% , 50% top , right bottom }
bgpos497134 { background-position: left 15% top 15px , 50% top , right bottom }
bgpos497135 { background-position: left 15% center , 50% top , right bottom }
bgpos497136 { background-position: left 15px bottom , 50% top , right bottom }
bgpos497137 { background-position: left 15px bottom 15% , 50% top , right bottom }
bgpos497138 { background-position: left 15px bottom 15px , 50% top , right bottom }
bgpos497139 { background-position: left 15px top , 50% top , right bottom }
bgpos497140 { background-position: left 15px top 15% , 50% top , right bottom }
bgpos497141 { background-position: left 15px top 15px , 50% top , right bottom }
bgpos497142 { background-position: left 15px center , 50% top , right bottom }
bgpos497143 { background-position: left center , 50% top , right bottom }
bgpos497144 { background-position: right bottom , 50% top , right bottom }
bgpos497145 { background-position: right bottom 15% , 50% top , right bottom }
bgpos497146 { background-position: right bottom 15px , 50% top , right bottom }
bgpos497147 { background-position: right top , 50% top , right bottom }
bgpos497148 { background-position: right top 15% , 50% top , right bottom }
bgpos497149 { background-position: right top 15px , 50% top , right bottom }
bgpos497150 { background-position: right 15% bottom , 50% top , right bottom }
bgpos497151 { background-position: right 15% bottom 15% , 50% top , right bottom }
bgpos497152 { background-position: right 15% bottom 15px , 50% top , right bottom }
bgpos497153 { background-position: right 15% top , 50% top , right bottom }
bgpos497154 { background-position: right 15% top 15% , 50% top , right bottom }
bgpos497155 { background-position: right 15% top 15px , 50% top , right bottom }
bgpos497156 { background-position: right 15% center , 50% top , right bottom }
bgpos497157 { background-position: right 15px bottom , 50% top , right bottom }
bgpos497158 { background-position: right 15px bottom 15% , 50% top , right bottom }
bgpos497159 { background-position: right 15px bottom 15px , 50% top , right bottom }
bgpos497160 { background-position: right 15px top , 50% top , right bottom }
bgpos497161 { background-position: right 15px top 15% , 50% top , right bottom }
bgpos497162 { background-position: right 15px top 15px , 50% top , right bottom }
bgpos497163 { background-position: right 15px center , 50% top , right bottom }
bgpos497164 { background-position: right center , 50% top , right bottom }
bgpos497165 { background-position: 100px , 50% top , right bottom }
bgpos497166 { background-position: 100px 10% , 50% top , right bottom }
bgpos497167 { background-position: 100px 100px , 50% top , right bottom }
bgpos497168 { background-position: 100px bottom , 50% top , right bottom }
bgpos497169 { background-position: 100px center , 50% top , right bottom }
bgpos497170 { background-position: 100px top , 50% top , right bottom }
bgpos497171 { background-position: 50% , 50% top , right bottom }
bgpos497172 { background-position: 50% 10% , 50% top , right bottom }
bgpos497173 { background-position: 50% 100px , 50% top , right bottom }
bgpos497174 { background-position: 50% bottom , 50% top , right bottom }
bgpos497175 { background-position: 50% center , 50% top , right bottom }
bgpos497176 { background-position: 50% top , 50% top , right bottom }
bgpos497177 { background-position: bottom, 50% top , right bottom }
bgpos497178 { background-position: center , 50% top , right bottom }
bgpos497179 { background-position: center bottom , 50% top , right bottom }
bgpos497180 { background-position: center bottom 15% , 50% top , right bottom }
bgpos497181 { background-position: center bottom 15px , 50% top , right bottom }
bgpos497182 { background-position: center top , 50% top , right bottom }
bgpos497183 { background-position: center top 15% , 50% top , right bottom }
bgpos497184 { background-position: center top 15px , 50% top , right bottom }
bgpos497185 { background-position: center 10% , 50% top , right bottom }
bgpos497186 { background-position: center 100px , 50% top , right bottom }
bgpos497187 { background-position: center bottom , 50% top , right bottom }
bgpos497188 { background-position: center center , 50% top , right bottom }
bgpos497189 { background-position: center top , 50% top , right bottom }
bgpos497190 { background-position: left , 50% top , right bottom }
bgpos497191 { background-position: left 10% , 50% top , right bottom }
bgpos497192 { background-position: left 100px , 50% top , right bottom }
bgpos497193 { background-position: left bottom , 50% top , right bottom }
bgpos497194 { background-position: left center , 50% top , right bottom }
bgpos497195 { background-position: left top , 50% top , right bottom }
bgpos497196 { background-position: right , 50% top , right bottom }
bgpos497197 { background-position: right 10% , 50% top , right bottom }
bgpos497198 { background-position: right 100px , 50% top , right bottom }
bgpos497199 { background-position: right bottom , 50% top , right bottom }
bgpos497200 { background-position: right center , 50% top , right bottom }
bgpos497201 { background-position: right top , 50% top , right bottom }
bgpos497202 { background-position: top , 50% top , right bottom }
bgpos497203 { background-position: left bottom , bottom, right bottom }
bgpos497204 { background-position: left bottom 15% , bottom, right bottom }
bgpos497205 { background-position: left bottom 15px , bottom, right bottom }
bgpos497206 { background-position: left top , bottom, right bottom }
bgpos497207 { background-position: left top 15% , bottom, right bottom }
bgpos497208 { background-position: left top 15px , bottom, right bottom }
bgpos497209 { background-position: left 15% bottom , bottom, right bottom }
bgpos497210 { background-position: left 15% bottom 15% , bottom, right bottom }
bgpos497211 { background-position: left 15% bottom 15px , bottom, right bottom }
bgpos497212 { background-position: left 15% top , bottom, right bottom }
bgpos497213 { background-position: left 15% top 15% , bottom, right bottom }
bgpos497214 { background-position: left 15% top 15px , bottom, right bottom }
bgpos497215 { background-position: left 15% center , bottom, right bottom }
bgpos497216 { background-position: left 15px bottom , bottom, right bottom }
bgpos497217 { background-position: left 15px bottom 15% , bottom, right bottom }
bgpos497218 { background-position: left 15px bottom 15px , bottom, right bottom }
bgpos497219 { background-position: left 15px top , bottom, right bottom }
bgpos497220 { background-position: left 15px top 15% , bottom, right bottom }
bgpos497221 { background-position: left 15px top 15px , bottom, right bottom }
bgpos497222 { background-position: left 15px center , bottom, right bottom }
bgpos497223 { background-position: left center , bottom, right bottom }
bgpos497224 { background-position: right bottom , bottom, right bottom }
bgpos497225 { background-position: right bottom 15% , bottom, right bottom }
bgpos497226 { background-position: right bottom 15px , bottom, right bottom }
bgpos497227 { background-position: right top , bottom, right bottom }
bgpos497228 { background-position: right top 15% , bottom, right bottom }
bgpos497229 { background-position: right top 15px , bottom, right bottom }
bgpos497230 { background-position: right 15% bottom , bottom, right bottom }
bgpos497231 { background-position: right 15% bottom 15% , bottom, right bottom }
bgpos497232 { background-position: right 15% bottom 15px , bottom, right bottom }
bgpos497233 { background-position: right 15% top , bottom, right bottom }
bgpos497234 { background-position: right 15% top 15% , bottom, right bottom }
bgpos497235 { background-position: right 15% top 15px , bottom, right bottom }
bgpos497236 { background-position: right 15% center , bottom, right bottom }
bgpos497237 { background-position: right 15px bottom , bottom, right bottom }
bgpos497238 { background-position: right 15px bottom 15% , bottom, right bottom }
bgpos497239 { background-position: right 15px bottom 15px , bottom, right bottom }
bgpos497240 { background-position: right 15px top , bottom, right bottom }
bgpos497241 { background-position: right 15px top 15% , bottom, right bottom }
bgpos497242 { background-position: right 15px top 15px , bottom, right bottom }
bgpos497243 { background-position: right 15px center , bottom, right bottom }
bgpos497244 { background-position: right center , bottom, right bottom }
bgpos497245 { background-position: 100px , bottom, right bottom }
bgpos497246 { background-position: 100px 10% , bottom, right bottom }
bgpos497247 { background-position: 100px 100px , bottom, right bottom }
bgpos497248 { background-position: 100px bottom , bottom, right bottom }
bgpos497249 { background-position: 100px center , bottom, right bottom }
bgpos497250 { background-position: 100px top , bottom, right bottom }
bgpos497251 { background-position: 50% , bottom, right bottom }
bgpos497252 { background-position: 50% 10% , bottom, right bottom }
bgpos497253 { background-position: 50% 100px , bottom, right bottom }
bgpos497254 { background-position: 50% bottom , bottom, right bottom }
bgpos497255 { background-position: 50% center , bottom, right bottom }
bgpos497256 { background-position: 50% top , bottom, right bottom }
bgpos497257 { background-position: bottom, bottom, right bottom }
bgpos497258 { background-position: center , bottom, right bottom }
bgpos497259 { background-position: center bottom , bottom, right bottom }
bgpos497260 { background-position: center bottom 15% , bottom, right bottom }
bgpos497261 { background-position: center bottom 15px , bottom, right bottom }
bgpos497262 { background-position: center top , bottom, right bottom }
bgpos497263 { background-position: center top 15% , bottom, right bottom }
bgpos497264 { background-position: center top 15px , bottom, right bottom }
bgpos497265 { background-position: center 10% , bottom, right bottom }
bgpos497266 { background-position: center 100px , bottom, right bottom }
bgpos497267 { background-position: center bottom , bottom, right bottom }
bgpos497268 { background-position: center center , bottom, right bottom }
bgpos497269 { background-position: center top , bottom, right bottom }
bgpos497270 { background-position: left , bottom, right bottom }
bgpos497271 { background-position: left 10% , bottom, right bottom }
bgpos497272 { background-position: left 100px , bottom, right bottom }
bgpos497273 { background-position: left bottom , bottom, right bottom }
bgpos497274 { background-position: left center , bottom, right bottom }
bgpos497275 { background-position: left top , bottom, right bottom }
bgpos497276 { background-position: right , bottom, right bottom }
bgpos497277 { background-position: right 10% , bottom, right bottom }
bgpos497278 { background-position: right 100px , bottom, right bottom }
bgpos497279 { background-position: right bottom , bottom, right bottom }
bgpos497280 { background-position: right center , bottom, right bottom }
bgpos497281 { background-position: right top , bottom, right bottom }
bgpos497282 { background-position: top , bottom, right bottom }
bgpos497283 { background-position: left bottom , center , right bottom }
bgpos497284 { background-position: left bottom 15% , center , right bottom }
bgpos497285 { background-position: left bottom 15px , center , right bottom }
bgpos497286 { background-position: left top , center , right bottom }
bgpos497287 { background-position: left top 15% , center , right bottom }
bgpos497288 { background-position: left top 15px , center , right bottom }
bgpos497289 { background-position: left 15% bottom , center , right bottom }
bgpos497290 { background-position: left 15% bottom 15% , center , right bottom }
bgpos497291 { background-position: left 15% bottom 15px , center , right bottom }
bgpos497292 { background-position: left 15% top , center , right bottom }
bgpos497293 { background-position: left 15% top 15% , center , right bottom }
bgpos497294 { background-position: left 15% top 15px , center , right bottom }
bgpos497295 { background-position: left 15% center , center , right bottom }
bgpos497296 { background-position: left 15px bottom , center , right bottom }
bgpos497297 { background-position: left 15px bottom 15% , center , right bottom }
bgpos497298 { background-position: left 15px bottom 15px , center , right bottom }
bgpos497299 { background-position: left 15px top , center , right bottom }
bgpos497300 { background-position: left 15px top 15% , center , right bottom }
bgpos497301 { background-position: left 15px top 15px , center , right bottom }
bgpos497302 { background-position: left 15px center , center , right bottom }
bgpos497303 { background-position: left center , center , right bottom }
bgpos497304 { background-position: right bottom , center , right bottom }
bgpos497305 { background-position: right bottom 15% , center , right bottom }
bgpos497306 { background-position: right bottom 15px , center , right bottom }
bgpos497307 { background-position: right top , center , right bottom }
bgpos497308 { background-position: right top 15% , center , right bottom }
bgpos497309 { background-position: right top 15px , center , right bottom }
bgpos497310 { background-position: right 15% bottom , center , right bottom }
bgpos497311 { background-position: right 15% bottom 15% , center , right bottom }
bgpos497312 { background-position: right 15% bottom 15px , center , right bottom }
bgpos497313 { background-position: right 15% top , center , right bottom }
bgpos497314 { background-position: right 15% top 15% , center , right bottom }
bgpos497315 { background-position: right 15% top 15px , center , right bottom }
bgpos497316 { background-position: right 15% center , center , right bottom }
bgpos497317 { background-position: right 15px bottom , center , right bottom }
bgpos497318 { background-position: right 15px bottom 15% , center , right bottom }
bgpos497319 { background-position: right 15px bottom 15px , center , right bottom }
bgpos497320 { background-position: right 15px top , center , right bottom }
bgpos497321 { background-position: right 15px top 15% , center , right bottom }
bgpos497322 { background-position: right 15px top 15px , center , right bottom }
bgpos497323 { background-position: right 15px center , center , right bottom }
bgpos497324 { background-position: right center , center , right bottom }
bgpos497325 { background-position: 100px , center , right bottom }
bgpos497326 { background-position: 100px 10% , center , right bottom }
bgpos497327 { background-position: 100px 100px , center , right bottom }
bgpos497328 { background-position: 100px bottom , center , right bottom }
bgpos497329 { background-position: 100px center , center , right bottom }
bgpos497330 { background-position: 100px top , center , right bottom }
bgpos497331 { background-position: 50% , center , right bottom }
bgpos497332 { background-position: 50% 10% , center , right bottom }
bgpos497333 { background-position: 50% 100px , center , right bottom }
bgpos497334 { background-position: 50% bottom , center , right bottom }
bgpos497335 { background-position: 50% center , center , right bottom }
bgpos497336 { background-position: 50% top , center , right bottom }
bgpos497337 { background-position: bottom, center , right bottom }
bgpos497338 { background-position: center , center , right bottom }
bgpos497339 { background-position: center bottom , center , right bottom }
bgpos497340 { background-position: center bottom 15% , center , right bottom }
bgpos497341 { background-position: center bottom 15px , center , right bottom }
bgpos497342 { background-position: center top , center , right bottom }
bgpos497343 { background-position: center top 15% , center , right bottom }
bgpos497344 { background-position: center top 15px , center , right bottom }
bgpos497345 { background-position: center 10% , center , right bottom }
bgpos497346 { background-position: center 100px , center , right bottom }
bgpos497347 { background-position: center bottom , center , right bottom }
bgpos497348 { background-position: center center , center , right bottom }
bgpos497349 { background-position: center top , center , right bottom }
bgpos497350 { background-position: left , center , right bottom }
bgpos497351 { background-position: left 10% , center , right bottom }
bgpos497352 { background-position: left 100px , center , right bottom }
bgpos497353 { background-position: left bottom , center , right bottom }
bgpos497354 { background-position: left center , center , right bottom }
bgpos497355 { background-position: left top , center , right bottom }
bgpos497356 { background-position: right , center , right bottom }
bgpos497357 { background-position: right 10% , center , right bottom }
bgpos497358 { background-position: right 100px , center , right bottom }
bgpos497359 { background-position: right bottom , center , right bottom }
bgpos497360 { background-position: right center , center , right bottom }
bgpos497361 { background-position: right top , center , right bottom }
bgpos497362 { background-position: top , center , right bottom }
bgpos497363 { background-position: left bottom , center bottom , right bottom }
bgpos497364 { background-position: left bottom 15% , center bottom , right bottom }
bgpos497365 { background-position: left bottom 15px , center bottom , right bottom }
bgpos497366 { background-position: left top , center bottom , right bottom }
bgpos497367 { background-position: left top 15% , center bottom , right bottom }
bgpos497368 { background-position: left top 15px , center bottom , right bottom }
bgpos497369 { background-position: left 15% bottom , center bottom , right bottom }
bgpos497370 { background-position: left 15% bottom 15% , center bottom , right bottom }
bgpos497371 { background-position: left 15% bottom 15px , center bottom , right bottom }
bgpos497372 { background-position: left 15% top , center bottom , right bottom }
bgpos497373 { background-position: left 15% top 15% , center bottom , right bottom }
bgpos497374 { background-position: left 15% top 15px , center bottom , right bottom }
bgpos497375 { background-position: left 15% center , center bottom , right bottom }
bgpos497376 { background-position: left 15px bottom , center bottom , right bottom }
bgpos497377 { background-position: left 15px bottom 15% , center bottom , right bottom }
bgpos497378 { background-position: left 15px bottom 15px , center bottom , right bottom }
bgpos497379 { background-position: left 15px top , center bottom , right bottom }
bgpos497380 { background-position: left 15px top 15% , center bottom , right bottom }
bgpos497381 { background-position: left 15px top 15px , center bottom , right bottom }
bgpos497382 { background-position: left 15px center , center bottom , right bottom }
bgpos497383 { background-position: left center , center bottom , right bottom }
bgpos497384 { background-position: right bottom , center bottom , right bottom }
bgpos497385 { background-position: right bottom 15% , center bottom , right bottom }
bgpos497386 { background-position: right bottom 15px , center bottom , right bottom }
bgpos497387 { background-position: right top , center bottom , right bottom }
bgpos497388 { background-position: right top 15% , center bottom , right bottom }
bgpos497389 { background-position: right top 15px , center bottom , right bottom }
bgpos497390 { background-position: right 15% bottom , center bottom , right bottom }
bgpos497391 { background-position: right 15% bottom 15% , center bottom , right bottom }
bgpos497392 { background-position: right 15% bottom 15px , center bottom , right bottom }
bgpos497393 { background-position: right 15% top , center bottom , right bottom }
bgpos497394 { background-position: right 15% top 15% , center bottom , right bottom }
bgpos497395 { background-position: right 15% top 15px , center bottom , right bottom }
bgpos497396 { background-position: right 15% center , center bottom , right bottom }
bgpos497397 { background-position: right 15px bottom , center bottom , right bottom }
bgpos497398 { background-position: right 15px bottom 15% , center bottom , right bottom }
bgpos497399 { background-position: right 15px bottom 15px , center bottom , right bottom }
bgpos497400 { background-position: right 15px top , center bottom , right bottom }
bgpos497401 { background-position: right 15px top 15% , center bottom , right bottom }
bgpos497402 { background-position: right 15px top 15px , center bottom , right bottom }
bgpos497403 { background-position: right 15px center , center bottom , right bottom }
bgpos497404 { background-position: right center , center bottom , right bottom }
bgpos497405 { background-position: 100px , center bottom , right bottom }
bgpos497406 { background-position: 100px 10% , center bottom , right bottom }
bgpos497407 { background-position: 100px 100px , center bottom , right bottom }
bgpos497408 { background-position: 100px bottom , center bottom , right bottom }
bgpos497409 { background-position: 100px center , center bottom , right bottom }
bgpos497410 { background-position: 100px top , center bottom , right bottom }
bgpos497411 { background-position: 50% , center bottom , right bottom }
bgpos497412 { background-position: 50% 10% , center bottom , right bottom }
bgpos497413 { background-position: 50% 100px , center bottom , right bottom }
bgpos497414 { background-position: 50% bottom , center bottom , right bottom }
bgpos497415 { background-position: 50% center , center bottom , right bottom }
bgpos497416 { background-position: 50% top , center bottom , right bottom }
bgpos497417 { background-position: bottom, center bottom , right bottom }
bgpos497418 { background-position: center , center bottom , right bottom }
bgpos497419 { background-position: center bottom , center bottom , right bottom }
bgpos497420 { background-position: center bottom 15% , center bottom , right bottom }
bgpos497421 { background-position: center bottom 15px , center bottom , right bottom }
bgpos497422 { background-position: center top , center bottom , right bottom }
bgpos497423 { background-position: center top 15% , center bottom , right bottom }
bgpos497424 { background-position: center top 15px , center bottom , right bottom }
bgpos497425 { background-position: center 10% , center bottom , right bottom }
bgpos497426 { background-position: center 100px , center bottom , right bottom }
bgpos497427 { background-position: center bottom , center bottom , right bottom }
bgpos497428 { background-position: center center , center bottom , right bottom }
bgpos497429 { background-position: center top , center bottom , right bottom }
bgpos497430 { background-position: left , center bottom , right bottom }
bgpos497431 { background-position: left 10% , center bottom , right bottom }
bgpos497432 { background-position: left 100px , center bottom , right bottom }
bgpos497433 { background-position: left bottom , center bottom , right bottom }
bgpos497434 { background-position: left center , center bottom , right bottom }
bgpos497435 { background-position: left top , center bottom , right bottom }
bgpos497436 { background-position: right , center bottom , right bottom }
bgpos497437 { background-position: right 10% , center bottom , right bottom }
bgpos497438 { background-position: right 100px , center bottom , right bottom }
bgpos497439 { background-position: right bottom , center bottom , right bottom }
bgpos497440 { background-position: right center , center bottom , right bottom }
bgpos497441 { background-position: right top , center bottom , right bottom }
bgpos497442 { background-position: top , center bottom , right bottom }
bgpos497443 { background-position: left bottom , center bottom 15% , right bottom }
bgpos497444 { background-position: left bottom 15% , center bottom 15% , right bottom }
bgpos497445 { background-position: left bottom 15px , center bottom 15% , right bottom }
bgpos497446 { background-position: left top , center bottom 15% , right bottom }
bgpos497447 { background-position: left top 15% , center bottom 15% , right bottom }
bgpos497448 { background-position: left top 15px , center bottom 15% , right bottom }
bgpos497449 { background-position: left 15% bottom , center bottom 15% , right bottom }
bgpos497450 { background-position: left 15% bottom 15% , center bottom 15% , right bottom }
bgpos497451 { background-position: left 15% bottom 15px , center bottom 15% , right bottom }
bgpos497452 { background-position: left 15% top , center bottom 15% , right bottom }
bgpos497453 { background-position: left 15% top 15% , center bottom 15% , right bottom }
bgpos497454 { background-position: left 15% top 15px , center bottom 15% , right bottom }
bgpos497455 { background-position: left 15% center , center bottom 15% , right bottom }
bgpos497456 { background-position: left 15px bottom , center bottom 15% , right bottom }
bgpos497457 { background-position: left 15px bottom 15% , center bottom 15% , right bottom }
bgpos497458 { background-position: left 15px bottom 15px , center bottom 15% , right bottom }
bgpos497459 { background-position: left 15px top , center bottom 15% , right bottom }
bgpos497460 { background-position: left 15px top 15% , center bottom 15% , right bottom }
bgpos497461 { background-position: left 15px top 15px , center bottom 15% , right bottom }
bgpos497462 { background-position: left 15px center , center bottom 15% , right bottom }
bgpos497463 { background-position: left center , center bottom 15% , right bottom }
bgpos497464 { background-position: right bottom , center bottom 15% , right bottom }
bgpos497465 { background-position: right bottom 15% , center bottom 15% , right bottom }
bgpos497466 { background-position: right bottom 15px , center bottom 15% , right bottom }
bgpos497467 { background-position: right top , center bottom 15% , right bottom }
bgpos497468 { background-position: right top 15% , center bottom 15% , right bottom }
bgpos497469 { background-position: right top 15px , center bottom 15% , right bottom }
bgpos497470 { background-position: right 15% bottom , center bottom 15% , right bottom }
bgpos497471 { background-position: right 15% bottom 15% , center bottom 15% , right bottom }
bgpos497472 { background-position: right 15% bottom 15px , center bottom 15% , right bottom }
bgpos497473 { background-position: right 15% top , center bottom 15% , right bottom }
bgpos497474 { background-position: right 15% top 15% , center bottom 15% , right bottom }
bgpos497475 { background-position: right 15% top 15px , center bottom 15% , right bottom }
bgpos497476 { background-position: right 15% center , center bottom 15% , right bottom }
bgpos497477 { background-position: right 15px bottom , center bottom 15% , right bottom }
bgpos497478 { background-position: right 15px bottom 15% , center bottom 15% , right bottom }
bgpos497479 { background-position: right 15px bottom 15px , center bottom 15% , right bottom }
bgpos497480 { background-position: right 15px top , center bottom 15% , right bottom }
bgpos497481 { background-position: right 15px top 15% , center bottom 15% , right bottom }
bgpos497482 { background-position: right 15px top 15px , center bottom 15% , right bottom }
bgpos497483 { background-position: right 15px center , center bottom 15% , right bottom }
bgpos497484 { background-position: right center , center bottom 15% , right bottom }
bgpos497485 { background-position: 100px , center bottom 15% , right bottom }
bgpos497486 { background-position: 100px 10% , center bottom 15% , right bottom }
bgpos497487 { background-position: 100px 100px , center bottom 15% , right bottom }
bgpos497488 { background-position: 100px bottom , center bottom 15% , right bottom }
bgpos497489 { background-position: 100px center , center bottom 15% , right bottom }
bgpos497490 { background-position: 100px top , center bottom 15% , right bottom }
bgpos497491 { background-position: 50% , center bottom 15% , right bottom }
bgpos497492 { background-position: 50% 10% , center bottom 15% , right bottom }
bgpos497493 { background-position: 50% 100px , center bottom 15% , right bottom }
bgpos497494 { background-position: 50% bottom , center bottom 15% , right bottom }
bgpos497495 { background-position: 50% center , center bottom 15% , right bottom }
bgpos497496 { background-position: 50% top , center bottom 15% , right bottom }
bgpos497497 { background-position: bottom, center bottom 15% , right bottom }
bgpos497498 { background-position: center , center bottom 15% , right bottom }
bgpos497499 { background-position: center bottom , center bottom 15% , right bottom }
bgpos497500 { background-position: center bottom 15% , center bottom 15% , right bottom }
bgpos497501 { background-position: center bottom 15px , center bottom 15% , right bottom }
bgpos497502 { background-position: center top , center bottom 15% , right bottom }
bgpos497503 { background-position: center top 15% , center bottom 15% , right bottom }
bgpos497504 { background-position: center top 15px , center bottom 15% , right bottom }
bgpos497505 { background-position: center 10% , center bottom 15% , right bottom }
bgpos497506 { background-position: center 100px , center bottom 15% , right bottom }
bgpos497507 { background-position: center bottom , center bottom 15% , right bottom }
bgpos497508 { background-position: center center , center bottom 15% , right bottom }
bgpos497509 { background-position: center top , center bottom 15% , right bottom }
bgpos497510 { background-position: left , center bottom 15% , right bottom }
bgpos497511 { background-position: left 10% , center bottom 15% , right bottom }
bgpos497512 { background-position: left 100px , center bottom 15% , right bottom }
bgpos497513 { background-position: left bottom , center bottom 15% , right bottom }
bgpos497514 { background-position: left center , center bottom 15% , right bottom }
bgpos497515 { background-position: left top , center bottom 15% , right bottom }
bgpos497516 { background-position: right , center bottom 15% , right bottom }
bgpos497517 { background-position: right 10% , center bottom 15% , right bottom }
bgpos497518 { background-position: right 100px , center bottom 15% , right bottom }
bgpos497519 { background-position: right bottom , center bottom 15% , right bottom }
bgpos497520 { background-position: right center , center bottom 15% , right bottom }
bgpos497521 { background-position: right top , center bottom 15% , right bottom }
bgpos497522 { background-position: top , center bottom 15% , right bottom }
bgpos497523 { background-position: left bottom , center bottom 15px , right bottom }
bgpos497524 { background-position: left bottom 15% , center bottom 15px , right bottom }
bgpos497525 { background-position: left bottom 15px , center bottom 15px , right bottom }
bgpos497526 { background-position: left top , center bottom 15px , right bottom }
bgpos497527 { background-position: left top 15% , center bottom 15px , right bottom }
bgpos497528 { background-position: left top 15px , center bottom 15px , right bottom }
bgpos497529 { background-position: left 15% bottom , center bottom 15px , right bottom }
bgpos497530 { background-position: left 15% bottom 15% , center bottom 15px , right bottom }
bgpos497531 { background-position: left 15% bottom 15px , center bottom 15px , right bottom }
bgpos497532 { background-position: left 15% top , center bottom 15px , right bottom }
bgpos497533 { background-position: left 15% top 15% , center bottom 15px , right bottom }
bgpos497534 { background-position: left 15% top 15px , center bottom 15px , right bottom }
bgpos497535 { background-position: left 15% center , center bottom 15px , right bottom }
bgpos497536 { background-position: left 15px bottom , center bottom 15px , right bottom }
bgpos497537 { background-position: left 15px bottom 15% , center bottom 15px , right bottom }
bgpos497538 { background-position: left 15px bottom 15px , center bottom 15px , right bottom }
bgpos497539 { background-position: left 15px top , center bottom 15px , right bottom }
bgpos497540 { background-position: left 15px top 15% , center bottom 15px , right bottom }
bgpos497541 { background-position: left 15px top 15px , center bottom 15px , right bottom }
bgpos497542 { background-position: left 15px center , center bottom 15px , right bottom }
bgpos497543 { background-position: left center , center bottom 15px , right bottom }
bgpos497544 { background-position: right bottom , center bottom 15px , right bottom }
bgpos497545 { background-position: right bottom 15% , center bottom 15px , right bottom }
bgpos497546 { background-position: right bottom 15px , center bottom 15px , right bottom }
bgpos497547 { background-position: right top , center bottom 15px , right bottom }
bgpos497548 { background-position: right top 15% , center bottom 15px , right bottom }
bgpos497549 { background-position: right top 15px , center bottom 15px , right bottom }
bgpos497550 { background-position: right 15% bottom , center bottom 15px , right bottom }
bgpos497551 { background-position: right 15% bottom 15% , center bottom 15px , right bottom }
bgpos497552 { background-position: right 15% bottom 15px , center bottom 15px , right bottom }
bgpos497553 { background-position: right 15% top , center bottom 15px , right bottom }
bgpos497554 { background-position: right 15% top 15% , center bottom 15px , right bottom }
bgpos497555 { background-position: right 15% top 15px , center bottom 15px , right bottom }
bgpos497556 { background-position: right 15% center , center bottom 15px , right bottom }
bgpos497557 { background-position: right 15px bottom , center bottom 15px , right bottom }
bgpos497558 { background-position: right 15px bottom 15% , center bottom 15px , right bottom }
bgpos497559 { background-position: right 15px bottom 15px , center bottom 15px , right bottom }
bgpos497560 { background-position: right 15px top , center bottom 15px , right bottom }
bgpos497561 { background-position: right 15px top 15% , center bottom 15px , right bottom }
bgpos497562 { background-position: right 15px top 15px , center bottom 15px , right bottom }
bgpos497563 { background-position: right 15px center , center bottom 15px , right bottom }
bgpos497564 { background-position: right center , center bottom 15px , right bottom }
bgpos497565 { background-position: 100px , center bottom 15px , right bottom }
bgpos497566 { background-position: 100px 10% , center bottom 15px , right bottom }
bgpos497567 { background-position: 100px 100px , center bottom 15px , right bottom }
bgpos497568 { background-position: 100px bottom , center bottom 15px , right bottom }
bgpos497569 { background-position: 100px center , center bottom 15px , right bottom }
bgpos497570 { background-position: 100px top , center bottom 15px , right bottom }
bgpos497571 { background-position: 50% , center bottom 15px , right bottom }
bgpos497572 { background-position: 50% 10% , center bottom 15px , right bottom }
bgpos497573 { background-position: 50% 100px , center bottom 15px , right bottom }
bgpos497574 { background-position: 50% bottom , center bottom 15px , right bottom }
bgpos497575 { background-position: 50% center , center bottom 15px , right bottom }
bgpos497576 { background-position: 50% top , center bottom 15px , right bottom }
bgpos497577 { background-position: bottom, center bottom 15px , right bottom }
bgpos497578 { background-position: center , center bottom 15px , right bottom }
bgpos497579 { background-position: center bottom , center bottom 15px , right bottom }
bgpos497580 { background-position: center bottom 15% , center bottom 15px , right bottom }
bgpos497581 { background-position: center bottom 15px , center bottom 15px , right bottom }
bgpos497582 { background-position: center top , center bottom 15px , right bottom }
bgpos497583 { background-position: center top 15% , center bottom 15px , right bottom }
bgpos497584 { background-position: center top 15px , center bottom 15px , right bottom }
bgpos497585 { background-position: center 10% , center bottom 15px , right bottom }
bgpos497586 { background-position: center 100px , center bottom 15px , right bottom }
bgpos497587 { background-position: center bottom , center bottom 15px , right bottom }
bgpos497588 { background-position: center center , center bottom 15px , right bottom }
bgpos497589 { background-position: center top , center bottom 15px , right bottom }
bgpos497590 { background-position: left , center bottom 15px , right bottom }
bgpos497591 { background-position: left 10% , center bottom 15px , right bottom }
bgpos497592 { background-position: left 100px , center bottom 15px , right bottom }
bgpos497593 { background-position: left bottom , center bottom 15px , right bottom }
bgpos497594 { background-position: left center , center bottom 15px , right bottom }
bgpos497595 { background-position: left top , center bottom 15px , right bottom }
bgpos497596 { background-position: right , center bottom 15px , right bottom }
bgpos497597 { background-position: right 10% , center bottom 15px , right bottom }
bgpos497598 { background-position: right 100px , center bottom 15px , right bottom }
bgpos497599 { background-position: right bottom , center bottom 15px , right bottom }
bgpos497600 { background-position: right center , center bottom 15px , right bottom }
bgpos497601 { background-position: right top , center bottom 15px , right bottom }
bgpos497602 { background-position: top , center bottom 15px , right bottom }
bgpos497603 { background-position: left bottom , center top , right bottom }
bgpos497604 { background-position: left bottom 15% , center top , right bottom }
bgpos497605 { background-position: left bottom 15px , center top , right bottom }
bgpos497606 { background-position: left top , center top , right bottom }
bgpos497607 { background-position: left top 15% , center top , right bottom }
bgpos497608 { background-position: left top 15px , center top , right bottom }
bgpos497609 { background-position: left 15% bottom , center top , right bottom }
bgpos497610 { background-position: left 15% bottom 15% , center top , right bottom }
bgpos497611 { background-position: left 15% bottom 15px , center top , right bottom }
bgpos497612 { background-position: left 15% top , center top , right bottom }
bgpos497613 { background-position: left 15% top 15% , center top , right bottom }
bgpos497614 { background-position: left 15% top 15px , center top , right bottom }
bgpos497615 { background-position: left 15% center , center top , right bottom }
bgpos497616 { background-position: left 15px bottom , center top , right bottom }
bgpos497617 { background-position: left 15px bottom 15% , center top , right bottom }
bgpos497618 { background-position: left 15px bottom 15px , center top , right bottom }
bgpos497619 { background-position: left 15px top , center top , right bottom }
bgpos497620 { background-position: left 15px top 15% , center top , right bottom }
bgpos497621 { background-position: left 15px top 15px , center top , right bottom }
bgpos497622 { background-position: left 15px center , center top , right bottom }
bgpos497623 { background-position: left center , center top , right bottom }
bgpos497624 { background-position: right bottom , center top , right bottom }
bgpos497625 { background-position: right bottom 15% , center top , right bottom }
bgpos497626 { background-position: right bottom 15px , center top , right bottom }
bgpos497627 { background-position: right top , center top , right bottom }
bgpos497628 { background-position: right top 15% , center top , right bottom }
bgpos497629 { background-position: right top 15px , center top , right bottom }
bgpos497630 { background-position: right 15% bottom , center top , right bottom }
bgpos497631 { background-position: right 15% bottom 15% , center top , right bottom }
bgpos497632 { background-position: right 15% bottom 15px , center top , right bottom }
bgpos497633 { background-position: right 15% top , center top , right bottom }
bgpos497634 { background-position: right 15% top 15% , center top , right bottom }
bgpos497635 { background-position: right 15% top 15px , center top , right bottom }
bgpos497636 { background-position: right 15% center , center top , right bottom }
bgpos497637 { background-position: right 15px bottom , center top , right bottom }
bgpos497638 { background-position: right 15px bottom 15% , center top , right bottom }
bgpos497639 { background-position: right 15px bottom 15px , center top , right bottom }
bgpos497640 { background-position: right 15px top , center top , right bottom }
bgpos497641 { background-position: right 15px top 15% , center top , right bottom }
bgpos497642 { background-position: right 15px top 15px , center top , right bottom }
bgpos497643 { background-position: right 15px center , center top , right bottom }
bgpos497644 { background-position: right center , center top , right bottom }
bgpos497645 { background-position: 100px , center top , right bottom }
bgpos497646 { background-position: 100px 10% , center top , right bottom }
bgpos497647 { background-position: 100px 100px , center top , right bottom }
bgpos497648 { background-position: 100px bottom , center top , right bottom }
bgpos497649 { background-position: 100px center , center top , right bottom }
bgpos497650 { background-position: 100px top , center top , right bottom }
bgpos497651 { background-position: 50% , center top , right bottom }
bgpos497652 { background-position: 50% 10% , center top , right bottom }
bgpos497653 { background-position: 50% 100px , center top , right bottom }
bgpos497654 { background-position: 50% bottom , center top , right bottom }
bgpos497655 { background-position: 50% center , center top , right bottom }
bgpos497656 { background-position: 50% top , center top , right bottom }
bgpos497657 { background-position: bottom, center top , right bottom }
bgpos497658 { background-position: center , center top , right bottom }
bgpos497659 { background-position: center bottom , center top , right bottom }
bgpos497660 { background-position: center bottom 15% , center top , right bottom }
bgpos497661 { background-position: center bottom 15px , center top , right bottom }
bgpos497662 { background-position: center top , center top , right bottom }
bgpos497663 { background-position: center top 15% , center top , right bottom }
bgpos497664 { background-position: center top 15px , center top , right bottom }
bgpos497665 { background-position: center 10% , center top , right bottom }
bgpos497666 { background-position: center 100px , center top , right bottom }
bgpos497667 { background-position: center bottom , center top , right bottom }
bgpos497668 { background-position: center center , center top , right bottom }
bgpos497669 { background-position: center top , center top , right bottom }
bgpos497670 { background-position: left , center top , right bottom }
bgpos497671 { background-position: left 10% , center top , right bottom }
bgpos497672 { background-position: left 100px , center top , right bottom }
bgpos497673 { background-position: left bottom , center top , right bottom }
bgpos497674 { background-position: left center , center top , right bottom }
bgpos497675 { background-position: left top , center top , right bottom }
bgpos497676 { background-position: right , center top , right bottom }
bgpos497677 { background-position: right 10% , center top , right bottom }
bgpos497678 { background-position: right 100px , center top , right bottom }
bgpos497679 { background-position: right bottom , center top , right bottom }
bgpos497680 { background-position: right center , center top , right bottom }
bgpos497681 { background-position: right top , center top , right bottom }
bgpos497682 { background-position: top , center top , right bottom }
bgpos497683 { background-position: left bottom , center top 15% , right bottom }
bgpos497684 { background-position: left bottom 15% , center top 15% , right bottom }
bgpos497685 { background-position: left bottom 15px , center top 15% , right bottom }
bgpos497686 { background-position: left top , center top 15% , right bottom }
bgpos497687 { background-position: left top 15% , center top 15% , right bottom }
bgpos497688 { background-position: left top 15px , center top 15% , right bottom }
bgpos497689 { background-position: left 15% bottom , center top 15% , right bottom }
bgpos497690 { background-position: left 15% bottom 15% , center top 15% , right bottom }
bgpos497691 { background-position: left 15% bottom 15px , center top 15% , right bottom }
bgpos497692 { background-position: left 15% top , center top 15% , right bottom }
bgpos497693 { background-position: left 15% top 15% , center top 15% , right bottom }
bgpos497694 { background-position: left 15% top 15px , center top 15% , right bottom }
bgpos497695 { background-position: left 15% center , center top 15% , right bottom }
bgpos497696 { background-position: left 15px bottom , center top 15% , right bottom }
bgpos497697 { background-position: left 15px bottom 15% , center top 15% , right bottom }
bgpos497698 { background-position: left 15px bottom 15px , center top 15% , right bottom }
bgpos497699 { background-position: left 15px top , center top 15% , right bottom }
bgpos497700 { background-position: left 15px top 15% , center top 15% , right bottom }
bgpos497701 { background-position: left 15px top 15px , center top 15% , right bottom }
bgpos497702 { background-position: left 15px center , center top 15% , right bottom }
bgpos497703 { background-position: left center , center top 15% , right bottom }
bgpos497704 { background-position: right bottom , center top 15% , right bottom }
bgpos497705 { background-position: right bottom 15% , center top 15% , right bottom }
bgpos497706 { background-position: right bottom 15px , center top 15% , right bottom }
bgpos497707 { background-position: right top , center top 15% , right bottom }
bgpos497708 { background-position: right top 15% , center top 15% , right bottom }
bgpos497709 { background-position: right top 15px , center top 15% , right bottom }
bgpos497710 { background-position: right 15% bottom , center top 15% , right bottom }
bgpos497711 { background-position: right 15% bottom 15% , center top 15% , right bottom }
bgpos497712 { background-position: right 15% bottom 15px , center top 15% , right bottom }
bgpos497713 { background-position: right 15% top , center top 15% , right bottom }
bgpos497714 { background-position: right 15% top 15% , center top 15% , right bottom }
bgpos497715 { background-position: right 15% top 15px , center top 15% , right bottom }
bgpos497716 { background-position: right 15% center , center top 15% , right bottom }
bgpos497717 { background-position: right 15px bottom , center top 15% , right bottom }
bgpos497718 { background-position: right 15px bottom 15% , center top 15% , right bottom }
bgpos497719 { background-position: right 15px bottom 15px , center top 15% , right bottom }
bgpos497720 { background-position: right 15px top , center top 15% , right bottom }
bgpos497721 { background-position: right 15px top 15% , center top 15% , right bottom }
bgpos497722 { background-position: right 15px top 15px , center top 15% , right bottom }
bgpos497723 { background-position: right 15px center , center top 15% , right bottom }
bgpos497724 { background-position: right center , center top 15% , right bottom }
bgpos497725 { background-position: 100px , center top 15% , right bottom }
bgpos497726 { background-position: 100px 10% , center top 15% , right bottom }
bgpos497727 { background-position: 100px 100px , center top 15% , right bottom }
bgpos497728 { background-position: 100px bottom , center top 15% , right bottom }
bgpos497729 { background-position: 100px center , center top 15% , right bottom }
bgpos497730 { background-position: 100px top , center top 15% , right bottom }
bgpos497731 { background-position: 50% , center top 15% , right bottom }
bgpos497732 { background-position: 50% 10% , center top 15% , right bottom }
bgpos497733 { background-position: 50% 100px , center top 15% , right bottom }
bgpos497734 { background-position: 50% bottom , center top 15% , right bottom }
bgpos497735 { background-position: 50% center , center top 15% , right bottom }
bgpos497736 { background-position: 50% top , center top 15% , right bottom }
bgpos497737 { background-position: bottom, center top 15% , right bottom }
bgpos497738 { background-position: center , center top 15% , right bottom }
bgpos497739 { background-position: center bottom , center top 15% , right bottom }
bgpos497740 { background-position: center bottom 15% , center top 15% , right bottom }
bgpos497741 { background-position: center bottom 15px , center top 15% , right bottom }
bgpos497742 { background-position: center top , center top 15% , right bottom }
bgpos497743 { background-position: center top 15% , center top 15% , right bottom }
bgpos497744 { background-position: center top 15px , center top 15% , right bottom }
bgpos497745 { background-position: center 10% , center top 15% , right bottom }
bgpos497746 { background-position: center 100px , center top 15% , right bottom }
bgpos497747 { background-position: center bottom , center top 15% , right bottom }
bgpos497748 { background-position: center center , center top 15% , right bottom }
bgpos497749 { background-position: center top , center top 15% , right bottom }
bgpos497750 { background-position: left , center top 15% , right bottom }
bgpos497751 { background-position: left 10% , center top 15% , right bottom }
bgpos497752 { background-position: left 100px , center top 15% , right bottom }
bgpos497753 { background-position: left bottom , center top 15% , right bottom }
bgpos497754 { background-position: left center , center top 15% , right bottom }
bgpos497755 { background-position: left top , center top 15% , right bottom }
bgpos497756 { background-position: right , center top 15% , right bottom }
bgpos497757 { background-position: right 10% , center top 15% , right bottom }
bgpos497758 { background-position: right 100px , center top 15% , right bottom }
bgpos497759 { background-position: right bottom , center top 15% , right bottom }
bgpos497760 { background-position: right center , center top 15% , right bottom }
bgpos497761 { background-position: right top , center top 15% , right bottom }
bgpos497762 { background-position: top , center top 15% , right bottom }
bgpos497763 { background-position: left bottom , center top 15px , right bottom }
bgpos497764 { background-position: left bottom 15% , center top 15px , right bottom }
bgpos497765 { background-position: left bottom 15px , center top 15px , right bottom }
bgpos497766 { background-position: left top , center top 15px , right bottom }
bgpos497767 { background-position: left top 15% , center top 15px , right bottom }
bgpos497768 { background-position: left top 15px , center top 15px , right bottom }
bgpos497769 { background-position: left 15% bottom , center top 15px , right bottom }
bgpos497770 { background-position: left 15% bottom 15% , center top 15px , right bottom }
bgpos497771 { background-position: left 15% bottom 15px , center top 15px , right bottom }
bgpos497772 { background-position: left 15% top , center top 15px , right bottom }
bgpos497773 { background-position: left 15% top 15% , center top 15px , right bottom }
bgpos497774 { background-position: left 15% top 15px , center top 15px , right bottom }
bgpos497775 { background-position: left 15% center , center top 15px , right bottom }
bgpos497776 { background-position: left 15px bottom , center top 15px , right bottom }
bgpos497777 { background-position: left 15px bottom 15% , center top 15px , right bottom }
bgpos497778 { background-position: left 15px bottom 15px , center top 15px , right bottom }
bgpos497779 { background-position: left 15px top , center top 15px , right bottom }
bgpos497780 { background-position: left 15px top 15% , center top 15px , right bottom }
bgpos497781 { background-position: left 15px top 15px , center top 15px , right bottom }
bgpos497782 { background-position: left 15px center , center top 15px , right bottom }
bgpos497783 { background-position: left center , center top 15px , right bottom }
bgpos497784 { background-position: right bottom , center top 15px , right bottom }
bgpos497785 { background-position: right bottom 15% , center top 15px , right bottom }
bgpos497786 { background-position: right bottom 15px , center top 15px , right bottom }
bgpos497787 { background-position: right top , center top 15px , right bottom }
bgpos497788 { background-position: right top 15% , center top 15px , right bottom }
bgpos497789 { background-position: right top 15px , center top 15px , right bottom }
bgpos497790 { background-position: right 15% bottom , center top 15px , right bottom }
bgpos497791 { background-position: right 15% bottom 15% , center top 15px , right bottom }
bgpos497792 { background-position: right 15% bottom 15px , center top 15px , right bottom }
bgpos497793 { background-position: right 15% top , center top 15px , right bottom }
bgpos497794 { background-position: right 15% top 15% , center top 15px , right bottom }
bgpos497795 { background-position: right 15% top 15px , center top 15px , right bottom }
bgpos497796 { background-position: right 15% center , center top 15px , right bottom }
bgpos497797 { background-position: right 15px bottom , center top 15px , right bottom }
bgpos497798 { background-position: right 15px bottom 15% , center top 15px , right bottom }
bgpos497799 { background-position: right 15px bottom 15px , center top 15px , right bottom }
bgpos497800 { background-position: right 15px top , center top 15px , right bottom }
bgpos497801 { background-position: right 15px top 15% , center top 15px , right bottom }
bgpos497802 { background-position: right 15px top 15px , center top 15px , right bottom }
bgpos497803 { background-position: right 15px center , center top 15px , right bottom }
bgpos497804 { background-position: right center , center top 15px , right bottom }
bgpos497805 { background-position: 100px , center top 15px , right bottom }
bgpos497806 { background-position: 100px 10% , center top 15px , right bottom }
bgpos497807 { background-position: 100px 100px , center top 15px , right bottom }
bgpos497808 { background-position: 100px bottom , center top 15px , right bottom }
bgpos497809 { background-position: 100px center , center top 15px , right bottom }
bgpos497810 { background-position: 100px top , center top 15px , right bottom }
bgpos497811 { background-position: 50% , center top 15px , right bottom }
bgpos497812 { background-position: 50% 10% , center top 15px , right bottom }
bgpos497813 { background-position: 50% 100px , center top 15px , right bottom }
bgpos497814 { background-position: 50% bottom , center top 15px , right bottom }
bgpos497815 { background-position: 50% center , center top 15px , right bottom }
bgpos497816 { background-position: 50% top , center top 15px , right bottom }
bgpos497817 { background-position: bottom, center top 15px , right bottom }
bgpos497818 { background-position: center , center top 15px , right bottom }
bgpos497819 { background-position: center bottom , center top 15px , right bottom }
bgpos497820 { background-position: center bottom 15% , center top 15px , right bottom }
bgpos497821 { background-position: center bottom 15px , center top 15px , right bottom }
bgpos497822 { background-position: center top , center top 15px , right bottom }
bgpos497823 { background-position: center top 15% , center top 15px , right bottom }
bgpos497824 { background-position: center top 15px , center top 15px , right bottom }
bgpos497825 { background-position: center 10% , center top 15px , right bottom }
bgpos497826 { background-position: center 100px , center top 15px , right bottom }
bgpos497827 { background-position: center bottom , center top 15px , right bottom }
bgpos497828 { background-position: center center , center top 15px , right bottom }
bgpos497829 { background-position: center top , center top 15px , right bottom }
bgpos497830 { background-position: left , center top 15px , right bottom }
bgpos497831 { background-position: left 10% , center top 15px , right bottom }
bgpos497832 { background-position: left 100px , center top 15px , right bottom }
bgpos497833 { background-position: left bottom , center top 15px , right bottom }
bgpos497834 { background-position: left center , center top 15px , right bottom }
bgpos497835 { background-position: left top , center top 15px , right bottom }
bgpos497836 { background-position: right , center top 15px , right bottom }
bgpos497837 { background-position: right 10% , center top 15px , right bottom }
bgpos497838 { background-position: right 100px , center top 15px , right bottom }
bgpos497839 { background-position: right bottom , center top 15px , right bottom }
bgpos497840 { background-position: right center , center top 15px , right bottom }
bgpos497841 { background-position: right top , center top 15px , right bottom }
bgpos497842 { background-position: top , center top 15px , right bottom }
bgpos497843 { background-position: left bottom , center 10% , right bottom }
bgpos497844 { background-position: left bottom 15% , center 10% , right bottom }
bgpos497845 { background-position: left bottom 15px , center 10% , right bottom }
bgpos497846 { background-position: left top , center 10% , right bottom }
bgpos497847 { background-position: left top 15% , center 10% , right bottom }
bgpos497848 { background-position: left top 15px , center 10% , right bottom }
bgpos497849 { background-position: left 15% bottom , center 10% , right bottom }
bgpos497850 { background-position: left 15% bottom 15% , center 10% , right bottom }
bgpos497851 { background-position: left 15% bottom 15px , center 10% , right bottom }
bgpos497852 { background-position: left 15% top , center 10% , right bottom }
bgpos497853 { background-position: left 15% top 15% , center 10% , right bottom }
bgpos497854 { background-position: left 15% top 15px , center 10% , right bottom }
bgpos497855 { background-position: left 15% center , center 10% , right bottom }
bgpos497856 { background-position: left 15px bottom , center 10% , right bottom }
bgpos497857 { background-position: left 15px bottom 15% , center 10% , right bottom }
bgpos497858 { background-position: left 15px bottom 15px , center 10% , right bottom }
bgpos497859 { background-position: left 15px top , center 10% , right bottom }
bgpos497860 { background-position: left 15px top 15% , center 10% , right bottom }
bgpos497861 { background-position: left 15px top 15px , center 10% , right bottom }
bgpos497862 { background-position: left 15px center , center 10% , right bottom }
bgpos497863 { background-position: left center , center 10% , right bottom }
bgpos497864 { background-position: right bottom , center 10% , right bottom }
bgpos497865 { background-position: right bottom 15% , center 10% , right bottom }
bgpos497866 { background-position: right bottom 15px , center 10% , right bottom }
bgpos497867 { background-position: right top , center 10% , right bottom }
bgpos497868 { background-position: right top 15% , center 10% , right bottom }
bgpos497869 { background-position: right top 15px , center 10% , right bottom }
bgpos497870 { background-position: right 15% bottom , center 10% , right bottom }
bgpos497871 { background-position: right 15% bottom 15% , center 10% , right bottom }
bgpos497872 { background-position: right 15% bottom 15px , center 10% , right bottom }
bgpos497873 { background-position: right 15% top , center 10% , right bottom }
bgpos497874 { background-position: right 15% top 15% , center 10% , right bottom }
bgpos497875 { background-position: right 15% top 15px , center 10% , right bottom }
bgpos497876 { background-position: right 15% center , center 10% , right bottom }
bgpos497877 { background-position: right 15px bottom , center 10% , right bottom }
bgpos497878 { background-position: right 15px bottom 15% , center 10% , right bottom }
bgpos497879 { background-position: right 15px bottom 15px , center 10% , right bottom }
bgpos497880 { background-position: right 15px top , center 10% , right bottom }
bgpos497881 { background-position: right 15px top 15% , center 10% , right bottom }
bgpos497882 { background-position: right 15px top 15px , center 10% , right bottom }
bgpos497883 { background-position: right 15px center , center 10% , right bottom }
bgpos497884 { background-position: right center , center 10% , right bottom }
bgpos497885 { background-position: 100px , center 10% , right bottom }
bgpos497886 { background-position: 100px 10% , center 10% , right bottom }
bgpos497887 { background-position: 100px 100px , center 10% , right bottom }
bgpos497888 { background-position: 100px bottom , center 10% , right bottom }
bgpos497889 { background-position: 100px center , center 10% , right bottom }
bgpos497890 { background-position: 100px top , center 10% , right bottom }
bgpos497891 { background-position: 50% , center 10% , right bottom }
bgpos497892 { background-position: 50% 10% , center 10% , right bottom }
bgpos497893 { background-position: 50% 100px , center 10% , right bottom }
bgpos497894 { background-position: 50% bottom , center 10% , right bottom }
bgpos497895 { background-position: 50% center , center 10% , right bottom }
bgpos497896 { background-position: 50% top , center 10% , right bottom }
bgpos497897 { background-position: bottom, center 10% , right bottom }
bgpos497898 { background-position: center , center 10% , right bottom }
bgpos497899 { background-position: center bottom , center 10% , right bottom }
bgpos497900 { background-position: center bottom 15% , center 10% , right bottom }
bgpos497901 { background-position: center bottom 15px , center 10% , right bottom }
bgpos497902 { background-position: center top , center 10% , right bottom }
bgpos497903 { background-position: center top 15% , center 10% , right bottom }
bgpos497904 { background-position: center top 15px , center 10% , right bottom }
bgpos497905 { background-position: center 10% , center 10% , right bottom }
bgpos497906 { background-position: center 100px , center 10% , right bottom }
bgpos497907 { background-position: center bottom , center 10% , right bottom }
bgpos497908 { background-position: center center , center 10% , right bottom }
bgpos497909 { background-position: center top , center 10% , right bottom }
bgpos497910 { background-position: left , center 10% , right bottom }
bgpos497911 { background-position: left 10% , center 10% , right bottom }
bgpos497912 { background-position: left 100px , center 10% , right bottom }
bgpos497913 { background-position: left bottom , center 10% , right bottom }
bgpos497914 { background-position: left center , center 10% , right bottom }
bgpos497915 { background-position: left top , center 10% , right bottom }
bgpos497916 { background-position: right , center 10% , right bottom }
bgpos497917 { background-position: right 10% , center 10% , right bottom }
bgpos497918 { background-position: right 100px , center 10% , right bottom }
bgpos497919 { background-position: right bottom , center 10% , right bottom }
bgpos497920 { background-position: right center , center 10% , right bottom }
bgpos497921 { background-position: right top , center 10% , right bottom }
bgpos497922 { background-position: top , center 10% , right bottom }
bgpos497923 { background-position: left bottom , center 100px , right bottom }
bgpos497924 { background-position: left bottom 15% , center 100px , right bottom }
bgpos497925 { background-position: left bottom 15px , center 100px , right bottom }
bgpos497926 { background-position: left top , center 100px , right bottom }
bgpos497927 { background-position: left top 15% , center 100px , right bottom }
bgpos497928 { background-position: left top 15px , center 100px , right bottom }
bgpos497929 { background-position: left 15% bottom , center 100px , right bottom }
bgpos497930 { background-position: left 15% bottom 15% , center 100px , right bottom }
bgpos497931 { background-position: left 15% bottom 15px , center 100px , right bottom }
bgpos497932 { background-position: left 15% top , center 100px , right bottom }
bgpos497933 { background-position: left 15% top 15% , center 100px , right bottom }
bgpos497934 { background-position: left 15% top 15px , center 100px , right bottom }
bgpos497935 { background-position: left 15% center , center 100px , right bottom }
bgpos497936 { background-position: left 15px bottom , center 100px , right bottom }
bgpos497937 { background-position: left 15px bottom 15% , center 100px , right bottom }
bgpos497938 { background-position: left 15px bottom 15px , center 100px , right bottom }
bgpos497939 { background-position: left 15px top , center 100px , right bottom }
bgpos497940 { background-position: left 15px top 15% , center 100px , right bottom }
bgpos497941 { background-position: left 15px top 15px , center 100px , right bottom }
bgpos497942 { background-position: left 15px center , center 100px , right bottom }
bgpos497943 { background-position: left center , center 100px , right bottom }
bgpos497944 { background-position: right bottom , center 100px , right bottom }
bgpos497945 { background-position: right bottom 15% , center 100px , right bottom }
bgpos497946 { background-position: right bottom 15px , center 100px , right bottom }
bgpos497947 { background-position: right top , center 100px , right bottom }
bgpos497948 { background-position: right top 15% , center 100px , right bottom }
bgpos497949 { background-position: right top 15px , center 100px , right bottom }
bgpos497950 { background-position: right 15% bottom , center 100px , right bottom }
bgpos497951 { background-position: right 15% bottom 15% , center 100px , right bottom }
bgpos497952 { background-position: right 15% bottom 15px , center 100px , right bottom }
bgpos497953 { background-position: right 15% top , center 100px , right bottom }
bgpos497954 { background-position: right 15% top 15% , center 100px , right bottom }
bgpos497955 { background-position: right 15% top 15px , center 100px , right bottom }
bgpos497956 { background-position: right 15% center , center 100px , right bottom }
bgpos497957 { background-position: right 15px bottom , center 100px , right bottom }
bgpos497958 { background-position: right 15px bottom 15% , center 100px , right bottom }
bgpos497959 { background-position: right 15px bottom 15px , center 100px , right bottom }
bgpos497960 { background-position: right 15px top , center 100px , right bottom }
bgpos497961 { background-position: right 15px top 15% , center 100px , right bottom }
bgpos497962 { background-position: right 15px top 15px , center 100px , right bottom }
bgpos497963 { background-position: right 15px center , center 100px , right bottom }
bgpos497964 { background-position: right center , center 100px , right bottom }
bgpos497965 { background-position: 100px , center 100px , right bottom }
bgpos497966 { background-position: 100px 10% , center 100px , right bottom }
bgpos497967 { background-position: 100px 100px , center 100px , right bottom }
bgpos497968 { background-position: 100px bottom , center 100px , right bottom }
bgpos497969 { background-position: 100px center , center 100px , right bottom }
bgpos497970 { background-position: 100px top , center 100px , right bottom }
bgpos497971 { background-position: 50% , center 100px , right bottom }
bgpos497972 { background-position: 50% 10% , center 100px , right bottom }
bgpos497973 { background-position: 50% 100px , center 100px , right bottom }
bgpos497974 { background-position: 50% bottom , center 100px , right bottom }
bgpos497975 { background-position: 50% center , center 100px , right bottom }
bgpos497976 { background-position: 50% top , center 100px , right bottom }
bgpos497977 { background-position: bottom, center 100px , right bottom }
bgpos497978 { background-position: center , center 100px , right bottom }
bgpos497979 { background-position: center bottom , center 100px , right bottom }
bgpos497980 { background-position: center bottom 15% , center 100px , right bottom }
bgpos497981 { background-position: center bottom 15px , center 100px , right bottom }
bgpos497982 { background-position: center top , center 100px , right bottom }
bgpos497983 { background-position: center top 15% , center 100px , right bottom }
bgpos497984 { background-position: center top 15px , center 100px , right bottom }
bgpos497985 { background-position: center 10% , center 100px , right bottom }
bgpos497986 { background-position: center 100px , center 100px , right bottom }
bgpos497987 { background-position: center bottom , center 100px , right bottom }
bgpos497988 { background-position: center center , center 100px , right bottom }
bgpos497989 { background-position: center top , center 100px , right bottom }
bgpos497990 { background-position: left , center 100px , right bottom }
bgpos497991 { background-position: left 10% , center 100px , right bottom }
bgpos497992 { background-position: left 100px , center 100px , right bottom }
bgpos497993 { background-position: left bottom , center 100px , right bottom }
bgpos497994 { background-position: left center , center 100px , right bottom }
bgpos497995 { background-position: left top , center 100px , right bottom }
bgpos497996 { background-position: right , center 100px , right bottom }
bgpos497997 { background-position: right 10% , center 100px , right bottom }
bgpos497998 { background-position: right 100px , center 100px , right bottom }
bgpos497999 { background-position: right bottom , center 100px , right bottom }
bgpos498000 { background-position: right center , center 100px , right bottom }
bgpos498001 { background-position: right top , center 100px , right bottom }
bgpos498002 { background-position: top , center 100px , right bottom }
bgpos498003 { background-position: left bottom , center bottom , right bottom }
bgpos498004 { background-position: left bottom 15% , center bottom , right bottom }
bgpos498005 { background-position: left bottom 15px , center bottom , right bottom }
bgpos498006 { background-position: left top , center bottom , right bottom }
bgpos498007 { background-position: left top 15% , center bottom , right bottom }
bgpos498008 { background-position: left top 15px , center bottom , right bottom }
bgpos498009 { background-position: left 15% bottom , center bottom , right bottom }
bgpos498010 { background-position: left 15% bottom 15% , center bottom , right bottom }
bgpos498011 { background-position: left 15% bottom 15px , center bottom , right bottom }
bgpos498012 { background-position: left 15% top , center bottom , right bottom }
bgpos498013 { background-position: left 15% top 15% , center bottom , right bottom }
bgpos498014 { background-position: left 15% top 15px , center bottom , right bottom }
bgpos498015 { background-position: left 15% center , center bottom , right bottom }
bgpos498016 { background-position: left 15px bottom , center bottom , right bottom }
bgpos498017 { background-position: left 15px bottom 15% , center bottom , right bottom }
bgpos498018 { background-position: left 15px bottom 15px , center bottom , right bottom }
bgpos498019 { background-position: left 15px top , center bottom , right bottom }
bgpos498020 { background-position: left 15px top 15% , center bottom , right bottom }
bgpos498021 { background-position: left 15px top 15px , center bottom , right bottom }
bgpos498022 { background-position: left 15px center , center bottom , right bottom }
bgpos498023 { background-position: left center , center bottom , right bottom }
bgpos498024 { background-position: right bottom , center bottom , right bottom }
bgpos498025 { background-position: right bottom 15% , center bottom , right bottom }
bgpos498026 { background-position: right bottom 15px , center bottom , right bottom }
bgpos498027 { background-position: right top , center bottom , right bottom }
bgpos498028 { background-position: right top 15% , center bottom , right bottom }
bgpos498029 { background-position: right top 15px , center bottom , right bottom }
bgpos498030 { background-position: right 15% bottom , center bottom , right bottom }
bgpos498031 { background-position: right 15% bottom 15% , center bottom , right bottom }
bgpos498032 { background-position: right 15% bottom 15px , center bottom , right bottom }
bgpos498033 { background-position: right 15% top , center bottom , right bottom }
bgpos498034 { background-position: right 15% top 15% , center bottom , right bottom }
bgpos498035 { background-position: right 15% top 15px , center bottom , right bottom }
bgpos498036 { background-position: right 15% center , center bottom , right bottom }
bgpos498037 { background-position: right 15px bottom , center bottom , right bottom }
bgpos498038 { background-position: right 15px bottom 15% , center bottom , right bottom }
bgpos498039 { background-position: right 15px bottom 15px , center bottom , right bottom }
bgpos498040 { background-position: right 15px top , center bottom , right bottom }
bgpos498041 { background-position: right 15px top 15% , center bottom , right bottom }
bgpos498042 { background-position: right 15px top 15px , center bottom , right bottom }
bgpos498043 { background-position: right 15px center , center bottom , right bottom }
bgpos498044 { background-position: right center , center bottom , right bottom }
bgpos498045 { background-position: 100px , center bottom , right bottom }
bgpos498046 { background-position: 100px 10% , center bottom , right bottom }
bgpos498047 { background-position: 100px 100px , center bottom , right bottom }
bgpos498048 { background-position: 100px bottom , center bottom , right bottom }
bgpos498049 { background-position: 100px center , center bottom , right bottom }
bgpos498050 { background-position: 100px top , center bottom , right bottom }
bgpos498051 { background-position: 50% , center bottom , right bottom }
bgpos498052 { background-position: 50% 10% , center bottom , right bottom }
bgpos498053 { background-position: 50% 100px , center bottom , right bottom }
bgpos498054 { background-position: 50% bottom , center bottom , right bottom }
bgpos498055 { background-position: 50% center , center bottom , right bottom }
bgpos498056 { background-position: 50% top , center bottom , right bottom }
bgpos498057 { background-position: bottom, center bottom , right bottom }
bgpos498058 { background-position: center , center bottom , right bottom }
bgpos498059 { background-position: center bottom , center bottom , right bottom }
bgpos498060 { background-position: center bottom 15% , center bottom , right bottom }
bgpos498061 { background-position: center bottom 15px , center bottom , right bottom }
bgpos498062 { background-position: center top , center bottom , right bottom }
bgpos498063 { background-position: center top 15% , center bottom , right bottom }
bgpos498064 { background-position: center top 15px , center bottom , right bottom }
bgpos498065 { background-position: center 10% , center bottom , right bottom }
bgpos498066 { background-position: center 100px , center bottom , right bottom }
bgpos498067 { background-position: center bottom , center bottom , right bottom }
bgpos498068 { background-position: center center , center bottom , right bottom }
bgpos498069 { background-position: center top , center bottom , right bottom }
bgpos498070 { background-position: left , center bottom , right bottom }
bgpos498071 { background-position: left 10% , center bottom , right bottom }
bgpos498072 { background-position: left 100px , center bottom , right bottom }
bgpos498073 { background-position: left bottom , center bottom , right bottom }
bgpos498074 { background-position: left center , center bottom , right bottom }
bgpos498075 { background-position: left top , center bottom , right bottom }
bgpos498076 { background-position: right , center bottom , right bottom }
bgpos498077 { background-position: right 10% , center bottom , right bottom }
bgpos498078 { background-position: right 100px , center bottom , right bottom }
bgpos498079 { background-position: right bottom , center bottom , right bottom }
bgpos498080 { background-position: right center , center bottom , right bottom }
bgpos498081 { background-position: right top , center bottom , right bottom }
bgpos498082 { background-position: top , center bottom , right bottom }
bgpos498083 { background-position: left bottom , center center , right bottom }
bgpos498084 { background-position: left bottom 15% , center center , right bottom }
bgpos498085 { background-position: left bottom 15px , center center , right bottom }
bgpos498086 { background-position: left top , center center , right bottom }
bgpos498087 { background-position: left top 15% , center center , right bottom }
bgpos498088 { background-position: left top 15px , center center , right bottom }
bgpos498089 { background-position: left 15% bottom , center center , right bottom }
bgpos498090 { background-position: left 15% bottom 15% , center center , right bottom }
bgpos498091 { background-position: left 15% bottom 15px , center center , right bottom }
bgpos498092 { background-position: left 15% top , center center , right bottom }
bgpos498093 { background-position: left 15% top 15% , center center , right bottom }
bgpos498094 { background-position: left 15% top 15px , center center , right bottom }
bgpos498095 { background-position: left 15% center , center center , right bottom }
bgpos498096 { background-position: left 15px bottom , center center , right bottom }
bgpos498097 { background-position: left 15px bottom 15% , center center , right bottom }
bgpos498098 { background-position: left 15px bottom 15px , center center , right bottom }
bgpos498099 { background-position: left 15px top , center center , right bottom }
bgpos498100 { background-position: left 15px top 15% , center center , right bottom }
bgpos498101 { background-position: left 15px top 15px , center center , right bottom }
bgpos498102 { background-position: left 15px center , center center , right bottom }
bgpos498103 { background-position: left center , center center , right bottom }
bgpos498104 { background-position: right bottom , center center , right bottom }
bgpos498105 { background-position: right bottom 15% , center center , right bottom }
bgpos498106 { background-position: right bottom 15px , center center , right bottom }
bgpos498107 { background-position: right top , center center , right bottom }
bgpos498108 { background-position: right top 15% , center center , right bottom }
bgpos498109 { background-position: right top 15px , center center , right bottom }
bgpos498110 { background-position: right 15% bottom , center center , right bottom }
bgpos498111 { background-position: right 15% bottom 15% , center center , right bottom }
bgpos498112 { background-position: right 15% bottom 15px , center center , right bottom }
bgpos498113 { background-position: right 15% top , center center , right bottom }
bgpos498114 { background-position: right 15% top 15% , center center , right bottom }
bgpos498115 { background-position: right 15% top 15px , center center , right bottom }
bgpos498116 { background-position: right 15% center , center center , right bottom }
bgpos498117 { background-position: right 15px bottom , center center , right bottom }
bgpos498118 { background-position: right 15px bottom 15% , center center , right bottom }
bgpos498119 { background-position: right 15px bottom 15px , center center , right bottom }
bgpos498120 { background-position: right 15px top , center center , right bottom }
bgpos498121 { background-position: right 15px top 15% , center center , right bottom }
bgpos498122 { background-position: right 15px top 15px , center center , right bottom }
bgpos498123 { background-position: right 15px center , center center , right bottom }
bgpos498124 { background-position: right center , center center , right bottom }
bgpos498125 { background-position: 100px , center center , right bottom }
bgpos498126 { background-position: 100px 10% , center center , right bottom }
bgpos498127 { background-position: 100px 100px , center center , right bottom }
bgpos498128 { background-position: 100px bottom , center center , right bottom }
bgpos498129 { background-position: 100px center , center center , right bottom }
bgpos498130 { background-position: 100px top , center center , right bottom }
bgpos498131 { background-position: 50% , center center , right bottom }
bgpos498132 { background-position: 50% 10% , center center , right bottom }
bgpos498133 { background-position: 50% 100px , center center , right bottom }
bgpos498134 { background-position: 50% bottom , center center , right bottom }
bgpos498135 { background-position: 50% center , center center , right bottom }
bgpos498136 { background-position: 50% top , center center , right bottom }
bgpos498137 { background-position: bottom, center center , right bottom }
bgpos498138 { background-position: center , center center , right bottom }
bgpos498139 { background-position: center bottom , center center , right bottom }
bgpos498140 { background-position: center bottom 15% , center center , right bottom }
bgpos498141 { background-position: center bottom 15px , center center , right bottom }
bgpos498142 { background-position: center top , center center , right bottom }
bgpos498143 { background-position: center top 15% , center center , right bottom }
bgpos498144 { background-position: center top 15px , center center , right bottom }
bgpos498145 { background-position: center 10% , center center , right bottom }
bgpos498146 { background-position: center 100px , center center , right bottom }
bgpos498147 { background-position: center bottom , center center , right bottom }
bgpos498148 { background-position: center center , center center , right bottom }
bgpos498149 { background-position: center top , center center , right bottom }
bgpos498150 { background-position: left , center center , right bottom }
bgpos498151 { background-position: left 10% , center center , right bottom }
bgpos498152 { background-position: left 100px , center center , right bottom }
bgpos498153 { background-position: left bottom , center center , right bottom }
bgpos498154 { background-position: left center , center center , right bottom }
bgpos498155 { background-position: left top , center center , right bottom }
bgpos498156 { background-position: right , center center , right bottom }
bgpos498157 { background-position: right 10% , center center , right bottom }
bgpos498158 { background-position: right 100px , center center , right bottom }
bgpos498159 { background-position: right bottom , center center , right bottom }
bgpos498160 { background-position: right center , center center , right bottom }
bgpos498161 { background-position: right top , center center , right bottom }
bgpos498162 { background-position: top , center center , right bottom }
bgpos498163 { background-position: left bottom , center top , right bottom }
bgpos498164 { background-position: left bottom 15% , center top , right bottom }
bgpos498165 { background-position: left bottom 15px , center top , right bottom }
bgpos498166 { background-position: left top , center top , right bottom }
bgpos498167 { background-position: left top 15% , center top , right bottom }
bgpos498168 { background-position: left top 15px , center top , right bottom }
bgpos498169 { background-position: left 15% bottom , center top , right bottom }
bgpos498170 { background-position: left 15% bottom 15% , center top , right bottom }
bgpos498171 { background-position: left 15% bottom 15px , center top , right bottom }
bgpos498172 { background-position: left 15% top , center top , right bottom }
bgpos498173 { background-position: left 15% top 15% , center top , right bottom }
bgpos498174 { background-position: left 15% top 15px , center top , right bottom }
bgpos498175 { background-position: left 15% center , center top , right bottom }
bgpos498176 { background-position: left 15px bottom , center top , right bottom }
bgpos498177 { background-position: left 15px bottom 15% , center top , right bottom }
bgpos498178 { background-position: left 15px bottom 15px , center top , right bottom }
bgpos498179 { background-position: left 15px top , center top , right bottom }
bgpos498180 { background-position: left 15px top 15% , center top , right bottom }
bgpos498181 { background-position: left 15px top 15px , center top , right bottom }
bgpos498182 { background-position: left 15px center , center top , right bottom }
bgpos498183 { background-position: left center , center top , right bottom }
bgpos498184 { background-position: right bottom , center top , right bottom }
bgpos498185 { background-position: right bottom 15% , center top , right bottom }
bgpos498186 { background-position: right bottom 15px , center top , right bottom }
bgpos498187 { background-position: right top , center top , right bottom }
bgpos498188 { background-position: right top 15% , center top , right bottom }
bgpos498189 { background-position: right top 15px , center top , right bottom }
bgpos498190 { background-position: right 15% bottom , center top , right bottom }
bgpos498191 { background-position: right 15% bottom 15% , center top , right bottom }
bgpos498192 { background-position: right 15% bottom 15px , center top , right bottom }
bgpos498193 { background-position: right 15% top , center top , right bottom }
bgpos498194 { background-position: right 15% top 15% , center top , right bottom }
bgpos498195 { background-position: right 15% top 15px , center top , right bottom }
bgpos498196 { background-position: right 15% center , center top , right bottom }
bgpos498197 { background-position: right 15px bottom , center top , right bottom }
bgpos498198 { background-position: right 15px bottom 15% , center top , right bottom }
bgpos498199 { background-position: right 15px bottom 15px , center top , right bottom }
bgpos498200 { background-position: right 15px top , center top , right bottom }
bgpos498201 { background-position: right 15px top 15% , center top , right bottom }
bgpos498202 { background-position: right 15px top 15px , center top , right bottom }
bgpos498203 { background-position: right 15px center , center top , right bottom }
bgpos498204 { background-position: right center , center top , right bottom }
bgpos498205 { background-position: 100px , center top , right bottom }
bgpos498206 { background-position: 100px 10% , center top , right bottom }
bgpos498207 { background-position: 100px 100px , center top , right bottom }
bgpos498208 { background-position: 100px bottom , center top , right bottom }
bgpos498209 { background-position: 100px center , center top , right bottom }
bgpos498210 { background-position: 100px top , center top , right bottom }
bgpos498211 { background-position: 50% , center top , right bottom }
bgpos498212 { background-position: 50% 10% , center top , right bottom }
bgpos498213 { background-position: 50% 100px , center top , right bottom }
bgpos498214 { background-position: 50% bottom , center top , right bottom }
bgpos498215 { background-position: 50% center , center top , right bottom }
bgpos498216 { background-position: 50% top , center top , right bottom }
bgpos498217 { background-position: bottom, center top , right bottom }
bgpos498218 { background-position: center , center top , right bottom }
bgpos498219 { background-position: center bottom , center top , right bottom }
bgpos498220 { background-position: center bottom 15% , center top , right bottom }
bgpos498221 { background-position: center bottom 15px , center top , right bottom }
bgpos498222 { background-position: center top , center top , right bottom }
bgpos498223 { background-position: center top 15% , center top , right bottom }
bgpos498224 { background-position: center top 15px , center top , right bottom }
bgpos498225 { background-position: center 10% , center top , right bottom }
bgpos498226 { background-position: center 100px , center top , right bottom }
bgpos498227 { background-position: center bottom , center top , right bottom }
bgpos498228 { background-position: center center , center top , right bottom }
bgpos498229 { background-position: center top , center top , right bottom }
bgpos498230 { background-position: left , center top , right bottom }
bgpos498231 { background-position: left 10% , center top , right bottom }
bgpos498232 { background-position: left 100px , center top , right bottom }
bgpos498233 { background-position: left bottom , center top , right bottom }
bgpos498234 { background-position: left center , center top , right bottom }
bgpos498235 { background-position: left top , center top , right bottom }
bgpos498236 { background-position: right , center top , right bottom }
bgpos498237 { background-position: right 10% , center top , right bottom }
bgpos498238 { background-position: right 100px , center top , right bottom }
bgpos498239 { background-position: right bottom , center top , right bottom }
bgpos498240 { background-position: right center , center top , right bottom }
bgpos498241 { background-position: right top , center top , right bottom }
bgpos498242 { background-position: top , center top , right bottom }
bgpos498243 { background-position: left bottom , left , right bottom }
bgpos498244 { background-position: left bottom 15% , left , right bottom }
bgpos498245 { background-position: left bottom 15px , left , right bottom }
bgpos498246 { background-position: left top , left , right bottom }
bgpos498247 { background-position: left top 15% , left , right bottom }
bgpos498248 { background-position: left top 15px , left , right bottom }
bgpos498249 { background-position: left 15% bottom , left , right bottom }
bgpos498250 { background-position: left 15% bottom 15% , left , right bottom }
bgpos498251 { background-position: left 15% bottom 15px , left , right bottom }
bgpos498252 { background-position: left 15% top , left , right bottom }
bgpos498253 { background-position: left 15% top 15% , left , right bottom }
bgpos498254 { background-position: left 15% top 15px , left , right bottom }
bgpos498255 { background-position: left 15% center , left , right bottom }
bgpos498256 { background-position: left 15px bottom , left , right bottom }
bgpos498257 { background-position: left 15px bottom 15% , left , right bottom }
bgpos498258 { background-position: left 15px bottom 15px , left , right bottom }
bgpos498259 { background-position: left 15px top , left , right bottom }
bgpos498260 { background-position: left 15px top 15% , left , right bottom }
bgpos498261 { background-position: left 15px top 15px , left , right bottom }
bgpos498262 { background-position: left 15px center , left , right bottom }
bgpos498263 { background-position: left center , left , right bottom }
bgpos498264 { background-position: right bottom , left , right bottom }
bgpos498265 { background-position: right bottom 15% , left , right bottom }
bgpos498266 { background-position: right bottom 15px , left , right bottom }
bgpos498267 { background-position: right top , left , right bottom }
bgpos498268 { background-position: right top 15% , left , right bottom }
bgpos498269 { background-position: right top 15px , left , right bottom }
bgpos498270 { background-position: right 15% bottom , left , right bottom }
bgpos498271 { background-position: right 15% bottom 15% , left , right bottom }
bgpos498272 { background-position: right 15% bottom 15px , left , right bottom }
bgpos498273 { background-position: right 15% top , left , right bottom }
bgpos498274 { background-position: right 15% top 15% , left , right bottom }
bgpos498275 { background-position: right 15% top 15px , left , right bottom }
bgpos498276 { background-position: right 15% center , left , right bottom }
bgpos498277 { background-position: right 15px bottom , left , right bottom }
bgpos498278 { background-position: right 15px bottom 15% , left , right bottom }
bgpos498279 { background-position: right 15px bottom 15px , left , right bottom }
bgpos498280 { background-position: right 15px top , left , right bottom }
bgpos498281 { background-position: right 15px top 15% , left , right bottom }
bgpos498282 { background-position: right 15px top 15px , left , right bottom }
bgpos498283 { background-position: right 15px center , left , right bottom }
bgpos498284 { background-position: right center , left , right bottom }
bgpos498285 { background-position: 100px , left , right bottom }
bgpos498286 { background-position: 100px 10% , left , right bottom }
bgpos498287 { background-position: 100px 100px , left , right bottom }
bgpos498288 { background-position: 100px bottom , left , right bottom }
bgpos498289 { background-position: 100px center , left , right bottom }
bgpos498290 { background-position: 100px top , left , right bottom }
bgpos498291 { background-position: 50% , left , right bottom }
bgpos498292 { background-position: 50% 10% , left , right bottom }
bgpos498293 { background-position: 50% 100px , left , right bottom }
bgpos498294 { background-position: 50% bottom , left , right bottom }
bgpos498295 { background-position: 50% center , left , right bottom }
bgpos498296 { background-position: 50% top , left , right bottom }
bgpos498297 { background-position: bottom, left , right bottom }
bgpos498298 { background-position: center , left , right bottom }
bgpos498299 { background-position: center bottom , left , right bottom }
bgpos498300 { background-position: center bottom 15% , left , right bottom }
bgpos498301 { background-position: center bottom 15px , left , right bottom }
bgpos498302 { background-position: center top , left , right bottom }
bgpos498303 { background-position: center top 15% , left , right bottom }
bgpos498304 { background-position: center top 15px , left , right bottom }
bgpos498305 { background-position: center 10% , left , right bottom }
bgpos498306 { background-position: center 100px , left , right bottom }
bgpos498307 { background-position: center bottom , left , right bottom }
bgpos498308 { background-position: center center , left , right bottom }
bgpos498309 { background-position: center top , left , right bottom }
bgpos498310 { background-position: left , left , right bottom }
bgpos498311 { background-position: left 10% , left , right bottom }
bgpos498312 { background-position: left 100px , left , right bottom }
bgpos498313 { background-position: left bottom , left , right bottom }
bgpos498314 { background-position: left center , left , right bottom }
bgpos498315 { background-position: left top , left , right bottom }
bgpos498316 { background-position: right , left , right bottom }
bgpos498317 { background-position: right 10% , left , right bottom }
bgpos498318 { background-position: right 100px , left , right bottom }
bgpos498319 { background-position: right bottom , left , right bottom }
bgpos498320 { background-position: right center , left , right bottom }
bgpos498321 { background-position: right top , left , right bottom }
bgpos498322 { background-position: top , left , right bottom }
bgpos498323 { background-position: left bottom , left 10% , right bottom }
bgpos498324 { background-position: left bottom 15% , left 10% , right bottom }
bgpos498325 { background-position: left bottom 15px , left 10% , right bottom }
bgpos498326 { background-position: left top , left 10% , right bottom }
bgpos498327 { background-position: left top 15% , left 10% , right bottom }
bgpos498328 { background-position: left top 15px , left 10% , right bottom }
bgpos498329 { background-position: left 15% bottom , left 10% , right bottom }
bgpos498330 { background-position: left 15% bottom 15% , left 10% , right bottom }
bgpos498331 { background-position: left 15% bottom 15px , left 10% , right bottom }
bgpos498332 { background-position: left 15% top , left 10% , right bottom }
bgpos498333 { background-position: left 15% top 15% , left 10% , right bottom }
bgpos498334 { background-position: left 15% top 15px , left 10% , right bottom }
bgpos498335 { background-position: left 15% center , left 10% , right bottom }
bgpos498336 { background-position: left 15px bottom , left 10% , right bottom }
bgpos498337 { background-position: left 15px bottom 15% , left 10% , right bottom }
bgpos498338 { background-position: left 15px bottom 15px , left 10% , right bottom }
bgpos498339 { background-position: left 15px top , left 10% , right bottom }
bgpos498340 { background-position: left 15px top 15% , left 10% , right bottom }
bgpos498341 { background-position: left 15px top 15px , left 10% , right bottom }
bgpos498342 { background-position: left 15px center , left 10% , right bottom }
bgpos498343 { background-position: left center , left 10% , right bottom }
bgpos498344 { background-position: right bottom , left 10% , right bottom }
bgpos498345 { background-position: right bottom 15% , left 10% , right bottom }
bgpos498346 { background-position: right bottom 15px , left 10% , right bottom }
bgpos498347 { background-position: right top , left 10% , right bottom }
bgpos498348 { background-position: right top 15% , left 10% , right bottom }
bgpos498349 { background-position: right top 15px , left 10% , right bottom }
bgpos498350 { background-position: right 15% bottom , left 10% , right bottom }
bgpos498351 { background-position: right 15% bottom 15% , left 10% , right bottom }
bgpos498352 { background-position: right 15% bottom 15px , left 10% , right bottom }
bgpos498353 { background-position: right 15% top , left 10% , right bottom }
bgpos498354 { background-position: right 15% top 15% , left 10% , right bottom }
bgpos498355 { background-position: right 15% top 15px , left 10% , right bottom }
bgpos498356 { background-position: right 15% center , left 10% , right bottom }
bgpos498357 { background-position: right 15px bottom , left 10% , right bottom }
bgpos498358 { background-position: right 15px bottom 15% , left 10% , right bottom }
bgpos498359 { background-position: right 15px bottom 15px , left 10% , right bottom }
bgpos498360 { background-position: right 15px top , left 10% , right bottom }
bgpos498361 { background-position: right 15px top 15% , left 10% , right bottom }
bgpos498362 { background-position: right 15px top 15px , left 10% , right bottom }
bgpos498363 { background-position: right 15px center , left 10% , right bottom }
bgpos498364 { background-position: right center , left 10% , right bottom }
bgpos498365 { background-position: 100px , left 10% , right bottom }
bgpos498366 { background-position: 100px 10% , left 10% , right bottom }
bgpos498367 { background-position: 100px 100px , left 10% , right bottom }
bgpos498368 { background-position: 100px bottom , left 10% , right bottom }
bgpos498369 { background-position: 100px center , left 10% , right bottom }
bgpos498370 { background-position: 100px top , left 10% , right bottom }
bgpos498371 { background-position: 50% , left 10% , right bottom }
bgpos498372 { background-position: 50% 10% , left 10% , right bottom }
bgpos498373 { background-position: 50% 100px , left 10% , right bottom }
bgpos498374 { background-position: 50% bottom , left 10% , right bottom }
bgpos498375 { background-position: 50% center , left 10% , right bottom }
bgpos498376 { background-position: 50% top , left 10% , right bottom }
bgpos498377 { background-position: bottom, left 10% , right bottom }
bgpos498378 { background-position: center , left 10% , right bottom }
bgpos498379 { background-position: center bottom , left 10% , right bottom }
bgpos498380 { background-position: center bottom 15% , left 10% , right bottom }
bgpos498381 { background-position: center bottom 15px , left 10% , right bottom }
bgpos498382 { background-position: center top , left 10% , right bottom }
bgpos498383 { background-position: center top 15% , left 10% , right bottom }
bgpos498384 { background-position: center top 15px , left 10% , right bottom }
bgpos498385 { background-position: center 10% , left 10% , right bottom }
bgpos498386 { background-position: center 100px , left 10% , right bottom }
bgpos498387 { background-position: center bottom , left 10% , right bottom }
bgpos498388 { background-position: center center , left 10% , right bottom }
bgpos498389 { background-position: center top , left 10% , right bottom }
bgpos498390 { background-position: left , left 10% , right bottom }
bgpos498391 { background-position: left 10% , left 10% , right bottom }
bgpos498392 { background-position: left 100px , left 10% , right bottom }
bgpos498393 { background-position: left bottom , left 10% , right bottom }
bgpos498394 { background-position: left center , left 10% , right bottom }
bgpos498395 { background-position: left top , left 10% , right bottom }
bgpos498396 { background-position: right , left 10% , right bottom }
bgpos498397 { background-position: right 10% , left 10% , right bottom }
bgpos498398 { background-position: right 100px , left 10% , right bottom }
bgpos498399 { background-position: right bottom , left 10% , right bottom }
bgpos498400 { background-position: right center , left 10% , right bottom }
bgpos498401 { background-position: right top , left 10% , right bottom }
bgpos498402 { background-position: top , left 10% , right bottom }
bgpos498403 { background-position: left bottom , left 100px , right bottom }
bgpos498404 { background-position: left bottom 15% , left 100px , right bottom }
bgpos498405 { background-position: left bottom 15px , left 100px , right bottom }
bgpos498406 { background-position: left top , left 100px , right bottom }
bgpos498407 { background-position: left top 15% , left 100px , right bottom }
bgpos498408 { background-position: left top 15px , left 100px , right bottom }
bgpos498409 { background-position: left 15% bottom , left 100px , right bottom }
bgpos498410 { background-position: left 15% bottom 15% , left 100px , right bottom }
bgpos498411 { background-position: left 15% bottom 15px , left 100px , right bottom }
bgpos498412 { background-position: left 15% top , left 100px , right bottom }
bgpos498413 { background-position: left 15% top 15% , left 100px , right bottom }
bgpos498414 { background-position: left 15% top 15px , left 100px , right bottom }
bgpos498415 { background-position: left 15% center , left 100px , right bottom }
bgpos498416 { background-position: left 15px bottom , left 100px , right bottom }
bgpos498417 { background-position: left 15px bottom 15% , left 100px , right bottom }
bgpos498418 { background-position: left 15px bottom 15px , left 100px , right bottom }
bgpos498419 { background-position: left 15px top , left 100px , right bottom }
bgpos498420 { background-position: left 15px top 15% , left 100px , right bottom }
bgpos498421 { background-position: left 15px top 15px , left 100px , right bottom }
bgpos498422 { background-position: left 15px center , left 100px , right bottom }
bgpos498423 { background-position: left center , left 100px , right bottom }
bgpos498424 { background-position: right bottom , left 100px , right bottom }
bgpos498425 { background-position: right bottom 15% , left 100px , right bottom }
bgpos498426 { background-position: right bottom 15px , left 100px , right bottom }
bgpos498427 { background-position: right top , left 100px , right bottom }
bgpos498428 { background-position: right top 15% , left 100px , right bottom }
bgpos498429 { background-position: right top 15px , left 100px , right bottom }
bgpos498430 { background-position: right 15% bottom , left 100px , right bottom }
bgpos498431 { background-position: right 15% bottom 15% , left 100px , right bottom }
bgpos498432 { background-position: right 15% bottom 15px , left 100px , right bottom }
bgpos498433 { background-position: right 15% top , left 100px , right bottom }
bgpos498434 { background-position: right 15% top 15% , left 100px , right bottom }
bgpos498435 { background-position: right 15% top 15px , left 100px , right bottom }
bgpos498436 { background-position: right 15% center , left 100px , right bottom }
bgpos498437 { background-position: right 15px bottom , left 100px , right bottom }
bgpos498438 { background-position: right 15px bottom 15% , left 100px , right bottom }
bgpos498439 { background-position: right 15px bottom 15px , left 100px , right bottom }
bgpos498440 { background-position: right 15px top , left 100px , right bottom }
bgpos498441 { background-position: right 15px top 15% , left 100px , right bottom }
bgpos498442 { background-position: right 15px top 15px , left 100px , right bottom }
bgpos498443 { background-position: right 15px center , left 100px , right bottom }
bgpos498444 { background-position: right center , left 100px , right bottom }
bgpos498445 { background-position: 100px , left 100px , right bottom }
bgpos498446 { background-position: 100px 10% , left 100px , right bottom }
bgpos498447 { background-position: 100px 100px , left 100px , right bottom }
bgpos498448 { background-position: 100px bottom , left 100px , right bottom }
bgpos498449 { background-position: 100px center , left 100px , right bottom }
bgpos498450 { background-position: 100px top , left 100px , right bottom }
bgpos498451 { background-position: 50% , left 100px , right bottom }
bgpos498452 { background-position: 50% 10% , left 100px , right bottom }
bgpos498453 { background-position: 50% 100px , left 100px , right bottom }
bgpos498454 { background-position: 50% bottom , left 100px , right bottom }
bgpos498455 { background-position: 50% center , left 100px , right bottom }
bgpos498456 { background-position: 50% top , left 100px , right bottom }
bgpos498457 { background-position: bottom, left 100px , right bottom }
bgpos498458 { background-position: center , left 100px , right bottom }
bgpos498459 { background-position: center bottom , left 100px , right bottom }
bgpos498460 { background-position: center bottom 15% , left 100px , right bottom }
bgpos498461 { background-position: center bottom 15px , left 100px , right bottom }
bgpos498462 { background-position: center top , left 100px , right bottom }
bgpos498463 { background-position: center top 15% , left 100px , right bottom }
bgpos498464 { background-position: center top 15px , left 100px , right bottom }
bgpos498465 { background-position: center 10% , left 100px , right bottom }
bgpos498466 { background-position: center 100px , left 100px , right bottom }
bgpos498467 { background-position: center bottom , left 100px , right bottom }
bgpos498468 { background-position: center center , left 100px , right bottom }
bgpos498469 { background-position: center top , left 100px , right bottom }
bgpos498470 { background-position: left , left 100px , right bottom }
bgpos498471 { background-position: left 10% , left 100px , right bottom }
bgpos498472 { background-position: left 100px , left 100px , right bottom }
bgpos498473 { background-position: left bottom , left 100px , right bottom }
bgpos498474 { background-position: left center , left 100px , right bottom }
bgpos498475 { background-position: left top , left 100px , right bottom }
bgpos498476 { background-position: right , left 100px , right bottom }
bgpos498477 { background-position: right 10% , left 100px , right bottom }
bgpos498478 { background-position: right 100px , left 100px , right bottom }
bgpos498479 { background-position: right bottom , left 100px , right bottom }
bgpos498480 { background-position: right center , left 100px , right bottom }
bgpos498481 { background-position: right top , left 100px , right bottom }
bgpos498482 { background-position: top , left 100px , right bottom }
bgpos498483 { background-position: left bottom , left bottom , right bottom }
bgpos498484 { background-position: left bottom 15% , left bottom , right bottom }
bgpos498485 { background-position: left bottom 15px , left bottom , right bottom }
bgpos498486 { background-position: left top , left bottom , right bottom }
bgpos498487 { background-position: left top 15% , left bottom , right bottom }
bgpos498488 { background-position: left top 15px , left bottom , right bottom }
bgpos498489 { background-position: left 15% bottom , left bottom , right bottom }
bgpos498490 { background-position: left 15% bottom 15% , left bottom , right bottom }
bgpos498491 { background-position: left 15% bottom 15px , left bottom , right bottom }
bgpos498492 { background-position: left 15% top , left bottom , right bottom }
bgpos498493 { background-position: left 15% top 15% , left bottom , right bottom }
bgpos498494 { background-position: left 15% top 15px , left bottom , right bottom }
bgpos498495 { background-position: left 15% center , left bottom , right bottom }
bgpos498496 { background-position: left 15px bottom , left bottom , right bottom }
bgpos498497 { background-position: left 15px bottom 15% , left bottom , right bottom }
bgpos498498 { background-position: left 15px bottom 15px , left bottom , right bottom }
bgpos498499 { background-position: left 15px top , left bottom , right bottom }
bgpos498500 { background-position: left 15px top 15% , left bottom , right bottom }
bgpos498501 { background-position: left 15px top 15px , left bottom , right bottom }
bgpos498502 { background-position: left 15px center , left bottom , right bottom }
bgpos498503 { background-position: left center , left bottom , right bottom }
bgpos498504 { background-position: right bottom , left bottom , right bottom }
bgpos498505 { background-position: right bottom 15% , left bottom , right bottom }
bgpos498506 { background-position: right bottom 15px , left bottom , right bottom }
bgpos498507 { background-position: right top , left bottom , right bottom }
bgpos498508 { background-position: right top 15% , left bottom , right bottom }
bgpos498509 { background-position: right top 15px , left bottom , right bottom }
bgpos498510 { background-position: right 15% bottom , left bottom , right bottom }
bgpos498511 { background-position: right 15% bottom 15% , left bottom , right bottom }
bgpos498512 { background-position: right 15% bottom 15px , left bottom , right bottom }
bgpos498513 { background-position: right 15% top , left bottom , right bottom }
bgpos498514 { background-position: right 15% top 15% , left bottom , right bottom }
bgpos498515 { background-position: right 15% top 15px , left bottom , right bottom }
bgpos498516 { background-position: right 15% center , left bottom , right bottom }
bgpos498517 { background-position: right 15px bottom , left bottom , right bottom }
bgpos498518 { background-position: right 15px bottom 15% , left bottom , right bottom }
bgpos498519 { background-position: right 15px bottom 15px , left bottom , right bottom }
bgpos498520 { background-position: right 15px top , left bottom , right bottom }
bgpos498521 { background-position: right 15px top 15% , left bottom , right bottom }
bgpos498522 { background-position: right 15px top 15px , left bottom , right bottom }
bgpos498523 { background-position: right 15px center , left bottom , right bottom }
bgpos498524 { background-position: right center , left bottom , right bottom }
bgpos498525 { background-position: 100px , left bottom , right bottom }
bgpos498526 { background-position: 100px 10% , left bottom , right bottom }
bgpos498527 { background-position: 100px 100px , left bottom , right bottom }
bgpos498528 { background-position: 100px bottom , left bottom , right bottom }
bgpos498529 { background-position: 100px center , left bottom , right bottom }
bgpos498530 { background-position: 100px top , left bottom , right bottom }
bgpos498531 { background-position: 50% , left bottom , right bottom }
bgpos498532 { background-position: 50% 10% , left bottom , right bottom }
bgpos498533 { background-position: 50% 100px , left bottom , right bottom }
bgpos498534 { background-position: 50% bottom , left bottom , right bottom }
bgpos498535 { background-position: 50% center , left bottom , right bottom }
bgpos498536 { background-position: 50% top , left bottom , right bottom }
bgpos498537 { background-position: bottom, left bottom , right bottom }
bgpos498538 { background-position: center , left bottom , right bottom }
bgpos498539 { background-position: center bottom , left bottom , right bottom }
bgpos498540 { background-position: center bottom 15% , left bottom , right bottom }
bgpos498541 { background-position: center bottom 15px , left bottom , right bottom }
bgpos498542 { background-position: center top , left bottom , right bottom }
bgpos498543 { background-position: center top 15% , left bottom , right bottom }
bgpos498544 { background-position: center top 15px , left bottom , right bottom }
bgpos498545 { background-position: center 10% , left bottom , right bottom }
bgpos498546 { background-position: center 100px , left bottom , right bottom }
bgpos498547 { background-position: center bottom , left bottom , right bottom }
bgpos498548 { background-position: center center , left bottom , right bottom }
bgpos498549 { background-position: center top , left bottom , right bottom }
bgpos498550 { background-position: left , left bottom , right bottom }
bgpos498551 { background-position: left 10% , left bottom , right bottom }
bgpos498552 { background-position: left 100px , left bottom , right bottom }
bgpos498553 { background-position: left bottom , left bottom , right bottom }
bgpos498554 { background-position: left center , left bottom , right bottom }
bgpos498555 { background-position: left top , left bottom , right bottom }
bgpos498556 { background-position: right , left bottom , right bottom }
bgpos498557 { background-position: right 10% , left bottom , right bottom }
bgpos498558 { background-position: right 100px , left bottom , right bottom }
bgpos498559 { background-position: right bottom , left bottom , right bottom }
bgpos498560 { background-position: right center , left bottom , right bottom }
bgpos498561 { background-position: right top , left bottom , right bottom }
bgpos498562 { background-position: top , left bottom , right bottom }
bgpos498563 { background-position: left bottom , left center , right bottom }
bgpos498564 { background-position: left bottom 15% , left center , right bottom }
bgpos498565 { background-position: left bottom 15px , left center , right bottom }
bgpos498566 { background-position: left top , left center , right bottom }
bgpos498567 { background-position: left top 15% , left center , right bottom }
bgpos498568 { background-position: left top 15px , left center , right bottom }
bgpos498569 { background-position: left 15% bottom , left center , right bottom }
bgpos498570 { background-position: left 15% bottom 15% , left center , right bottom }
bgpos498571 { background-position: left 15% bottom 15px , left center , right bottom }
bgpos498572 { background-position: left 15% top , left center , right bottom }
bgpos498573 { background-position: left 15% top 15% , left center , right bottom }
bgpos498574 { background-position: left 15% top 15px , left center , right bottom }
bgpos498575 { background-position: left 15% center , left center , right bottom }
bgpos498576 { background-position: left 15px bottom , left center , right bottom }
bgpos498577 { background-position: left 15px bottom 15% , left center , right bottom }
bgpos498578 { background-position: left 15px bottom 15px , left center , right bottom }
bgpos498579 { background-position: left 15px top , left center , right bottom }
bgpos498580 { background-position: left 15px top 15% , left center , right bottom }
bgpos498581 { background-position: left 15px top 15px , left center , right bottom }
bgpos498582 { background-position: left 15px center , left center , right bottom }
bgpos498583 { background-position: left center , left center , right bottom }
bgpos498584 { background-position: right bottom , left center , right bottom }
bgpos498585 { background-position: right bottom 15% , left center , right bottom }
bgpos498586 { background-position: right bottom 15px , left center , right bottom }
bgpos498587 { background-position: right top , left center , right bottom }
bgpos498588 { background-position: right top 15% , left center , right bottom }
bgpos498589 { background-position: right top 15px , left center , right bottom }
bgpos498590 { background-position: right 15% bottom , left center , right bottom }
bgpos498591 { background-position: right 15% bottom 15% , left center , right bottom }
bgpos498592 { background-position: right 15% bottom 15px , left center , right bottom }
bgpos498593 { background-position: right 15% top , left center , right bottom }
bgpos498594 { background-position: right 15% top 15% , left center , right bottom }
bgpos498595 { background-position: right 15% top 15px , left center , right bottom }
bgpos498596 { background-position: right 15% center , left center , right bottom }
bgpos498597 { background-position: right 15px bottom , left center , right bottom }
bgpos498598 { background-position: right 15px bottom 15% , left center , right bottom }
bgpos498599 { background-position: right 15px bottom 15px , left center , right bottom }
bgpos498600 { background-position: right 15px top , left center , right bottom }
bgpos498601 { background-position: right 15px top 15% , left center , right bottom }
bgpos498602 { background-position: right 15px top 15px , left center , right bottom }
bgpos498603 { background-position: right 15px center , left center , right bottom }
bgpos498604 { background-position: right center , left center , right bottom }
bgpos498605 { background-position: 100px , left center , right bottom }
bgpos498606 { background-position: 100px 10% , left center , right bottom }
bgpos498607 { background-position: 100px 100px , left center , right bottom }
bgpos498608 { background-position: 100px bottom , left center , right bottom }
bgpos498609 { background-position: 100px center , left center , right bottom }
bgpos498610 { background-position: 100px top , left center , right bottom }
bgpos498611 { background-position: 50% , left center , right bottom }
bgpos498612 { background-position: 50% 10% , left center , right bottom }
bgpos498613 { background-position: 50% 100px , left center , right bottom }
bgpos498614 { background-position: 50% bottom , left center , right bottom }
bgpos498615 { background-position: 50% center , left center , right bottom }
bgpos498616 { background-position: 50% top , left center , right bottom }
bgpos498617 { background-position: bottom, left center , right bottom }
bgpos498618 { background-position: center , left center , right bottom }
bgpos498619 { background-position: center bottom , left center , right bottom }
bgpos498620 { background-position: center bottom 15% , left center , right bottom }
bgpos498621 { background-position: center bottom 15px , left center , right bottom }
bgpos498622 { background-position: center top , left center , right bottom }
bgpos498623 { background-position: center top 15% , left center , right bottom }
bgpos498624 { background-position: center top 15px , left center , right bottom }
bgpos498625 { background-position: center 10% , left center , right bottom }
bgpos498626 { background-position: center 100px , left center , right bottom }
bgpos498627 { background-position: center bottom , left center , right bottom }
bgpos498628 { background-position: center center , left center , right bottom }
bgpos498629 { background-position: center top , left center , right bottom }
bgpos498630 { background-position: left , left center , right bottom }
bgpos498631 { background-position: left 10% , left center , right bottom }
bgpos498632 { background-position: left 100px , left center , right bottom }
bgpos498633 { background-position: left bottom , left center , right bottom }
bgpos498634 { background-position: left center , left center , right bottom }
bgpos498635 { background-position: left top , left center , right bottom }
bgpos498636 { background-position: right , left center , right bottom }
bgpos498637 { background-position: right 10% , left center , right bottom }
bgpos498638 { background-position: right 100px , left center , right bottom }
bgpos498639 { background-position: right bottom , left center , right bottom }
bgpos498640 { background-position: right center , left center , right bottom }
bgpos498641 { background-position: right top , left center , right bottom }
bgpos498642 { background-position: top , left center , right bottom }
bgpos498643 { background-position: left bottom , left top , right bottom }
bgpos498644 { background-position: left bottom 15% , left top , right bottom }
bgpos498645 { background-position: left bottom 15px , left top , right bottom }
bgpos498646 { background-position: left top , left top , right bottom }
bgpos498647 { background-position: left top 15% , left top , right bottom }
bgpos498648 { background-position: left top 15px , left top , right bottom }
bgpos498649 { background-position: left 15% bottom , left top , right bottom }
bgpos498650 { background-position: left 15% bottom 15% , left top , right bottom }
bgpos498651 { background-position: left 15% bottom 15px , left top , right bottom }
bgpos498652 { background-position: left 15% top , left top , right bottom }
bgpos498653 { background-position: left 15% top 15% , left top , right bottom }
bgpos498654 { background-position: left 15% top 15px , left top , right bottom }
bgpos498655 { background-position: left 15% center , left top , right bottom }
bgpos498656 { background-position: left 15px bottom , left top , right bottom }
bgpos498657 { background-position: left 15px bottom 15% , left top , right bottom }
bgpos498658 { background-position: left 15px bottom 15px , left top , right bottom }
bgpos498659 { background-position: left 15px top , left top , right bottom }
bgpos498660 { background-position: left 15px top 15% , left top , right bottom }
bgpos498661 { background-position: left 15px top 15px , left top , right bottom }
bgpos498662 { background-position: left 15px center , left top , right bottom }
bgpos498663 { background-position: left center , left top , right bottom }
bgpos498664 { background-position: right bottom , left top , right bottom }
bgpos498665 { background-position: right bottom 15% , left top , right bottom }
bgpos498666 { background-position: right bottom 15px , left top , right bottom }
bgpos498667 { background-position: right top , left top , right bottom }
bgpos498668 { background-position: right top 15% , left top , right bottom }
bgpos498669 { background-position: right top 15px , left top , right bottom }
bgpos498670 { background-position: right 15% bottom , left top , right bottom }
bgpos498671 { background-position: right 15% bottom 15% , left top , right bottom }
bgpos498672 { background-position: right 15% bottom 15px , left top , right bottom }
bgpos498673 { background-position: right 15% top , left top , right bottom }
bgpos498674 { background-position: right 15% top 15% , left top , right bottom }
bgpos498675 { background-position: right 15% top 15px , left top , right bottom }
bgpos498676 { background-position: right 15% center , left top , right bottom }
bgpos498677 { background-position: right 15px bottom , left top , right bottom }
bgpos498678 { background-position: right 15px bottom 15% , left top , right bottom }
bgpos498679 { background-position: right 15px bottom 15px , left top , right bottom }
bgpos498680 { background-position: right 15px top , left top , right bottom }
bgpos498681 { background-position: right 15px top 15% , left top , right bottom }
bgpos498682 { background-position: right 15px top 15px , left top , right bottom }
bgpos498683 { background-position: right 15px center , left top , right bottom }
bgpos498684 { background-position: right center , left top , right bottom }
bgpos498685 { background-position: 100px , left top , right bottom }
bgpos498686 { background-position: 100px 10% , left top , right bottom }
bgpos498687 { background-position: 100px 100px , left top , right bottom }
bgpos498688 { background-position: 100px bottom , left top , right bottom }
bgpos498689 { background-position: 100px center , left top , right bottom }
bgpos498690 { background-position: 100px top , left top , right bottom }
bgpos498691 { background-position: 50% , left top , right bottom }
bgpos498692 { background-position: 50% 10% , left top , right bottom }
bgpos498693 { background-position: 50% 100px , left top , right bottom }
bgpos498694 { background-position: 50% bottom , left top , right bottom }
bgpos498695 { background-position: 50% center , left top , right bottom }
bgpos498696 { background-position: 50% top , left top , right bottom }
bgpos498697 { background-position: bottom, left top , right bottom }
bgpos498698 { background-position: center , left top , right bottom }
bgpos498699 { background-position: center bottom , left top , right bottom }
bgpos498700 { background-position: center bottom 15% , left top , right bottom }
bgpos498701 { background-position: center bottom 15px , left top , right bottom }
bgpos498702 { background-position: center top , left top , right bottom }
bgpos498703 { background-position: center top 15% , left top , right bottom }
bgpos498704 { background-position: center top 15px , left top , right bottom }
bgpos498705 { background-position: center 10% , left top , right bottom }
bgpos498706 { background-position: center 100px , left top , right bottom }
bgpos498707 { background-position: center bottom , left top , right bottom }
bgpos498708 { background-position: center center , left top , right bottom }
bgpos498709 { background-position: center top , left top , right bottom }
bgpos498710 { background-position: left , left top , right bottom }
bgpos498711 { background-position: left 10% , left top , right bottom }
bgpos498712 { background-position: left 100px , left top , right bottom }
bgpos498713 { background-position: left bottom , left top , right bottom }
bgpos498714 { background-position: left center , left top , right bottom }
bgpos498715 { background-position: left top , left top , right bottom }
bgpos498716 { background-position: right , left top , right bottom }
bgpos498717 { background-position: right 10% , left top , right bottom }
bgpos498718 { background-position: right 100px , left top , right bottom }
bgpos498719 { background-position: right bottom , left top , right bottom }
bgpos498720 { background-position: right center , left top , right bottom }
bgpos498721 { background-position: right top , left top , right bottom }
bgpos498722 { background-position: top , left top , right bottom }
bgpos498723 { background-position: left bottom , right , right bottom }
bgpos498724 { background-position: left bottom 15% , right , right bottom }
bgpos498725 { background-position: left bottom 15px , right , right bottom }
bgpos498726 { background-position: left top , right , right bottom }
bgpos498727 { background-position: left top 15% , right , right bottom }
bgpos498728 { background-position: left top 15px , right , right bottom }
bgpos498729 { background-position: left 15% bottom , right , right bottom }
bgpos498730 { background-position: left 15% bottom 15% , right , right bottom }
bgpos498731 { background-position: left 15% bottom 15px , right , right bottom }
bgpos498732 { background-position: left 15% top , right , right bottom }
bgpos498733 { background-position: left 15% top 15% , right , right bottom }
bgpos498734 { background-position: left 15% top 15px , right , right bottom }
bgpos498735 { background-position: left 15% center , right , right bottom }
bgpos498736 { background-position: left 15px bottom , right , right bottom }
bgpos498737 { background-position: left 15px bottom 15% , right , right bottom }
bgpos498738 { background-position: left 15px bottom 15px , right , right bottom }
bgpos498739 { background-position: left 15px top , right , right bottom }
bgpos498740 { background-position: left 15px top 15% , right , right bottom }
bgpos498741 { background-position: left 15px top 15px , right , right bottom }
bgpos498742 { background-position: left 15px center , right , right bottom }
bgpos498743 { background-position: left center , right , right bottom }
bgpos498744 { background-position: right bottom , right , right bottom }
bgpos498745 { background-position: right bottom 15% , right , right bottom }
bgpos498746 { background-position: right bottom 15px , right , right bottom }
bgpos498747 { background-position: right top , right , right bottom }
bgpos498748 { background-position: right top 15% , right , right bottom }
bgpos498749 { background-position: right top 15px , right , right bottom }
bgpos498750 { background-position: right 15% bottom , right , right bottom }
bgpos498751 { background-position: right 15% bottom 15% , right , right bottom }
bgpos498752 { background-position: right 15% bottom 15px , right , right bottom }
bgpos498753 { background-position: right 15% top , right , right bottom }
bgpos498754 { background-position: right 15% top 15% , right , right bottom }
bgpos498755 { background-position: right 15% top 15px , right , right bottom }
bgpos498756 { background-position: right 15% center , right , right bottom }
bgpos498757 { background-position: right 15px bottom , right , right bottom }
bgpos498758 { background-position: right 15px bottom 15% , right , right bottom }
bgpos498759 { background-position: right 15px bottom 15px , right , right bottom }
bgpos498760 { background-position: right 15px top , right , right bottom }
bgpos498761 { background-position: right 15px top 15% , right , right bottom }
bgpos498762 { background-position: right 15px top 15px , right , right bottom }
bgpos498763 { background-position: right 15px center , right , right bottom }
bgpos498764 { background-position: right center , right , right bottom }
bgpos498765 { background-position: 100px , right , right bottom }
bgpos498766 { background-position: 100px 10% , right , right bottom }
bgpos498767 { background-position: 100px 100px , right , right bottom }
bgpos498768 { background-position: 100px bottom , right , right bottom }
bgpos498769 { background-position: 100px center , right , right bottom }
bgpos498770 { background-position: 100px top , right , right bottom }
bgpos498771 { background-position: 50% , right , right bottom }
bgpos498772 { background-position: 50% 10% , right , right bottom }
bgpos498773 { background-position: 50% 100px , right , right bottom }
bgpos498774 { background-position: 50% bottom , right , right bottom }
bgpos498775 { background-position: 50% center , right , right bottom }
bgpos498776 { background-position: 50% top , right , right bottom }
bgpos498777 { background-position: bottom, right , right bottom }
bgpos498778 { background-position: center , right , right bottom }
bgpos498779 { background-position: center bottom , right , right bottom }
bgpos498780 { background-position: center bottom 15% , right , right bottom }
bgpos498781 { background-position: center bottom 15px , right , right bottom }
bgpos498782 { background-position: center top , right , right bottom }
bgpos498783 { background-position: center top 15% , right , right bottom }
bgpos498784 { background-position: center top 15px , right , right bottom }
bgpos498785 { background-position: center 10% , right , right bottom }
bgpos498786 { background-position: center 100px , right , right bottom }
bgpos498787 { background-position: center bottom , right , right bottom }
bgpos498788 { background-position: center center , right , right bottom }
bgpos498789 { background-position: center top , right , right bottom }
bgpos498790 { background-position: left , right , right bottom }
bgpos498791 { background-position: left 10% , right , right bottom }
bgpos498792 { background-position: left 100px , right , right bottom }
bgpos498793 { background-position: left bottom , right , right bottom }
bgpos498794 { background-position: left center , right , right bottom }
bgpos498795 { background-position: left top , right , right bottom }
bgpos498796 { background-position: right , right , right bottom }
bgpos498797 { background-position: right 10% , right , right bottom }
bgpos498798 { background-position: right 100px , right , right bottom }
bgpos498799 { background-position: right bottom , right , right bottom }
bgpos498800 { background-position: right center , right , right bottom }
bgpos498801 { background-position: right top , right , right bottom }
bgpos498802 { background-position: top , right , right bottom }
bgpos498803 { background-position: left bottom , right 10% , right bottom }
bgpos498804 { background-position: left bottom 15% , right 10% , right bottom }
bgpos498805 { background-position: left bottom 15px , right 10% , right bottom }
bgpos498806 { background-position: left top , right 10% , right bottom }
bgpos498807 { background-position: left top 15% , right 10% , right bottom }
bgpos498808 { background-position: left top 15px , right 10% , right bottom }
bgpos498809 { background-position: left 15% bottom , right 10% , right bottom }
bgpos498810 { background-position: left 15% bottom 15% , right 10% , right bottom }
bgpos498811 { background-position: left 15% bottom 15px , right 10% , right bottom }
bgpos498812 { background-position: left 15% top , right 10% , right bottom }
bgpos498813 { background-position: left 15% top 15% , right 10% , right bottom }
bgpos498814 { background-position: left 15% top 15px , right 10% , right bottom }
bgpos498815 { background-position: left 15% center , right 10% , right bottom }
bgpos498816 { background-position: left 15px bottom , right 10% , right bottom }
bgpos498817 { background-position: left 15px bottom 15% , right 10% , right bottom }
bgpos498818 { background-position: left 15px bottom 15px , right 10% , right bottom }
bgpos498819 { background-position: left 15px top , right 10% , right bottom }
bgpos498820 { background-position: left 15px top 15% , right 10% , right bottom }
bgpos498821 { background-position: left 15px top 15px , right 10% , right bottom }
bgpos498822 { background-position: left 15px center , right 10% , right bottom }
bgpos498823 { background-position: left center , right 10% , right bottom }
bgpos498824 { background-position: right bottom , right 10% , right bottom }
bgpos498825 { background-position: right bottom 15% , right 10% , right bottom }
bgpos498826 { background-position: right bottom 15px , right 10% , right bottom }
bgpos498827 { background-position: right top , right 10% , right bottom }
bgpos498828 { background-position: right top 15% , right 10% , right bottom }
bgpos498829 { background-position: right top 15px , right 10% , right bottom }
bgpos498830 { background-position: right 15% bottom , right 10% , right bottom }
bgpos498831 { background-position: right 15% bottom 15% , right 10% , right bottom }
bgpos498832 { background-position: right 15% bottom 15px , right 10% , right bottom }
bgpos498833 { background-position: right 15% top , right 10% , right bottom }
bgpos498834 { background-position: right 15% top 15% , right 10% , right bottom }
bgpos498835 { background-position: right 15% top 15px , right 10% , right bottom }
bgpos498836 { background-position: right 15% center , right 10% , right bottom }
bgpos498837 { background-position: right 15px bottom , right 10% , right bottom }
bgpos498838 { background-position: right 15px bottom 15% , right 10% , right bottom }
bgpos498839 { background-position: right 15px bottom 15px , right 10% , right bottom }
bgpos498840 { background-position: right 15px top , right 10% , right bottom }
bgpos498841 { background-position: right 15px top 15% , right 10% , right bottom }
bgpos498842 { background-position: right 15px top 15px , right 10% , right bottom }
bgpos498843 { background-position: right 15px center , right 10% , right bottom }
bgpos498844 { background-position: right center , right 10% , right bottom }
bgpos498845 { background-position: 100px , right 10% , right bottom }
bgpos498846 { background-position: 100px 10% , right 10% , right bottom }
bgpos498847 { background-position: 100px 100px , right 10% , right bottom }
bgpos498848 { background-position: 100px bottom , right 10% , right bottom }
bgpos498849 { background-position: 100px center , right 10% , right bottom }
bgpos498850 { background-position: 100px top , right 10% , right bottom }
bgpos498851 { background-position: 50% , right 10% , right bottom }
bgpos498852 { background-position: 50% 10% , right 10% , right bottom }
bgpos498853 { background-position: 50% 100px , right 10% , right bottom }
bgpos498854 { background-position: 50% bottom , right 10% , right bottom }
bgpos498855 { background-position: 50% center , right 10% , right bottom }
bgpos498856 { background-position: 50% top , right 10% , right bottom }
bgpos498857 { background-position: bottom, right 10% , right bottom }
bgpos498858 { background-position: center , right 10% , right bottom }
bgpos498859 { background-position: center bottom , right 10% , right bottom }
bgpos498860 { background-position: center bottom 15% , right 10% , right bottom }
bgpos498861 { background-position: center bottom 15px , right 10% , right bottom }
bgpos498862 { background-position: center top , right 10% , right bottom }
bgpos498863 { background-position: center top 15% , right 10% , right bottom }
bgpos498864 { background-position: center top 15px , right 10% , right bottom }
bgpos498865 { background-position: center 10% , right 10% , right bottom }
bgpos498866 { background-position: center 100px , right 10% , right bottom }
bgpos498867 { background-position: center bottom , right 10% , right bottom }
bgpos498868 { background-position: center center , right 10% , right bottom }
bgpos498869 { background-position: center top , right 10% , right bottom }
bgpos498870 { background-position: left , right 10% , right bottom }
bgpos498871 { background-position: left 10% , right 10% , right bottom }
bgpos498872 { background-position: left 100px , right 10% , right bottom }
bgpos498873 { background-position: left bottom , right 10% , right bottom }
bgpos498874 { background-position: left center , right 10% , right bottom }
bgpos498875 { background-position: left top , right 10% , right bottom }
bgpos498876 { background-position: right , right 10% , right bottom }
bgpos498877 { background-position: right 10% , right 10% , right bottom }
bgpos498878 { background-position: right 100px , right 10% , right bottom }
bgpos498879 { background-position: right bottom , right 10% , right bottom }
bgpos498880 { background-position: right center , right 10% , right bottom }
bgpos498881 { background-position: right top , right 10% , right bottom }
bgpos498882 { background-position: top , right 10% , right bottom }
bgpos498883 { background-position: left bottom , right 100px , right bottom }
bgpos498884 { background-position: left bottom 15% , right 100px , right bottom }
bgpos498885 { background-position: left bottom 15px , right 100px , right bottom }
bgpos498886 { background-position: left top , right 100px , right bottom }
bgpos498887 { background-position: left top 15% , right 100px , right bottom }
bgpos498888 { background-position: left top 15px , right 100px , right bottom }
bgpos498889 { background-position: left 15% bottom , right 100px , right bottom }
bgpos498890 { background-position: left 15% bottom 15% , right 100px , right bottom }
bgpos498891 { background-position: left 15% bottom 15px , right 100px , right bottom }
bgpos498892 { background-position: left 15% top , right 100px , right bottom }
bgpos498893 { background-position: left 15% top 15% , right 100px , right bottom }
bgpos498894 { background-position: left 15% top 15px , right 100px , right bottom }
bgpos498895 { background-position: left 15% center , right 100px , right bottom }
bgpos498896 { background-position: left 15px bottom , right 100px , right bottom }
bgpos498897 { background-position: left 15px bottom 15% , right 100px , right bottom }
bgpos498898 { background-position: left 15px bottom 15px , right 100px , right bottom }
bgpos498899 { background-position: left 15px top , right 100px , right bottom }
bgpos498900 { background-position: left 15px top 15% , right 100px , right bottom }
bgpos498901 { background-position: left 15px top 15px , right 100px , right bottom }
bgpos498902 { background-position: left 15px center , right 100px , right bottom }
bgpos498903 { background-position: left center , right 100px , right bottom }
bgpos498904 { background-position: right bottom , right 100px , right bottom }
bgpos498905 { background-position: right bottom 15% , right 100px , right bottom }
bgpos498906 { background-position: right bottom 15px , right 100px , right bottom }
bgpos498907 { background-position: right top , right 100px , right bottom }
bgpos498908 { background-position: right top 15% , right 100px , right bottom }
bgpos498909 { background-position: right top 15px , right 100px , right bottom }
bgpos498910 { background-position: right 15% bottom , right 100px , right bottom }
bgpos498911 { background-position: right 15% bottom 15% , right 100px , right bottom }
bgpos498912 { background-position: right 15% bottom 15px , right 100px , right bottom }
bgpos498913 { background-position: right 15% top , right 100px , right bottom }
bgpos498914 { background-position: right 15% top 15% , right 100px , right bottom }
bgpos498915 { background-position: right 15% top 15px , right 100px , right bottom }
bgpos498916 { background-position: right 15% center , right 100px , right bottom }
bgpos498917 { background-position: right 15px bottom , right 100px , right bottom }
bgpos498918 { background-position: right 15px bottom 15% , right 100px , right bottom }
bgpos498919 { background-position: right 15px bottom 15px , right 100px , right bottom }
bgpos498920 { background-position: right 15px top , right 100px , right bottom }
bgpos498921 { background-position: right 15px top 15% , right 100px , right bottom }
bgpos498922 { background-position: right 15px top 15px , right 100px , right bottom }
bgpos498923 { background-position: right 15px center , right 100px , right bottom }
bgpos498924 { background-position: right center , right 100px , right bottom }
bgpos498925 { background-position: 100px , right 100px , right bottom }
bgpos498926 { background-position: 100px 10% , right 100px , right bottom }
bgpos498927 { background-position: 100px 100px , right 100px , right bottom }
bgpos498928 { background-position: 100px bottom , right 100px , right bottom }
bgpos498929 { background-position: 100px center , right 100px , right bottom }
bgpos498930 { background-position: 100px top , right 100px , right bottom }
bgpos498931 { background-position: 50% , right 100px , right bottom }
bgpos498932 { background-position: 50% 10% , right 100px , right bottom }
bgpos498933 { background-position: 50% 100px , right 100px , right bottom }
bgpos498934 { background-position: 50% bottom , right 100px , right bottom }
bgpos498935 { background-position: 50% center , right 100px , right bottom }
bgpos498936 { background-position: 50% top , right 100px , right bottom }
bgpos498937 { background-position: bottom, right 100px , right bottom }
bgpos498938 { background-position: center , right 100px , right bottom }
bgpos498939 { background-position: center bottom , right 100px , right bottom }
bgpos498940 { background-position: center bottom 15% , right 100px , right bottom }
bgpos498941 { background-position: center bottom 15px , right 100px , right bottom }
bgpos498942 { background-position: center top , right 100px , right bottom }
bgpos498943 { background-position: center top 15% , right 100px , right bottom }
bgpos498944 { background-position: center top 15px , right 100px , right bottom }
bgpos498945 { background-position: center 10% , right 100px , right bottom }
bgpos498946 { background-position: center 100px , right 100px , right bottom }
bgpos498947 { background-position: center bottom , right 100px , right bottom }
bgpos498948 { background-position: center center , right 100px , right bottom }
bgpos498949 { background-position: center top , right 100px , right bottom }
bgpos498950 { background-position: left , right 100px , right bottom }
bgpos498951 { background-position: left 10% , right 100px , right bottom }
bgpos498952 { background-position: left 100px , right 100px , right bottom }
bgpos498953 { background-position: left bottom , right 100px , right bottom }
bgpos498954 { background-position: left center , right 100px , right bottom }
bgpos498955 { background-position: left top , right 100px , right bottom }
bgpos498956 { background-position: right , right 100px , right bottom }
bgpos498957 { background-position: right 10% , right 100px , right bottom }
bgpos498958 { background-position: right 100px , right 100px , right bottom }
bgpos498959 { background-position: right bottom , right 100px , right bottom }
bgpos498960 { background-position: right center , right 100px , right bottom }
bgpos498961 { background-position: right top , right 100px , right bottom }
bgpos498962 { background-position: top , right 100px , right bottom }
bgpos498963 { background-position: left bottom , right bottom , right bottom }
bgpos498964 { background-position: left bottom 15% , right bottom , right bottom }
bgpos498965 { background-position: left bottom 15px , right bottom , right bottom }
bgpos498966 { background-position: left top , right bottom , right bottom }
bgpos498967 { background-position: left top 15% , right bottom , right bottom }
bgpos498968 { background-position: left top 15px , right bottom , right bottom }
bgpos498969 { background-position: left 15% bottom , right bottom , right bottom }
bgpos498970 { background-position: left 15% bottom 15% , right bottom , right bottom }
bgpos498971 { background-position: left 15% bottom 15px , right bottom , right bottom }
bgpos498972 { background-position: left 15% top , right bottom , right bottom }
bgpos498973 { background-position: left 15% top 15% , right bottom , right bottom }
bgpos498974 { background-position: left 15% top 15px , right bottom , right bottom }
bgpos498975 { background-position: left 15% center , right bottom , right bottom }
bgpos498976 { background-position: left 15px bottom , right bottom , right bottom }
bgpos498977 { background-position: left 15px bottom 15% , right bottom , right bottom }
bgpos498978 { background-position: left 15px bottom 15px , right bottom , right bottom }
bgpos498979 { background-position: left 15px top , right bottom , right bottom }
bgpos498980 { background-position: left 15px top 15% , right bottom , right bottom }
bgpos498981 { background-position: left 15px top 15px , right bottom , right bottom }
bgpos498982 { background-position: left 15px center , right bottom , right bottom }
bgpos498983 { background-position: left center , right bottom , right bottom }
bgpos498984 { background-position: right bottom , right bottom , right bottom }
bgpos498985 { background-position: right bottom 15% , right bottom , right bottom }
bgpos498986 { background-position: right bottom 15px , right bottom , right bottom }
bgpos498987 { background-position: right top , right bottom , right bottom }
bgpos498988 { background-position: right top 15% , right bottom , right bottom }
bgpos498989 { background-position: right top 15px , right bottom , right bottom }
bgpos498990 { background-position: right 15% bottom , right bottom , right bottom }
bgpos498991 { background-position: right 15% bottom 15% , right bottom , right bottom }
bgpos498992 { background-position: right 15% bottom 15px , right bottom , right bottom }
bgpos498993 { background-position: right 15% top , right bottom , right bottom }
bgpos498994 { background-position: right 15% top 15% , right bottom , right bottom }
bgpos498995 { background-position: right 15% top 15px , right bottom , right bottom }
bgpos498996 { background-position: right 15% center , right bottom , right bottom }
bgpos498997 { background-position: right 15px bottom , right bottom , right bottom }
bgpos498998 { background-position: right 15px bottom 15% , right bottom , right bottom }
bgpos498999 { background-position: right 15px bottom 15px , right bottom , right bottom }
bgpos499000 { background-position: right 15px top , right bottom , right bottom }
bgpos499001 { background-position: right 15px top 15% , right bottom , right bottom }
bgpos499002 { background-position: right 15px top 15px , right bottom , right bottom }
bgpos499003 { background-position: right 15px center , right bottom , right bottom }
bgpos499004 { background-position: right center , right bottom , right bottom }
bgpos499005 { background-position: 100px , right bottom , right bottom }
bgpos499006 { background-position: 100px 10% , right bottom , right bottom }
bgpos499007 { background-position: 100px 100px , right bottom , right bottom }
bgpos499008 { background-position: 100px bottom , right bottom , right bottom }
bgpos499009 { background-position: 100px center , right bottom , right bottom }
bgpos499010 { background-position: 100px top , right bottom , right bottom }
bgpos499011 { background-position: 50% , right bottom , right bottom }
bgpos499012 { background-position: 50% 10% , right bottom , right bottom }
bgpos499013 { background-position: 50% 100px , right bottom , right bottom }
bgpos499014 { background-position: 50% bottom , right bottom , right bottom }
bgpos499015 { background-position: 50% center , right bottom , right bottom }
bgpos499016 { background-position: 50% top , right bottom , right bottom }
bgpos499017 { background-position: bottom, right bottom , right bottom }
bgpos499018 { background-position: center , right bottom , right bottom }
bgpos499019 { background-position: center bottom , right bottom , right bottom }
bgpos499020 { background-position: center bottom 15% , right bottom , right bottom }
bgpos499021 { background-position: center bottom 15px , right bottom , right bottom }
bgpos499022 { background-position: center top , right bottom , right bottom }
bgpos499023 { background-position: center top 15% , right bottom , right bottom }
bgpos499024 { background-position: center top 15px , right bottom , right bottom }
bgpos499025 { background-position: center 10% , right bottom , right bottom }
bgpos499026 { background-position: center 100px , right bottom , right bottom }
bgpos499027 { background-position: center bottom , right bottom , right bottom }
bgpos499028 { background-position: center center , right bottom , right bottom }
bgpos499029 { background-position: center top , right bottom , right bottom }
bgpos499030 { background-position: left , right bottom , right bottom }
bgpos499031 { background-position: left 10% , right bottom , right bottom }
bgpos499032 { background-position: left 100px , right bottom , right bottom }
bgpos499033 { background-position: left bottom , right bottom , right bottom }
bgpos499034 { background-position: left center , right bottom , right bottom }
bgpos499035 { background-position: left top , right bottom , right bottom }
bgpos499036 { background-position: right , right bottom , right bottom }
bgpos499037 { background-position: right 10% , right bottom , right bottom }
bgpos499038 { background-position: right 100px , right bottom , right bottom }
bgpos499039 { background-position: right bottom , right bottom , right bottom }
bgpos499040 { background-position: right center , right bottom , right bottom }
bgpos499041 { background-position: right top , right bottom , right bottom }
bgpos499042 { background-position: top , right bottom , right bottom }
bgpos499043 { background-position: left bottom , right center , right bottom }
bgpos499044 { background-position: left bottom 15% , right center , right bottom }
bgpos499045 { background-position: left bottom 15px , right center , right bottom }
bgpos499046 { background-position: left top , right center , right bottom }
bgpos499047 { background-position: left top 15% , right center , right bottom }
bgpos499048 { background-position: left top 15px , right center , right bottom }
bgpos499049 { background-position: left 15% bottom , right center , right bottom }
bgpos499050 { background-position: left 15% bottom 15% , right center , right bottom }
bgpos499051 { background-position: left 15% bottom 15px , right center , right bottom }
bgpos499052 { background-position: left 15% top , right center , right bottom }
bgpos499053 { background-position: left 15% top 15% , right center , right bottom }
bgpos499054 { background-position: left 15% top 15px , right center , right bottom }
bgpos499055 { background-position: left 15% center , right center , right bottom }
bgpos499056 { background-position: left 15px bottom , right center , right bottom }
bgpos499057 { background-position: left 15px bottom 15% , right center , right bottom }
bgpos499058 { background-position: left 15px bottom 15px , right center , right bottom }
bgpos499059 { background-position: left 15px top , right center , right bottom }
bgpos499060 { background-position: left 15px top 15% , right center , right bottom }
bgpos499061 { background-position: left 15px top 15px , right center , right bottom }
bgpos499062 { background-position: left 15px center , right center , right bottom }
bgpos499063 { background-position: left center , right center , right bottom }
bgpos499064 { background-position: right bottom , right center , right bottom }
bgpos499065 { background-position: right bottom 15% , right center , right bottom }
bgpos499066 { background-position: right bottom 15px , right center , right bottom }
bgpos499067 { background-position: right top , right center , right bottom }
bgpos499068 { background-position: right top 15% , right center , right bottom }
bgpos499069 { background-position: right top 15px , right center , right bottom }
bgpos499070 { background-position: right 15% bottom , right center , right bottom }
bgpos499071 { background-position: right 15% bottom 15% , right center , right bottom }
bgpos499072 { background-position: right 15% bottom 15px , right center , right bottom }
bgpos499073 { background-position: right 15% top , right center , right bottom }
bgpos499074 { background-position: right 15% top 15% , right center , right bottom }
bgpos499075 { background-position: right 15% top 15px , right center , right bottom }
bgpos499076 { background-position: right 15% center , right center , right bottom }
bgpos499077 { background-position: right 15px bottom , right center , right bottom }
bgpos499078 { background-position: right 15px bottom 15% , right center , right bottom }
bgpos499079 { background-position: right 15px bottom 15px , right center , right bottom }
bgpos499080 { background-position: right 15px top , right center , right bottom }
bgpos499081 { background-position: right 15px top 15% , right center , right bottom }
bgpos499082 { background-position: right 15px top 15px , right center , right bottom }
bgpos499083 { background-position: right 15px center , right center , right bottom }
bgpos499084 { background-position: right center , right center , right bottom }
bgpos499085 { background-position: 100px , right center , right bottom }
bgpos499086 { background-position: 100px 10% , right center , right bottom }
bgpos499087 { background-position: 100px 100px , right center , right bottom }
bgpos499088 { background-position: 100px bottom , right center , right bottom }
bgpos499089 { background-position: 100px center , right center , right bottom }
bgpos499090 { background-position: 100px top , right center , right bottom }
bgpos499091 { background-position: 50% , right center , right bottom }
bgpos499092 { background-position: 50% 10% , right center , right bottom }
bgpos499093 { background-position: 50% 100px , right center , right bottom }
bgpos499094 { background-position: 50% bottom , right center , right bottom }
bgpos499095 { background-position: 50% center , right center , right bottom }
bgpos499096 { background-position: 50% top , right center , right bottom }
bgpos499097 { background-position: bottom, right center , right bottom }
bgpos499098 { background-position: center , right center , right bottom }
bgpos499099 { background-position: center bottom , right center , right bottom }
bgpos499100 { background-position: center bottom 15% , right center , right bottom }
bgpos499101 { background-position: center bottom 15px , right center , right bottom }
bgpos499102 { background-position: center top , right center , right bottom }
bgpos499103 { background-position: center top 15% , right center , right bottom }
bgpos499104 { background-position: center top 15px , right center , right bottom }
bgpos499105 { background-position: center 10% , right center , right bottom }
bgpos499106 { background-position: center 100px , right center , right bottom }
bgpos499107 { background-position: center bottom , right center , right bottom }
bgpos499108 { background-position: center center , right center , right bottom }
bgpos499109 { background-position: center top , right center , right bottom }
bgpos499110 { background-position: left , right center , right bottom }
bgpos499111 { background-position: left 10% , right center , right bottom }
bgpos499112 { background-position: left 100px , right center , right bottom }
bgpos499113 { background-position: left bottom , right center , right bottom }
bgpos499114 { background-position: left center , right center , right bottom }
bgpos499115 { background-position: left top , right center , right bottom }
bgpos499116 { background-position: right , right center , right bottom }
bgpos499117 { background-position: right 10% , right center , right bottom }
bgpos499118 { background-position: right 100px , right center , right bottom }
bgpos499119 { background-position: right bottom , right center , right bottom }
bgpos499120 { background-position: right center , right center , right bottom }
bgpos499121 { background-position: right top , right center , right bottom }
bgpos499122 { background-position: top , right center , right bottom }
bgpos499123 { background-position: left bottom , right top , right bottom }
bgpos499124 { background-position: left bottom 15% , right top , right bottom }
bgpos499125 { background-position: left bottom 15px , right top , right bottom }
bgpos499126 { background-position: left top , right top , right bottom }
bgpos499127 { background-position: left top 15% , right top , right bottom }
bgpos499128 { background-position: left top 15px , right top , right bottom }
bgpos499129 { background-position: left 15% bottom , right top , right bottom }
bgpos499130 { background-position: left 15% bottom 15% , right top , right bottom }
bgpos499131 { background-position: left 15% bottom 15px , right top , right bottom }
bgpos499132 { background-position: left 15% top , right top , right bottom }
bgpos499133 { background-position: left 15% top 15% , right top , right bottom }
bgpos499134 { background-position: left 15% top 15px , right top , right bottom }
bgpos499135 { background-position: left 15% center , right top , right bottom }
bgpos499136 { background-position: left 15px bottom , right top , right bottom }
bgpos499137 { background-position: left 15px bottom 15% , right top , right bottom }
bgpos499138 { background-position: left 15px bottom 15px , right top , right bottom }
bgpos499139 { background-position: left 15px top , right top , right bottom }
bgpos499140 { background-position: left 15px top 15% , right top , right bottom }
bgpos499141 { background-position: left 15px top 15px , right top , right bottom }
bgpos499142 { background-position: left 15px center , right top , right bottom }
bgpos499143 { background-position: left center , right top , right bottom }
bgpos499144 { background-position: right bottom , right top , right bottom }
bgpos499145 { background-position: right bottom 15% , right top , right bottom }
bgpos499146 { background-position: right bottom 15px , right top , right bottom }
bgpos499147 { background-position: right top , right top , right bottom }
bgpos499148 { background-position: right top 15% , right top , right bottom }
bgpos499149 { background-position: right top 15px , right top , right bottom }
bgpos499150 { background-position: right 15% bottom , right top , right bottom }
bgpos499151 { background-position: right 15% bottom 15% , right top , right bottom }
bgpos499152 { background-position: right 15% bottom 15px , right top , right bottom }
bgpos499153 { background-position: right 15% top , right top , right bottom }
bgpos499154 { background-position: right 15% top 15% , right top , right bottom }
bgpos499155 { background-position: right 15% top 15px , right top , right bottom }
bgpos499156 { background-position: right 15% center , right top , right bottom }
bgpos499157 { background-position: right 15px bottom , right top , right bottom }
bgpos499158 { background-position: right 15px bottom 15% , right top , right bottom }
bgpos499159 { background-position: right 15px bottom 15px , right top , right bottom }
bgpos499160 { background-position: right 15px top , right top , right bottom }
bgpos499161 { background-position: right 15px top 15% , right top , right bottom }
bgpos499162 { background-position: right 15px top 15px , right top , right bottom }
bgpos499163 { background-position: right 15px center , right top , right bottom }
bgpos499164 { background-position: right center , right top , right bottom }
bgpos499165 { background-position: 100px , right top , right bottom }
bgpos499166 { background-position: 100px 10% , right top , right bottom }
bgpos499167 { background-position: 100px 100px , right top , right bottom }
bgpos499168 { background-position: 100px bottom , right top , right bottom }
bgpos499169 { background-position: 100px center , right top , right bottom }
bgpos499170 { background-position: 100px top , right top , right bottom }
bgpos499171 { background-position: 50% , right top , right bottom }
bgpos499172 { background-position: 50% 10% , right top , right bottom }
bgpos499173 { background-position: 50% 100px , right top , right bottom }
bgpos499174 { background-position: 50% bottom , right top , right bottom }
bgpos499175 { background-position: 50% center , right top , right bottom }
bgpos499176 { background-position: 50% top , right top , right bottom }
bgpos499177 { background-position: bottom, right top , right bottom }
bgpos499178 { background-position: center , right top , right bottom }
bgpos499179 { background-position: center bottom , right top , right bottom }
bgpos499180 { background-position: center bottom 15% , right top , right bottom }
bgpos499181 { background-position: center bottom 15px , right top , right bottom }
bgpos499182 { background-position: center top , right top , right bottom }
bgpos499183 { background-position: center top 15% , right top , right bottom }
bgpos499184 { background-position: center top 15px , right top , right bottom }
bgpos499185 { background-position: center 10% , right top , right bottom }
bgpos499186 { background-position: center 100px , right top , right bottom }
bgpos499187 { background-position: center bottom , right top , right bottom }
bgpos499188 { background-position: center center , right top , right bottom }
bgpos499189 { background-position: center top , right top , right bottom }
bgpos499190 { background-position: left , right top , right bottom }
bgpos499191 { background-position: left 10% , right top , right bottom }
bgpos499192 { background-position: left 100px , right top , right bottom }
bgpos499193 { background-position: left bottom , right top , right bottom }
bgpos499194 { background-position: left center , right top , right bottom }
bgpos499195 { background-position: left top , right top , right bottom }
bgpos499196 { background-position: right , right top , right bottom }
bgpos499197 { background-position: right 10% , right top , right bottom }
bgpos499198 { background-position: right 100px , right top , right bottom }
bgpos499199 { background-position: right bottom , right top , right bottom }
bgpos499200 { background-position: right center , right top , right bottom }
bgpos499201 { background-position: right top , right top , right bottom }
bgpos499202 { background-position: top , right top , right bottom }
bgpos499203 { background-position: left bottom , top , right bottom }
bgpos499204 { background-position: left bottom 15% , top , right bottom }
bgpos499205 { background-position: left bottom 15px , top , right bottom }
bgpos499206 { background-position: left top , top , right bottom }
bgpos499207 { background-position: left top 15% , top , right bottom }
bgpos499208 { background-position: left top 15px , top , right bottom }
bgpos499209 { background-position: left 15% bottom , top , right bottom }
bgpos499210 { background-position: left 15% bottom 15% , top , right bottom }
bgpos499211 { background-position: left 15% bottom 15px , top , right bottom }
bgpos499212 { background-position: left 15% top , top , right bottom }
bgpos499213 { background-position: left 15% top 15% , top , right bottom }
bgpos499214 { background-position: left 15% top 15px , top , right bottom }
bgpos499215 { background-position: left 15% center , top , right bottom }
bgpos499216 { background-position: left 15px bottom , top , right bottom }
bgpos499217 { background-position: left 15px bottom 15% , top , right bottom }
bgpos499218 { background-position: left 15px bottom 15px , top , right bottom }
bgpos499219 { background-position: left 15px top , top , right bottom }
bgpos499220 { background-position: left 15px top 15% , top , right bottom }
bgpos499221 { background-position: left 15px top 15px , top , right bottom }
bgpos499222 { background-position: left 15px center , top , right bottom }
bgpos499223 { background-position: left center , top , right bottom }
bgpos499224 { background-position: right bottom , top , right bottom }
bgpos499225 { background-position: right bottom 15% , top , right bottom }
bgpos499226 { background-position: right bottom 15px , top , right bottom }
bgpos499227 { background-position: right top , top , right bottom }
bgpos499228 { background-position: right top 15% , top , right bottom }
bgpos499229 { background-position: right top 15px , top , right bottom }
bgpos499230 { background-position: right 15% bottom , top , right bottom }
bgpos499231 { background-position: right 15% bottom 15% , top , right bottom }
bgpos499232 { background-position: right 15% bottom 15px , top , right bottom }
bgpos499233 { background-position: right 15% top , top , right bottom }
bgpos499234 { background-position: right 15% top 15% , top , right bottom }
bgpos499235 { background-position: right 15% top 15px , top , right bottom }
bgpos499236 { background-position: right 15% center , top , right bottom }
bgpos499237 { background-position: right 15px bottom , top , right bottom }
bgpos499238 { background-position: right 15px bottom 15% , top , right bottom }
bgpos499239 { background-position: right 15px bottom 15px , top , right bottom }
bgpos499240 { background-position: right 15px top , top , right bottom }
bgpos499241 { background-position: right 15px top 15% , top , right bottom }
bgpos499242 { background-position: right 15px top 15px , top , right bottom }
bgpos499243 { background-position: right 15px center , top , right bottom }
bgpos499244 { background-position: right center , top , right bottom }
bgpos499245 { background-position: 100px , top , right bottom }
bgpos499246 { background-position: 100px 10% , top , right bottom }
bgpos499247 { background-position: 100px 100px , top , right bottom }
bgpos499248 { background-position: 100px bottom , top , right bottom }
bgpos499249 { background-position: 100px center , top , right bottom }
bgpos499250 { background-position: 100px top , top , right bottom }
bgpos499251 { background-position: 50% , top , right bottom }
bgpos499252 { background-position: 50% 10% , top , right bottom }
bgpos499253 { background-position: 50% 100px , top , right bottom }
bgpos499254 { background-position: 50% bottom , top , right bottom }
bgpos499255 { background-position: 50% center , top , right bottom }
bgpos499256 { background-position: 50% top , top , right bottom }
bgpos499257 { background-position: bottom, top , right bottom }
bgpos499258 { background-position: center , top , right bottom }
bgpos499259 { background-position: center bottom , top , right bottom }
bgpos499260 { background-position: center bottom 15% , top , right bottom }
bgpos499261 { background-position: center bottom 15px , top , right bottom }
bgpos499262 { background-position: center top , top , right bottom }
bgpos499263 { background-position: center top 15% , top , right bottom }
bgpos499264 { background-position: center top 15px , top , right bottom }
bgpos499265 { background-position: center 10% , top , right bottom }
bgpos499266 { background-position: center 100px , top , right bottom }
bgpos499267 { background-position: center bottom , top , right bottom }
bgpos499268 { background-position: center center , top , right bottom }
bgpos499269 { background-position: center top , top , right bottom }
bgpos499270 { background-position: left , top , right bottom }
bgpos499271 { background-position: left 10% , top , right bottom }
bgpos499272 { background-position: left 100px , top , right bottom }
bgpos499273 { background-position: left bottom , top , right bottom }
bgpos499274 { background-position: left center , top , right bottom }
bgpos499275 { background-position: left top , top , right bottom }
bgpos499276 { background-position: right , top , right bottom }
bgpos499277 { background-position: right 10% , top , right bottom }
bgpos499278 { background-position: right 100px , top , right bottom }
bgpos499279 { background-position: right bottom , top , right bottom }
bgpos499280 { background-position: right center , top , right bottom }
bgpos499281 { background-position: right top , top , right bottom }
bgpos499282 { background-position: top , top , right bottom }
bgpos499283 { background-position: left bottom , left bottom , right center }
bgpos499284 { background-position: left bottom 15% , left bottom , right center }
bgpos499285 { background-position: left bottom 15px , left bottom , right center }
bgpos499286 { background-position: left top , left bottom , right center }
bgpos499287 { background-position: left top 15% , left bottom , right center }
bgpos499288 { background-position: left top 15px , left bottom , right center }
bgpos499289 { background-position: left 15% bottom , left bottom , right center }
bgpos499290 { background-position: left 15% bottom 15% , left bottom , right center }
bgpos499291 { background-position: left 15% bottom 15px , left bottom , right center }
bgpos499292 { background-position: left 15% top , left bottom , right center }
bgpos499293 { background-position: left 15% top 15% , left bottom , right center }
bgpos499294 { background-position: left 15% top 15px , left bottom , right center }
bgpos499295 { background-position: left 15% center , left bottom , right center }
bgpos499296 { background-position: left 15px bottom , left bottom , right center }
bgpos499297 { background-position: left 15px bottom 15% , left bottom , right center }
bgpos499298 { background-position: left 15px bottom 15px , left bottom , right center }
bgpos499299 { background-position: left 15px top , left bottom , right center }
bgpos499300 { background-position: left 15px top 15% , left bottom , right center }
bgpos499301 { background-position: left 15px top 15px , left bottom , right center }
bgpos499302 { background-position: left 15px center , left bottom , right center }
bgpos499303 { background-position: left center , left bottom , right center }
bgpos499304 { background-position: right bottom , left bottom , right center }
bgpos499305 { background-position: right bottom 15% , left bottom , right center }
bgpos499306 { background-position: right bottom 15px , left bottom , right center }
bgpos499307 { background-position: right top , left bottom , right center }
bgpos499308 { background-position: right top 15% , left bottom , right center }
bgpos499309 { background-position: right top 15px , left bottom , right center }
bgpos499310 { background-position: right 15% bottom , left bottom , right center }
bgpos499311 { background-position: right 15% bottom 15% , left bottom , right center }
bgpos499312 { background-position: right 15% bottom 15px , left bottom , right center }
bgpos499313 { background-position: right 15% top , left bottom , right center }
bgpos499314 { background-position: right 15% top 15% , left bottom , right center }
bgpos499315 { background-position: right 15% top 15px , left bottom , right center }
bgpos499316 { background-position: right 15% center , left bottom , right center }
bgpos499317 { background-position: right 15px bottom , left bottom , right center }
bgpos499318 { background-position: right 15px bottom 15% , left bottom , right center }
bgpos499319 { background-position: right 15px bottom 15px , left bottom , right center }
bgpos499320 { background-position: right 15px top , left bottom , right center }
bgpos499321 { background-position: right 15px top 15% , left bottom , right center }
bgpos499322 { background-position: right 15px top 15px , left bottom , right center }
bgpos499323 { background-position: right 15px center , left bottom , right center }
bgpos499324 { background-position: right center , left bottom , right center }
bgpos499325 { background-position: 100px , left bottom , right center }
bgpos499326 { background-position: 100px 10% , left bottom , right center }
bgpos499327 { background-position: 100px 100px , left bottom , right center }
bgpos499328 { background-position: 100px bottom , left bottom , right center }
bgpos499329 { background-position: 100px center , left bottom , right center }
bgpos499330 { background-position: 100px top , left bottom , right center }
bgpos499331 { background-position: 50% , left bottom , right center }
bgpos499332 { background-position: 50% 10% , left bottom , right center }
bgpos499333 { background-position: 50% 100px , left bottom , right center }
bgpos499334 { background-position: 50% bottom , left bottom , right center }
bgpos499335 { background-position: 50% center , left bottom , right center }
bgpos499336 { background-position: 50% top , left bottom , right center }
bgpos499337 { background-position: bottom, left bottom , right center }
bgpos499338 { background-position: center , left bottom , right center }
bgpos499339 { background-position: center bottom , left bottom , right center }
bgpos499340 { background-position: center bottom 15% , left bottom , right center }
bgpos499341 { background-position: center bottom 15px , left bottom , right center }
bgpos499342 { background-position: center top , left bottom , right center }
bgpos499343 { background-position: center top 15% , left bottom , right center }
bgpos499344 { background-position: center top 15px , left bottom , right center }
bgpos499345 { background-position: center 10% , left bottom , right center }
bgpos499346 { background-position: center 100px , left bottom , right center }
bgpos499347 { background-position: center bottom , left bottom , right center }
bgpos499348 { background-position: center center , left bottom , right center }
bgpos499349 { background-position: center top , left bottom , right center }
bgpos499350 { background-position: left , left bottom , right center }
bgpos499351 { background-position: left 10% , left bottom , right center }
bgpos499352 { background-position: left 100px , left bottom , right center }
bgpos499353 { background-position: left bottom , left bottom , right center }
bgpos499354 { background-position: left center , left bottom , right center }
bgpos499355 { background-position: left top , left bottom , right center }
bgpos499356 { background-position: right , left bottom , right center }
bgpos499357 { background-position: right 10% , left bottom , right center }
bgpos499358 { background-position: right 100px , left bottom , right center }
bgpos499359 { background-position: right bottom , left bottom , right center }
bgpos499360 { background-position: right center , left bottom , right center }
bgpos499361 { background-position: right top , left bottom , right center }
bgpos499362 { background-position: top , left bottom , right center }
bgpos499363 { background-position: left bottom , left bottom 15% , right center }
bgpos499364 { background-position: left bottom 15% , left bottom 15% , right center }
bgpos499365 { background-position: left bottom 15px , left bottom 15% , right center }
bgpos499366 { background-position: left top , left bottom 15% , right center }
bgpos499367 { background-position: left top 15% , left bottom 15% , right center }
bgpos499368 { background-position: left top 15px , left bottom 15% , right center }
bgpos499369 { background-position: left 15% bottom , left bottom 15% , right center }
bgpos499370 { background-position: left 15% bottom 15% , left bottom 15% , right center }
bgpos499371 { background-position: left 15% bottom 15px , left bottom 15% , right center }
bgpos499372 { background-position: left 15% top , left bottom 15% , right center }
bgpos499373 { background-position: left 15% top 15% , left bottom 15% , right center }
bgpos499374 { background-position: left 15% top 15px , left bottom 15% , right center }
bgpos499375 { background-position: left 15% center , left bottom 15% , right center }
bgpos499376 { background-position: left 15px bottom , left bottom 15% , right center }
bgpos499377 { background-position: left 15px bottom 15% , left bottom 15% , right center }
bgpos499378 { background-position: left 15px bottom 15px , left bottom 15% , right center }
bgpos499379 { background-position: left 15px top , left bottom 15% , right center }
bgpos499380 { background-position: left 15px top 15% , left bottom 15% , right center }
bgpos499381 { background-position: left 15px top 15px , left bottom 15% , right center }
bgpos499382 { background-position: left 15px center , left bottom 15% , right center }
bgpos499383 { background-position: left center , left bottom 15% , right center }
bgpos499384 { background-position: right bottom , left bottom 15% , right center }
bgpos499385 { background-position: right bottom 15% , left bottom 15% , right center }
bgpos499386 { background-position: right bottom 15px , left bottom 15% , right center }
bgpos499387 { background-position: right top , left bottom 15% , right center }
bgpos499388 { background-position: right top 15% , left bottom 15% , right center }
bgpos499389 { background-position: right top 15px , left bottom 15% , right center }
bgpos499390 { background-position: right 15% bottom , left bottom 15% , right center }
bgpos499391 { background-position: right 15% bottom 15% , left bottom 15% , right center }
bgpos499392 { background-position: right 15% bottom 15px , left bottom 15% , right center }
bgpos499393 { background-position: right 15% top , left bottom 15% , right center }
bgpos499394 { background-position: right 15% top 15% , left bottom 15% , right center }
bgpos499395 { background-position: right 15% top 15px , left bottom 15% , right center }
bgpos499396 { background-position: right 15% center , left bottom 15% , right center }
bgpos499397 { background-position: right 15px bottom , left bottom 15% , right center }
bgpos499398 { background-position: right 15px bottom 15% , left bottom 15% , right center }
bgpos499399 { background-position: right 15px bottom 15px , left bottom 15% , right center }
bgpos499400 { background-position: right 15px top , left bottom 15% , right center }
bgpos499401 { background-position: right 15px top 15% , left bottom 15% , right center }
bgpos499402 { background-position: right 15px top 15px , left bottom 15% , right center }
bgpos499403 { background-position: right 15px center , left bottom 15% , right center }
bgpos499404 { background-position: right center , left bottom 15% , right center }
bgpos499405 { background-position: 100px , left bottom 15% , right center }
bgpos499406 { background-position: 100px 10% , left bottom 15% , right center }
bgpos499407 { background-position: 100px 100px , left bottom 15% , right center }
bgpos499408 { background-position: 100px bottom , left bottom 15% , right center }
bgpos499409 { background-position: 100px center , left bottom 15% , right center }
bgpos499410 { background-position: 100px top , left bottom 15% , right center }
bgpos499411 { background-position: 50% , left bottom 15% , right center }
bgpos499412 { background-position: 50% 10% , left bottom 15% , right center }
bgpos499413 { background-position: 50% 100px , left bottom 15% , right center }
bgpos499414 { background-position: 50% bottom , left bottom 15% , right center }
bgpos499415 { background-position: 50% center , left bottom 15% , right center }
bgpos499416 { background-position: 50% top , left bottom 15% , right center }
bgpos499417 { background-position: bottom, left bottom 15% , right center }
bgpos499418 { background-position: center , left bottom 15% , right center }
bgpos499419 { background-position: center bottom , left bottom 15% , right center }
bgpos499420 { background-position: center bottom 15% , left bottom 15% , right center }
bgpos499421 { background-position: center bottom 15px , left bottom 15% , right center }
bgpos499422 { background-position: center top , left bottom 15% , right center }
bgpos499423 { background-position: center top 15% , left bottom 15% , right center }
bgpos499424 { background-position: center top 15px , left bottom 15% , right center }
bgpos499425 { background-position: center 10% , left bottom 15% , right center }
bgpos499426 { background-position: center 100px , left bottom 15% , right center }
bgpos499427 { background-position: center bottom , left bottom 15% , right center }
bgpos499428 { background-position: center center , left bottom 15% , right center }
bgpos499429 { background-position: center top , left bottom 15% , right center }
bgpos499430 { background-position: left , left bottom 15% , right center }
bgpos499431 { background-position: left 10% , left bottom 15% , right center }
bgpos499432 { background-position: left 100px , left bottom 15% , right center }
bgpos499433 { background-position: left bottom , left bottom 15% , right center }
bgpos499434 { background-position: left center , left bottom 15% , right center }
bgpos499435 { background-position: left top , left bottom 15% , right center }
bgpos499436 { background-position: right , left bottom 15% , right center }
bgpos499437 { background-position: right 10% , left bottom 15% , right center }
bgpos499438 { background-position: right 100px , left bottom 15% , right center }
bgpos499439 { background-position: right bottom , left bottom 15% , right center }
bgpos499440 { background-position: right center , left bottom 15% , right center }
bgpos499441 { background-position: right top , left bottom 15% , right center }
bgpos499442 { background-position: top , left bottom 15% , right center }
bgpos499443 { background-position: left bottom , left bottom 15px , right center }
bgpos499444 { background-position: left bottom 15% , left bottom 15px , right center }
bgpos499445 { background-position: left bottom 15px , left bottom 15px , right center }
bgpos499446 { background-position: left top , left bottom 15px , right center }
bgpos499447 { background-position: left top 15% , left bottom 15px , right center }
bgpos499448 { background-position: left top 15px , left bottom 15px , right center }
bgpos499449 { background-position: left 15% bottom , left bottom 15px , right center }
bgpos499450 { background-position: left 15% bottom 15% , left bottom 15px , right center }
bgpos499451 { background-position: left 15% bottom 15px , left bottom 15px , right center }
bgpos499452 { background-position: left 15% top , left bottom 15px , right center }
bgpos499453 { background-position: left 15% top 15% , left bottom 15px , right center }
bgpos499454 { background-position: left 15% top 15px , left bottom 15px , right center }
bgpos499455 { background-position: left 15% center , left bottom 15px , right center }
bgpos499456 { background-position: left 15px bottom , left bottom 15px , right center }
bgpos499457 { background-position: left 15px bottom 15% , left bottom 15px , right center }
bgpos499458 { background-position: left 15px bottom 15px , left bottom 15px , right center }
bgpos499459 { background-position: left 15px top , left bottom 15px , right center }
bgpos499460 { background-position: left 15px top 15% , left bottom 15px , right center }
bgpos499461 { background-position: left 15px top 15px , left bottom 15px , right center }
bgpos499462 { background-position: left 15px center , left bottom 15px , right center }
bgpos499463 { background-position: left center , left bottom 15px , right center }
bgpos499464 { background-position: right bottom , left bottom 15px , right center }
bgpos499465 { background-position: right bottom 15% , left bottom 15px , right center }
bgpos499466 { background-position: right bottom 15px , left bottom 15px , right center }
bgpos499467 { background-position: right top , left bottom 15px , right center }
bgpos499468 { background-position: right top 15% , left bottom 15px , right center }
bgpos499469 { background-position: right top 15px , left bottom 15px , right center }
bgpos499470 { background-position: right 15% bottom , left bottom 15px , right center }
bgpos499471 { background-position: right 15% bottom 15% , left bottom 15px , right center }
bgpos499472 { background-position: right 15% bottom 15px , left bottom 15px , right center }
bgpos499473 { background-position: right 15% top , left bottom 15px , right center }
bgpos499474 { background-position: right 15% top 15% , left bottom 15px , right center }
bgpos499475 { background-position: right 15% top 15px , left bottom 15px , right center }
bgpos499476 { background-position: right 15% center , left bottom 15px , right center }
bgpos499477 { background-position: right 15px bottom , left bottom 15px , right center }
bgpos499478 { background-position: right 15px bottom 15% , left bottom 15px , right center }
bgpos499479 { background-position: right 15px bottom 15px , left bottom 15px , right center }
bgpos499480 { background-position: right 15px top , left bottom 15px , right center }
bgpos499481 { background-position: right 15px top 15% , left bottom 15px , right center }
bgpos499482 { background-position: right 15px top 15px , left bottom 15px , right center }
bgpos499483 { background-position: right 15px center , left bottom 15px , right center }
bgpos499484 { background-position: right center , left bottom 15px , right center }
bgpos499485 { background-position: 100px , left bottom 15px , right center }
bgpos499486 { background-position: 100px 10% , left bottom 15px , right center }
bgpos499487 { background-position: 100px 100px , left bottom 15px , right center }
bgpos499488 { background-position: 100px bottom , left bottom 15px , right center }
bgpos499489 { background-position: 100px center , left bottom 15px , right center }
bgpos499490 { background-position: 100px top , left bottom 15px , right center }
bgpos499491 { background-position: 50% , left bottom 15px , right center }
bgpos499492 { background-position: 50% 10% , left bottom 15px , right center }
bgpos499493 { background-position: 50% 100px , left bottom 15px , right center }
bgpos499494 { background-position: 50% bottom , left bottom 15px , right center }
bgpos499495 { background-position: 50% center , left bottom 15px , right center }
bgpos499496 { background-position: 50% top , left bottom 15px , right center }
bgpos499497 { background-position: bottom, left bottom 15px , right center }
bgpos499498 { background-position: center , left bottom 15px , right center }
bgpos499499 { background-position: center bottom , left bottom 15px , right center }
bgpos499500 { background-position: center bottom 15% , left bottom 15px , right center }
bgpos499501 { background-position: center bottom 15px , left bottom 15px , right center }
bgpos499502 { background-position: center top , left bottom 15px , right center }
bgpos499503 { background-position: center top 15% , left bottom 15px , right center }
bgpos499504 { background-position: center top 15px , left bottom 15px , right center }
bgpos499505 { background-position: center 10% , left bottom 15px , right center }
bgpos499506 { background-position: center 100px , left bottom 15px , right center }
bgpos499507 { background-position: center bottom , left bottom 15px , right center }
bgpos499508 { background-position: center center , left bottom 15px , right center }
bgpos499509 { background-position: center top , left bottom 15px , right center }
bgpos499510 { background-position: left , left bottom 15px , right center }
bgpos499511 { background-position: left 10% , left bottom 15px , right center }
bgpos499512 { background-position: left 100px , left bottom 15px , right center }
bgpos499513 { background-position: left bottom , left bottom 15px , right center }
bgpos499514 { background-position: left center , left bottom 15px , right center }
bgpos499515 { background-position: left top , left bottom 15px , right center }
bgpos499516 { background-position: right , left bottom 15px , right center }
bgpos499517 { background-position: right 10% , left bottom 15px , right center }
bgpos499518 { background-position: right 100px , left bottom 15px , right center }
bgpos499519 { background-position: right bottom , left bottom 15px , right center }
bgpos499520 { background-position: right center , left bottom 15px , right center }
bgpos499521 { background-position: right top , left bottom 15px , right center }
bgpos499522 { background-position: top , left bottom 15px , right center }
bgpos499523 { background-position: left bottom , left top , right center }
bgpos499524 { background-position: left bottom 15% , left top , right center }
bgpos499525 { background-position: left bottom 15px , left top , right center }
bgpos499526 { background-position: left top , left top , right center }
bgpos499527 { background-position: left top 15% , left top , right center }
bgpos499528 { background-position: left top 15px , left top , right center }
bgpos499529 { background-position: left 15% bottom , left top , right center }
bgpos499530 { background-position: left 15% bottom 15% , left top , right center }
bgpos499531 { background-position: left 15% bottom 15px , left top , right center }
bgpos499532 { background-position: left 15% top , left top , right center }
bgpos499533 { background-position: left 15% top 15% , left top , right center }
bgpos499534 { background-position: left 15% top 15px , left top , right center }
bgpos499535 { background-position: left 15% center , left top , right center }
bgpos499536 { background-position: left 15px bottom , left top , right center }
bgpos499537 { background-position: left 15px bottom 15% , left top , right center }
bgpos499538 { background-position: left 15px bottom 15px , left top , right center }
bgpos499539 { background-position: left 15px top , left top , right center }
bgpos499540 { background-position: left 15px top 15% , left top , right center }
bgpos499541 { background-position: left 15px top 15px , left top , right center }
bgpos499542 { background-position: left 15px center , left top , right center }
bgpos499543 { background-position: left center , left top , right center }
bgpos499544 { background-position: right bottom , left top , right center }
bgpos499545 { background-position: right bottom 15% , left top , right center }
bgpos499546 { background-position: right bottom 15px , left top , right center }
bgpos499547 { background-position: right top , left top , right center }
bgpos499548 { background-position: right top 15% , left top , right center }
bgpos499549 { background-position: right top 15px , left top , right center }
bgpos499550 { background-position: right 15% bottom , left top , right center }
bgpos499551 { background-position: right 15% bottom 15% , left top , right center }
bgpos499552 { background-position: right 15% bottom 15px , left top , right center }
bgpos499553 { background-position: right 15% top , left top , right center }
bgpos499554 { background-position: right 15% top 15% , left top , right center }
bgpos499555 { background-position: right 15% top 15px , left top , right center }
bgpos499556 { background-position: right 15% center , left top , right center }
bgpos499557 { background-position: right 15px bottom , left top , right center }
bgpos499558 { background-position: right 15px bottom 15% , left top , right center }
bgpos499559 { background-position: right 15px bottom 15px , left top , right center }
bgpos499560 { background-position: right 15px top , left top , right center }
bgpos499561 { background-position: right 15px top 15% , left top , right center }
bgpos499562 { background-position: right 15px top 15px , left top , right center }
bgpos499563 { background-position: right 15px center , left top , right center }
bgpos499564 { background-position: right center , left top , right center }
bgpos499565 { background-position: 100px , left top , right center }
bgpos499566 { background-position: 100px 10% , left top , right center }
bgpos499567 { background-position: 100px 100px , left top , right center }
bgpos499568 { background-position: 100px bottom , left top , right center }
bgpos499569 { background-position: 100px center , left top , right center }
bgpos499570 { background-position: 100px top , left top , right center }
bgpos499571 { background-position: 50% , left top , right center }
bgpos499572 { background-position: 50% 10% , left top , right center }
bgpos499573 { background-position: 50% 100px , left top , right center }
bgpos499574 { background-position: 50% bottom , left top , right center }
bgpos499575 { background-position: 50% center , left top , right center }
bgpos499576 { background-position: 50% top , left top , right center }
bgpos499577 { background-position: bottom, left top , right center }
bgpos499578 { background-position: center , left top , right center }
bgpos499579 { background-position: center bottom , left top , right center }
bgpos499580 { background-position: center bottom 15% , left top , right center }
bgpos499581 { background-position: center bottom 15px , left top , right center }
bgpos499582 { background-position: center top , left top , right center }
bgpos499583 { background-position: center top 15% , left top , right center }
bgpos499584 { background-position: center top 15px , left top , right center }
bgpos499585 { background-position: center 10% , left top , right center }
bgpos499586 { background-position: center 100px , left top , right center }
bgpos499587 { background-position: center bottom , left top , right center }
bgpos499588 { background-position: center center , left top , right center }
bgpos499589 { background-position: center top , left top , right center }
bgpos499590 { background-position: left , left top , right center }
bgpos499591 { background-position: left 10% , left top , right center }
bgpos499592 { background-position: left 100px , left top , right center }
bgpos499593 { background-position: left bottom , left top , right center }
bgpos499594 { background-position: left center , left top , right center }
bgpos499595 { background-position: left top , left top , right center }
bgpos499596 { background-position: right , left top , right center }
bgpos499597 { background-position: right 10% , left top , right center }
bgpos499598 { background-position: right 100px , left top , right center }
bgpos499599 { background-position: right bottom , left top , right center }
bgpos499600 { background-position: right center , left top , right center }
bgpos499601 { background-position: right top , left top , right center }
bgpos499602 { background-position: top , left top , right center }
bgpos499603 { background-position: left bottom , left top 15% , right center }
bgpos499604 { background-position: left bottom 15% , left top 15% , right center }
bgpos499605 { background-position: left bottom 15px , left top 15% , right center }
bgpos499606 { background-position: left top , left top 15% , right center }
bgpos499607 { background-position: left top 15% , left top 15% , right center }
bgpos499608 { background-position: left top 15px , left top 15% , right center }
bgpos499609 { background-position: left 15% bottom , left top 15% , right center }
bgpos499610 { background-position: left 15% bottom 15% , left top 15% , right center }
bgpos499611 { background-position: left 15% bottom 15px , left top 15% , right center }
bgpos499612 { background-position: left 15% top , left top 15% , right center }
bgpos499613 { background-position: left 15% top 15% , left top 15% , right center }
bgpos499614 { background-position: left 15% top 15px , left top 15% , right center }
bgpos499615 { background-position: left 15% center , left top 15% , right center }
bgpos499616 { background-position: left 15px bottom , left top 15% , right center }
bgpos499617 { background-position: left 15px bottom 15% , left top 15% , right center }
bgpos499618 { background-position: left 15px bottom 15px , left top 15% , right center }
bgpos499619 { background-position: left 15px top , left top 15% , right center }
bgpos499620 { background-position: left 15px top 15% , left top 15% , right center }
bgpos499621 { background-position: left 15px top 15px , left top 15% , right center }
bgpos499622 { background-position: left 15px center , left top 15% , right center }
bgpos499623 { background-position: left center , left top 15% , right center }
bgpos499624 { background-position: right bottom , left top 15% , right center }
bgpos499625 { background-position: right bottom 15% , left top 15% , right center }
bgpos499626 { background-position: right bottom 15px , left top 15% , right center }
bgpos499627 { background-position: right top , left top 15% , right center }
bgpos499628 { background-position: right top 15% , left top 15% , right center }
bgpos499629 { background-position: right top 15px , left top 15% , right center }
bgpos499630 { background-position: right 15% bottom , left top 15% , right center }
bgpos499631 { background-position: right 15% bottom 15% , left top 15% , right center }
bgpos499632 { background-position: right 15% bottom 15px , left top 15% , right center }
bgpos499633 { background-position: right 15% top , left top 15% , right center }
bgpos499634 { background-position: right 15% top 15% , left top 15% , right center }
bgpos499635 { background-position: right 15% top 15px , left top 15% , right center }
bgpos499636 { background-position: right 15% center , left top 15% , right center }
bgpos499637 { background-position: right 15px bottom , left top 15% , right center }
bgpos499638 { background-position: right 15px bottom 15% , left top 15% , right center }
bgpos499639 { background-position: right 15px bottom 15px , left top 15% , right center }
bgpos499640 { background-position: right 15px top , left top 15% , right center }
bgpos499641 { background-position: right 15px top 15% , left top 15% , right center }
bgpos499642 { background-position: right 15px top 15px , left top 15% , right center }
bgpos499643 { background-position: right 15px center , left top 15% , right center }
bgpos499644 { background-position: right center , left top 15% , right center }
bgpos499645 { background-position: 100px , left top 15% , right center }
bgpos499646 { background-position: 100px 10% , left top 15% , right center }
bgpos499647 { background-position: 100px 100px , left top 15% , right center }
bgpos499648 { background-position: 100px bottom , left top 15% , right center }
bgpos499649 { background-position: 100px center , left top 15% , right center }
bgpos499650 { background-position: 100px top , left top 15% , right center }
bgpos499651 { background-position: 50% , left top 15% , right center }
bgpos499652 { background-position: 50% 10% , left top 15% , right center }
bgpos499653 { background-position: 50% 100px , left top 15% , right center }
bgpos499654 { background-position: 50% bottom , left top 15% , right center }
bgpos499655 { background-position: 50% center , left top 15% , right center }
bgpos499656 { background-position: 50% top , left top 15% , right center }
bgpos499657 { background-position: bottom, left top 15% , right center }
bgpos499658 { background-position: center , left top 15% , right center }
bgpos499659 { background-position: center bottom , left top 15% , right center }
bgpos499660 { background-position: center bottom 15% , left top 15% , right center }
bgpos499661 { background-position: center bottom 15px , left top 15% , right center }
bgpos499662 { background-position: center top , left top 15% , right center }
bgpos499663 { background-position: center top 15% , left top 15% , right center }
bgpos499664 { background-position: center top 15px , left top 15% , right center }
bgpos499665 { background-position: center 10% , left top 15% , right center }
bgpos499666 { background-position: center 100px , left top 15% , right center }
bgpos499667 { background-position: center bottom , left top 15% , right center }
bgpos499668 { background-position: center center , left top 15% , right center }
bgpos499669 { background-position: center top , left top 15% , right center }
bgpos499670 { background-position: left , left top 15% , right center }
bgpos499671 { background-position: left 10% , left top 15% , right center }
bgpos499672 { background-position: left 100px , left top 15% , right center }
bgpos499673 { background-position: left bottom , left top 15% , right center }
bgpos499674 { background-position: left center , left top 15% , right center }
bgpos499675 { background-position: left top , left top 15% , right center }
bgpos499676 { background-position: right , left top 15% , right center }
bgpos499677 { background-position: right 10% , left top 15% , right center }
bgpos499678 { background-position: right 100px , left top 15% , right center }
bgpos499679 { background-position: right bottom , left top 15% , right center }
bgpos499680 { background-position: right center , left top 15% , right center }
bgpos499681 { background-position: right top , left top 15% , right center }
bgpos499682 { background-position: top , left top 15% , right center }
bgpos499683 { background-position: left bottom , left top 15px , right center }
bgpos499684 { background-position: left bottom 15% , left top 15px , right center }
bgpos499685 { background-position: left bottom 15px , left top 15px , right center }
bgpos499686 { background-position: left top , left top 15px , right center }
bgpos499687 { background-position: left top 15% , left top 15px , right center }
bgpos499688 { background-position: left top 15px , left top 15px , right center }
bgpos499689 { background-position: left 15% bottom , left top 15px , right center }
bgpos499690 { background-position: left 15% bottom 15% , left top 15px , right center }
bgpos499691 { background-position: left 15% bottom 15px , left top 15px , right center }
bgpos499692 { background-position: left 15% top , left top 15px , right center }
bgpos499693 { background-position: left 15% top 15% , left top 15px , right center }
bgpos499694 { background-position: left 15% top 15px , left top 15px , right center }
bgpos499695 { background-position: left 15% center , left top 15px , right center }
bgpos499696 { background-position: left 15px bottom , left top 15px , right center }
bgpos499697 { background-position: left 15px bottom 15% , left top 15px , right center }
bgpos499698 { background-position: left 15px bottom 15px , left top 15px , right center }
bgpos499699 { background-position: left 15px top , left top 15px , right center }
bgpos499700 { background-position: left 15px top 15% , left top 15px , right center }
bgpos499701 { background-position: left 15px top 15px , left top 15px , right center }
bgpos499702 { background-position: left 15px center , left top 15px , right center }
bgpos499703 { background-position: left center , left top 15px , right center }
bgpos499704 { background-position: right bottom , left top 15px , right center }
bgpos499705 { background-position: right bottom 15% , left top 15px , right center }
bgpos499706 { background-position: right bottom 15px , left top 15px , right center }
bgpos499707 { background-position: right top , left top 15px , right center }
bgpos499708 { background-position: right top 15% , left top 15px , right center }
bgpos499709 { background-position: right top 15px , left top 15px , right center }
bgpos499710 { background-position: right 15% bottom , left top 15px , right center }
bgpos499711 { background-position: right 15% bottom 15% , left top 15px , right center }
bgpos499712 { background-position: right 15% bottom 15px , left top 15px , right center }
bgpos499713 { background-position: right 15% top , left top 15px , right center }
bgpos499714 { background-position: right 15% top 15% , left top 15px , right center }
bgpos499715 { background-position: right 15% top 15px , left top 15px , right center }
bgpos499716 { background-position: right 15% center , left top 15px , right center }
bgpos499717 { background-position: right 15px bottom , left top 15px , right center }
bgpos499718 { background-position: right 15px bottom 15% , left top 15px , right center }
bgpos499719 { background-position: right 15px bottom 15px , left top 15px , right center }
bgpos499720 { background-position: right 15px top , left top 15px , right center }
bgpos499721 { background-position: right 15px top 15% , left top 15px , right center }
bgpos499722 { background-position: right 15px top 15px , left top 15px , right center }
bgpos499723 { background-position: right 15px center , left top 15px , right center }
bgpos499724 { background-position: right center , left top 15px , right center }
bgpos499725 { background-position: 100px , left top 15px , right center }
bgpos499726 { background-position: 100px 10% , left top 15px , right center }
bgpos499727 { background-position: 100px 100px , left top 15px , right center }
bgpos499728 { background-position: 100px bottom , left top 15px , right center }
bgpos499729 { background-position: 100px center , left top 15px , right center }
bgpos499730 { background-position: 100px top , left top 15px , right center }
bgpos499731 { background-position: 50% , left top 15px , right center }
bgpos499732 { background-position: 50% 10% , left top 15px , right center }
bgpos499733 { background-position: 50% 100px , left top 15px , right center }
bgpos499734 { background-position: 50% bottom , left top 15px , right center }
bgpos499735 { background-position: 50% center , left top 15px , right center }
bgpos499736 { background-position: 50% top , left top 15px , right center }
bgpos499737 { background-position: bottom, left top 15px , right center }
bgpos499738 { background-position: center , left top 15px , right center }
bgpos499739 { background-position: center bottom , left top 15px , right center }
bgpos499740 { background-position: center bottom 15% , left top 15px , right center }
bgpos499741 { background-position: center bottom 15px , left top 15px , right center }
bgpos499742 { background-position: center top , left top 15px , right center }
bgpos499743 { background-position: center top 15% , left top 15px , right center }
bgpos499744 { background-position: center top 15px , left top 15px , right center }
bgpos499745 { background-position: center 10% , left top 15px , right center }
bgpos499746 { background-position: center 100px , left top 15px , right center }
bgpos499747 { background-position: center bottom , left top 15px , right center }
bgpos499748 { background-position: center center , left top 15px , right center }
bgpos499749 { background-position: center top , left top 15px , right center }
bgpos499750 { background-position: left , left top 15px , right center }
bgpos499751 { background-position: left 10% , left top 15px , right center }
bgpos499752 { background-position: left 100px , left top 15px , right center }
bgpos499753 { background-position: left bottom , left top 15px , right center }
bgpos499754 { background-position: left center , left top 15px , right center }
bgpos499755 { background-position: left top , left top 15px , right center }
bgpos499756 { background-position: right , left top 15px , right center }
bgpos499757 { background-position: right 10% , left top 15px , right center }
bgpos499758 { background-position: right 100px , left top 15px , right center }
bgpos499759 { background-position: right bottom , left top 15px , right center }
bgpos499760 { background-position: right center , left top 15px , right center }
bgpos499761 { background-position: right top , left top 15px , right center }
bgpos499762 { background-position: top , left top 15px , right center }
bgpos499763 { background-position: left bottom , left 15% bottom , right center }
bgpos499764 { background-position: left bottom 15% , left 15% bottom , right center }
bgpos499765 { background-position: left bottom 15px , left 15% bottom , right center }
bgpos499766 { background-position: left top , left 15% bottom , right center }
bgpos499767 { background-position: left top 15% , left 15% bottom , right center }
bgpos499768 { background-position: left top 15px , left 15% bottom , right center }
bgpos499769 { background-position: left 15% bottom , left 15% bottom , right center }
bgpos499770 { background-position: left 15% bottom 15% , left 15% bottom , right center }
bgpos499771 { background-position: left 15% bottom 15px , left 15% bottom , right center }
bgpos499772 { background-position: left 15% top , left 15% bottom , right center }
bgpos499773 { background-position: left 15% top 15% , left 15% bottom , right center }
bgpos499774 { background-position: left 15% top 15px , left 15% bottom , right center }
bgpos499775 { background-position: left 15% center , left 15% bottom , right center }
bgpos499776 { background-position: left 15px bottom , left 15% bottom , right center }
bgpos499777 { background-position: left 15px bottom 15% , left 15% bottom , right center }
bgpos499778 { background-position: left 15px bottom 15px , left 15% bottom , right center }
bgpos499779 { background-position: left 15px top , left 15% bottom , right center }
bgpos499780 { background-position: left 15px top 15% , left 15% bottom , right center }
bgpos499781 { background-position: left 15px top 15px , left 15% bottom , right center }
bgpos499782 { background-position: left 15px center , left 15% bottom , right center }
bgpos499783 { background-position: left center , left 15% bottom , right center }
bgpos499784 { background-position: right bottom , left 15% bottom , right center }
bgpos499785 { background-position: right bottom 15% , left 15% bottom , right center }
bgpos499786 { background-position: right bottom 15px , left 15% bottom , right center }
bgpos499787 { background-position: right top , left 15% bottom , right center }
bgpos499788 { background-position: right top 15% , left 15% bottom , right center }
bgpos499789 { background-position: right top 15px , left 15% bottom , right center }
bgpos499790 { background-position: right 15% bottom , left 15% bottom , right center }
bgpos499791 { background-position: right 15% bottom 15% , left 15% bottom , right center }
bgpos499792 { background-position: right 15% bottom 15px , left 15% bottom , right center }
bgpos499793 { background-position: right 15% top , left 15% bottom , right center }
bgpos499794 { background-position: right 15% top 15% , left 15% bottom , right center }
bgpos499795 { background-position: right 15% top 15px , left 15% bottom , right center }
bgpos499796 { background-position: right 15% center , left 15% bottom , right center }
bgpos499797 { background-position: right 15px bottom , left 15% bottom , right center }
bgpos499798 { background-position: right 15px bottom 15% , left 15% bottom , right center }
bgpos499799 { background-position: right 15px bottom 15px , left 15% bottom , right center }
bgpos499800 { background-position: right 15px top , left 15% bottom , right center }
bgpos499801 { background-position: right 15px top 15% , left 15% bottom , right center }
bgpos499802 { background-position: right 15px top 15px , left 15% bottom , right center }
bgpos499803 { background-position: right 15px center , left 15% bottom , right center }
bgpos499804 { background-position: right center , left 15% bottom , right center }
bgpos499805 { background-position: 100px , left 15% bottom , right center }
bgpos499806 { background-position: 100px 10% , left 15% bottom , right center }
bgpos499807 { background-position: 100px 100px , left 15% bottom , right center }
bgpos499808 { background-position: 100px bottom , left 15% bottom , right center }
bgpos499809 { background-position: 100px center , left 15% bottom , right center }
bgpos499810 { background-position: 100px top , left 15% bottom , right center }
bgpos499811 { background-position: 50% , left 15% bottom , right center }
bgpos499812 { background-position: 50% 10% , left 15% bottom , right center }
bgpos499813 { background-position: 50% 100px , left 15% bottom , right center }
bgpos499814 { background-position: 50% bottom , left 15% bottom , right center }
bgpos499815 { background-position: 50% center , left 15% bottom , right center }
bgpos499816 { background-position: 50% top , left 15% bottom , right center }
bgpos499817 { background-position: bottom, left 15% bottom , right center }
bgpos499818 { background-position: center , left 15% bottom , right center }
bgpos499819 { background-position: center bottom , left 15% bottom , right center }
bgpos499820 { background-position: center bottom 15% , left 15% bottom , right center }
bgpos499821 { background-position: center bottom 15px , left 15% bottom , right center }
bgpos499822 { background-position: center top , left 15% bottom , right center }
bgpos499823 { background-position: center top 15% , left 15% bottom , right center }
bgpos499824 { background-position: center top 15px , left 15% bottom , right center }
bgpos499825 { background-position: center 10% , left 15% bottom , right center }
bgpos499826 { background-position: center 100px , left 15% bottom , right center }
bgpos499827 { background-position: center bottom , left 15% bottom , right center }
bgpos499828 { background-position: center center , left 15% bottom , right center }
bgpos499829 { background-position: center top , left 15% bottom , right center }
bgpos499830 { background-position: left , left 15% bottom , right center }
bgpos499831 { background-position: left 10% , left 15% bottom , right center }
bgpos499832 { background-position: left 100px , left 15% bottom , right center }
bgpos499833 { background-position: left bottom , left 15% bottom , right center }
bgpos499834 { background-position: left center , left 15% bottom , right center }
bgpos499835 { background-position: left top , left 15% bottom , right center }
bgpos499836 { background-position: right , left 15% bottom , right center }
bgpos499837 { background-position: right 10% , left 15% bottom , right center }
bgpos499838 { background-position: right 100px , left 15% bottom , right center }
bgpos499839 { background-position: right bottom , left 15% bottom , right center }
bgpos499840 { background-position: right center , left 15% bottom , right center }
bgpos499841 { background-position: right top , left 15% bottom , right center }
bgpos499842 { background-position: top , left 15% bottom , right center }
bgpos499843 { background-position: left bottom , left 15% bottom 15% , right center }
bgpos499844 { background-position: left bottom 15% , left 15% bottom 15% , right center }
bgpos499845 { background-position: left bottom 15px , left 15% bottom 15% , right center }
bgpos499846 { background-position: left top , left 15% bottom 15% , right center }
bgpos499847 { background-position: left top 15% , left 15% bottom 15% , right center }
bgpos499848 { background-position: left top 15px , left 15% bottom 15% , right center }
bgpos499849 { background-position: left 15% bottom , left 15% bottom 15% , right center }
bgpos499850 { background-position: left 15% bottom 15% , left 15% bottom 15% , right center }
bgpos499851 { background-position: left 15% bottom 15px , left 15% bottom 15% , right center }
bgpos499852 { background-position: left 15% top , left 15% bottom 15% , right center }
bgpos499853 { background-position: left 15% top 15% , left 15% bottom 15% , right center }
bgpos499854 { background-position: left 15% top 15px , left 15% bottom 15% , right center }
bgpos499855 { background-position: left 15% center , left 15% bottom 15% , right center }
bgpos499856 { background-position: left 15px bottom , left 15% bottom 15% , right center }
bgpos499857 { background-position: left 15px bottom 15% , left 15% bottom 15% , right center }
bgpos499858 { background-position: left 15px bottom 15px , left 15% bottom 15% , right center }
bgpos499859 { background-position: left 15px top , left 15% bottom 15% , right center }
bgpos499860 { background-position: left 15px top 15% , left 15% bottom 15% , right center }
bgpos499861 { background-position: left 15px top 15px , left 15% bottom 15% , right center }
bgpos499862 { background-position: left 15px center , left 15% bottom 15% , right center }
bgpos499863 { background-position: left center , left 15% bottom 15% , right center }
bgpos499864 { background-position: right bottom , left 15% bottom 15% , right center }
bgpos499865 { background-position: right bottom 15% , left 15% bottom 15% , right center }
bgpos499866 { background-position: right bottom 15px , left 15% bottom 15% , right center }
bgpos499867 { background-position: right top , left 15% bottom 15% , right center }
bgpos499868 { background-position: right top 15% , left 15% bottom 15% , right center }
bgpos499869 { background-position: right top 15px , left 15% bottom 15% , right center }
bgpos499870 { background-position: right 15% bottom , left 15% bottom 15% , right center }
bgpos499871 { background-position: right 15% bottom 15% , left 15% bottom 15% , right center }
bgpos499872 { background-position: right 15% bottom 15px , left 15% bottom 15% , right center }
bgpos499873 { background-position: right 15% top , left 15% bottom 15% , right center }
bgpos499874 { background-position: right 15% top 15% , left 15% bottom 15% , right center }
bgpos499875 { background-position: right 15% top 15px , left 15% bottom 15% , right center }
bgpos499876 { background-position: right 15% center , left 15% bottom 15% , right center }
bgpos499877 { background-position: right 15px bottom , left 15% bottom 15% , right center }
bgpos499878 { background-position: right 15px bottom 15% , left 15% bottom 15% , right center }
bgpos499879 { background-position: right 15px bottom 15px , left 15% bottom 15% , right center }
bgpos499880 { background-position: right 15px top , left 15% bottom 15% , right center }
bgpos499881 { background-position: right 15px top 15% , left 15% bottom 15% , right center }
bgpos499882 { background-position: right 15px top 15px , left 15% bottom 15% , right center }
bgpos499883 { background-position: right 15px center , left 15% bottom 15% , right center }
bgpos499884 { background-position: right center , left 15% bottom 15% , right center }
bgpos499885 { background-position: 100px , left 15% bottom 15% , right center }
bgpos499886 { background-position: 100px 10% , left 15% bottom 15% , right center }
bgpos499887 { background-position: 100px 100px , left 15% bottom 15% , right center }
bgpos499888 { background-position: 100px bottom , left 15% bottom 15% , right center }
bgpos499889 { background-position: 100px center , left 15% bottom 15% , right center }
bgpos499890 { background-position: 100px top , left 15% bottom 15% , right center }
bgpos499891 { background-position: 50% , left 15% bottom 15% , right center }
bgpos499892 { background-position: 50% 10% , left 15% bottom 15% , right center }
bgpos499893 { background-position: 50% 100px , left 15% bottom 15% , right center }
bgpos499894 { background-position: 50% bottom , left 15% bottom 15% , right center }
bgpos499895 { background-position: 50% center , left 15% bottom 15% , right center }
bgpos499896 { background-position: 50% top , left 15% bottom 15% , right center }
bgpos499897 { background-position: bottom, left 15% bottom 15% , right center }
bgpos499898 { background-position: center , left 15% bottom 15% , right center }
bgpos499899 { background-position: center bottom , left 15% bottom 15% , right center }
bgpos499900 { background-position: center bottom 15% , left 15% bottom 15% , right center }
bgpos499901 { background-position: center bottom 15px , left 15% bottom 15% , right center }
bgpos499902 { background-position: center top , left 15% bottom 15% , right center }
bgpos499903 { background-position: center top 15% , left 15% bottom 15% , right center }
bgpos499904 { background-position: center top 15px , left 15% bottom 15% , right center }
bgpos499905 { background-position: center 10% , left 15% bottom 15% , right center }
bgpos499906 { background-position: center 100px , left 15% bottom 15% , right center }
bgpos499907 { background-position: center bottom , left 15% bottom 15% , right center }
bgpos499908 { background-position: center center , left 15% bottom 15% , right center }
bgpos499909 { background-position: center top , left 15% bottom 15% , right center }
bgpos499910 { background-position: left , left 15% bottom 15% , right center }
bgpos499911 { background-position: left 10% , left 15% bottom 15% , right center }
bgpos499912 { background-position: left 100px , left 15% bottom 15% , right center }
bgpos499913 { background-position: left bottom , left 15% bottom 15% , right center }
bgpos499914 { background-position: left center , left 15% bottom 15% , right center }
bgpos499915 { background-position: left top , left 15% bottom 15% , right center }
bgpos499916 { background-position: right , left 15% bottom 15% , right center }
bgpos499917 { background-position: right 10% , left 15% bottom 15% , right center }
bgpos499918 { background-position: right 100px , left 15% bottom 15% , right center }
bgpos499919 { background-position: right bottom , left 15% bottom 15% , right center }
bgpos499920 { background-position: right center , left 15% bottom 15% , right center }
bgpos499921 { background-position: right top , left 15% bottom 15% , right center }
bgpos499922 { background-position: top , left 15% bottom 15% , right center }
bgpos499923 { background-position: left bottom , left 15% bottom 15px , right center }
bgpos499924 { background-position: left bottom 15% , left 15% bottom 15px , right center }
bgpos499925 { background-position: left bottom 15px , left 15% bottom 15px , right center }
bgpos499926 { background-position: left top , left 15% bottom 15px , right center }
bgpos499927 { background-position: left top 15% , left 15% bottom 15px , right center }
bgpos499928 { background-position: left top 15px , left 15% bottom 15px , right center }
bgpos499929 { background-position: left 15% bottom , left 15% bottom 15px , right center }
bgpos499930 { background-position: left 15% bottom 15% , left 15% bottom 15px , right center }
bgpos499931 { background-position: left 15% bottom 15px , left 15% bottom 15px , right center }
bgpos499932 { background-position: left 15% top , left 15% bottom 15px , right center }
bgpos499933 { background-position: left 15% top 15% , left 15% bottom 15px , right center }
bgpos499934 { background-position: left 15% top 15px , left 15% bottom 15px , right center }
bgpos499935 { background-position: left 15% center , left 15% bottom 15px , right center }
bgpos499936 { background-position: left 15px bottom , left 15% bottom 15px , right center }
bgpos499937 { background-position: left 15px bottom 15% , left 15% bottom 15px , right center }
bgpos499938 { background-position: left 15px bottom 15px , left 15% bottom 15px , right center }
bgpos499939 { background-position: left 15px top , left 15% bottom 15px , right center }
bgpos499940 { background-position: left 15px top 15% , left 15% bottom 15px , right center }
bgpos499941 { background-position: left 15px top 15px , left 15% bottom 15px , right center }
bgpos499942 { background-position: left 15px center , left 15% bottom 15px , right center }
bgpos499943 { background-position: left center , left 15% bottom 15px , right center }
bgpos499944 { background-position: right bottom , left 15% bottom 15px , right center }
bgpos499945 { background-position: right bottom 15% , left 15% bottom 15px , right center }
bgpos499946 { background-position: right bottom 15px , left 15% bottom 15px , right center }
bgpos499947 { background-position: right top , left 15% bottom 15px , right center }
bgpos499948 { background-position: right top 15% , left 15% bottom 15px , right center }
bgpos499949 { background-position: right top 15px , left 15% bottom 15px , right center }
bgpos499950 { background-position: right 15% bottom , left 15% bottom 15px , right center }
bgpos499951 { background-position: right 15% bottom 15% , left 15% bottom 15px , right center }
bgpos499952 { background-position: right 15% bottom 15px , left 15% bottom 15px , right center }
bgpos499953 { background-position: right 15% top , left 15% bottom 15px , right center }
bgpos499954 { background-position: right 15% top 15% , left 15% bottom 15px , right center }
bgpos499955 { background-position: right 15% top 15px , left 15% bottom 15px , right center }
bgpos499956 { background-position: right 15% center , left 15% bottom 15px , right center }
bgpos499957 { background-position: right 15px bottom , left 15% bottom 15px , right center }
bgpos499958 { background-position: right 15px bottom 15% , left 15% bottom 15px , right center }
bgpos499959 { background-position: right 15px bottom 15px , left 15% bottom 15px , right center }
bgpos499960 { background-position: right 15px top , left 15% bottom 15px , right center }
bgpos499961 { background-position: right 15px top 15% , left 15% bottom 15px , right center }
bgpos499962 { background-position: right 15px top 15px , left 15% bottom 15px , right center }
bgpos499963 { background-position: right 15px center , left 15% bottom 15px , right center }
bgpos499964 { background-position: right center , left 15% bottom 15px , right center }
bgpos499965 { background-position: 100px , left 15% bottom 15px , right center }
bgpos499966 { background-position: 100px 10% , left 15% bottom 15px , right center }
bgpos499967 { background-position: 100px 100px , left 15% bottom 15px , right center }
bgpos499968 { background-position: 100px bottom , left 15% bottom 15px , right center }
bgpos499969 { background-position: 100px center , left 15% bottom 15px , right center }
bgpos499970 { background-position: 100px top , left 15% bottom 15px , right center }
bgpos499971 { background-position: 50% , left 15% bottom 15px , right center }
bgpos499972 { background-position: 50% 10% , left 15% bottom 15px , right center }
bgpos499973 { background-position: 50% 100px , left 15% bottom 15px , right center }
bgpos499974 { background-position: 50% bottom , left 15% bottom 15px , right center }
bgpos499975 { background-position: 50% center , left 15% bottom 15px , right center }
bgpos499976 { background-position: 50% top , left 15% bottom 15px , right center }
bgpos499977 { background-position: bottom, left 15% bottom 15px , right center }
bgpos499978 { background-position: center , left 15% bottom 15px , right center }
bgpos499979 { background-position: center bottom , left 15% bottom 15px , right center }
bgpos499980 { background-position: center bottom 15% , left 15% bottom 15px , right center }
bgpos499981 { background-position: center bottom 15px , left 15% bottom 15px , right center }
bgpos499982 { background-position: center top , left 15% bottom 15px , right center }
bgpos499983 { background-position: center top 15% , left 15% bottom 15px , right center }
bgpos499984 { background-position: center top 15px , left 15% bottom 15px , right center }
bgpos499985 { background-position: center 10% , left 15% bottom 15px , right center }
bgpos499986 { background-position: center 100px , left 15% bottom 15px , right center }
bgpos499987 { background-position: center bottom , left 15% bottom 15px , right center }
bgpos499988 { background-position: center center , left 15% bottom 15px , right center }
bgpos499989 { background-position: center top , left 15% bottom 15px , right center }
bgpos499990 { background-position: left , left 15% bottom 15px , right center }
bgpos499991 { background-position: left 10% , left 15% bottom 15px , right center }
bgpos499992 { background-position: left 100px , left 15% bottom 15px , right center }
bgpos499993 { background-position: left bottom , left 15% bottom 15px , right center }
bgpos499994 { background-position: left center , left 15% bottom 15px , right center }
bgpos499995 { background-position: left top , left 15% bottom 15px , right center }
bgpos499996 { background-position: right , left 15% bottom 15px , right center }
bgpos499997 { background-position: right 10% , left 15% bottom 15px , right center }
bgpos499998 { background-position: right 100px , left 15% bottom 15px , right center }
bgpos499999 { background-position: right bottom , left 15% bottom 15px , right center }
bgpos500000 { background-position: right center , left 15% bottom 15px , right center } | autotest/testsuite/properties/positive/background-position/css3/001-bx.css | bgpos490001 { background-position: right top , 100px 10% , right 100px }
bgpos490002 { background-position: top , 100px 10% , right 100px }
bgpos490003 { background-position: left bottom , 100px 100px , right 100px }
bgpos490004 { background-position: left bottom 15% , 100px 100px , right 100px }
bgpos490005 { background-position: left bottom 15px , 100px 100px , right 100px }
bgpos490006 { background-position: left top , 100px 100px , right 100px }
bgpos490007 { background-position: left top 15% , 100px 100px , right 100px }
bgpos490008 { background-position: left top 15px , 100px 100px , right 100px }
bgpos490009 { background-position: left 15% bottom , 100px 100px , right 100px }
bgpos490010 { background-position: left 15% bottom 15% , 100px 100px , right 100px }
bgpos490011 { background-position: left 15% bottom 15px , 100px 100px , right 100px }
bgpos490012 { background-position: left 15% top , 100px 100px , right 100px }
bgpos490013 { background-position: left 15% top 15% , 100px 100px , right 100px }
bgpos490014 { background-position: left 15% top 15px , 100px 100px , right 100px }
bgpos490015 { background-position: left 15% center , 100px 100px , right 100px }
bgpos490016 { background-position: left 15px bottom , 100px 100px , right 100px }
bgpos490017 { background-position: left 15px bottom 15% , 100px 100px , right 100px }
bgpos490018 { background-position: left 15px bottom 15px , 100px 100px , right 100px }
bgpos490019 { background-position: left 15px top , 100px 100px , right 100px }
bgpos490020 { background-position: left 15px top 15% , 100px 100px , right 100px }
bgpos490021 { background-position: left 15px top 15px , 100px 100px , right 100px }
bgpos490022 { background-position: left 15px center , 100px 100px , right 100px }
bgpos490023 { background-position: left center , 100px 100px , right 100px }
bgpos490024 { background-position: right bottom , 100px 100px , right 100px }
bgpos490025 { background-position: right bottom 15% , 100px 100px , right 100px }
bgpos490026 { background-position: right bottom 15px , 100px 100px , right 100px }
bgpos490027 { background-position: right top , 100px 100px , right 100px }
bgpos490028 { background-position: right top 15% , 100px 100px , right 100px }
bgpos490029 { background-position: right top 15px , 100px 100px , right 100px }
bgpos490030 { background-position: right 15% bottom , 100px 100px , right 100px }
bgpos490031 { background-position: right 15% bottom 15% , 100px 100px , right 100px }
bgpos490032 { background-position: right 15% bottom 15px , 100px 100px , right 100px }
bgpos490033 { background-position: right 15% top , 100px 100px , right 100px }
bgpos490034 { background-position: right 15% top 15% , 100px 100px , right 100px }
bgpos490035 { background-position: right 15% top 15px , 100px 100px , right 100px }
bgpos490036 { background-position: right 15% center , 100px 100px , right 100px }
bgpos490037 { background-position: right 15px bottom , 100px 100px , right 100px }
bgpos490038 { background-position: right 15px bottom 15% , 100px 100px , right 100px }
bgpos490039 { background-position: right 15px bottom 15px , 100px 100px , right 100px }
bgpos490040 { background-position: right 15px top , 100px 100px , right 100px }
bgpos490041 { background-position: right 15px top 15% , 100px 100px , right 100px }
bgpos490042 { background-position: right 15px top 15px , 100px 100px , right 100px }
bgpos490043 { background-position: right 15px center , 100px 100px , right 100px }
bgpos490044 { background-position: right center , 100px 100px , right 100px }
bgpos490045 { background-position: 100px , 100px 100px , right 100px }
bgpos490046 { background-position: 100px 10% , 100px 100px , right 100px }
bgpos490047 { background-position: 100px 100px , 100px 100px , right 100px }
bgpos490048 { background-position: 100px bottom , 100px 100px , right 100px }
bgpos490049 { background-position: 100px center , 100px 100px , right 100px }
bgpos490050 { background-position: 100px top , 100px 100px , right 100px }
bgpos490051 { background-position: 50% , 100px 100px , right 100px }
bgpos490052 { background-position: 50% 10% , 100px 100px , right 100px }
bgpos490053 { background-position: 50% 100px , 100px 100px , right 100px }
bgpos490054 { background-position: 50% bottom , 100px 100px , right 100px }
bgpos490055 { background-position: 50% center , 100px 100px , right 100px }
bgpos490056 { background-position: 50% top , 100px 100px , right 100px }
bgpos490057 { background-position: bottom, 100px 100px , right 100px }
bgpos490058 { background-position: center , 100px 100px , right 100px }
bgpos490059 { background-position: center bottom , 100px 100px , right 100px }
bgpos490060 { background-position: center bottom 15% , 100px 100px , right 100px }
bgpos490061 { background-position: center bottom 15px , 100px 100px , right 100px }
bgpos490062 { background-position: center top , 100px 100px , right 100px }
bgpos490063 { background-position: center top 15% , 100px 100px , right 100px }
bgpos490064 { background-position: center top 15px , 100px 100px , right 100px }
bgpos490065 { background-position: center 10% , 100px 100px , right 100px }
bgpos490066 { background-position: center 100px , 100px 100px , right 100px }
bgpos490067 { background-position: center bottom , 100px 100px , right 100px }
bgpos490068 { background-position: center center , 100px 100px , right 100px }
bgpos490069 { background-position: center top , 100px 100px , right 100px }
bgpos490070 { background-position: left , 100px 100px , right 100px }
bgpos490071 { background-position: left 10% , 100px 100px , right 100px }
bgpos490072 { background-position: left 100px , 100px 100px , right 100px }
bgpos490073 { background-position: left bottom , 100px 100px , right 100px }
bgpos490074 { background-position: left center , 100px 100px , right 100px }
bgpos490075 { background-position: left top , 100px 100px , right 100px }
bgpos490076 { background-position: right , 100px 100px , right 100px }
bgpos490077 { background-position: right 10% , 100px 100px , right 100px }
bgpos490078 { background-position: right 100px , 100px 100px , right 100px }
bgpos490079 { background-position: right bottom , 100px 100px , right 100px }
bgpos490080 { background-position: right center , 100px 100px , right 100px }
bgpos490081 { background-position: right top , 100px 100px , right 100px }
bgpos490082 { background-position: top , 100px 100px , right 100px }
bgpos490083 { background-position: left bottom , 100px bottom , right 100px }
bgpos490084 { background-position: left bottom 15% , 100px bottom , right 100px }
bgpos490085 { background-position: left bottom 15px , 100px bottom , right 100px }
bgpos490086 { background-position: left top , 100px bottom , right 100px }
bgpos490087 { background-position: left top 15% , 100px bottom , right 100px }
bgpos490088 { background-position: left top 15px , 100px bottom , right 100px }
bgpos490089 { background-position: left 15% bottom , 100px bottom , right 100px }
bgpos490090 { background-position: left 15% bottom 15% , 100px bottom , right 100px }
bgpos490091 { background-position: left 15% bottom 15px , 100px bottom , right 100px }
bgpos490092 { background-position: left 15% top , 100px bottom , right 100px }
bgpos490093 { background-position: left 15% top 15% , 100px bottom , right 100px }
bgpos490094 { background-position: left 15% top 15px , 100px bottom , right 100px }
bgpos490095 { background-position: left 15% center , 100px bottom , right 100px }
bgpos490096 { background-position: left 15px bottom , 100px bottom , right 100px }
bgpos490097 { background-position: left 15px bottom 15% , 100px bottom , right 100px }
bgpos490098 { background-position: left 15px bottom 15px , 100px bottom , right 100px }
bgpos490099 { background-position: left 15px top , 100px bottom , right 100px }
bgpos490100 { background-position: left 15px top 15% , 100px bottom , right 100px }
bgpos490101 { background-position: left 15px top 15px , 100px bottom , right 100px }
bgpos490102 { background-position: left 15px center , 100px bottom , right 100px }
bgpos490103 { background-position: left center , 100px bottom , right 100px }
bgpos490104 { background-position: right bottom , 100px bottom , right 100px }
bgpos490105 { background-position: right bottom 15% , 100px bottom , right 100px }
bgpos490106 { background-position: right bottom 15px , 100px bottom , right 100px }
bgpos490107 { background-position: right top , 100px bottom , right 100px }
bgpos490108 { background-position: right top 15% , 100px bottom , right 100px }
bgpos490109 { background-position: right top 15px , 100px bottom , right 100px }
bgpos490110 { background-position: right 15% bottom , 100px bottom , right 100px }
bgpos490111 { background-position: right 15% bottom 15% , 100px bottom , right 100px }
bgpos490112 { background-position: right 15% bottom 15px , 100px bottom , right 100px }
bgpos490113 { background-position: right 15% top , 100px bottom , right 100px }
bgpos490114 { background-position: right 15% top 15% , 100px bottom , right 100px }
bgpos490115 { background-position: right 15% top 15px , 100px bottom , right 100px }
bgpos490116 { background-position: right 15% center , 100px bottom , right 100px }
bgpos490117 { background-position: right 15px bottom , 100px bottom , right 100px }
bgpos490118 { background-position: right 15px bottom 15% , 100px bottom , right 100px }
bgpos490119 { background-position: right 15px bottom 15px , 100px bottom , right 100px }
bgpos490120 { background-position: right 15px top , 100px bottom , right 100px }
bgpos490121 { background-position: right 15px top 15% , 100px bottom , right 100px }
bgpos490122 { background-position: right 15px top 15px , 100px bottom , right 100px }
bgpos490123 { background-position: right 15px center , 100px bottom , right 100px }
bgpos490124 { background-position: right center , 100px bottom , right 100px }
bgpos490125 { background-position: 100px , 100px bottom , right 100px }
bgpos490126 { background-position: 100px 10% , 100px bottom , right 100px }
bgpos490127 { background-position: 100px 100px , 100px bottom , right 100px }
bgpos490128 { background-position: 100px bottom , 100px bottom , right 100px }
bgpos490129 { background-position: 100px center , 100px bottom , right 100px }
bgpos490130 { background-position: 100px top , 100px bottom , right 100px }
bgpos490131 { background-position: 50% , 100px bottom , right 100px }
bgpos490132 { background-position: 50% 10% , 100px bottom , right 100px }
bgpos490133 { background-position: 50% 100px , 100px bottom , right 100px }
bgpos490134 { background-position: 50% bottom , 100px bottom , right 100px }
bgpos490135 { background-position: 50% center , 100px bottom , right 100px }
bgpos490136 { background-position: 50% top , 100px bottom , right 100px }
bgpos490137 { background-position: bottom, 100px bottom , right 100px }
bgpos490138 { background-position: center , 100px bottom , right 100px }
bgpos490139 { background-position: center bottom , 100px bottom , right 100px }
bgpos490140 { background-position: center bottom 15% , 100px bottom , right 100px }
bgpos490141 { background-position: center bottom 15px , 100px bottom , right 100px }
bgpos490142 { background-position: center top , 100px bottom , right 100px }
bgpos490143 { background-position: center top 15% , 100px bottom , right 100px }
bgpos490144 { background-position: center top 15px , 100px bottom , right 100px }
bgpos490145 { background-position: center 10% , 100px bottom , right 100px }
bgpos490146 { background-position: center 100px , 100px bottom , right 100px }
bgpos490147 { background-position: center bottom , 100px bottom , right 100px }
bgpos490148 { background-position: center center , 100px bottom , right 100px }
bgpos490149 { background-position: center top , 100px bottom , right 100px }
bgpos490150 { background-position: left , 100px bottom , right 100px }
bgpos490151 { background-position: left 10% , 100px bottom , right 100px }
bgpos490152 { background-position: left 100px , 100px bottom , right 100px }
bgpos490153 { background-position: left bottom , 100px bottom , right 100px }
bgpos490154 { background-position: left center , 100px bottom , right 100px }
bgpos490155 { background-position: left top , 100px bottom , right 100px }
bgpos490156 { background-position: right , 100px bottom , right 100px }
bgpos490157 { background-position: right 10% , 100px bottom , right 100px }
bgpos490158 { background-position: right 100px , 100px bottom , right 100px }
bgpos490159 { background-position: right bottom , 100px bottom , right 100px }
bgpos490160 { background-position: right center , 100px bottom , right 100px }
bgpos490161 { background-position: right top , 100px bottom , right 100px }
bgpos490162 { background-position: top , 100px bottom , right 100px }
bgpos490163 { background-position: left bottom , 100px center , right 100px }
bgpos490164 { background-position: left bottom 15% , 100px center , right 100px }
bgpos490165 { background-position: left bottom 15px , 100px center , right 100px }
bgpos490166 { background-position: left top , 100px center , right 100px }
bgpos490167 { background-position: left top 15% , 100px center , right 100px }
bgpos490168 { background-position: left top 15px , 100px center , right 100px }
bgpos490169 { background-position: left 15% bottom , 100px center , right 100px }
bgpos490170 { background-position: left 15% bottom 15% , 100px center , right 100px }
bgpos490171 { background-position: left 15% bottom 15px , 100px center , right 100px }
bgpos490172 { background-position: left 15% top , 100px center , right 100px }
bgpos490173 { background-position: left 15% top 15% , 100px center , right 100px }
bgpos490174 { background-position: left 15% top 15px , 100px center , right 100px }
bgpos490175 { background-position: left 15% center , 100px center , right 100px }
bgpos490176 { background-position: left 15px bottom , 100px center , right 100px }
bgpos490177 { background-position: left 15px bottom 15% , 100px center , right 100px }
bgpos490178 { background-position: left 15px bottom 15px , 100px center , right 100px }
bgpos490179 { background-position: left 15px top , 100px center , right 100px }
bgpos490180 { background-position: left 15px top 15% , 100px center , right 100px }
bgpos490181 { background-position: left 15px top 15px , 100px center , right 100px }
bgpos490182 { background-position: left 15px center , 100px center , right 100px }
bgpos490183 { background-position: left center , 100px center , right 100px }
bgpos490184 { background-position: right bottom , 100px center , right 100px }
bgpos490185 { background-position: right bottom 15% , 100px center , right 100px }
bgpos490186 { background-position: right bottom 15px , 100px center , right 100px }
bgpos490187 { background-position: right top , 100px center , right 100px }
bgpos490188 { background-position: right top 15% , 100px center , right 100px }
bgpos490189 { background-position: right top 15px , 100px center , right 100px }
bgpos490190 { background-position: right 15% bottom , 100px center , right 100px }
bgpos490191 { background-position: right 15% bottom 15% , 100px center , right 100px }
bgpos490192 { background-position: right 15% bottom 15px , 100px center , right 100px }
bgpos490193 { background-position: right 15% top , 100px center , right 100px }
bgpos490194 { background-position: right 15% top 15% , 100px center , right 100px }
bgpos490195 { background-position: right 15% top 15px , 100px center , right 100px }
bgpos490196 { background-position: right 15% center , 100px center , right 100px }
bgpos490197 { background-position: right 15px bottom , 100px center , right 100px }
bgpos490198 { background-position: right 15px bottom 15% , 100px center , right 100px }
bgpos490199 { background-position: right 15px bottom 15px , 100px center , right 100px }
bgpos490200 { background-position: right 15px top , 100px center , right 100px }
bgpos490201 { background-position: right 15px top 15% , 100px center , right 100px }
bgpos490202 { background-position: right 15px top 15px , 100px center , right 100px }
bgpos490203 { background-position: right 15px center , 100px center , right 100px }
bgpos490204 { background-position: right center , 100px center , right 100px }
bgpos490205 { background-position: 100px , 100px center , right 100px }
bgpos490206 { background-position: 100px 10% , 100px center , right 100px }
bgpos490207 { background-position: 100px 100px , 100px center , right 100px }
bgpos490208 { background-position: 100px bottom , 100px center , right 100px }
bgpos490209 { background-position: 100px center , 100px center , right 100px }
bgpos490210 { background-position: 100px top , 100px center , right 100px }
bgpos490211 { background-position: 50% , 100px center , right 100px }
bgpos490212 { background-position: 50% 10% , 100px center , right 100px }
bgpos490213 { background-position: 50% 100px , 100px center , right 100px }
bgpos490214 { background-position: 50% bottom , 100px center , right 100px }
bgpos490215 { background-position: 50% center , 100px center , right 100px }
bgpos490216 { background-position: 50% top , 100px center , right 100px }
bgpos490217 { background-position: bottom, 100px center , right 100px }
bgpos490218 { background-position: center , 100px center , right 100px }
bgpos490219 { background-position: center bottom , 100px center , right 100px }
bgpos490220 { background-position: center bottom 15% , 100px center , right 100px }
bgpos490221 { background-position: center bottom 15px , 100px center , right 100px }
bgpos490222 { background-position: center top , 100px center , right 100px }
bgpos490223 { background-position: center top 15% , 100px center , right 100px }
bgpos490224 { background-position: center top 15px , 100px center , right 100px }
bgpos490225 { background-position: center 10% , 100px center , right 100px }
bgpos490226 { background-position: center 100px , 100px center , right 100px }
bgpos490227 { background-position: center bottom , 100px center , right 100px }
bgpos490228 { background-position: center center , 100px center , right 100px }
bgpos490229 { background-position: center top , 100px center , right 100px }
bgpos490230 { background-position: left , 100px center , right 100px }
bgpos490231 { background-position: left 10% , 100px center , right 100px }
bgpos490232 { background-position: left 100px , 100px center , right 100px }
bgpos490233 { background-position: left bottom , 100px center , right 100px }
bgpos490234 { background-position: left center , 100px center , right 100px }
bgpos490235 { background-position: left top , 100px center , right 100px }
bgpos490236 { background-position: right , 100px center , right 100px }
bgpos490237 { background-position: right 10% , 100px center , right 100px }
bgpos490238 { background-position: right 100px , 100px center , right 100px }
bgpos490239 { background-position: right bottom , 100px center , right 100px }
bgpos490240 { background-position: right center , 100px center , right 100px }
bgpos490241 { background-position: right top , 100px center , right 100px }
bgpos490242 { background-position: top , 100px center , right 100px }
bgpos490243 { background-position: left bottom , 100px top , right 100px }
bgpos490244 { background-position: left bottom 15% , 100px top , right 100px }
bgpos490245 { background-position: left bottom 15px , 100px top , right 100px }
bgpos490246 { background-position: left top , 100px top , right 100px }
bgpos490247 { background-position: left top 15% , 100px top , right 100px }
bgpos490248 { background-position: left top 15px , 100px top , right 100px }
bgpos490249 { background-position: left 15% bottom , 100px top , right 100px }
bgpos490250 { background-position: left 15% bottom 15% , 100px top , right 100px }
bgpos490251 { background-position: left 15% bottom 15px , 100px top , right 100px }
bgpos490252 { background-position: left 15% top , 100px top , right 100px }
bgpos490253 { background-position: left 15% top 15% , 100px top , right 100px }
bgpos490254 { background-position: left 15% top 15px , 100px top , right 100px }
bgpos490255 { background-position: left 15% center , 100px top , right 100px }
bgpos490256 { background-position: left 15px bottom , 100px top , right 100px }
bgpos490257 { background-position: left 15px bottom 15% , 100px top , right 100px }
bgpos490258 { background-position: left 15px bottom 15px , 100px top , right 100px }
bgpos490259 { background-position: left 15px top , 100px top , right 100px }
bgpos490260 { background-position: left 15px top 15% , 100px top , right 100px }
bgpos490261 { background-position: left 15px top 15px , 100px top , right 100px }
bgpos490262 { background-position: left 15px center , 100px top , right 100px }
bgpos490263 { background-position: left center , 100px top , right 100px }
bgpos490264 { background-position: right bottom , 100px top , right 100px }
bgpos490265 { background-position: right bottom 15% , 100px top , right 100px }
bgpos490266 { background-position: right bottom 15px , 100px top , right 100px }
bgpos490267 { background-position: right top , 100px top , right 100px }
bgpos490268 { background-position: right top 15% , 100px top , right 100px }
bgpos490269 { background-position: right top 15px , 100px top , right 100px }
bgpos490270 { background-position: right 15% bottom , 100px top , right 100px }
bgpos490271 { background-position: right 15% bottom 15% , 100px top , right 100px }
bgpos490272 { background-position: right 15% bottom 15px , 100px top , right 100px }
bgpos490273 { background-position: right 15% top , 100px top , right 100px }
bgpos490274 { background-position: right 15% top 15% , 100px top , right 100px }
bgpos490275 { background-position: right 15% top 15px , 100px top , right 100px }
bgpos490276 { background-position: right 15% center , 100px top , right 100px }
bgpos490277 { background-position: right 15px bottom , 100px top , right 100px }
bgpos490278 { background-position: right 15px bottom 15% , 100px top , right 100px }
bgpos490279 { background-position: right 15px bottom 15px , 100px top , right 100px }
bgpos490280 { background-position: right 15px top , 100px top , right 100px }
bgpos490281 { background-position: right 15px top 15% , 100px top , right 100px }
bgpos490282 { background-position: right 15px top 15px , 100px top , right 100px }
bgpos490283 { background-position: right 15px center , 100px top , right 100px }
bgpos490284 { background-position: right center , 100px top , right 100px }
bgpos490285 { background-position: 100px , 100px top , right 100px }
bgpos490286 { background-position: 100px 10% , 100px top , right 100px }
bgpos490287 { background-position: 100px 100px , 100px top , right 100px }
bgpos490288 { background-position: 100px bottom , 100px top , right 100px }
bgpos490289 { background-position: 100px center , 100px top , right 100px }
bgpos490290 { background-position: 100px top , 100px top , right 100px }
bgpos490291 { background-position: 50% , 100px top , right 100px }
bgpos490292 { background-position: 50% 10% , 100px top , right 100px }
bgpos490293 { background-position: 50% 100px , 100px top , right 100px }
bgpos490294 { background-position: 50% bottom , 100px top , right 100px }
bgpos490295 { background-position: 50% center , 100px top , right 100px }
bgpos490296 { background-position: 50% top , 100px top , right 100px }
bgpos490297 { background-position: bottom, 100px top , right 100px }
bgpos490298 { background-position: center , 100px top , right 100px }
bgpos490299 { background-position: center bottom , 100px top , right 100px }
bgpos490300 { background-position: center bottom 15% , 100px top , right 100px }
bgpos490301 { background-position: center bottom 15px , 100px top , right 100px }
bgpos490302 { background-position: center top , 100px top , right 100px }
bgpos490303 { background-position: center top 15% , 100px top , right 100px }
bgpos490304 { background-position: center top 15px , 100px top , right 100px }
bgpos490305 { background-position: center 10% , 100px top , right 100px }
bgpos490306 { background-position: center 100px , 100px top , right 100px }
bgpos490307 { background-position: center bottom , 100px top , right 100px }
bgpos490308 { background-position: center center , 100px top , right 100px }
bgpos490309 { background-position: center top , 100px top , right 100px }
bgpos490310 { background-position: left , 100px top , right 100px }
bgpos490311 { background-position: left 10% , 100px top , right 100px }
bgpos490312 { background-position: left 100px , 100px top , right 100px }
bgpos490313 { background-position: left bottom , 100px top , right 100px }
bgpos490314 { background-position: left center , 100px top , right 100px }
bgpos490315 { background-position: left top , 100px top , right 100px }
bgpos490316 { background-position: right , 100px top , right 100px }
bgpos490317 { background-position: right 10% , 100px top , right 100px }
bgpos490318 { background-position: right 100px , 100px top , right 100px }
bgpos490319 { background-position: right bottom , 100px top , right 100px }
bgpos490320 { background-position: right center , 100px top , right 100px }
bgpos490321 { background-position: right top , 100px top , right 100px }
bgpos490322 { background-position: top , 100px top , right 100px }
bgpos490323 { background-position: left bottom , 50% , right 100px }
bgpos490324 { background-position: left bottom 15% , 50% , right 100px }
bgpos490325 { background-position: left bottom 15px , 50% , right 100px }
bgpos490326 { background-position: left top , 50% , right 100px }
bgpos490327 { background-position: left top 15% , 50% , right 100px }
bgpos490328 { background-position: left top 15px , 50% , right 100px }
bgpos490329 { background-position: left 15% bottom , 50% , right 100px }
bgpos490330 { background-position: left 15% bottom 15% , 50% , right 100px }
bgpos490331 { background-position: left 15% bottom 15px , 50% , right 100px }
bgpos490332 { background-position: left 15% top , 50% , right 100px }
bgpos490333 { background-position: left 15% top 15% , 50% , right 100px }
bgpos490334 { background-position: left 15% top 15px , 50% , right 100px }
bgpos490335 { background-position: left 15% center , 50% , right 100px }
bgpos490336 { background-position: left 15px bottom , 50% , right 100px }
bgpos490337 { background-position: left 15px bottom 15% , 50% , right 100px }
bgpos490338 { background-position: left 15px bottom 15px , 50% , right 100px }
bgpos490339 { background-position: left 15px top , 50% , right 100px }
bgpos490340 { background-position: left 15px top 15% , 50% , right 100px }
bgpos490341 { background-position: left 15px top 15px , 50% , right 100px }
bgpos490342 { background-position: left 15px center , 50% , right 100px }
bgpos490343 { background-position: left center , 50% , right 100px }
bgpos490344 { background-position: right bottom , 50% , right 100px }
bgpos490345 { background-position: right bottom 15% , 50% , right 100px }
bgpos490346 { background-position: right bottom 15px , 50% , right 100px }
bgpos490347 { background-position: right top , 50% , right 100px }
bgpos490348 { background-position: right top 15% , 50% , right 100px }
bgpos490349 { background-position: right top 15px , 50% , right 100px }
bgpos490350 { background-position: right 15% bottom , 50% , right 100px }
bgpos490351 { background-position: right 15% bottom 15% , 50% , right 100px }
bgpos490352 { background-position: right 15% bottom 15px , 50% , right 100px }
bgpos490353 { background-position: right 15% top , 50% , right 100px }
bgpos490354 { background-position: right 15% top 15% , 50% , right 100px }
bgpos490355 { background-position: right 15% top 15px , 50% , right 100px }
bgpos490356 { background-position: right 15% center , 50% , right 100px }
bgpos490357 { background-position: right 15px bottom , 50% , right 100px }
bgpos490358 { background-position: right 15px bottom 15% , 50% , right 100px }
bgpos490359 { background-position: right 15px bottom 15px , 50% , right 100px }
bgpos490360 { background-position: right 15px top , 50% , right 100px }
bgpos490361 { background-position: right 15px top 15% , 50% , right 100px }
bgpos490362 { background-position: right 15px top 15px , 50% , right 100px }
bgpos490363 { background-position: right 15px center , 50% , right 100px }
bgpos490364 { background-position: right center , 50% , right 100px }
bgpos490365 { background-position: 100px , 50% , right 100px }
bgpos490366 { background-position: 100px 10% , 50% , right 100px }
bgpos490367 { background-position: 100px 100px , 50% , right 100px }
bgpos490368 { background-position: 100px bottom , 50% , right 100px }
bgpos490369 { background-position: 100px center , 50% , right 100px }
bgpos490370 { background-position: 100px top , 50% , right 100px }
bgpos490371 { background-position: 50% , 50% , right 100px }
bgpos490372 { background-position: 50% 10% , 50% , right 100px }
bgpos490373 { background-position: 50% 100px , 50% , right 100px }
bgpos490374 { background-position: 50% bottom , 50% , right 100px }
bgpos490375 { background-position: 50% center , 50% , right 100px }
bgpos490376 { background-position: 50% top , 50% , right 100px }
bgpos490377 { background-position: bottom, 50% , right 100px }
bgpos490378 { background-position: center , 50% , right 100px }
bgpos490379 { background-position: center bottom , 50% , right 100px }
bgpos490380 { background-position: center bottom 15% , 50% , right 100px }
bgpos490381 { background-position: center bottom 15px , 50% , right 100px }
bgpos490382 { background-position: center top , 50% , right 100px }
bgpos490383 { background-position: center top 15% , 50% , right 100px }
bgpos490384 { background-position: center top 15px , 50% , right 100px }
bgpos490385 { background-position: center 10% , 50% , right 100px }
bgpos490386 { background-position: center 100px , 50% , right 100px }
bgpos490387 { background-position: center bottom , 50% , right 100px }
bgpos490388 { background-position: center center , 50% , right 100px }
bgpos490389 { background-position: center top , 50% , right 100px }
bgpos490390 { background-position: left , 50% , right 100px }
bgpos490391 { background-position: left 10% , 50% , right 100px }
bgpos490392 { background-position: left 100px , 50% , right 100px }
bgpos490393 { background-position: left bottom , 50% , right 100px }
bgpos490394 { background-position: left center , 50% , right 100px }
bgpos490395 { background-position: left top , 50% , right 100px }
bgpos490396 { background-position: right , 50% , right 100px }
bgpos490397 { background-position: right 10% , 50% , right 100px }
bgpos490398 { background-position: right 100px , 50% , right 100px }
bgpos490399 { background-position: right bottom , 50% , right 100px }
bgpos490400 { background-position: right center , 50% , right 100px }
bgpos490401 { background-position: right top , 50% , right 100px }
bgpos490402 { background-position: top , 50% , right 100px }
bgpos490403 { background-position: left bottom , 50% 10% , right 100px }
bgpos490404 { background-position: left bottom 15% , 50% 10% , right 100px }
bgpos490405 { background-position: left bottom 15px , 50% 10% , right 100px }
bgpos490406 { background-position: left top , 50% 10% , right 100px }
bgpos490407 { background-position: left top 15% , 50% 10% , right 100px }
bgpos490408 { background-position: left top 15px , 50% 10% , right 100px }
bgpos490409 { background-position: left 15% bottom , 50% 10% , right 100px }
bgpos490410 { background-position: left 15% bottom 15% , 50% 10% , right 100px }
bgpos490411 { background-position: left 15% bottom 15px , 50% 10% , right 100px }
bgpos490412 { background-position: left 15% top , 50% 10% , right 100px }
bgpos490413 { background-position: left 15% top 15% , 50% 10% , right 100px }
bgpos490414 { background-position: left 15% top 15px , 50% 10% , right 100px }
bgpos490415 { background-position: left 15% center , 50% 10% , right 100px }
bgpos490416 { background-position: left 15px bottom , 50% 10% , right 100px }
bgpos490417 { background-position: left 15px bottom 15% , 50% 10% , right 100px }
bgpos490418 { background-position: left 15px bottom 15px , 50% 10% , right 100px }
bgpos490419 { background-position: left 15px top , 50% 10% , right 100px }
bgpos490420 { background-position: left 15px top 15% , 50% 10% , right 100px }
bgpos490421 { background-position: left 15px top 15px , 50% 10% , right 100px }
bgpos490422 { background-position: left 15px center , 50% 10% , right 100px }
bgpos490423 { background-position: left center , 50% 10% , right 100px }
bgpos490424 { background-position: right bottom , 50% 10% , right 100px }
bgpos490425 { background-position: right bottom 15% , 50% 10% , right 100px }
bgpos490426 { background-position: right bottom 15px , 50% 10% , right 100px }
bgpos490427 { background-position: right top , 50% 10% , right 100px }
bgpos490428 { background-position: right top 15% , 50% 10% , right 100px }
bgpos490429 { background-position: right top 15px , 50% 10% , right 100px }
bgpos490430 { background-position: right 15% bottom , 50% 10% , right 100px }
bgpos490431 { background-position: right 15% bottom 15% , 50% 10% , right 100px }
bgpos490432 { background-position: right 15% bottom 15px , 50% 10% , right 100px }
bgpos490433 { background-position: right 15% top , 50% 10% , right 100px }
bgpos490434 { background-position: right 15% top 15% , 50% 10% , right 100px }
bgpos490435 { background-position: right 15% top 15px , 50% 10% , right 100px }
bgpos490436 { background-position: right 15% center , 50% 10% , right 100px }
bgpos490437 { background-position: right 15px bottom , 50% 10% , right 100px }
bgpos490438 { background-position: right 15px bottom 15% , 50% 10% , right 100px }
bgpos490439 { background-position: right 15px bottom 15px , 50% 10% , right 100px }
bgpos490440 { background-position: right 15px top , 50% 10% , right 100px }
bgpos490441 { background-position: right 15px top 15% , 50% 10% , right 100px }
bgpos490442 { background-position: right 15px top 15px , 50% 10% , right 100px }
bgpos490443 { background-position: right 15px center , 50% 10% , right 100px }
bgpos490444 { background-position: right center , 50% 10% , right 100px }
bgpos490445 { background-position: 100px , 50% 10% , right 100px }
bgpos490446 { background-position: 100px 10% , 50% 10% , right 100px }
bgpos490447 { background-position: 100px 100px , 50% 10% , right 100px }
bgpos490448 { background-position: 100px bottom , 50% 10% , right 100px }
bgpos490449 { background-position: 100px center , 50% 10% , right 100px }
bgpos490450 { background-position: 100px top , 50% 10% , right 100px }
bgpos490451 { background-position: 50% , 50% 10% , right 100px }
bgpos490452 { background-position: 50% 10% , 50% 10% , right 100px }
bgpos490453 { background-position: 50% 100px , 50% 10% , right 100px }
bgpos490454 { background-position: 50% bottom , 50% 10% , right 100px }
bgpos490455 { background-position: 50% center , 50% 10% , right 100px }
bgpos490456 { background-position: 50% top , 50% 10% , right 100px }
bgpos490457 { background-position: bottom, 50% 10% , right 100px }
bgpos490458 { background-position: center , 50% 10% , right 100px }
bgpos490459 { background-position: center bottom , 50% 10% , right 100px }
bgpos490460 { background-position: center bottom 15% , 50% 10% , right 100px }
bgpos490461 { background-position: center bottom 15px , 50% 10% , right 100px }
bgpos490462 { background-position: center top , 50% 10% , right 100px }
bgpos490463 { background-position: center top 15% , 50% 10% , right 100px }
bgpos490464 { background-position: center top 15px , 50% 10% , right 100px }
bgpos490465 { background-position: center 10% , 50% 10% , right 100px }
bgpos490466 { background-position: center 100px , 50% 10% , right 100px }
bgpos490467 { background-position: center bottom , 50% 10% , right 100px }
bgpos490468 { background-position: center center , 50% 10% , right 100px }
bgpos490469 { background-position: center top , 50% 10% , right 100px }
bgpos490470 { background-position: left , 50% 10% , right 100px }
bgpos490471 { background-position: left 10% , 50% 10% , right 100px }
bgpos490472 { background-position: left 100px , 50% 10% , right 100px }
bgpos490473 { background-position: left bottom , 50% 10% , right 100px }
bgpos490474 { background-position: left center , 50% 10% , right 100px }
bgpos490475 { background-position: left top , 50% 10% , right 100px }
bgpos490476 { background-position: right , 50% 10% , right 100px }
bgpos490477 { background-position: right 10% , 50% 10% , right 100px }
bgpos490478 { background-position: right 100px , 50% 10% , right 100px }
bgpos490479 { background-position: right bottom , 50% 10% , right 100px }
bgpos490480 { background-position: right center , 50% 10% , right 100px }
bgpos490481 { background-position: right top , 50% 10% , right 100px }
bgpos490482 { background-position: top , 50% 10% , right 100px }
bgpos490483 { background-position: left bottom , 50% 100px , right 100px }
bgpos490484 { background-position: left bottom 15% , 50% 100px , right 100px }
bgpos490485 { background-position: left bottom 15px , 50% 100px , right 100px }
bgpos490486 { background-position: left top , 50% 100px , right 100px }
bgpos490487 { background-position: left top 15% , 50% 100px , right 100px }
bgpos490488 { background-position: left top 15px , 50% 100px , right 100px }
bgpos490489 { background-position: left 15% bottom , 50% 100px , right 100px }
bgpos490490 { background-position: left 15% bottom 15% , 50% 100px , right 100px }
bgpos490491 { background-position: left 15% bottom 15px , 50% 100px , right 100px }
bgpos490492 { background-position: left 15% top , 50% 100px , right 100px }
bgpos490493 { background-position: left 15% top 15% , 50% 100px , right 100px }
bgpos490494 { background-position: left 15% top 15px , 50% 100px , right 100px }
bgpos490495 { background-position: left 15% center , 50% 100px , right 100px }
bgpos490496 { background-position: left 15px bottom , 50% 100px , right 100px }
bgpos490497 { background-position: left 15px bottom 15% , 50% 100px , right 100px }
bgpos490498 { background-position: left 15px bottom 15px , 50% 100px , right 100px }
bgpos490499 { background-position: left 15px top , 50% 100px , right 100px }
bgpos490500 { background-position: left 15px top 15% , 50% 100px , right 100px }
bgpos490501 { background-position: left 15px top 15px , 50% 100px , right 100px }
bgpos490502 { background-position: left 15px center , 50% 100px , right 100px }
bgpos490503 { background-position: left center , 50% 100px , right 100px }
bgpos490504 { background-position: right bottom , 50% 100px , right 100px }
bgpos490505 { background-position: right bottom 15% , 50% 100px , right 100px }
bgpos490506 { background-position: right bottom 15px , 50% 100px , right 100px }
bgpos490507 { background-position: right top , 50% 100px , right 100px }
bgpos490508 { background-position: right top 15% , 50% 100px , right 100px }
bgpos490509 { background-position: right top 15px , 50% 100px , right 100px }
bgpos490510 { background-position: right 15% bottom , 50% 100px , right 100px }
bgpos490511 { background-position: right 15% bottom 15% , 50% 100px , right 100px }
bgpos490512 { background-position: right 15% bottom 15px , 50% 100px , right 100px }
bgpos490513 { background-position: right 15% top , 50% 100px , right 100px }
bgpos490514 { background-position: right 15% top 15% , 50% 100px , right 100px }
bgpos490515 { background-position: right 15% top 15px , 50% 100px , right 100px }
bgpos490516 { background-position: right 15% center , 50% 100px , right 100px }
bgpos490517 { background-position: right 15px bottom , 50% 100px , right 100px }
bgpos490518 { background-position: right 15px bottom 15% , 50% 100px , right 100px }
bgpos490519 { background-position: right 15px bottom 15px , 50% 100px , right 100px }
bgpos490520 { background-position: right 15px top , 50% 100px , right 100px }
bgpos490521 { background-position: right 15px top 15% , 50% 100px , right 100px }
bgpos490522 { background-position: right 15px top 15px , 50% 100px , right 100px }
bgpos490523 { background-position: right 15px center , 50% 100px , right 100px }
bgpos490524 { background-position: right center , 50% 100px , right 100px }
bgpos490525 { background-position: 100px , 50% 100px , right 100px }
bgpos490526 { background-position: 100px 10% , 50% 100px , right 100px }
bgpos490527 { background-position: 100px 100px , 50% 100px , right 100px }
bgpos490528 { background-position: 100px bottom , 50% 100px , right 100px }
bgpos490529 { background-position: 100px center , 50% 100px , right 100px }
bgpos490530 { background-position: 100px top , 50% 100px , right 100px }
bgpos490531 { background-position: 50% , 50% 100px , right 100px }
bgpos490532 { background-position: 50% 10% , 50% 100px , right 100px }
bgpos490533 { background-position: 50% 100px , 50% 100px , right 100px }
bgpos490534 { background-position: 50% bottom , 50% 100px , right 100px }
bgpos490535 { background-position: 50% center , 50% 100px , right 100px }
bgpos490536 { background-position: 50% top , 50% 100px , right 100px }
bgpos490537 { background-position: bottom, 50% 100px , right 100px }
bgpos490538 { background-position: center , 50% 100px , right 100px }
bgpos490539 { background-position: center bottom , 50% 100px , right 100px }
bgpos490540 { background-position: center bottom 15% , 50% 100px , right 100px }
bgpos490541 { background-position: center bottom 15px , 50% 100px , right 100px }
bgpos490542 { background-position: center top , 50% 100px , right 100px }
bgpos490543 { background-position: center top 15% , 50% 100px , right 100px }
bgpos490544 { background-position: center top 15px , 50% 100px , right 100px }
bgpos490545 { background-position: center 10% , 50% 100px , right 100px }
bgpos490546 { background-position: center 100px , 50% 100px , right 100px }
bgpos490547 { background-position: center bottom , 50% 100px , right 100px }
bgpos490548 { background-position: center center , 50% 100px , right 100px }
bgpos490549 { background-position: center top , 50% 100px , right 100px }
bgpos490550 { background-position: left , 50% 100px , right 100px }
bgpos490551 { background-position: left 10% , 50% 100px , right 100px }
bgpos490552 { background-position: left 100px , 50% 100px , right 100px }
bgpos490553 { background-position: left bottom , 50% 100px , right 100px }
bgpos490554 { background-position: left center , 50% 100px , right 100px }
bgpos490555 { background-position: left top , 50% 100px , right 100px }
bgpos490556 { background-position: right , 50% 100px , right 100px }
bgpos490557 { background-position: right 10% , 50% 100px , right 100px }
bgpos490558 { background-position: right 100px , 50% 100px , right 100px }
bgpos490559 { background-position: right bottom , 50% 100px , right 100px }
bgpos490560 { background-position: right center , 50% 100px , right 100px }
bgpos490561 { background-position: right top , 50% 100px , right 100px }
bgpos490562 { background-position: top , 50% 100px , right 100px }
bgpos490563 { background-position: left bottom , 50% bottom , right 100px }
bgpos490564 { background-position: left bottom 15% , 50% bottom , right 100px }
bgpos490565 { background-position: left bottom 15px , 50% bottom , right 100px }
bgpos490566 { background-position: left top , 50% bottom , right 100px }
bgpos490567 { background-position: left top 15% , 50% bottom , right 100px }
bgpos490568 { background-position: left top 15px , 50% bottom , right 100px }
bgpos490569 { background-position: left 15% bottom , 50% bottom , right 100px }
bgpos490570 { background-position: left 15% bottom 15% , 50% bottom , right 100px }
bgpos490571 { background-position: left 15% bottom 15px , 50% bottom , right 100px }
bgpos490572 { background-position: left 15% top , 50% bottom , right 100px }
bgpos490573 { background-position: left 15% top 15% , 50% bottom , right 100px }
bgpos490574 { background-position: left 15% top 15px , 50% bottom , right 100px }
bgpos490575 { background-position: left 15% center , 50% bottom , right 100px }
bgpos490576 { background-position: left 15px bottom , 50% bottom , right 100px }
bgpos490577 { background-position: left 15px bottom 15% , 50% bottom , right 100px }
bgpos490578 { background-position: left 15px bottom 15px , 50% bottom , right 100px }
bgpos490579 { background-position: left 15px top , 50% bottom , right 100px }
bgpos490580 { background-position: left 15px top 15% , 50% bottom , right 100px }
bgpos490581 { background-position: left 15px top 15px , 50% bottom , right 100px }
bgpos490582 { background-position: left 15px center , 50% bottom , right 100px }
bgpos490583 { background-position: left center , 50% bottom , right 100px }
bgpos490584 { background-position: right bottom , 50% bottom , right 100px }
bgpos490585 { background-position: right bottom 15% , 50% bottom , right 100px }
bgpos490586 { background-position: right bottom 15px , 50% bottom , right 100px }
bgpos490587 { background-position: right top , 50% bottom , right 100px }
bgpos490588 { background-position: right top 15% , 50% bottom , right 100px }
bgpos490589 { background-position: right top 15px , 50% bottom , right 100px }
bgpos490590 { background-position: right 15% bottom , 50% bottom , right 100px }
bgpos490591 { background-position: right 15% bottom 15% , 50% bottom , right 100px }
bgpos490592 { background-position: right 15% bottom 15px , 50% bottom , right 100px }
bgpos490593 { background-position: right 15% top , 50% bottom , right 100px }
bgpos490594 { background-position: right 15% top 15% , 50% bottom , right 100px }
bgpos490595 { background-position: right 15% top 15px , 50% bottom , right 100px }
bgpos490596 { background-position: right 15% center , 50% bottom , right 100px }
bgpos490597 { background-position: right 15px bottom , 50% bottom , right 100px }
bgpos490598 { background-position: right 15px bottom 15% , 50% bottom , right 100px }
bgpos490599 { background-position: right 15px bottom 15px , 50% bottom , right 100px }
bgpos490600 { background-position: right 15px top , 50% bottom , right 100px }
bgpos490601 { background-position: right 15px top 15% , 50% bottom , right 100px }
bgpos490602 { background-position: right 15px top 15px , 50% bottom , right 100px }
bgpos490603 { background-position: right 15px center , 50% bottom , right 100px }
bgpos490604 { background-position: right center , 50% bottom , right 100px }
bgpos490605 { background-position: 100px , 50% bottom , right 100px }
bgpos490606 { background-position: 100px 10% , 50% bottom , right 100px }
bgpos490607 { background-position: 100px 100px , 50% bottom , right 100px }
bgpos490608 { background-position: 100px bottom , 50% bottom , right 100px }
bgpos490609 { background-position: 100px center , 50% bottom , right 100px }
bgpos490610 { background-position: 100px top , 50% bottom , right 100px }
bgpos490611 { background-position: 50% , 50% bottom , right 100px }
bgpos490612 { background-position: 50% 10% , 50% bottom , right 100px }
bgpos490613 { background-position: 50% 100px , 50% bottom , right 100px }
bgpos490614 { background-position: 50% bottom , 50% bottom , right 100px }
bgpos490615 { background-position: 50% center , 50% bottom , right 100px }
bgpos490616 { background-position: 50% top , 50% bottom , right 100px }
bgpos490617 { background-position: bottom, 50% bottom , right 100px }
bgpos490618 { background-position: center , 50% bottom , right 100px }
bgpos490619 { background-position: center bottom , 50% bottom , right 100px }
bgpos490620 { background-position: center bottom 15% , 50% bottom , right 100px }
bgpos490621 { background-position: center bottom 15px , 50% bottom , right 100px }
bgpos490622 { background-position: center top , 50% bottom , right 100px }
bgpos490623 { background-position: center top 15% , 50% bottom , right 100px }
bgpos490624 { background-position: center top 15px , 50% bottom , right 100px }
bgpos490625 { background-position: center 10% , 50% bottom , right 100px }
bgpos490626 { background-position: center 100px , 50% bottom , right 100px }
bgpos490627 { background-position: center bottom , 50% bottom , right 100px }
bgpos490628 { background-position: center center , 50% bottom , right 100px }
bgpos490629 { background-position: center top , 50% bottom , right 100px }
bgpos490630 { background-position: left , 50% bottom , right 100px }
bgpos490631 { background-position: left 10% , 50% bottom , right 100px }
bgpos490632 { background-position: left 100px , 50% bottom , right 100px }
bgpos490633 { background-position: left bottom , 50% bottom , right 100px }
bgpos490634 { background-position: left center , 50% bottom , right 100px }
bgpos490635 { background-position: left top , 50% bottom , right 100px }
bgpos490636 { background-position: right , 50% bottom , right 100px }
bgpos490637 { background-position: right 10% , 50% bottom , right 100px }
bgpos490638 { background-position: right 100px , 50% bottom , right 100px }
bgpos490639 { background-position: right bottom , 50% bottom , right 100px }
bgpos490640 { background-position: right center , 50% bottom , right 100px }
bgpos490641 { background-position: right top , 50% bottom , right 100px }
bgpos490642 { background-position: top , 50% bottom , right 100px }
bgpos490643 { background-position: left bottom , 50% center , right 100px }
bgpos490644 { background-position: left bottom 15% , 50% center , right 100px }
bgpos490645 { background-position: left bottom 15px , 50% center , right 100px }
bgpos490646 { background-position: left top , 50% center , right 100px }
bgpos490647 { background-position: left top 15% , 50% center , right 100px }
bgpos490648 { background-position: left top 15px , 50% center , right 100px }
bgpos490649 { background-position: left 15% bottom , 50% center , right 100px }
bgpos490650 { background-position: left 15% bottom 15% , 50% center , right 100px }
bgpos490651 { background-position: left 15% bottom 15px , 50% center , right 100px }
bgpos490652 { background-position: left 15% top , 50% center , right 100px }
bgpos490653 { background-position: left 15% top 15% , 50% center , right 100px }
bgpos490654 { background-position: left 15% top 15px , 50% center , right 100px }
bgpos490655 { background-position: left 15% center , 50% center , right 100px }
bgpos490656 { background-position: left 15px bottom , 50% center , right 100px }
bgpos490657 { background-position: left 15px bottom 15% , 50% center , right 100px }
bgpos490658 { background-position: left 15px bottom 15px , 50% center , right 100px }
bgpos490659 { background-position: left 15px top , 50% center , right 100px }
bgpos490660 { background-position: left 15px top 15% , 50% center , right 100px }
bgpos490661 { background-position: left 15px top 15px , 50% center , right 100px }
bgpos490662 { background-position: left 15px center , 50% center , right 100px }
bgpos490663 { background-position: left center , 50% center , right 100px }
bgpos490664 { background-position: right bottom , 50% center , right 100px }
bgpos490665 { background-position: right bottom 15% , 50% center , right 100px }
bgpos490666 { background-position: right bottom 15px , 50% center , right 100px }
bgpos490667 { background-position: right top , 50% center , right 100px }
bgpos490668 { background-position: right top 15% , 50% center , right 100px }
bgpos490669 { background-position: right top 15px , 50% center , right 100px }
bgpos490670 { background-position: right 15% bottom , 50% center , right 100px }
bgpos490671 { background-position: right 15% bottom 15% , 50% center , right 100px }
bgpos490672 { background-position: right 15% bottom 15px , 50% center , right 100px }
bgpos490673 { background-position: right 15% top , 50% center , right 100px }
bgpos490674 { background-position: right 15% top 15% , 50% center , right 100px }
bgpos490675 { background-position: right 15% top 15px , 50% center , right 100px }
bgpos490676 { background-position: right 15% center , 50% center , right 100px }
bgpos490677 { background-position: right 15px bottom , 50% center , right 100px }
bgpos490678 { background-position: right 15px bottom 15% , 50% center , right 100px }
bgpos490679 { background-position: right 15px bottom 15px , 50% center , right 100px }
bgpos490680 { background-position: right 15px top , 50% center , right 100px }
bgpos490681 { background-position: right 15px top 15% , 50% center , right 100px }
bgpos490682 { background-position: right 15px top 15px , 50% center , right 100px }
bgpos490683 { background-position: right 15px center , 50% center , right 100px }
bgpos490684 { background-position: right center , 50% center , right 100px }
bgpos490685 { background-position: 100px , 50% center , right 100px }
bgpos490686 { background-position: 100px 10% , 50% center , right 100px }
bgpos490687 { background-position: 100px 100px , 50% center , right 100px }
bgpos490688 { background-position: 100px bottom , 50% center , right 100px }
bgpos490689 { background-position: 100px center , 50% center , right 100px }
bgpos490690 { background-position: 100px top , 50% center , right 100px }
bgpos490691 { background-position: 50% , 50% center , right 100px }
bgpos490692 { background-position: 50% 10% , 50% center , right 100px }
bgpos490693 { background-position: 50% 100px , 50% center , right 100px }
bgpos490694 { background-position: 50% bottom , 50% center , right 100px }
bgpos490695 { background-position: 50% center , 50% center , right 100px }
bgpos490696 { background-position: 50% top , 50% center , right 100px }
bgpos490697 { background-position: bottom, 50% center , right 100px }
bgpos490698 { background-position: center , 50% center , right 100px }
bgpos490699 { background-position: center bottom , 50% center , right 100px }
bgpos490700 { background-position: center bottom 15% , 50% center , right 100px }
bgpos490701 { background-position: center bottom 15px , 50% center , right 100px }
bgpos490702 { background-position: center top , 50% center , right 100px }
bgpos490703 { background-position: center top 15% , 50% center , right 100px }
bgpos490704 { background-position: center top 15px , 50% center , right 100px }
bgpos490705 { background-position: center 10% , 50% center , right 100px }
bgpos490706 { background-position: center 100px , 50% center , right 100px }
bgpos490707 { background-position: center bottom , 50% center , right 100px }
bgpos490708 { background-position: center center , 50% center , right 100px }
bgpos490709 { background-position: center top , 50% center , right 100px }
bgpos490710 { background-position: left , 50% center , right 100px }
bgpos490711 { background-position: left 10% , 50% center , right 100px }
bgpos490712 { background-position: left 100px , 50% center , right 100px }
bgpos490713 { background-position: left bottom , 50% center , right 100px }
bgpos490714 { background-position: left center , 50% center , right 100px }
bgpos490715 { background-position: left top , 50% center , right 100px }
bgpos490716 { background-position: right , 50% center , right 100px }
bgpos490717 { background-position: right 10% , 50% center , right 100px }
bgpos490718 { background-position: right 100px , 50% center , right 100px }
bgpos490719 { background-position: right bottom , 50% center , right 100px }
bgpos490720 { background-position: right center , 50% center , right 100px }
bgpos490721 { background-position: right top , 50% center , right 100px }
bgpos490722 { background-position: top , 50% center , right 100px }
bgpos490723 { background-position: left bottom , 50% top , right 100px }
bgpos490724 { background-position: left bottom 15% , 50% top , right 100px }
bgpos490725 { background-position: left bottom 15px , 50% top , right 100px }
bgpos490726 { background-position: left top , 50% top , right 100px }
bgpos490727 { background-position: left top 15% , 50% top , right 100px }
bgpos490728 { background-position: left top 15px , 50% top , right 100px }
bgpos490729 { background-position: left 15% bottom , 50% top , right 100px }
bgpos490730 { background-position: left 15% bottom 15% , 50% top , right 100px }
bgpos490731 { background-position: left 15% bottom 15px , 50% top , right 100px }
bgpos490732 { background-position: left 15% top , 50% top , right 100px }
bgpos490733 { background-position: left 15% top 15% , 50% top , right 100px }
bgpos490734 { background-position: left 15% top 15px , 50% top , right 100px }
bgpos490735 { background-position: left 15% center , 50% top , right 100px }
bgpos490736 { background-position: left 15px bottom , 50% top , right 100px }
bgpos490737 { background-position: left 15px bottom 15% , 50% top , right 100px }
bgpos490738 { background-position: left 15px bottom 15px , 50% top , right 100px }
bgpos490739 { background-position: left 15px top , 50% top , right 100px }
bgpos490740 { background-position: left 15px top 15% , 50% top , right 100px }
bgpos490741 { background-position: left 15px top 15px , 50% top , right 100px }
bgpos490742 { background-position: left 15px center , 50% top , right 100px }
bgpos490743 { background-position: left center , 50% top , right 100px }
bgpos490744 { background-position: right bottom , 50% top , right 100px }
bgpos490745 { background-position: right bottom 15% , 50% top , right 100px }
bgpos490746 { background-position: right bottom 15px , 50% top , right 100px }
bgpos490747 { background-position: right top , 50% top , right 100px }
bgpos490748 { background-position: right top 15% , 50% top , right 100px }
bgpos490749 { background-position: right top 15px , 50% top , right 100px }
bgpos490750 { background-position: right 15% bottom , 50% top , right 100px }
bgpos490751 { background-position: right 15% bottom 15% , 50% top , right 100px }
bgpos490752 { background-position: right 15% bottom 15px , 50% top , right 100px }
bgpos490753 { background-position: right 15% top , 50% top , right 100px }
bgpos490754 { background-position: right 15% top 15% , 50% top , right 100px }
bgpos490755 { background-position: right 15% top 15px , 50% top , right 100px }
bgpos490756 { background-position: right 15% center , 50% top , right 100px }
bgpos490757 { background-position: right 15px bottom , 50% top , right 100px }
bgpos490758 { background-position: right 15px bottom 15% , 50% top , right 100px }
bgpos490759 { background-position: right 15px bottom 15px , 50% top , right 100px }
bgpos490760 { background-position: right 15px top , 50% top , right 100px }
bgpos490761 { background-position: right 15px top 15% , 50% top , right 100px }
bgpos490762 { background-position: right 15px top 15px , 50% top , right 100px }
bgpos490763 { background-position: right 15px center , 50% top , right 100px }
bgpos490764 { background-position: right center , 50% top , right 100px }
bgpos490765 { background-position: 100px , 50% top , right 100px }
bgpos490766 { background-position: 100px 10% , 50% top , right 100px }
bgpos490767 { background-position: 100px 100px , 50% top , right 100px }
bgpos490768 { background-position: 100px bottom , 50% top , right 100px }
bgpos490769 { background-position: 100px center , 50% top , right 100px }
bgpos490770 { background-position: 100px top , 50% top , right 100px }
bgpos490771 { background-position: 50% , 50% top , right 100px }
bgpos490772 { background-position: 50% 10% , 50% top , right 100px }
bgpos490773 { background-position: 50% 100px , 50% top , right 100px }
bgpos490774 { background-position: 50% bottom , 50% top , right 100px }
bgpos490775 { background-position: 50% center , 50% top , right 100px }
bgpos490776 { background-position: 50% top , 50% top , right 100px }
bgpos490777 { background-position: bottom, 50% top , right 100px }
bgpos490778 { background-position: center , 50% top , right 100px }
bgpos490779 { background-position: center bottom , 50% top , right 100px }
bgpos490780 { background-position: center bottom 15% , 50% top , right 100px }
bgpos490781 { background-position: center bottom 15px , 50% top , right 100px }
bgpos490782 { background-position: center top , 50% top , right 100px }
bgpos490783 { background-position: center top 15% , 50% top , right 100px }
bgpos490784 { background-position: center top 15px , 50% top , right 100px }
bgpos490785 { background-position: center 10% , 50% top , right 100px }
bgpos490786 { background-position: center 100px , 50% top , right 100px }
bgpos490787 { background-position: center bottom , 50% top , right 100px }
bgpos490788 { background-position: center center , 50% top , right 100px }
bgpos490789 { background-position: center top , 50% top , right 100px }
bgpos490790 { background-position: left , 50% top , right 100px }
bgpos490791 { background-position: left 10% , 50% top , right 100px }
bgpos490792 { background-position: left 100px , 50% top , right 100px }
bgpos490793 { background-position: left bottom , 50% top , right 100px }
bgpos490794 { background-position: left center , 50% top , right 100px }
bgpos490795 { background-position: left top , 50% top , right 100px }
bgpos490796 { background-position: right , 50% top , right 100px }
bgpos490797 { background-position: right 10% , 50% top , right 100px }
bgpos490798 { background-position: right 100px , 50% top , right 100px }
bgpos490799 { background-position: right bottom , 50% top , right 100px }
bgpos490800 { background-position: right center , 50% top , right 100px }
bgpos490801 { background-position: right top , 50% top , right 100px }
bgpos490802 { background-position: top , 50% top , right 100px }
bgpos490803 { background-position: left bottom , bottom, right 100px }
bgpos490804 { background-position: left bottom 15% , bottom, right 100px }
bgpos490805 { background-position: left bottom 15px , bottom, right 100px }
bgpos490806 { background-position: left top , bottom, right 100px }
bgpos490807 { background-position: left top 15% , bottom, right 100px }
bgpos490808 { background-position: left top 15px , bottom, right 100px }
bgpos490809 { background-position: left 15% bottom , bottom, right 100px }
bgpos490810 { background-position: left 15% bottom 15% , bottom, right 100px }
bgpos490811 { background-position: left 15% bottom 15px , bottom, right 100px }
bgpos490812 { background-position: left 15% top , bottom, right 100px }
bgpos490813 { background-position: left 15% top 15% , bottom, right 100px }
bgpos490814 { background-position: left 15% top 15px , bottom, right 100px }
bgpos490815 { background-position: left 15% center , bottom, right 100px }
bgpos490816 { background-position: left 15px bottom , bottom, right 100px }
bgpos490817 { background-position: left 15px bottom 15% , bottom, right 100px }
bgpos490818 { background-position: left 15px bottom 15px , bottom, right 100px }
bgpos490819 { background-position: left 15px top , bottom, right 100px }
bgpos490820 { background-position: left 15px top 15% , bottom, right 100px }
bgpos490821 { background-position: left 15px top 15px , bottom, right 100px }
bgpos490822 { background-position: left 15px center , bottom, right 100px }
bgpos490823 { background-position: left center , bottom, right 100px }
bgpos490824 { background-position: right bottom , bottom, right 100px }
bgpos490825 { background-position: right bottom 15% , bottom, right 100px }
bgpos490826 { background-position: right bottom 15px , bottom, right 100px }
bgpos490827 { background-position: right top , bottom, right 100px }
bgpos490828 { background-position: right top 15% , bottom, right 100px }
bgpos490829 { background-position: right top 15px , bottom, right 100px }
bgpos490830 { background-position: right 15% bottom , bottom, right 100px }
bgpos490831 { background-position: right 15% bottom 15% , bottom, right 100px }
bgpos490832 { background-position: right 15% bottom 15px , bottom, right 100px }
bgpos490833 { background-position: right 15% top , bottom, right 100px }
bgpos490834 { background-position: right 15% top 15% , bottom, right 100px }
bgpos490835 { background-position: right 15% top 15px , bottom, right 100px }
bgpos490836 { background-position: right 15% center , bottom, right 100px }
bgpos490837 { background-position: right 15px bottom , bottom, right 100px }
bgpos490838 { background-position: right 15px bottom 15% , bottom, right 100px }
bgpos490839 { background-position: right 15px bottom 15px , bottom, right 100px }
bgpos490840 { background-position: right 15px top , bottom, right 100px }
bgpos490841 { background-position: right 15px top 15% , bottom, right 100px }
bgpos490842 { background-position: right 15px top 15px , bottom, right 100px }
bgpos490843 { background-position: right 15px center , bottom, right 100px }
bgpos490844 { background-position: right center , bottom, right 100px }
bgpos490845 { background-position: 100px , bottom, right 100px }
bgpos490846 { background-position: 100px 10% , bottom, right 100px }
bgpos490847 { background-position: 100px 100px , bottom, right 100px }
bgpos490848 { background-position: 100px bottom , bottom, right 100px }
bgpos490849 { background-position: 100px center , bottom, right 100px }
bgpos490850 { background-position: 100px top , bottom, right 100px }
bgpos490851 { background-position: 50% , bottom, right 100px }
bgpos490852 { background-position: 50% 10% , bottom, right 100px }
bgpos490853 { background-position: 50% 100px , bottom, right 100px }
bgpos490854 { background-position: 50% bottom , bottom, right 100px }
bgpos490855 { background-position: 50% center , bottom, right 100px }
bgpos490856 { background-position: 50% top , bottom, right 100px }
bgpos490857 { background-position: bottom, bottom, right 100px }
bgpos490858 { background-position: center , bottom, right 100px }
bgpos490859 { background-position: center bottom , bottom, right 100px }
bgpos490860 { background-position: center bottom 15% , bottom, right 100px }
bgpos490861 { background-position: center bottom 15px , bottom, right 100px }
bgpos490862 { background-position: center top , bottom, right 100px }
bgpos490863 { background-position: center top 15% , bottom, right 100px }
bgpos490864 { background-position: center top 15px , bottom, right 100px }
bgpos490865 { background-position: center 10% , bottom, right 100px }
bgpos490866 { background-position: center 100px , bottom, right 100px }
bgpos490867 { background-position: center bottom , bottom, right 100px }
bgpos490868 { background-position: center center , bottom, right 100px }
bgpos490869 { background-position: center top , bottom, right 100px }
bgpos490870 { background-position: left , bottom, right 100px }
bgpos490871 { background-position: left 10% , bottom, right 100px }
bgpos490872 { background-position: left 100px , bottom, right 100px }
bgpos490873 { background-position: left bottom , bottom, right 100px }
bgpos490874 { background-position: left center , bottom, right 100px }
bgpos490875 { background-position: left top , bottom, right 100px }
bgpos490876 { background-position: right , bottom, right 100px }
bgpos490877 { background-position: right 10% , bottom, right 100px }
bgpos490878 { background-position: right 100px , bottom, right 100px }
bgpos490879 { background-position: right bottom , bottom, right 100px }
bgpos490880 { background-position: right center , bottom, right 100px }
bgpos490881 { background-position: right top , bottom, right 100px }
bgpos490882 { background-position: top , bottom, right 100px }
bgpos490883 { background-position: left bottom , center , right 100px }
bgpos490884 { background-position: left bottom 15% , center , right 100px }
bgpos490885 { background-position: left bottom 15px , center , right 100px }
bgpos490886 { background-position: left top , center , right 100px }
bgpos490887 { background-position: left top 15% , center , right 100px }
bgpos490888 { background-position: left top 15px , center , right 100px }
bgpos490889 { background-position: left 15% bottom , center , right 100px }
bgpos490890 { background-position: left 15% bottom 15% , center , right 100px }
bgpos490891 { background-position: left 15% bottom 15px , center , right 100px }
bgpos490892 { background-position: left 15% top , center , right 100px }
bgpos490893 { background-position: left 15% top 15% , center , right 100px }
bgpos490894 { background-position: left 15% top 15px , center , right 100px }
bgpos490895 { background-position: left 15% center , center , right 100px }
bgpos490896 { background-position: left 15px bottom , center , right 100px }
bgpos490897 { background-position: left 15px bottom 15% , center , right 100px }
bgpos490898 { background-position: left 15px bottom 15px , center , right 100px }
bgpos490899 { background-position: left 15px top , center , right 100px }
bgpos490900 { background-position: left 15px top 15% , center , right 100px }
bgpos490901 { background-position: left 15px top 15px , center , right 100px }
bgpos490902 { background-position: left 15px center , center , right 100px }
bgpos490903 { background-position: left center , center , right 100px }
bgpos490904 { background-position: right bottom , center , right 100px }
bgpos490905 { background-position: right bottom 15% , center , right 100px }
bgpos490906 { background-position: right bottom 15px , center , right 100px }
bgpos490907 { background-position: right top , center , right 100px }
bgpos490908 { background-position: right top 15% , center , right 100px }
bgpos490909 { background-position: right top 15px , center , right 100px }
bgpos490910 { background-position: right 15% bottom , center , right 100px }
bgpos490911 { background-position: right 15% bottom 15% , center , right 100px }
bgpos490912 { background-position: right 15% bottom 15px , center , right 100px }
bgpos490913 { background-position: right 15% top , center , right 100px }
bgpos490914 { background-position: right 15% top 15% , center , right 100px }
bgpos490915 { background-position: right 15% top 15px , center , right 100px }
bgpos490916 { background-position: right 15% center , center , right 100px }
bgpos490917 { background-position: right 15px bottom , center , right 100px }
bgpos490918 { background-position: right 15px bottom 15% , center , right 100px }
bgpos490919 { background-position: right 15px bottom 15px , center , right 100px }
bgpos490920 { background-position: right 15px top , center , right 100px }
bgpos490921 { background-position: right 15px top 15% , center , right 100px }
bgpos490922 { background-position: right 15px top 15px , center , right 100px }
bgpos490923 { background-position: right 15px center , center , right 100px }
bgpos490924 { background-position: right center , center , right 100px }
bgpos490925 { background-position: 100px , center , right 100px }
bgpos490926 { background-position: 100px 10% , center , right 100px }
bgpos490927 { background-position: 100px 100px , center , right 100px }
bgpos490928 { background-position: 100px bottom , center , right 100px }
bgpos490929 { background-position: 100px center , center , right 100px }
bgpos490930 { background-position: 100px top , center , right 100px }
bgpos490931 { background-position: 50% , center , right 100px }
bgpos490932 { background-position: 50% 10% , center , right 100px }
bgpos490933 { background-position: 50% 100px , center , right 100px }
bgpos490934 { background-position: 50% bottom , center , right 100px }
bgpos490935 { background-position: 50% center , center , right 100px }
bgpos490936 { background-position: 50% top , center , right 100px }
bgpos490937 { background-position: bottom, center , right 100px }
bgpos490938 { background-position: center , center , right 100px }
bgpos490939 { background-position: center bottom , center , right 100px }
bgpos490940 { background-position: center bottom 15% , center , right 100px }
bgpos490941 { background-position: center bottom 15px , center , right 100px }
bgpos490942 { background-position: center top , center , right 100px }
bgpos490943 { background-position: center top 15% , center , right 100px }
bgpos490944 { background-position: center top 15px , center , right 100px }
bgpos490945 { background-position: center 10% , center , right 100px }
bgpos490946 { background-position: center 100px , center , right 100px }
bgpos490947 { background-position: center bottom , center , right 100px }
bgpos490948 { background-position: center center , center , right 100px }
bgpos490949 { background-position: center top , center , right 100px }
bgpos490950 { background-position: left , center , right 100px }
bgpos490951 { background-position: left 10% , center , right 100px }
bgpos490952 { background-position: left 100px , center , right 100px }
bgpos490953 { background-position: left bottom , center , right 100px }
bgpos490954 { background-position: left center , center , right 100px }
bgpos490955 { background-position: left top , center , right 100px }
bgpos490956 { background-position: right , center , right 100px }
bgpos490957 { background-position: right 10% , center , right 100px }
bgpos490958 { background-position: right 100px , center , right 100px }
bgpos490959 { background-position: right bottom , center , right 100px }
bgpos490960 { background-position: right center , center , right 100px }
bgpos490961 { background-position: right top , center , right 100px }
bgpos490962 { background-position: top , center , right 100px }
bgpos490963 { background-position: left bottom , center bottom , right 100px }
bgpos490964 { background-position: left bottom 15% , center bottom , right 100px }
bgpos490965 { background-position: left bottom 15px , center bottom , right 100px }
bgpos490966 { background-position: left top , center bottom , right 100px }
bgpos490967 { background-position: left top 15% , center bottom , right 100px }
bgpos490968 { background-position: left top 15px , center bottom , right 100px }
bgpos490969 { background-position: left 15% bottom , center bottom , right 100px }
bgpos490970 { background-position: left 15% bottom 15% , center bottom , right 100px }
bgpos490971 { background-position: left 15% bottom 15px , center bottom , right 100px }
bgpos490972 { background-position: left 15% top , center bottom , right 100px }
bgpos490973 { background-position: left 15% top 15% , center bottom , right 100px }
bgpos490974 { background-position: left 15% top 15px , center bottom , right 100px }
bgpos490975 { background-position: left 15% center , center bottom , right 100px }
bgpos490976 { background-position: left 15px bottom , center bottom , right 100px }
bgpos490977 { background-position: left 15px bottom 15% , center bottom , right 100px }
bgpos490978 { background-position: left 15px bottom 15px , center bottom , right 100px }
bgpos490979 { background-position: left 15px top , center bottom , right 100px }
bgpos490980 { background-position: left 15px top 15% , center bottom , right 100px }
bgpos490981 { background-position: left 15px top 15px , center bottom , right 100px }
bgpos490982 { background-position: left 15px center , center bottom , right 100px }
bgpos490983 { background-position: left center , center bottom , right 100px }
bgpos490984 { background-position: right bottom , center bottom , right 100px }
bgpos490985 { background-position: right bottom 15% , center bottom , right 100px }
bgpos490986 { background-position: right bottom 15px , center bottom , right 100px }
bgpos490987 { background-position: right top , center bottom , right 100px }
bgpos490988 { background-position: right top 15% , center bottom , right 100px }
bgpos490989 { background-position: right top 15px , center bottom , right 100px }
bgpos490990 { background-position: right 15% bottom , center bottom , right 100px }
bgpos490991 { background-position: right 15% bottom 15% , center bottom , right 100px }
bgpos490992 { background-position: right 15% bottom 15px , center bottom , right 100px }
bgpos490993 { background-position: right 15% top , center bottom , right 100px }
bgpos490994 { background-position: right 15% top 15% , center bottom , right 100px }
bgpos490995 { background-position: right 15% top 15px , center bottom , right 100px }
bgpos490996 { background-position: right 15% center , center bottom , right 100px }
bgpos490997 { background-position: right 15px bottom , center bottom , right 100px }
bgpos490998 { background-position: right 15px bottom 15% , center bottom , right 100px }
bgpos490999 { background-position: right 15px bottom 15px , center bottom , right 100px }
bgpos491000 { background-position: right 15px top , center bottom , right 100px }
bgpos491001 { background-position: right 15px top 15% , center bottom , right 100px }
bgpos491002 { background-position: right 15px top 15px , center bottom , right 100px }
bgpos491003 { background-position: right 15px center , center bottom , right 100px }
bgpos491004 { background-position: right center , center bottom , right 100px }
bgpos491005 { background-position: 100px , center bottom , right 100px }
bgpos491006 { background-position: 100px 10% , center bottom , right 100px }
bgpos491007 { background-position: 100px 100px , center bottom , right 100px }
bgpos491008 { background-position: 100px bottom , center bottom , right 100px }
bgpos491009 { background-position: 100px center , center bottom , right 100px }
bgpos491010 { background-position: 100px top , center bottom , right 100px }
bgpos491011 { background-position: 50% , center bottom , right 100px }
bgpos491012 { background-position: 50% 10% , center bottom , right 100px }
bgpos491013 { background-position: 50% 100px , center bottom , right 100px }
bgpos491014 { background-position: 50% bottom , center bottom , right 100px }
bgpos491015 { background-position: 50% center , center bottom , right 100px }
bgpos491016 { background-position: 50% top , center bottom , right 100px }
bgpos491017 { background-position: bottom, center bottom , right 100px }
bgpos491018 { background-position: center , center bottom , right 100px }
bgpos491019 { background-position: center bottom , center bottom , right 100px }
bgpos491020 { background-position: center bottom 15% , center bottom , right 100px }
bgpos491021 { background-position: center bottom 15px , center bottom , right 100px }
bgpos491022 { background-position: center top , center bottom , right 100px }
bgpos491023 { background-position: center top 15% , center bottom , right 100px }
bgpos491024 { background-position: center top 15px , center bottom , right 100px }
bgpos491025 { background-position: center 10% , center bottom , right 100px }
bgpos491026 { background-position: center 100px , center bottom , right 100px }
bgpos491027 { background-position: center bottom , center bottom , right 100px }
bgpos491028 { background-position: center center , center bottom , right 100px }
bgpos491029 { background-position: center top , center bottom , right 100px }
bgpos491030 { background-position: left , center bottom , right 100px }
bgpos491031 { background-position: left 10% , center bottom , right 100px }
bgpos491032 { background-position: left 100px , center bottom , right 100px }
bgpos491033 { background-position: left bottom , center bottom , right 100px }
bgpos491034 { background-position: left center , center bottom , right 100px }
bgpos491035 { background-position: left top , center bottom , right 100px }
bgpos491036 { background-position: right , center bottom , right 100px }
bgpos491037 { background-position: right 10% , center bottom , right 100px }
bgpos491038 { background-position: right 100px , center bottom , right 100px }
bgpos491039 { background-position: right bottom , center bottom , right 100px }
bgpos491040 { background-position: right center , center bottom , right 100px }
bgpos491041 { background-position: right top , center bottom , right 100px }
bgpos491042 { background-position: top , center bottom , right 100px }
bgpos491043 { background-position: left bottom , center bottom 15% , right 100px }
bgpos491044 { background-position: left bottom 15% , center bottom 15% , right 100px }
bgpos491045 { background-position: left bottom 15px , center bottom 15% , right 100px }
bgpos491046 { background-position: left top , center bottom 15% , right 100px }
bgpos491047 { background-position: left top 15% , center bottom 15% , right 100px }
bgpos491048 { background-position: left top 15px , center bottom 15% , right 100px }
bgpos491049 { background-position: left 15% bottom , center bottom 15% , right 100px }
bgpos491050 { background-position: left 15% bottom 15% , center bottom 15% , right 100px }
bgpos491051 { background-position: left 15% bottom 15px , center bottom 15% , right 100px }
bgpos491052 { background-position: left 15% top , center bottom 15% , right 100px }
bgpos491053 { background-position: left 15% top 15% , center bottom 15% , right 100px }
bgpos491054 { background-position: left 15% top 15px , center bottom 15% , right 100px }
bgpos491055 { background-position: left 15% center , center bottom 15% , right 100px }
bgpos491056 { background-position: left 15px bottom , center bottom 15% , right 100px }
bgpos491057 { background-position: left 15px bottom 15% , center bottom 15% , right 100px }
bgpos491058 { background-position: left 15px bottom 15px , center bottom 15% , right 100px }
bgpos491059 { background-position: left 15px top , center bottom 15% , right 100px }
bgpos491060 { background-position: left 15px top 15% , center bottom 15% , right 100px }
bgpos491061 { background-position: left 15px top 15px , center bottom 15% , right 100px }
bgpos491062 { background-position: left 15px center , center bottom 15% , right 100px }
bgpos491063 { background-position: left center , center bottom 15% , right 100px }
bgpos491064 { background-position: right bottom , center bottom 15% , right 100px }
bgpos491065 { background-position: right bottom 15% , center bottom 15% , right 100px }
bgpos491066 { background-position: right bottom 15px , center bottom 15% , right 100px }
bgpos491067 { background-position: right top , center bottom 15% , right 100px }
bgpos491068 { background-position: right top 15% , center bottom 15% , right 100px }
bgpos491069 { background-position: right top 15px , center bottom 15% , right 100px }
bgpos491070 { background-position: right 15% bottom , center bottom 15% , right 100px }
bgpos491071 { background-position: right 15% bottom 15% , center bottom 15% , right 100px }
bgpos491072 { background-position: right 15% bottom 15px , center bottom 15% , right 100px }
bgpos491073 { background-position: right 15% top , center bottom 15% , right 100px }
bgpos491074 { background-position: right 15% top 15% , center bottom 15% , right 100px }
bgpos491075 { background-position: right 15% top 15px , center bottom 15% , right 100px }
bgpos491076 { background-position: right 15% center , center bottom 15% , right 100px }
bgpos491077 { background-position: right 15px bottom , center bottom 15% , right 100px }
bgpos491078 { background-position: right 15px bottom 15% , center bottom 15% , right 100px }
bgpos491079 { background-position: right 15px bottom 15px , center bottom 15% , right 100px }
bgpos491080 { background-position: right 15px top , center bottom 15% , right 100px }
bgpos491081 { background-position: right 15px top 15% , center bottom 15% , right 100px }
bgpos491082 { background-position: right 15px top 15px , center bottom 15% , right 100px }
bgpos491083 { background-position: right 15px center , center bottom 15% , right 100px }
bgpos491084 { background-position: right center , center bottom 15% , right 100px }
bgpos491085 { background-position: 100px , center bottom 15% , right 100px }
bgpos491086 { background-position: 100px 10% , center bottom 15% , right 100px }
bgpos491087 { background-position: 100px 100px , center bottom 15% , right 100px }
bgpos491088 { background-position: 100px bottom , center bottom 15% , right 100px }
bgpos491089 { background-position: 100px center , center bottom 15% , right 100px }
bgpos491090 { background-position: 100px top , center bottom 15% , right 100px }
bgpos491091 { background-position: 50% , center bottom 15% , right 100px }
bgpos491092 { background-position: 50% 10% , center bottom 15% , right 100px }
bgpos491093 { background-position: 50% 100px , center bottom 15% , right 100px }
bgpos491094 { background-position: 50% bottom , center bottom 15% , right 100px }
bgpos491095 { background-position: 50% center , center bottom 15% , right 100px }
bgpos491096 { background-position: 50% top , center bottom 15% , right 100px }
bgpos491097 { background-position: bottom, center bottom 15% , right 100px }
bgpos491098 { background-position: center , center bottom 15% , right 100px }
bgpos491099 { background-position: center bottom , center bottom 15% , right 100px }
bgpos491100 { background-position: center bottom 15% , center bottom 15% , right 100px }
bgpos491101 { background-position: center bottom 15px , center bottom 15% , right 100px }
bgpos491102 { background-position: center top , center bottom 15% , right 100px }
bgpos491103 { background-position: center top 15% , center bottom 15% , right 100px }
bgpos491104 { background-position: center top 15px , center bottom 15% , right 100px }
bgpos491105 { background-position: center 10% , center bottom 15% , right 100px }
bgpos491106 { background-position: center 100px , center bottom 15% , right 100px }
bgpos491107 { background-position: center bottom , center bottom 15% , right 100px }
bgpos491108 { background-position: center center , center bottom 15% , right 100px }
bgpos491109 { background-position: center top , center bottom 15% , right 100px }
bgpos491110 { background-position: left , center bottom 15% , right 100px }
bgpos491111 { background-position: left 10% , center bottom 15% , right 100px }
bgpos491112 { background-position: left 100px , center bottom 15% , right 100px }
bgpos491113 { background-position: left bottom , center bottom 15% , right 100px }
bgpos491114 { background-position: left center , center bottom 15% , right 100px }
bgpos491115 { background-position: left top , center bottom 15% , right 100px }
bgpos491116 { background-position: right , center bottom 15% , right 100px }
bgpos491117 { background-position: right 10% , center bottom 15% , right 100px }
bgpos491118 { background-position: right 100px , center bottom 15% , right 100px }
bgpos491119 { background-position: right bottom , center bottom 15% , right 100px }
bgpos491120 { background-position: right center , center bottom 15% , right 100px }
bgpos491121 { background-position: right top , center bottom 15% , right 100px }
bgpos491122 { background-position: top , center bottom 15% , right 100px }
bgpos491123 { background-position: left bottom , center bottom 15px , right 100px }
bgpos491124 { background-position: left bottom 15% , center bottom 15px , right 100px }
bgpos491125 { background-position: left bottom 15px , center bottom 15px , right 100px }
bgpos491126 { background-position: left top , center bottom 15px , right 100px }
bgpos491127 { background-position: left top 15% , center bottom 15px , right 100px }
bgpos491128 { background-position: left top 15px , center bottom 15px , right 100px }
bgpos491129 { background-position: left 15% bottom , center bottom 15px , right 100px }
bgpos491130 { background-position: left 15% bottom 15% , center bottom 15px , right 100px }
bgpos491131 { background-position: left 15% bottom 15px , center bottom 15px , right 100px }
bgpos491132 { background-position: left 15% top , center bottom 15px , right 100px }
bgpos491133 { background-position: left 15% top 15% , center bottom 15px , right 100px }
bgpos491134 { background-position: left 15% top 15px , center bottom 15px , right 100px }
bgpos491135 { background-position: left 15% center , center bottom 15px , right 100px }
bgpos491136 { background-position: left 15px bottom , center bottom 15px , right 100px }
bgpos491137 { background-position: left 15px bottom 15% , center bottom 15px , right 100px }
bgpos491138 { background-position: left 15px bottom 15px , center bottom 15px , right 100px }
bgpos491139 { background-position: left 15px top , center bottom 15px , right 100px }
bgpos491140 { background-position: left 15px top 15% , center bottom 15px , right 100px }
bgpos491141 { background-position: left 15px top 15px , center bottom 15px , right 100px }
bgpos491142 { background-position: left 15px center , center bottom 15px , right 100px }
bgpos491143 { background-position: left center , center bottom 15px , right 100px }
bgpos491144 { background-position: right bottom , center bottom 15px , right 100px }
bgpos491145 { background-position: right bottom 15% , center bottom 15px , right 100px }
bgpos491146 { background-position: right bottom 15px , center bottom 15px , right 100px }
bgpos491147 { background-position: right top , center bottom 15px , right 100px }
bgpos491148 { background-position: right top 15% , center bottom 15px , right 100px }
bgpos491149 { background-position: right top 15px , center bottom 15px , right 100px }
bgpos491150 { background-position: right 15% bottom , center bottom 15px , right 100px }
bgpos491151 { background-position: right 15% bottom 15% , center bottom 15px , right 100px }
bgpos491152 { background-position: right 15% bottom 15px , center bottom 15px , right 100px }
bgpos491153 { background-position: right 15% top , center bottom 15px , right 100px }
bgpos491154 { background-position: right 15% top 15% , center bottom 15px , right 100px }
bgpos491155 { background-position: right 15% top 15px , center bottom 15px , right 100px }
bgpos491156 { background-position: right 15% center , center bottom 15px , right 100px }
bgpos491157 { background-position: right 15px bottom , center bottom 15px , right 100px }
bgpos491158 { background-position: right 15px bottom 15% , center bottom 15px , right 100px }
bgpos491159 { background-position: right 15px bottom 15px , center bottom 15px , right 100px }
bgpos491160 { background-position: right 15px top , center bottom 15px , right 100px }
bgpos491161 { background-position: right 15px top 15% , center bottom 15px , right 100px }
bgpos491162 { background-position: right 15px top 15px , center bottom 15px , right 100px }
bgpos491163 { background-position: right 15px center , center bottom 15px , right 100px }
bgpos491164 { background-position: right center , center bottom 15px , right 100px }
bgpos491165 { background-position: 100px , center bottom 15px , right 100px }
bgpos491166 { background-position: 100px 10% , center bottom 15px , right 100px }
bgpos491167 { background-position: 100px 100px , center bottom 15px , right 100px }
bgpos491168 { background-position: 100px bottom , center bottom 15px , right 100px }
bgpos491169 { background-position: 100px center , center bottom 15px , right 100px }
bgpos491170 { background-position: 100px top , center bottom 15px , right 100px }
bgpos491171 { background-position: 50% , center bottom 15px , right 100px }
bgpos491172 { background-position: 50% 10% , center bottom 15px , right 100px }
bgpos491173 { background-position: 50% 100px , center bottom 15px , right 100px }
bgpos491174 { background-position: 50% bottom , center bottom 15px , right 100px }
bgpos491175 { background-position: 50% center , center bottom 15px , right 100px }
bgpos491176 { background-position: 50% top , center bottom 15px , right 100px }
bgpos491177 { background-position: bottom, center bottom 15px , right 100px }
bgpos491178 { background-position: center , center bottom 15px , right 100px }
bgpos491179 { background-position: center bottom , center bottom 15px , right 100px }
bgpos491180 { background-position: center bottom 15% , center bottom 15px , right 100px }
bgpos491181 { background-position: center bottom 15px , center bottom 15px , right 100px }
bgpos491182 { background-position: center top , center bottom 15px , right 100px }
bgpos491183 { background-position: center top 15% , center bottom 15px , right 100px }
bgpos491184 { background-position: center top 15px , center bottom 15px , right 100px }
bgpos491185 { background-position: center 10% , center bottom 15px , right 100px }
bgpos491186 { background-position: center 100px , center bottom 15px , right 100px }
bgpos491187 { background-position: center bottom , center bottom 15px , right 100px }
bgpos491188 { background-position: center center , center bottom 15px , right 100px }
bgpos491189 { background-position: center top , center bottom 15px , right 100px }
bgpos491190 { background-position: left , center bottom 15px , right 100px }
bgpos491191 { background-position: left 10% , center bottom 15px , right 100px }
bgpos491192 { background-position: left 100px , center bottom 15px , right 100px }
bgpos491193 { background-position: left bottom , center bottom 15px , right 100px }
bgpos491194 { background-position: left center , center bottom 15px , right 100px }
bgpos491195 { background-position: left top , center bottom 15px , right 100px }
bgpos491196 { background-position: right , center bottom 15px , right 100px }
bgpos491197 { background-position: right 10% , center bottom 15px , right 100px }
bgpos491198 { background-position: right 100px , center bottom 15px , right 100px }
bgpos491199 { background-position: right bottom , center bottom 15px , right 100px }
bgpos491200 { background-position: right center , center bottom 15px , right 100px }
bgpos491201 { background-position: right top , center bottom 15px , right 100px }
bgpos491202 { background-position: top , center bottom 15px , right 100px }
bgpos491203 { background-position: left bottom , center top , right 100px }
bgpos491204 { background-position: left bottom 15% , center top , right 100px }
bgpos491205 { background-position: left bottom 15px , center top , right 100px }
bgpos491206 { background-position: left top , center top , right 100px }
bgpos491207 { background-position: left top 15% , center top , right 100px }
bgpos491208 { background-position: left top 15px , center top , right 100px }
bgpos491209 { background-position: left 15% bottom , center top , right 100px }
bgpos491210 { background-position: left 15% bottom 15% , center top , right 100px }
bgpos491211 { background-position: left 15% bottom 15px , center top , right 100px }
bgpos491212 { background-position: left 15% top , center top , right 100px }
bgpos491213 { background-position: left 15% top 15% , center top , right 100px }
bgpos491214 { background-position: left 15% top 15px , center top , right 100px }
bgpos491215 { background-position: left 15% center , center top , right 100px }
bgpos491216 { background-position: left 15px bottom , center top , right 100px }
bgpos491217 { background-position: left 15px bottom 15% , center top , right 100px }
bgpos491218 { background-position: left 15px bottom 15px , center top , right 100px }
bgpos491219 { background-position: left 15px top , center top , right 100px }
bgpos491220 { background-position: left 15px top 15% , center top , right 100px }
bgpos491221 { background-position: left 15px top 15px , center top , right 100px }
bgpos491222 { background-position: left 15px center , center top , right 100px }
bgpos491223 { background-position: left center , center top , right 100px }
bgpos491224 { background-position: right bottom , center top , right 100px }
bgpos491225 { background-position: right bottom 15% , center top , right 100px }
bgpos491226 { background-position: right bottom 15px , center top , right 100px }
bgpos491227 { background-position: right top , center top , right 100px }
bgpos491228 { background-position: right top 15% , center top , right 100px }
bgpos491229 { background-position: right top 15px , center top , right 100px }
bgpos491230 { background-position: right 15% bottom , center top , right 100px }
bgpos491231 { background-position: right 15% bottom 15% , center top , right 100px }
bgpos491232 { background-position: right 15% bottom 15px , center top , right 100px }
bgpos491233 { background-position: right 15% top , center top , right 100px }
bgpos491234 { background-position: right 15% top 15% , center top , right 100px }
bgpos491235 { background-position: right 15% top 15px , center top , right 100px }
bgpos491236 { background-position: right 15% center , center top , right 100px }
bgpos491237 { background-position: right 15px bottom , center top , right 100px }
bgpos491238 { background-position: right 15px bottom 15% , center top , right 100px }
bgpos491239 { background-position: right 15px bottom 15px , center top , right 100px }
bgpos491240 { background-position: right 15px top , center top , right 100px }
bgpos491241 { background-position: right 15px top 15% , center top , right 100px }
bgpos491242 { background-position: right 15px top 15px , center top , right 100px }
bgpos491243 { background-position: right 15px center , center top , right 100px }
bgpos491244 { background-position: right center , center top , right 100px }
bgpos491245 { background-position: 100px , center top , right 100px }
bgpos491246 { background-position: 100px 10% , center top , right 100px }
bgpos491247 { background-position: 100px 100px , center top , right 100px }
bgpos491248 { background-position: 100px bottom , center top , right 100px }
bgpos491249 { background-position: 100px center , center top , right 100px }
bgpos491250 { background-position: 100px top , center top , right 100px }
bgpos491251 { background-position: 50% , center top , right 100px }
bgpos491252 { background-position: 50% 10% , center top , right 100px }
bgpos491253 { background-position: 50% 100px , center top , right 100px }
bgpos491254 { background-position: 50% bottom , center top , right 100px }
bgpos491255 { background-position: 50% center , center top , right 100px }
bgpos491256 { background-position: 50% top , center top , right 100px }
bgpos491257 { background-position: bottom, center top , right 100px }
bgpos491258 { background-position: center , center top , right 100px }
bgpos491259 { background-position: center bottom , center top , right 100px }
bgpos491260 { background-position: center bottom 15% , center top , right 100px }
bgpos491261 { background-position: center bottom 15px , center top , right 100px }
bgpos491262 { background-position: center top , center top , right 100px }
bgpos491263 { background-position: center top 15% , center top , right 100px }
bgpos491264 { background-position: center top 15px , center top , right 100px }
bgpos491265 { background-position: center 10% , center top , right 100px }
bgpos491266 { background-position: center 100px , center top , right 100px }
bgpos491267 { background-position: center bottom , center top , right 100px }
bgpos491268 { background-position: center center , center top , right 100px }
bgpos491269 { background-position: center top , center top , right 100px }
bgpos491270 { background-position: left , center top , right 100px }
bgpos491271 { background-position: left 10% , center top , right 100px }
bgpos491272 { background-position: left 100px , center top , right 100px }
bgpos491273 { background-position: left bottom , center top , right 100px }
bgpos491274 { background-position: left center , center top , right 100px }
bgpos491275 { background-position: left top , center top , right 100px }
bgpos491276 { background-position: right , center top , right 100px }
bgpos491277 { background-position: right 10% , center top , right 100px }
bgpos491278 { background-position: right 100px , center top , right 100px }
bgpos491279 { background-position: right bottom , center top , right 100px }
bgpos491280 { background-position: right center , center top , right 100px }
bgpos491281 { background-position: right top , center top , right 100px }
bgpos491282 { background-position: top , center top , right 100px }
bgpos491283 { background-position: left bottom , center top 15% , right 100px }
bgpos491284 { background-position: left bottom 15% , center top 15% , right 100px }
bgpos491285 { background-position: left bottom 15px , center top 15% , right 100px }
bgpos491286 { background-position: left top , center top 15% , right 100px }
bgpos491287 { background-position: left top 15% , center top 15% , right 100px }
bgpos491288 { background-position: left top 15px , center top 15% , right 100px }
bgpos491289 { background-position: left 15% bottom , center top 15% , right 100px }
bgpos491290 { background-position: left 15% bottom 15% , center top 15% , right 100px }
bgpos491291 { background-position: left 15% bottom 15px , center top 15% , right 100px }
bgpos491292 { background-position: left 15% top , center top 15% , right 100px }
bgpos491293 { background-position: left 15% top 15% , center top 15% , right 100px }
bgpos491294 { background-position: left 15% top 15px , center top 15% , right 100px }
bgpos491295 { background-position: left 15% center , center top 15% , right 100px }
bgpos491296 { background-position: left 15px bottom , center top 15% , right 100px }
bgpos491297 { background-position: left 15px bottom 15% , center top 15% , right 100px }
bgpos491298 { background-position: left 15px bottom 15px , center top 15% , right 100px }
bgpos491299 { background-position: left 15px top , center top 15% , right 100px }
bgpos491300 { background-position: left 15px top 15% , center top 15% , right 100px }
bgpos491301 { background-position: left 15px top 15px , center top 15% , right 100px }
bgpos491302 { background-position: left 15px center , center top 15% , right 100px }
bgpos491303 { background-position: left center , center top 15% , right 100px }
bgpos491304 { background-position: right bottom , center top 15% , right 100px }
bgpos491305 { background-position: right bottom 15% , center top 15% , right 100px }
bgpos491306 { background-position: right bottom 15px , center top 15% , right 100px }
bgpos491307 { background-position: right top , center top 15% , right 100px }
bgpos491308 { background-position: right top 15% , center top 15% , right 100px }
bgpos491309 { background-position: right top 15px , center top 15% , right 100px }
bgpos491310 { background-position: right 15% bottom , center top 15% , right 100px }
bgpos491311 { background-position: right 15% bottom 15% , center top 15% , right 100px }
bgpos491312 { background-position: right 15% bottom 15px , center top 15% , right 100px }
bgpos491313 { background-position: right 15% top , center top 15% , right 100px }
bgpos491314 { background-position: right 15% top 15% , center top 15% , right 100px }
bgpos491315 { background-position: right 15% top 15px , center top 15% , right 100px }
bgpos491316 { background-position: right 15% center , center top 15% , right 100px }
bgpos491317 { background-position: right 15px bottom , center top 15% , right 100px }
bgpos491318 { background-position: right 15px bottom 15% , center top 15% , right 100px }
bgpos491319 { background-position: right 15px bottom 15px , center top 15% , right 100px }
bgpos491320 { background-position: right 15px top , center top 15% , right 100px }
bgpos491321 { background-position: right 15px top 15% , center top 15% , right 100px }
bgpos491322 { background-position: right 15px top 15px , center top 15% , right 100px }
bgpos491323 { background-position: right 15px center , center top 15% , right 100px }
bgpos491324 { background-position: right center , center top 15% , right 100px }
bgpos491325 { background-position: 100px , center top 15% , right 100px }
bgpos491326 { background-position: 100px 10% , center top 15% , right 100px }
bgpos491327 { background-position: 100px 100px , center top 15% , right 100px }
bgpos491328 { background-position: 100px bottom , center top 15% , right 100px }
bgpos491329 { background-position: 100px center , center top 15% , right 100px }
bgpos491330 { background-position: 100px top , center top 15% , right 100px }
bgpos491331 { background-position: 50% , center top 15% , right 100px }
bgpos491332 { background-position: 50% 10% , center top 15% , right 100px }
bgpos491333 { background-position: 50% 100px , center top 15% , right 100px }
bgpos491334 { background-position: 50% bottom , center top 15% , right 100px }
bgpos491335 { background-position: 50% center , center top 15% , right 100px }
bgpos491336 { background-position: 50% top , center top 15% , right 100px }
bgpos491337 { background-position: bottom, center top 15% , right 100px }
bgpos491338 { background-position: center , center top 15% , right 100px }
bgpos491339 { background-position: center bottom , center top 15% , right 100px }
bgpos491340 { background-position: center bottom 15% , center top 15% , right 100px }
bgpos491341 { background-position: center bottom 15px , center top 15% , right 100px }
bgpos491342 { background-position: center top , center top 15% , right 100px }
bgpos491343 { background-position: center top 15% , center top 15% , right 100px }
bgpos491344 { background-position: center top 15px , center top 15% , right 100px }
bgpos491345 { background-position: center 10% , center top 15% , right 100px }
bgpos491346 { background-position: center 100px , center top 15% , right 100px }
bgpos491347 { background-position: center bottom , center top 15% , right 100px }
bgpos491348 { background-position: center center , center top 15% , right 100px }
bgpos491349 { background-position: center top , center top 15% , right 100px }
bgpos491350 { background-position: left , center top 15% , right 100px }
bgpos491351 { background-position: left 10% , center top 15% , right 100px }
bgpos491352 { background-position: left 100px , center top 15% , right 100px }
bgpos491353 { background-position: left bottom , center top 15% , right 100px }
bgpos491354 { background-position: left center , center top 15% , right 100px }
bgpos491355 { background-position: left top , center top 15% , right 100px }
bgpos491356 { background-position: right , center top 15% , right 100px }
bgpos491357 { background-position: right 10% , center top 15% , right 100px }
bgpos491358 { background-position: right 100px , center top 15% , right 100px }
bgpos491359 { background-position: right bottom , center top 15% , right 100px }
bgpos491360 { background-position: right center , center top 15% , right 100px }
bgpos491361 { background-position: right top , center top 15% , right 100px }
bgpos491362 { background-position: top , center top 15% , right 100px }
bgpos491363 { background-position: left bottom , center top 15px , right 100px }
bgpos491364 { background-position: left bottom 15% , center top 15px , right 100px }
bgpos491365 { background-position: left bottom 15px , center top 15px , right 100px }
bgpos491366 { background-position: left top , center top 15px , right 100px }
bgpos491367 { background-position: left top 15% , center top 15px , right 100px }
bgpos491368 { background-position: left top 15px , center top 15px , right 100px }
bgpos491369 { background-position: left 15% bottom , center top 15px , right 100px }
bgpos491370 { background-position: left 15% bottom 15% , center top 15px , right 100px }
bgpos491371 { background-position: left 15% bottom 15px , center top 15px , right 100px }
bgpos491372 { background-position: left 15% top , center top 15px , right 100px }
bgpos491373 { background-position: left 15% top 15% , center top 15px , right 100px }
bgpos491374 { background-position: left 15% top 15px , center top 15px , right 100px }
bgpos491375 { background-position: left 15% center , center top 15px , right 100px }
bgpos491376 { background-position: left 15px bottom , center top 15px , right 100px }
bgpos491377 { background-position: left 15px bottom 15% , center top 15px , right 100px }
bgpos491378 { background-position: left 15px bottom 15px , center top 15px , right 100px }
bgpos491379 { background-position: left 15px top , center top 15px , right 100px }
bgpos491380 { background-position: left 15px top 15% , center top 15px , right 100px }
bgpos491381 { background-position: left 15px top 15px , center top 15px , right 100px }
bgpos491382 { background-position: left 15px center , center top 15px , right 100px }
bgpos491383 { background-position: left center , center top 15px , right 100px }
bgpos491384 { background-position: right bottom , center top 15px , right 100px }
bgpos491385 { background-position: right bottom 15% , center top 15px , right 100px }
bgpos491386 { background-position: right bottom 15px , center top 15px , right 100px }
bgpos491387 { background-position: right top , center top 15px , right 100px }
bgpos491388 { background-position: right top 15% , center top 15px , right 100px }
bgpos491389 { background-position: right top 15px , center top 15px , right 100px }
bgpos491390 { background-position: right 15% bottom , center top 15px , right 100px }
bgpos491391 { background-position: right 15% bottom 15% , center top 15px , right 100px }
bgpos491392 { background-position: right 15% bottom 15px , center top 15px , right 100px }
bgpos491393 { background-position: right 15% top , center top 15px , right 100px }
bgpos491394 { background-position: right 15% top 15% , center top 15px , right 100px }
bgpos491395 { background-position: right 15% top 15px , center top 15px , right 100px }
bgpos491396 { background-position: right 15% center , center top 15px , right 100px }
bgpos491397 { background-position: right 15px bottom , center top 15px , right 100px }
bgpos491398 { background-position: right 15px bottom 15% , center top 15px , right 100px }
bgpos491399 { background-position: right 15px bottom 15px , center top 15px , right 100px }
bgpos491400 { background-position: right 15px top , center top 15px , right 100px }
bgpos491401 { background-position: right 15px top 15% , center top 15px , right 100px }
bgpos491402 { background-position: right 15px top 15px , center top 15px , right 100px }
bgpos491403 { background-position: right 15px center , center top 15px , right 100px }
bgpos491404 { background-position: right center , center top 15px , right 100px }
bgpos491405 { background-position: 100px , center top 15px , right 100px }
bgpos491406 { background-position: 100px 10% , center top 15px , right 100px }
bgpos491407 { background-position: 100px 100px , center top 15px , right 100px }
bgpos491408 { background-position: 100px bottom , center top 15px , right 100px }
bgpos491409 { background-position: 100px center , center top 15px , right 100px }
bgpos491410 { background-position: 100px top , center top 15px , right 100px }
bgpos491411 { background-position: 50% , center top 15px , right 100px }
bgpos491412 { background-position: 50% 10% , center top 15px , right 100px }
bgpos491413 { background-position: 50% 100px , center top 15px , right 100px }
bgpos491414 { background-position: 50% bottom , center top 15px , right 100px }
bgpos491415 { background-position: 50% center , center top 15px , right 100px }
bgpos491416 { background-position: 50% top , center top 15px , right 100px }
bgpos491417 { background-position: bottom, center top 15px , right 100px }
bgpos491418 { background-position: center , center top 15px , right 100px }
bgpos491419 { background-position: center bottom , center top 15px , right 100px }
bgpos491420 { background-position: center bottom 15% , center top 15px , right 100px }
bgpos491421 { background-position: center bottom 15px , center top 15px , right 100px }
bgpos491422 { background-position: center top , center top 15px , right 100px }
bgpos491423 { background-position: center top 15% , center top 15px , right 100px }
bgpos491424 { background-position: center top 15px , center top 15px , right 100px }
bgpos491425 { background-position: center 10% , center top 15px , right 100px }
bgpos491426 { background-position: center 100px , center top 15px , right 100px }
bgpos491427 { background-position: center bottom , center top 15px , right 100px }
bgpos491428 { background-position: center center , center top 15px , right 100px }
bgpos491429 { background-position: center top , center top 15px , right 100px }
bgpos491430 { background-position: left , center top 15px , right 100px }
bgpos491431 { background-position: left 10% , center top 15px , right 100px }
bgpos491432 { background-position: left 100px , center top 15px , right 100px }
bgpos491433 { background-position: left bottom , center top 15px , right 100px }
bgpos491434 { background-position: left center , center top 15px , right 100px }
bgpos491435 { background-position: left top , center top 15px , right 100px }
bgpos491436 { background-position: right , center top 15px , right 100px }
bgpos491437 { background-position: right 10% , center top 15px , right 100px }
bgpos491438 { background-position: right 100px , center top 15px , right 100px }
bgpos491439 { background-position: right bottom , center top 15px , right 100px }
bgpos491440 { background-position: right center , center top 15px , right 100px }
bgpos491441 { background-position: right top , center top 15px , right 100px }
bgpos491442 { background-position: top , center top 15px , right 100px }
bgpos491443 { background-position: left bottom , center 10% , right 100px }
bgpos491444 { background-position: left bottom 15% , center 10% , right 100px }
bgpos491445 { background-position: left bottom 15px , center 10% , right 100px }
bgpos491446 { background-position: left top , center 10% , right 100px }
bgpos491447 { background-position: left top 15% , center 10% , right 100px }
bgpos491448 { background-position: left top 15px , center 10% , right 100px }
bgpos491449 { background-position: left 15% bottom , center 10% , right 100px }
bgpos491450 { background-position: left 15% bottom 15% , center 10% , right 100px }
bgpos491451 { background-position: left 15% bottom 15px , center 10% , right 100px }
bgpos491452 { background-position: left 15% top , center 10% , right 100px }
bgpos491453 { background-position: left 15% top 15% , center 10% , right 100px }
bgpos491454 { background-position: left 15% top 15px , center 10% , right 100px }
bgpos491455 { background-position: left 15% center , center 10% , right 100px }
bgpos491456 { background-position: left 15px bottom , center 10% , right 100px }
bgpos491457 { background-position: left 15px bottom 15% , center 10% , right 100px }
bgpos491458 { background-position: left 15px bottom 15px , center 10% , right 100px }
bgpos491459 { background-position: left 15px top , center 10% , right 100px }
bgpos491460 { background-position: left 15px top 15% , center 10% , right 100px }
bgpos491461 { background-position: left 15px top 15px , center 10% , right 100px }
bgpos491462 { background-position: left 15px center , center 10% , right 100px }
bgpos491463 { background-position: left center , center 10% , right 100px }
bgpos491464 { background-position: right bottom , center 10% , right 100px }
bgpos491465 { background-position: right bottom 15% , center 10% , right 100px }
bgpos491466 { background-position: right bottom 15px , center 10% , right 100px }
bgpos491467 { background-position: right top , center 10% , right 100px }
bgpos491468 { background-position: right top 15% , center 10% , right 100px }
bgpos491469 { background-position: right top 15px , center 10% , right 100px }
bgpos491470 { background-position: right 15% bottom , center 10% , right 100px }
bgpos491471 { background-position: right 15% bottom 15% , center 10% , right 100px }
bgpos491472 { background-position: right 15% bottom 15px , center 10% , right 100px }
bgpos491473 { background-position: right 15% top , center 10% , right 100px }
bgpos491474 { background-position: right 15% top 15% , center 10% , right 100px }
bgpos491475 { background-position: right 15% top 15px , center 10% , right 100px }
bgpos491476 { background-position: right 15% center , center 10% , right 100px }
bgpos491477 { background-position: right 15px bottom , center 10% , right 100px }
bgpos491478 { background-position: right 15px bottom 15% , center 10% , right 100px }
bgpos491479 { background-position: right 15px bottom 15px , center 10% , right 100px }
bgpos491480 { background-position: right 15px top , center 10% , right 100px }
bgpos491481 { background-position: right 15px top 15% , center 10% , right 100px }
bgpos491482 { background-position: right 15px top 15px , center 10% , right 100px }
bgpos491483 { background-position: right 15px center , center 10% , right 100px }
bgpos491484 { background-position: right center , center 10% , right 100px }
bgpos491485 { background-position: 100px , center 10% , right 100px }
bgpos491486 { background-position: 100px 10% , center 10% , right 100px }
bgpos491487 { background-position: 100px 100px , center 10% , right 100px }
bgpos491488 { background-position: 100px bottom , center 10% , right 100px }
bgpos491489 { background-position: 100px center , center 10% , right 100px }
bgpos491490 { background-position: 100px top , center 10% , right 100px }
bgpos491491 { background-position: 50% , center 10% , right 100px }
bgpos491492 { background-position: 50% 10% , center 10% , right 100px }
bgpos491493 { background-position: 50% 100px , center 10% , right 100px }
bgpos491494 { background-position: 50% bottom , center 10% , right 100px }
bgpos491495 { background-position: 50% center , center 10% , right 100px }
bgpos491496 { background-position: 50% top , center 10% , right 100px }
bgpos491497 { background-position: bottom, center 10% , right 100px }
bgpos491498 { background-position: center , center 10% , right 100px }
bgpos491499 { background-position: center bottom , center 10% , right 100px }
bgpos491500 { background-position: center bottom 15% , center 10% , right 100px }
bgpos491501 { background-position: center bottom 15px , center 10% , right 100px }
bgpos491502 { background-position: center top , center 10% , right 100px }
bgpos491503 { background-position: center top 15% , center 10% , right 100px }
bgpos491504 { background-position: center top 15px , center 10% , right 100px }
bgpos491505 { background-position: center 10% , center 10% , right 100px }
bgpos491506 { background-position: center 100px , center 10% , right 100px }
bgpos491507 { background-position: center bottom , center 10% , right 100px }
bgpos491508 { background-position: center center , center 10% , right 100px }
bgpos491509 { background-position: center top , center 10% , right 100px }
bgpos491510 { background-position: left , center 10% , right 100px }
bgpos491511 { background-position: left 10% , center 10% , right 100px }
bgpos491512 { background-position: left 100px , center 10% , right 100px }
bgpos491513 { background-position: left bottom , center 10% , right 100px }
bgpos491514 { background-position: left center , center 10% , right 100px }
bgpos491515 { background-position: left top , center 10% , right 100px }
bgpos491516 { background-position: right , center 10% , right 100px }
bgpos491517 { background-position: right 10% , center 10% , right 100px }
bgpos491518 { background-position: right 100px , center 10% , right 100px }
bgpos491519 { background-position: right bottom , center 10% , right 100px }
bgpos491520 { background-position: right center , center 10% , right 100px }
bgpos491521 { background-position: right top , center 10% , right 100px }
bgpos491522 { background-position: top , center 10% , right 100px }
bgpos491523 { background-position: left bottom , center 100px , right 100px }
bgpos491524 { background-position: left bottom 15% , center 100px , right 100px }
bgpos491525 { background-position: left bottom 15px , center 100px , right 100px }
bgpos491526 { background-position: left top , center 100px , right 100px }
bgpos491527 { background-position: left top 15% , center 100px , right 100px }
bgpos491528 { background-position: left top 15px , center 100px , right 100px }
bgpos491529 { background-position: left 15% bottom , center 100px , right 100px }
bgpos491530 { background-position: left 15% bottom 15% , center 100px , right 100px }
bgpos491531 { background-position: left 15% bottom 15px , center 100px , right 100px }
bgpos491532 { background-position: left 15% top , center 100px , right 100px }
bgpos491533 { background-position: left 15% top 15% , center 100px , right 100px }
bgpos491534 { background-position: left 15% top 15px , center 100px , right 100px }
bgpos491535 { background-position: left 15% center , center 100px , right 100px }
bgpos491536 { background-position: left 15px bottom , center 100px , right 100px }
bgpos491537 { background-position: left 15px bottom 15% , center 100px , right 100px }
bgpos491538 { background-position: left 15px bottom 15px , center 100px , right 100px }
bgpos491539 { background-position: left 15px top , center 100px , right 100px }
bgpos491540 { background-position: left 15px top 15% , center 100px , right 100px }
bgpos491541 { background-position: left 15px top 15px , center 100px , right 100px }
bgpos491542 { background-position: left 15px center , center 100px , right 100px }
bgpos491543 { background-position: left center , center 100px , right 100px }
bgpos491544 { background-position: right bottom , center 100px , right 100px }
bgpos491545 { background-position: right bottom 15% , center 100px , right 100px }
bgpos491546 { background-position: right bottom 15px , center 100px , right 100px }
bgpos491547 { background-position: right top , center 100px , right 100px }
bgpos491548 { background-position: right top 15% , center 100px , right 100px }
bgpos491549 { background-position: right top 15px , center 100px , right 100px }
bgpos491550 { background-position: right 15% bottom , center 100px , right 100px }
bgpos491551 { background-position: right 15% bottom 15% , center 100px , right 100px }
bgpos491552 { background-position: right 15% bottom 15px , center 100px , right 100px }
bgpos491553 { background-position: right 15% top , center 100px , right 100px }
bgpos491554 { background-position: right 15% top 15% , center 100px , right 100px }
bgpos491555 { background-position: right 15% top 15px , center 100px , right 100px }
bgpos491556 { background-position: right 15% center , center 100px , right 100px }
bgpos491557 { background-position: right 15px bottom , center 100px , right 100px }
bgpos491558 { background-position: right 15px bottom 15% , center 100px , right 100px }
bgpos491559 { background-position: right 15px bottom 15px , center 100px , right 100px }
bgpos491560 { background-position: right 15px top , center 100px , right 100px }
bgpos491561 { background-position: right 15px top 15% , center 100px , right 100px }
bgpos491562 { background-position: right 15px top 15px , center 100px , right 100px }
bgpos491563 { background-position: right 15px center , center 100px , right 100px }
bgpos491564 { background-position: right center , center 100px , right 100px }
bgpos491565 { background-position: 100px , center 100px , right 100px }
bgpos491566 { background-position: 100px 10% , center 100px , right 100px }
bgpos491567 { background-position: 100px 100px , center 100px , right 100px }
bgpos491568 { background-position: 100px bottom , center 100px , right 100px }
bgpos491569 { background-position: 100px center , center 100px , right 100px }
bgpos491570 { background-position: 100px top , center 100px , right 100px }
bgpos491571 { background-position: 50% , center 100px , right 100px }
bgpos491572 { background-position: 50% 10% , center 100px , right 100px }
bgpos491573 { background-position: 50% 100px , center 100px , right 100px }
bgpos491574 { background-position: 50% bottom , center 100px , right 100px }
bgpos491575 { background-position: 50% center , center 100px , right 100px }
bgpos491576 { background-position: 50% top , center 100px , right 100px }
bgpos491577 { background-position: bottom, center 100px , right 100px }
bgpos491578 { background-position: center , center 100px , right 100px }
bgpos491579 { background-position: center bottom , center 100px , right 100px }
bgpos491580 { background-position: center bottom 15% , center 100px , right 100px }
bgpos491581 { background-position: center bottom 15px , center 100px , right 100px }
bgpos491582 { background-position: center top , center 100px , right 100px }
bgpos491583 { background-position: center top 15% , center 100px , right 100px }
bgpos491584 { background-position: center top 15px , center 100px , right 100px }
bgpos491585 { background-position: center 10% , center 100px , right 100px }
bgpos491586 { background-position: center 100px , center 100px , right 100px }
bgpos491587 { background-position: center bottom , center 100px , right 100px }
bgpos491588 { background-position: center center , center 100px , right 100px }
bgpos491589 { background-position: center top , center 100px , right 100px }
bgpos491590 { background-position: left , center 100px , right 100px }
bgpos491591 { background-position: left 10% , center 100px , right 100px }
bgpos491592 { background-position: left 100px , center 100px , right 100px }
bgpos491593 { background-position: left bottom , center 100px , right 100px }
bgpos491594 { background-position: left center , center 100px , right 100px }
bgpos491595 { background-position: left top , center 100px , right 100px }
bgpos491596 { background-position: right , center 100px , right 100px }
bgpos491597 { background-position: right 10% , center 100px , right 100px }
bgpos491598 { background-position: right 100px , center 100px , right 100px }
bgpos491599 { background-position: right bottom , center 100px , right 100px }
bgpos491600 { background-position: right center , center 100px , right 100px }
bgpos491601 { background-position: right top , center 100px , right 100px }
bgpos491602 { background-position: top , center 100px , right 100px }
bgpos491603 { background-position: left bottom , center bottom , right 100px }
bgpos491604 { background-position: left bottom 15% , center bottom , right 100px }
bgpos491605 { background-position: left bottom 15px , center bottom , right 100px }
bgpos491606 { background-position: left top , center bottom , right 100px }
bgpos491607 { background-position: left top 15% , center bottom , right 100px }
bgpos491608 { background-position: left top 15px , center bottom , right 100px }
bgpos491609 { background-position: left 15% bottom , center bottom , right 100px }
bgpos491610 { background-position: left 15% bottom 15% , center bottom , right 100px }
bgpos491611 { background-position: left 15% bottom 15px , center bottom , right 100px }
bgpos491612 { background-position: left 15% top , center bottom , right 100px }
bgpos491613 { background-position: left 15% top 15% , center bottom , right 100px }
bgpos491614 { background-position: left 15% top 15px , center bottom , right 100px }
bgpos491615 { background-position: left 15% center , center bottom , right 100px }
bgpos491616 { background-position: left 15px bottom , center bottom , right 100px }
bgpos491617 { background-position: left 15px bottom 15% , center bottom , right 100px }
bgpos491618 { background-position: left 15px bottom 15px , center bottom , right 100px }
bgpos491619 { background-position: left 15px top , center bottom , right 100px }
bgpos491620 { background-position: left 15px top 15% , center bottom , right 100px }
bgpos491621 { background-position: left 15px top 15px , center bottom , right 100px }
bgpos491622 { background-position: left 15px center , center bottom , right 100px }
bgpos491623 { background-position: left center , center bottom , right 100px }
bgpos491624 { background-position: right bottom , center bottom , right 100px }
bgpos491625 { background-position: right bottom 15% , center bottom , right 100px }
bgpos491626 { background-position: right bottom 15px , center bottom , right 100px }
bgpos491627 { background-position: right top , center bottom , right 100px }
bgpos491628 { background-position: right top 15% , center bottom , right 100px }
bgpos491629 { background-position: right top 15px , center bottom , right 100px }
bgpos491630 { background-position: right 15% bottom , center bottom , right 100px }
bgpos491631 { background-position: right 15% bottom 15% , center bottom , right 100px }
bgpos491632 { background-position: right 15% bottom 15px , center bottom , right 100px }
bgpos491633 { background-position: right 15% top , center bottom , right 100px }
bgpos491634 { background-position: right 15% top 15% , center bottom , right 100px }
bgpos491635 { background-position: right 15% top 15px , center bottom , right 100px }
bgpos491636 { background-position: right 15% center , center bottom , right 100px }
bgpos491637 { background-position: right 15px bottom , center bottom , right 100px }
bgpos491638 { background-position: right 15px bottom 15% , center bottom , right 100px }
bgpos491639 { background-position: right 15px bottom 15px , center bottom , right 100px }
bgpos491640 { background-position: right 15px top , center bottom , right 100px }
bgpos491641 { background-position: right 15px top 15% , center bottom , right 100px }
bgpos491642 { background-position: right 15px top 15px , center bottom , right 100px }
bgpos491643 { background-position: right 15px center , center bottom , right 100px }
bgpos491644 { background-position: right center , center bottom , right 100px }
bgpos491645 { background-position: 100px , center bottom , right 100px }
bgpos491646 { background-position: 100px 10% , center bottom , right 100px }
bgpos491647 { background-position: 100px 100px , center bottom , right 100px }
bgpos491648 { background-position: 100px bottom , center bottom , right 100px }
bgpos491649 { background-position: 100px center , center bottom , right 100px }
bgpos491650 { background-position: 100px top , center bottom , right 100px }
bgpos491651 { background-position: 50% , center bottom , right 100px }
bgpos491652 { background-position: 50% 10% , center bottom , right 100px }
bgpos491653 { background-position: 50% 100px , center bottom , right 100px }
bgpos491654 { background-position: 50% bottom , center bottom , right 100px }
bgpos491655 { background-position: 50% center , center bottom , right 100px }
bgpos491656 { background-position: 50% top , center bottom , right 100px }
bgpos491657 { background-position: bottom, center bottom , right 100px }
bgpos491658 { background-position: center , center bottom , right 100px }
bgpos491659 { background-position: center bottom , center bottom , right 100px }
bgpos491660 { background-position: center bottom 15% , center bottom , right 100px }
bgpos491661 { background-position: center bottom 15px , center bottom , right 100px }
bgpos491662 { background-position: center top , center bottom , right 100px }
bgpos491663 { background-position: center top 15% , center bottom , right 100px }
bgpos491664 { background-position: center top 15px , center bottom , right 100px }
bgpos491665 { background-position: center 10% , center bottom , right 100px }
bgpos491666 { background-position: center 100px , center bottom , right 100px }
bgpos491667 { background-position: center bottom , center bottom , right 100px }
bgpos491668 { background-position: center center , center bottom , right 100px }
bgpos491669 { background-position: center top , center bottom , right 100px }
bgpos491670 { background-position: left , center bottom , right 100px }
bgpos491671 { background-position: left 10% , center bottom , right 100px }
bgpos491672 { background-position: left 100px , center bottom , right 100px }
bgpos491673 { background-position: left bottom , center bottom , right 100px }
bgpos491674 { background-position: left center , center bottom , right 100px }
bgpos491675 { background-position: left top , center bottom , right 100px }
bgpos491676 { background-position: right , center bottom , right 100px }
bgpos491677 { background-position: right 10% , center bottom , right 100px }
bgpos491678 { background-position: right 100px , center bottom , right 100px }
bgpos491679 { background-position: right bottom , center bottom , right 100px }
bgpos491680 { background-position: right center , center bottom , right 100px }
bgpos491681 { background-position: right top , center bottom , right 100px }
bgpos491682 { background-position: top , center bottom , right 100px }
bgpos491683 { background-position: left bottom , center center , right 100px }
bgpos491684 { background-position: left bottom 15% , center center , right 100px }
bgpos491685 { background-position: left bottom 15px , center center , right 100px }
bgpos491686 { background-position: left top , center center , right 100px }
bgpos491687 { background-position: left top 15% , center center , right 100px }
bgpos491688 { background-position: left top 15px , center center , right 100px }
bgpos491689 { background-position: left 15% bottom , center center , right 100px }
bgpos491690 { background-position: left 15% bottom 15% , center center , right 100px }
bgpos491691 { background-position: left 15% bottom 15px , center center , right 100px }
bgpos491692 { background-position: left 15% top , center center , right 100px }
bgpos491693 { background-position: left 15% top 15% , center center , right 100px }
bgpos491694 { background-position: left 15% top 15px , center center , right 100px }
bgpos491695 { background-position: left 15% center , center center , right 100px }
bgpos491696 { background-position: left 15px bottom , center center , right 100px }
bgpos491697 { background-position: left 15px bottom 15% , center center , right 100px }
bgpos491698 { background-position: left 15px bottom 15px , center center , right 100px }
bgpos491699 { background-position: left 15px top , center center , right 100px }
bgpos491700 { background-position: left 15px top 15% , center center , right 100px }
bgpos491701 { background-position: left 15px top 15px , center center , right 100px }
bgpos491702 { background-position: left 15px center , center center , right 100px }
bgpos491703 { background-position: left center , center center , right 100px }
bgpos491704 { background-position: right bottom , center center , right 100px }
bgpos491705 { background-position: right bottom 15% , center center , right 100px }
bgpos491706 { background-position: right bottom 15px , center center , right 100px }
bgpos491707 { background-position: right top , center center , right 100px }
bgpos491708 { background-position: right top 15% , center center , right 100px }
bgpos491709 { background-position: right top 15px , center center , right 100px }
bgpos491710 { background-position: right 15% bottom , center center , right 100px }
bgpos491711 { background-position: right 15% bottom 15% , center center , right 100px }
bgpos491712 { background-position: right 15% bottom 15px , center center , right 100px }
bgpos491713 { background-position: right 15% top , center center , right 100px }
bgpos491714 { background-position: right 15% top 15% , center center , right 100px }
bgpos491715 { background-position: right 15% top 15px , center center , right 100px }
bgpos491716 { background-position: right 15% center , center center , right 100px }
bgpos491717 { background-position: right 15px bottom , center center , right 100px }
bgpos491718 { background-position: right 15px bottom 15% , center center , right 100px }
bgpos491719 { background-position: right 15px bottom 15px , center center , right 100px }
bgpos491720 { background-position: right 15px top , center center , right 100px }
bgpos491721 { background-position: right 15px top 15% , center center , right 100px }
bgpos491722 { background-position: right 15px top 15px , center center , right 100px }
bgpos491723 { background-position: right 15px center , center center , right 100px }
bgpos491724 { background-position: right center , center center , right 100px }
bgpos491725 { background-position: 100px , center center , right 100px }
bgpos491726 { background-position: 100px 10% , center center , right 100px }
bgpos491727 { background-position: 100px 100px , center center , right 100px }
bgpos491728 { background-position: 100px bottom , center center , right 100px }
bgpos491729 { background-position: 100px center , center center , right 100px }
bgpos491730 { background-position: 100px top , center center , right 100px }
bgpos491731 { background-position: 50% , center center , right 100px }
bgpos491732 { background-position: 50% 10% , center center , right 100px }
bgpos491733 { background-position: 50% 100px , center center , right 100px }
bgpos491734 { background-position: 50% bottom , center center , right 100px }
bgpos491735 { background-position: 50% center , center center , right 100px }
bgpos491736 { background-position: 50% top , center center , right 100px }
bgpos491737 { background-position: bottom, center center , right 100px }
bgpos491738 { background-position: center , center center , right 100px }
bgpos491739 { background-position: center bottom , center center , right 100px }
bgpos491740 { background-position: center bottom 15% , center center , right 100px }
bgpos491741 { background-position: center bottom 15px , center center , right 100px }
bgpos491742 { background-position: center top , center center , right 100px }
bgpos491743 { background-position: center top 15% , center center , right 100px }
bgpos491744 { background-position: center top 15px , center center , right 100px }
bgpos491745 { background-position: center 10% , center center , right 100px }
bgpos491746 { background-position: center 100px , center center , right 100px }
bgpos491747 { background-position: center bottom , center center , right 100px }
bgpos491748 { background-position: center center , center center , right 100px }
bgpos491749 { background-position: center top , center center , right 100px }
bgpos491750 { background-position: left , center center , right 100px }
bgpos491751 { background-position: left 10% , center center , right 100px }
bgpos491752 { background-position: left 100px , center center , right 100px }
bgpos491753 { background-position: left bottom , center center , right 100px }
bgpos491754 { background-position: left center , center center , right 100px }
bgpos491755 { background-position: left top , center center , right 100px }
bgpos491756 { background-position: right , center center , right 100px }
bgpos491757 { background-position: right 10% , center center , right 100px }
bgpos491758 { background-position: right 100px , center center , right 100px }
bgpos491759 { background-position: right bottom , center center , right 100px }
bgpos491760 { background-position: right center , center center , right 100px }
bgpos491761 { background-position: right top , center center , right 100px }
bgpos491762 { background-position: top , center center , right 100px }
bgpos491763 { background-position: left bottom , center top , right 100px }
bgpos491764 { background-position: left bottom 15% , center top , right 100px }
bgpos491765 { background-position: left bottom 15px , center top , right 100px }
bgpos491766 { background-position: left top , center top , right 100px }
bgpos491767 { background-position: left top 15% , center top , right 100px }
bgpos491768 { background-position: left top 15px , center top , right 100px }
bgpos491769 { background-position: left 15% bottom , center top , right 100px }
bgpos491770 { background-position: left 15% bottom 15% , center top , right 100px }
bgpos491771 { background-position: left 15% bottom 15px , center top , right 100px }
bgpos491772 { background-position: left 15% top , center top , right 100px }
bgpos491773 { background-position: left 15% top 15% , center top , right 100px }
bgpos491774 { background-position: left 15% top 15px , center top , right 100px }
bgpos491775 { background-position: left 15% center , center top , right 100px }
bgpos491776 { background-position: left 15px bottom , center top , right 100px }
bgpos491777 { background-position: left 15px bottom 15% , center top , right 100px }
bgpos491778 { background-position: left 15px bottom 15px , center top , right 100px }
bgpos491779 { background-position: left 15px top , center top , right 100px }
bgpos491780 { background-position: left 15px top 15% , center top , right 100px }
bgpos491781 { background-position: left 15px top 15px , center top , right 100px }
bgpos491782 { background-position: left 15px center , center top , right 100px }
bgpos491783 { background-position: left center , center top , right 100px }
bgpos491784 { background-position: right bottom , center top , right 100px }
bgpos491785 { background-position: right bottom 15% , center top , right 100px }
bgpos491786 { background-position: right bottom 15px , center top , right 100px }
bgpos491787 { background-position: right top , center top , right 100px }
bgpos491788 { background-position: right top 15% , center top , right 100px }
bgpos491789 { background-position: right top 15px , center top , right 100px }
bgpos491790 { background-position: right 15% bottom , center top , right 100px }
bgpos491791 { background-position: right 15% bottom 15% , center top , right 100px }
bgpos491792 { background-position: right 15% bottom 15px , center top , right 100px }
bgpos491793 { background-position: right 15% top , center top , right 100px }
bgpos491794 { background-position: right 15% top 15% , center top , right 100px }
bgpos491795 { background-position: right 15% top 15px , center top , right 100px }
bgpos491796 { background-position: right 15% center , center top , right 100px }
bgpos491797 { background-position: right 15px bottom , center top , right 100px }
bgpos491798 { background-position: right 15px bottom 15% , center top , right 100px }
bgpos491799 { background-position: right 15px bottom 15px , center top , right 100px }
bgpos491800 { background-position: right 15px top , center top , right 100px }
bgpos491801 { background-position: right 15px top 15% , center top , right 100px }
bgpos491802 { background-position: right 15px top 15px , center top , right 100px }
bgpos491803 { background-position: right 15px center , center top , right 100px }
bgpos491804 { background-position: right center , center top , right 100px }
bgpos491805 { background-position: 100px , center top , right 100px }
bgpos491806 { background-position: 100px 10% , center top , right 100px }
bgpos491807 { background-position: 100px 100px , center top , right 100px }
bgpos491808 { background-position: 100px bottom , center top , right 100px }
bgpos491809 { background-position: 100px center , center top , right 100px }
bgpos491810 { background-position: 100px top , center top , right 100px }
bgpos491811 { background-position: 50% , center top , right 100px }
bgpos491812 { background-position: 50% 10% , center top , right 100px }
bgpos491813 { background-position: 50% 100px , center top , right 100px }
bgpos491814 { background-position: 50% bottom , center top , right 100px }
bgpos491815 { background-position: 50% center , center top , right 100px }
bgpos491816 { background-position: 50% top , center top , right 100px }
bgpos491817 { background-position: bottom, center top , right 100px }
bgpos491818 { background-position: center , center top , right 100px }
bgpos491819 { background-position: center bottom , center top , right 100px }
bgpos491820 { background-position: center bottom 15% , center top , right 100px }
bgpos491821 { background-position: center bottom 15px , center top , right 100px }
bgpos491822 { background-position: center top , center top , right 100px }
bgpos491823 { background-position: center top 15% , center top , right 100px }
bgpos491824 { background-position: center top 15px , center top , right 100px }
bgpos491825 { background-position: center 10% , center top , right 100px }
bgpos491826 { background-position: center 100px , center top , right 100px }
bgpos491827 { background-position: center bottom , center top , right 100px }
bgpos491828 { background-position: center center , center top , right 100px }
bgpos491829 { background-position: center top , center top , right 100px }
bgpos491830 { background-position: left , center top , right 100px }
bgpos491831 { background-position: left 10% , center top , right 100px }
bgpos491832 { background-position: left 100px , center top , right 100px }
bgpos491833 { background-position: left bottom , center top , right 100px }
bgpos491834 { background-position: left center , center top , right 100px }
bgpos491835 { background-position: left top , center top , right 100px }
bgpos491836 { background-position: right , center top , right 100px }
bgpos491837 { background-position: right 10% , center top , right 100px }
bgpos491838 { background-position: right 100px , center top , right 100px }
bgpos491839 { background-position: right bottom , center top , right 100px }
bgpos491840 { background-position: right center , center top , right 100px }
bgpos491841 { background-position: right top , center top , right 100px }
bgpos491842 { background-position: top , center top , right 100px }
bgpos491843 { background-position: left bottom , left , right 100px }
bgpos491844 { background-position: left bottom 15% , left , right 100px }
bgpos491845 { background-position: left bottom 15px , left , right 100px }
bgpos491846 { background-position: left top , left , right 100px }
bgpos491847 { background-position: left top 15% , left , right 100px }
bgpos491848 { background-position: left top 15px , left , right 100px }
bgpos491849 { background-position: left 15% bottom , left , right 100px }
bgpos491850 { background-position: left 15% bottom 15% , left , right 100px }
bgpos491851 { background-position: left 15% bottom 15px , left , right 100px }
bgpos491852 { background-position: left 15% top , left , right 100px }
bgpos491853 { background-position: left 15% top 15% , left , right 100px }
bgpos491854 { background-position: left 15% top 15px , left , right 100px }
bgpos491855 { background-position: left 15% center , left , right 100px }
bgpos491856 { background-position: left 15px bottom , left , right 100px }
bgpos491857 { background-position: left 15px bottom 15% , left , right 100px }
bgpos491858 { background-position: left 15px bottom 15px , left , right 100px }
bgpos491859 { background-position: left 15px top , left , right 100px }
bgpos491860 { background-position: left 15px top 15% , left , right 100px }
bgpos491861 { background-position: left 15px top 15px , left , right 100px }
bgpos491862 { background-position: left 15px center , left , right 100px }
bgpos491863 { background-position: left center , left , right 100px }
bgpos491864 { background-position: right bottom , left , right 100px }
bgpos491865 { background-position: right bottom 15% , left , right 100px }
bgpos491866 { background-position: right bottom 15px , left , right 100px }
bgpos491867 { background-position: right top , left , right 100px }
bgpos491868 { background-position: right top 15% , left , right 100px }
bgpos491869 { background-position: right top 15px , left , right 100px }
bgpos491870 { background-position: right 15% bottom , left , right 100px }
bgpos491871 { background-position: right 15% bottom 15% , left , right 100px }
bgpos491872 { background-position: right 15% bottom 15px , left , right 100px }
bgpos491873 { background-position: right 15% top , left , right 100px }
bgpos491874 { background-position: right 15% top 15% , left , right 100px }
bgpos491875 { background-position: right 15% top 15px , left , right 100px }
bgpos491876 { background-position: right 15% center , left , right 100px }
bgpos491877 { background-position: right 15px bottom , left , right 100px }
bgpos491878 { background-position: right 15px bottom 15% , left , right 100px }
bgpos491879 { background-position: right 15px bottom 15px , left , right 100px }
bgpos491880 { background-position: right 15px top , left , right 100px }
bgpos491881 { background-position: right 15px top 15% , left , right 100px }
bgpos491882 { background-position: right 15px top 15px , left , right 100px }
bgpos491883 { background-position: right 15px center , left , right 100px }
bgpos491884 { background-position: right center , left , right 100px }
bgpos491885 { background-position: 100px , left , right 100px }
bgpos491886 { background-position: 100px 10% , left , right 100px }
bgpos491887 { background-position: 100px 100px , left , right 100px }
bgpos491888 { background-position: 100px bottom , left , right 100px }
bgpos491889 { background-position: 100px center , left , right 100px }
bgpos491890 { background-position: 100px top , left , right 100px }
bgpos491891 { background-position: 50% , left , right 100px }
bgpos491892 { background-position: 50% 10% , left , right 100px }
bgpos491893 { background-position: 50% 100px , left , right 100px }
bgpos491894 { background-position: 50% bottom , left , right 100px }
bgpos491895 { background-position: 50% center , left , right 100px }
bgpos491896 { background-position: 50% top , left , right 100px }
bgpos491897 { background-position: bottom, left , right 100px }
bgpos491898 { background-position: center , left , right 100px }
bgpos491899 { background-position: center bottom , left , right 100px }
bgpos491900 { background-position: center bottom 15% , left , right 100px }
bgpos491901 { background-position: center bottom 15px , left , right 100px }
bgpos491902 { background-position: center top , left , right 100px }
bgpos491903 { background-position: center top 15% , left , right 100px }
bgpos491904 { background-position: center top 15px , left , right 100px }
bgpos491905 { background-position: center 10% , left , right 100px }
bgpos491906 { background-position: center 100px , left , right 100px }
bgpos491907 { background-position: center bottom , left , right 100px }
bgpos491908 { background-position: center center , left , right 100px }
bgpos491909 { background-position: center top , left , right 100px }
bgpos491910 { background-position: left , left , right 100px }
bgpos491911 { background-position: left 10% , left , right 100px }
bgpos491912 { background-position: left 100px , left , right 100px }
bgpos491913 { background-position: left bottom , left , right 100px }
bgpos491914 { background-position: left center , left , right 100px }
bgpos491915 { background-position: left top , left , right 100px }
bgpos491916 { background-position: right , left , right 100px }
bgpos491917 { background-position: right 10% , left , right 100px }
bgpos491918 { background-position: right 100px , left , right 100px }
bgpos491919 { background-position: right bottom , left , right 100px }
bgpos491920 { background-position: right center , left , right 100px }
bgpos491921 { background-position: right top , left , right 100px }
bgpos491922 { background-position: top , left , right 100px }
bgpos491923 { background-position: left bottom , left 10% , right 100px }
bgpos491924 { background-position: left bottom 15% , left 10% , right 100px }
bgpos491925 { background-position: left bottom 15px , left 10% , right 100px }
bgpos491926 { background-position: left top , left 10% , right 100px }
bgpos491927 { background-position: left top 15% , left 10% , right 100px }
bgpos491928 { background-position: left top 15px , left 10% , right 100px }
bgpos491929 { background-position: left 15% bottom , left 10% , right 100px }
bgpos491930 { background-position: left 15% bottom 15% , left 10% , right 100px }
bgpos491931 { background-position: left 15% bottom 15px , left 10% , right 100px }
bgpos491932 { background-position: left 15% top , left 10% , right 100px }
bgpos491933 { background-position: left 15% top 15% , left 10% , right 100px }
bgpos491934 { background-position: left 15% top 15px , left 10% , right 100px }
bgpos491935 { background-position: left 15% center , left 10% , right 100px }
bgpos491936 { background-position: left 15px bottom , left 10% , right 100px }
bgpos491937 { background-position: left 15px bottom 15% , left 10% , right 100px }
bgpos491938 { background-position: left 15px bottom 15px , left 10% , right 100px }
bgpos491939 { background-position: left 15px top , left 10% , right 100px }
bgpos491940 { background-position: left 15px top 15% , left 10% , right 100px }
bgpos491941 { background-position: left 15px top 15px , left 10% , right 100px }
bgpos491942 { background-position: left 15px center , left 10% , right 100px }
bgpos491943 { background-position: left center , left 10% , right 100px }
bgpos491944 { background-position: right bottom , left 10% , right 100px }
bgpos491945 { background-position: right bottom 15% , left 10% , right 100px }
bgpos491946 { background-position: right bottom 15px , left 10% , right 100px }
bgpos491947 { background-position: right top , left 10% , right 100px }
bgpos491948 { background-position: right top 15% , left 10% , right 100px }
bgpos491949 { background-position: right top 15px , left 10% , right 100px }
bgpos491950 { background-position: right 15% bottom , left 10% , right 100px }
bgpos491951 { background-position: right 15% bottom 15% , left 10% , right 100px }
bgpos491952 { background-position: right 15% bottom 15px , left 10% , right 100px }
bgpos491953 { background-position: right 15% top , left 10% , right 100px }
bgpos491954 { background-position: right 15% top 15% , left 10% , right 100px }
bgpos491955 { background-position: right 15% top 15px , left 10% , right 100px }
bgpos491956 { background-position: right 15% center , left 10% , right 100px }
bgpos491957 { background-position: right 15px bottom , left 10% , right 100px }
bgpos491958 { background-position: right 15px bottom 15% , left 10% , right 100px }
bgpos491959 { background-position: right 15px bottom 15px , left 10% , right 100px }
bgpos491960 { background-position: right 15px top , left 10% , right 100px }
bgpos491961 { background-position: right 15px top 15% , left 10% , right 100px }
bgpos491962 { background-position: right 15px top 15px , left 10% , right 100px }
bgpos491963 { background-position: right 15px center , left 10% , right 100px }
bgpos491964 { background-position: right center , left 10% , right 100px }
bgpos491965 { background-position: 100px , left 10% , right 100px }
bgpos491966 { background-position: 100px 10% , left 10% , right 100px }
bgpos491967 { background-position: 100px 100px , left 10% , right 100px }
bgpos491968 { background-position: 100px bottom , left 10% , right 100px }
bgpos491969 { background-position: 100px center , left 10% , right 100px }
bgpos491970 { background-position: 100px top , left 10% , right 100px }
bgpos491971 { background-position: 50% , left 10% , right 100px }
bgpos491972 { background-position: 50% 10% , left 10% , right 100px }
bgpos491973 { background-position: 50% 100px , left 10% , right 100px }
bgpos491974 { background-position: 50% bottom , left 10% , right 100px }
bgpos491975 { background-position: 50% center , left 10% , right 100px }
bgpos491976 { background-position: 50% top , left 10% , right 100px }
bgpos491977 { background-position: bottom, left 10% , right 100px }
bgpos491978 { background-position: center , left 10% , right 100px }
bgpos491979 { background-position: center bottom , left 10% , right 100px }
bgpos491980 { background-position: center bottom 15% , left 10% , right 100px }
bgpos491981 { background-position: center bottom 15px , left 10% , right 100px }
bgpos491982 { background-position: center top , left 10% , right 100px }
bgpos491983 { background-position: center top 15% , left 10% , right 100px }
bgpos491984 { background-position: center top 15px , left 10% , right 100px }
bgpos491985 { background-position: center 10% , left 10% , right 100px }
bgpos491986 { background-position: center 100px , left 10% , right 100px }
bgpos491987 { background-position: center bottom , left 10% , right 100px }
bgpos491988 { background-position: center center , left 10% , right 100px }
bgpos491989 { background-position: center top , left 10% , right 100px }
bgpos491990 { background-position: left , left 10% , right 100px }
bgpos491991 { background-position: left 10% , left 10% , right 100px }
bgpos491992 { background-position: left 100px , left 10% , right 100px }
bgpos491993 { background-position: left bottom , left 10% , right 100px }
bgpos491994 { background-position: left center , left 10% , right 100px }
bgpos491995 { background-position: left top , left 10% , right 100px }
bgpos491996 { background-position: right , left 10% , right 100px }
bgpos491997 { background-position: right 10% , left 10% , right 100px }
bgpos491998 { background-position: right 100px , left 10% , right 100px }
bgpos491999 { background-position: right bottom , left 10% , right 100px }
bgpos492000 { background-position: right center , left 10% , right 100px }
bgpos492001 { background-position: right top , left 10% , right 100px }
bgpos492002 { background-position: top , left 10% , right 100px }
bgpos492003 { background-position: left bottom , left 100px , right 100px }
bgpos492004 { background-position: left bottom 15% , left 100px , right 100px }
bgpos492005 { background-position: left bottom 15px , left 100px , right 100px }
bgpos492006 { background-position: left top , left 100px , right 100px }
bgpos492007 { background-position: left top 15% , left 100px , right 100px }
bgpos492008 { background-position: left top 15px , left 100px , right 100px }
bgpos492009 { background-position: left 15% bottom , left 100px , right 100px }
bgpos492010 { background-position: left 15% bottom 15% , left 100px , right 100px }
bgpos492011 { background-position: left 15% bottom 15px , left 100px , right 100px }
bgpos492012 { background-position: left 15% top , left 100px , right 100px }
bgpos492013 { background-position: left 15% top 15% , left 100px , right 100px }
bgpos492014 { background-position: left 15% top 15px , left 100px , right 100px }
bgpos492015 { background-position: left 15% center , left 100px , right 100px }
bgpos492016 { background-position: left 15px bottom , left 100px , right 100px }
bgpos492017 { background-position: left 15px bottom 15% , left 100px , right 100px }
bgpos492018 { background-position: left 15px bottom 15px , left 100px , right 100px }
bgpos492019 { background-position: left 15px top , left 100px , right 100px }
bgpos492020 { background-position: left 15px top 15% , left 100px , right 100px }
bgpos492021 { background-position: left 15px top 15px , left 100px , right 100px }
bgpos492022 { background-position: left 15px center , left 100px , right 100px }
bgpos492023 { background-position: left center , left 100px , right 100px }
bgpos492024 { background-position: right bottom , left 100px , right 100px }
bgpos492025 { background-position: right bottom 15% , left 100px , right 100px }
bgpos492026 { background-position: right bottom 15px , left 100px , right 100px }
bgpos492027 { background-position: right top , left 100px , right 100px }
bgpos492028 { background-position: right top 15% , left 100px , right 100px }
bgpos492029 { background-position: right top 15px , left 100px , right 100px }
bgpos492030 { background-position: right 15% bottom , left 100px , right 100px }
bgpos492031 { background-position: right 15% bottom 15% , left 100px , right 100px }
bgpos492032 { background-position: right 15% bottom 15px , left 100px , right 100px }
bgpos492033 { background-position: right 15% top , left 100px , right 100px }
bgpos492034 { background-position: right 15% top 15% , left 100px , right 100px }
bgpos492035 { background-position: right 15% top 15px , left 100px , right 100px }
bgpos492036 { background-position: right 15% center , left 100px , right 100px }
bgpos492037 { background-position: right 15px bottom , left 100px , right 100px }
bgpos492038 { background-position: right 15px bottom 15% , left 100px , right 100px }
bgpos492039 { background-position: right 15px bottom 15px , left 100px , right 100px }
bgpos492040 { background-position: right 15px top , left 100px , right 100px }
bgpos492041 { background-position: right 15px top 15% , left 100px , right 100px }
bgpos492042 { background-position: right 15px top 15px , left 100px , right 100px }
bgpos492043 { background-position: right 15px center , left 100px , right 100px }
bgpos492044 { background-position: right center , left 100px , right 100px }
bgpos492045 { background-position: 100px , left 100px , right 100px }
bgpos492046 { background-position: 100px 10% , left 100px , right 100px }
bgpos492047 { background-position: 100px 100px , left 100px , right 100px }
bgpos492048 { background-position: 100px bottom , left 100px , right 100px }
bgpos492049 { background-position: 100px center , left 100px , right 100px }
bgpos492050 { background-position: 100px top , left 100px , right 100px }
bgpos492051 { background-position: 50% , left 100px , right 100px }
bgpos492052 { background-position: 50% 10% , left 100px , right 100px }
bgpos492053 { background-position: 50% 100px , left 100px , right 100px }
bgpos492054 { background-position: 50% bottom , left 100px , right 100px }
bgpos492055 { background-position: 50% center , left 100px , right 100px }
bgpos492056 { background-position: 50% top , left 100px , right 100px }
bgpos492057 { background-position: bottom, left 100px , right 100px }
bgpos492058 { background-position: center , left 100px , right 100px }
bgpos492059 { background-position: center bottom , left 100px , right 100px }
bgpos492060 { background-position: center bottom 15% , left 100px , right 100px }
bgpos492061 { background-position: center bottom 15px , left 100px , right 100px }
bgpos492062 { background-position: center top , left 100px , right 100px }
bgpos492063 { background-position: center top 15% , left 100px , right 100px }
bgpos492064 { background-position: center top 15px , left 100px , right 100px }
bgpos492065 { background-position: center 10% , left 100px , right 100px }
bgpos492066 { background-position: center 100px , left 100px , right 100px }
bgpos492067 { background-position: center bottom , left 100px , right 100px }
bgpos492068 { background-position: center center , left 100px , right 100px }
bgpos492069 { background-position: center top , left 100px , right 100px }
bgpos492070 { background-position: left , left 100px , right 100px }
bgpos492071 { background-position: left 10% , left 100px , right 100px }
bgpos492072 { background-position: left 100px , left 100px , right 100px }
bgpos492073 { background-position: left bottom , left 100px , right 100px }
bgpos492074 { background-position: left center , left 100px , right 100px }
bgpos492075 { background-position: left top , left 100px , right 100px }
bgpos492076 { background-position: right , left 100px , right 100px }
bgpos492077 { background-position: right 10% , left 100px , right 100px }
bgpos492078 { background-position: right 100px , left 100px , right 100px }
bgpos492079 { background-position: right bottom , left 100px , right 100px }
bgpos492080 { background-position: right center , left 100px , right 100px }
bgpos492081 { background-position: right top , left 100px , right 100px }
bgpos492082 { background-position: top , left 100px , right 100px }
bgpos492083 { background-position: left bottom , left bottom , right 100px }
bgpos492084 { background-position: left bottom 15% , left bottom , right 100px }
bgpos492085 { background-position: left bottom 15px , left bottom , right 100px }
bgpos492086 { background-position: left top , left bottom , right 100px }
bgpos492087 { background-position: left top 15% , left bottom , right 100px }
bgpos492088 { background-position: left top 15px , left bottom , right 100px }
bgpos492089 { background-position: left 15% bottom , left bottom , right 100px }
bgpos492090 { background-position: left 15% bottom 15% , left bottom , right 100px }
bgpos492091 { background-position: left 15% bottom 15px , left bottom , right 100px }
bgpos492092 { background-position: left 15% top , left bottom , right 100px }
bgpos492093 { background-position: left 15% top 15% , left bottom , right 100px }
bgpos492094 { background-position: left 15% top 15px , left bottom , right 100px }
bgpos492095 { background-position: left 15% center , left bottom , right 100px }
bgpos492096 { background-position: left 15px bottom , left bottom , right 100px }
bgpos492097 { background-position: left 15px bottom 15% , left bottom , right 100px }
bgpos492098 { background-position: left 15px bottom 15px , left bottom , right 100px }
bgpos492099 { background-position: left 15px top , left bottom , right 100px }
bgpos492100 { background-position: left 15px top 15% , left bottom , right 100px }
bgpos492101 { background-position: left 15px top 15px , left bottom , right 100px }
bgpos492102 { background-position: left 15px center , left bottom , right 100px }
bgpos492103 { background-position: left center , left bottom , right 100px }
bgpos492104 { background-position: right bottom , left bottom , right 100px }
bgpos492105 { background-position: right bottom 15% , left bottom , right 100px }
bgpos492106 { background-position: right bottom 15px , left bottom , right 100px }
bgpos492107 { background-position: right top , left bottom , right 100px }
bgpos492108 { background-position: right top 15% , left bottom , right 100px }
bgpos492109 { background-position: right top 15px , left bottom , right 100px }
bgpos492110 { background-position: right 15% bottom , left bottom , right 100px }
bgpos492111 { background-position: right 15% bottom 15% , left bottom , right 100px }
bgpos492112 { background-position: right 15% bottom 15px , left bottom , right 100px }
bgpos492113 { background-position: right 15% top , left bottom , right 100px }
bgpos492114 { background-position: right 15% top 15% , left bottom , right 100px }
bgpos492115 { background-position: right 15% top 15px , left bottom , right 100px }
bgpos492116 { background-position: right 15% center , left bottom , right 100px }
bgpos492117 { background-position: right 15px bottom , left bottom , right 100px }
bgpos492118 { background-position: right 15px bottom 15% , left bottom , right 100px }
bgpos492119 { background-position: right 15px bottom 15px , left bottom , right 100px }
bgpos492120 { background-position: right 15px top , left bottom , right 100px }
bgpos492121 { background-position: right 15px top 15% , left bottom , right 100px }
bgpos492122 { background-position: right 15px top 15px , left bottom , right 100px }
bgpos492123 { background-position: right 15px center , left bottom , right 100px }
bgpos492124 { background-position: right center , left bottom , right 100px }
bgpos492125 { background-position: 100px , left bottom , right 100px }
bgpos492126 { background-position: 100px 10% , left bottom , right 100px }
bgpos492127 { background-position: 100px 100px , left bottom , right 100px }
bgpos492128 { background-position: 100px bottom , left bottom , right 100px }
bgpos492129 { background-position: 100px center , left bottom , right 100px }
bgpos492130 { background-position: 100px top , left bottom , right 100px }
bgpos492131 { background-position: 50% , left bottom , right 100px }
bgpos492132 { background-position: 50% 10% , left bottom , right 100px }
bgpos492133 { background-position: 50% 100px , left bottom , right 100px }
bgpos492134 { background-position: 50% bottom , left bottom , right 100px }
bgpos492135 { background-position: 50% center , left bottom , right 100px }
bgpos492136 { background-position: 50% top , left bottom , right 100px }
bgpos492137 { background-position: bottom, left bottom , right 100px }
bgpos492138 { background-position: center , left bottom , right 100px }
bgpos492139 { background-position: center bottom , left bottom , right 100px }
bgpos492140 { background-position: center bottom 15% , left bottom , right 100px }
bgpos492141 { background-position: center bottom 15px , left bottom , right 100px }
bgpos492142 { background-position: center top , left bottom , right 100px }
bgpos492143 { background-position: center top 15% , left bottom , right 100px }
bgpos492144 { background-position: center top 15px , left bottom , right 100px }
bgpos492145 { background-position: center 10% , left bottom , right 100px }
bgpos492146 { background-position: center 100px , left bottom , right 100px }
bgpos492147 { background-position: center bottom , left bottom , right 100px }
bgpos492148 { background-position: center center , left bottom , right 100px }
bgpos492149 { background-position: center top , left bottom , right 100px }
bgpos492150 { background-position: left , left bottom , right 100px }
bgpos492151 { background-position: left 10% , left bottom , right 100px }
bgpos492152 { background-position: left 100px , left bottom , right 100px }
bgpos492153 { background-position: left bottom , left bottom , right 100px }
bgpos492154 { background-position: left center , left bottom , right 100px }
bgpos492155 { background-position: left top , left bottom , right 100px }
bgpos492156 { background-position: right , left bottom , right 100px }
bgpos492157 { background-position: right 10% , left bottom , right 100px }
bgpos492158 { background-position: right 100px , left bottom , right 100px }
bgpos492159 { background-position: right bottom , left bottom , right 100px }
bgpos492160 { background-position: right center , left bottom , right 100px }
bgpos492161 { background-position: right top , left bottom , right 100px }
bgpos492162 { background-position: top , left bottom , right 100px }
bgpos492163 { background-position: left bottom , left center , right 100px }
bgpos492164 { background-position: left bottom 15% , left center , right 100px }
bgpos492165 { background-position: left bottom 15px , left center , right 100px }
bgpos492166 { background-position: left top , left center , right 100px }
bgpos492167 { background-position: left top 15% , left center , right 100px }
bgpos492168 { background-position: left top 15px , left center , right 100px }
bgpos492169 { background-position: left 15% bottom , left center , right 100px }
bgpos492170 { background-position: left 15% bottom 15% , left center , right 100px }
bgpos492171 { background-position: left 15% bottom 15px , left center , right 100px }
bgpos492172 { background-position: left 15% top , left center , right 100px }
bgpos492173 { background-position: left 15% top 15% , left center , right 100px }
bgpos492174 { background-position: left 15% top 15px , left center , right 100px }
bgpos492175 { background-position: left 15% center , left center , right 100px }
bgpos492176 { background-position: left 15px bottom , left center , right 100px }
bgpos492177 { background-position: left 15px bottom 15% , left center , right 100px }
bgpos492178 { background-position: left 15px bottom 15px , left center , right 100px }
bgpos492179 { background-position: left 15px top , left center , right 100px }
bgpos492180 { background-position: left 15px top 15% , left center , right 100px }
bgpos492181 { background-position: left 15px top 15px , left center , right 100px }
bgpos492182 { background-position: left 15px center , left center , right 100px }
bgpos492183 { background-position: left center , left center , right 100px }
bgpos492184 { background-position: right bottom , left center , right 100px }
bgpos492185 { background-position: right bottom 15% , left center , right 100px }
bgpos492186 { background-position: right bottom 15px , left center , right 100px }
bgpos492187 { background-position: right top , left center , right 100px }
bgpos492188 { background-position: right top 15% , left center , right 100px }
bgpos492189 { background-position: right top 15px , left center , right 100px }
bgpos492190 { background-position: right 15% bottom , left center , right 100px }
bgpos492191 { background-position: right 15% bottom 15% , left center , right 100px }
bgpos492192 { background-position: right 15% bottom 15px , left center , right 100px }
bgpos492193 { background-position: right 15% top , left center , right 100px }
bgpos492194 { background-position: right 15% top 15% , left center , right 100px }
bgpos492195 { background-position: right 15% top 15px , left center , right 100px }
bgpos492196 { background-position: right 15% center , left center , right 100px }
bgpos492197 { background-position: right 15px bottom , left center , right 100px }
bgpos492198 { background-position: right 15px bottom 15% , left center , right 100px }
bgpos492199 { background-position: right 15px bottom 15px , left center , right 100px }
bgpos492200 { background-position: right 15px top , left center , right 100px }
bgpos492201 { background-position: right 15px top 15% , left center , right 100px }
bgpos492202 { background-position: right 15px top 15px , left center , right 100px }
bgpos492203 { background-position: right 15px center , left center , right 100px }
bgpos492204 { background-position: right center , left center , right 100px }
bgpos492205 { background-position: 100px , left center , right 100px }
bgpos492206 { background-position: 100px 10% , left center , right 100px }
bgpos492207 { background-position: 100px 100px , left center , right 100px }
bgpos492208 { background-position: 100px bottom , left center , right 100px }
bgpos492209 { background-position: 100px center , left center , right 100px }
bgpos492210 { background-position: 100px top , left center , right 100px }
bgpos492211 { background-position: 50% , left center , right 100px }
bgpos492212 { background-position: 50% 10% , left center , right 100px }
bgpos492213 { background-position: 50% 100px , left center , right 100px }
bgpos492214 { background-position: 50% bottom , left center , right 100px }
bgpos492215 { background-position: 50% center , left center , right 100px }
bgpos492216 { background-position: 50% top , left center , right 100px }
bgpos492217 { background-position: bottom, left center , right 100px }
bgpos492218 { background-position: center , left center , right 100px }
bgpos492219 { background-position: center bottom , left center , right 100px }
bgpos492220 { background-position: center bottom 15% , left center , right 100px }
bgpos492221 { background-position: center bottom 15px , left center , right 100px }
bgpos492222 { background-position: center top , left center , right 100px }
bgpos492223 { background-position: center top 15% , left center , right 100px }
bgpos492224 { background-position: center top 15px , left center , right 100px }
bgpos492225 { background-position: center 10% , left center , right 100px }
bgpos492226 { background-position: center 100px , left center , right 100px }
bgpos492227 { background-position: center bottom , left center , right 100px }
bgpos492228 { background-position: center center , left center , right 100px }
bgpos492229 { background-position: center top , left center , right 100px }
bgpos492230 { background-position: left , left center , right 100px }
bgpos492231 { background-position: left 10% , left center , right 100px }
bgpos492232 { background-position: left 100px , left center , right 100px }
bgpos492233 { background-position: left bottom , left center , right 100px }
bgpos492234 { background-position: left center , left center , right 100px }
bgpos492235 { background-position: left top , left center , right 100px }
bgpos492236 { background-position: right , left center , right 100px }
bgpos492237 { background-position: right 10% , left center , right 100px }
bgpos492238 { background-position: right 100px , left center , right 100px }
bgpos492239 { background-position: right bottom , left center , right 100px }
bgpos492240 { background-position: right center , left center , right 100px }
bgpos492241 { background-position: right top , left center , right 100px }
bgpos492242 { background-position: top , left center , right 100px }
bgpos492243 { background-position: left bottom , left top , right 100px }
bgpos492244 { background-position: left bottom 15% , left top , right 100px }
bgpos492245 { background-position: left bottom 15px , left top , right 100px }
bgpos492246 { background-position: left top , left top , right 100px }
bgpos492247 { background-position: left top 15% , left top , right 100px }
bgpos492248 { background-position: left top 15px , left top , right 100px }
bgpos492249 { background-position: left 15% bottom , left top , right 100px }
bgpos492250 { background-position: left 15% bottom 15% , left top , right 100px }
bgpos492251 { background-position: left 15% bottom 15px , left top , right 100px }
bgpos492252 { background-position: left 15% top , left top , right 100px }
bgpos492253 { background-position: left 15% top 15% , left top , right 100px }
bgpos492254 { background-position: left 15% top 15px , left top , right 100px }
bgpos492255 { background-position: left 15% center , left top , right 100px }
bgpos492256 { background-position: left 15px bottom , left top , right 100px }
bgpos492257 { background-position: left 15px bottom 15% , left top , right 100px }
bgpos492258 { background-position: left 15px bottom 15px , left top , right 100px }
bgpos492259 { background-position: left 15px top , left top , right 100px }
bgpos492260 { background-position: left 15px top 15% , left top , right 100px }
bgpos492261 { background-position: left 15px top 15px , left top , right 100px }
bgpos492262 { background-position: left 15px center , left top , right 100px }
bgpos492263 { background-position: left center , left top , right 100px }
bgpos492264 { background-position: right bottom , left top , right 100px }
bgpos492265 { background-position: right bottom 15% , left top , right 100px }
bgpos492266 { background-position: right bottom 15px , left top , right 100px }
bgpos492267 { background-position: right top , left top , right 100px }
bgpos492268 { background-position: right top 15% , left top , right 100px }
bgpos492269 { background-position: right top 15px , left top , right 100px }
bgpos492270 { background-position: right 15% bottom , left top , right 100px }
bgpos492271 { background-position: right 15% bottom 15% , left top , right 100px }
bgpos492272 { background-position: right 15% bottom 15px , left top , right 100px }
bgpos492273 { background-position: right 15% top , left top , right 100px }
bgpos492274 { background-position: right 15% top 15% , left top , right 100px }
bgpos492275 { background-position: right 15% top 15px , left top , right 100px }
bgpos492276 { background-position: right 15% center , left top , right 100px }
bgpos492277 { background-position: right 15px bottom , left top , right 100px }
bgpos492278 { background-position: right 15px bottom 15% , left top , right 100px }
bgpos492279 { background-position: right 15px bottom 15px , left top , right 100px }
bgpos492280 { background-position: right 15px top , left top , right 100px }
bgpos492281 { background-position: right 15px top 15% , left top , right 100px }
bgpos492282 { background-position: right 15px top 15px , left top , right 100px }
bgpos492283 { background-position: right 15px center , left top , right 100px }
bgpos492284 { background-position: right center , left top , right 100px }
bgpos492285 { background-position: 100px , left top , right 100px }
bgpos492286 { background-position: 100px 10% , left top , right 100px }
bgpos492287 { background-position: 100px 100px , left top , right 100px }
bgpos492288 { background-position: 100px bottom , left top , right 100px }
bgpos492289 { background-position: 100px center , left top , right 100px }
bgpos492290 { background-position: 100px top , left top , right 100px }
bgpos492291 { background-position: 50% , left top , right 100px }
bgpos492292 { background-position: 50% 10% , left top , right 100px }
bgpos492293 { background-position: 50% 100px , left top , right 100px }
bgpos492294 { background-position: 50% bottom , left top , right 100px }
bgpos492295 { background-position: 50% center , left top , right 100px }
bgpos492296 { background-position: 50% top , left top , right 100px }
bgpos492297 { background-position: bottom, left top , right 100px }
bgpos492298 { background-position: center , left top , right 100px }
bgpos492299 { background-position: center bottom , left top , right 100px }
bgpos492300 { background-position: center bottom 15% , left top , right 100px }
bgpos492301 { background-position: center bottom 15px , left top , right 100px }
bgpos492302 { background-position: center top , left top , right 100px }
bgpos492303 { background-position: center top 15% , left top , right 100px }
bgpos492304 { background-position: center top 15px , left top , right 100px }
bgpos492305 { background-position: center 10% , left top , right 100px }
bgpos492306 { background-position: center 100px , left top , right 100px }
bgpos492307 { background-position: center bottom , left top , right 100px }
bgpos492308 { background-position: center center , left top , right 100px }
bgpos492309 { background-position: center top , left top , right 100px }
bgpos492310 { background-position: left , left top , right 100px }
bgpos492311 { background-position: left 10% , left top , right 100px }
bgpos492312 { background-position: left 100px , left top , right 100px }
bgpos492313 { background-position: left bottom , left top , right 100px }
bgpos492314 { background-position: left center , left top , right 100px }
bgpos492315 { background-position: left top , left top , right 100px }
bgpos492316 { background-position: right , left top , right 100px }
bgpos492317 { background-position: right 10% , left top , right 100px }
bgpos492318 { background-position: right 100px , left top , right 100px }
bgpos492319 { background-position: right bottom , left top , right 100px }
bgpos492320 { background-position: right center , left top , right 100px }
bgpos492321 { background-position: right top , left top , right 100px }
bgpos492322 { background-position: top , left top , right 100px }
bgpos492323 { background-position: left bottom , right , right 100px }
bgpos492324 { background-position: left bottom 15% , right , right 100px }
bgpos492325 { background-position: left bottom 15px , right , right 100px }
bgpos492326 { background-position: left top , right , right 100px }
bgpos492327 { background-position: left top 15% , right , right 100px }
bgpos492328 { background-position: left top 15px , right , right 100px }
bgpos492329 { background-position: left 15% bottom , right , right 100px }
bgpos492330 { background-position: left 15% bottom 15% , right , right 100px }
bgpos492331 { background-position: left 15% bottom 15px , right , right 100px }
bgpos492332 { background-position: left 15% top , right , right 100px }
bgpos492333 { background-position: left 15% top 15% , right , right 100px }
bgpos492334 { background-position: left 15% top 15px , right , right 100px }
bgpos492335 { background-position: left 15% center , right , right 100px }
bgpos492336 { background-position: left 15px bottom , right , right 100px }
bgpos492337 { background-position: left 15px bottom 15% , right , right 100px }
bgpos492338 { background-position: left 15px bottom 15px , right , right 100px }
bgpos492339 { background-position: left 15px top , right , right 100px }
bgpos492340 { background-position: left 15px top 15% , right , right 100px }
bgpos492341 { background-position: left 15px top 15px , right , right 100px }
bgpos492342 { background-position: left 15px center , right , right 100px }
bgpos492343 { background-position: left center , right , right 100px }
bgpos492344 { background-position: right bottom , right , right 100px }
bgpos492345 { background-position: right bottom 15% , right , right 100px }
bgpos492346 { background-position: right bottom 15px , right , right 100px }
bgpos492347 { background-position: right top , right , right 100px }
bgpos492348 { background-position: right top 15% , right , right 100px }
bgpos492349 { background-position: right top 15px , right , right 100px }
bgpos492350 { background-position: right 15% bottom , right , right 100px }
bgpos492351 { background-position: right 15% bottom 15% , right , right 100px }
bgpos492352 { background-position: right 15% bottom 15px , right , right 100px }
bgpos492353 { background-position: right 15% top , right , right 100px }
bgpos492354 { background-position: right 15% top 15% , right , right 100px }
bgpos492355 { background-position: right 15% top 15px , right , right 100px }
bgpos492356 { background-position: right 15% center , right , right 100px }
bgpos492357 { background-position: right 15px bottom , right , right 100px }
bgpos492358 { background-position: right 15px bottom 15% , right , right 100px }
bgpos492359 { background-position: right 15px bottom 15px , right , right 100px }
bgpos492360 { background-position: right 15px top , right , right 100px }
bgpos492361 { background-position: right 15px top 15% , right , right 100px }
bgpos492362 { background-position: right 15px top 15px , right , right 100px }
bgpos492363 { background-position: right 15px center , right , right 100px }
bgpos492364 { background-position: right center , right , right 100px }
bgpos492365 { background-position: 100px , right , right 100px }
bgpos492366 { background-position: 100px 10% , right , right 100px }
bgpos492367 { background-position: 100px 100px , right , right 100px }
bgpos492368 { background-position: 100px bottom , right , right 100px }
bgpos492369 { background-position: 100px center , right , right 100px }
bgpos492370 { background-position: 100px top , right , right 100px }
bgpos492371 { background-position: 50% , right , right 100px }
bgpos492372 { background-position: 50% 10% , right , right 100px }
bgpos492373 { background-position: 50% 100px , right , right 100px }
bgpos492374 { background-position: 50% bottom , right , right 100px }
bgpos492375 { background-position: 50% center , right , right 100px }
bgpos492376 { background-position: 50% top , right , right 100px }
bgpos492377 { background-position: bottom, right , right 100px }
bgpos492378 { background-position: center , right , right 100px }
bgpos492379 { background-position: center bottom , right , right 100px }
bgpos492380 { background-position: center bottom 15% , right , right 100px }
bgpos492381 { background-position: center bottom 15px , right , right 100px }
bgpos492382 { background-position: center top , right , right 100px }
bgpos492383 { background-position: center top 15% , right , right 100px }
bgpos492384 { background-position: center top 15px , right , right 100px }
bgpos492385 { background-position: center 10% , right , right 100px }
bgpos492386 { background-position: center 100px , right , right 100px }
bgpos492387 { background-position: center bottom , right , right 100px }
bgpos492388 { background-position: center center , right , right 100px }
bgpos492389 { background-position: center top , right , right 100px }
bgpos492390 { background-position: left , right , right 100px }
bgpos492391 { background-position: left 10% , right , right 100px }
bgpos492392 { background-position: left 100px , right , right 100px }
bgpos492393 { background-position: left bottom , right , right 100px }
bgpos492394 { background-position: left center , right , right 100px }
bgpos492395 { background-position: left top , right , right 100px }
bgpos492396 { background-position: right , right , right 100px }
bgpos492397 { background-position: right 10% , right , right 100px }
bgpos492398 { background-position: right 100px , right , right 100px }
bgpos492399 { background-position: right bottom , right , right 100px }
bgpos492400 { background-position: right center , right , right 100px }
bgpos492401 { background-position: right top , right , right 100px }
bgpos492402 { background-position: top , right , right 100px }
bgpos492403 { background-position: left bottom , right 10% , right 100px }
bgpos492404 { background-position: left bottom 15% , right 10% , right 100px }
bgpos492405 { background-position: left bottom 15px , right 10% , right 100px }
bgpos492406 { background-position: left top , right 10% , right 100px }
bgpos492407 { background-position: left top 15% , right 10% , right 100px }
bgpos492408 { background-position: left top 15px , right 10% , right 100px }
bgpos492409 { background-position: left 15% bottom , right 10% , right 100px }
bgpos492410 { background-position: left 15% bottom 15% , right 10% , right 100px }
bgpos492411 { background-position: left 15% bottom 15px , right 10% , right 100px }
bgpos492412 { background-position: left 15% top , right 10% , right 100px }
bgpos492413 { background-position: left 15% top 15% , right 10% , right 100px }
bgpos492414 { background-position: left 15% top 15px , right 10% , right 100px }
bgpos492415 { background-position: left 15% center , right 10% , right 100px }
bgpos492416 { background-position: left 15px bottom , right 10% , right 100px }
bgpos492417 { background-position: left 15px bottom 15% , right 10% , right 100px }
bgpos492418 { background-position: left 15px bottom 15px , right 10% , right 100px }
bgpos492419 { background-position: left 15px top , right 10% , right 100px }
bgpos492420 { background-position: left 15px top 15% , right 10% , right 100px }
bgpos492421 { background-position: left 15px top 15px , right 10% , right 100px }
bgpos492422 { background-position: left 15px center , right 10% , right 100px }
bgpos492423 { background-position: left center , right 10% , right 100px }
bgpos492424 { background-position: right bottom , right 10% , right 100px }
bgpos492425 { background-position: right bottom 15% , right 10% , right 100px }
bgpos492426 { background-position: right bottom 15px , right 10% , right 100px }
bgpos492427 { background-position: right top , right 10% , right 100px }
bgpos492428 { background-position: right top 15% , right 10% , right 100px }
bgpos492429 { background-position: right top 15px , right 10% , right 100px }
bgpos492430 { background-position: right 15% bottom , right 10% , right 100px }
bgpos492431 { background-position: right 15% bottom 15% , right 10% , right 100px }
bgpos492432 { background-position: right 15% bottom 15px , right 10% , right 100px }
bgpos492433 { background-position: right 15% top , right 10% , right 100px }
bgpos492434 { background-position: right 15% top 15% , right 10% , right 100px }
bgpos492435 { background-position: right 15% top 15px , right 10% , right 100px }
bgpos492436 { background-position: right 15% center , right 10% , right 100px }
bgpos492437 { background-position: right 15px bottom , right 10% , right 100px }
bgpos492438 { background-position: right 15px bottom 15% , right 10% , right 100px }
bgpos492439 { background-position: right 15px bottom 15px , right 10% , right 100px }
bgpos492440 { background-position: right 15px top , right 10% , right 100px }
bgpos492441 { background-position: right 15px top 15% , right 10% , right 100px }
bgpos492442 { background-position: right 15px top 15px , right 10% , right 100px }
bgpos492443 { background-position: right 15px center , right 10% , right 100px }
bgpos492444 { background-position: right center , right 10% , right 100px }
bgpos492445 { background-position: 100px , right 10% , right 100px }
bgpos492446 { background-position: 100px 10% , right 10% , right 100px }
bgpos492447 { background-position: 100px 100px , right 10% , right 100px }
bgpos492448 { background-position: 100px bottom , right 10% , right 100px }
bgpos492449 { background-position: 100px center , right 10% , right 100px }
bgpos492450 { background-position: 100px top , right 10% , right 100px }
bgpos492451 { background-position: 50% , right 10% , right 100px }
bgpos492452 { background-position: 50% 10% , right 10% , right 100px }
bgpos492453 { background-position: 50% 100px , right 10% , right 100px }
bgpos492454 { background-position: 50% bottom , right 10% , right 100px }
bgpos492455 { background-position: 50% center , right 10% , right 100px }
bgpos492456 { background-position: 50% top , right 10% , right 100px }
bgpos492457 { background-position: bottom, right 10% , right 100px }
bgpos492458 { background-position: center , right 10% , right 100px }
bgpos492459 { background-position: center bottom , right 10% , right 100px }
bgpos492460 { background-position: center bottom 15% , right 10% , right 100px }
bgpos492461 { background-position: center bottom 15px , right 10% , right 100px }
bgpos492462 { background-position: center top , right 10% , right 100px }
bgpos492463 { background-position: center top 15% , right 10% , right 100px }
bgpos492464 { background-position: center top 15px , right 10% , right 100px }
bgpos492465 { background-position: center 10% , right 10% , right 100px }
bgpos492466 { background-position: center 100px , right 10% , right 100px }
bgpos492467 { background-position: center bottom , right 10% , right 100px }
bgpos492468 { background-position: center center , right 10% , right 100px }
bgpos492469 { background-position: center top , right 10% , right 100px }
bgpos492470 { background-position: left , right 10% , right 100px }
bgpos492471 { background-position: left 10% , right 10% , right 100px }
bgpos492472 { background-position: left 100px , right 10% , right 100px }
bgpos492473 { background-position: left bottom , right 10% , right 100px }
bgpos492474 { background-position: left center , right 10% , right 100px }
bgpos492475 { background-position: left top , right 10% , right 100px }
bgpos492476 { background-position: right , right 10% , right 100px }
bgpos492477 { background-position: right 10% , right 10% , right 100px }
bgpos492478 { background-position: right 100px , right 10% , right 100px }
bgpos492479 { background-position: right bottom , right 10% , right 100px }
bgpos492480 { background-position: right center , right 10% , right 100px }
bgpos492481 { background-position: right top , right 10% , right 100px }
bgpos492482 { background-position: top , right 10% , right 100px }
bgpos492483 { background-position: left bottom , right 100px , right 100px }
bgpos492484 { background-position: left bottom 15% , right 100px , right 100px }
bgpos492485 { background-position: left bottom 15px , right 100px , right 100px }
bgpos492486 { background-position: left top , right 100px , right 100px }
bgpos492487 { background-position: left top 15% , right 100px , right 100px }
bgpos492488 { background-position: left top 15px , right 100px , right 100px }
bgpos492489 { background-position: left 15% bottom , right 100px , right 100px }
bgpos492490 { background-position: left 15% bottom 15% , right 100px , right 100px }
bgpos492491 { background-position: left 15% bottom 15px , right 100px , right 100px }
bgpos492492 { background-position: left 15% top , right 100px , right 100px }
bgpos492493 { background-position: left 15% top 15% , right 100px , right 100px }
bgpos492494 { background-position: left 15% top 15px , right 100px , right 100px }
bgpos492495 { background-position: left 15% center , right 100px , right 100px }
bgpos492496 { background-position: left 15px bottom , right 100px , right 100px }
bgpos492497 { background-position: left 15px bottom 15% , right 100px , right 100px }
bgpos492498 { background-position: left 15px bottom 15px , right 100px , right 100px }
bgpos492499 { background-position: left 15px top , right 100px , right 100px }
bgpos492500 { background-position: left 15px top 15% , right 100px , right 100px }
bgpos492501 { background-position: left 15px top 15px , right 100px , right 100px }
bgpos492502 { background-position: left 15px center , right 100px , right 100px }
bgpos492503 { background-position: left center , right 100px , right 100px }
bgpos492504 { background-position: right bottom , right 100px , right 100px }
bgpos492505 { background-position: right bottom 15% , right 100px , right 100px }
bgpos492506 { background-position: right bottom 15px , right 100px , right 100px }
bgpos492507 { background-position: right top , right 100px , right 100px }
bgpos492508 { background-position: right top 15% , right 100px , right 100px }
bgpos492509 { background-position: right top 15px , right 100px , right 100px }
bgpos492510 { background-position: right 15% bottom , right 100px , right 100px }
bgpos492511 { background-position: right 15% bottom 15% , right 100px , right 100px }
bgpos492512 { background-position: right 15% bottom 15px , right 100px , right 100px }
bgpos492513 { background-position: right 15% top , right 100px , right 100px }
bgpos492514 { background-position: right 15% top 15% , right 100px , right 100px }
bgpos492515 { background-position: right 15% top 15px , right 100px , right 100px }
bgpos492516 { background-position: right 15% center , right 100px , right 100px }
bgpos492517 { background-position: right 15px bottom , right 100px , right 100px }
bgpos492518 { background-position: right 15px bottom 15% , right 100px , right 100px }
bgpos492519 { background-position: right 15px bottom 15px , right 100px , right 100px }
bgpos492520 { background-position: right 15px top , right 100px , right 100px }
bgpos492521 { background-position: right 15px top 15% , right 100px , right 100px }
bgpos492522 { background-position: right 15px top 15px , right 100px , right 100px }
bgpos492523 { background-position: right 15px center , right 100px , right 100px }
bgpos492524 { background-position: right center , right 100px , right 100px }
bgpos492525 { background-position: 100px , right 100px , right 100px }
bgpos492526 { background-position: 100px 10% , right 100px , right 100px }
bgpos492527 { background-position: 100px 100px , right 100px , right 100px }
bgpos492528 { background-position: 100px bottom , right 100px , right 100px }
bgpos492529 { background-position: 100px center , right 100px , right 100px }
bgpos492530 { background-position: 100px top , right 100px , right 100px }
bgpos492531 { background-position: 50% , right 100px , right 100px }
bgpos492532 { background-position: 50% 10% , right 100px , right 100px }
bgpos492533 { background-position: 50% 100px , right 100px , right 100px }
bgpos492534 { background-position: 50% bottom , right 100px , right 100px }
bgpos492535 { background-position: 50% center , right 100px , right 100px }
bgpos492536 { background-position: 50% top , right 100px , right 100px }
bgpos492537 { background-position: bottom, right 100px , right 100px }
bgpos492538 { background-position: center , right 100px , right 100px }
bgpos492539 { background-position: center bottom , right 100px , right 100px }
bgpos492540 { background-position: center bottom 15% , right 100px , right 100px }
bgpos492541 { background-position: center bottom 15px , right 100px , right 100px }
bgpos492542 { background-position: center top , right 100px , right 100px }
bgpos492543 { background-position: center top 15% , right 100px , right 100px }
bgpos492544 { background-position: center top 15px , right 100px , right 100px }
bgpos492545 { background-position: center 10% , right 100px , right 100px }
bgpos492546 { background-position: center 100px , right 100px , right 100px }
bgpos492547 { background-position: center bottom , right 100px , right 100px }
bgpos492548 { background-position: center center , right 100px , right 100px }
bgpos492549 { background-position: center top , right 100px , right 100px }
bgpos492550 { background-position: left , right 100px , right 100px }
bgpos492551 { background-position: left 10% , right 100px , right 100px }
bgpos492552 { background-position: left 100px , right 100px , right 100px }
bgpos492553 { background-position: left bottom , right 100px , right 100px }
bgpos492554 { background-position: left center , right 100px , right 100px }
bgpos492555 { background-position: left top , right 100px , right 100px }
bgpos492556 { background-position: right , right 100px , right 100px }
bgpos492557 { background-position: right 10% , right 100px , right 100px }
bgpos492558 { background-position: right 100px , right 100px , right 100px }
bgpos492559 { background-position: right bottom , right 100px , right 100px }
bgpos492560 { background-position: right center , right 100px , right 100px }
bgpos492561 { background-position: right top , right 100px , right 100px }
bgpos492562 { background-position: top , right 100px , right 100px }
bgpos492563 { background-position: left bottom , right bottom , right 100px }
bgpos492564 { background-position: left bottom 15% , right bottom , right 100px }
bgpos492565 { background-position: left bottom 15px , right bottom , right 100px }
bgpos492566 { background-position: left top , right bottom , right 100px }
bgpos492567 { background-position: left top 15% , right bottom , right 100px }
bgpos492568 { background-position: left top 15px , right bottom , right 100px }
bgpos492569 { background-position: left 15% bottom , right bottom , right 100px }
bgpos492570 { background-position: left 15% bottom 15% , right bottom , right 100px }
bgpos492571 { background-position: left 15% bottom 15px , right bottom , right 100px }
bgpos492572 { background-position: left 15% top , right bottom , right 100px }
bgpos492573 { background-position: left 15% top 15% , right bottom , right 100px }
bgpos492574 { background-position: left 15% top 15px , right bottom , right 100px }
bgpos492575 { background-position: left 15% center , right bottom , right 100px }
bgpos492576 { background-position: left 15px bottom , right bottom , right 100px }
bgpos492577 { background-position: left 15px bottom 15% , right bottom , right 100px }
bgpos492578 { background-position: left 15px bottom 15px , right bottom , right 100px }
bgpos492579 { background-position: left 15px top , right bottom , right 100px }
bgpos492580 { background-position: left 15px top 15% , right bottom , right 100px }
bgpos492581 { background-position: left 15px top 15px , right bottom , right 100px }
bgpos492582 { background-position: left 15px center , right bottom , right 100px }
bgpos492583 { background-position: left center , right bottom , right 100px }
bgpos492584 { background-position: right bottom , right bottom , right 100px }
bgpos492585 { background-position: right bottom 15% , right bottom , right 100px }
bgpos492586 { background-position: right bottom 15px , right bottom , right 100px }
bgpos492587 { background-position: right top , right bottom , right 100px }
bgpos492588 { background-position: right top 15% , right bottom , right 100px }
bgpos492589 { background-position: right top 15px , right bottom , right 100px }
bgpos492590 { background-position: right 15% bottom , right bottom , right 100px }
bgpos492591 { background-position: right 15% bottom 15% , right bottom , right 100px }
bgpos492592 { background-position: right 15% bottom 15px , right bottom , right 100px }
bgpos492593 { background-position: right 15% top , right bottom , right 100px }
bgpos492594 { background-position: right 15% top 15% , right bottom , right 100px }
bgpos492595 { background-position: right 15% top 15px , right bottom , right 100px }
bgpos492596 { background-position: right 15% center , right bottom , right 100px }
bgpos492597 { background-position: right 15px bottom , right bottom , right 100px }
bgpos492598 { background-position: right 15px bottom 15% , right bottom , right 100px }
bgpos492599 { background-position: right 15px bottom 15px , right bottom , right 100px }
bgpos492600 { background-position: right 15px top , right bottom , right 100px }
bgpos492601 { background-position: right 15px top 15% , right bottom , right 100px }
bgpos492602 { background-position: right 15px top 15px , right bottom , right 100px }
bgpos492603 { background-position: right 15px center , right bottom , right 100px }
bgpos492604 { background-position: right center , right bottom , right 100px }
bgpos492605 { background-position: 100px , right bottom , right 100px }
bgpos492606 { background-position: 100px 10% , right bottom , right 100px }
bgpos492607 { background-position: 100px 100px , right bottom , right 100px }
bgpos492608 { background-position: 100px bottom , right bottom , right 100px }
bgpos492609 { background-position: 100px center , right bottom , right 100px }
bgpos492610 { background-position: 100px top , right bottom , right 100px }
bgpos492611 { background-position: 50% , right bottom , right 100px }
bgpos492612 { background-position: 50% 10% , right bottom , right 100px }
bgpos492613 { background-position: 50% 100px , right bottom , right 100px }
bgpos492614 { background-position: 50% bottom , right bottom , right 100px }
bgpos492615 { background-position: 50% center , right bottom , right 100px }
bgpos492616 { background-position: 50% top , right bottom , right 100px }
bgpos492617 { background-position: bottom, right bottom , right 100px }
bgpos492618 { background-position: center , right bottom , right 100px }
bgpos492619 { background-position: center bottom , right bottom , right 100px }
bgpos492620 { background-position: center bottom 15% , right bottom , right 100px }
bgpos492621 { background-position: center bottom 15px , right bottom , right 100px }
bgpos492622 { background-position: center top , right bottom , right 100px }
bgpos492623 { background-position: center top 15% , right bottom , right 100px }
bgpos492624 { background-position: center top 15px , right bottom , right 100px }
bgpos492625 { background-position: center 10% , right bottom , right 100px }
bgpos492626 { background-position: center 100px , right bottom , right 100px }
bgpos492627 { background-position: center bottom , right bottom , right 100px }
bgpos492628 { background-position: center center , right bottom , right 100px }
bgpos492629 { background-position: center top , right bottom , right 100px }
bgpos492630 { background-position: left , right bottom , right 100px }
bgpos492631 { background-position: left 10% , right bottom , right 100px }
bgpos492632 { background-position: left 100px , right bottom , right 100px }
bgpos492633 { background-position: left bottom , right bottom , right 100px }
bgpos492634 { background-position: left center , right bottom , right 100px }
bgpos492635 { background-position: left top , right bottom , right 100px }
bgpos492636 { background-position: right , right bottom , right 100px }
bgpos492637 { background-position: right 10% , right bottom , right 100px }
bgpos492638 { background-position: right 100px , right bottom , right 100px }
bgpos492639 { background-position: right bottom , right bottom , right 100px }
bgpos492640 { background-position: right center , right bottom , right 100px }
bgpos492641 { background-position: right top , right bottom , right 100px }
bgpos492642 { background-position: top , right bottom , right 100px }
bgpos492643 { background-position: left bottom , right center , right 100px }
bgpos492644 { background-position: left bottom 15% , right center , right 100px }
bgpos492645 { background-position: left bottom 15px , right center , right 100px }
bgpos492646 { background-position: left top , right center , right 100px }
bgpos492647 { background-position: left top 15% , right center , right 100px }
bgpos492648 { background-position: left top 15px , right center , right 100px }
bgpos492649 { background-position: left 15% bottom , right center , right 100px }
bgpos492650 { background-position: left 15% bottom 15% , right center , right 100px }
bgpos492651 { background-position: left 15% bottom 15px , right center , right 100px }
bgpos492652 { background-position: left 15% top , right center , right 100px }
bgpos492653 { background-position: left 15% top 15% , right center , right 100px }
bgpos492654 { background-position: left 15% top 15px , right center , right 100px }
bgpos492655 { background-position: left 15% center , right center , right 100px }
bgpos492656 { background-position: left 15px bottom , right center , right 100px }
bgpos492657 { background-position: left 15px bottom 15% , right center , right 100px }
bgpos492658 { background-position: left 15px bottom 15px , right center , right 100px }
bgpos492659 { background-position: left 15px top , right center , right 100px }
bgpos492660 { background-position: left 15px top 15% , right center , right 100px }
bgpos492661 { background-position: left 15px top 15px , right center , right 100px }
bgpos492662 { background-position: left 15px center , right center , right 100px }
bgpos492663 { background-position: left center , right center , right 100px }
bgpos492664 { background-position: right bottom , right center , right 100px }
bgpos492665 { background-position: right bottom 15% , right center , right 100px }
bgpos492666 { background-position: right bottom 15px , right center , right 100px }
bgpos492667 { background-position: right top , right center , right 100px }
bgpos492668 { background-position: right top 15% , right center , right 100px }
bgpos492669 { background-position: right top 15px , right center , right 100px }
bgpos492670 { background-position: right 15% bottom , right center , right 100px }
bgpos492671 { background-position: right 15% bottom 15% , right center , right 100px }
bgpos492672 { background-position: right 15% bottom 15px , right center , right 100px }
bgpos492673 { background-position: right 15% top , right center , right 100px }
bgpos492674 { background-position: right 15% top 15% , right center , right 100px }
bgpos492675 { background-position: right 15% top 15px , right center , right 100px }
bgpos492676 { background-position: right 15% center , right center , right 100px }
bgpos492677 { background-position: right 15px bottom , right center , right 100px }
bgpos492678 { background-position: right 15px bottom 15% , right center , right 100px }
bgpos492679 { background-position: right 15px bottom 15px , right center , right 100px }
bgpos492680 { background-position: right 15px top , right center , right 100px }
bgpos492681 { background-position: right 15px top 15% , right center , right 100px }
bgpos492682 { background-position: right 15px top 15px , right center , right 100px }
bgpos492683 { background-position: right 15px center , right center , right 100px }
bgpos492684 { background-position: right center , right center , right 100px }
bgpos492685 { background-position: 100px , right center , right 100px }
bgpos492686 { background-position: 100px 10% , right center , right 100px }
bgpos492687 { background-position: 100px 100px , right center , right 100px }
bgpos492688 { background-position: 100px bottom , right center , right 100px }
bgpos492689 { background-position: 100px center , right center , right 100px }
bgpos492690 { background-position: 100px top , right center , right 100px }
bgpos492691 { background-position: 50% , right center , right 100px }
bgpos492692 { background-position: 50% 10% , right center , right 100px }
bgpos492693 { background-position: 50% 100px , right center , right 100px }
bgpos492694 { background-position: 50% bottom , right center , right 100px }
bgpos492695 { background-position: 50% center , right center , right 100px }
bgpos492696 { background-position: 50% top , right center , right 100px }
bgpos492697 { background-position: bottom, right center , right 100px }
bgpos492698 { background-position: center , right center , right 100px }
bgpos492699 { background-position: center bottom , right center , right 100px }
bgpos492700 { background-position: center bottom 15% , right center , right 100px }
bgpos492701 { background-position: center bottom 15px , right center , right 100px }
bgpos492702 { background-position: center top , right center , right 100px }
bgpos492703 { background-position: center top 15% , right center , right 100px }
bgpos492704 { background-position: center top 15px , right center , right 100px }
bgpos492705 { background-position: center 10% , right center , right 100px }
bgpos492706 { background-position: center 100px , right center , right 100px }
bgpos492707 { background-position: center bottom , right center , right 100px }
bgpos492708 { background-position: center center , right center , right 100px }
bgpos492709 { background-position: center top , right center , right 100px }
bgpos492710 { background-position: left , right center , right 100px }
bgpos492711 { background-position: left 10% , right center , right 100px }
bgpos492712 { background-position: left 100px , right center , right 100px }
bgpos492713 { background-position: left bottom , right center , right 100px }
bgpos492714 { background-position: left center , right center , right 100px }
bgpos492715 { background-position: left top , right center , right 100px }
bgpos492716 { background-position: right , right center , right 100px }
bgpos492717 { background-position: right 10% , right center , right 100px }
bgpos492718 { background-position: right 100px , right center , right 100px }
bgpos492719 { background-position: right bottom , right center , right 100px }
bgpos492720 { background-position: right center , right center , right 100px }
bgpos492721 { background-position: right top , right center , right 100px }
bgpos492722 { background-position: top , right center , right 100px }
bgpos492723 { background-position: left bottom , right top , right 100px }
bgpos492724 { background-position: left bottom 15% , right top , right 100px }
bgpos492725 { background-position: left bottom 15px , right top , right 100px }
bgpos492726 { background-position: left top , right top , right 100px }
bgpos492727 { background-position: left top 15% , right top , right 100px }
bgpos492728 { background-position: left top 15px , right top , right 100px }
bgpos492729 { background-position: left 15% bottom , right top , right 100px }
bgpos492730 { background-position: left 15% bottom 15% , right top , right 100px }
bgpos492731 { background-position: left 15% bottom 15px , right top , right 100px }
bgpos492732 { background-position: left 15% top , right top , right 100px }
bgpos492733 { background-position: left 15% top 15% , right top , right 100px }
bgpos492734 { background-position: left 15% top 15px , right top , right 100px }
bgpos492735 { background-position: left 15% center , right top , right 100px }
bgpos492736 { background-position: left 15px bottom , right top , right 100px }
bgpos492737 { background-position: left 15px bottom 15% , right top , right 100px }
bgpos492738 { background-position: left 15px bottom 15px , right top , right 100px }
bgpos492739 { background-position: left 15px top , right top , right 100px }
bgpos492740 { background-position: left 15px top 15% , right top , right 100px }
bgpos492741 { background-position: left 15px top 15px , right top , right 100px }
bgpos492742 { background-position: left 15px center , right top , right 100px }
bgpos492743 { background-position: left center , right top , right 100px }
bgpos492744 { background-position: right bottom , right top , right 100px }
bgpos492745 { background-position: right bottom 15% , right top , right 100px }
bgpos492746 { background-position: right bottom 15px , right top , right 100px }
bgpos492747 { background-position: right top , right top , right 100px }
bgpos492748 { background-position: right top 15% , right top , right 100px }
bgpos492749 { background-position: right top 15px , right top , right 100px }
bgpos492750 { background-position: right 15% bottom , right top , right 100px }
bgpos492751 { background-position: right 15% bottom 15% , right top , right 100px }
bgpos492752 { background-position: right 15% bottom 15px , right top , right 100px }
bgpos492753 { background-position: right 15% top , right top , right 100px }
bgpos492754 { background-position: right 15% top 15% , right top , right 100px }
bgpos492755 { background-position: right 15% top 15px , right top , right 100px }
bgpos492756 { background-position: right 15% center , right top , right 100px }
bgpos492757 { background-position: right 15px bottom , right top , right 100px }
bgpos492758 { background-position: right 15px bottom 15% , right top , right 100px }
bgpos492759 { background-position: right 15px bottom 15px , right top , right 100px }
bgpos492760 { background-position: right 15px top , right top , right 100px }
bgpos492761 { background-position: right 15px top 15% , right top , right 100px }
bgpos492762 { background-position: right 15px top 15px , right top , right 100px }
bgpos492763 { background-position: right 15px center , right top , right 100px }
bgpos492764 { background-position: right center , right top , right 100px }
bgpos492765 { background-position: 100px , right top , right 100px }
bgpos492766 { background-position: 100px 10% , right top , right 100px }
bgpos492767 { background-position: 100px 100px , right top , right 100px }
bgpos492768 { background-position: 100px bottom , right top , right 100px }
bgpos492769 { background-position: 100px center , right top , right 100px }
bgpos492770 { background-position: 100px top , right top , right 100px }
bgpos492771 { background-position: 50% , right top , right 100px }
bgpos492772 { background-position: 50% 10% , right top , right 100px }
bgpos492773 { background-position: 50% 100px , right top , right 100px }
bgpos492774 { background-position: 50% bottom , right top , right 100px }
bgpos492775 { background-position: 50% center , right top , right 100px }
bgpos492776 { background-position: 50% top , right top , right 100px }
bgpos492777 { background-position: bottom, right top , right 100px }
bgpos492778 { background-position: center , right top , right 100px }
bgpos492779 { background-position: center bottom , right top , right 100px }
bgpos492780 { background-position: center bottom 15% , right top , right 100px }
bgpos492781 { background-position: center bottom 15px , right top , right 100px }
bgpos492782 { background-position: center top , right top , right 100px }
bgpos492783 { background-position: center top 15% , right top , right 100px }
bgpos492784 { background-position: center top 15px , right top , right 100px }
bgpos492785 { background-position: center 10% , right top , right 100px }
bgpos492786 { background-position: center 100px , right top , right 100px }
bgpos492787 { background-position: center bottom , right top , right 100px }
bgpos492788 { background-position: center center , right top , right 100px }
bgpos492789 { background-position: center top , right top , right 100px }
bgpos492790 { background-position: left , right top , right 100px }
bgpos492791 { background-position: left 10% , right top , right 100px }
bgpos492792 { background-position: left 100px , right top , right 100px }
bgpos492793 { background-position: left bottom , right top , right 100px }
bgpos492794 { background-position: left center , right top , right 100px }
bgpos492795 { background-position: left top , right top , right 100px }
bgpos492796 { background-position: right , right top , right 100px }
bgpos492797 { background-position: right 10% , right top , right 100px }
bgpos492798 { background-position: right 100px , right top , right 100px }
bgpos492799 { background-position: right bottom , right top , right 100px }
bgpos492800 { background-position: right center , right top , right 100px }
bgpos492801 { background-position: right top , right top , right 100px }
bgpos492802 { background-position: top , right top , right 100px }
bgpos492803 { background-position: left bottom , top , right 100px }
bgpos492804 { background-position: left bottom 15% , top , right 100px }
bgpos492805 { background-position: left bottom 15px , top , right 100px }
bgpos492806 { background-position: left top , top , right 100px }
bgpos492807 { background-position: left top 15% , top , right 100px }
bgpos492808 { background-position: left top 15px , top , right 100px }
bgpos492809 { background-position: left 15% bottom , top , right 100px }
bgpos492810 { background-position: left 15% bottom 15% , top , right 100px }
bgpos492811 { background-position: left 15% bottom 15px , top , right 100px }
bgpos492812 { background-position: left 15% top , top , right 100px }
bgpos492813 { background-position: left 15% top 15% , top , right 100px }
bgpos492814 { background-position: left 15% top 15px , top , right 100px }
bgpos492815 { background-position: left 15% center , top , right 100px }
bgpos492816 { background-position: left 15px bottom , top , right 100px }
bgpos492817 { background-position: left 15px bottom 15% , top , right 100px }
bgpos492818 { background-position: left 15px bottom 15px , top , right 100px }
bgpos492819 { background-position: left 15px top , top , right 100px }
bgpos492820 { background-position: left 15px top 15% , top , right 100px }
bgpos492821 { background-position: left 15px top 15px , top , right 100px }
bgpos492822 { background-position: left 15px center , top , right 100px }
bgpos492823 { background-position: left center , top , right 100px }
bgpos492824 { background-position: right bottom , top , right 100px }
bgpos492825 { background-position: right bottom 15% , top , right 100px }
bgpos492826 { background-position: right bottom 15px , top , right 100px }
bgpos492827 { background-position: right top , top , right 100px }
bgpos492828 { background-position: right top 15% , top , right 100px }
bgpos492829 { background-position: right top 15px , top , right 100px }
bgpos492830 { background-position: right 15% bottom , top , right 100px }
bgpos492831 { background-position: right 15% bottom 15% , top , right 100px }
bgpos492832 { background-position: right 15% bottom 15px , top , right 100px }
bgpos492833 { background-position: right 15% top , top , right 100px }
bgpos492834 { background-position: right 15% top 15% , top , right 100px }
bgpos492835 { background-position: right 15% top 15px , top , right 100px }
bgpos492836 { background-position: right 15% center , top , right 100px }
bgpos492837 { background-position: right 15px bottom , top , right 100px }
bgpos492838 { background-position: right 15px bottom 15% , top , right 100px }
bgpos492839 { background-position: right 15px bottom 15px , top , right 100px }
bgpos492840 { background-position: right 15px top , top , right 100px }
bgpos492841 { background-position: right 15px top 15% , top , right 100px }
bgpos492842 { background-position: right 15px top 15px , top , right 100px }
bgpos492843 { background-position: right 15px center , top , right 100px }
bgpos492844 { background-position: right center , top , right 100px }
bgpos492845 { background-position: 100px , top , right 100px }
bgpos492846 { background-position: 100px 10% , top , right 100px }
bgpos492847 { background-position: 100px 100px , top , right 100px }
bgpos492848 { background-position: 100px bottom , top , right 100px }
bgpos492849 { background-position: 100px center , top , right 100px }
bgpos492850 { background-position: 100px top , top , right 100px }
bgpos492851 { background-position: 50% , top , right 100px }
bgpos492852 { background-position: 50% 10% , top , right 100px }
bgpos492853 { background-position: 50% 100px , top , right 100px }
bgpos492854 { background-position: 50% bottom , top , right 100px }
bgpos492855 { background-position: 50% center , top , right 100px }
bgpos492856 { background-position: 50% top , top , right 100px }
bgpos492857 { background-position: bottom, top , right 100px }
bgpos492858 { background-position: center , top , right 100px }
bgpos492859 { background-position: center bottom , top , right 100px }
bgpos492860 { background-position: center bottom 15% , top , right 100px }
bgpos492861 { background-position: center bottom 15px , top , right 100px }
bgpos492862 { background-position: center top , top , right 100px }
bgpos492863 { background-position: center top 15% , top , right 100px }
bgpos492864 { background-position: center top 15px , top , right 100px }
bgpos492865 { background-position: center 10% , top , right 100px }
bgpos492866 { background-position: center 100px , top , right 100px }
bgpos492867 { background-position: center bottom , top , right 100px }
bgpos492868 { background-position: center center , top , right 100px }
bgpos492869 { background-position: center top , top , right 100px }
bgpos492870 { background-position: left , top , right 100px }
bgpos492871 { background-position: left 10% , top , right 100px }
bgpos492872 { background-position: left 100px , top , right 100px }
bgpos492873 { background-position: left bottom , top , right 100px }
bgpos492874 { background-position: left center , top , right 100px }
bgpos492875 { background-position: left top , top , right 100px }
bgpos492876 { background-position: right , top , right 100px }
bgpos492877 { background-position: right 10% , top , right 100px }
bgpos492878 { background-position: right 100px , top , right 100px }
bgpos492879 { background-position: right bottom , top , right 100px }
bgpos492880 { background-position: right center , top , right 100px }
bgpos492881 { background-position: right top , top , right 100px }
bgpos492882 { background-position: top , top , right 100px }
bgpos492883 { background-position: left bottom , left bottom , right bottom }
bgpos492884 { background-position: left bottom 15% , left bottom , right bottom }
bgpos492885 { background-position: left bottom 15px , left bottom , right bottom }
bgpos492886 { background-position: left top , left bottom , right bottom }
bgpos492887 { background-position: left top 15% , left bottom , right bottom }
bgpos492888 { background-position: left top 15px , left bottom , right bottom }
bgpos492889 { background-position: left 15% bottom , left bottom , right bottom }
bgpos492890 { background-position: left 15% bottom 15% , left bottom , right bottom }
bgpos492891 { background-position: left 15% bottom 15px , left bottom , right bottom }
bgpos492892 { background-position: left 15% top , left bottom , right bottom }
bgpos492893 { background-position: left 15% top 15% , left bottom , right bottom }
bgpos492894 { background-position: left 15% top 15px , left bottom , right bottom }
bgpos492895 { background-position: left 15% center , left bottom , right bottom }
bgpos492896 { background-position: left 15px bottom , left bottom , right bottom }
bgpos492897 { background-position: left 15px bottom 15% , left bottom , right bottom }
bgpos492898 { background-position: left 15px bottom 15px , left bottom , right bottom }
bgpos492899 { background-position: left 15px top , left bottom , right bottom }
bgpos492900 { background-position: left 15px top 15% , left bottom , right bottom }
bgpos492901 { background-position: left 15px top 15px , left bottom , right bottom }
bgpos492902 { background-position: left 15px center , left bottom , right bottom }
bgpos492903 { background-position: left center , left bottom , right bottom }
bgpos492904 { background-position: right bottom , left bottom , right bottom }
bgpos492905 { background-position: right bottom 15% , left bottom , right bottom }
bgpos492906 { background-position: right bottom 15px , left bottom , right bottom }
bgpos492907 { background-position: right top , left bottom , right bottom }
bgpos492908 { background-position: right top 15% , left bottom , right bottom }
bgpos492909 { background-position: right top 15px , left bottom , right bottom }
bgpos492910 { background-position: right 15% bottom , left bottom , right bottom }
bgpos492911 { background-position: right 15% bottom 15% , left bottom , right bottom }
bgpos492912 { background-position: right 15% bottom 15px , left bottom , right bottom }
bgpos492913 { background-position: right 15% top , left bottom , right bottom }
bgpos492914 { background-position: right 15% top 15% , left bottom , right bottom }
bgpos492915 { background-position: right 15% top 15px , left bottom , right bottom }
bgpos492916 { background-position: right 15% center , left bottom , right bottom }
bgpos492917 { background-position: right 15px bottom , left bottom , right bottom }
bgpos492918 { background-position: right 15px bottom 15% , left bottom , right bottom }
bgpos492919 { background-position: right 15px bottom 15px , left bottom , right bottom }
bgpos492920 { background-position: right 15px top , left bottom , right bottom }
bgpos492921 { background-position: right 15px top 15% , left bottom , right bottom }
bgpos492922 { background-position: right 15px top 15px , left bottom , right bottom }
bgpos492923 { background-position: right 15px center , left bottom , right bottom }
bgpos492924 { background-position: right center , left bottom , right bottom }
bgpos492925 { background-position: 100px , left bottom , right bottom }
bgpos492926 { background-position: 100px 10% , left bottom , right bottom }
bgpos492927 { background-position: 100px 100px , left bottom , right bottom }
bgpos492928 { background-position: 100px bottom , left bottom , right bottom }
bgpos492929 { background-position: 100px center , left bottom , right bottom }
bgpos492930 { background-position: 100px top , left bottom , right bottom }
bgpos492931 { background-position: 50% , left bottom , right bottom }
bgpos492932 { background-position: 50% 10% , left bottom , right bottom }
bgpos492933 { background-position: 50% 100px , left bottom , right bottom }
bgpos492934 { background-position: 50% bottom , left bottom , right bottom }
bgpos492935 { background-position: 50% center , left bottom , right bottom }
bgpos492936 { background-position: 50% top , left bottom , right bottom }
bgpos492937 { background-position: bottom, left bottom , right bottom }
bgpos492938 { background-position: center , left bottom , right bottom }
bgpos492939 { background-position: center bottom , left bottom , right bottom }
bgpos492940 { background-position: center bottom 15% , left bottom , right bottom }
bgpos492941 { background-position: center bottom 15px , left bottom , right bottom }
bgpos492942 { background-position: center top , left bottom , right bottom }
bgpos492943 { background-position: center top 15% , left bottom , right bottom }
bgpos492944 { background-position: center top 15px , left bottom , right bottom }
bgpos492945 { background-position: center 10% , left bottom , right bottom }
bgpos492946 { background-position: center 100px , left bottom , right bottom }
bgpos492947 { background-position: center bottom , left bottom , right bottom }
bgpos492948 { background-position: center center , left bottom , right bottom }
bgpos492949 { background-position: center top , left bottom , right bottom }
bgpos492950 { background-position: left , left bottom , right bottom }
bgpos492951 { background-position: left 10% , left bottom , right bottom }
bgpos492952 { background-position: left 100px , left bottom , right bottom }
bgpos492953 { background-position: left bottom , left bottom , right bottom }
bgpos492954 { background-position: left center , left bottom , right bottom }
bgpos492955 { background-position: left top , left bottom , right bottom }
bgpos492956 { background-position: right , left bottom , right bottom }
bgpos492957 { background-position: right 10% , left bottom , right bottom }
bgpos492958 { background-position: right 100px , left bottom , right bottom }
bgpos492959 { background-position: right bottom , left bottom , right bottom }
bgpos492960 { background-position: right center , left bottom , right bottom }
bgpos492961 { background-position: right top , left bottom , right bottom }
bgpos492962 { background-position: top , left bottom , right bottom }
bgpos492963 { background-position: left bottom , left bottom 15% , right bottom }
bgpos492964 { background-position: left bottom 15% , left bottom 15% , right bottom }
bgpos492965 { background-position: left bottom 15px , left bottom 15% , right bottom }
bgpos492966 { background-position: left top , left bottom 15% , right bottom }
bgpos492967 { background-position: left top 15% , left bottom 15% , right bottom }
bgpos492968 { background-position: left top 15px , left bottom 15% , right bottom }
bgpos492969 { background-position: left 15% bottom , left bottom 15% , right bottom }
bgpos492970 { background-position: left 15% bottom 15% , left bottom 15% , right bottom }
bgpos492971 { background-position: left 15% bottom 15px , left bottom 15% , right bottom }
bgpos492972 { background-position: left 15% top , left bottom 15% , right bottom }
bgpos492973 { background-position: left 15% top 15% , left bottom 15% , right bottom }
bgpos492974 { background-position: left 15% top 15px , left bottom 15% , right bottom }
bgpos492975 { background-position: left 15% center , left bottom 15% , right bottom }
bgpos492976 { background-position: left 15px bottom , left bottom 15% , right bottom }
bgpos492977 { background-position: left 15px bottom 15% , left bottom 15% , right bottom }
bgpos492978 { background-position: left 15px bottom 15px , left bottom 15% , right bottom }
bgpos492979 { background-position: left 15px top , left bottom 15% , right bottom }
bgpos492980 { background-position: left 15px top 15% , left bottom 15% , right bottom }
bgpos492981 { background-position: left 15px top 15px , left bottom 15% , right bottom }
bgpos492982 { background-position: left 15px center , left bottom 15% , right bottom }
bgpos492983 { background-position: left center , left bottom 15% , right bottom }
bgpos492984 { background-position: right bottom , left bottom 15% , right bottom }
bgpos492985 { background-position: right bottom 15% , left bottom 15% , right bottom }
bgpos492986 { background-position: right bottom 15px , left bottom 15% , right bottom }
bgpos492987 { background-position: right top , left bottom 15% , right bottom }
bgpos492988 { background-position: right top 15% , left bottom 15% , right bottom }
bgpos492989 { background-position: right top 15px , left bottom 15% , right bottom }
bgpos492990 { background-position: right 15% bottom , left bottom 15% , right bottom }
bgpos492991 { background-position: right 15% bottom 15% , left bottom 15% , right bottom }
bgpos492992 { background-position: right 15% bottom 15px , left bottom 15% , right bottom }
bgpos492993 { background-position: right 15% top , left bottom 15% , right bottom }
bgpos492994 { background-position: right 15% top 15% , left bottom 15% , right bottom }
bgpos492995 { background-position: right 15% top 15px , left bottom 15% , right bottom }
bgpos492996 { background-position: right 15% center , left bottom 15% , right bottom }
bgpos492997 { background-position: right 15px bottom , left bottom 15% , right bottom }
bgpos492998 { background-position: right 15px bottom 15% , left bottom 15% , right bottom }
bgpos492999 { background-position: right 15px bottom 15px , left bottom 15% , right bottom }
bgpos493000 { background-position: right 15px top , left bottom 15% , right bottom }
bgpos493001 { background-position: right 15px top 15% , left bottom 15% , right bottom }
bgpos493002 { background-position: right 15px top 15px , left bottom 15% , right bottom }
bgpos493003 { background-position: right 15px center , left bottom 15% , right bottom }
bgpos493004 { background-position: right center , left bottom 15% , right bottom }
bgpos493005 { background-position: 100px , left bottom 15% , right bottom }
bgpos493006 { background-position: 100px 10% , left bottom 15% , right bottom }
bgpos493007 { background-position: 100px 100px , left bottom 15% , right bottom }
bgpos493008 { background-position: 100px bottom , left bottom 15% , right bottom }
bgpos493009 { background-position: 100px center , left bottom 15% , right bottom }
bgpos493010 { background-position: 100px top , left bottom 15% , right bottom }
bgpos493011 { background-position: 50% , left bottom 15% , right bottom }
bgpos493012 { background-position: 50% 10% , left bottom 15% , right bottom }
bgpos493013 { background-position: 50% 100px , left bottom 15% , right bottom }
bgpos493014 { background-position: 50% bottom , left bottom 15% , right bottom }
bgpos493015 { background-position: 50% center , left bottom 15% , right bottom }
bgpos493016 { background-position: 50% top , left bottom 15% , right bottom }
bgpos493017 { background-position: bottom, left bottom 15% , right bottom }
bgpos493018 { background-position: center , left bottom 15% , right bottom }
bgpos493019 { background-position: center bottom , left bottom 15% , right bottom }
bgpos493020 { background-position: center bottom 15% , left bottom 15% , right bottom }
bgpos493021 { background-position: center bottom 15px , left bottom 15% , right bottom }
bgpos493022 { background-position: center top , left bottom 15% , right bottom }
bgpos493023 { background-position: center top 15% , left bottom 15% , right bottom }
bgpos493024 { background-position: center top 15px , left bottom 15% , right bottom }
bgpos493025 { background-position: center 10% , left bottom 15% , right bottom }
bgpos493026 { background-position: center 100px , left bottom 15% , right bottom }
bgpos493027 { background-position: center bottom , left bottom 15% , right bottom }
bgpos493028 { background-position: center center , left bottom 15% , right bottom }
bgpos493029 { background-position: center top , left bottom 15% , right bottom }
bgpos493030 { background-position: left , left bottom 15% , right bottom }
bgpos493031 { background-position: left 10% , left bottom 15% , right bottom }
bgpos493032 { background-position: left 100px , left bottom 15% , right bottom }
bgpos493033 { background-position: left bottom , left bottom 15% , right bottom }
bgpos493034 { background-position: left center , left bottom 15% , right bottom }
bgpos493035 { background-position: left top , left bottom 15% , right bottom }
bgpos493036 { background-position: right , left bottom 15% , right bottom }
bgpos493037 { background-position: right 10% , left bottom 15% , right bottom }
bgpos493038 { background-position: right 100px , left bottom 15% , right bottom }
bgpos493039 { background-position: right bottom , left bottom 15% , right bottom }
bgpos493040 { background-position: right center , left bottom 15% , right bottom }
bgpos493041 { background-position: right top , left bottom 15% , right bottom }
bgpos493042 { background-position: top , left bottom 15% , right bottom }
bgpos493043 { background-position: left bottom , left bottom 15px , right bottom }
bgpos493044 { background-position: left bottom 15% , left bottom 15px , right bottom }
bgpos493045 { background-position: left bottom 15px , left bottom 15px , right bottom }
bgpos493046 { background-position: left top , left bottom 15px , right bottom }
bgpos493047 { background-position: left top 15% , left bottom 15px , right bottom }
bgpos493048 { background-position: left top 15px , left bottom 15px , right bottom }
bgpos493049 { background-position: left 15% bottom , left bottom 15px , right bottom }
bgpos493050 { background-position: left 15% bottom 15% , left bottom 15px , right bottom }
bgpos493051 { background-position: left 15% bottom 15px , left bottom 15px , right bottom }
bgpos493052 { background-position: left 15% top , left bottom 15px , right bottom }
bgpos493053 { background-position: left 15% top 15% , left bottom 15px , right bottom }
bgpos493054 { background-position: left 15% top 15px , left bottom 15px , right bottom }
bgpos493055 { background-position: left 15% center , left bottom 15px , right bottom }
bgpos493056 { background-position: left 15px bottom , left bottom 15px , right bottom }
bgpos493057 { background-position: left 15px bottom 15% , left bottom 15px , right bottom }
bgpos493058 { background-position: left 15px bottom 15px , left bottom 15px , right bottom }
bgpos493059 { background-position: left 15px top , left bottom 15px , right bottom }
bgpos493060 { background-position: left 15px top 15% , left bottom 15px , right bottom }
bgpos493061 { background-position: left 15px top 15px , left bottom 15px , right bottom }
bgpos493062 { background-position: left 15px center , left bottom 15px , right bottom }
bgpos493063 { background-position: left center , left bottom 15px , right bottom }
bgpos493064 { background-position: right bottom , left bottom 15px , right bottom }
bgpos493065 { background-position: right bottom 15% , left bottom 15px , right bottom }
bgpos493066 { background-position: right bottom 15px , left bottom 15px , right bottom }
bgpos493067 { background-position: right top , left bottom 15px , right bottom }
bgpos493068 { background-position: right top 15% , left bottom 15px , right bottom }
bgpos493069 { background-position: right top 15px , left bottom 15px , right bottom }
bgpos493070 { background-position: right 15% bottom , left bottom 15px , right bottom }
bgpos493071 { background-position: right 15% bottom 15% , left bottom 15px , right bottom }
bgpos493072 { background-position: right 15% bottom 15px , left bottom 15px , right bottom }
bgpos493073 { background-position: right 15% top , left bottom 15px , right bottom }
bgpos493074 { background-position: right 15% top 15% , left bottom 15px , right bottom }
bgpos493075 { background-position: right 15% top 15px , left bottom 15px , right bottom }
bgpos493076 { background-position: right 15% center , left bottom 15px , right bottom }
bgpos493077 { background-position: right 15px bottom , left bottom 15px , right bottom }
bgpos493078 { background-position: right 15px bottom 15% , left bottom 15px , right bottom }
bgpos493079 { background-position: right 15px bottom 15px , left bottom 15px , right bottom }
bgpos493080 { background-position: right 15px top , left bottom 15px , right bottom }
bgpos493081 { background-position: right 15px top 15% , left bottom 15px , right bottom }
bgpos493082 { background-position: right 15px top 15px , left bottom 15px , right bottom }
bgpos493083 { background-position: right 15px center , left bottom 15px , right bottom }
bgpos493084 { background-position: right center , left bottom 15px , right bottom }
bgpos493085 { background-position: 100px , left bottom 15px , right bottom }
bgpos493086 { background-position: 100px 10% , left bottom 15px , right bottom }
bgpos493087 { background-position: 100px 100px , left bottom 15px , right bottom }
bgpos493088 { background-position: 100px bottom , left bottom 15px , right bottom }
bgpos493089 { background-position: 100px center , left bottom 15px , right bottom }
bgpos493090 { background-position: 100px top , left bottom 15px , right bottom }
bgpos493091 { background-position: 50% , left bottom 15px , right bottom }
bgpos493092 { background-position: 50% 10% , left bottom 15px , right bottom }
bgpos493093 { background-position: 50% 100px , left bottom 15px , right bottom }
bgpos493094 { background-position: 50% bottom , left bottom 15px , right bottom }
bgpos493095 { background-position: 50% center , left bottom 15px , right bottom }
bgpos493096 { background-position: 50% top , left bottom 15px , right bottom }
bgpos493097 { background-position: bottom, left bottom 15px , right bottom }
bgpos493098 { background-position: center , left bottom 15px , right bottom }
bgpos493099 { background-position: center bottom , left bottom 15px , right bottom }
bgpos493100 { background-position: center bottom 15% , left bottom 15px , right bottom }
bgpos493101 { background-position: center bottom 15px , left bottom 15px , right bottom }
bgpos493102 { background-position: center top , left bottom 15px , right bottom }
bgpos493103 { background-position: center top 15% , left bottom 15px , right bottom }
bgpos493104 { background-position: center top 15px , left bottom 15px , right bottom }
bgpos493105 { background-position: center 10% , left bottom 15px , right bottom }
bgpos493106 { background-position: center 100px , left bottom 15px , right bottom }
bgpos493107 { background-position: center bottom , left bottom 15px , right bottom }
bgpos493108 { background-position: center center , left bottom 15px , right bottom }
bgpos493109 { background-position: center top , left bottom 15px , right bottom }
bgpos493110 { background-position: left , left bottom 15px , right bottom }
bgpos493111 { background-position: left 10% , left bottom 15px , right bottom }
bgpos493112 { background-position: left 100px , left bottom 15px , right bottom }
bgpos493113 { background-position: left bottom , left bottom 15px , right bottom }
bgpos493114 { background-position: left center , left bottom 15px , right bottom }
bgpos493115 { background-position: left top , left bottom 15px , right bottom }
bgpos493116 { background-position: right , left bottom 15px , right bottom }
bgpos493117 { background-position: right 10% , left bottom 15px , right bottom }
bgpos493118 { background-position: right 100px , left bottom 15px , right bottom }
bgpos493119 { background-position: right bottom , left bottom 15px , right bottom }
bgpos493120 { background-position: right center , left bottom 15px , right bottom }
bgpos493121 { background-position: right top , left bottom 15px , right bottom }
bgpos493122 { background-position: top , left bottom 15px , right bottom }
bgpos493123 { background-position: left bottom , left top , right bottom }
bgpos493124 { background-position: left bottom 15% , left top , right bottom }
bgpos493125 { background-position: left bottom 15px , left top , right bottom }
bgpos493126 { background-position: left top , left top , right bottom }
bgpos493127 { background-position: left top 15% , left top , right bottom }
bgpos493128 { background-position: left top 15px , left top , right bottom }
bgpos493129 { background-position: left 15% bottom , left top , right bottom }
bgpos493130 { background-position: left 15% bottom 15% , left top , right bottom }
bgpos493131 { background-position: left 15% bottom 15px , left top , right bottom }
bgpos493132 { background-position: left 15% top , left top , right bottom }
bgpos493133 { background-position: left 15% top 15% , left top , right bottom }
bgpos493134 { background-position: left 15% top 15px , left top , right bottom }
bgpos493135 { background-position: left 15% center , left top , right bottom }
bgpos493136 { background-position: left 15px bottom , left top , right bottom }
bgpos493137 { background-position: left 15px bottom 15% , left top , right bottom }
bgpos493138 { background-position: left 15px bottom 15px , left top , right bottom }
bgpos493139 { background-position: left 15px top , left top , right bottom }
bgpos493140 { background-position: left 15px top 15% , left top , right bottom }
bgpos493141 { background-position: left 15px top 15px , left top , right bottom }
bgpos493142 { background-position: left 15px center , left top , right bottom }
bgpos493143 { background-position: left center , left top , right bottom }
bgpos493144 { background-position: right bottom , left top , right bottom }
bgpos493145 { background-position: right bottom 15% , left top , right bottom }
bgpos493146 { background-position: right bottom 15px , left top , right bottom }
bgpos493147 { background-position: right top , left top , right bottom }
bgpos493148 { background-position: right top 15% , left top , right bottom }
bgpos493149 { background-position: right top 15px , left top , right bottom }
bgpos493150 { background-position: right 15% bottom , left top , right bottom }
bgpos493151 { background-position: right 15% bottom 15% , left top , right bottom }
bgpos493152 { background-position: right 15% bottom 15px , left top , right bottom }
bgpos493153 { background-position: right 15% top , left top , right bottom }
bgpos493154 { background-position: right 15% top 15% , left top , right bottom }
bgpos493155 { background-position: right 15% top 15px , left top , right bottom }
bgpos493156 { background-position: right 15% center , left top , right bottom }
bgpos493157 { background-position: right 15px bottom , left top , right bottom }
bgpos493158 { background-position: right 15px bottom 15% , left top , right bottom }
bgpos493159 { background-position: right 15px bottom 15px , left top , right bottom }
bgpos493160 { background-position: right 15px top , left top , right bottom }
bgpos493161 { background-position: right 15px top 15% , left top , right bottom }
bgpos493162 { background-position: right 15px top 15px , left top , right bottom }
bgpos493163 { background-position: right 15px center , left top , right bottom }
bgpos493164 { background-position: right center , left top , right bottom }
bgpos493165 { background-position: 100px , left top , right bottom }
bgpos493166 { background-position: 100px 10% , left top , right bottom }
bgpos493167 { background-position: 100px 100px , left top , right bottom }
bgpos493168 { background-position: 100px bottom , left top , right bottom }
bgpos493169 { background-position: 100px center , left top , right bottom }
bgpos493170 { background-position: 100px top , left top , right bottom }
bgpos493171 { background-position: 50% , left top , right bottom }
bgpos493172 { background-position: 50% 10% , left top , right bottom }
bgpos493173 { background-position: 50% 100px , left top , right bottom }
bgpos493174 { background-position: 50% bottom , left top , right bottom }
bgpos493175 { background-position: 50% center , left top , right bottom }
bgpos493176 { background-position: 50% top , left top , right bottom }
bgpos493177 { background-position: bottom, left top , right bottom }
bgpos493178 { background-position: center , left top , right bottom }
bgpos493179 { background-position: center bottom , left top , right bottom }
bgpos493180 { background-position: center bottom 15% , left top , right bottom }
bgpos493181 { background-position: center bottom 15px , left top , right bottom }
bgpos493182 { background-position: center top , left top , right bottom }
bgpos493183 { background-position: center top 15% , left top , right bottom }
bgpos493184 { background-position: center top 15px , left top , right bottom }
bgpos493185 { background-position: center 10% , left top , right bottom }
bgpos493186 { background-position: center 100px , left top , right bottom }
bgpos493187 { background-position: center bottom , left top , right bottom }
bgpos493188 { background-position: center center , left top , right bottom }
bgpos493189 { background-position: center top , left top , right bottom }
bgpos493190 { background-position: left , left top , right bottom }
bgpos493191 { background-position: left 10% , left top , right bottom }
bgpos493192 { background-position: left 100px , left top , right bottom }
bgpos493193 { background-position: left bottom , left top , right bottom }
bgpos493194 { background-position: left center , left top , right bottom }
bgpos493195 { background-position: left top , left top , right bottom }
bgpos493196 { background-position: right , left top , right bottom }
bgpos493197 { background-position: right 10% , left top , right bottom }
bgpos493198 { background-position: right 100px , left top , right bottom }
bgpos493199 { background-position: right bottom , left top , right bottom }
bgpos493200 { background-position: right center , left top , right bottom }
bgpos493201 { background-position: right top , left top , right bottom }
bgpos493202 { background-position: top , left top , right bottom }
bgpos493203 { background-position: left bottom , left top 15% , right bottom }
bgpos493204 { background-position: left bottom 15% , left top 15% , right bottom }
bgpos493205 { background-position: left bottom 15px , left top 15% , right bottom }
bgpos493206 { background-position: left top , left top 15% , right bottom }
bgpos493207 { background-position: left top 15% , left top 15% , right bottom }
bgpos493208 { background-position: left top 15px , left top 15% , right bottom }
bgpos493209 { background-position: left 15% bottom , left top 15% , right bottom }
bgpos493210 { background-position: left 15% bottom 15% , left top 15% , right bottom }
bgpos493211 { background-position: left 15% bottom 15px , left top 15% , right bottom }
bgpos493212 { background-position: left 15% top , left top 15% , right bottom }
bgpos493213 { background-position: left 15% top 15% , left top 15% , right bottom }
bgpos493214 { background-position: left 15% top 15px , left top 15% , right bottom }
bgpos493215 { background-position: left 15% center , left top 15% , right bottom }
bgpos493216 { background-position: left 15px bottom , left top 15% , right bottom }
bgpos493217 { background-position: left 15px bottom 15% , left top 15% , right bottom }
bgpos493218 { background-position: left 15px bottom 15px , left top 15% , right bottom }
bgpos493219 { background-position: left 15px top , left top 15% , right bottom }
bgpos493220 { background-position: left 15px top 15% , left top 15% , right bottom }
bgpos493221 { background-position: left 15px top 15px , left top 15% , right bottom }
bgpos493222 { background-position: left 15px center , left top 15% , right bottom }
bgpos493223 { background-position: left center , left top 15% , right bottom }
bgpos493224 { background-position: right bottom , left top 15% , right bottom }
bgpos493225 { background-position: right bottom 15% , left top 15% , right bottom }
bgpos493226 { background-position: right bottom 15px , left top 15% , right bottom }
bgpos493227 { background-position: right top , left top 15% , right bottom }
bgpos493228 { background-position: right top 15% , left top 15% , right bottom }
bgpos493229 { background-position: right top 15px , left top 15% , right bottom }
bgpos493230 { background-position: right 15% bottom , left top 15% , right bottom }
bgpos493231 { background-position: right 15% bottom 15% , left top 15% , right bottom }
bgpos493232 { background-position: right 15% bottom 15px , left top 15% , right bottom }
bgpos493233 { background-position: right 15% top , left top 15% , right bottom }
bgpos493234 { background-position: right 15% top 15% , left top 15% , right bottom }
bgpos493235 { background-position: right 15% top 15px , left top 15% , right bottom }
bgpos493236 { background-position: right 15% center , left top 15% , right bottom }
bgpos493237 { background-position: right 15px bottom , left top 15% , right bottom }
bgpos493238 { background-position: right 15px bottom 15% , left top 15% , right bottom }
bgpos493239 { background-position: right 15px bottom 15px , left top 15% , right bottom }
bgpos493240 { background-position: right 15px top , left top 15% , right bottom }
bgpos493241 { background-position: right 15px top 15% , left top 15% , right bottom }
bgpos493242 { background-position: right 15px top 15px , left top 15% , right bottom }
bgpos493243 { background-position: right 15px center , left top 15% , right bottom }
bgpos493244 { background-position: right center , left top 15% , right bottom }
bgpos493245 { background-position: 100px , left top 15% , right bottom }
bgpos493246 { background-position: 100px 10% , left top 15% , right bottom }
bgpos493247 { background-position: 100px 100px , left top 15% , right bottom }
bgpos493248 { background-position: 100px bottom , left top 15% , right bottom }
bgpos493249 { background-position: 100px center , left top 15% , right bottom }
bgpos493250 { background-position: 100px top , left top 15% , right bottom }
bgpos493251 { background-position: 50% , left top 15% , right bottom }
bgpos493252 { background-position: 50% 10% , left top 15% , right bottom }
bgpos493253 { background-position: 50% 100px , left top 15% , right bottom }
bgpos493254 { background-position: 50% bottom , left top 15% , right bottom }
bgpos493255 { background-position: 50% center , left top 15% , right bottom }
bgpos493256 { background-position: 50% top , left top 15% , right bottom }
bgpos493257 { background-position: bottom, left top 15% , right bottom }
bgpos493258 { background-position: center , left top 15% , right bottom }
bgpos493259 { background-position: center bottom , left top 15% , right bottom }
bgpos493260 { background-position: center bottom 15% , left top 15% , right bottom }
bgpos493261 { background-position: center bottom 15px , left top 15% , right bottom }
bgpos493262 { background-position: center top , left top 15% , right bottom }
bgpos493263 { background-position: center top 15% , left top 15% , right bottom }
bgpos493264 { background-position: center top 15px , left top 15% , right bottom }
bgpos493265 { background-position: center 10% , left top 15% , right bottom }
bgpos493266 { background-position: center 100px , left top 15% , right bottom }
bgpos493267 { background-position: center bottom , left top 15% , right bottom }
bgpos493268 { background-position: center center , left top 15% , right bottom }
bgpos493269 { background-position: center top , left top 15% , right bottom }
bgpos493270 { background-position: left , left top 15% , right bottom }
bgpos493271 { background-position: left 10% , left top 15% , right bottom }
bgpos493272 { background-position: left 100px , left top 15% , right bottom }
bgpos493273 { background-position: left bottom , left top 15% , right bottom }
bgpos493274 { background-position: left center , left top 15% , right bottom }
bgpos493275 { background-position: left top , left top 15% , right bottom }
bgpos493276 { background-position: right , left top 15% , right bottom }
bgpos493277 { background-position: right 10% , left top 15% , right bottom }
bgpos493278 { background-position: right 100px , left top 15% , right bottom }
bgpos493279 { background-position: right bottom , left top 15% , right bottom }
bgpos493280 { background-position: right center , left top 15% , right bottom }
bgpos493281 { background-position: right top , left top 15% , right bottom }
bgpos493282 { background-position: top , left top 15% , right bottom }
bgpos493283 { background-position: left bottom , left top 15px , right bottom }
bgpos493284 { background-position: left bottom 15% , left top 15px , right bottom }
bgpos493285 { background-position: left bottom 15px , left top 15px , right bottom }
bgpos493286 { background-position: left top , left top 15px , right bottom }
bgpos493287 { background-position: left top 15% , left top 15px , right bottom }
bgpos493288 { background-position: left top 15px , left top 15px , right bottom }
bgpos493289 { background-position: left 15% bottom , left top 15px , right bottom }
bgpos493290 { background-position: left 15% bottom 15% , left top 15px , right bottom }
bgpos493291 { background-position: left 15% bottom 15px , left top 15px , right bottom }
bgpos493292 { background-position: left 15% top , left top 15px , right bottom }
bgpos493293 { background-position: left 15% top 15% , left top 15px , right bottom }
bgpos493294 { background-position: left 15% top 15px , left top 15px , right bottom }
bgpos493295 { background-position: left 15% center , left top 15px , right bottom }
bgpos493296 { background-position: left 15px bottom , left top 15px , right bottom }
bgpos493297 { background-position: left 15px bottom 15% , left top 15px , right bottom }
bgpos493298 { background-position: left 15px bottom 15px , left top 15px , right bottom }
bgpos493299 { background-position: left 15px top , left top 15px , right bottom }
bgpos493300 { background-position: left 15px top 15% , left top 15px , right bottom }
bgpos493301 { background-position: left 15px top 15px , left top 15px , right bottom }
bgpos493302 { background-position: left 15px center , left top 15px , right bottom }
bgpos493303 { background-position: left center , left top 15px , right bottom }
bgpos493304 { background-position: right bottom , left top 15px , right bottom }
bgpos493305 { background-position: right bottom 15% , left top 15px , right bottom }
bgpos493306 { background-position: right bottom 15px , left top 15px , right bottom }
bgpos493307 { background-position: right top , left top 15px , right bottom }
bgpos493308 { background-position: right top 15% , left top 15px , right bottom }
bgpos493309 { background-position: right top 15px , left top 15px , right bottom }
bgpos493310 { background-position: right 15% bottom , left top 15px , right bottom }
bgpos493311 { background-position: right 15% bottom 15% , left top 15px , right bottom }
bgpos493312 { background-position: right 15% bottom 15px , left top 15px , right bottom }
bgpos493313 { background-position: right 15% top , left top 15px , right bottom }
bgpos493314 { background-position: right 15% top 15% , left top 15px , right bottom }
bgpos493315 { background-position: right 15% top 15px , left top 15px , right bottom }
bgpos493316 { background-position: right 15% center , left top 15px , right bottom }
bgpos493317 { background-position: right 15px bottom , left top 15px , right bottom }
bgpos493318 { background-position: right 15px bottom 15% , left top 15px , right bottom }
bgpos493319 { background-position: right 15px bottom 15px , left top 15px , right bottom }
bgpos493320 { background-position: right 15px top , left top 15px , right bottom }
bgpos493321 { background-position: right 15px top 15% , left top 15px , right bottom }
bgpos493322 { background-position: right 15px top 15px , left top 15px , right bottom }
bgpos493323 { background-position: right 15px center , left top 15px , right bottom }
bgpos493324 { background-position: right center , left top 15px , right bottom }
bgpos493325 { background-position: 100px , left top 15px , right bottom }
bgpos493326 { background-position: 100px 10% , left top 15px , right bottom }
bgpos493327 { background-position: 100px 100px , left top 15px , right bottom }
bgpos493328 { background-position: 100px bottom , left top 15px , right bottom }
bgpos493329 { background-position: 100px center , left top 15px , right bottom }
bgpos493330 { background-position: 100px top , left top 15px , right bottom }
bgpos493331 { background-position: 50% , left top 15px , right bottom }
bgpos493332 { background-position: 50% 10% , left top 15px , right bottom }
bgpos493333 { background-position: 50% 100px , left top 15px , right bottom }
bgpos493334 { background-position: 50% bottom , left top 15px , right bottom }
bgpos493335 { background-position: 50% center , left top 15px , right bottom }
bgpos493336 { background-position: 50% top , left top 15px , right bottom }
bgpos493337 { background-position: bottom, left top 15px , right bottom }
bgpos493338 { background-position: center , left top 15px , right bottom }
bgpos493339 { background-position: center bottom , left top 15px , right bottom }
bgpos493340 { background-position: center bottom 15% , left top 15px , right bottom }
bgpos493341 { background-position: center bottom 15px , left top 15px , right bottom }
bgpos493342 { background-position: center top , left top 15px , right bottom }
bgpos493343 { background-position: center top 15% , left top 15px , right bottom }
bgpos493344 { background-position: center top 15px , left top 15px , right bottom }
bgpos493345 { background-position: center 10% , left top 15px , right bottom }
bgpos493346 { background-position: center 100px , left top 15px , right bottom }
bgpos493347 { background-position: center bottom , left top 15px , right bottom }
bgpos493348 { background-position: center center , left top 15px , right bottom }
bgpos493349 { background-position: center top , left top 15px , right bottom }
bgpos493350 { background-position: left , left top 15px , right bottom }
bgpos493351 { background-position: left 10% , left top 15px , right bottom }
bgpos493352 { background-position: left 100px , left top 15px , right bottom }
bgpos493353 { background-position: left bottom , left top 15px , right bottom }
bgpos493354 { background-position: left center , left top 15px , right bottom }
bgpos493355 { background-position: left top , left top 15px , right bottom }
bgpos493356 { background-position: right , left top 15px , right bottom }
bgpos493357 { background-position: right 10% , left top 15px , right bottom }
bgpos493358 { background-position: right 100px , left top 15px , right bottom }
bgpos493359 { background-position: right bottom , left top 15px , right bottom }
bgpos493360 { background-position: right center , left top 15px , right bottom }
bgpos493361 { background-position: right top , left top 15px , right bottom }
bgpos493362 { background-position: top , left top 15px , right bottom }
bgpos493363 { background-position: left bottom , left 15% bottom , right bottom }
bgpos493364 { background-position: left bottom 15% , left 15% bottom , right bottom }
bgpos493365 { background-position: left bottom 15px , left 15% bottom , right bottom }
bgpos493366 { background-position: left top , left 15% bottom , right bottom }
bgpos493367 { background-position: left top 15% , left 15% bottom , right bottom }
bgpos493368 { background-position: left top 15px , left 15% bottom , right bottom }
bgpos493369 { background-position: left 15% bottom , left 15% bottom , right bottom }
bgpos493370 { background-position: left 15% bottom 15% , left 15% bottom , right bottom }
bgpos493371 { background-position: left 15% bottom 15px , left 15% bottom , right bottom }
bgpos493372 { background-position: left 15% top , left 15% bottom , right bottom }
bgpos493373 { background-position: left 15% top 15% , left 15% bottom , right bottom }
bgpos493374 { background-position: left 15% top 15px , left 15% bottom , right bottom }
bgpos493375 { background-position: left 15% center , left 15% bottom , right bottom }
bgpos493376 { background-position: left 15px bottom , left 15% bottom , right bottom }
bgpos493377 { background-position: left 15px bottom 15% , left 15% bottom , right bottom }
bgpos493378 { background-position: left 15px bottom 15px , left 15% bottom , right bottom }
bgpos493379 { background-position: left 15px top , left 15% bottom , right bottom }
bgpos493380 { background-position: left 15px top 15% , left 15% bottom , right bottom }
bgpos493381 { background-position: left 15px top 15px , left 15% bottom , right bottom }
bgpos493382 { background-position: left 15px center , left 15% bottom , right bottom }
bgpos493383 { background-position: left center , left 15% bottom , right bottom }
bgpos493384 { background-position: right bottom , left 15% bottom , right bottom }
bgpos493385 { background-position: right bottom 15% , left 15% bottom , right bottom }
bgpos493386 { background-position: right bottom 15px , left 15% bottom , right bottom }
bgpos493387 { background-position: right top , left 15% bottom , right bottom }
bgpos493388 { background-position: right top 15% , left 15% bottom , right bottom }
bgpos493389 { background-position: right top 15px , left 15% bottom , right bottom }
bgpos493390 { background-position: right 15% bottom , left 15% bottom , right bottom }
bgpos493391 { background-position: right 15% bottom 15% , left 15% bottom , right bottom }
bgpos493392 { background-position: right 15% bottom 15px , left 15% bottom , right bottom }
bgpos493393 { background-position: right 15% top , left 15% bottom , right bottom }
bgpos493394 { background-position: right 15% top 15% , left 15% bottom , right bottom }
bgpos493395 { background-position: right 15% top 15px , left 15% bottom , right bottom }
bgpos493396 { background-position: right 15% center , left 15% bottom , right bottom }
bgpos493397 { background-position: right 15px bottom , left 15% bottom , right bottom }
bgpos493398 { background-position: right 15px bottom 15% , left 15% bottom , right bottom }
bgpos493399 { background-position: right 15px bottom 15px , left 15% bottom , right bottom }
bgpos493400 { background-position: right 15px top , left 15% bottom , right bottom }
bgpos493401 { background-position: right 15px top 15% , left 15% bottom , right bottom }
bgpos493402 { background-position: right 15px top 15px , left 15% bottom , right bottom }
bgpos493403 { background-position: right 15px center , left 15% bottom , right bottom }
bgpos493404 { background-position: right center , left 15% bottom , right bottom }
bgpos493405 { background-position: 100px , left 15% bottom , right bottom }
bgpos493406 { background-position: 100px 10% , left 15% bottom , right bottom }
bgpos493407 { background-position: 100px 100px , left 15% bottom , right bottom }
bgpos493408 { background-position: 100px bottom , left 15% bottom , right bottom }
bgpos493409 { background-position: 100px center , left 15% bottom , right bottom }
bgpos493410 { background-position: 100px top , left 15% bottom , right bottom }
bgpos493411 { background-position: 50% , left 15% bottom , right bottom }
bgpos493412 { background-position: 50% 10% , left 15% bottom , right bottom }
bgpos493413 { background-position: 50% 100px , left 15% bottom , right bottom }
bgpos493414 { background-position: 50% bottom , left 15% bottom , right bottom }
bgpos493415 { background-position: 50% center , left 15% bottom , right bottom }
bgpos493416 { background-position: 50% top , left 15% bottom , right bottom }
bgpos493417 { background-position: bottom, left 15% bottom , right bottom }
bgpos493418 { background-position: center , left 15% bottom , right bottom }
bgpos493419 { background-position: center bottom , left 15% bottom , right bottom }
bgpos493420 { background-position: center bottom 15% , left 15% bottom , right bottom }
bgpos493421 { background-position: center bottom 15px , left 15% bottom , right bottom }
bgpos493422 { background-position: center top , left 15% bottom , right bottom }
bgpos493423 { background-position: center top 15% , left 15% bottom , right bottom }
bgpos493424 { background-position: center top 15px , left 15% bottom , right bottom }
bgpos493425 { background-position: center 10% , left 15% bottom , right bottom }
bgpos493426 { background-position: center 100px , left 15% bottom , right bottom }
bgpos493427 { background-position: center bottom , left 15% bottom , right bottom }
bgpos493428 { background-position: center center , left 15% bottom , right bottom }
bgpos493429 { background-position: center top , left 15% bottom , right bottom }
bgpos493430 { background-position: left , left 15% bottom , right bottom }
bgpos493431 { background-position: left 10% , left 15% bottom , right bottom }
bgpos493432 { background-position: left 100px , left 15% bottom , right bottom }
bgpos493433 { background-position: left bottom , left 15% bottom , right bottom }
bgpos493434 { background-position: left center , left 15% bottom , right bottom }
bgpos493435 { background-position: left top , left 15% bottom , right bottom }
bgpos493436 { background-position: right , left 15% bottom , right bottom }
bgpos493437 { background-position: right 10% , left 15% bottom , right bottom }
bgpos493438 { background-position: right 100px , left 15% bottom , right bottom }
bgpos493439 { background-position: right bottom , left 15% bottom , right bottom }
bgpos493440 { background-position: right center , left 15% bottom , right bottom }
bgpos493441 { background-position: right top , left 15% bottom , right bottom }
bgpos493442 { background-position: top , left 15% bottom , right bottom }
bgpos493443 { background-position: left bottom , left 15% bottom 15% , right bottom }
bgpos493444 { background-position: left bottom 15% , left 15% bottom 15% , right bottom }
bgpos493445 { background-position: left bottom 15px , left 15% bottom 15% , right bottom }
bgpos493446 { background-position: left top , left 15% bottom 15% , right bottom }
bgpos493447 { background-position: left top 15% , left 15% bottom 15% , right bottom }
bgpos493448 { background-position: left top 15px , left 15% bottom 15% , right bottom }
bgpos493449 { background-position: left 15% bottom , left 15% bottom 15% , right bottom }
bgpos493450 { background-position: left 15% bottom 15% , left 15% bottom 15% , right bottom }
bgpos493451 { background-position: left 15% bottom 15px , left 15% bottom 15% , right bottom }
bgpos493452 { background-position: left 15% top , left 15% bottom 15% , right bottom }
bgpos493453 { background-position: left 15% top 15% , left 15% bottom 15% , right bottom }
bgpos493454 { background-position: left 15% top 15px , left 15% bottom 15% , right bottom }
bgpos493455 { background-position: left 15% center , left 15% bottom 15% , right bottom }
bgpos493456 { background-position: left 15px bottom , left 15% bottom 15% , right bottom }
bgpos493457 { background-position: left 15px bottom 15% , left 15% bottom 15% , right bottom }
bgpos493458 { background-position: left 15px bottom 15px , left 15% bottom 15% , right bottom }
bgpos493459 { background-position: left 15px top , left 15% bottom 15% , right bottom }
bgpos493460 { background-position: left 15px top 15% , left 15% bottom 15% , right bottom }
bgpos493461 { background-position: left 15px top 15px , left 15% bottom 15% , right bottom }
bgpos493462 { background-position: left 15px center , left 15% bottom 15% , right bottom }
bgpos493463 { background-position: left center , left 15% bottom 15% , right bottom }
bgpos493464 { background-position: right bottom , left 15% bottom 15% , right bottom }
bgpos493465 { background-position: right bottom 15% , left 15% bottom 15% , right bottom }
bgpos493466 { background-position: right bottom 15px , left 15% bottom 15% , right bottom }
bgpos493467 { background-position: right top , left 15% bottom 15% , right bottom }
bgpos493468 { background-position: right top 15% , left 15% bottom 15% , right bottom }
bgpos493469 { background-position: right top 15px , left 15% bottom 15% , right bottom }
bgpos493470 { background-position: right 15% bottom , left 15% bottom 15% , right bottom }
bgpos493471 { background-position: right 15% bottom 15% , left 15% bottom 15% , right bottom }
bgpos493472 { background-position: right 15% bottom 15px , left 15% bottom 15% , right bottom }
bgpos493473 { background-position: right 15% top , left 15% bottom 15% , right bottom }
bgpos493474 { background-position: right 15% top 15% , left 15% bottom 15% , right bottom }
bgpos493475 { background-position: right 15% top 15px , left 15% bottom 15% , right bottom }
bgpos493476 { background-position: right 15% center , left 15% bottom 15% , right bottom }
bgpos493477 { background-position: right 15px bottom , left 15% bottom 15% , right bottom }
bgpos493478 { background-position: right 15px bottom 15% , left 15% bottom 15% , right bottom }
bgpos493479 { background-position: right 15px bottom 15px , left 15% bottom 15% , right bottom }
bgpos493480 { background-position: right 15px top , left 15% bottom 15% , right bottom }
bgpos493481 { background-position: right 15px top 15% , left 15% bottom 15% , right bottom }
bgpos493482 { background-position: right 15px top 15px , left 15% bottom 15% , right bottom }
bgpos493483 { background-position: right 15px center , left 15% bottom 15% , right bottom }
bgpos493484 { background-position: right center , left 15% bottom 15% , right bottom }
bgpos493485 { background-position: 100px , left 15% bottom 15% , right bottom }
bgpos493486 { background-position: 100px 10% , left 15% bottom 15% , right bottom }
bgpos493487 { background-position: 100px 100px , left 15% bottom 15% , right bottom }
bgpos493488 { background-position: 100px bottom , left 15% bottom 15% , right bottom }
bgpos493489 { background-position: 100px center , left 15% bottom 15% , right bottom }
bgpos493490 { background-position: 100px top , left 15% bottom 15% , right bottom }
bgpos493491 { background-position: 50% , left 15% bottom 15% , right bottom }
bgpos493492 { background-position: 50% 10% , left 15% bottom 15% , right bottom }
bgpos493493 { background-position: 50% 100px , left 15% bottom 15% , right bottom }
bgpos493494 { background-position: 50% bottom , left 15% bottom 15% , right bottom }
bgpos493495 { background-position: 50% center , left 15% bottom 15% , right bottom }
bgpos493496 { background-position: 50% top , left 15% bottom 15% , right bottom }
bgpos493497 { background-position: bottom, left 15% bottom 15% , right bottom }
bgpos493498 { background-position: center , left 15% bottom 15% , right bottom }
bgpos493499 { background-position: center bottom , left 15% bottom 15% , right bottom }
bgpos493500 { background-position: center bottom 15% , left 15% bottom 15% , right bottom }
bgpos493501 { background-position: center bottom 15px , left 15% bottom 15% , right bottom }
bgpos493502 { background-position: center top , left 15% bottom 15% , right bottom }
bgpos493503 { background-position: center top 15% , left 15% bottom 15% , right bottom }
bgpos493504 { background-position: center top 15px , left 15% bottom 15% , right bottom }
bgpos493505 { background-position: center 10% , left 15% bottom 15% , right bottom }
bgpos493506 { background-position: center 100px , left 15% bottom 15% , right bottom }
bgpos493507 { background-position: center bottom , left 15% bottom 15% , right bottom }
bgpos493508 { background-position: center center , left 15% bottom 15% , right bottom }
bgpos493509 { background-position: center top , left 15% bottom 15% , right bottom }
bgpos493510 { background-position: left , left 15% bottom 15% , right bottom }
bgpos493511 { background-position: left 10% , left 15% bottom 15% , right bottom }
bgpos493512 { background-position: left 100px , left 15% bottom 15% , right bottom }
bgpos493513 { background-position: left bottom , left 15% bottom 15% , right bottom }
bgpos493514 { background-position: left center , left 15% bottom 15% , right bottom }
bgpos493515 { background-position: left top , left 15% bottom 15% , right bottom }
bgpos493516 { background-position: right , left 15% bottom 15% , right bottom }
bgpos493517 { background-position: right 10% , left 15% bottom 15% , right bottom }
bgpos493518 { background-position: right 100px , left 15% bottom 15% , right bottom }
bgpos493519 { background-position: right bottom , left 15% bottom 15% , right bottom }
bgpos493520 { background-position: right center , left 15% bottom 15% , right bottom }
bgpos493521 { background-position: right top , left 15% bottom 15% , right bottom }
bgpos493522 { background-position: top , left 15% bottom 15% , right bottom }
bgpos493523 { background-position: left bottom , left 15% bottom 15px , right bottom }
bgpos493524 { background-position: left bottom 15% , left 15% bottom 15px , right bottom }
bgpos493525 { background-position: left bottom 15px , left 15% bottom 15px , right bottom }
bgpos493526 { background-position: left top , left 15% bottom 15px , right bottom }
bgpos493527 { background-position: left top 15% , left 15% bottom 15px , right bottom }
bgpos493528 { background-position: left top 15px , left 15% bottom 15px , right bottom }
bgpos493529 { background-position: left 15% bottom , left 15% bottom 15px , right bottom }
bgpos493530 { background-position: left 15% bottom 15% , left 15% bottom 15px , right bottom }
bgpos493531 { background-position: left 15% bottom 15px , left 15% bottom 15px , right bottom }
bgpos493532 { background-position: left 15% top , left 15% bottom 15px , right bottom }
bgpos493533 { background-position: left 15% top 15% , left 15% bottom 15px , right bottom }
bgpos493534 { background-position: left 15% top 15px , left 15% bottom 15px , right bottom }
bgpos493535 { background-position: left 15% center , left 15% bottom 15px , right bottom }
bgpos493536 { background-position: left 15px bottom , left 15% bottom 15px , right bottom }
bgpos493537 { background-position: left 15px bottom 15% , left 15% bottom 15px , right bottom }
bgpos493538 { background-position: left 15px bottom 15px , left 15% bottom 15px , right bottom }
bgpos493539 { background-position: left 15px top , left 15% bottom 15px , right bottom }
bgpos493540 { background-position: left 15px top 15% , left 15% bottom 15px , right bottom }
bgpos493541 { background-position: left 15px top 15px , left 15% bottom 15px , right bottom }
bgpos493542 { background-position: left 15px center , left 15% bottom 15px , right bottom }
bgpos493543 { background-position: left center , left 15% bottom 15px , right bottom }
bgpos493544 { background-position: right bottom , left 15% bottom 15px , right bottom }
bgpos493545 { background-position: right bottom 15% , left 15% bottom 15px , right bottom }
bgpos493546 { background-position: right bottom 15px , left 15% bottom 15px , right bottom }
bgpos493547 { background-position: right top , left 15% bottom 15px , right bottom }
bgpos493548 { background-position: right top 15% , left 15% bottom 15px , right bottom }
bgpos493549 { background-position: right top 15px , left 15% bottom 15px , right bottom }
bgpos493550 { background-position: right 15% bottom , left 15% bottom 15px , right bottom }
bgpos493551 { background-position: right 15% bottom 15% , left 15% bottom 15px , right bottom }
bgpos493552 { background-position: right 15% bottom 15px , left 15% bottom 15px , right bottom }
bgpos493553 { background-position: right 15% top , left 15% bottom 15px , right bottom }
bgpos493554 { background-position: right 15% top 15% , left 15% bottom 15px , right bottom }
bgpos493555 { background-position: right 15% top 15px , left 15% bottom 15px , right bottom }
bgpos493556 { background-position: right 15% center , left 15% bottom 15px , right bottom }
bgpos493557 { background-position: right 15px bottom , left 15% bottom 15px , right bottom }
bgpos493558 { background-position: right 15px bottom 15% , left 15% bottom 15px , right bottom }
bgpos493559 { background-position: right 15px bottom 15px , left 15% bottom 15px , right bottom }
bgpos493560 { background-position: right 15px top , left 15% bottom 15px , right bottom }
bgpos493561 { background-position: right 15px top 15% , left 15% bottom 15px , right bottom }
bgpos493562 { background-position: right 15px top 15px , left 15% bottom 15px , right bottom }
bgpos493563 { background-position: right 15px center , left 15% bottom 15px , right bottom }
bgpos493564 { background-position: right center , left 15% bottom 15px , right bottom }
bgpos493565 { background-position: 100px , left 15% bottom 15px , right bottom }
bgpos493566 { background-position: 100px 10% , left 15% bottom 15px , right bottom }
bgpos493567 { background-position: 100px 100px , left 15% bottom 15px , right bottom }
bgpos493568 { background-position: 100px bottom , left 15% bottom 15px , right bottom }
bgpos493569 { background-position: 100px center , left 15% bottom 15px , right bottom }
bgpos493570 { background-position: 100px top , left 15% bottom 15px , right bottom }
bgpos493571 { background-position: 50% , left 15% bottom 15px , right bottom }
bgpos493572 { background-position: 50% 10% , left 15% bottom 15px , right bottom }
bgpos493573 { background-position: 50% 100px , left 15% bottom 15px , right bottom }
bgpos493574 { background-position: 50% bottom , left 15% bottom 15px , right bottom }
bgpos493575 { background-position: 50% center , left 15% bottom 15px , right bottom }
bgpos493576 { background-position: 50% top , left 15% bottom 15px , right bottom }
bgpos493577 { background-position: bottom, left 15% bottom 15px , right bottom }
bgpos493578 { background-position: center , left 15% bottom 15px , right bottom }
bgpos493579 { background-position: center bottom , left 15% bottom 15px , right bottom }
bgpos493580 { background-position: center bottom 15% , left 15% bottom 15px , right bottom }
bgpos493581 { background-position: center bottom 15px , left 15% bottom 15px , right bottom }
bgpos493582 { background-position: center top , left 15% bottom 15px , right bottom }
bgpos493583 { background-position: center top 15% , left 15% bottom 15px , right bottom }
bgpos493584 { background-position: center top 15px , left 15% bottom 15px , right bottom }
bgpos493585 { background-position: center 10% , left 15% bottom 15px , right bottom }
bgpos493586 { background-position: center 100px , left 15% bottom 15px , right bottom }
bgpos493587 { background-position: center bottom , left 15% bottom 15px , right bottom }
bgpos493588 { background-position: center center , left 15% bottom 15px , right bottom }
bgpos493589 { background-position: center top , left 15% bottom 15px , right bottom }
bgpos493590 { background-position: left , left 15% bottom 15px , right bottom }
bgpos493591 { background-position: left 10% , left 15% bottom 15px , right bottom }
bgpos493592 { background-position: left 100px , left 15% bottom 15px , right bottom }
bgpos493593 { background-position: left bottom , left 15% bottom 15px , right bottom }
bgpos493594 { background-position: left center , left 15% bottom 15px , right bottom }
bgpos493595 { background-position: left top , left 15% bottom 15px , right bottom }
bgpos493596 { background-position: right , left 15% bottom 15px , right bottom }
bgpos493597 { background-position: right 10% , left 15% bottom 15px , right bottom }
bgpos493598 { background-position: right 100px , left 15% bottom 15px , right bottom }
bgpos493599 { background-position: right bottom , left 15% bottom 15px , right bottom }
bgpos493600 { background-position: right center , left 15% bottom 15px , right bottom }
bgpos493601 { background-position: right top , left 15% bottom 15px , right bottom }
bgpos493602 { background-position: top , left 15% bottom 15px , right bottom }
bgpos493603 { background-position: left bottom , left 15% top , right bottom }
bgpos493604 { background-position: left bottom 15% , left 15% top , right bottom }
bgpos493605 { background-position: left bottom 15px , left 15% top , right bottom }
bgpos493606 { background-position: left top , left 15% top , right bottom }
bgpos493607 { background-position: left top 15% , left 15% top , right bottom }
bgpos493608 { background-position: left top 15px , left 15% top , right bottom }
bgpos493609 { background-position: left 15% bottom , left 15% top , right bottom }
bgpos493610 { background-position: left 15% bottom 15% , left 15% top , right bottom }
bgpos493611 { background-position: left 15% bottom 15px , left 15% top , right bottom }
bgpos493612 { background-position: left 15% top , left 15% top , right bottom }
bgpos493613 { background-position: left 15% top 15% , left 15% top , right bottom }
bgpos493614 { background-position: left 15% top 15px , left 15% top , right bottom }
bgpos493615 { background-position: left 15% center , left 15% top , right bottom }
bgpos493616 { background-position: left 15px bottom , left 15% top , right bottom }
bgpos493617 { background-position: left 15px bottom 15% , left 15% top , right bottom }
bgpos493618 { background-position: left 15px bottom 15px , left 15% top , right bottom }
bgpos493619 { background-position: left 15px top , left 15% top , right bottom }
bgpos493620 { background-position: left 15px top 15% , left 15% top , right bottom }
bgpos493621 { background-position: left 15px top 15px , left 15% top , right bottom }
bgpos493622 { background-position: left 15px center , left 15% top , right bottom }
bgpos493623 { background-position: left center , left 15% top , right bottom }
bgpos493624 { background-position: right bottom , left 15% top , right bottom }
bgpos493625 { background-position: right bottom 15% , left 15% top , right bottom }
bgpos493626 { background-position: right bottom 15px , left 15% top , right bottom }
bgpos493627 { background-position: right top , left 15% top , right bottom }
bgpos493628 { background-position: right top 15% , left 15% top , right bottom }
bgpos493629 { background-position: right top 15px , left 15% top , right bottom }
bgpos493630 { background-position: right 15% bottom , left 15% top , right bottom }
bgpos493631 { background-position: right 15% bottom 15% , left 15% top , right bottom }
bgpos493632 { background-position: right 15% bottom 15px , left 15% top , right bottom }
bgpos493633 { background-position: right 15% top , left 15% top , right bottom }
bgpos493634 { background-position: right 15% top 15% , left 15% top , right bottom }
bgpos493635 { background-position: right 15% top 15px , left 15% top , right bottom }
bgpos493636 { background-position: right 15% center , left 15% top , right bottom }
bgpos493637 { background-position: right 15px bottom , left 15% top , right bottom }
bgpos493638 { background-position: right 15px bottom 15% , left 15% top , right bottom }
bgpos493639 { background-position: right 15px bottom 15px , left 15% top , right bottom }
bgpos493640 { background-position: right 15px top , left 15% top , right bottom }
bgpos493641 { background-position: right 15px top 15% , left 15% top , right bottom }
bgpos493642 { background-position: right 15px top 15px , left 15% top , right bottom }
bgpos493643 { background-position: right 15px center , left 15% top , right bottom }
bgpos493644 { background-position: right center , left 15% top , right bottom }
bgpos493645 { background-position: 100px , left 15% top , right bottom }
bgpos493646 { background-position: 100px 10% , left 15% top , right bottom }
bgpos493647 { background-position: 100px 100px , left 15% top , right bottom }
bgpos493648 { background-position: 100px bottom , left 15% top , right bottom }
bgpos493649 { background-position: 100px center , left 15% top , right bottom }
bgpos493650 { background-position: 100px top , left 15% top , right bottom }
bgpos493651 { background-position: 50% , left 15% top , right bottom }
bgpos493652 { background-position: 50% 10% , left 15% top , right bottom }
bgpos493653 { background-position: 50% 100px , left 15% top , right bottom }
bgpos493654 { background-position: 50% bottom , left 15% top , right bottom }
bgpos493655 { background-position: 50% center , left 15% top , right bottom }
bgpos493656 { background-position: 50% top , left 15% top , right bottom }
bgpos493657 { background-position: bottom, left 15% top , right bottom }
bgpos493658 { background-position: center , left 15% top , right bottom }
bgpos493659 { background-position: center bottom , left 15% top , right bottom }
bgpos493660 { background-position: center bottom 15% , left 15% top , right bottom }
bgpos493661 { background-position: center bottom 15px , left 15% top , right bottom }
bgpos493662 { background-position: center top , left 15% top , right bottom }
bgpos493663 { background-position: center top 15% , left 15% top , right bottom }
bgpos493664 { background-position: center top 15px , left 15% top , right bottom }
bgpos493665 { background-position: center 10% , left 15% top , right bottom }
bgpos493666 { background-position: center 100px , left 15% top , right bottom }
bgpos493667 { background-position: center bottom , left 15% top , right bottom }
bgpos493668 { background-position: center center , left 15% top , right bottom }
bgpos493669 { background-position: center top , left 15% top , right bottom }
bgpos493670 { background-position: left , left 15% top , right bottom }
bgpos493671 { background-position: left 10% , left 15% top , right bottom }
bgpos493672 { background-position: left 100px , left 15% top , right bottom }
bgpos493673 { background-position: left bottom , left 15% top , right bottom }
bgpos493674 { background-position: left center , left 15% top , right bottom }
bgpos493675 { background-position: left top , left 15% top , right bottom }
bgpos493676 { background-position: right , left 15% top , right bottom }
bgpos493677 { background-position: right 10% , left 15% top , right bottom }
bgpos493678 { background-position: right 100px , left 15% top , right bottom }
bgpos493679 { background-position: right bottom , left 15% top , right bottom }
bgpos493680 { background-position: right center , left 15% top , right bottom }
bgpos493681 { background-position: right top , left 15% top , right bottom }
bgpos493682 { background-position: top , left 15% top , right bottom }
bgpos493683 { background-position: left bottom , left 15% top 15% , right bottom }
bgpos493684 { background-position: left bottom 15% , left 15% top 15% , right bottom }
bgpos493685 { background-position: left bottom 15px , left 15% top 15% , right bottom }
bgpos493686 { background-position: left top , left 15% top 15% , right bottom }
bgpos493687 { background-position: left top 15% , left 15% top 15% , right bottom }
bgpos493688 { background-position: left top 15px , left 15% top 15% , right bottom }
bgpos493689 { background-position: left 15% bottom , left 15% top 15% , right bottom }
bgpos493690 { background-position: left 15% bottom 15% , left 15% top 15% , right bottom }
bgpos493691 { background-position: left 15% bottom 15px , left 15% top 15% , right bottom }
bgpos493692 { background-position: left 15% top , left 15% top 15% , right bottom }
bgpos493693 { background-position: left 15% top 15% , left 15% top 15% , right bottom }
bgpos493694 { background-position: left 15% top 15px , left 15% top 15% , right bottom }
bgpos493695 { background-position: left 15% center , left 15% top 15% , right bottom }
bgpos493696 { background-position: left 15px bottom , left 15% top 15% , right bottom }
bgpos493697 { background-position: left 15px bottom 15% , left 15% top 15% , right bottom }
bgpos493698 { background-position: left 15px bottom 15px , left 15% top 15% , right bottom }
bgpos493699 { background-position: left 15px top , left 15% top 15% , right bottom }
bgpos493700 { background-position: left 15px top 15% , left 15% top 15% , right bottom }
bgpos493701 { background-position: left 15px top 15px , left 15% top 15% , right bottom }
bgpos493702 { background-position: left 15px center , left 15% top 15% , right bottom }
bgpos493703 { background-position: left center , left 15% top 15% , right bottom }
bgpos493704 { background-position: right bottom , left 15% top 15% , right bottom }
bgpos493705 { background-position: right bottom 15% , left 15% top 15% , right bottom }
bgpos493706 { background-position: right bottom 15px , left 15% top 15% , right bottom }
bgpos493707 { background-position: right top , left 15% top 15% , right bottom }
bgpos493708 { background-position: right top 15% , left 15% top 15% , right bottom }
bgpos493709 { background-position: right top 15px , left 15% top 15% , right bottom }
bgpos493710 { background-position: right 15% bottom , left 15% top 15% , right bottom }
bgpos493711 { background-position: right 15% bottom 15% , left 15% top 15% , right bottom }
bgpos493712 { background-position: right 15% bottom 15px , left 15% top 15% , right bottom }
bgpos493713 { background-position: right 15% top , left 15% top 15% , right bottom }
bgpos493714 { background-position: right 15% top 15% , left 15% top 15% , right bottom }
bgpos493715 { background-position: right 15% top 15px , left 15% top 15% , right bottom }
bgpos493716 { background-position: right 15% center , left 15% top 15% , right bottom }
bgpos493717 { background-position: right 15px bottom , left 15% top 15% , right bottom }
bgpos493718 { background-position: right 15px bottom 15% , left 15% top 15% , right bottom }
bgpos493719 { background-position: right 15px bottom 15px , left 15% top 15% , right bottom }
bgpos493720 { background-position: right 15px top , left 15% top 15% , right bottom }
bgpos493721 { background-position: right 15px top 15% , left 15% top 15% , right bottom }
bgpos493722 { background-position: right 15px top 15px , left 15% top 15% , right bottom }
bgpos493723 { background-position: right 15px center , left 15% top 15% , right bottom }
bgpos493724 { background-position: right center , left 15% top 15% , right bottom }
bgpos493725 { background-position: 100px , left 15% top 15% , right bottom }
bgpos493726 { background-position: 100px 10% , left 15% top 15% , right bottom }
bgpos493727 { background-position: 100px 100px , left 15% top 15% , right bottom }
bgpos493728 { background-position: 100px bottom , left 15% top 15% , right bottom }
bgpos493729 { background-position: 100px center , left 15% top 15% , right bottom }
bgpos493730 { background-position: 100px top , left 15% top 15% , right bottom }
bgpos493731 { background-position: 50% , left 15% top 15% , right bottom }
bgpos493732 { background-position: 50% 10% , left 15% top 15% , right bottom }
bgpos493733 { background-position: 50% 100px , left 15% top 15% , right bottom }
bgpos493734 { background-position: 50% bottom , left 15% top 15% , right bottom }
bgpos493735 { background-position: 50% center , left 15% top 15% , right bottom }
bgpos493736 { background-position: 50% top , left 15% top 15% , right bottom }
bgpos493737 { background-position: bottom, left 15% top 15% , right bottom }
bgpos493738 { background-position: center , left 15% top 15% , right bottom }
bgpos493739 { background-position: center bottom , left 15% top 15% , right bottom }
bgpos493740 { background-position: center bottom 15% , left 15% top 15% , right bottom }
bgpos493741 { background-position: center bottom 15px , left 15% top 15% , right bottom }
bgpos493742 { background-position: center top , left 15% top 15% , right bottom }
bgpos493743 { background-position: center top 15% , left 15% top 15% , right bottom }
bgpos493744 { background-position: center top 15px , left 15% top 15% , right bottom }
bgpos493745 { background-position: center 10% , left 15% top 15% , right bottom }
bgpos493746 { background-position: center 100px , left 15% top 15% , right bottom }
bgpos493747 { background-position: center bottom , left 15% top 15% , right bottom }
bgpos493748 { background-position: center center , left 15% top 15% , right bottom }
bgpos493749 { background-position: center top , left 15% top 15% , right bottom }
bgpos493750 { background-position: left , left 15% top 15% , right bottom }
bgpos493751 { background-position: left 10% , left 15% top 15% , right bottom }
bgpos493752 { background-position: left 100px , left 15% top 15% , right bottom }
bgpos493753 { background-position: left bottom , left 15% top 15% , right bottom }
bgpos493754 { background-position: left center , left 15% top 15% , right bottom }
bgpos493755 { background-position: left top , left 15% top 15% , right bottom }
bgpos493756 { background-position: right , left 15% top 15% , right bottom }
bgpos493757 { background-position: right 10% , left 15% top 15% , right bottom }
bgpos493758 { background-position: right 100px , left 15% top 15% , right bottom }
bgpos493759 { background-position: right bottom , left 15% top 15% , right bottom }
bgpos493760 { background-position: right center , left 15% top 15% , right bottom }
bgpos493761 { background-position: right top , left 15% top 15% , right bottom }
bgpos493762 { background-position: top , left 15% top 15% , right bottom }
bgpos493763 { background-position: left bottom , left 15% top 15px , right bottom }
bgpos493764 { background-position: left bottom 15% , left 15% top 15px , right bottom }
bgpos493765 { background-position: left bottom 15px , left 15% top 15px , right bottom }
bgpos493766 { background-position: left top , left 15% top 15px , right bottom }
bgpos493767 { background-position: left top 15% , left 15% top 15px , right bottom }
bgpos493768 { background-position: left top 15px , left 15% top 15px , right bottom }
bgpos493769 { background-position: left 15% bottom , left 15% top 15px , right bottom }
bgpos493770 { background-position: left 15% bottom 15% , left 15% top 15px , right bottom }
bgpos493771 { background-position: left 15% bottom 15px , left 15% top 15px , right bottom }
bgpos493772 { background-position: left 15% top , left 15% top 15px , right bottom }
bgpos493773 { background-position: left 15% top 15% , left 15% top 15px , right bottom }
bgpos493774 { background-position: left 15% top 15px , left 15% top 15px , right bottom }
bgpos493775 { background-position: left 15% center , left 15% top 15px , right bottom }
bgpos493776 { background-position: left 15px bottom , left 15% top 15px , right bottom }
bgpos493777 { background-position: left 15px bottom 15% , left 15% top 15px , right bottom }
bgpos493778 { background-position: left 15px bottom 15px , left 15% top 15px , right bottom }
bgpos493779 { background-position: left 15px top , left 15% top 15px , right bottom }
bgpos493780 { background-position: left 15px top 15% , left 15% top 15px , right bottom }
bgpos493781 { background-position: left 15px top 15px , left 15% top 15px , right bottom }
bgpos493782 { background-position: left 15px center , left 15% top 15px , right bottom }
bgpos493783 { background-position: left center , left 15% top 15px , right bottom }
bgpos493784 { background-position: right bottom , left 15% top 15px , right bottom }
bgpos493785 { background-position: right bottom 15% , left 15% top 15px , right bottom }
bgpos493786 { background-position: right bottom 15px , left 15% top 15px , right bottom }
bgpos493787 { background-position: right top , left 15% top 15px , right bottom }
bgpos493788 { background-position: right top 15% , left 15% top 15px , right bottom }
bgpos493789 { background-position: right top 15px , left 15% top 15px , right bottom }
bgpos493790 { background-position: right 15% bottom , left 15% top 15px , right bottom }
bgpos493791 { background-position: right 15% bottom 15% , left 15% top 15px , right bottom }
bgpos493792 { background-position: right 15% bottom 15px , left 15% top 15px , right bottom }
bgpos493793 { background-position: right 15% top , left 15% top 15px , right bottom }
bgpos493794 { background-position: right 15% top 15% , left 15% top 15px , right bottom }
bgpos493795 { background-position: right 15% top 15px , left 15% top 15px , right bottom }
bgpos493796 { background-position: right 15% center , left 15% top 15px , right bottom }
bgpos493797 { background-position: right 15px bottom , left 15% top 15px , right bottom }
bgpos493798 { background-position: right 15px bottom 15% , left 15% top 15px , right bottom }
bgpos493799 { background-position: right 15px bottom 15px , left 15% top 15px , right bottom }
bgpos493800 { background-position: right 15px top , left 15% top 15px , right bottom }
bgpos493801 { background-position: right 15px top 15% , left 15% top 15px , right bottom }
bgpos493802 { background-position: right 15px top 15px , left 15% top 15px , right bottom }
bgpos493803 { background-position: right 15px center , left 15% top 15px , right bottom }
bgpos493804 { background-position: right center , left 15% top 15px , right bottom }
bgpos493805 { background-position: 100px , left 15% top 15px , right bottom }
bgpos493806 { background-position: 100px 10% , left 15% top 15px , right bottom }
bgpos493807 { background-position: 100px 100px , left 15% top 15px , right bottom }
bgpos493808 { background-position: 100px bottom , left 15% top 15px , right bottom }
bgpos493809 { background-position: 100px center , left 15% top 15px , right bottom }
bgpos493810 { background-position: 100px top , left 15% top 15px , right bottom }
bgpos493811 { background-position: 50% , left 15% top 15px , right bottom }
bgpos493812 { background-position: 50% 10% , left 15% top 15px , right bottom }
bgpos493813 { background-position: 50% 100px , left 15% top 15px , right bottom }
bgpos493814 { background-position: 50% bottom , left 15% top 15px , right bottom }
bgpos493815 { background-position: 50% center , left 15% top 15px , right bottom }
bgpos493816 { background-position: 50% top , left 15% top 15px , right bottom }
bgpos493817 { background-position: bottom, left 15% top 15px , right bottom }
bgpos493818 { background-position: center , left 15% top 15px , right bottom }
bgpos493819 { background-position: center bottom , left 15% top 15px , right bottom }
bgpos493820 { background-position: center bottom 15% , left 15% top 15px , right bottom }
bgpos493821 { background-position: center bottom 15px , left 15% top 15px , right bottom }
bgpos493822 { background-position: center top , left 15% top 15px , right bottom }
bgpos493823 { background-position: center top 15% , left 15% top 15px , right bottom }
bgpos493824 { background-position: center top 15px , left 15% top 15px , right bottom }
bgpos493825 { background-position: center 10% , left 15% top 15px , right bottom }
bgpos493826 { background-position: center 100px , left 15% top 15px , right bottom }
bgpos493827 { background-position: center bottom , left 15% top 15px , right bottom }
bgpos493828 { background-position: center center , left 15% top 15px , right bottom }
bgpos493829 { background-position: center top , left 15% top 15px , right bottom }
bgpos493830 { background-position: left , left 15% top 15px , right bottom }
bgpos493831 { background-position: left 10% , left 15% top 15px , right bottom }
bgpos493832 { background-position: left 100px , left 15% top 15px , right bottom }
bgpos493833 { background-position: left bottom , left 15% top 15px , right bottom }
bgpos493834 { background-position: left center , left 15% top 15px , right bottom }
bgpos493835 { background-position: left top , left 15% top 15px , right bottom }
bgpos493836 { background-position: right , left 15% top 15px , right bottom }
bgpos493837 { background-position: right 10% , left 15% top 15px , right bottom }
bgpos493838 { background-position: right 100px , left 15% top 15px , right bottom }
bgpos493839 { background-position: right bottom , left 15% top 15px , right bottom }
bgpos493840 { background-position: right center , left 15% top 15px , right bottom }
bgpos493841 { background-position: right top , left 15% top 15px , right bottom }
bgpos493842 { background-position: top , left 15% top 15px , right bottom }
bgpos493843 { background-position: left bottom , left 15% center , right bottom }
bgpos493844 { background-position: left bottom 15% , left 15% center , right bottom }
bgpos493845 { background-position: left bottom 15px , left 15% center , right bottom }
bgpos493846 { background-position: left top , left 15% center , right bottom }
bgpos493847 { background-position: left top 15% , left 15% center , right bottom }
bgpos493848 { background-position: left top 15px , left 15% center , right bottom }
bgpos493849 { background-position: left 15% bottom , left 15% center , right bottom }
bgpos493850 { background-position: left 15% bottom 15% , left 15% center , right bottom }
bgpos493851 { background-position: left 15% bottom 15px , left 15% center , right bottom }
bgpos493852 { background-position: left 15% top , left 15% center , right bottom }
bgpos493853 { background-position: left 15% top 15% , left 15% center , right bottom }
bgpos493854 { background-position: left 15% top 15px , left 15% center , right bottom }
bgpos493855 { background-position: left 15% center , left 15% center , right bottom }
bgpos493856 { background-position: left 15px bottom , left 15% center , right bottom }
bgpos493857 { background-position: left 15px bottom 15% , left 15% center , right bottom }
bgpos493858 { background-position: left 15px bottom 15px , left 15% center , right bottom }
bgpos493859 { background-position: left 15px top , left 15% center , right bottom }
bgpos493860 { background-position: left 15px top 15% , left 15% center , right bottom }
bgpos493861 { background-position: left 15px top 15px , left 15% center , right bottom }
bgpos493862 { background-position: left 15px center , left 15% center , right bottom }
bgpos493863 { background-position: left center , left 15% center , right bottom }
bgpos493864 { background-position: right bottom , left 15% center , right bottom }
bgpos493865 { background-position: right bottom 15% , left 15% center , right bottom }
bgpos493866 { background-position: right bottom 15px , left 15% center , right bottom }
bgpos493867 { background-position: right top , left 15% center , right bottom }
bgpos493868 { background-position: right top 15% , left 15% center , right bottom }
bgpos493869 { background-position: right top 15px , left 15% center , right bottom }
bgpos493870 { background-position: right 15% bottom , left 15% center , right bottom }
bgpos493871 { background-position: right 15% bottom 15% , left 15% center , right bottom }
bgpos493872 { background-position: right 15% bottom 15px , left 15% center , right bottom }
bgpos493873 { background-position: right 15% top , left 15% center , right bottom }
bgpos493874 { background-position: right 15% top 15% , left 15% center , right bottom }
bgpos493875 { background-position: right 15% top 15px , left 15% center , right bottom }
bgpos493876 { background-position: right 15% center , left 15% center , right bottom }
bgpos493877 { background-position: right 15px bottom , left 15% center , right bottom }
bgpos493878 { background-position: right 15px bottom 15% , left 15% center , right bottom }
bgpos493879 { background-position: right 15px bottom 15px , left 15% center , right bottom }
bgpos493880 { background-position: right 15px top , left 15% center , right bottom }
bgpos493881 { background-position: right 15px top 15% , left 15% center , right bottom }
bgpos493882 { background-position: right 15px top 15px , left 15% center , right bottom }
bgpos493883 { background-position: right 15px center , left 15% center , right bottom }
bgpos493884 { background-position: right center , left 15% center , right bottom }
bgpos493885 { background-position: 100px , left 15% center , right bottom }
bgpos493886 { background-position: 100px 10% , left 15% center , right bottom }
bgpos493887 { background-position: 100px 100px , left 15% center , right bottom }
bgpos493888 { background-position: 100px bottom , left 15% center , right bottom }
bgpos493889 { background-position: 100px center , left 15% center , right bottom }
bgpos493890 { background-position: 100px top , left 15% center , right bottom }
bgpos493891 { background-position: 50% , left 15% center , right bottom }
bgpos493892 { background-position: 50% 10% , left 15% center , right bottom }
bgpos493893 { background-position: 50% 100px , left 15% center , right bottom }
bgpos493894 { background-position: 50% bottom , left 15% center , right bottom }
bgpos493895 { background-position: 50% center , left 15% center , right bottom }
bgpos493896 { background-position: 50% top , left 15% center , right bottom }
bgpos493897 { background-position: bottom, left 15% center , right bottom }
bgpos493898 { background-position: center , left 15% center , right bottom }
bgpos493899 { background-position: center bottom , left 15% center , right bottom }
bgpos493900 { background-position: center bottom 15% , left 15% center , right bottom }
bgpos493901 { background-position: center bottom 15px , left 15% center , right bottom }
bgpos493902 { background-position: center top , left 15% center , right bottom }
bgpos493903 { background-position: center top 15% , left 15% center , right bottom }
bgpos493904 { background-position: center top 15px , left 15% center , right bottom }
bgpos493905 { background-position: center 10% , left 15% center , right bottom }
bgpos493906 { background-position: center 100px , left 15% center , right bottom }
bgpos493907 { background-position: center bottom , left 15% center , right bottom }
bgpos493908 { background-position: center center , left 15% center , right bottom }
bgpos493909 { background-position: center top , left 15% center , right bottom }
bgpos493910 { background-position: left , left 15% center , right bottom }
bgpos493911 { background-position: left 10% , left 15% center , right bottom }
bgpos493912 { background-position: left 100px , left 15% center , right bottom }
bgpos493913 { background-position: left bottom , left 15% center , right bottom }
bgpos493914 { background-position: left center , left 15% center , right bottom }
bgpos493915 { background-position: left top , left 15% center , right bottom }
bgpos493916 { background-position: right , left 15% center , right bottom }
bgpos493917 { background-position: right 10% , left 15% center , right bottom }
bgpos493918 { background-position: right 100px , left 15% center , right bottom }
bgpos493919 { background-position: right bottom , left 15% center , right bottom }
bgpos493920 { background-position: right center , left 15% center , right bottom }
bgpos493921 { background-position: right top , left 15% center , right bottom }
bgpos493922 { background-position: top , left 15% center , right bottom }
bgpos493923 { background-position: left bottom , left 15px bottom , right bottom }
bgpos493924 { background-position: left bottom 15% , left 15px bottom , right bottom }
bgpos493925 { background-position: left bottom 15px , left 15px bottom , right bottom }
bgpos493926 { background-position: left top , left 15px bottom , right bottom }
bgpos493927 { background-position: left top 15% , left 15px bottom , right bottom }
bgpos493928 { background-position: left top 15px , left 15px bottom , right bottom }
bgpos493929 { background-position: left 15% bottom , left 15px bottom , right bottom }
bgpos493930 { background-position: left 15% bottom 15% , left 15px bottom , right bottom }
bgpos493931 { background-position: left 15% bottom 15px , left 15px bottom , right bottom }
bgpos493932 { background-position: left 15% top , left 15px bottom , right bottom }
bgpos493933 { background-position: left 15% top 15% , left 15px bottom , right bottom }
bgpos493934 { background-position: left 15% top 15px , left 15px bottom , right bottom }
bgpos493935 { background-position: left 15% center , left 15px bottom , right bottom }
bgpos493936 { background-position: left 15px bottom , left 15px bottom , right bottom }
bgpos493937 { background-position: left 15px bottom 15% , left 15px bottom , right bottom }
bgpos493938 { background-position: left 15px bottom 15px , left 15px bottom , right bottom }
bgpos493939 { background-position: left 15px top , left 15px bottom , right bottom }
bgpos493940 { background-position: left 15px top 15% , left 15px bottom , right bottom }
bgpos493941 { background-position: left 15px top 15px , left 15px bottom , right bottom }
bgpos493942 { background-position: left 15px center , left 15px bottom , right bottom }
bgpos493943 { background-position: left center , left 15px bottom , right bottom }
bgpos493944 { background-position: right bottom , left 15px bottom , right bottom }
bgpos493945 { background-position: right bottom 15% , left 15px bottom , right bottom }
bgpos493946 { background-position: right bottom 15px , left 15px bottom , right bottom }
bgpos493947 { background-position: right top , left 15px bottom , right bottom }
bgpos493948 { background-position: right top 15% , left 15px bottom , right bottom }
bgpos493949 { background-position: right top 15px , left 15px bottom , right bottom }
bgpos493950 { background-position: right 15% bottom , left 15px bottom , right bottom }
bgpos493951 { background-position: right 15% bottom 15% , left 15px bottom , right bottom }
bgpos493952 { background-position: right 15% bottom 15px , left 15px bottom , right bottom }
bgpos493953 { background-position: right 15% top , left 15px bottom , right bottom }
bgpos493954 { background-position: right 15% top 15% , left 15px bottom , right bottom }
bgpos493955 { background-position: right 15% top 15px , left 15px bottom , right bottom }
bgpos493956 { background-position: right 15% center , left 15px bottom , right bottom }
bgpos493957 { background-position: right 15px bottom , left 15px bottom , right bottom }
bgpos493958 { background-position: right 15px bottom 15% , left 15px bottom , right bottom }
bgpos493959 { background-position: right 15px bottom 15px , left 15px bottom , right bottom }
bgpos493960 { background-position: right 15px top , left 15px bottom , right bottom }
bgpos493961 { background-position: right 15px top 15% , left 15px bottom , right bottom }
bgpos493962 { background-position: right 15px top 15px , left 15px bottom , right bottom }
bgpos493963 { background-position: right 15px center , left 15px bottom , right bottom }
bgpos493964 { background-position: right center , left 15px bottom , right bottom }
bgpos493965 { background-position: 100px , left 15px bottom , right bottom }
bgpos493966 { background-position: 100px 10% , left 15px bottom , right bottom }
bgpos493967 { background-position: 100px 100px , left 15px bottom , right bottom }
bgpos493968 { background-position: 100px bottom , left 15px bottom , right bottom }
bgpos493969 { background-position: 100px center , left 15px bottom , right bottom }
bgpos493970 { background-position: 100px top , left 15px bottom , right bottom }
bgpos493971 { background-position: 50% , left 15px bottom , right bottom }
bgpos493972 { background-position: 50% 10% , left 15px bottom , right bottom }
bgpos493973 { background-position: 50% 100px , left 15px bottom , right bottom }
bgpos493974 { background-position: 50% bottom , left 15px bottom , right bottom }
bgpos493975 { background-position: 50% center , left 15px bottom , right bottom }
bgpos493976 { background-position: 50% top , left 15px bottom , right bottom }
bgpos493977 { background-position: bottom, left 15px bottom , right bottom }
bgpos493978 { background-position: center , left 15px bottom , right bottom }
bgpos493979 { background-position: center bottom , left 15px bottom , right bottom }
bgpos493980 { background-position: center bottom 15% , left 15px bottom , right bottom }
bgpos493981 { background-position: center bottom 15px , left 15px bottom , right bottom }
bgpos493982 { background-position: center top , left 15px bottom , right bottom }
bgpos493983 { background-position: center top 15% , left 15px bottom , right bottom }
bgpos493984 { background-position: center top 15px , left 15px bottom , right bottom }
bgpos493985 { background-position: center 10% , left 15px bottom , right bottom }
bgpos493986 { background-position: center 100px , left 15px bottom , right bottom }
bgpos493987 { background-position: center bottom , left 15px bottom , right bottom }
bgpos493988 { background-position: center center , left 15px bottom , right bottom }
bgpos493989 { background-position: center top , left 15px bottom , right bottom }
bgpos493990 { background-position: left , left 15px bottom , right bottom }
bgpos493991 { background-position: left 10% , left 15px bottom , right bottom }
bgpos493992 { background-position: left 100px , left 15px bottom , right bottom }
bgpos493993 { background-position: left bottom , left 15px bottom , right bottom }
bgpos493994 { background-position: left center , left 15px bottom , right bottom }
bgpos493995 { background-position: left top , left 15px bottom , right bottom }
bgpos493996 { background-position: right , left 15px bottom , right bottom }
bgpos493997 { background-position: right 10% , left 15px bottom , right bottom }
bgpos493998 { background-position: right 100px , left 15px bottom , right bottom }
bgpos493999 { background-position: right bottom , left 15px bottom , right bottom }
bgpos494000 { background-position: right center , left 15px bottom , right bottom }
bgpos494001 { background-position: right top , left 15px bottom , right bottom }
bgpos494002 { background-position: top , left 15px bottom , right bottom }
bgpos494003 { background-position: left bottom , left 15px bottom 15% , right bottom }
bgpos494004 { background-position: left bottom 15% , left 15px bottom 15% , right bottom }
bgpos494005 { background-position: left bottom 15px , left 15px bottom 15% , right bottom }
bgpos494006 { background-position: left top , left 15px bottom 15% , right bottom }
bgpos494007 { background-position: left top 15% , left 15px bottom 15% , right bottom }
bgpos494008 { background-position: left top 15px , left 15px bottom 15% , right bottom }
bgpos494009 { background-position: left 15% bottom , left 15px bottom 15% , right bottom }
bgpos494010 { background-position: left 15% bottom 15% , left 15px bottom 15% , right bottom }
bgpos494011 { background-position: left 15% bottom 15px , left 15px bottom 15% , right bottom }
bgpos494012 { background-position: left 15% top , left 15px bottom 15% , right bottom }
bgpos494013 { background-position: left 15% top 15% , left 15px bottom 15% , right bottom }
bgpos494014 { background-position: left 15% top 15px , left 15px bottom 15% , right bottom }
bgpos494015 { background-position: left 15% center , left 15px bottom 15% , right bottom }
bgpos494016 { background-position: left 15px bottom , left 15px bottom 15% , right bottom }
bgpos494017 { background-position: left 15px bottom 15% , left 15px bottom 15% , right bottom }
bgpos494018 { background-position: left 15px bottom 15px , left 15px bottom 15% , right bottom }
bgpos494019 { background-position: left 15px top , left 15px bottom 15% , right bottom }
bgpos494020 { background-position: left 15px top 15% , left 15px bottom 15% , right bottom }
bgpos494021 { background-position: left 15px top 15px , left 15px bottom 15% , right bottom }
bgpos494022 { background-position: left 15px center , left 15px bottom 15% , right bottom }
bgpos494023 { background-position: left center , left 15px bottom 15% , right bottom }
bgpos494024 { background-position: right bottom , left 15px bottom 15% , right bottom }
bgpos494025 { background-position: right bottom 15% , left 15px bottom 15% , right bottom }
bgpos494026 { background-position: right bottom 15px , left 15px bottom 15% , right bottom }
bgpos494027 { background-position: right top , left 15px bottom 15% , right bottom }
bgpos494028 { background-position: right top 15% , left 15px bottom 15% , right bottom }
bgpos494029 { background-position: right top 15px , left 15px bottom 15% , right bottom }
bgpos494030 { background-position: right 15% bottom , left 15px bottom 15% , right bottom }
bgpos494031 { background-position: right 15% bottom 15% , left 15px bottom 15% , right bottom }
bgpos494032 { background-position: right 15% bottom 15px , left 15px bottom 15% , right bottom }
bgpos494033 { background-position: right 15% top , left 15px bottom 15% , right bottom }
bgpos494034 { background-position: right 15% top 15% , left 15px bottom 15% , right bottom }
bgpos494035 { background-position: right 15% top 15px , left 15px bottom 15% , right bottom }
bgpos494036 { background-position: right 15% center , left 15px bottom 15% , right bottom }
bgpos494037 { background-position: right 15px bottom , left 15px bottom 15% , right bottom }
bgpos494038 { background-position: right 15px bottom 15% , left 15px bottom 15% , right bottom }
bgpos494039 { background-position: right 15px bottom 15px , left 15px bottom 15% , right bottom }
bgpos494040 { background-position: right 15px top , left 15px bottom 15% , right bottom }
bgpos494041 { background-position: right 15px top 15% , left 15px bottom 15% , right bottom }
bgpos494042 { background-position: right 15px top 15px , left 15px bottom 15% , right bottom }
bgpos494043 { background-position: right 15px center , left 15px bottom 15% , right bottom }
bgpos494044 { background-position: right center , left 15px bottom 15% , right bottom }
bgpos494045 { background-position: 100px , left 15px bottom 15% , right bottom }
bgpos494046 { background-position: 100px 10% , left 15px bottom 15% , right bottom }
bgpos494047 { background-position: 100px 100px , left 15px bottom 15% , right bottom }
bgpos494048 { background-position: 100px bottom , left 15px bottom 15% , right bottom }
bgpos494049 { background-position: 100px center , left 15px bottom 15% , right bottom }
bgpos494050 { background-position: 100px top , left 15px bottom 15% , right bottom }
bgpos494051 { background-position: 50% , left 15px bottom 15% , right bottom }
bgpos494052 { background-position: 50% 10% , left 15px bottom 15% , right bottom }
bgpos494053 { background-position: 50% 100px , left 15px bottom 15% , right bottom }
bgpos494054 { background-position: 50% bottom , left 15px bottom 15% , right bottom }
bgpos494055 { background-position: 50% center , left 15px bottom 15% , right bottom }
bgpos494056 { background-position: 50% top , left 15px bottom 15% , right bottom }
bgpos494057 { background-position: bottom, left 15px bottom 15% , right bottom }
bgpos494058 { background-position: center , left 15px bottom 15% , right bottom }
bgpos494059 { background-position: center bottom , left 15px bottom 15% , right bottom }
bgpos494060 { background-position: center bottom 15% , left 15px bottom 15% , right bottom }
bgpos494061 { background-position: center bottom 15px , left 15px bottom 15% , right bottom }
bgpos494062 { background-position: center top , left 15px bottom 15% , right bottom }
bgpos494063 { background-position: center top 15% , left 15px bottom 15% , right bottom }
bgpos494064 { background-position: center top 15px , left 15px bottom 15% , right bottom }
bgpos494065 { background-position: center 10% , left 15px bottom 15% , right bottom }
bgpos494066 { background-position: center 100px , left 15px bottom 15% , right bottom }
bgpos494067 { background-position: center bottom , left 15px bottom 15% , right bottom }
bgpos494068 { background-position: center center , left 15px bottom 15% , right bottom }
bgpos494069 { background-position: center top , left 15px bottom 15% , right bottom }
bgpos494070 { background-position: left , left 15px bottom 15% , right bottom }
bgpos494071 { background-position: left 10% , left 15px bottom 15% , right bottom }
bgpos494072 { background-position: left 100px , left 15px bottom 15% , right bottom }
bgpos494073 { background-position: left bottom , left 15px bottom 15% , right bottom }
bgpos494074 { background-position: left center , left 15px bottom 15% , right bottom }
bgpos494075 { background-position: left top , left 15px bottom 15% , right bottom }
bgpos494076 { background-position: right , left 15px bottom 15% , right bottom }
bgpos494077 { background-position: right 10% , left 15px bottom 15% , right bottom }
bgpos494078 { background-position: right 100px , left 15px bottom 15% , right bottom }
bgpos494079 { background-position: right bottom , left 15px bottom 15% , right bottom }
bgpos494080 { background-position: right center , left 15px bottom 15% , right bottom }
bgpos494081 { background-position: right top , left 15px bottom 15% , right bottom }
bgpos494082 { background-position: top , left 15px bottom 15% , right bottom }
bgpos494083 { background-position: left bottom , left 15px bottom 15px , right bottom }
bgpos494084 { background-position: left bottom 15% , left 15px bottom 15px , right bottom }
bgpos494085 { background-position: left bottom 15px , left 15px bottom 15px , right bottom }
bgpos494086 { background-position: left top , left 15px bottom 15px , right bottom }
bgpos494087 { background-position: left top 15% , left 15px bottom 15px , right bottom }
bgpos494088 { background-position: left top 15px , left 15px bottom 15px , right bottom }
bgpos494089 { background-position: left 15% bottom , left 15px bottom 15px , right bottom }
bgpos494090 { background-position: left 15% bottom 15% , left 15px bottom 15px , right bottom }
bgpos494091 { background-position: left 15% bottom 15px , left 15px bottom 15px , right bottom }
bgpos494092 { background-position: left 15% top , left 15px bottom 15px , right bottom }
bgpos494093 { background-position: left 15% top 15% , left 15px bottom 15px , right bottom }
bgpos494094 { background-position: left 15% top 15px , left 15px bottom 15px , right bottom }
bgpos494095 { background-position: left 15% center , left 15px bottom 15px , right bottom }
bgpos494096 { background-position: left 15px bottom , left 15px bottom 15px , right bottom }
bgpos494097 { background-position: left 15px bottom 15% , left 15px bottom 15px , right bottom }
bgpos494098 { background-position: left 15px bottom 15px , left 15px bottom 15px , right bottom }
bgpos494099 { background-position: left 15px top , left 15px bottom 15px , right bottom }
bgpos494100 { background-position: left 15px top 15% , left 15px bottom 15px , right bottom }
bgpos494101 { background-position: left 15px top 15px , left 15px bottom 15px , right bottom }
bgpos494102 { background-position: left 15px center , left 15px bottom 15px , right bottom }
bgpos494103 { background-position: left center , left 15px bottom 15px , right bottom }
bgpos494104 { background-position: right bottom , left 15px bottom 15px , right bottom }
bgpos494105 { background-position: right bottom 15% , left 15px bottom 15px , right bottom }
bgpos494106 { background-position: right bottom 15px , left 15px bottom 15px , right bottom }
bgpos494107 { background-position: right top , left 15px bottom 15px , right bottom }
bgpos494108 { background-position: right top 15% , left 15px bottom 15px , right bottom }
bgpos494109 { background-position: right top 15px , left 15px bottom 15px , right bottom }
bgpos494110 { background-position: right 15% bottom , left 15px bottom 15px , right bottom }
bgpos494111 { background-position: right 15% bottom 15% , left 15px bottom 15px , right bottom }
bgpos494112 { background-position: right 15% bottom 15px , left 15px bottom 15px , right bottom }
bgpos494113 { background-position: right 15% top , left 15px bottom 15px , right bottom }
bgpos494114 { background-position: right 15% top 15% , left 15px bottom 15px , right bottom }
bgpos494115 { background-position: right 15% top 15px , left 15px bottom 15px , right bottom }
bgpos494116 { background-position: right 15% center , left 15px bottom 15px , right bottom }
bgpos494117 { background-position: right 15px bottom , left 15px bottom 15px , right bottom }
bgpos494118 { background-position: right 15px bottom 15% , left 15px bottom 15px , right bottom }
bgpos494119 { background-position: right 15px bottom 15px , left 15px bottom 15px , right bottom }
bgpos494120 { background-position: right 15px top , left 15px bottom 15px , right bottom }
bgpos494121 { background-position: right 15px top 15% , left 15px bottom 15px , right bottom }
bgpos494122 { background-position: right 15px top 15px , left 15px bottom 15px , right bottom }
bgpos494123 { background-position: right 15px center , left 15px bottom 15px , right bottom }
bgpos494124 { background-position: right center , left 15px bottom 15px , right bottom }
bgpos494125 { background-position: 100px , left 15px bottom 15px , right bottom }
bgpos494126 { background-position: 100px 10% , left 15px bottom 15px , right bottom }
bgpos494127 { background-position: 100px 100px , left 15px bottom 15px , right bottom }
bgpos494128 { background-position: 100px bottom , left 15px bottom 15px , right bottom }
bgpos494129 { background-position: 100px center , left 15px bottom 15px , right bottom }
bgpos494130 { background-position: 100px top , left 15px bottom 15px , right bottom }
bgpos494131 { background-position: 50% , left 15px bottom 15px , right bottom }
bgpos494132 { background-position: 50% 10% , left 15px bottom 15px , right bottom }
bgpos494133 { background-position: 50% 100px , left 15px bottom 15px , right bottom }
bgpos494134 { background-position: 50% bottom , left 15px bottom 15px , right bottom }
bgpos494135 { background-position: 50% center , left 15px bottom 15px , right bottom }
bgpos494136 { background-position: 50% top , left 15px bottom 15px , right bottom }
bgpos494137 { background-position: bottom, left 15px bottom 15px , right bottom }
bgpos494138 { background-position: center , left 15px bottom 15px , right bottom }
bgpos494139 { background-position: center bottom , left 15px bottom 15px , right bottom }
bgpos494140 { background-position: center bottom 15% , left 15px bottom 15px , right bottom }
bgpos494141 { background-position: center bottom 15px , left 15px bottom 15px , right bottom }
bgpos494142 { background-position: center top , left 15px bottom 15px , right bottom }
bgpos494143 { background-position: center top 15% , left 15px bottom 15px , right bottom }
bgpos494144 { background-position: center top 15px , left 15px bottom 15px , right bottom }
bgpos494145 { background-position: center 10% , left 15px bottom 15px , right bottom }
bgpos494146 { background-position: center 100px , left 15px bottom 15px , right bottom }
bgpos494147 { background-position: center bottom , left 15px bottom 15px , right bottom }
bgpos494148 { background-position: center center , left 15px bottom 15px , right bottom }
bgpos494149 { background-position: center top , left 15px bottom 15px , right bottom }
bgpos494150 { background-position: left , left 15px bottom 15px , right bottom }
bgpos494151 { background-position: left 10% , left 15px bottom 15px , right bottom }
bgpos494152 { background-position: left 100px , left 15px bottom 15px , right bottom }
bgpos494153 { background-position: left bottom , left 15px bottom 15px , right bottom }
bgpos494154 { background-position: left center , left 15px bottom 15px , right bottom }
bgpos494155 { background-position: left top , left 15px bottom 15px , right bottom }
bgpos494156 { background-position: right , left 15px bottom 15px , right bottom }
bgpos494157 { background-position: right 10% , left 15px bottom 15px , right bottom }
bgpos494158 { background-position: right 100px , left 15px bottom 15px , right bottom }
bgpos494159 { background-position: right bottom , left 15px bottom 15px , right bottom }
bgpos494160 { background-position: right center , left 15px bottom 15px , right bottom }
bgpos494161 { background-position: right top , left 15px bottom 15px , right bottom }
bgpos494162 { background-position: top , left 15px bottom 15px , right bottom }
bgpos494163 { background-position: left bottom , left 15px top , right bottom }
bgpos494164 { background-position: left bottom 15% , left 15px top , right bottom }
bgpos494165 { background-position: left bottom 15px , left 15px top , right bottom }
bgpos494166 { background-position: left top , left 15px top , right bottom }
bgpos494167 { background-position: left top 15% , left 15px top , right bottom }
bgpos494168 { background-position: left top 15px , left 15px top , right bottom }
bgpos494169 { background-position: left 15% bottom , left 15px top , right bottom }
bgpos494170 { background-position: left 15% bottom 15% , left 15px top , right bottom }
bgpos494171 { background-position: left 15% bottom 15px , left 15px top , right bottom }
bgpos494172 { background-position: left 15% top , left 15px top , right bottom }
bgpos494173 { background-position: left 15% top 15% , left 15px top , right bottom }
bgpos494174 { background-position: left 15% top 15px , left 15px top , right bottom }
bgpos494175 { background-position: left 15% center , left 15px top , right bottom }
bgpos494176 { background-position: left 15px bottom , left 15px top , right bottom }
bgpos494177 { background-position: left 15px bottom 15% , left 15px top , right bottom }
bgpos494178 { background-position: left 15px bottom 15px , left 15px top , right bottom }
bgpos494179 { background-position: left 15px top , left 15px top , right bottom }
bgpos494180 { background-position: left 15px top 15% , left 15px top , right bottom }
bgpos494181 { background-position: left 15px top 15px , left 15px top , right bottom }
bgpos494182 { background-position: left 15px center , left 15px top , right bottom }
bgpos494183 { background-position: left center , left 15px top , right bottom }
bgpos494184 { background-position: right bottom , left 15px top , right bottom }
bgpos494185 { background-position: right bottom 15% , left 15px top , right bottom }
bgpos494186 { background-position: right bottom 15px , left 15px top , right bottom }
bgpos494187 { background-position: right top , left 15px top , right bottom }
bgpos494188 { background-position: right top 15% , left 15px top , right bottom }
bgpos494189 { background-position: right top 15px , left 15px top , right bottom }
bgpos494190 { background-position: right 15% bottom , left 15px top , right bottom }
bgpos494191 { background-position: right 15% bottom 15% , left 15px top , right bottom }
bgpos494192 { background-position: right 15% bottom 15px , left 15px top , right bottom }
bgpos494193 { background-position: right 15% top , left 15px top , right bottom }
bgpos494194 { background-position: right 15% top 15% , left 15px top , right bottom }
bgpos494195 { background-position: right 15% top 15px , left 15px top , right bottom }
bgpos494196 { background-position: right 15% center , left 15px top , right bottom }
bgpos494197 { background-position: right 15px bottom , left 15px top , right bottom }
bgpos494198 { background-position: right 15px bottom 15% , left 15px top , right bottom }
bgpos494199 { background-position: right 15px bottom 15px , left 15px top , right bottom }
bgpos494200 { background-position: right 15px top , left 15px top , right bottom }
bgpos494201 { background-position: right 15px top 15% , left 15px top , right bottom }
bgpos494202 { background-position: right 15px top 15px , left 15px top , right bottom }
bgpos494203 { background-position: right 15px center , left 15px top , right bottom }
bgpos494204 { background-position: right center , left 15px top , right bottom }
bgpos494205 { background-position: 100px , left 15px top , right bottom }
bgpos494206 { background-position: 100px 10% , left 15px top , right bottom }
bgpos494207 { background-position: 100px 100px , left 15px top , right bottom }
bgpos494208 { background-position: 100px bottom , left 15px top , right bottom }
bgpos494209 { background-position: 100px center , left 15px top , right bottom }
bgpos494210 { background-position: 100px top , left 15px top , right bottom }
bgpos494211 { background-position: 50% , left 15px top , right bottom }
bgpos494212 { background-position: 50% 10% , left 15px top , right bottom }
bgpos494213 { background-position: 50% 100px , left 15px top , right bottom }
bgpos494214 { background-position: 50% bottom , left 15px top , right bottom }
bgpos494215 { background-position: 50% center , left 15px top , right bottom }
bgpos494216 { background-position: 50% top , left 15px top , right bottom }
bgpos494217 { background-position: bottom, left 15px top , right bottom }
bgpos494218 { background-position: center , left 15px top , right bottom }
bgpos494219 { background-position: center bottom , left 15px top , right bottom }
bgpos494220 { background-position: center bottom 15% , left 15px top , right bottom }
bgpos494221 { background-position: center bottom 15px , left 15px top , right bottom }
bgpos494222 { background-position: center top , left 15px top , right bottom }
bgpos494223 { background-position: center top 15% , left 15px top , right bottom }
bgpos494224 { background-position: center top 15px , left 15px top , right bottom }
bgpos494225 { background-position: center 10% , left 15px top , right bottom }
bgpos494226 { background-position: center 100px , left 15px top , right bottom }
bgpos494227 { background-position: center bottom , left 15px top , right bottom }
bgpos494228 { background-position: center center , left 15px top , right bottom }
bgpos494229 { background-position: center top , left 15px top , right bottom }
bgpos494230 { background-position: left , left 15px top , right bottom }
bgpos494231 { background-position: left 10% , left 15px top , right bottom }
bgpos494232 { background-position: left 100px , left 15px top , right bottom }
bgpos494233 { background-position: left bottom , left 15px top , right bottom }
bgpos494234 { background-position: left center , left 15px top , right bottom }
bgpos494235 { background-position: left top , left 15px top , right bottom }
bgpos494236 { background-position: right , left 15px top , right bottom }
bgpos494237 { background-position: right 10% , left 15px top , right bottom }
bgpos494238 { background-position: right 100px , left 15px top , right bottom }
bgpos494239 { background-position: right bottom , left 15px top , right bottom }
bgpos494240 { background-position: right center , left 15px top , right bottom }
bgpos494241 { background-position: right top , left 15px top , right bottom }
bgpos494242 { background-position: top , left 15px top , right bottom }
bgpos494243 { background-position: left bottom , left 15px top 15% , right bottom }
bgpos494244 { background-position: left bottom 15% , left 15px top 15% , right bottom }
bgpos494245 { background-position: left bottom 15px , left 15px top 15% , right bottom }
bgpos494246 { background-position: left top , left 15px top 15% , right bottom }
bgpos494247 { background-position: left top 15% , left 15px top 15% , right bottom }
bgpos494248 { background-position: left top 15px , left 15px top 15% , right bottom }
bgpos494249 { background-position: left 15% bottom , left 15px top 15% , right bottom }
bgpos494250 { background-position: left 15% bottom 15% , left 15px top 15% , right bottom }
bgpos494251 { background-position: left 15% bottom 15px , left 15px top 15% , right bottom }
bgpos494252 { background-position: left 15% top , left 15px top 15% , right bottom }
bgpos494253 { background-position: left 15% top 15% , left 15px top 15% , right bottom }
bgpos494254 { background-position: left 15% top 15px , left 15px top 15% , right bottom }
bgpos494255 { background-position: left 15% center , left 15px top 15% , right bottom }
bgpos494256 { background-position: left 15px bottom , left 15px top 15% , right bottom }
bgpos494257 { background-position: left 15px bottom 15% , left 15px top 15% , right bottom }
bgpos494258 { background-position: left 15px bottom 15px , left 15px top 15% , right bottom }
bgpos494259 { background-position: left 15px top , left 15px top 15% , right bottom }
bgpos494260 { background-position: left 15px top 15% , left 15px top 15% , right bottom }
bgpos494261 { background-position: left 15px top 15px , left 15px top 15% , right bottom }
bgpos494262 { background-position: left 15px center , left 15px top 15% , right bottom }
bgpos494263 { background-position: left center , left 15px top 15% , right bottom }
bgpos494264 { background-position: right bottom , left 15px top 15% , right bottom }
bgpos494265 { background-position: right bottom 15% , left 15px top 15% , right bottom }
bgpos494266 { background-position: right bottom 15px , left 15px top 15% , right bottom }
bgpos494267 { background-position: right top , left 15px top 15% , right bottom }
bgpos494268 { background-position: right top 15% , left 15px top 15% , right bottom }
bgpos494269 { background-position: right top 15px , left 15px top 15% , right bottom }
bgpos494270 { background-position: right 15% bottom , left 15px top 15% , right bottom }
bgpos494271 { background-position: right 15% bottom 15% , left 15px top 15% , right bottom }
bgpos494272 { background-position: right 15% bottom 15px , left 15px top 15% , right bottom }
bgpos494273 { background-position: right 15% top , left 15px top 15% , right bottom }
bgpos494274 { background-position: right 15% top 15% , left 15px top 15% , right bottom }
bgpos494275 { background-position: right 15% top 15px , left 15px top 15% , right bottom }
bgpos494276 { background-position: right 15% center , left 15px top 15% , right bottom }
bgpos494277 { background-position: right 15px bottom , left 15px top 15% , right bottom }
bgpos494278 { background-position: right 15px bottom 15% , left 15px top 15% , right bottom }
bgpos494279 { background-position: right 15px bottom 15px , left 15px top 15% , right bottom }
bgpos494280 { background-position: right 15px top , left 15px top 15% , right bottom }
bgpos494281 { background-position: right 15px top 15% , left 15px top 15% , right bottom }
bgpos494282 { background-position: right 15px top 15px , left 15px top 15% , right bottom }
bgpos494283 { background-position: right 15px center , left 15px top 15% , right bottom }
bgpos494284 { background-position: right center , left 15px top 15% , right bottom }
bgpos494285 { background-position: 100px , left 15px top 15% , right bottom }
bgpos494286 { background-position: 100px 10% , left 15px top 15% , right bottom }
bgpos494287 { background-position: 100px 100px , left 15px top 15% , right bottom }
bgpos494288 { background-position: 100px bottom , left 15px top 15% , right bottom }
bgpos494289 { background-position: 100px center , left 15px top 15% , right bottom }
bgpos494290 { background-position: 100px top , left 15px top 15% , right bottom }
bgpos494291 { background-position: 50% , left 15px top 15% , right bottom }
bgpos494292 { background-position: 50% 10% , left 15px top 15% , right bottom }
bgpos494293 { background-position: 50% 100px , left 15px top 15% , right bottom }
bgpos494294 { background-position: 50% bottom , left 15px top 15% , right bottom }
bgpos494295 { background-position: 50% center , left 15px top 15% , right bottom }
bgpos494296 { background-position: 50% top , left 15px top 15% , right bottom }
bgpos494297 { background-position: bottom, left 15px top 15% , right bottom }
bgpos494298 { background-position: center , left 15px top 15% , right bottom }
bgpos494299 { background-position: center bottom , left 15px top 15% , right bottom }
bgpos494300 { background-position: center bottom 15% , left 15px top 15% , right bottom }
bgpos494301 { background-position: center bottom 15px , left 15px top 15% , right bottom }
bgpos494302 { background-position: center top , left 15px top 15% , right bottom }
bgpos494303 { background-position: center top 15% , left 15px top 15% , right bottom }
bgpos494304 { background-position: center top 15px , left 15px top 15% , right bottom }
bgpos494305 { background-position: center 10% , left 15px top 15% , right bottom }
bgpos494306 { background-position: center 100px , left 15px top 15% , right bottom }
bgpos494307 { background-position: center bottom , left 15px top 15% , right bottom }
bgpos494308 { background-position: center center , left 15px top 15% , right bottom }
bgpos494309 { background-position: center top , left 15px top 15% , right bottom }
bgpos494310 { background-position: left , left 15px top 15% , right bottom }
bgpos494311 { background-position: left 10% , left 15px top 15% , right bottom }
bgpos494312 { background-position: left 100px , left 15px top 15% , right bottom }
bgpos494313 { background-position: left bottom , left 15px top 15% , right bottom }
bgpos494314 { background-position: left center , left 15px top 15% , right bottom }
bgpos494315 { background-position: left top , left 15px top 15% , right bottom }
bgpos494316 { background-position: right , left 15px top 15% , right bottom }
bgpos494317 { background-position: right 10% , left 15px top 15% , right bottom }
bgpos494318 { background-position: right 100px , left 15px top 15% , right bottom }
bgpos494319 { background-position: right bottom , left 15px top 15% , right bottom }
bgpos494320 { background-position: right center , left 15px top 15% , right bottom }
bgpos494321 { background-position: right top , left 15px top 15% , right bottom }
bgpos494322 { background-position: top , left 15px top 15% , right bottom }
bgpos494323 { background-position: left bottom , left 15px top 15px , right bottom }
bgpos494324 { background-position: left bottom 15% , left 15px top 15px , right bottom }
bgpos494325 { background-position: left bottom 15px , left 15px top 15px , right bottom }
bgpos494326 { background-position: left top , left 15px top 15px , right bottom }
bgpos494327 { background-position: left top 15% , left 15px top 15px , right bottom }
bgpos494328 { background-position: left top 15px , left 15px top 15px , right bottom }
bgpos494329 { background-position: left 15% bottom , left 15px top 15px , right bottom }
bgpos494330 { background-position: left 15% bottom 15% , left 15px top 15px , right bottom }
bgpos494331 { background-position: left 15% bottom 15px , left 15px top 15px , right bottom }
bgpos494332 { background-position: left 15% top , left 15px top 15px , right bottom }
bgpos494333 { background-position: left 15% top 15% , left 15px top 15px , right bottom }
bgpos494334 { background-position: left 15% top 15px , left 15px top 15px , right bottom }
bgpos494335 { background-position: left 15% center , left 15px top 15px , right bottom }
bgpos494336 { background-position: left 15px bottom , left 15px top 15px , right bottom }
bgpos494337 { background-position: left 15px bottom 15% , left 15px top 15px , right bottom }
bgpos494338 { background-position: left 15px bottom 15px , left 15px top 15px , right bottom }
bgpos494339 { background-position: left 15px top , left 15px top 15px , right bottom }
bgpos494340 { background-position: left 15px top 15% , left 15px top 15px , right bottom }
bgpos494341 { background-position: left 15px top 15px , left 15px top 15px , right bottom }
bgpos494342 { background-position: left 15px center , left 15px top 15px , right bottom }
bgpos494343 { background-position: left center , left 15px top 15px , right bottom }
bgpos494344 { background-position: right bottom , left 15px top 15px , right bottom }
bgpos494345 { background-position: right bottom 15% , left 15px top 15px , right bottom }
bgpos494346 { background-position: right bottom 15px , left 15px top 15px , right bottom }
bgpos494347 { background-position: right top , left 15px top 15px , right bottom }
bgpos494348 { background-position: right top 15% , left 15px top 15px , right bottom }
bgpos494349 { background-position: right top 15px , left 15px top 15px , right bottom }
bgpos494350 { background-position: right 15% bottom , left 15px top 15px , right bottom }
bgpos494351 { background-position: right 15% bottom 15% , left 15px top 15px , right bottom }
bgpos494352 { background-position: right 15% bottom 15px , left 15px top 15px , right bottom }
bgpos494353 { background-position: right 15% top , left 15px top 15px , right bottom }
bgpos494354 { background-position: right 15% top 15% , left 15px top 15px , right bottom }
bgpos494355 { background-position: right 15% top 15px , left 15px top 15px , right bottom }
bgpos494356 { background-position: right 15% center , left 15px top 15px , right bottom }
bgpos494357 { background-position: right 15px bottom , left 15px top 15px , right bottom }
bgpos494358 { background-position: right 15px bottom 15% , left 15px top 15px , right bottom }
bgpos494359 { background-position: right 15px bottom 15px , left 15px top 15px , right bottom }
bgpos494360 { background-position: right 15px top , left 15px top 15px , right bottom }
bgpos494361 { background-position: right 15px top 15% , left 15px top 15px , right bottom }
bgpos494362 { background-position: right 15px top 15px , left 15px top 15px , right bottom }
bgpos494363 { background-position: right 15px center , left 15px top 15px , right bottom }
bgpos494364 { background-position: right center , left 15px top 15px , right bottom }
bgpos494365 { background-position: 100px , left 15px top 15px , right bottom }
bgpos494366 { background-position: 100px 10% , left 15px top 15px , right bottom }
bgpos494367 { background-position: 100px 100px , left 15px top 15px , right bottom }
bgpos494368 { background-position: 100px bottom , left 15px top 15px , right bottom }
bgpos494369 { background-position: 100px center , left 15px top 15px , right bottom }
bgpos494370 { background-position: 100px top , left 15px top 15px , right bottom }
bgpos494371 { background-position: 50% , left 15px top 15px , right bottom }
bgpos494372 { background-position: 50% 10% , left 15px top 15px , right bottom }
bgpos494373 { background-position: 50% 100px , left 15px top 15px , right bottom }
bgpos494374 { background-position: 50% bottom , left 15px top 15px , right bottom }
bgpos494375 { background-position: 50% center , left 15px top 15px , right bottom }
bgpos494376 { background-position: 50% top , left 15px top 15px , right bottom }
bgpos494377 { background-position: bottom, left 15px top 15px , right bottom }
bgpos494378 { background-position: center , left 15px top 15px , right bottom }
bgpos494379 { background-position: center bottom , left 15px top 15px , right bottom }
bgpos494380 { background-position: center bottom 15% , left 15px top 15px , right bottom }
bgpos494381 { background-position: center bottom 15px , left 15px top 15px , right bottom }
bgpos494382 { background-position: center top , left 15px top 15px , right bottom }
bgpos494383 { background-position: center top 15% , left 15px top 15px , right bottom }
bgpos494384 { background-position: center top 15px , left 15px top 15px , right bottom }
bgpos494385 { background-position: center 10% , left 15px top 15px , right bottom }
bgpos494386 { background-position: center 100px , left 15px top 15px , right bottom }
bgpos494387 { background-position: center bottom , left 15px top 15px , right bottom }
bgpos494388 { background-position: center center , left 15px top 15px , right bottom }
bgpos494389 { background-position: center top , left 15px top 15px , right bottom }
bgpos494390 { background-position: left , left 15px top 15px , right bottom }
bgpos494391 { background-position: left 10% , left 15px top 15px , right bottom }
bgpos494392 { background-position: left 100px , left 15px top 15px , right bottom }
bgpos494393 { background-position: left bottom , left 15px top 15px , right bottom }
bgpos494394 { background-position: left center , left 15px top 15px , right bottom }
bgpos494395 { background-position: left top , left 15px top 15px , right bottom }
bgpos494396 { background-position: right , left 15px top 15px , right bottom }
bgpos494397 { background-position: right 10% , left 15px top 15px , right bottom }
bgpos494398 { background-position: right 100px , left 15px top 15px , right bottom }
bgpos494399 { background-position: right bottom , left 15px top 15px , right bottom }
bgpos494400 { background-position: right center , left 15px top 15px , right bottom }
bgpos494401 { background-position: right top , left 15px top 15px , right bottom }
bgpos494402 { background-position: top , left 15px top 15px , right bottom }
bgpos494403 { background-position: left bottom , left 15px center , right bottom }
bgpos494404 { background-position: left bottom 15% , left 15px center , right bottom }
bgpos494405 { background-position: left bottom 15px , left 15px center , right bottom }
bgpos494406 { background-position: left top , left 15px center , right bottom }
bgpos494407 { background-position: left top 15% , left 15px center , right bottom }
bgpos494408 { background-position: left top 15px , left 15px center , right bottom }
bgpos494409 { background-position: left 15% bottom , left 15px center , right bottom }
bgpos494410 { background-position: left 15% bottom 15% , left 15px center , right bottom }
bgpos494411 { background-position: left 15% bottom 15px , left 15px center , right bottom }
bgpos494412 { background-position: left 15% top , left 15px center , right bottom }
bgpos494413 { background-position: left 15% top 15% , left 15px center , right bottom }
bgpos494414 { background-position: left 15% top 15px , left 15px center , right bottom }
bgpos494415 { background-position: left 15% center , left 15px center , right bottom }
bgpos494416 { background-position: left 15px bottom , left 15px center , right bottom }
bgpos494417 { background-position: left 15px bottom 15% , left 15px center , right bottom }
bgpos494418 { background-position: left 15px bottom 15px , left 15px center , right bottom }
bgpos494419 { background-position: left 15px top , left 15px center , right bottom }
bgpos494420 { background-position: left 15px top 15% , left 15px center , right bottom }
bgpos494421 { background-position: left 15px top 15px , left 15px center , right bottom }
bgpos494422 { background-position: left 15px center , left 15px center , right bottom }
bgpos494423 { background-position: left center , left 15px center , right bottom }
bgpos494424 { background-position: right bottom , left 15px center , right bottom }
bgpos494425 { background-position: right bottom 15% , left 15px center , right bottom }
bgpos494426 { background-position: right bottom 15px , left 15px center , right bottom }
bgpos494427 { background-position: right top , left 15px center , right bottom }
bgpos494428 { background-position: right top 15% , left 15px center , right bottom }
bgpos494429 { background-position: right top 15px , left 15px center , right bottom }
bgpos494430 { background-position: right 15% bottom , left 15px center , right bottom }
bgpos494431 { background-position: right 15% bottom 15% , left 15px center , right bottom }
bgpos494432 { background-position: right 15% bottom 15px , left 15px center , right bottom }
bgpos494433 { background-position: right 15% top , left 15px center , right bottom }
bgpos494434 { background-position: right 15% top 15% , left 15px center , right bottom }
bgpos494435 { background-position: right 15% top 15px , left 15px center , right bottom }
bgpos494436 { background-position: right 15% center , left 15px center , right bottom }
bgpos494437 { background-position: right 15px bottom , left 15px center , right bottom }
bgpos494438 { background-position: right 15px bottom 15% , left 15px center , right bottom }
bgpos494439 { background-position: right 15px bottom 15px , left 15px center , right bottom }
bgpos494440 { background-position: right 15px top , left 15px center , right bottom }
bgpos494441 { background-position: right 15px top 15% , left 15px center , right bottom }
bgpos494442 { background-position: right 15px top 15px , left 15px center , right bottom }
bgpos494443 { background-position: right 15px center , left 15px center , right bottom }
bgpos494444 { background-position: right center , left 15px center , right bottom }
bgpos494445 { background-position: 100px , left 15px center , right bottom }
bgpos494446 { background-position: 100px 10% , left 15px center , right bottom }
bgpos494447 { background-position: 100px 100px , left 15px center , right bottom }
bgpos494448 { background-position: 100px bottom , left 15px center , right bottom }
bgpos494449 { background-position: 100px center , left 15px center , right bottom }
bgpos494450 { background-position: 100px top , left 15px center , right bottom }
bgpos494451 { background-position: 50% , left 15px center , right bottom }
bgpos494452 { background-position: 50% 10% , left 15px center , right bottom }
bgpos494453 { background-position: 50% 100px , left 15px center , right bottom }
bgpos494454 { background-position: 50% bottom , left 15px center , right bottom }
bgpos494455 { background-position: 50% center , left 15px center , right bottom }
bgpos494456 { background-position: 50% top , left 15px center , right bottom }
bgpos494457 { background-position: bottom, left 15px center , right bottom }
bgpos494458 { background-position: center , left 15px center , right bottom }
bgpos494459 { background-position: center bottom , left 15px center , right bottom }
bgpos494460 { background-position: center bottom 15% , left 15px center , right bottom }
bgpos494461 { background-position: center bottom 15px , left 15px center , right bottom }
bgpos494462 { background-position: center top , left 15px center , right bottom }
bgpos494463 { background-position: center top 15% , left 15px center , right bottom }
bgpos494464 { background-position: center top 15px , left 15px center , right bottom }
bgpos494465 { background-position: center 10% , left 15px center , right bottom }
bgpos494466 { background-position: center 100px , left 15px center , right bottom }
bgpos494467 { background-position: center bottom , left 15px center , right bottom }
bgpos494468 { background-position: center center , left 15px center , right bottom }
bgpos494469 { background-position: center top , left 15px center , right bottom }
bgpos494470 { background-position: left , left 15px center , right bottom }
bgpos494471 { background-position: left 10% , left 15px center , right bottom }
bgpos494472 { background-position: left 100px , left 15px center , right bottom }
bgpos494473 { background-position: left bottom , left 15px center , right bottom }
bgpos494474 { background-position: left center , left 15px center , right bottom }
bgpos494475 { background-position: left top , left 15px center , right bottom }
bgpos494476 { background-position: right , left 15px center , right bottom }
bgpos494477 { background-position: right 10% , left 15px center , right bottom }
bgpos494478 { background-position: right 100px , left 15px center , right bottom }
bgpos494479 { background-position: right bottom , left 15px center , right bottom }
bgpos494480 { background-position: right center , left 15px center , right bottom }
bgpos494481 { background-position: right top , left 15px center , right bottom }
bgpos494482 { background-position: top , left 15px center , right bottom }
bgpos494483 { background-position: left bottom , left center , right bottom }
bgpos494484 { background-position: left bottom 15% , left center , right bottom }
bgpos494485 { background-position: left bottom 15px , left center , right bottom }
bgpos494486 { background-position: left top , left center , right bottom }
bgpos494487 { background-position: left top 15% , left center , right bottom }
bgpos494488 { background-position: left top 15px , left center , right bottom }
bgpos494489 { background-position: left 15% bottom , left center , right bottom }
bgpos494490 { background-position: left 15% bottom 15% , left center , right bottom }
bgpos494491 { background-position: left 15% bottom 15px , left center , right bottom }
bgpos494492 { background-position: left 15% top , left center , right bottom }
bgpos494493 { background-position: left 15% top 15% , left center , right bottom }
bgpos494494 { background-position: left 15% top 15px , left center , right bottom }
bgpos494495 { background-position: left 15% center , left center , right bottom }
bgpos494496 { background-position: left 15px bottom , left center , right bottom }
bgpos494497 { background-position: left 15px bottom 15% , left center , right bottom }
bgpos494498 { background-position: left 15px bottom 15px , left center , right bottom }
bgpos494499 { background-position: left 15px top , left center , right bottom }
bgpos494500 { background-position: left 15px top 15% , left center , right bottom }
bgpos494501 { background-position: left 15px top 15px , left center , right bottom }
bgpos494502 { background-position: left 15px center , left center , right bottom }
bgpos494503 { background-position: left center , left center , right bottom }
bgpos494504 { background-position: right bottom , left center , right bottom }
bgpos494505 { background-position: right bottom 15% , left center , right bottom }
bgpos494506 { background-position: right bottom 15px , left center , right bottom }
bgpos494507 { background-position: right top , left center , right bottom }
bgpos494508 { background-position: right top 15% , left center , right bottom }
bgpos494509 { background-position: right top 15px , left center , right bottom }
bgpos494510 { background-position: right 15% bottom , left center , right bottom }
bgpos494511 { background-position: right 15% bottom 15% , left center , right bottom }
bgpos494512 { background-position: right 15% bottom 15px , left center , right bottom }
bgpos494513 { background-position: right 15% top , left center , right bottom }
bgpos494514 { background-position: right 15% top 15% , left center , right bottom }
bgpos494515 { background-position: right 15% top 15px , left center , right bottom }
bgpos494516 { background-position: right 15% center , left center , right bottom }
bgpos494517 { background-position: right 15px bottom , left center , right bottom }
bgpos494518 { background-position: right 15px bottom 15% , left center , right bottom }
bgpos494519 { background-position: right 15px bottom 15px , left center , right bottom }
bgpos494520 { background-position: right 15px top , left center , right bottom }
bgpos494521 { background-position: right 15px top 15% , left center , right bottom }
bgpos494522 { background-position: right 15px top 15px , left center , right bottom }
bgpos494523 { background-position: right 15px center , left center , right bottom }
bgpos494524 { background-position: right center , left center , right bottom }
bgpos494525 { background-position: 100px , left center , right bottom }
bgpos494526 { background-position: 100px 10% , left center , right bottom }
bgpos494527 { background-position: 100px 100px , left center , right bottom }
bgpos494528 { background-position: 100px bottom , left center , right bottom }
bgpos494529 { background-position: 100px center , left center , right bottom }
bgpos494530 { background-position: 100px top , left center , right bottom }
bgpos494531 { background-position: 50% , left center , right bottom }
bgpos494532 { background-position: 50% 10% , left center , right bottom }
bgpos494533 { background-position: 50% 100px , left center , right bottom }
bgpos494534 { background-position: 50% bottom , left center , right bottom }
bgpos494535 { background-position: 50% center , left center , right bottom }
bgpos494536 { background-position: 50% top , left center , right bottom }
bgpos494537 { background-position: bottom, left center , right bottom }
bgpos494538 { background-position: center , left center , right bottom }
bgpos494539 { background-position: center bottom , left center , right bottom }
bgpos494540 { background-position: center bottom 15% , left center , right bottom }
bgpos494541 { background-position: center bottom 15px , left center , right bottom }
bgpos494542 { background-position: center top , left center , right bottom }
bgpos494543 { background-position: center top 15% , left center , right bottom }
bgpos494544 { background-position: center top 15px , left center , right bottom }
bgpos494545 { background-position: center 10% , left center , right bottom }
bgpos494546 { background-position: center 100px , left center , right bottom }
bgpos494547 { background-position: center bottom , left center , right bottom }
bgpos494548 { background-position: center center , left center , right bottom }
bgpos494549 { background-position: center top , left center , right bottom }
bgpos494550 { background-position: left , left center , right bottom }
bgpos494551 { background-position: left 10% , left center , right bottom }
bgpos494552 { background-position: left 100px , left center , right bottom }
bgpos494553 { background-position: left bottom , left center , right bottom }
bgpos494554 { background-position: left center , left center , right bottom }
bgpos494555 { background-position: left top , left center , right bottom }
bgpos494556 { background-position: right , left center , right bottom }
bgpos494557 { background-position: right 10% , left center , right bottom }
bgpos494558 { background-position: right 100px , left center , right bottom }
bgpos494559 { background-position: right bottom , left center , right bottom }
bgpos494560 { background-position: right center , left center , right bottom }
bgpos494561 { background-position: right top , left center , right bottom }
bgpos494562 { background-position: top , left center , right bottom }
bgpos494563 { background-position: left bottom , right bottom , right bottom }
bgpos494564 { background-position: left bottom 15% , right bottom , right bottom }
bgpos494565 { background-position: left bottom 15px , right bottom , right bottom }
bgpos494566 { background-position: left top , right bottom , right bottom }
bgpos494567 { background-position: left top 15% , right bottom , right bottom }
bgpos494568 { background-position: left top 15px , right bottom , right bottom }
bgpos494569 { background-position: left 15% bottom , right bottom , right bottom }
bgpos494570 { background-position: left 15% bottom 15% , right bottom , right bottom }
bgpos494571 { background-position: left 15% bottom 15px , right bottom , right bottom }
bgpos494572 { background-position: left 15% top , right bottom , right bottom }
bgpos494573 { background-position: left 15% top 15% , right bottom , right bottom }
bgpos494574 { background-position: left 15% top 15px , right bottom , right bottom }
bgpos494575 { background-position: left 15% center , right bottom , right bottom }
bgpos494576 { background-position: left 15px bottom , right bottom , right bottom }
bgpos494577 { background-position: left 15px bottom 15% , right bottom , right bottom }
bgpos494578 { background-position: left 15px bottom 15px , right bottom , right bottom }
bgpos494579 { background-position: left 15px top , right bottom , right bottom }
bgpos494580 { background-position: left 15px top 15% , right bottom , right bottom }
bgpos494581 { background-position: left 15px top 15px , right bottom , right bottom }
bgpos494582 { background-position: left 15px center , right bottom , right bottom }
bgpos494583 { background-position: left center , right bottom , right bottom }
bgpos494584 { background-position: right bottom , right bottom , right bottom }
bgpos494585 { background-position: right bottom 15% , right bottom , right bottom }
bgpos494586 { background-position: right bottom 15px , right bottom , right bottom }
bgpos494587 { background-position: right top , right bottom , right bottom }
bgpos494588 { background-position: right top 15% , right bottom , right bottom }
bgpos494589 { background-position: right top 15px , right bottom , right bottom }
bgpos494590 { background-position: right 15% bottom , right bottom , right bottom }
bgpos494591 { background-position: right 15% bottom 15% , right bottom , right bottom }
bgpos494592 { background-position: right 15% bottom 15px , right bottom , right bottom }
bgpos494593 { background-position: right 15% top , right bottom , right bottom }
bgpos494594 { background-position: right 15% top 15% , right bottom , right bottom }
bgpos494595 { background-position: right 15% top 15px , right bottom , right bottom }
bgpos494596 { background-position: right 15% center , right bottom , right bottom }
bgpos494597 { background-position: right 15px bottom , right bottom , right bottom }
bgpos494598 { background-position: right 15px bottom 15% , right bottom , right bottom }
bgpos494599 { background-position: right 15px bottom 15px , right bottom , right bottom }
bgpos494600 { background-position: right 15px top , right bottom , right bottom }
bgpos494601 { background-position: right 15px top 15% , right bottom , right bottom }
bgpos494602 { background-position: right 15px top 15px , right bottom , right bottom }
bgpos494603 { background-position: right 15px center , right bottom , right bottom }
bgpos494604 { background-position: right center , right bottom , right bottom }
bgpos494605 { background-position: 100px , right bottom , right bottom }
bgpos494606 { background-position: 100px 10% , right bottom , right bottom }
bgpos494607 { background-position: 100px 100px , right bottom , right bottom }
bgpos494608 { background-position: 100px bottom , right bottom , right bottom }
bgpos494609 { background-position: 100px center , right bottom , right bottom }
bgpos494610 { background-position: 100px top , right bottom , right bottom }
bgpos494611 { background-position: 50% , right bottom , right bottom }
bgpos494612 { background-position: 50% 10% , right bottom , right bottom }
bgpos494613 { background-position: 50% 100px , right bottom , right bottom }
bgpos494614 { background-position: 50% bottom , right bottom , right bottom }
bgpos494615 { background-position: 50% center , right bottom , right bottom }
bgpos494616 { background-position: 50% top , right bottom , right bottom }
bgpos494617 { background-position: bottom, right bottom , right bottom }
bgpos494618 { background-position: center , right bottom , right bottom }
bgpos494619 { background-position: center bottom , right bottom , right bottom }
bgpos494620 { background-position: center bottom 15% , right bottom , right bottom }
bgpos494621 { background-position: center bottom 15px , right bottom , right bottom }
bgpos494622 { background-position: center top , right bottom , right bottom }
bgpos494623 { background-position: center top 15% , right bottom , right bottom }
bgpos494624 { background-position: center top 15px , right bottom , right bottom }
bgpos494625 { background-position: center 10% , right bottom , right bottom }
bgpos494626 { background-position: center 100px , right bottom , right bottom }
bgpos494627 { background-position: center bottom , right bottom , right bottom }
bgpos494628 { background-position: center center , right bottom , right bottom }
bgpos494629 { background-position: center top , right bottom , right bottom }
bgpos494630 { background-position: left , right bottom , right bottom }
bgpos494631 { background-position: left 10% , right bottom , right bottom }
bgpos494632 { background-position: left 100px , right bottom , right bottom }
bgpos494633 { background-position: left bottom , right bottom , right bottom }
bgpos494634 { background-position: left center , right bottom , right bottom }
bgpos494635 { background-position: left top , right bottom , right bottom }
bgpos494636 { background-position: right , right bottom , right bottom }
bgpos494637 { background-position: right 10% , right bottom , right bottom }
bgpos494638 { background-position: right 100px , right bottom , right bottom }
bgpos494639 { background-position: right bottom , right bottom , right bottom }
bgpos494640 { background-position: right center , right bottom , right bottom }
bgpos494641 { background-position: right top , right bottom , right bottom }
bgpos494642 { background-position: top , right bottom , right bottom }
bgpos494643 { background-position: left bottom , right bottom 15% , right bottom }
bgpos494644 { background-position: left bottom 15% , right bottom 15% , right bottom }
bgpos494645 { background-position: left bottom 15px , right bottom 15% , right bottom }
bgpos494646 { background-position: left top , right bottom 15% , right bottom }
bgpos494647 { background-position: left top 15% , right bottom 15% , right bottom }
bgpos494648 { background-position: left top 15px , right bottom 15% , right bottom }
bgpos494649 { background-position: left 15% bottom , right bottom 15% , right bottom }
bgpos494650 { background-position: left 15% bottom 15% , right bottom 15% , right bottom }
bgpos494651 { background-position: left 15% bottom 15px , right bottom 15% , right bottom }
bgpos494652 { background-position: left 15% top , right bottom 15% , right bottom }
bgpos494653 { background-position: left 15% top 15% , right bottom 15% , right bottom }
bgpos494654 { background-position: left 15% top 15px , right bottom 15% , right bottom }
bgpos494655 { background-position: left 15% center , right bottom 15% , right bottom }
bgpos494656 { background-position: left 15px bottom , right bottom 15% , right bottom }
bgpos494657 { background-position: left 15px bottom 15% , right bottom 15% , right bottom }
bgpos494658 { background-position: left 15px bottom 15px , right bottom 15% , right bottom }
bgpos494659 { background-position: left 15px top , right bottom 15% , right bottom }
bgpos494660 { background-position: left 15px top 15% , right bottom 15% , right bottom }
bgpos494661 { background-position: left 15px top 15px , right bottom 15% , right bottom }
bgpos494662 { background-position: left 15px center , right bottom 15% , right bottom }
bgpos494663 { background-position: left center , right bottom 15% , right bottom }
bgpos494664 { background-position: right bottom , right bottom 15% , right bottom }
bgpos494665 { background-position: right bottom 15% , right bottom 15% , right bottom }
bgpos494666 { background-position: right bottom 15px , right bottom 15% , right bottom }
bgpos494667 { background-position: right top , right bottom 15% , right bottom }
bgpos494668 { background-position: right top 15% , right bottom 15% , right bottom }
bgpos494669 { background-position: right top 15px , right bottom 15% , right bottom }
bgpos494670 { background-position: right 15% bottom , right bottom 15% , right bottom }
bgpos494671 { background-position: right 15% bottom 15% , right bottom 15% , right bottom }
bgpos494672 { background-position: right 15% bottom 15px , right bottom 15% , right bottom }
bgpos494673 { background-position: right 15% top , right bottom 15% , right bottom }
bgpos494674 { background-position: right 15% top 15% , right bottom 15% , right bottom }
bgpos494675 { background-position: right 15% top 15px , right bottom 15% , right bottom }
bgpos494676 { background-position: right 15% center , right bottom 15% , right bottom }
bgpos494677 { background-position: right 15px bottom , right bottom 15% , right bottom }
bgpos494678 { background-position: right 15px bottom 15% , right bottom 15% , right bottom }
bgpos494679 { background-position: right 15px bottom 15px , right bottom 15% , right bottom }
bgpos494680 { background-position: right 15px top , right bottom 15% , right bottom }
bgpos494681 { background-position: right 15px top 15% , right bottom 15% , right bottom }
bgpos494682 { background-position: right 15px top 15px , right bottom 15% , right bottom }
bgpos494683 { background-position: right 15px center , right bottom 15% , right bottom }
bgpos494684 { background-position: right center , right bottom 15% , right bottom }
bgpos494685 { background-position: 100px , right bottom 15% , right bottom }
bgpos494686 { background-position: 100px 10% , right bottom 15% , right bottom }
bgpos494687 { background-position: 100px 100px , right bottom 15% , right bottom }
bgpos494688 { background-position: 100px bottom , right bottom 15% , right bottom }
bgpos494689 { background-position: 100px center , right bottom 15% , right bottom }
bgpos494690 { background-position: 100px top , right bottom 15% , right bottom }
bgpos494691 { background-position: 50% , right bottom 15% , right bottom }
bgpos494692 { background-position: 50% 10% , right bottom 15% , right bottom }
bgpos494693 { background-position: 50% 100px , right bottom 15% , right bottom }
bgpos494694 { background-position: 50% bottom , right bottom 15% , right bottom }
bgpos494695 { background-position: 50% center , right bottom 15% , right bottom }
bgpos494696 { background-position: 50% top , right bottom 15% , right bottom }
bgpos494697 { background-position: bottom, right bottom 15% , right bottom }
bgpos494698 { background-position: center , right bottom 15% , right bottom }
bgpos494699 { background-position: center bottom , right bottom 15% , right bottom }
bgpos494700 { background-position: center bottom 15% , right bottom 15% , right bottom }
bgpos494701 { background-position: center bottom 15px , right bottom 15% , right bottom }
bgpos494702 { background-position: center top , right bottom 15% , right bottom }
bgpos494703 { background-position: center top 15% , right bottom 15% , right bottom }
bgpos494704 { background-position: center top 15px , right bottom 15% , right bottom }
bgpos494705 { background-position: center 10% , right bottom 15% , right bottom }
bgpos494706 { background-position: center 100px , right bottom 15% , right bottom }
bgpos494707 { background-position: center bottom , right bottom 15% , right bottom }
bgpos494708 { background-position: center center , right bottom 15% , right bottom }
bgpos494709 { background-position: center top , right bottom 15% , right bottom }
bgpos494710 { background-position: left , right bottom 15% , right bottom }
bgpos494711 { background-position: left 10% , right bottom 15% , right bottom }
bgpos494712 { background-position: left 100px , right bottom 15% , right bottom }
bgpos494713 { background-position: left bottom , right bottom 15% , right bottom }
bgpos494714 { background-position: left center , right bottom 15% , right bottom }
bgpos494715 { background-position: left top , right bottom 15% , right bottom }
bgpos494716 { background-position: right , right bottom 15% , right bottom }
bgpos494717 { background-position: right 10% , right bottom 15% , right bottom }
bgpos494718 { background-position: right 100px , right bottom 15% , right bottom }
bgpos494719 { background-position: right bottom , right bottom 15% , right bottom }
bgpos494720 { background-position: right center , right bottom 15% , right bottom }
bgpos494721 { background-position: right top , right bottom 15% , right bottom }
bgpos494722 { background-position: top , right bottom 15% , right bottom }
bgpos494723 { background-position: left bottom , right bottom 15px , right bottom }
bgpos494724 { background-position: left bottom 15% , right bottom 15px , right bottom }
bgpos494725 { background-position: left bottom 15px , right bottom 15px , right bottom }
bgpos494726 { background-position: left top , right bottom 15px , right bottom }
bgpos494727 { background-position: left top 15% , right bottom 15px , right bottom }
bgpos494728 { background-position: left top 15px , right bottom 15px , right bottom }
bgpos494729 { background-position: left 15% bottom , right bottom 15px , right bottom }
bgpos494730 { background-position: left 15% bottom 15% , right bottom 15px , right bottom }
bgpos494731 { background-position: left 15% bottom 15px , right bottom 15px , right bottom }
bgpos494732 { background-position: left 15% top , right bottom 15px , right bottom }
bgpos494733 { background-position: left 15% top 15% , right bottom 15px , right bottom }
bgpos494734 { background-position: left 15% top 15px , right bottom 15px , right bottom }
bgpos494735 { background-position: left 15% center , right bottom 15px , right bottom }
bgpos494736 { background-position: left 15px bottom , right bottom 15px , right bottom }
bgpos494737 { background-position: left 15px bottom 15% , right bottom 15px , right bottom }
bgpos494738 { background-position: left 15px bottom 15px , right bottom 15px , right bottom }
bgpos494739 { background-position: left 15px top , right bottom 15px , right bottom }
bgpos494740 { background-position: left 15px top 15% , right bottom 15px , right bottom }
bgpos494741 { background-position: left 15px top 15px , right bottom 15px , right bottom }
bgpos494742 { background-position: left 15px center , right bottom 15px , right bottom }
bgpos494743 { background-position: left center , right bottom 15px , right bottom }
bgpos494744 { background-position: right bottom , right bottom 15px , right bottom }
bgpos494745 { background-position: right bottom 15% , right bottom 15px , right bottom }
bgpos494746 { background-position: right bottom 15px , right bottom 15px , right bottom }
bgpos494747 { background-position: right top , right bottom 15px , right bottom }
bgpos494748 { background-position: right top 15% , right bottom 15px , right bottom }
bgpos494749 { background-position: right top 15px , right bottom 15px , right bottom }
bgpos494750 { background-position: right 15% bottom , right bottom 15px , right bottom }
bgpos494751 { background-position: right 15% bottom 15% , right bottom 15px , right bottom }
bgpos494752 { background-position: right 15% bottom 15px , right bottom 15px , right bottom }
bgpos494753 { background-position: right 15% top , right bottom 15px , right bottom }
bgpos494754 { background-position: right 15% top 15% , right bottom 15px , right bottom }
bgpos494755 { background-position: right 15% top 15px , right bottom 15px , right bottom }
bgpos494756 { background-position: right 15% center , right bottom 15px , right bottom }
bgpos494757 { background-position: right 15px bottom , right bottom 15px , right bottom }
bgpos494758 { background-position: right 15px bottom 15% , right bottom 15px , right bottom }
bgpos494759 { background-position: right 15px bottom 15px , right bottom 15px , right bottom }
bgpos494760 { background-position: right 15px top , right bottom 15px , right bottom }
bgpos494761 { background-position: right 15px top 15% , right bottom 15px , right bottom }
bgpos494762 { background-position: right 15px top 15px , right bottom 15px , right bottom }
bgpos494763 { background-position: right 15px center , right bottom 15px , right bottom }
bgpos494764 { background-position: right center , right bottom 15px , right bottom }
bgpos494765 { background-position: 100px , right bottom 15px , right bottom }
bgpos494766 { background-position: 100px 10% , right bottom 15px , right bottom }
bgpos494767 { background-position: 100px 100px , right bottom 15px , right bottom }
bgpos494768 { background-position: 100px bottom , right bottom 15px , right bottom }
bgpos494769 { background-position: 100px center , right bottom 15px , right bottom }
bgpos494770 { background-position: 100px top , right bottom 15px , right bottom }
bgpos494771 { background-position: 50% , right bottom 15px , right bottom }
bgpos494772 { background-position: 50% 10% , right bottom 15px , right bottom }
bgpos494773 { background-position: 50% 100px , right bottom 15px , right bottom }
bgpos494774 { background-position: 50% bottom , right bottom 15px , right bottom }
bgpos494775 { background-position: 50% center , right bottom 15px , right bottom }
bgpos494776 { background-position: 50% top , right bottom 15px , right bottom }
bgpos494777 { background-position: bottom, right bottom 15px , right bottom }
bgpos494778 { background-position: center , right bottom 15px , right bottom }
bgpos494779 { background-position: center bottom , right bottom 15px , right bottom }
bgpos494780 { background-position: center bottom 15% , right bottom 15px , right bottom }
bgpos494781 { background-position: center bottom 15px , right bottom 15px , right bottom }
bgpos494782 { background-position: center top , right bottom 15px , right bottom }
bgpos494783 { background-position: center top 15% , right bottom 15px , right bottom }
bgpos494784 { background-position: center top 15px , right bottom 15px , right bottom }
bgpos494785 { background-position: center 10% , right bottom 15px , right bottom }
bgpos494786 { background-position: center 100px , right bottom 15px , right bottom }
bgpos494787 { background-position: center bottom , right bottom 15px , right bottom }
bgpos494788 { background-position: center center , right bottom 15px , right bottom }
bgpos494789 { background-position: center top , right bottom 15px , right bottom }
bgpos494790 { background-position: left , right bottom 15px , right bottom }
bgpos494791 { background-position: left 10% , right bottom 15px , right bottom }
bgpos494792 { background-position: left 100px , right bottom 15px , right bottom }
bgpos494793 { background-position: left bottom , right bottom 15px , right bottom }
bgpos494794 { background-position: left center , right bottom 15px , right bottom }
bgpos494795 { background-position: left top , right bottom 15px , right bottom }
bgpos494796 { background-position: right , right bottom 15px , right bottom }
bgpos494797 { background-position: right 10% , right bottom 15px , right bottom }
bgpos494798 { background-position: right 100px , right bottom 15px , right bottom }
bgpos494799 { background-position: right bottom , right bottom 15px , right bottom }
bgpos494800 { background-position: right center , right bottom 15px , right bottom }
bgpos494801 { background-position: right top , right bottom 15px , right bottom }
bgpos494802 { background-position: top , right bottom 15px , right bottom }
bgpos494803 { background-position: left bottom , right top , right bottom }
bgpos494804 { background-position: left bottom 15% , right top , right bottom }
bgpos494805 { background-position: left bottom 15px , right top , right bottom }
bgpos494806 { background-position: left top , right top , right bottom }
bgpos494807 { background-position: left top 15% , right top , right bottom }
bgpos494808 { background-position: left top 15px , right top , right bottom }
bgpos494809 { background-position: left 15% bottom , right top , right bottom }
bgpos494810 { background-position: left 15% bottom 15% , right top , right bottom }
bgpos494811 { background-position: left 15% bottom 15px , right top , right bottom }
bgpos494812 { background-position: left 15% top , right top , right bottom }
bgpos494813 { background-position: left 15% top 15% , right top , right bottom }
bgpos494814 { background-position: left 15% top 15px , right top , right bottom }
bgpos494815 { background-position: left 15% center , right top , right bottom }
bgpos494816 { background-position: left 15px bottom , right top , right bottom }
bgpos494817 { background-position: left 15px bottom 15% , right top , right bottom }
bgpos494818 { background-position: left 15px bottom 15px , right top , right bottom }
bgpos494819 { background-position: left 15px top , right top , right bottom }
bgpos494820 { background-position: left 15px top 15% , right top , right bottom }
bgpos494821 { background-position: left 15px top 15px , right top , right bottom }
bgpos494822 { background-position: left 15px center , right top , right bottom }
bgpos494823 { background-position: left center , right top , right bottom }
bgpos494824 { background-position: right bottom , right top , right bottom }
bgpos494825 { background-position: right bottom 15% , right top , right bottom }
bgpos494826 { background-position: right bottom 15px , right top , right bottom }
bgpos494827 { background-position: right top , right top , right bottom }
bgpos494828 { background-position: right top 15% , right top , right bottom }
bgpos494829 { background-position: right top 15px , right top , right bottom }
bgpos494830 { background-position: right 15% bottom , right top , right bottom }
bgpos494831 { background-position: right 15% bottom 15% , right top , right bottom }
bgpos494832 { background-position: right 15% bottom 15px , right top , right bottom }
bgpos494833 { background-position: right 15% top , right top , right bottom }
bgpos494834 { background-position: right 15% top 15% , right top , right bottom }
bgpos494835 { background-position: right 15% top 15px , right top , right bottom }
bgpos494836 { background-position: right 15% center , right top , right bottom }
bgpos494837 { background-position: right 15px bottom , right top , right bottom }
bgpos494838 { background-position: right 15px bottom 15% , right top , right bottom }
bgpos494839 { background-position: right 15px bottom 15px , right top , right bottom }
bgpos494840 { background-position: right 15px top , right top , right bottom }
bgpos494841 { background-position: right 15px top 15% , right top , right bottom }
bgpos494842 { background-position: right 15px top 15px , right top , right bottom }
bgpos494843 { background-position: right 15px center , right top , right bottom }
bgpos494844 { background-position: right center , right top , right bottom }
bgpos494845 { background-position: 100px , right top , right bottom }
bgpos494846 { background-position: 100px 10% , right top , right bottom }
bgpos494847 { background-position: 100px 100px , right top , right bottom }
bgpos494848 { background-position: 100px bottom , right top , right bottom }
bgpos494849 { background-position: 100px center , right top , right bottom }
bgpos494850 { background-position: 100px top , right top , right bottom }
bgpos494851 { background-position: 50% , right top , right bottom }
bgpos494852 { background-position: 50% 10% , right top , right bottom }
bgpos494853 { background-position: 50% 100px , right top , right bottom }
bgpos494854 { background-position: 50% bottom , right top , right bottom }
bgpos494855 { background-position: 50% center , right top , right bottom }
bgpos494856 { background-position: 50% top , right top , right bottom }
bgpos494857 { background-position: bottom, right top , right bottom }
bgpos494858 { background-position: center , right top , right bottom }
bgpos494859 { background-position: center bottom , right top , right bottom }
bgpos494860 { background-position: center bottom 15% , right top , right bottom }
bgpos494861 { background-position: center bottom 15px , right top , right bottom }
bgpos494862 { background-position: center top , right top , right bottom }
bgpos494863 { background-position: center top 15% , right top , right bottom }
bgpos494864 { background-position: center top 15px , right top , right bottom }
bgpos494865 { background-position: center 10% , right top , right bottom }
bgpos494866 { background-position: center 100px , right top , right bottom }
bgpos494867 { background-position: center bottom , right top , right bottom }
bgpos494868 { background-position: center center , right top , right bottom }
bgpos494869 { background-position: center top , right top , right bottom }
bgpos494870 { background-position: left , right top , right bottom }
bgpos494871 { background-position: left 10% , right top , right bottom }
bgpos494872 { background-position: left 100px , right top , right bottom }
bgpos494873 { background-position: left bottom , right top , right bottom }
bgpos494874 { background-position: left center , right top , right bottom }
bgpos494875 { background-position: left top , right top , right bottom }
bgpos494876 { background-position: right , right top , right bottom }
bgpos494877 { background-position: right 10% , right top , right bottom }
bgpos494878 { background-position: right 100px , right top , right bottom }
bgpos494879 { background-position: right bottom , right top , right bottom }
bgpos494880 { background-position: right center , right top , right bottom }
bgpos494881 { background-position: right top , right top , right bottom }
bgpos494882 { background-position: top , right top , right bottom }
bgpos494883 { background-position: left bottom , right top 15% , right bottom }
bgpos494884 { background-position: left bottom 15% , right top 15% , right bottom }
bgpos494885 { background-position: left bottom 15px , right top 15% , right bottom }
bgpos494886 { background-position: left top , right top 15% , right bottom }
bgpos494887 { background-position: left top 15% , right top 15% , right bottom }
bgpos494888 { background-position: left top 15px , right top 15% , right bottom }
bgpos494889 { background-position: left 15% bottom , right top 15% , right bottom }
bgpos494890 { background-position: left 15% bottom 15% , right top 15% , right bottom }
bgpos494891 { background-position: left 15% bottom 15px , right top 15% , right bottom }
bgpos494892 { background-position: left 15% top , right top 15% , right bottom }
bgpos494893 { background-position: left 15% top 15% , right top 15% , right bottom }
bgpos494894 { background-position: left 15% top 15px , right top 15% , right bottom }
bgpos494895 { background-position: left 15% center , right top 15% , right bottom }
bgpos494896 { background-position: left 15px bottom , right top 15% , right bottom }
bgpos494897 { background-position: left 15px bottom 15% , right top 15% , right bottom }
bgpos494898 { background-position: left 15px bottom 15px , right top 15% , right bottom }
bgpos494899 { background-position: left 15px top , right top 15% , right bottom }
bgpos494900 { background-position: left 15px top 15% , right top 15% , right bottom }
bgpos494901 { background-position: left 15px top 15px , right top 15% , right bottom }
bgpos494902 { background-position: left 15px center , right top 15% , right bottom }
bgpos494903 { background-position: left center , right top 15% , right bottom }
bgpos494904 { background-position: right bottom , right top 15% , right bottom }
bgpos494905 { background-position: right bottom 15% , right top 15% , right bottom }
bgpos494906 { background-position: right bottom 15px , right top 15% , right bottom }
bgpos494907 { background-position: right top , right top 15% , right bottom }
bgpos494908 { background-position: right top 15% , right top 15% , right bottom }
bgpos494909 { background-position: right top 15px , right top 15% , right bottom }
bgpos494910 { background-position: right 15% bottom , right top 15% , right bottom }
bgpos494911 { background-position: right 15% bottom 15% , right top 15% , right bottom }
bgpos494912 { background-position: right 15% bottom 15px , right top 15% , right bottom }
bgpos494913 { background-position: right 15% top , right top 15% , right bottom }
bgpos494914 { background-position: right 15% top 15% , right top 15% , right bottom }
bgpos494915 { background-position: right 15% top 15px , right top 15% , right bottom }
bgpos494916 { background-position: right 15% center , right top 15% , right bottom }
bgpos494917 { background-position: right 15px bottom , right top 15% , right bottom }
bgpos494918 { background-position: right 15px bottom 15% , right top 15% , right bottom }
bgpos494919 { background-position: right 15px bottom 15px , right top 15% , right bottom }
bgpos494920 { background-position: right 15px top , right top 15% , right bottom }
bgpos494921 { background-position: right 15px top 15% , right top 15% , right bottom }
bgpos494922 { background-position: right 15px top 15px , right top 15% , right bottom }
bgpos494923 { background-position: right 15px center , right top 15% , right bottom }
bgpos494924 { background-position: right center , right top 15% , right bottom }
bgpos494925 { background-position: 100px , right top 15% , right bottom }
bgpos494926 { background-position: 100px 10% , right top 15% , right bottom }
bgpos494927 { background-position: 100px 100px , right top 15% , right bottom }
bgpos494928 { background-position: 100px bottom , right top 15% , right bottom }
bgpos494929 { background-position: 100px center , right top 15% , right bottom }
bgpos494930 { background-position: 100px top , right top 15% , right bottom }
bgpos494931 { background-position: 50% , right top 15% , right bottom }
bgpos494932 { background-position: 50% 10% , right top 15% , right bottom }
bgpos494933 { background-position: 50% 100px , right top 15% , right bottom }
bgpos494934 { background-position: 50% bottom , right top 15% , right bottom }
bgpos494935 { background-position: 50% center , right top 15% , right bottom }
bgpos494936 { background-position: 50% top , right top 15% , right bottom }
bgpos494937 { background-position: bottom, right top 15% , right bottom }
bgpos494938 { background-position: center , right top 15% , right bottom }
bgpos494939 { background-position: center bottom , right top 15% , right bottom }
bgpos494940 { background-position: center bottom 15% , right top 15% , right bottom }
bgpos494941 { background-position: center bottom 15px , right top 15% , right bottom }
bgpos494942 { background-position: center top , right top 15% , right bottom }
bgpos494943 { background-position: center top 15% , right top 15% , right bottom }
bgpos494944 { background-position: center top 15px , right top 15% , right bottom }
bgpos494945 { background-position: center 10% , right top 15% , right bottom }
bgpos494946 { background-position: center 100px , right top 15% , right bottom }
bgpos494947 { background-position: center bottom , right top 15% , right bottom }
bgpos494948 { background-position: center center , right top 15% , right bottom }
bgpos494949 { background-position: center top , right top 15% , right bottom }
bgpos494950 { background-position: left , right top 15% , right bottom }
bgpos494951 { background-position: left 10% , right top 15% , right bottom }
bgpos494952 { background-position: left 100px , right top 15% , right bottom }
bgpos494953 { background-position: left bottom , right top 15% , right bottom }
bgpos494954 { background-position: left center , right top 15% , right bottom }
bgpos494955 { background-position: left top , right top 15% , right bottom }
bgpos494956 { background-position: right , right top 15% , right bottom }
bgpos494957 { background-position: right 10% , right top 15% , right bottom }
bgpos494958 { background-position: right 100px , right top 15% , right bottom }
bgpos494959 { background-position: right bottom , right top 15% , right bottom }
bgpos494960 { background-position: right center , right top 15% , right bottom }
bgpos494961 { background-position: right top , right top 15% , right bottom }
bgpos494962 { background-position: top , right top 15% , right bottom }
bgpos494963 { background-position: left bottom , right top 15px , right bottom }
bgpos494964 { background-position: left bottom 15% , right top 15px , right bottom }
bgpos494965 { background-position: left bottom 15px , right top 15px , right bottom }
bgpos494966 { background-position: left top , right top 15px , right bottom }
bgpos494967 { background-position: left top 15% , right top 15px , right bottom }
bgpos494968 { background-position: left top 15px , right top 15px , right bottom }
bgpos494969 { background-position: left 15% bottom , right top 15px , right bottom }
bgpos494970 { background-position: left 15% bottom 15% , right top 15px , right bottom }
bgpos494971 { background-position: left 15% bottom 15px , right top 15px , right bottom }
bgpos494972 { background-position: left 15% top , right top 15px , right bottom }
bgpos494973 { background-position: left 15% top 15% , right top 15px , right bottom }
bgpos494974 { background-position: left 15% top 15px , right top 15px , right bottom }
bgpos494975 { background-position: left 15% center , right top 15px , right bottom }
bgpos494976 { background-position: left 15px bottom , right top 15px , right bottom }
bgpos494977 { background-position: left 15px bottom 15% , right top 15px , right bottom }
bgpos494978 { background-position: left 15px bottom 15px , right top 15px , right bottom }
bgpos494979 { background-position: left 15px top , right top 15px , right bottom }
bgpos494980 { background-position: left 15px top 15% , right top 15px , right bottom }
bgpos494981 { background-position: left 15px top 15px , right top 15px , right bottom }
bgpos494982 { background-position: left 15px center , right top 15px , right bottom }
bgpos494983 { background-position: left center , right top 15px , right bottom }
bgpos494984 { background-position: right bottom , right top 15px , right bottom }
bgpos494985 { background-position: right bottom 15% , right top 15px , right bottom }
bgpos494986 { background-position: right bottom 15px , right top 15px , right bottom }
bgpos494987 { background-position: right top , right top 15px , right bottom }
bgpos494988 { background-position: right top 15% , right top 15px , right bottom }
bgpos494989 { background-position: right top 15px , right top 15px , right bottom }
bgpos494990 { background-position: right 15% bottom , right top 15px , right bottom }
bgpos494991 { background-position: right 15% bottom 15% , right top 15px , right bottom }
bgpos494992 { background-position: right 15% bottom 15px , right top 15px , right bottom }
bgpos494993 { background-position: right 15% top , right top 15px , right bottom }
bgpos494994 { background-position: right 15% top 15% , right top 15px , right bottom }
bgpos494995 { background-position: right 15% top 15px , right top 15px , right bottom }
bgpos494996 { background-position: right 15% center , right top 15px , right bottom }
bgpos494997 { background-position: right 15px bottom , right top 15px , right bottom }
bgpos494998 { background-position: right 15px bottom 15% , right top 15px , right bottom }
bgpos494999 { background-position: right 15px bottom 15px , right top 15px , right bottom }
bgpos495000 { background-position: right 15px top , right top 15px , right bottom }
bgpos495001 { background-position: right 15px top 15% , right top 15px , right bottom }
bgpos495002 { background-position: right 15px top 15px , right top 15px , right bottom }
bgpos495003 { background-position: right 15px center , right top 15px , right bottom }
bgpos495004 { background-position: right center , right top 15px , right bottom }
bgpos495005 { background-position: 100px , right top 15px , right bottom }
bgpos495006 { background-position: 100px 10% , right top 15px , right bottom }
bgpos495007 { background-position: 100px 100px , right top 15px , right bottom }
bgpos495008 { background-position: 100px bottom , right top 15px , right bottom }
bgpos495009 { background-position: 100px center , right top 15px , right bottom }
bgpos495010 { background-position: 100px top , right top 15px , right bottom }
bgpos495011 { background-position: 50% , right top 15px , right bottom }
bgpos495012 { background-position: 50% 10% , right top 15px , right bottom }
bgpos495013 { background-position: 50% 100px , right top 15px , right bottom }
bgpos495014 { background-position: 50% bottom , right top 15px , right bottom }
bgpos495015 { background-position: 50% center , right top 15px , right bottom }
bgpos495016 { background-position: 50% top , right top 15px , right bottom }
bgpos495017 { background-position: bottom, right top 15px , right bottom }
bgpos495018 { background-position: center , right top 15px , right bottom }
bgpos495019 { background-position: center bottom , right top 15px , right bottom }
bgpos495020 { background-position: center bottom 15% , right top 15px , right bottom }
bgpos495021 { background-position: center bottom 15px , right top 15px , right bottom }
bgpos495022 { background-position: center top , right top 15px , right bottom }
bgpos495023 { background-position: center top 15% , right top 15px , right bottom }
bgpos495024 { background-position: center top 15px , right top 15px , right bottom }
bgpos495025 { background-position: center 10% , right top 15px , right bottom }
bgpos495026 { background-position: center 100px , right top 15px , right bottom }
bgpos495027 { background-position: center bottom , right top 15px , right bottom }
bgpos495028 { background-position: center center , right top 15px , right bottom }
bgpos495029 { background-position: center top , right top 15px , right bottom }
bgpos495030 { background-position: left , right top 15px , right bottom }
bgpos495031 { background-position: left 10% , right top 15px , right bottom }
bgpos495032 { background-position: left 100px , right top 15px , right bottom }
bgpos495033 { background-position: left bottom , right top 15px , right bottom }
bgpos495034 { background-position: left center , right top 15px , right bottom }
bgpos495035 { background-position: left top , right top 15px , right bottom }
bgpos495036 { background-position: right , right top 15px , right bottom }
bgpos495037 { background-position: right 10% , right top 15px , right bottom }
bgpos495038 { background-position: right 100px , right top 15px , right bottom }
bgpos495039 { background-position: right bottom , right top 15px , right bottom }
bgpos495040 { background-position: right center , right top 15px , right bottom }
bgpos495041 { background-position: right top , right top 15px , right bottom }
bgpos495042 { background-position: top , right top 15px , right bottom }
bgpos495043 { background-position: left bottom , right 15% bottom , right bottom }
bgpos495044 { background-position: left bottom 15% , right 15% bottom , right bottom }
bgpos495045 { background-position: left bottom 15px , right 15% bottom , right bottom }
bgpos495046 { background-position: left top , right 15% bottom , right bottom }
bgpos495047 { background-position: left top 15% , right 15% bottom , right bottom }
bgpos495048 { background-position: left top 15px , right 15% bottom , right bottom }
bgpos495049 { background-position: left 15% bottom , right 15% bottom , right bottom }
bgpos495050 { background-position: left 15% bottom 15% , right 15% bottom , right bottom }
bgpos495051 { background-position: left 15% bottom 15px , right 15% bottom , right bottom }
bgpos495052 { background-position: left 15% top , right 15% bottom , right bottom }
bgpos495053 { background-position: left 15% top 15% , right 15% bottom , right bottom }
bgpos495054 { background-position: left 15% top 15px , right 15% bottom , right bottom }
bgpos495055 { background-position: left 15% center , right 15% bottom , right bottom }
bgpos495056 { background-position: left 15px bottom , right 15% bottom , right bottom }
bgpos495057 { background-position: left 15px bottom 15% , right 15% bottom , right bottom }
bgpos495058 { background-position: left 15px bottom 15px , right 15% bottom , right bottom }
bgpos495059 { background-position: left 15px top , right 15% bottom , right bottom }
bgpos495060 { background-position: left 15px top 15% , right 15% bottom , right bottom }
bgpos495061 { background-position: left 15px top 15px , right 15% bottom , right bottom }
bgpos495062 { background-position: left 15px center , right 15% bottom , right bottom }
bgpos495063 { background-position: left center , right 15% bottom , right bottom }
bgpos495064 { background-position: right bottom , right 15% bottom , right bottom }
bgpos495065 { background-position: right bottom 15% , right 15% bottom , right bottom }
bgpos495066 { background-position: right bottom 15px , right 15% bottom , right bottom }
bgpos495067 { background-position: right top , right 15% bottom , right bottom }
bgpos495068 { background-position: right top 15% , right 15% bottom , right bottom }
bgpos495069 { background-position: right top 15px , right 15% bottom , right bottom }
bgpos495070 { background-position: right 15% bottom , right 15% bottom , right bottom }
bgpos495071 { background-position: right 15% bottom 15% , right 15% bottom , right bottom }
bgpos495072 { background-position: right 15% bottom 15px , right 15% bottom , right bottom }
bgpos495073 { background-position: right 15% top , right 15% bottom , right bottom }
bgpos495074 { background-position: right 15% top 15% , right 15% bottom , right bottom }
bgpos495075 { background-position: right 15% top 15px , right 15% bottom , right bottom }
bgpos495076 { background-position: right 15% center , right 15% bottom , right bottom }
bgpos495077 { background-position: right 15px bottom , right 15% bottom , right bottom }
bgpos495078 { background-position: right 15px bottom 15% , right 15% bottom , right bottom }
bgpos495079 { background-position: right 15px bottom 15px , right 15% bottom , right bottom }
bgpos495080 { background-position: right 15px top , right 15% bottom , right bottom }
bgpos495081 { background-position: right 15px top 15% , right 15% bottom , right bottom }
bgpos495082 { background-position: right 15px top 15px , right 15% bottom , right bottom }
bgpos495083 { background-position: right 15px center , right 15% bottom , right bottom }
bgpos495084 { background-position: right center , right 15% bottom , right bottom }
bgpos495085 { background-position: 100px , right 15% bottom , right bottom }
bgpos495086 { background-position: 100px 10% , right 15% bottom , right bottom }
bgpos495087 { background-position: 100px 100px , right 15% bottom , right bottom }
bgpos495088 { background-position: 100px bottom , right 15% bottom , right bottom }
bgpos495089 { background-position: 100px center , right 15% bottom , right bottom }
bgpos495090 { background-position: 100px top , right 15% bottom , right bottom }
bgpos495091 { background-position: 50% , right 15% bottom , right bottom }
bgpos495092 { background-position: 50% 10% , right 15% bottom , right bottom }
bgpos495093 { background-position: 50% 100px , right 15% bottom , right bottom }
bgpos495094 { background-position: 50% bottom , right 15% bottom , right bottom }
bgpos495095 { background-position: 50% center , right 15% bottom , right bottom }
bgpos495096 { background-position: 50% top , right 15% bottom , right bottom }
bgpos495097 { background-position: bottom, right 15% bottom , right bottom }
bgpos495098 { background-position: center , right 15% bottom , right bottom }
bgpos495099 { background-position: center bottom , right 15% bottom , right bottom }
bgpos495100 { background-position: center bottom 15% , right 15% bottom , right bottom }
bgpos495101 { background-position: center bottom 15px , right 15% bottom , right bottom }
bgpos495102 { background-position: center top , right 15% bottom , right bottom }
bgpos495103 { background-position: center top 15% , right 15% bottom , right bottom }
bgpos495104 { background-position: center top 15px , right 15% bottom , right bottom }
bgpos495105 { background-position: center 10% , right 15% bottom , right bottom }
bgpos495106 { background-position: center 100px , right 15% bottom , right bottom }
bgpos495107 { background-position: center bottom , right 15% bottom , right bottom }
bgpos495108 { background-position: center center , right 15% bottom , right bottom }
bgpos495109 { background-position: center top , right 15% bottom , right bottom }
bgpos495110 { background-position: left , right 15% bottom , right bottom }
bgpos495111 { background-position: left 10% , right 15% bottom , right bottom }
bgpos495112 { background-position: left 100px , right 15% bottom , right bottom }
bgpos495113 { background-position: left bottom , right 15% bottom , right bottom }
bgpos495114 { background-position: left center , right 15% bottom , right bottom }
bgpos495115 { background-position: left top , right 15% bottom , right bottom }
bgpos495116 { background-position: right , right 15% bottom , right bottom }
bgpos495117 { background-position: right 10% , right 15% bottom , right bottom }
bgpos495118 { background-position: right 100px , right 15% bottom , right bottom }
bgpos495119 { background-position: right bottom , right 15% bottom , right bottom }
bgpos495120 { background-position: right center , right 15% bottom , right bottom }
bgpos495121 { background-position: right top , right 15% bottom , right bottom }
bgpos495122 { background-position: top , right 15% bottom , right bottom }
bgpos495123 { background-position: left bottom , right 15% bottom 15% , right bottom }
bgpos495124 { background-position: left bottom 15% , right 15% bottom 15% , right bottom }
bgpos495125 { background-position: left bottom 15px , right 15% bottom 15% , right bottom }
bgpos495126 { background-position: left top , right 15% bottom 15% , right bottom }
bgpos495127 { background-position: left top 15% , right 15% bottom 15% , right bottom }
bgpos495128 { background-position: left top 15px , right 15% bottom 15% , right bottom }
bgpos495129 { background-position: left 15% bottom , right 15% bottom 15% , right bottom }
bgpos495130 { background-position: left 15% bottom 15% , right 15% bottom 15% , right bottom }
bgpos495131 { background-position: left 15% bottom 15px , right 15% bottom 15% , right bottom }
bgpos495132 { background-position: left 15% top , right 15% bottom 15% , right bottom }
bgpos495133 { background-position: left 15% top 15% , right 15% bottom 15% , right bottom }
bgpos495134 { background-position: left 15% top 15px , right 15% bottom 15% , right bottom }
bgpos495135 { background-position: left 15% center , right 15% bottom 15% , right bottom }
bgpos495136 { background-position: left 15px bottom , right 15% bottom 15% , right bottom }
bgpos495137 { background-position: left 15px bottom 15% , right 15% bottom 15% , right bottom }
bgpos495138 { background-position: left 15px bottom 15px , right 15% bottom 15% , right bottom }
bgpos495139 { background-position: left 15px top , right 15% bottom 15% , right bottom }
bgpos495140 { background-position: left 15px top 15% , right 15% bottom 15% , right bottom }
bgpos495141 { background-position: left 15px top 15px , right 15% bottom 15% , right bottom }
bgpos495142 { background-position: left 15px center , right 15% bottom 15% , right bottom }
bgpos495143 { background-position: left center , right 15% bottom 15% , right bottom }
bgpos495144 { background-position: right bottom , right 15% bottom 15% , right bottom }
bgpos495145 { background-position: right bottom 15% , right 15% bottom 15% , right bottom }
bgpos495146 { background-position: right bottom 15px , right 15% bottom 15% , right bottom }
bgpos495147 { background-position: right top , right 15% bottom 15% , right bottom }
bgpos495148 { background-position: right top 15% , right 15% bottom 15% , right bottom }
bgpos495149 { background-position: right top 15px , right 15% bottom 15% , right bottom }
bgpos495150 { background-position: right 15% bottom , right 15% bottom 15% , right bottom }
bgpos495151 { background-position: right 15% bottom 15% , right 15% bottom 15% , right bottom }
bgpos495152 { background-position: right 15% bottom 15px , right 15% bottom 15% , right bottom }
bgpos495153 { background-position: right 15% top , right 15% bottom 15% , right bottom }
bgpos495154 { background-position: right 15% top 15% , right 15% bottom 15% , right bottom }
bgpos495155 { background-position: right 15% top 15px , right 15% bottom 15% , right bottom }
bgpos495156 { background-position: right 15% center , right 15% bottom 15% , right bottom }
bgpos495157 { background-position: right 15px bottom , right 15% bottom 15% , right bottom }
bgpos495158 { background-position: right 15px bottom 15% , right 15% bottom 15% , right bottom }
bgpos495159 { background-position: right 15px bottom 15px , right 15% bottom 15% , right bottom }
bgpos495160 { background-position: right 15px top , right 15% bottom 15% , right bottom }
bgpos495161 { background-position: right 15px top 15% , right 15% bottom 15% , right bottom }
bgpos495162 { background-position: right 15px top 15px , right 15% bottom 15% , right bottom }
bgpos495163 { background-position: right 15px center , right 15% bottom 15% , right bottom }
bgpos495164 { background-position: right center , right 15% bottom 15% , right bottom }
bgpos495165 { background-position: 100px , right 15% bottom 15% , right bottom }
bgpos495166 { background-position: 100px 10% , right 15% bottom 15% , right bottom }
bgpos495167 { background-position: 100px 100px , right 15% bottom 15% , right bottom }
bgpos495168 { background-position: 100px bottom , right 15% bottom 15% , right bottom }
bgpos495169 { background-position: 100px center , right 15% bottom 15% , right bottom }
bgpos495170 { background-position: 100px top , right 15% bottom 15% , right bottom }
bgpos495171 { background-position: 50% , right 15% bottom 15% , right bottom }
bgpos495172 { background-position: 50% 10% , right 15% bottom 15% , right bottom }
bgpos495173 { background-position: 50% 100px , right 15% bottom 15% , right bottom }
bgpos495174 { background-position: 50% bottom , right 15% bottom 15% , right bottom }
bgpos495175 { background-position: 50% center , right 15% bottom 15% , right bottom }
bgpos495176 { background-position: 50% top , right 15% bottom 15% , right bottom }
bgpos495177 { background-position: bottom, right 15% bottom 15% , right bottom }
bgpos495178 { background-position: center , right 15% bottom 15% , right bottom }
bgpos495179 { background-position: center bottom , right 15% bottom 15% , right bottom }
bgpos495180 { background-position: center bottom 15% , right 15% bottom 15% , right bottom }
bgpos495181 { background-position: center bottom 15px , right 15% bottom 15% , right bottom }
bgpos495182 { background-position: center top , right 15% bottom 15% , right bottom }
bgpos495183 { background-position: center top 15% , right 15% bottom 15% , right bottom }
bgpos495184 { background-position: center top 15px , right 15% bottom 15% , right bottom }
bgpos495185 { background-position: center 10% , right 15% bottom 15% , right bottom }
bgpos495186 { background-position: center 100px , right 15% bottom 15% , right bottom }
bgpos495187 { background-position: center bottom , right 15% bottom 15% , right bottom }
bgpos495188 { background-position: center center , right 15% bottom 15% , right bottom }
bgpos495189 { background-position: center top , right 15% bottom 15% , right bottom }
bgpos495190 { background-position: left , right 15% bottom 15% , right bottom }
bgpos495191 { background-position: left 10% , right 15% bottom 15% , right bottom }
bgpos495192 { background-position: left 100px , right 15% bottom 15% , right bottom }
bgpos495193 { background-position: left bottom , right 15% bottom 15% , right bottom }
bgpos495194 { background-position: left center , right 15% bottom 15% , right bottom }
bgpos495195 { background-position: left top , right 15% bottom 15% , right bottom }
bgpos495196 { background-position: right , right 15% bottom 15% , right bottom }
bgpos495197 { background-position: right 10% , right 15% bottom 15% , right bottom }
bgpos495198 { background-position: right 100px , right 15% bottom 15% , right bottom }
bgpos495199 { background-position: right bottom , right 15% bottom 15% , right bottom }
bgpos495200 { background-position: right center , right 15% bottom 15% , right bottom }
bgpos495201 { background-position: right top , right 15% bottom 15% , right bottom }
bgpos495202 { background-position: top , right 15% bottom 15% , right bottom }
bgpos495203 { background-position: left bottom , right 15% bottom 15px , right bottom }
bgpos495204 { background-position: left bottom 15% , right 15% bottom 15px , right bottom }
bgpos495205 { background-position: left bottom 15px , right 15% bottom 15px , right bottom }
bgpos495206 { background-position: left top , right 15% bottom 15px , right bottom }
bgpos495207 { background-position: left top 15% , right 15% bottom 15px , right bottom }
bgpos495208 { background-position: left top 15px , right 15% bottom 15px , right bottom }
bgpos495209 { background-position: left 15% bottom , right 15% bottom 15px , right bottom }
bgpos495210 { background-position: left 15% bottom 15% , right 15% bottom 15px , right bottom }
bgpos495211 { background-position: left 15% bottom 15px , right 15% bottom 15px , right bottom }
bgpos495212 { background-position: left 15% top , right 15% bottom 15px , right bottom }
bgpos495213 { background-position: left 15% top 15% , right 15% bottom 15px , right bottom }
bgpos495214 { background-position: left 15% top 15px , right 15% bottom 15px , right bottom }
bgpos495215 { background-position: left 15% center , right 15% bottom 15px , right bottom }
bgpos495216 { background-position: left 15px bottom , right 15% bottom 15px , right bottom }
bgpos495217 { background-position: left 15px bottom 15% , right 15% bottom 15px , right bottom }
bgpos495218 { background-position: left 15px bottom 15px , right 15% bottom 15px , right bottom }
bgpos495219 { background-position: left 15px top , right 15% bottom 15px , right bottom }
bgpos495220 { background-position: left 15px top 15% , right 15% bottom 15px , right bottom }
bgpos495221 { background-position: left 15px top 15px , right 15% bottom 15px , right bottom }
bgpos495222 { background-position: left 15px center , right 15% bottom 15px , right bottom }
bgpos495223 { background-position: left center , right 15% bottom 15px , right bottom }
bgpos495224 { background-position: right bottom , right 15% bottom 15px , right bottom }
bgpos495225 { background-position: right bottom 15% , right 15% bottom 15px , right bottom }
bgpos495226 { background-position: right bottom 15px , right 15% bottom 15px , right bottom }
bgpos495227 { background-position: right top , right 15% bottom 15px , right bottom }
bgpos495228 { background-position: right top 15% , right 15% bottom 15px , right bottom }
bgpos495229 { background-position: right top 15px , right 15% bottom 15px , right bottom }
bgpos495230 { background-position: right 15% bottom , right 15% bottom 15px , right bottom }
bgpos495231 { background-position: right 15% bottom 15% , right 15% bottom 15px , right bottom }
bgpos495232 { background-position: right 15% bottom 15px , right 15% bottom 15px , right bottom }
bgpos495233 { background-position: right 15% top , right 15% bottom 15px , right bottom }
bgpos495234 { background-position: right 15% top 15% , right 15% bottom 15px , right bottom }
bgpos495235 { background-position: right 15% top 15px , right 15% bottom 15px , right bottom }
bgpos495236 { background-position: right 15% center , right 15% bottom 15px , right bottom }
bgpos495237 { background-position: right 15px bottom , right 15% bottom 15px , right bottom }
bgpos495238 { background-position: right 15px bottom 15% , right 15% bottom 15px , right bottom }
bgpos495239 { background-position: right 15px bottom 15px , right 15% bottom 15px , right bottom }
bgpos495240 { background-position: right 15px top , right 15% bottom 15px , right bottom }
bgpos495241 { background-position: right 15px top 15% , right 15% bottom 15px , right bottom }
bgpos495242 { background-position: right 15px top 15px , right 15% bottom 15px , right bottom }
bgpos495243 { background-position: right 15px center , right 15% bottom 15px , right bottom }
bgpos495244 { background-position: right center , right 15% bottom 15px , right bottom }
bgpos495245 { background-position: 100px , right 15% bottom 15px , right bottom }
bgpos495246 { background-position: 100px 10% , right 15% bottom 15px , right bottom }
bgpos495247 { background-position: 100px 100px , right 15% bottom 15px , right bottom }
bgpos495248 { background-position: 100px bottom , right 15% bottom 15px , right bottom }
bgpos495249 { background-position: 100px center , right 15% bottom 15px , right bottom }
bgpos495250 { background-position: 100px top , right 15% bottom 15px , right bottom }
bgpos495251 { background-position: 50% , right 15% bottom 15px , right bottom }
bgpos495252 { background-position: 50% 10% , right 15% bottom 15px , right bottom }
bgpos495253 { background-position: 50% 100px , right 15% bottom 15px , right bottom }
bgpos495254 { background-position: 50% bottom , right 15% bottom 15px , right bottom }
bgpos495255 { background-position: 50% center , right 15% bottom 15px , right bottom }
bgpos495256 { background-position: 50% top , right 15% bottom 15px , right bottom }
bgpos495257 { background-position: bottom, right 15% bottom 15px , right bottom }
bgpos495258 { background-position: center , right 15% bottom 15px , right bottom }
bgpos495259 { background-position: center bottom , right 15% bottom 15px , right bottom }
bgpos495260 { background-position: center bottom 15% , right 15% bottom 15px , right bottom }
bgpos495261 { background-position: center bottom 15px , right 15% bottom 15px , right bottom }
bgpos495262 { background-position: center top , right 15% bottom 15px , right bottom }
bgpos495263 { background-position: center top 15% , right 15% bottom 15px , right bottom }
bgpos495264 { background-position: center top 15px , right 15% bottom 15px , right bottom }
bgpos495265 { background-position: center 10% , right 15% bottom 15px , right bottom }
bgpos495266 { background-position: center 100px , right 15% bottom 15px , right bottom }
bgpos495267 { background-position: center bottom , right 15% bottom 15px , right bottom }
bgpos495268 { background-position: center center , right 15% bottom 15px , right bottom }
bgpos495269 { background-position: center top , right 15% bottom 15px , right bottom }
bgpos495270 { background-position: left , right 15% bottom 15px , right bottom }
bgpos495271 { background-position: left 10% , right 15% bottom 15px , right bottom }
bgpos495272 { background-position: left 100px , right 15% bottom 15px , right bottom }
bgpos495273 { background-position: left bottom , right 15% bottom 15px , right bottom }
bgpos495274 { background-position: left center , right 15% bottom 15px , right bottom }
bgpos495275 { background-position: left top , right 15% bottom 15px , right bottom }
bgpos495276 { background-position: right , right 15% bottom 15px , right bottom }
bgpos495277 { background-position: right 10% , right 15% bottom 15px , right bottom }
bgpos495278 { background-position: right 100px , right 15% bottom 15px , right bottom }
bgpos495279 { background-position: right bottom , right 15% bottom 15px , right bottom }
bgpos495280 { background-position: right center , right 15% bottom 15px , right bottom }
bgpos495281 { background-position: right top , right 15% bottom 15px , right bottom }
bgpos495282 { background-position: top , right 15% bottom 15px , right bottom }
bgpos495283 { background-position: left bottom , right 15% top , right bottom }
bgpos495284 { background-position: left bottom 15% , right 15% top , right bottom }
bgpos495285 { background-position: left bottom 15px , right 15% top , right bottom }
bgpos495286 { background-position: left top , right 15% top , right bottom }
bgpos495287 { background-position: left top 15% , right 15% top , right bottom }
bgpos495288 { background-position: left top 15px , right 15% top , right bottom }
bgpos495289 { background-position: left 15% bottom , right 15% top , right bottom }
bgpos495290 { background-position: left 15% bottom 15% , right 15% top , right bottom }
bgpos495291 { background-position: left 15% bottom 15px , right 15% top , right bottom }
bgpos495292 { background-position: left 15% top , right 15% top , right bottom }
bgpos495293 { background-position: left 15% top 15% , right 15% top , right bottom }
bgpos495294 { background-position: left 15% top 15px , right 15% top , right bottom }
bgpos495295 { background-position: left 15% center , right 15% top , right bottom }
bgpos495296 { background-position: left 15px bottom , right 15% top , right bottom }
bgpos495297 { background-position: left 15px bottom 15% , right 15% top , right bottom }
bgpos495298 { background-position: left 15px bottom 15px , right 15% top , right bottom }
bgpos495299 { background-position: left 15px top , right 15% top , right bottom }
bgpos495300 { background-position: left 15px top 15% , right 15% top , right bottom }
bgpos495301 { background-position: left 15px top 15px , right 15% top , right bottom }
bgpos495302 { background-position: left 15px center , right 15% top , right bottom }
bgpos495303 { background-position: left center , right 15% top , right bottom }
bgpos495304 { background-position: right bottom , right 15% top , right bottom }
bgpos495305 { background-position: right bottom 15% , right 15% top , right bottom }
bgpos495306 { background-position: right bottom 15px , right 15% top , right bottom }
bgpos495307 { background-position: right top , right 15% top , right bottom }
bgpos495308 { background-position: right top 15% , right 15% top , right bottom }
bgpos495309 { background-position: right top 15px , right 15% top , right bottom }
bgpos495310 { background-position: right 15% bottom , right 15% top , right bottom }
bgpos495311 { background-position: right 15% bottom 15% , right 15% top , right bottom }
bgpos495312 { background-position: right 15% bottom 15px , right 15% top , right bottom }
bgpos495313 { background-position: right 15% top , right 15% top , right bottom }
bgpos495314 { background-position: right 15% top 15% , right 15% top , right bottom }
bgpos495315 { background-position: right 15% top 15px , right 15% top , right bottom }
bgpos495316 { background-position: right 15% center , right 15% top , right bottom }
bgpos495317 { background-position: right 15px bottom , right 15% top , right bottom }
bgpos495318 { background-position: right 15px bottom 15% , right 15% top , right bottom }
bgpos495319 { background-position: right 15px bottom 15px , right 15% top , right bottom }
bgpos495320 { background-position: right 15px top , right 15% top , right bottom }
bgpos495321 { background-position: right 15px top 15% , right 15% top , right bottom }
bgpos495322 { background-position: right 15px top 15px , right 15% top , right bottom }
bgpos495323 { background-position: right 15px center , right 15% top , right bottom }
bgpos495324 { background-position: right center , right 15% top , right bottom }
bgpos495325 { background-position: 100px , right 15% top , right bottom }
bgpos495326 { background-position: 100px 10% , right 15% top , right bottom }
bgpos495327 { background-position: 100px 100px , right 15% top , right bottom }
bgpos495328 { background-position: 100px bottom , right 15% top , right bottom }
bgpos495329 { background-position: 100px center , right 15% top , right bottom }
bgpos495330 { background-position: 100px top , right 15% top , right bottom }
bgpos495331 { background-position: 50% , right 15% top , right bottom }
bgpos495332 { background-position: 50% 10% , right 15% top , right bottom }
bgpos495333 { background-position: 50% 100px , right 15% top , right bottom }
bgpos495334 { background-position: 50% bottom , right 15% top , right bottom }
bgpos495335 { background-position: 50% center , right 15% top , right bottom }
bgpos495336 { background-position: 50% top , right 15% top , right bottom }
bgpos495337 { background-position: bottom, right 15% top , right bottom }
bgpos495338 { background-position: center , right 15% top , right bottom }
bgpos495339 { background-position: center bottom , right 15% top , right bottom }
bgpos495340 { background-position: center bottom 15% , right 15% top , right bottom }
bgpos495341 { background-position: center bottom 15px , right 15% top , right bottom }
bgpos495342 { background-position: center top , right 15% top , right bottom }
bgpos495343 { background-position: center top 15% , right 15% top , right bottom }
bgpos495344 { background-position: center top 15px , right 15% top , right bottom }
bgpos495345 { background-position: center 10% , right 15% top , right bottom }
bgpos495346 { background-position: center 100px , right 15% top , right bottom }
bgpos495347 { background-position: center bottom , right 15% top , right bottom }
bgpos495348 { background-position: center center , right 15% top , right bottom }
bgpos495349 { background-position: center top , right 15% top , right bottom }
bgpos495350 { background-position: left , right 15% top , right bottom }
bgpos495351 { background-position: left 10% , right 15% top , right bottom }
bgpos495352 { background-position: left 100px , right 15% top , right bottom }
bgpos495353 { background-position: left bottom , right 15% top , right bottom }
bgpos495354 { background-position: left center , right 15% top , right bottom }
bgpos495355 { background-position: left top , right 15% top , right bottom }
bgpos495356 { background-position: right , right 15% top , right bottom }
bgpos495357 { background-position: right 10% , right 15% top , right bottom }
bgpos495358 { background-position: right 100px , right 15% top , right bottom }
bgpos495359 { background-position: right bottom , right 15% top , right bottom }
bgpos495360 { background-position: right center , right 15% top , right bottom }
bgpos495361 { background-position: right top , right 15% top , right bottom }
bgpos495362 { background-position: top , right 15% top , right bottom }
bgpos495363 { background-position: left bottom , right 15% top 15% , right bottom }
bgpos495364 { background-position: left bottom 15% , right 15% top 15% , right bottom }
bgpos495365 { background-position: left bottom 15px , right 15% top 15% , right bottom }
bgpos495366 { background-position: left top , right 15% top 15% , right bottom }
bgpos495367 { background-position: left top 15% , right 15% top 15% , right bottom }
bgpos495368 { background-position: left top 15px , right 15% top 15% , right bottom }
bgpos495369 { background-position: left 15% bottom , right 15% top 15% , right bottom }
bgpos495370 { background-position: left 15% bottom 15% , right 15% top 15% , right bottom }
bgpos495371 { background-position: left 15% bottom 15px , right 15% top 15% , right bottom }
bgpos495372 { background-position: left 15% top , right 15% top 15% , right bottom }
bgpos495373 { background-position: left 15% top 15% , right 15% top 15% , right bottom }
bgpos495374 { background-position: left 15% top 15px , right 15% top 15% , right bottom }
bgpos495375 { background-position: left 15% center , right 15% top 15% , right bottom }
bgpos495376 { background-position: left 15px bottom , right 15% top 15% , right bottom }
bgpos495377 { background-position: left 15px bottom 15% , right 15% top 15% , right bottom }
bgpos495378 { background-position: left 15px bottom 15px , right 15% top 15% , right bottom }
bgpos495379 { background-position: left 15px top , right 15% top 15% , right bottom }
bgpos495380 { background-position: left 15px top 15% , right 15% top 15% , right bottom }
bgpos495381 { background-position: left 15px top 15px , right 15% top 15% , right bottom }
bgpos495382 { background-position: left 15px center , right 15% top 15% , right bottom }
bgpos495383 { background-position: left center , right 15% top 15% , right bottom }
bgpos495384 { background-position: right bottom , right 15% top 15% , right bottom }
bgpos495385 { background-position: right bottom 15% , right 15% top 15% , right bottom }
bgpos495386 { background-position: right bottom 15px , right 15% top 15% , right bottom }
bgpos495387 { background-position: right top , right 15% top 15% , right bottom }
bgpos495388 { background-position: right top 15% , right 15% top 15% , right bottom }
bgpos495389 { background-position: right top 15px , right 15% top 15% , right bottom }
bgpos495390 { background-position: right 15% bottom , right 15% top 15% , right bottom }
bgpos495391 { background-position: right 15% bottom 15% , right 15% top 15% , right bottom }
bgpos495392 { background-position: right 15% bottom 15px , right 15% top 15% , right bottom }
bgpos495393 { background-position: right 15% top , right 15% top 15% , right bottom }
bgpos495394 { background-position: right 15% top 15% , right 15% top 15% , right bottom }
bgpos495395 { background-position: right 15% top 15px , right 15% top 15% , right bottom }
bgpos495396 { background-position: right 15% center , right 15% top 15% , right bottom }
bgpos495397 { background-position: right 15px bottom , right 15% top 15% , right bottom }
bgpos495398 { background-position: right 15px bottom 15% , right 15% top 15% , right bottom }
bgpos495399 { background-position: right 15px bottom 15px , right 15% top 15% , right bottom }
bgpos495400 { background-position: right 15px top , right 15% top 15% , right bottom }
bgpos495401 { background-position: right 15px top 15% , right 15% top 15% , right bottom }
bgpos495402 { background-position: right 15px top 15px , right 15% top 15% , right bottom }
bgpos495403 { background-position: right 15px center , right 15% top 15% , right bottom }
bgpos495404 { background-position: right center , right 15% top 15% , right bottom }
bgpos495405 { background-position: 100px , right 15% top 15% , right bottom }
bgpos495406 { background-position: 100px 10% , right 15% top 15% , right bottom }
bgpos495407 { background-position: 100px 100px , right 15% top 15% , right bottom }
bgpos495408 { background-position: 100px bottom , right 15% top 15% , right bottom }
bgpos495409 { background-position: 100px center , right 15% top 15% , right bottom }
bgpos495410 { background-position: 100px top , right 15% top 15% , right bottom }
bgpos495411 { background-position: 50% , right 15% top 15% , right bottom }
bgpos495412 { background-position: 50% 10% , right 15% top 15% , right bottom }
bgpos495413 { background-position: 50% 100px , right 15% top 15% , right bottom }
bgpos495414 { background-position: 50% bottom , right 15% top 15% , right bottom }
bgpos495415 { background-position: 50% center , right 15% top 15% , right bottom }
bgpos495416 { background-position: 50% top , right 15% top 15% , right bottom }
bgpos495417 { background-position: bottom, right 15% top 15% , right bottom }
bgpos495418 { background-position: center , right 15% top 15% , right bottom }
bgpos495419 { background-position: center bottom , right 15% top 15% , right bottom }
bgpos495420 { background-position: center bottom 15% , right 15% top 15% , right bottom }
bgpos495421 { background-position: center bottom 15px , right 15% top 15% , right bottom }
bgpos495422 { background-position: center top , right 15% top 15% , right bottom }
bgpos495423 { background-position: center top 15% , right 15% top 15% , right bottom }
bgpos495424 { background-position: center top 15px , right 15% top 15% , right bottom }
bgpos495425 { background-position: center 10% , right 15% top 15% , right bottom }
bgpos495426 { background-position: center 100px , right 15% top 15% , right bottom }
bgpos495427 { background-position: center bottom , right 15% top 15% , right bottom }
bgpos495428 { background-position: center center , right 15% top 15% , right bottom }
bgpos495429 { background-position: center top , right 15% top 15% , right bottom }
bgpos495430 { background-position: left , right 15% top 15% , right bottom }
bgpos495431 { background-position: left 10% , right 15% top 15% , right bottom }
bgpos495432 { background-position: left 100px , right 15% top 15% , right bottom }
bgpos495433 { background-position: left bottom , right 15% top 15% , right bottom }
bgpos495434 { background-position: left center , right 15% top 15% , right bottom }
bgpos495435 { background-position: left top , right 15% top 15% , right bottom }
bgpos495436 { background-position: right , right 15% top 15% , right bottom }
bgpos495437 { background-position: right 10% , right 15% top 15% , right bottom }
bgpos495438 { background-position: right 100px , right 15% top 15% , right bottom }
bgpos495439 { background-position: right bottom , right 15% top 15% , right bottom }
bgpos495440 { background-position: right center , right 15% top 15% , right bottom }
bgpos495441 { background-position: right top , right 15% top 15% , right bottom }
bgpos495442 { background-position: top , right 15% top 15% , right bottom }
bgpos495443 { background-position: left bottom , right 15% top 15px , right bottom }
bgpos495444 { background-position: left bottom 15% , right 15% top 15px , right bottom }
bgpos495445 { background-position: left bottom 15px , right 15% top 15px , right bottom }
bgpos495446 { background-position: left top , right 15% top 15px , right bottom }
bgpos495447 { background-position: left top 15% , right 15% top 15px , right bottom }
bgpos495448 { background-position: left top 15px , right 15% top 15px , right bottom }
bgpos495449 { background-position: left 15% bottom , right 15% top 15px , right bottom }
bgpos495450 { background-position: left 15% bottom 15% , right 15% top 15px , right bottom }
bgpos495451 { background-position: left 15% bottom 15px , right 15% top 15px , right bottom }
bgpos495452 { background-position: left 15% top , right 15% top 15px , right bottom }
bgpos495453 { background-position: left 15% top 15% , right 15% top 15px , right bottom }
bgpos495454 { background-position: left 15% top 15px , right 15% top 15px , right bottom }
bgpos495455 { background-position: left 15% center , right 15% top 15px , right bottom }
bgpos495456 { background-position: left 15px bottom , right 15% top 15px , right bottom }
bgpos495457 { background-position: left 15px bottom 15% , right 15% top 15px , right bottom }
bgpos495458 { background-position: left 15px bottom 15px , right 15% top 15px , right bottom }
bgpos495459 { background-position: left 15px top , right 15% top 15px , right bottom }
bgpos495460 { background-position: left 15px top 15% , right 15% top 15px , right bottom }
bgpos495461 { background-position: left 15px top 15px , right 15% top 15px , right bottom }
bgpos495462 { background-position: left 15px center , right 15% top 15px , right bottom }
bgpos495463 { background-position: left center , right 15% top 15px , right bottom }
bgpos495464 { background-position: right bottom , right 15% top 15px , right bottom }
bgpos495465 { background-position: right bottom 15% , right 15% top 15px , right bottom }
bgpos495466 { background-position: right bottom 15px , right 15% top 15px , right bottom }
bgpos495467 { background-position: right top , right 15% top 15px , right bottom }
bgpos495468 { background-position: right top 15% , right 15% top 15px , right bottom }
bgpos495469 { background-position: right top 15px , right 15% top 15px , right bottom }
bgpos495470 { background-position: right 15% bottom , right 15% top 15px , right bottom }
bgpos495471 { background-position: right 15% bottom 15% , right 15% top 15px , right bottom }
bgpos495472 { background-position: right 15% bottom 15px , right 15% top 15px , right bottom }
bgpos495473 { background-position: right 15% top , right 15% top 15px , right bottom }
bgpos495474 { background-position: right 15% top 15% , right 15% top 15px , right bottom }
bgpos495475 { background-position: right 15% top 15px , right 15% top 15px , right bottom }
bgpos495476 { background-position: right 15% center , right 15% top 15px , right bottom }
bgpos495477 { background-position: right 15px bottom , right 15% top 15px , right bottom }
bgpos495478 { background-position: right 15px bottom 15% , right 15% top 15px , right bottom }
bgpos495479 { background-position: right 15px bottom 15px , right 15% top 15px , right bottom }
bgpos495480 { background-position: right 15px top , right 15% top 15px , right bottom }
bgpos495481 { background-position: right 15px top 15% , right 15% top 15px , right bottom }
bgpos495482 { background-position: right 15px top 15px , right 15% top 15px , right bottom }
bgpos495483 { background-position: right 15px center , right 15% top 15px , right bottom }
bgpos495484 { background-position: right center , right 15% top 15px , right bottom }
bgpos495485 { background-position: 100px , right 15% top 15px , right bottom }
bgpos495486 { background-position: 100px 10% , right 15% top 15px , right bottom }
bgpos495487 { background-position: 100px 100px , right 15% top 15px , right bottom }
bgpos495488 { background-position: 100px bottom , right 15% top 15px , right bottom }
bgpos495489 { background-position: 100px center , right 15% top 15px , right bottom }
bgpos495490 { background-position: 100px top , right 15% top 15px , right bottom }
bgpos495491 { background-position: 50% , right 15% top 15px , right bottom }
bgpos495492 { background-position: 50% 10% , right 15% top 15px , right bottom }
bgpos495493 { background-position: 50% 100px , right 15% top 15px , right bottom }
bgpos495494 { background-position: 50% bottom , right 15% top 15px , right bottom }
bgpos495495 { background-position: 50% center , right 15% top 15px , right bottom }
bgpos495496 { background-position: 50% top , right 15% top 15px , right bottom }
bgpos495497 { background-position: bottom, right 15% top 15px , right bottom }
bgpos495498 { background-position: center , right 15% top 15px , right bottom }
bgpos495499 { background-position: center bottom , right 15% top 15px , right bottom }
bgpos495500 { background-position: center bottom 15% , right 15% top 15px , right bottom }
bgpos495501 { background-position: center bottom 15px , right 15% top 15px , right bottom }
bgpos495502 { background-position: center top , right 15% top 15px , right bottom }
bgpos495503 { background-position: center top 15% , right 15% top 15px , right bottom }
bgpos495504 { background-position: center top 15px , right 15% top 15px , right bottom }
bgpos495505 { background-position: center 10% , right 15% top 15px , right bottom }
bgpos495506 { background-position: center 100px , right 15% top 15px , right bottom }
bgpos495507 { background-position: center bottom , right 15% top 15px , right bottom }
bgpos495508 { background-position: center center , right 15% top 15px , right bottom }
bgpos495509 { background-position: center top , right 15% top 15px , right bottom }
bgpos495510 { background-position: left , right 15% top 15px , right bottom }
bgpos495511 { background-position: left 10% , right 15% top 15px , right bottom }
bgpos495512 { background-position: left 100px , right 15% top 15px , right bottom }
bgpos495513 { background-position: left bottom , right 15% top 15px , right bottom }
bgpos495514 { background-position: left center , right 15% top 15px , right bottom }
bgpos495515 { background-position: left top , right 15% top 15px , right bottom }
bgpos495516 { background-position: right , right 15% top 15px , right bottom }
bgpos495517 { background-position: right 10% , right 15% top 15px , right bottom }
bgpos495518 { background-position: right 100px , right 15% top 15px , right bottom }
bgpos495519 { background-position: right bottom , right 15% top 15px , right bottom }
bgpos495520 { background-position: right center , right 15% top 15px , right bottom }
bgpos495521 { background-position: right top , right 15% top 15px , right bottom }
bgpos495522 { background-position: top , right 15% top 15px , right bottom }
bgpos495523 { background-position: left bottom , right 15% center , right bottom }
bgpos495524 { background-position: left bottom 15% , right 15% center , right bottom }
bgpos495525 { background-position: left bottom 15px , right 15% center , right bottom }
bgpos495526 { background-position: left top , right 15% center , right bottom }
bgpos495527 { background-position: left top 15% , right 15% center , right bottom }
bgpos495528 { background-position: left top 15px , right 15% center , right bottom }
bgpos495529 { background-position: left 15% bottom , right 15% center , right bottom }
bgpos495530 { background-position: left 15% bottom 15% , right 15% center , right bottom }
bgpos495531 { background-position: left 15% bottom 15px , right 15% center , right bottom }
bgpos495532 { background-position: left 15% top , right 15% center , right bottom }
bgpos495533 { background-position: left 15% top 15% , right 15% center , right bottom }
bgpos495534 { background-position: left 15% top 15px , right 15% center , right bottom }
bgpos495535 { background-position: left 15% center , right 15% center , right bottom }
bgpos495536 { background-position: left 15px bottom , right 15% center , right bottom }
bgpos495537 { background-position: left 15px bottom 15% , right 15% center , right bottom }
bgpos495538 { background-position: left 15px bottom 15px , right 15% center , right bottom }
bgpos495539 { background-position: left 15px top , right 15% center , right bottom }
bgpos495540 { background-position: left 15px top 15% , right 15% center , right bottom }
bgpos495541 { background-position: left 15px top 15px , right 15% center , right bottom }
bgpos495542 { background-position: left 15px center , right 15% center , right bottom }
bgpos495543 { background-position: left center , right 15% center , right bottom }
bgpos495544 { background-position: right bottom , right 15% center , right bottom }
bgpos495545 { background-position: right bottom 15% , right 15% center , right bottom }
bgpos495546 { background-position: right bottom 15px , right 15% center , right bottom }
bgpos495547 { background-position: right top , right 15% center , right bottom }
bgpos495548 { background-position: right top 15% , right 15% center , right bottom }
bgpos495549 { background-position: right top 15px , right 15% center , right bottom }
bgpos495550 { background-position: right 15% bottom , right 15% center , right bottom }
bgpos495551 { background-position: right 15% bottom 15% , right 15% center , right bottom }
bgpos495552 { background-position: right 15% bottom 15px , right 15% center , right bottom }
bgpos495553 { background-position: right 15% top , right 15% center , right bottom }
bgpos495554 { background-position: right 15% top 15% , right 15% center , right bottom }
bgpos495555 { background-position: right 15% top 15px , right 15% center , right bottom }
bgpos495556 { background-position: right 15% center , right 15% center , right bottom }
bgpos495557 { background-position: right 15px bottom , right 15% center , right bottom }
bgpos495558 { background-position: right 15px bottom 15% , right 15% center , right bottom }
bgpos495559 { background-position: right 15px bottom 15px , right 15% center , right bottom }
bgpos495560 { background-position: right 15px top , right 15% center , right bottom }
bgpos495561 { background-position: right 15px top 15% , right 15% center , right bottom }
bgpos495562 { background-position: right 15px top 15px , right 15% center , right bottom }
bgpos495563 { background-position: right 15px center , right 15% center , right bottom }
bgpos495564 { background-position: right center , right 15% center , right bottom }
bgpos495565 { background-position: 100px , right 15% center , right bottom }
bgpos495566 { background-position: 100px 10% , right 15% center , right bottom }
bgpos495567 { background-position: 100px 100px , right 15% center , right bottom }
bgpos495568 { background-position: 100px bottom , right 15% center , right bottom }
bgpos495569 { background-position: 100px center , right 15% center , right bottom }
bgpos495570 { background-position: 100px top , right 15% center , right bottom }
bgpos495571 { background-position: 50% , right 15% center , right bottom }
bgpos495572 { background-position: 50% 10% , right 15% center , right bottom }
bgpos495573 { background-position: 50% 100px , right 15% center , right bottom }
bgpos495574 { background-position: 50% bottom , right 15% center , right bottom }
bgpos495575 { background-position: 50% center , right 15% center , right bottom }
bgpos495576 { background-position: 50% top , right 15% center , right bottom }
bgpos495577 { background-position: bottom, right 15% center , right bottom }
bgpos495578 { background-position: center , right 15% center , right bottom }
bgpos495579 { background-position: center bottom , right 15% center , right bottom }
bgpos495580 { background-position: center bottom 15% , right 15% center , right bottom }
bgpos495581 { background-position: center bottom 15px , right 15% center , right bottom }
bgpos495582 { background-position: center top , right 15% center , right bottom }
bgpos495583 { background-position: center top 15% , right 15% center , right bottom }
bgpos495584 { background-position: center top 15px , right 15% center , right bottom }
bgpos495585 { background-position: center 10% , right 15% center , right bottom }
bgpos495586 { background-position: center 100px , right 15% center , right bottom }
bgpos495587 { background-position: center bottom , right 15% center , right bottom }
bgpos495588 { background-position: center center , right 15% center , right bottom }
bgpos495589 { background-position: center top , right 15% center , right bottom }
bgpos495590 { background-position: left , right 15% center , right bottom }
bgpos495591 { background-position: left 10% , right 15% center , right bottom }
bgpos495592 { background-position: left 100px , right 15% center , right bottom }
bgpos495593 { background-position: left bottom , right 15% center , right bottom }
bgpos495594 { background-position: left center , right 15% center , right bottom }
bgpos495595 { background-position: left top , right 15% center , right bottom }
bgpos495596 { background-position: right , right 15% center , right bottom }
bgpos495597 { background-position: right 10% , right 15% center , right bottom }
bgpos495598 { background-position: right 100px , right 15% center , right bottom }
bgpos495599 { background-position: right bottom , right 15% center , right bottom }
bgpos495600 { background-position: right center , right 15% center , right bottom }
bgpos495601 { background-position: right top , right 15% center , right bottom }
bgpos495602 { background-position: top , right 15% center , right bottom }
bgpos495603 { background-position: left bottom , right 15px bottom , right bottom }
bgpos495604 { background-position: left bottom 15% , right 15px bottom , right bottom }
bgpos495605 { background-position: left bottom 15px , right 15px bottom , right bottom }
bgpos495606 { background-position: left top , right 15px bottom , right bottom }
bgpos495607 { background-position: left top 15% , right 15px bottom , right bottom }
bgpos495608 { background-position: left top 15px , right 15px bottom , right bottom }
bgpos495609 { background-position: left 15% bottom , right 15px bottom , right bottom }
bgpos495610 { background-position: left 15% bottom 15% , right 15px bottom , right bottom }
bgpos495611 { background-position: left 15% bottom 15px , right 15px bottom , right bottom }
bgpos495612 { background-position: left 15% top , right 15px bottom , right bottom }
bgpos495613 { background-position: left 15% top 15% , right 15px bottom , right bottom }
bgpos495614 { background-position: left 15% top 15px , right 15px bottom , right bottom }
bgpos495615 { background-position: left 15% center , right 15px bottom , right bottom }
bgpos495616 { background-position: left 15px bottom , right 15px bottom , right bottom }
bgpos495617 { background-position: left 15px bottom 15% , right 15px bottom , right bottom }
bgpos495618 { background-position: left 15px bottom 15px , right 15px bottom , right bottom }
bgpos495619 { background-position: left 15px top , right 15px bottom , right bottom }
bgpos495620 { background-position: left 15px top 15% , right 15px bottom , right bottom }
bgpos495621 { background-position: left 15px top 15px , right 15px bottom , right bottom }
bgpos495622 { background-position: left 15px center , right 15px bottom , right bottom }
bgpos495623 { background-position: left center , right 15px bottom , right bottom }
bgpos495624 { background-position: right bottom , right 15px bottom , right bottom }
bgpos495625 { background-position: right bottom 15% , right 15px bottom , right bottom }
bgpos495626 { background-position: right bottom 15px , right 15px bottom , right bottom }
bgpos495627 { background-position: right top , right 15px bottom , right bottom }
bgpos495628 { background-position: right top 15% , right 15px bottom , right bottom }
bgpos495629 { background-position: right top 15px , right 15px bottom , right bottom }
bgpos495630 { background-position: right 15% bottom , right 15px bottom , right bottom }
bgpos495631 { background-position: right 15% bottom 15% , right 15px bottom , right bottom }
bgpos495632 { background-position: right 15% bottom 15px , right 15px bottom , right bottom }
bgpos495633 { background-position: right 15% top , right 15px bottom , right bottom }
bgpos495634 { background-position: right 15% top 15% , right 15px bottom , right bottom }
bgpos495635 { background-position: right 15% top 15px , right 15px bottom , right bottom }
bgpos495636 { background-position: right 15% center , right 15px bottom , right bottom }
bgpos495637 { background-position: right 15px bottom , right 15px bottom , right bottom }
bgpos495638 { background-position: right 15px bottom 15% , right 15px bottom , right bottom }
bgpos495639 { background-position: right 15px bottom 15px , right 15px bottom , right bottom }
bgpos495640 { background-position: right 15px top , right 15px bottom , right bottom }
bgpos495641 { background-position: right 15px top 15% , right 15px bottom , right bottom }
bgpos495642 { background-position: right 15px top 15px , right 15px bottom , right bottom }
bgpos495643 { background-position: right 15px center , right 15px bottom , right bottom }
bgpos495644 { background-position: right center , right 15px bottom , right bottom }
bgpos495645 { background-position: 100px , right 15px bottom , right bottom }
bgpos495646 { background-position: 100px 10% , right 15px bottom , right bottom }
bgpos495647 { background-position: 100px 100px , right 15px bottom , right bottom }
bgpos495648 { background-position: 100px bottom , right 15px bottom , right bottom }
bgpos495649 { background-position: 100px center , right 15px bottom , right bottom }
bgpos495650 { background-position: 100px top , right 15px bottom , right bottom }
bgpos495651 { background-position: 50% , right 15px bottom , right bottom }
bgpos495652 { background-position: 50% 10% , right 15px bottom , right bottom }
bgpos495653 { background-position: 50% 100px , right 15px bottom , right bottom }
bgpos495654 { background-position: 50% bottom , right 15px bottom , right bottom }
bgpos495655 { background-position: 50% center , right 15px bottom , right bottom }
bgpos495656 { background-position: 50% top , right 15px bottom , right bottom }
bgpos495657 { background-position: bottom, right 15px bottom , right bottom }
bgpos495658 { background-position: center , right 15px bottom , right bottom }
bgpos495659 { background-position: center bottom , right 15px bottom , right bottom }
bgpos495660 { background-position: center bottom 15% , right 15px bottom , right bottom }
bgpos495661 { background-position: center bottom 15px , right 15px bottom , right bottom }
bgpos495662 { background-position: center top , right 15px bottom , right bottom }
bgpos495663 { background-position: center top 15% , right 15px bottom , right bottom }
bgpos495664 { background-position: center top 15px , right 15px bottom , right bottom }
bgpos495665 { background-position: center 10% , right 15px bottom , right bottom }
bgpos495666 { background-position: center 100px , right 15px bottom , right bottom }
bgpos495667 { background-position: center bottom , right 15px bottom , right bottom }
bgpos495668 { background-position: center center , right 15px bottom , right bottom }
bgpos495669 { background-position: center top , right 15px bottom , right bottom }
bgpos495670 { background-position: left , right 15px bottom , right bottom }
bgpos495671 { background-position: left 10% , right 15px bottom , right bottom }
bgpos495672 { background-position: left 100px , right 15px bottom , right bottom }
bgpos495673 { background-position: left bottom , right 15px bottom , right bottom }
bgpos495674 { background-position: left center , right 15px bottom , right bottom }
bgpos495675 { background-position: left top , right 15px bottom , right bottom }
bgpos495676 { background-position: right , right 15px bottom , right bottom }
bgpos495677 { background-position: right 10% , right 15px bottom , right bottom }
bgpos495678 { background-position: right 100px , right 15px bottom , right bottom }
bgpos495679 { background-position: right bottom , right 15px bottom , right bottom }
bgpos495680 { background-position: right center , right 15px bottom , right bottom }
bgpos495681 { background-position: right top , right 15px bottom , right bottom }
bgpos495682 { background-position: top , right 15px bottom , right bottom }
bgpos495683 { background-position: left bottom , right 15px bottom 15% , right bottom }
bgpos495684 { background-position: left bottom 15% , right 15px bottom 15% , right bottom }
bgpos495685 { background-position: left bottom 15px , right 15px bottom 15% , right bottom }
bgpos495686 { background-position: left top , right 15px bottom 15% , right bottom }
bgpos495687 { background-position: left top 15% , right 15px bottom 15% , right bottom }
bgpos495688 { background-position: left top 15px , right 15px bottom 15% , right bottom }
bgpos495689 { background-position: left 15% bottom , right 15px bottom 15% , right bottom }
bgpos495690 { background-position: left 15% bottom 15% , right 15px bottom 15% , right bottom }
bgpos495691 { background-position: left 15% bottom 15px , right 15px bottom 15% , right bottom }
bgpos495692 { background-position: left 15% top , right 15px bottom 15% , right bottom }
bgpos495693 { background-position: left 15% top 15% , right 15px bottom 15% , right bottom }
bgpos495694 { background-position: left 15% top 15px , right 15px bottom 15% , right bottom }
bgpos495695 { background-position: left 15% center , right 15px bottom 15% , right bottom }
bgpos495696 { background-position: left 15px bottom , right 15px bottom 15% , right bottom }
bgpos495697 { background-position: left 15px bottom 15% , right 15px bottom 15% , right bottom }
bgpos495698 { background-position: left 15px bottom 15px , right 15px bottom 15% , right bottom }
bgpos495699 { background-position: left 15px top , right 15px bottom 15% , right bottom }
bgpos495700 { background-position: left 15px top 15% , right 15px bottom 15% , right bottom }
bgpos495701 { background-position: left 15px top 15px , right 15px bottom 15% , right bottom }
bgpos495702 { background-position: left 15px center , right 15px bottom 15% , right bottom }
bgpos495703 { background-position: left center , right 15px bottom 15% , right bottom }
bgpos495704 { background-position: right bottom , right 15px bottom 15% , right bottom }
bgpos495705 { background-position: right bottom 15% , right 15px bottom 15% , right bottom }
bgpos495706 { background-position: right bottom 15px , right 15px bottom 15% , right bottom }
bgpos495707 { background-position: right top , right 15px bottom 15% , right bottom }
bgpos495708 { background-position: right top 15% , right 15px bottom 15% , right bottom }
bgpos495709 { background-position: right top 15px , right 15px bottom 15% , right bottom }
bgpos495710 { background-position: right 15% bottom , right 15px bottom 15% , right bottom }
bgpos495711 { background-position: right 15% bottom 15% , right 15px bottom 15% , right bottom }
bgpos495712 { background-position: right 15% bottom 15px , right 15px bottom 15% , right bottom }
bgpos495713 { background-position: right 15% top , right 15px bottom 15% , right bottom }
bgpos495714 { background-position: right 15% top 15% , right 15px bottom 15% , right bottom }
bgpos495715 { background-position: right 15% top 15px , right 15px bottom 15% , right bottom }
bgpos495716 { background-position: right 15% center , right 15px bottom 15% , right bottom }
bgpos495717 { background-position: right 15px bottom , right 15px bottom 15% , right bottom }
bgpos495718 { background-position: right 15px bottom 15% , right 15px bottom 15% , right bottom }
bgpos495719 { background-position: right 15px bottom 15px , right 15px bottom 15% , right bottom }
bgpos495720 { background-position: right 15px top , right 15px bottom 15% , right bottom }
bgpos495721 { background-position: right 15px top 15% , right 15px bottom 15% , right bottom }
bgpos495722 { background-position: right 15px top 15px , right 15px bottom 15% , right bottom }
bgpos495723 { background-position: right 15px center , right 15px bottom 15% , right bottom }
bgpos495724 { background-position: right center , right 15px bottom 15% , right bottom }
bgpos495725 { background-position: 100px , right 15px bottom 15% , right bottom }
bgpos495726 { background-position: 100px 10% , right 15px bottom 15% , right bottom }
bgpos495727 { background-position: 100px 100px , right 15px bottom 15% , right bottom }
bgpos495728 { background-position: 100px bottom , right 15px bottom 15% , right bottom }
bgpos495729 { background-position: 100px center , right 15px bottom 15% , right bottom }
bgpos495730 { background-position: 100px top , right 15px bottom 15% , right bottom }
bgpos495731 { background-position: 50% , right 15px bottom 15% , right bottom }
bgpos495732 { background-position: 50% 10% , right 15px bottom 15% , right bottom }
bgpos495733 { background-position: 50% 100px , right 15px bottom 15% , right bottom }
bgpos495734 { background-position: 50% bottom , right 15px bottom 15% , right bottom }
bgpos495735 { background-position: 50% center , right 15px bottom 15% , right bottom }
bgpos495736 { background-position: 50% top , right 15px bottom 15% , right bottom }
bgpos495737 { background-position: bottom, right 15px bottom 15% , right bottom }
bgpos495738 { background-position: center , right 15px bottom 15% , right bottom }
bgpos495739 { background-position: center bottom , right 15px bottom 15% , right bottom }
bgpos495740 { background-position: center bottom 15% , right 15px bottom 15% , right bottom }
bgpos495741 { background-position: center bottom 15px , right 15px bottom 15% , right bottom }
bgpos495742 { background-position: center top , right 15px bottom 15% , right bottom }
bgpos495743 { background-position: center top 15% , right 15px bottom 15% , right bottom }
bgpos495744 { background-position: center top 15px , right 15px bottom 15% , right bottom }
bgpos495745 { background-position: center 10% , right 15px bottom 15% , right bottom }
bgpos495746 { background-position: center 100px , right 15px bottom 15% , right bottom }
bgpos495747 { background-position: center bottom , right 15px bottom 15% , right bottom }
bgpos495748 { background-position: center center , right 15px bottom 15% , right bottom }
bgpos495749 { background-position: center top , right 15px bottom 15% , right bottom }
bgpos495750 { background-position: left , right 15px bottom 15% , right bottom }
bgpos495751 { background-position: left 10% , right 15px bottom 15% , right bottom }
bgpos495752 { background-position: left 100px , right 15px bottom 15% , right bottom }
bgpos495753 { background-position: left bottom , right 15px bottom 15% , right bottom }
bgpos495754 { background-position: left center , right 15px bottom 15% , right bottom }
bgpos495755 { background-position: left top , right 15px bottom 15% , right bottom }
bgpos495756 { background-position: right , right 15px bottom 15% , right bottom }
bgpos495757 { background-position: right 10% , right 15px bottom 15% , right bottom }
bgpos495758 { background-position: right 100px , right 15px bottom 15% , right bottom }
bgpos495759 { background-position: right bottom , right 15px bottom 15% , right bottom }
bgpos495760 { background-position: right center , right 15px bottom 15% , right bottom }
bgpos495761 { background-position: right top , right 15px bottom 15% , right bottom }
bgpos495762 { background-position: top , right 15px bottom 15% , right bottom }
bgpos495763 { background-position: left bottom , right 15px bottom 15px , right bottom }
bgpos495764 { background-position: left bottom 15% , right 15px bottom 15px , right bottom }
bgpos495765 { background-position: left bottom 15px , right 15px bottom 15px , right bottom }
bgpos495766 { background-position: left top , right 15px bottom 15px , right bottom }
bgpos495767 { background-position: left top 15% , right 15px bottom 15px , right bottom }
bgpos495768 { background-position: left top 15px , right 15px bottom 15px , right bottom }
bgpos495769 { background-position: left 15% bottom , right 15px bottom 15px , right bottom }
bgpos495770 { background-position: left 15% bottom 15% , right 15px bottom 15px , right bottom }
bgpos495771 { background-position: left 15% bottom 15px , right 15px bottom 15px , right bottom }
bgpos495772 { background-position: left 15% top , right 15px bottom 15px , right bottom }
bgpos495773 { background-position: left 15% top 15% , right 15px bottom 15px , right bottom }
bgpos495774 { background-position: left 15% top 15px , right 15px bottom 15px , right bottom }
bgpos495775 { background-position: left 15% center , right 15px bottom 15px , right bottom }
bgpos495776 { background-position: left 15px bottom , right 15px bottom 15px , right bottom }
bgpos495777 { background-position: left 15px bottom 15% , right 15px bottom 15px , right bottom }
bgpos495778 { background-position: left 15px bottom 15px , right 15px bottom 15px , right bottom }
bgpos495779 { background-position: left 15px top , right 15px bottom 15px , right bottom }
bgpos495780 { background-position: left 15px top 15% , right 15px bottom 15px , right bottom }
bgpos495781 { background-position: left 15px top 15px , right 15px bottom 15px , right bottom }
bgpos495782 { background-position: left 15px center , right 15px bottom 15px , right bottom }
bgpos495783 { background-position: left center , right 15px bottom 15px , right bottom }
bgpos495784 { background-position: right bottom , right 15px bottom 15px , right bottom }
bgpos495785 { background-position: right bottom 15% , right 15px bottom 15px , right bottom }
bgpos495786 { background-position: right bottom 15px , right 15px bottom 15px , right bottom }
bgpos495787 { background-position: right top , right 15px bottom 15px , right bottom }
bgpos495788 { background-position: right top 15% , right 15px bottom 15px , right bottom }
bgpos495789 { background-position: right top 15px , right 15px bottom 15px , right bottom }
bgpos495790 { background-position: right 15% bottom , right 15px bottom 15px , right bottom }
bgpos495791 { background-position: right 15% bottom 15% , right 15px bottom 15px , right bottom }
bgpos495792 { background-position: right 15% bottom 15px , right 15px bottom 15px , right bottom }
bgpos495793 { background-position: right 15% top , right 15px bottom 15px , right bottom }
bgpos495794 { background-position: right 15% top 15% , right 15px bottom 15px , right bottom }
bgpos495795 { background-position: right 15% top 15px , right 15px bottom 15px , right bottom }
bgpos495796 { background-position: right 15% center , right 15px bottom 15px , right bottom }
bgpos495797 { background-position: right 15px bottom , right 15px bottom 15px , right bottom }
bgpos495798 { background-position: right 15px bottom 15% , right 15px bottom 15px , right bottom }
bgpos495799 { background-position: right 15px bottom 15px , right 15px bottom 15px , right bottom }
bgpos495800 { background-position: right 15px top , right 15px bottom 15px , right bottom }
bgpos495801 { background-position: right 15px top 15% , right 15px bottom 15px , right bottom }
bgpos495802 { background-position: right 15px top 15px , right 15px bottom 15px , right bottom }
bgpos495803 { background-position: right 15px center , right 15px bottom 15px , right bottom }
bgpos495804 { background-position: right center , right 15px bottom 15px , right bottom }
bgpos495805 { background-position: 100px , right 15px bottom 15px , right bottom }
bgpos495806 { background-position: 100px 10% , right 15px bottom 15px , right bottom }
bgpos495807 { background-position: 100px 100px , right 15px bottom 15px , right bottom }
bgpos495808 { background-position: 100px bottom , right 15px bottom 15px , right bottom }
bgpos495809 { background-position: 100px center , right 15px bottom 15px , right bottom }
bgpos495810 { background-position: 100px top , right 15px bottom 15px , right bottom }
bgpos495811 { background-position: 50% , right 15px bottom 15px , right bottom }
bgpos495812 { background-position: 50% 10% , right 15px bottom 15px , right bottom }
bgpos495813 { background-position: 50% 100px , right 15px bottom 15px , right bottom }
bgpos495814 { background-position: 50% bottom , right 15px bottom 15px , right bottom }
bgpos495815 { background-position: 50% center , right 15px bottom 15px , right bottom }
bgpos495816 { background-position: 50% top , right 15px bottom 15px , right bottom }
bgpos495817 { background-position: bottom, right 15px bottom 15px , right bottom }
bgpos495818 { background-position: center , right 15px bottom 15px , right bottom }
bgpos495819 { background-position: center bottom , right 15px bottom 15px , right bottom }
bgpos495820 { background-position: center bottom 15% , right 15px bottom 15px , right bottom }
bgpos495821 { background-position: center bottom 15px , right 15px bottom 15px , right bottom }
bgpos495822 { background-position: center top , right 15px bottom 15px , right bottom }
bgpos495823 { background-position: center top 15% , right 15px bottom 15px , right bottom }
bgpos495824 { background-position: center top 15px , right 15px bottom 15px , right bottom }
bgpos495825 { background-position: center 10% , right 15px bottom 15px , right bottom }
bgpos495826 { background-position: center 100px , right 15px bottom 15px , right bottom }
bgpos495827 { background-position: center bottom , right 15px bottom 15px , right bottom }
bgpos495828 { background-position: center center , right 15px bottom 15px , right bottom }
bgpos495829 { background-position: center top , right 15px bottom 15px , right bottom }
bgpos495830 { background-position: left , right 15px bottom 15px , right bottom }
bgpos495831 { background-position: left 10% , right 15px bottom 15px , right bottom }
bgpos495832 { background-position: left 100px , right 15px bottom 15px , right bottom }
bgpos495833 { background-position: left bottom , right 15px bottom 15px , right bottom }
bgpos495834 { background-position: left center , right 15px bottom 15px , right bottom }
bgpos495835 { background-position: left top , right 15px bottom 15px , right bottom }
bgpos495836 { background-position: right , right 15px bottom 15px , right bottom }
bgpos495837 { background-position: right 10% , right 15px bottom 15px , right bottom }
bgpos495838 { background-position: right 100px , right 15px bottom 15px , right bottom }
bgpos495839 { background-position: right bottom , right 15px bottom 15px , right bottom }
bgpos495840 { background-position: right center , right 15px bottom 15px , right bottom }
bgpos495841 { background-position: right top , right 15px bottom 15px , right bottom }
bgpos495842 { background-position: top , right 15px bottom 15px , right bottom }
bgpos495843 { background-position: left bottom , right 15px top , right bottom }
bgpos495844 { background-position: left bottom 15% , right 15px top , right bottom }
bgpos495845 { background-position: left bottom 15px , right 15px top , right bottom }
bgpos495846 { background-position: left top , right 15px top , right bottom }
bgpos495847 { background-position: left top 15% , right 15px top , right bottom }
bgpos495848 { background-position: left top 15px , right 15px top , right bottom }
bgpos495849 { background-position: left 15% bottom , right 15px top , right bottom }
bgpos495850 { background-position: left 15% bottom 15% , right 15px top , right bottom }
bgpos495851 { background-position: left 15% bottom 15px , right 15px top , right bottom }
bgpos495852 { background-position: left 15% top , right 15px top , right bottom }
bgpos495853 { background-position: left 15% top 15% , right 15px top , right bottom }
bgpos495854 { background-position: left 15% top 15px , right 15px top , right bottom }
bgpos495855 { background-position: left 15% center , right 15px top , right bottom }
bgpos495856 { background-position: left 15px bottom , right 15px top , right bottom }
bgpos495857 { background-position: left 15px bottom 15% , right 15px top , right bottom }
bgpos495858 { background-position: left 15px bottom 15px , right 15px top , right bottom }
bgpos495859 { background-position: left 15px top , right 15px top , right bottom }
bgpos495860 { background-position: left 15px top 15% , right 15px top , right bottom }
bgpos495861 { background-position: left 15px top 15px , right 15px top , right bottom }
bgpos495862 { background-position: left 15px center , right 15px top , right bottom }
bgpos495863 { background-position: left center , right 15px top , right bottom }
bgpos495864 { background-position: right bottom , right 15px top , right bottom }
bgpos495865 { background-position: right bottom 15% , right 15px top , right bottom }
bgpos495866 { background-position: right bottom 15px , right 15px top , right bottom }
bgpos495867 { background-position: right top , right 15px top , right bottom }
bgpos495868 { background-position: right top 15% , right 15px top , right bottom }
bgpos495869 { background-position: right top 15px , right 15px top , right bottom }
bgpos495870 { background-position: right 15% bottom , right 15px top , right bottom }
bgpos495871 { background-position: right 15% bottom 15% , right 15px top , right bottom }
bgpos495872 { background-position: right 15% bottom 15px , right 15px top , right bottom }
bgpos495873 { background-position: right 15% top , right 15px top , right bottom }
bgpos495874 { background-position: right 15% top 15% , right 15px top , right bottom }
bgpos495875 { background-position: right 15% top 15px , right 15px top , right bottom }
bgpos495876 { background-position: right 15% center , right 15px top , right bottom }
bgpos495877 { background-position: right 15px bottom , right 15px top , right bottom }
bgpos495878 { background-position: right 15px bottom 15% , right 15px top , right bottom }
bgpos495879 { background-position: right 15px bottom 15px , right 15px top , right bottom }
bgpos495880 { background-position: right 15px top , right 15px top , right bottom }
bgpos495881 { background-position: right 15px top 15% , right 15px top , right bottom }
bgpos495882 { background-position: right 15px top 15px , right 15px top , right bottom }
bgpos495883 { background-position: right 15px center , right 15px top , right bottom }
bgpos495884 { background-position: right center , right 15px top , right bottom }
bgpos495885 { background-position: 100px , right 15px top , right bottom }
bgpos495886 { background-position: 100px 10% , right 15px top , right bottom }
bgpos495887 { background-position: 100px 100px , right 15px top , right bottom }
bgpos495888 { background-position: 100px bottom , right 15px top , right bottom }
bgpos495889 { background-position: 100px center , right 15px top , right bottom }
bgpos495890 { background-position: 100px top , right 15px top , right bottom }
bgpos495891 { background-position: 50% , right 15px top , right bottom }
bgpos495892 { background-position: 50% 10% , right 15px top , right bottom }
bgpos495893 { background-position: 50% 100px , right 15px top , right bottom }
bgpos495894 { background-position: 50% bottom , right 15px top , right bottom }
bgpos495895 { background-position: 50% center , right 15px top , right bottom }
bgpos495896 { background-position: 50% top , right 15px top , right bottom }
bgpos495897 { background-position: bottom, right 15px top , right bottom }
bgpos495898 { background-position: center , right 15px top , right bottom }
bgpos495899 { background-position: center bottom , right 15px top , right bottom }
bgpos495900 { background-position: center bottom 15% , right 15px top , right bottom }
bgpos495901 { background-position: center bottom 15px , right 15px top , right bottom }
bgpos495902 { background-position: center top , right 15px top , right bottom }
bgpos495903 { background-position: center top 15% , right 15px top , right bottom }
bgpos495904 { background-position: center top 15px , right 15px top , right bottom }
bgpos495905 { background-position: center 10% , right 15px top , right bottom }
bgpos495906 { background-position: center 100px , right 15px top , right bottom }
bgpos495907 { background-position: center bottom , right 15px top , right bottom }
bgpos495908 { background-position: center center , right 15px top , right bottom }
bgpos495909 { background-position: center top , right 15px top , right bottom }
bgpos495910 { background-position: left , right 15px top , right bottom }
bgpos495911 { background-position: left 10% , right 15px top , right bottom }
bgpos495912 { background-position: left 100px , right 15px top , right bottom }
bgpos495913 { background-position: left bottom , right 15px top , right bottom }
bgpos495914 { background-position: left center , right 15px top , right bottom }
bgpos495915 { background-position: left top , right 15px top , right bottom }
bgpos495916 { background-position: right , right 15px top , right bottom }
bgpos495917 { background-position: right 10% , right 15px top , right bottom }
bgpos495918 { background-position: right 100px , right 15px top , right bottom }
bgpos495919 { background-position: right bottom , right 15px top , right bottom }
bgpos495920 { background-position: right center , right 15px top , right bottom }
bgpos495921 { background-position: right top , right 15px top , right bottom }
bgpos495922 { background-position: top , right 15px top , right bottom }
bgpos495923 { background-position: left bottom , right 15px top 15% , right bottom }
bgpos495924 { background-position: left bottom 15% , right 15px top 15% , right bottom }
bgpos495925 { background-position: left bottom 15px , right 15px top 15% , right bottom }
bgpos495926 { background-position: left top , right 15px top 15% , right bottom }
bgpos495927 { background-position: left top 15% , right 15px top 15% , right bottom }
bgpos495928 { background-position: left top 15px , right 15px top 15% , right bottom }
bgpos495929 { background-position: left 15% bottom , right 15px top 15% , right bottom }
bgpos495930 { background-position: left 15% bottom 15% , right 15px top 15% , right bottom }
bgpos495931 { background-position: left 15% bottom 15px , right 15px top 15% , right bottom }
bgpos495932 { background-position: left 15% top , right 15px top 15% , right bottom }
bgpos495933 { background-position: left 15% top 15% , right 15px top 15% , right bottom }
bgpos495934 { background-position: left 15% top 15px , right 15px top 15% , right bottom }
bgpos495935 { background-position: left 15% center , right 15px top 15% , right bottom }
bgpos495936 { background-position: left 15px bottom , right 15px top 15% , right bottom }
bgpos495937 { background-position: left 15px bottom 15% , right 15px top 15% , right bottom }
bgpos495938 { background-position: left 15px bottom 15px , right 15px top 15% , right bottom }
bgpos495939 { background-position: left 15px top , right 15px top 15% , right bottom }
bgpos495940 { background-position: left 15px top 15% , right 15px top 15% , right bottom }
bgpos495941 { background-position: left 15px top 15px , right 15px top 15% , right bottom }
bgpos495942 { background-position: left 15px center , right 15px top 15% , right bottom }
bgpos495943 { background-position: left center , right 15px top 15% , right bottom }
bgpos495944 { background-position: right bottom , right 15px top 15% , right bottom }
bgpos495945 { background-position: right bottom 15% , right 15px top 15% , right bottom }
bgpos495946 { background-position: right bottom 15px , right 15px top 15% , right bottom }
bgpos495947 { background-position: right top , right 15px top 15% , right bottom }
bgpos495948 { background-position: right top 15% , right 15px top 15% , right bottom }
bgpos495949 { background-position: right top 15px , right 15px top 15% , right bottom }
bgpos495950 { background-position: right 15% bottom , right 15px top 15% , right bottom }
bgpos495951 { background-position: right 15% bottom 15% , right 15px top 15% , right bottom }
bgpos495952 { background-position: right 15% bottom 15px , right 15px top 15% , right bottom }
bgpos495953 { background-position: right 15% top , right 15px top 15% , right bottom }
bgpos495954 { background-position: right 15% top 15% , right 15px top 15% , right bottom }
bgpos495955 { background-position: right 15% top 15px , right 15px top 15% , right bottom }
bgpos495956 { background-position: right 15% center , right 15px top 15% , right bottom }
bgpos495957 { background-position: right 15px bottom , right 15px top 15% , right bottom }
bgpos495958 { background-position: right 15px bottom 15% , right 15px top 15% , right bottom }
bgpos495959 { background-position: right 15px bottom 15px , right 15px top 15% , right bottom }
bgpos495960 { background-position: right 15px top , right 15px top 15% , right bottom }
bgpos495961 { background-position: right 15px top 15% , right 15px top 15% , right bottom }
bgpos495962 { background-position: right 15px top 15px , right 15px top 15% , right bottom }
bgpos495963 { background-position: right 15px center , right 15px top 15% , right bottom }
bgpos495964 { background-position: right center , right 15px top 15% , right bottom }
bgpos495965 { background-position: 100px , right 15px top 15% , right bottom }
bgpos495966 { background-position: 100px 10% , right 15px top 15% , right bottom }
bgpos495967 { background-position: 100px 100px , right 15px top 15% , right bottom }
bgpos495968 { background-position: 100px bottom , right 15px top 15% , right bottom }
bgpos495969 { background-position: 100px center , right 15px top 15% , right bottom }
bgpos495970 { background-position: 100px top , right 15px top 15% , right bottom }
bgpos495971 { background-position: 50% , right 15px top 15% , right bottom }
bgpos495972 { background-position: 50% 10% , right 15px top 15% , right bottom }
bgpos495973 { background-position: 50% 100px , right 15px top 15% , right bottom }
bgpos495974 { background-position: 50% bottom , right 15px top 15% , right bottom }
bgpos495975 { background-position: 50% center , right 15px top 15% , right bottom }
bgpos495976 { background-position: 50% top , right 15px top 15% , right bottom }
bgpos495977 { background-position: bottom, right 15px top 15% , right bottom }
bgpos495978 { background-position: center , right 15px top 15% , right bottom }
bgpos495979 { background-position: center bottom , right 15px top 15% , right bottom }
bgpos495980 { background-position: center bottom 15% , right 15px top 15% , right bottom }
bgpos495981 { background-position: center bottom 15px , right 15px top 15% , right bottom }
bgpos495982 { background-position: center top , right 15px top 15% , right bottom }
bgpos495983 { background-position: center top 15% , right 15px top 15% , right bottom }
bgpos495984 { background-position: center top 15px , right 15px top 15% , right bottom }
bgpos495985 { background-position: center 10% , right 15px top 15% , right bottom }
bgpos495986 { background-position: center 100px , right 15px top 15% , right bottom }
bgpos495987 { background-position: center bottom , right 15px top 15% , right bottom }
bgpos495988 { background-position: center center , right 15px top 15% , right bottom }
bgpos495989 { background-position: center top , right 15px top 15% , right bottom }
bgpos495990 { background-position: left , right 15px top 15% , right bottom }
bgpos495991 { background-position: left 10% , right 15px top 15% , right bottom }
bgpos495992 { background-position: left 100px , right 15px top 15% , right bottom }
bgpos495993 { background-position: left bottom , right 15px top 15% , right bottom }
bgpos495994 { background-position: left center , right 15px top 15% , right bottom }
bgpos495995 { background-position: left top , right 15px top 15% , right bottom }
bgpos495996 { background-position: right , right 15px top 15% , right bottom }
bgpos495997 { background-position: right 10% , right 15px top 15% , right bottom }
bgpos495998 { background-position: right 100px , right 15px top 15% , right bottom }
bgpos495999 { background-position: right bottom , right 15px top 15% , right bottom }
bgpos496000 { background-position: right center , right 15px top 15% , right bottom }
bgpos496001 { background-position: right top , right 15px top 15% , right bottom }
bgpos496002 { background-position: top , right 15px top 15% , right bottom }
bgpos496003 { background-position: left bottom , right 15px top 15px , right bottom }
bgpos496004 { background-position: left bottom 15% , right 15px top 15px , right bottom }
bgpos496005 { background-position: left bottom 15px , right 15px top 15px , right bottom }
bgpos496006 { background-position: left top , right 15px top 15px , right bottom }
bgpos496007 { background-position: left top 15% , right 15px top 15px , right bottom }
bgpos496008 { background-position: left top 15px , right 15px top 15px , right bottom }
bgpos496009 { background-position: left 15% bottom , right 15px top 15px , right bottom }
bgpos496010 { background-position: left 15% bottom 15% , right 15px top 15px , right bottom }
bgpos496011 { background-position: left 15% bottom 15px , right 15px top 15px , right bottom }
bgpos496012 { background-position: left 15% top , right 15px top 15px , right bottom }
bgpos496013 { background-position: left 15% top 15% , right 15px top 15px , right bottom }
bgpos496014 { background-position: left 15% top 15px , right 15px top 15px , right bottom }
bgpos496015 { background-position: left 15% center , right 15px top 15px , right bottom }
bgpos496016 { background-position: left 15px bottom , right 15px top 15px , right bottom }
bgpos496017 { background-position: left 15px bottom 15% , right 15px top 15px , right bottom }
bgpos496018 { background-position: left 15px bottom 15px , right 15px top 15px , right bottom }
bgpos496019 { background-position: left 15px top , right 15px top 15px , right bottom }
bgpos496020 { background-position: left 15px top 15% , right 15px top 15px , right bottom }
bgpos496021 { background-position: left 15px top 15px , right 15px top 15px , right bottom }
bgpos496022 { background-position: left 15px center , right 15px top 15px , right bottom }
bgpos496023 { background-position: left center , right 15px top 15px , right bottom }
bgpos496024 { background-position: right bottom , right 15px top 15px , right bottom }
bgpos496025 { background-position: right bottom 15% , right 15px top 15px , right bottom }
bgpos496026 { background-position: right bottom 15px , right 15px top 15px , right bottom }
bgpos496027 { background-position: right top , right 15px top 15px , right bottom }
bgpos496028 { background-position: right top 15% , right 15px top 15px , right bottom }
bgpos496029 { background-position: right top 15px , right 15px top 15px , right bottom }
bgpos496030 { background-position: right 15% bottom , right 15px top 15px , right bottom }
bgpos496031 { background-position: right 15% bottom 15% , right 15px top 15px , right bottom }
bgpos496032 { background-position: right 15% bottom 15px , right 15px top 15px , right bottom }
bgpos496033 { background-position: right 15% top , right 15px top 15px , right bottom }
bgpos496034 { background-position: right 15% top 15% , right 15px top 15px , right bottom }
bgpos496035 { background-position: right 15% top 15px , right 15px top 15px , right bottom }
bgpos496036 { background-position: right 15% center , right 15px top 15px , right bottom }
bgpos496037 { background-position: right 15px bottom , right 15px top 15px , right bottom }
bgpos496038 { background-position: right 15px bottom 15% , right 15px top 15px , right bottom }
bgpos496039 { background-position: right 15px bottom 15px , right 15px top 15px , right bottom }
bgpos496040 { background-position: right 15px top , right 15px top 15px , right bottom }
bgpos496041 { background-position: right 15px top 15% , right 15px top 15px , right bottom }
bgpos496042 { background-position: right 15px top 15px , right 15px top 15px , right bottom }
bgpos496043 { background-position: right 15px center , right 15px top 15px , right bottom }
bgpos496044 { background-position: right center , right 15px top 15px , right bottom }
bgpos496045 { background-position: 100px , right 15px top 15px , right bottom }
bgpos496046 { background-position: 100px 10% , right 15px top 15px , right bottom }
bgpos496047 { background-position: 100px 100px , right 15px top 15px , right bottom }
bgpos496048 { background-position: 100px bottom , right 15px top 15px , right bottom }
bgpos496049 { background-position: 100px center , right 15px top 15px , right bottom }
bgpos496050 { background-position: 100px top , right 15px top 15px , right bottom }
bgpos496051 { background-position: 50% , right 15px top 15px , right bottom }
bgpos496052 { background-position: 50% 10% , right 15px top 15px , right bottom }
bgpos496053 { background-position: 50% 100px , right 15px top 15px , right bottom }
bgpos496054 { background-position: 50% bottom , right 15px top 15px , right bottom }
bgpos496055 { background-position: 50% center , right 15px top 15px , right bottom }
bgpos496056 { background-position: 50% top , right 15px top 15px , right bottom }
bgpos496057 { background-position: bottom, right 15px top 15px , right bottom }
bgpos496058 { background-position: center , right 15px top 15px , right bottom }
bgpos496059 { background-position: center bottom , right 15px top 15px , right bottom }
bgpos496060 { background-position: center bottom 15% , right 15px top 15px , right bottom }
bgpos496061 { background-position: center bottom 15px , right 15px top 15px , right bottom }
bgpos496062 { background-position: center top , right 15px top 15px , right bottom }
bgpos496063 { background-position: center top 15% , right 15px top 15px , right bottom }
bgpos496064 { background-position: center top 15px , right 15px top 15px , right bottom }
bgpos496065 { background-position: center 10% , right 15px top 15px , right bottom }
bgpos496066 { background-position: center 100px , right 15px top 15px , right bottom }
bgpos496067 { background-position: center bottom , right 15px top 15px , right bottom }
bgpos496068 { background-position: center center , right 15px top 15px , right bottom }
bgpos496069 { background-position: center top , right 15px top 15px , right bottom }
bgpos496070 { background-position: left , right 15px top 15px , right bottom }
bgpos496071 { background-position: left 10% , right 15px top 15px , right bottom }
bgpos496072 { background-position: left 100px , right 15px top 15px , right bottom }
bgpos496073 { background-position: left bottom , right 15px top 15px , right bottom }
bgpos496074 { background-position: left center , right 15px top 15px , right bottom }
bgpos496075 { background-position: left top , right 15px top 15px , right bottom }
bgpos496076 { background-position: right , right 15px top 15px , right bottom }
bgpos496077 { background-position: right 10% , right 15px top 15px , right bottom }
bgpos496078 { background-position: right 100px , right 15px top 15px , right bottom }
bgpos496079 { background-position: right bottom , right 15px top 15px , right bottom }
bgpos496080 { background-position: right center , right 15px top 15px , right bottom }
bgpos496081 { background-position: right top , right 15px top 15px , right bottom }
bgpos496082 { background-position: top , right 15px top 15px , right bottom }
bgpos496083 { background-position: left bottom , right 15px center , right bottom }
bgpos496084 { background-position: left bottom 15% , right 15px center , right bottom }
bgpos496085 { background-position: left bottom 15px , right 15px center , right bottom }
bgpos496086 { background-position: left top , right 15px center , right bottom }
bgpos496087 { background-position: left top 15% , right 15px center , right bottom }
bgpos496088 { background-position: left top 15px , right 15px center , right bottom }
bgpos496089 { background-position: left 15% bottom , right 15px center , right bottom }
bgpos496090 { background-position: left 15% bottom 15% , right 15px center , right bottom }
bgpos496091 { background-position: left 15% bottom 15px , right 15px center , right bottom }
bgpos496092 { background-position: left 15% top , right 15px center , right bottom }
bgpos496093 { background-position: left 15% top 15% , right 15px center , right bottom }
bgpos496094 { background-position: left 15% top 15px , right 15px center , right bottom }
bgpos496095 { background-position: left 15% center , right 15px center , right bottom }
bgpos496096 { background-position: left 15px bottom , right 15px center , right bottom }
bgpos496097 { background-position: left 15px bottom 15% , right 15px center , right bottom }
bgpos496098 { background-position: left 15px bottom 15px , right 15px center , right bottom }
bgpos496099 { background-position: left 15px top , right 15px center , right bottom }
bgpos496100 { background-position: left 15px top 15% , right 15px center , right bottom }
bgpos496101 { background-position: left 15px top 15px , right 15px center , right bottom }
bgpos496102 { background-position: left 15px center , right 15px center , right bottom }
bgpos496103 { background-position: left center , right 15px center , right bottom }
bgpos496104 { background-position: right bottom , right 15px center , right bottom }
bgpos496105 { background-position: right bottom 15% , right 15px center , right bottom }
bgpos496106 { background-position: right bottom 15px , right 15px center , right bottom }
bgpos496107 { background-position: right top , right 15px center , right bottom }
bgpos496108 { background-position: right top 15% , right 15px center , right bottom }
bgpos496109 { background-position: right top 15px , right 15px center , right bottom }
bgpos496110 { background-position: right 15% bottom , right 15px center , right bottom }
bgpos496111 { background-position: right 15% bottom 15% , right 15px center , right bottom }
bgpos496112 { background-position: right 15% bottom 15px , right 15px center , right bottom }
bgpos496113 { background-position: right 15% top , right 15px center , right bottom }
bgpos496114 { background-position: right 15% top 15% , right 15px center , right bottom }
bgpos496115 { background-position: right 15% top 15px , right 15px center , right bottom }
bgpos496116 { background-position: right 15% center , right 15px center , right bottom }
bgpos496117 { background-position: right 15px bottom , right 15px center , right bottom }
bgpos496118 { background-position: right 15px bottom 15% , right 15px center , right bottom }
bgpos496119 { background-position: right 15px bottom 15px , right 15px center , right bottom }
bgpos496120 { background-position: right 15px top , right 15px center , right bottom }
bgpos496121 { background-position: right 15px top 15% , right 15px center , right bottom }
bgpos496122 { background-position: right 15px top 15px , right 15px center , right bottom }
bgpos496123 { background-position: right 15px center , right 15px center , right bottom }
bgpos496124 { background-position: right center , right 15px center , right bottom }
bgpos496125 { background-position: 100px , right 15px center , right bottom }
bgpos496126 { background-position: 100px 10% , right 15px center , right bottom }
bgpos496127 { background-position: 100px 100px , right 15px center , right bottom }
bgpos496128 { background-position: 100px bottom , right 15px center , right bottom }
bgpos496129 { background-position: 100px center , right 15px center , right bottom }
bgpos496130 { background-position: 100px top , right 15px center , right bottom }
bgpos496131 { background-position: 50% , right 15px center , right bottom }
bgpos496132 { background-position: 50% 10% , right 15px center , right bottom }
bgpos496133 { background-position: 50% 100px , right 15px center , right bottom }
bgpos496134 { background-position: 50% bottom , right 15px center , right bottom }
bgpos496135 { background-position: 50% center , right 15px center , right bottom }
bgpos496136 { background-position: 50% top , right 15px center , right bottom }
bgpos496137 { background-position: bottom, right 15px center , right bottom }
bgpos496138 { background-position: center , right 15px center , right bottom }
bgpos496139 { background-position: center bottom , right 15px center , right bottom }
bgpos496140 { background-position: center bottom 15% , right 15px center , right bottom }
bgpos496141 { background-position: center bottom 15px , right 15px center , right bottom }
bgpos496142 { background-position: center top , right 15px center , right bottom }
bgpos496143 { background-position: center top 15% , right 15px center , right bottom }
bgpos496144 { background-position: center top 15px , right 15px center , right bottom }
bgpos496145 { background-position: center 10% , right 15px center , right bottom }
bgpos496146 { background-position: center 100px , right 15px center , right bottom }
bgpos496147 { background-position: center bottom , right 15px center , right bottom }
bgpos496148 { background-position: center center , right 15px center , right bottom }
bgpos496149 { background-position: center top , right 15px center , right bottom }
bgpos496150 { background-position: left , right 15px center , right bottom }
bgpos496151 { background-position: left 10% , right 15px center , right bottom }
bgpos496152 { background-position: left 100px , right 15px center , right bottom }
bgpos496153 { background-position: left bottom , right 15px center , right bottom }
bgpos496154 { background-position: left center , right 15px center , right bottom }
bgpos496155 { background-position: left top , right 15px center , right bottom }
bgpos496156 { background-position: right , right 15px center , right bottom }
bgpos496157 { background-position: right 10% , right 15px center , right bottom }
bgpos496158 { background-position: right 100px , right 15px center , right bottom }
bgpos496159 { background-position: right bottom , right 15px center , right bottom }
bgpos496160 { background-position: right center , right 15px center , right bottom }
bgpos496161 { background-position: right top , right 15px center , right bottom }
bgpos496162 { background-position: top , right 15px center , right bottom }
bgpos496163 { background-position: left bottom , right center , right bottom }
bgpos496164 { background-position: left bottom 15% , right center , right bottom }
bgpos496165 { background-position: left bottom 15px , right center , right bottom }
bgpos496166 { background-position: left top , right center , right bottom }
bgpos496167 { background-position: left top 15% , right center , right bottom }
bgpos496168 { background-position: left top 15px , right center , right bottom }
bgpos496169 { background-position: left 15% bottom , right center , right bottom }
bgpos496170 { background-position: left 15% bottom 15% , right center , right bottom }
bgpos496171 { background-position: left 15% bottom 15px , right center , right bottom }
bgpos496172 { background-position: left 15% top , right center , right bottom }
bgpos496173 { background-position: left 15% top 15% , right center , right bottom }
bgpos496174 { background-position: left 15% top 15px , right center , right bottom }
bgpos496175 { background-position: left 15% center , right center , right bottom }
bgpos496176 { background-position: left 15px bottom , right center , right bottom }
bgpos496177 { background-position: left 15px bottom 15% , right center , right bottom }
bgpos496178 { background-position: left 15px bottom 15px , right center , right bottom }
bgpos496179 { background-position: left 15px top , right center , right bottom }
bgpos496180 { background-position: left 15px top 15% , right center , right bottom }
bgpos496181 { background-position: left 15px top 15px , right center , right bottom }
bgpos496182 { background-position: left 15px center , right center , right bottom }
bgpos496183 { background-position: left center , right center , right bottom }
bgpos496184 { background-position: right bottom , right center , right bottom }
bgpos496185 { background-position: right bottom 15% , right center , right bottom }
bgpos496186 { background-position: right bottom 15px , right center , right bottom }
bgpos496187 { background-position: right top , right center , right bottom }
bgpos496188 { background-position: right top 15% , right center , right bottom }
bgpos496189 { background-position: right top 15px , right center , right bottom }
bgpos496190 { background-position: right 15% bottom , right center , right bottom }
bgpos496191 { background-position: right 15% bottom 15% , right center , right bottom }
bgpos496192 { background-position: right 15% bottom 15px , right center , right bottom }
bgpos496193 { background-position: right 15% top , right center , right bottom }
bgpos496194 { background-position: right 15% top 15% , right center , right bottom }
bgpos496195 { background-position: right 15% top 15px , right center , right bottom }
bgpos496196 { background-position: right 15% center , right center , right bottom }
bgpos496197 { background-position: right 15px bottom , right center , right bottom }
bgpos496198 { background-position: right 15px bottom 15% , right center , right bottom }
bgpos496199 { background-position: right 15px bottom 15px , right center , right bottom }
bgpos496200 { background-position: right 15px top , right center , right bottom }
bgpos496201 { background-position: right 15px top 15% , right center , right bottom }
bgpos496202 { background-position: right 15px top 15px , right center , right bottom }
bgpos496203 { background-position: right 15px center , right center , right bottom }
bgpos496204 { background-position: right center , right center , right bottom }
bgpos496205 { background-position: 100px , right center , right bottom }
bgpos496206 { background-position: 100px 10% , right center , right bottom }
bgpos496207 { background-position: 100px 100px , right center , right bottom }
bgpos496208 { background-position: 100px bottom , right center , right bottom }
bgpos496209 { background-position: 100px center , right center , right bottom }
bgpos496210 { background-position: 100px top , right center , right bottom }
bgpos496211 { background-position: 50% , right center , right bottom }
bgpos496212 { background-position: 50% 10% , right center , right bottom }
bgpos496213 { background-position: 50% 100px , right center , right bottom }
bgpos496214 { background-position: 50% bottom , right center , right bottom }
bgpos496215 { background-position: 50% center , right center , right bottom }
bgpos496216 { background-position: 50% top , right center , right bottom }
bgpos496217 { background-position: bottom, right center , right bottom }
bgpos496218 { background-position: center , right center , right bottom }
bgpos496219 { background-position: center bottom , right center , right bottom }
bgpos496220 { background-position: center bottom 15% , right center , right bottom }
bgpos496221 { background-position: center bottom 15px , right center , right bottom }
bgpos496222 { background-position: center top , right center , right bottom }
bgpos496223 { background-position: center top 15% , right center , right bottom }
bgpos496224 { background-position: center top 15px , right center , right bottom }
bgpos496225 { background-position: center 10% , right center , right bottom }
bgpos496226 { background-position: center 100px , right center , right bottom }
bgpos496227 { background-position: center bottom , right center , right bottom }
bgpos496228 { background-position: center center , right center , right bottom }
bgpos496229 { background-position: center top , right center , right bottom }
bgpos496230 { background-position: left , right center , right bottom }
bgpos496231 { background-position: left 10% , right center , right bottom }
bgpos496232 { background-position: left 100px , right center , right bottom }
bgpos496233 { background-position: left bottom , right center , right bottom }
bgpos496234 { background-position: left center , right center , right bottom }
bgpos496235 { background-position: left top , right center , right bottom }
bgpos496236 { background-position: right , right center , right bottom }
bgpos496237 { background-position: right 10% , right center , right bottom }
bgpos496238 { background-position: right 100px , right center , right bottom }
bgpos496239 { background-position: right bottom , right center , right bottom }
bgpos496240 { background-position: right center , right center , right bottom }
bgpos496241 { background-position: right top , right center , right bottom }
bgpos496242 { background-position: top , right center , right bottom }
bgpos496243 { background-position: left bottom , 100px , right bottom }
bgpos496244 { background-position: left bottom 15% , 100px , right bottom }
bgpos496245 { background-position: left bottom 15px , 100px , right bottom }
bgpos496246 { background-position: left top , 100px , right bottom }
bgpos496247 { background-position: left top 15% , 100px , right bottom }
bgpos496248 { background-position: left top 15px , 100px , right bottom }
bgpos496249 { background-position: left 15% bottom , 100px , right bottom }
bgpos496250 { background-position: left 15% bottom 15% , 100px , right bottom }
bgpos496251 { background-position: left 15% bottom 15px , 100px , right bottom }
bgpos496252 { background-position: left 15% top , 100px , right bottom }
bgpos496253 { background-position: left 15% top 15% , 100px , right bottom }
bgpos496254 { background-position: left 15% top 15px , 100px , right bottom }
bgpos496255 { background-position: left 15% center , 100px , right bottom }
bgpos496256 { background-position: left 15px bottom , 100px , right bottom }
bgpos496257 { background-position: left 15px bottom 15% , 100px , right bottom }
bgpos496258 { background-position: left 15px bottom 15px , 100px , right bottom }
bgpos496259 { background-position: left 15px top , 100px , right bottom }
bgpos496260 { background-position: left 15px top 15% , 100px , right bottom }
bgpos496261 { background-position: left 15px top 15px , 100px , right bottom }
bgpos496262 { background-position: left 15px center , 100px , right bottom }
bgpos496263 { background-position: left center , 100px , right bottom }
bgpos496264 { background-position: right bottom , 100px , right bottom }
bgpos496265 { background-position: right bottom 15% , 100px , right bottom }
bgpos496266 { background-position: right bottom 15px , 100px , right bottom }
bgpos496267 { background-position: right top , 100px , right bottom }
bgpos496268 { background-position: right top 15% , 100px , right bottom }
bgpos496269 { background-position: right top 15px , 100px , right bottom }
bgpos496270 { background-position: right 15% bottom , 100px , right bottom }
bgpos496271 { background-position: right 15% bottom 15% , 100px , right bottom }
bgpos496272 { background-position: right 15% bottom 15px , 100px , right bottom }
bgpos496273 { background-position: right 15% top , 100px , right bottom }
bgpos496274 { background-position: right 15% top 15% , 100px , right bottom }
bgpos496275 { background-position: right 15% top 15px , 100px , right bottom }
bgpos496276 { background-position: right 15% center , 100px , right bottom }
bgpos496277 { background-position: right 15px bottom , 100px , right bottom }
bgpos496278 { background-position: right 15px bottom 15% , 100px , right bottom }
bgpos496279 { background-position: right 15px bottom 15px , 100px , right bottom }
bgpos496280 { background-position: right 15px top , 100px , right bottom }
bgpos496281 { background-position: right 15px top 15% , 100px , right bottom }
bgpos496282 { background-position: right 15px top 15px , 100px , right bottom }
bgpos496283 { background-position: right 15px center , 100px , right bottom }
bgpos496284 { background-position: right center , 100px , right bottom }
bgpos496285 { background-position: 100px , 100px , right bottom }
bgpos496286 { background-position: 100px 10% , 100px , right bottom }
bgpos496287 { background-position: 100px 100px , 100px , right bottom }
bgpos496288 { background-position: 100px bottom , 100px , right bottom }
bgpos496289 { background-position: 100px center , 100px , right bottom }
bgpos496290 { background-position: 100px top , 100px , right bottom }
bgpos496291 { background-position: 50% , 100px , right bottom }
bgpos496292 { background-position: 50% 10% , 100px , right bottom }
bgpos496293 { background-position: 50% 100px , 100px , right bottom }
bgpos496294 { background-position: 50% bottom , 100px , right bottom }
bgpos496295 { background-position: 50% center , 100px , right bottom }
bgpos496296 { background-position: 50% top , 100px , right bottom }
bgpos496297 { background-position: bottom, 100px , right bottom }
bgpos496298 { background-position: center , 100px , right bottom }
bgpos496299 { background-position: center bottom , 100px , right bottom }
bgpos496300 { background-position: center bottom 15% , 100px , right bottom }
bgpos496301 { background-position: center bottom 15px , 100px , right bottom }
bgpos496302 { background-position: center top , 100px , right bottom }
bgpos496303 { background-position: center top 15% , 100px , right bottom }
bgpos496304 { background-position: center top 15px , 100px , right bottom }
bgpos496305 { background-position: center 10% , 100px , right bottom }
bgpos496306 { background-position: center 100px , 100px , right bottom }
bgpos496307 { background-position: center bottom , 100px , right bottom }
bgpos496308 { background-position: center center , 100px , right bottom }
bgpos496309 { background-position: center top , 100px , right bottom }
bgpos496310 { background-position: left , 100px , right bottom }
bgpos496311 { background-position: left 10% , 100px , right bottom }
bgpos496312 { background-position: left 100px , 100px , right bottom }
bgpos496313 { background-position: left bottom , 100px , right bottom }
bgpos496314 { background-position: left center , 100px , right bottom }
bgpos496315 { background-position: left top , 100px , right bottom }
bgpos496316 { background-position: right , 100px , right bottom }
bgpos496317 { background-position: right 10% , 100px , right bottom }
bgpos496318 { background-position: right 100px , 100px , right bottom }
bgpos496319 { background-position: right bottom , 100px , right bottom }
bgpos496320 { background-position: right center , 100px , right bottom }
bgpos496321 { background-position: right top , 100px , right bottom }
bgpos496322 { background-position: top , 100px , right bottom }
bgpos496323 { background-position: left bottom , 100px 10% , right bottom }
bgpos496324 { background-position: left bottom 15% , 100px 10% , right bottom }
bgpos496325 { background-position: left bottom 15px , 100px 10% , right bottom }
bgpos496326 { background-position: left top , 100px 10% , right bottom }
bgpos496327 { background-position: left top 15% , 100px 10% , right bottom }
bgpos496328 { background-position: left top 15px , 100px 10% , right bottom }
bgpos496329 { background-position: left 15% bottom , 100px 10% , right bottom }
bgpos496330 { background-position: left 15% bottom 15% , 100px 10% , right bottom }
bgpos496331 { background-position: left 15% bottom 15px , 100px 10% , right bottom }
bgpos496332 { background-position: left 15% top , 100px 10% , right bottom }
bgpos496333 { background-position: left 15% top 15% , 100px 10% , right bottom }
bgpos496334 { background-position: left 15% top 15px , 100px 10% , right bottom }
bgpos496335 { background-position: left 15% center , 100px 10% , right bottom }
bgpos496336 { background-position: left 15px bottom , 100px 10% , right bottom }
bgpos496337 { background-position: left 15px bottom 15% , 100px 10% , right bottom }
bgpos496338 { background-position: left 15px bottom 15px , 100px 10% , right bottom }
bgpos496339 { background-position: left 15px top , 100px 10% , right bottom }
bgpos496340 { background-position: left 15px top 15% , 100px 10% , right bottom }
bgpos496341 { background-position: left 15px top 15px , 100px 10% , right bottom }
bgpos496342 { background-position: left 15px center , 100px 10% , right bottom }
bgpos496343 { background-position: left center , 100px 10% , right bottom }
bgpos496344 { background-position: right bottom , 100px 10% , right bottom }
bgpos496345 { background-position: right bottom 15% , 100px 10% , right bottom }
bgpos496346 { background-position: right bottom 15px , 100px 10% , right bottom }
bgpos496347 { background-position: right top , 100px 10% , right bottom }
bgpos496348 { background-position: right top 15% , 100px 10% , right bottom }
bgpos496349 { background-position: right top 15px , 100px 10% , right bottom }
bgpos496350 { background-position: right 15% bottom , 100px 10% , right bottom }
bgpos496351 { background-position: right 15% bottom 15% , 100px 10% , right bottom }
bgpos496352 { background-position: right 15% bottom 15px , 100px 10% , right bottom }
bgpos496353 { background-position: right 15% top , 100px 10% , right bottom }
bgpos496354 { background-position: right 15% top 15% , 100px 10% , right bottom }
bgpos496355 { background-position: right 15% top 15px , 100px 10% , right bottom }
bgpos496356 { background-position: right 15% center , 100px 10% , right bottom }
bgpos496357 { background-position: right 15px bottom , 100px 10% , right bottom }
bgpos496358 { background-position: right 15px bottom 15% , 100px 10% , right bottom }
bgpos496359 { background-position: right 15px bottom 15px , 100px 10% , right bottom }
bgpos496360 { background-position: right 15px top , 100px 10% , right bottom }
bgpos496361 { background-position: right 15px top 15% , 100px 10% , right bottom }
bgpos496362 { background-position: right 15px top 15px , 100px 10% , right bottom }
bgpos496363 { background-position: right 15px center , 100px 10% , right bottom }
bgpos496364 { background-position: right center , 100px 10% , right bottom }
bgpos496365 { background-position: 100px , 100px 10% , right bottom }
bgpos496366 { background-position: 100px 10% , 100px 10% , right bottom }
bgpos496367 { background-position: 100px 100px , 100px 10% , right bottom }
bgpos496368 { background-position: 100px bottom , 100px 10% , right bottom }
bgpos496369 { background-position: 100px center , 100px 10% , right bottom }
bgpos496370 { background-position: 100px top , 100px 10% , right bottom }
bgpos496371 { background-position: 50% , 100px 10% , right bottom }
bgpos496372 { background-position: 50% 10% , 100px 10% , right bottom }
bgpos496373 { background-position: 50% 100px , 100px 10% , right bottom }
bgpos496374 { background-position: 50% bottom , 100px 10% , right bottom }
bgpos496375 { background-position: 50% center , 100px 10% , right bottom }
bgpos496376 { background-position: 50% top , 100px 10% , right bottom }
bgpos496377 { background-position: bottom, 100px 10% , right bottom }
bgpos496378 { background-position: center , 100px 10% , right bottom }
bgpos496379 { background-position: center bottom , 100px 10% , right bottom }
bgpos496380 { background-position: center bottom 15% , 100px 10% , right bottom }
bgpos496381 { background-position: center bottom 15px , 100px 10% , right bottom }
bgpos496382 { background-position: center top , 100px 10% , right bottom }
bgpos496383 { background-position: center top 15% , 100px 10% , right bottom }
bgpos496384 { background-position: center top 15px , 100px 10% , right bottom }
bgpos496385 { background-position: center 10% , 100px 10% , right bottom }
bgpos496386 { background-position: center 100px , 100px 10% , right bottom }
bgpos496387 { background-position: center bottom , 100px 10% , right bottom }
bgpos496388 { background-position: center center , 100px 10% , right bottom }
bgpos496389 { background-position: center top , 100px 10% , right bottom }
bgpos496390 { background-position: left , 100px 10% , right bottom }
bgpos496391 { background-position: left 10% , 100px 10% , right bottom }
bgpos496392 { background-position: left 100px , 100px 10% , right bottom }
bgpos496393 { background-position: left bottom , 100px 10% , right bottom }
bgpos496394 { background-position: left center , 100px 10% , right bottom }
bgpos496395 { background-position: left top , 100px 10% , right bottom }
bgpos496396 { background-position: right , 100px 10% , right bottom }
bgpos496397 { background-position: right 10% , 100px 10% , right bottom }
bgpos496398 { background-position: right 100px , 100px 10% , right bottom }
bgpos496399 { background-position: right bottom , 100px 10% , right bottom }
bgpos496400 { background-position: right center , 100px 10% , right bottom }
bgpos496401 { background-position: right top , 100px 10% , right bottom }
bgpos496402 { background-position: top , 100px 10% , right bottom }
bgpos496403 { background-position: left bottom , 100px 100px , right bottom }
bgpos496404 { background-position: left bottom 15% , 100px 100px , right bottom }
bgpos496405 { background-position: left bottom 15px , 100px 100px , right bottom }
bgpos496406 { background-position: left top , 100px 100px , right bottom }
bgpos496407 { background-position: left top 15% , 100px 100px , right bottom }
bgpos496408 { background-position: left top 15px , 100px 100px , right bottom }
bgpos496409 { background-position: left 15% bottom , 100px 100px , right bottom }
bgpos496410 { background-position: left 15% bottom 15% , 100px 100px , right bottom }
bgpos496411 { background-position: left 15% bottom 15px , 100px 100px , right bottom }
bgpos496412 { background-position: left 15% top , 100px 100px , right bottom }
bgpos496413 { background-position: left 15% top 15% , 100px 100px , right bottom }
bgpos496414 { background-position: left 15% top 15px , 100px 100px , right bottom }
bgpos496415 { background-position: left 15% center , 100px 100px , right bottom }
bgpos496416 { background-position: left 15px bottom , 100px 100px , right bottom }
bgpos496417 { background-position: left 15px bottom 15% , 100px 100px , right bottom }
bgpos496418 { background-position: left 15px bottom 15px , 100px 100px , right bottom }
bgpos496419 { background-position: left 15px top , 100px 100px , right bottom }
bgpos496420 { background-position: left 15px top 15% , 100px 100px , right bottom }
bgpos496421 { background-position: left 15px top 15px , 100px 100px , right bottom }
bgpos496422 { background-position: left 15px center , 100px 100px , right bottom }
bgpos496423 { background-position: left center , 100px 100px , right bottom }
bgpos496424 { background-position: right bottom , 100px 100px , right bottom }
bgpos496425 { background-position: right bottom 15% , 100px 100px , right bottom }
bgpos496426 { background-position: right bottom 15px , 100px 100px , right bottom }
bgpos496427 { background-position: right top , 100px 100px , right bottom }
bgpos496428 { background-position: right top 15% , 100px 100px , right bottom }
bgpos496429 { background-position: right top 15px , 100px 100px , right bottom }
bgpos496430 { background-position: right 15% bottom , 100px 100px , right bottom }
bgpos496431 { background-position: right 15% bottom 15% , 100px 100px , right bottom }
bgpos496432 { background-position: right 15% bottom 15px , 100px 100px , right bottom }
bgpos496433 { background-position: right 15% top , 100px 100px , right bottom }
bgpos496434 { background-position: right 15% top 15% , 100px 100px , right bottom }
bgpos496435 { background-position: right 15% top 15px , 100px 100px , right bottom }
bgpos496436 { background-position: right 15% center , 100px 100px , right bottom }
bgpos496437 { background-position: right 15px bottom , 100px 100px , right bottom }
bgpos496438 { background-position: right 15px bottom 15% , 100px 100px , right bottom }
bgpos496439 { background-position: right 15px bottom 15px , 100px 100px , right bottom }
bgpos496440 { background-position: right 15px top , 100px 100px , right bottom }
bgpos496441 { background-position: right 15px top 15% , 100px 100px , right bottom }
bgpos496442 { background-position: right 15px top 15px , 100px 100px , right bottom }
bgpos496443 { background-position: right 15px center , 100px 100px , right bottom }
bgpos496444 { background-position: right center , 100px 100px , right bottom }
bgpos496445 { background-position: 100px , 100px 100px , right bottom }
bgpos496446 { background-position: 100px 10% , 100px 100px , right bottom }
bgpos496447 { background-position: 100px 100px , 100px 100px , right bottom }
bgpos496448 { background-position: 100px bottom , 100px 100px , right bottom }
bgpos496449 { background-position: 100px center , 100px 100px , right bottom }
bgpos496450 { background-position: 100px top , 100px 100px , right bottom }
bgpos496451 { background-position: 50% , 100px 100px , right bottom }
bgpos496452 { background-position: 50% 10% , 100px 100px , right bottom }
bgpos496453 { background-position: 50% 100px , 100px 100px , right bottom }
bgpos496454 { background-position: 50% bottom , 100px 100px , right bottom }
bgpos496455 { background-position: 50% center , 100px 100px , right bottom }
bgpos496456 { background-position: 50% top , 100px 100px , right bottom }
bgpos496457 { background-position: bottom, 100px 100px , right bottom }
bgpos496458 { background-position: center , 100px 100px , right bottom }
bgpos496459 { background-position: center bottom , 100px 100px , right bottom }
bgpos496460 { background-position: center bottom 15% , 100px 100px , right bottom }
bgpos496461 { background-position: center bottom 15px , 100px 100px , right bottom }
bgpos496462 { background-position: center top , 100px 100px , right bottom }
bgpos496463 { background-position: center top 15% , 100px 100px , right bottom }
bgpos496464 { background-position: center top 15px , 100px 100px , right bottom }
bgpos496465 { background-position: center 10% , 100px 100px , right bottom }
bgpos496466 { background-position: center 100px , 100px 100px , right bottom }
bgpos496467 { background-position: center bottom , 100px 100px , right bottom }
bgpos496468 { background-position: center center , 100px 100px , right bottom }
bgpos496469 { background-position: center top , 100px 100px , right bottom }
bgpos496470 { background-position: left , 100px 100px , right bottom }
bgpos496471 { background-position: left 10% , 100px 100px , right bottom }
bgpos496472 { background-position: left 100px , 100px 100px , right bottom }
bgpos496473 { background-position: left bottom , 100px 100px , right bottom }
bgpos496474 { background-position: left center , 100px 100px , right bottom }
bgpos496475 { background-position: left top , 100px 100px , right bottom }
bgpos496476 { background-position: right , 100px 100px , right bottom }
bgpos496477 { background-position: right 10% , 100px 100px , right bottom }
bgpos496478 { background-position: right 100px , 100px 100px , right bottom }
bgpos496479 { background-position: right bottom , 100px 100px , right bottom }
bgpos496480 { background-position: right center , 100px 100px , right bottom }
bgpos496481 { background-position: right top , 100px 100px , right bottom }
bgpos496482 { background-position: top , 100px 100px , right bottom }
bgpos496483 { background-position: left bottom , 100px bottom , right bottom }
bgpos496484 { background-position: left bottom 15% , 100px bottom , right bottom }
bgpos496485 { background-position: left bottom 15px , 100px bottom , right bottom }
bgpos496486 { background-position: left top , 100px bottom , right bottom }
bgpos496487 { background-position: left top 15% , 100px bottom , right bottom }
bgpos496488 { background-position: left top 15px , 100px bottom , right bottom }
bgpos496489 { background-position: left 15% bottom , 100px bottom , right bottom }
bgpos496490 { background-position: left 15% bottom 15% , 100px bottom , right bottom }
bgpos496491 { background-position: left 15% bottom 15px , 100px bottom , right bottom }
bgpos496492 { background-position: left 15% top , 100px bottom , right bottom }
bgpos496493 { background-position: left 15% top 15% , 100px bottom , right bottom }
bgpos496494 { background-position: left 15% top 15px , 100px bottom , right bottom }
bgpos496495 { background-position: left 15% center , 100px bottom , right bottom }
bgpos496496 { background-position: left 15px bottom , 100px bottom , right bottom }
bgpos496497 { background-position: left 15px bottom 15% , 100px bottom , right bottom }
bgpos496498 { background-position: left 15px bottom 15px , 100px bottom , right bottom }
bgpos496499 { background-position: left 15px top , 100px bottom , right bottom }
bgpos496500 { background-position: left 15px top 15% , 100px bottom , right bottom }
bgpos496501 { background-position: left 15px top 15px , 100px bottom , right bottom }
bgpos496502 { background-position: left 15px center , 100px bottom , right bottom }
bgpos496503 { background-position: left center , 100px bottom , right bottom }
bgpos496504 { background-position: right bottom , 100px bottom , right bottom }
bgpos496505 { background-position: right bottom 15% , 100px bottom , right bottom }
bgpos496506 { background-position: right bottom 15px , 100px bottom , right bottom }
bgpos496507 { background-position: right top , 100px bottom , right bottom }
bgpos496508 { background-position: right top 15% , 100px bottom , right bottom }
bgpos496509 { background-position: right top 15px , 100px bottom , right bottom }
bgpos496510 { background-position: right 15% bottom , 100px bottom , right bottom }
bgpos496511 { background-position: right 15% bottom 15% , 100px bottom , right bottom }
bgpos496512 { background-position: right 15% bottom 15px , 100px bottom , right bottom }
bgpos496513 { background-position: right 15% top , 100px bottom , right bottom }
bgpos496514 { background-position: right 15% top 15% , 100px bottom , right bottom }
bgpos496515 { background-position: right 15% top 15px , 100px bottom , right bottom }
bgpos496516 { background-position: right 15% center , 100px bottom , right bottom }
bgpos496517 { background-position: right 15px bottom , 100px bottom , right bottom }
bgpos496518 { background-position: right 15px bottom 15% , 100px bottom , right bottom }
bgpos496519 { background-position: right 15px bottom 15px , 100px bottom , right bottom }
bgpos496520 { background-position: right 15px top , 100px bottom , right bottom }
bgpos496521 { background-position: right 15px top 15% , 100px bottom , right bottom }
bgpos496522 { background-position: right 15px top 15px , 100px bottom , right bottom }
bgpos496523 { background-position: right 15px center , 100px bottom , right bottom }
bgpos496524 { background-position: right center , 100px bottom , right bottom }
bgpos496525 { background-position: 100px , 100px bottom , right bottom }
bgpos496526 { background-position: 100px 10% , 100px bottom , right bottom }
bgpos496527 { background-position: 100px 100px , 100px bottom , right bottom }
bgpos496528 { background-position: 100px bottom , 100px bottom , right bottom }
bgpos496529 { background-position: 100px center , 100px bottom , right bottom }
bgpos496530 { background-position: 100px top , 100px bottom , right bottom }
bgpos496531 { background-position: 50% , 100px bottom , right bottom }
bgpos496532 { background-position: 50% 10% , 100px bottom , right bottom }
bgpos496533 { background-position: 50% 100px , 100px bottom , right bottom }
bgpos496534 { background-position: 50% bottom , 100px bottom , right bottom }
bgpos496535 { background-position: 50% center , 100px bottom , right bottom }
bgpos496536 { background-position: 50% top , 100px bottom , right bottom }
bgpos496537 { background-position: bottom, 100px bottom , right bottom }
bgpos496538 { background-position: center , 100px bottom , right bottom }
bgpos496539 { background-position: center bottom , 100px bottom , right bottom }
bgpos496540 { background-position: center bottom 15% , 100px bottom , right bottom }
bgpos496541 { background-position: center bottom 15px , 100px bottom , right bottom }
bgpos496542 { background-position: center top , 100px bottom , right bottom }
bgpos496543 { background-position: center top 15% , 100px bottom , right bottom }
bgpos496544 { background-position: center top 15px , 100px bottom , right bottom }
bgpos496545 { background-position: center 10% , 100px bottom , right bottom }
bgpos496546 { background-position: center 100px , 100px bottom , right bottom }
bgpos496547 { background-position: center bottom , 100px bottom , right bottom }
bgpos496548 { background-position: center center , 100px bottom , right bottom }
bgpos496549 { background-position: center top , 100px bottom , right bottom }
bgpos496550 { background-position: left , 100px bottom , right bottom }
bgpos496551 { background-position: left 10% , 100px bottom , right bottom }
bgpos496552 { background-position: left 100px , 100px bottom , right bottom }
bgpos496553 { background-position: left bottom , 100px bottom , right bottom }
bgpos496554 { background-position: left center , 100px bottom , right bottom }
bgpos496555 { background-position: left top , 100px bottom , right bottom }
bgpos496556 { background-position: right , 100px bottom , right bottom }
bgpos496557 { background-position: right 10% , 100px bottom , right bottom }
bgpos496558 { background-position: right 100px , 100px bottom , right bottom }
bgpos496559 { background-position: right bottom , 100px bottom , right bottom }
bgpos496560 { background-position: right center , 100px bottom , right bottom }
bgpos496561 { background-position: right top , 100px bottom , right bottom }
bgpos496562 { background-position: top , 100px bottom , right bottom }
bgpos496563 { background-position: left bottom , 100px center , right bottom }
bgpos496564 { background-position: left bottom 15% , 100px center , right bottom }
bgpos496565 { background-position: left bottom 15px , 100px center , right bottom }
bgpos496566 { background-position: left top , 100px center , right bottom }
bgpos496567 { background-position: left top 15% , 100px center , right bottom }
bgpos496568 { background-position: left top 15px , 100px center , right bottom }
bgpos496569 { background-position: left 15% bottom , 100px center , right bottom }
bgpos496570 { background-position: left 15% bottom 15% , 100px center , right bottom }
bgpos496571 { background-position: left 15% bottom 15px , 100px center , right bottom }
bgpos496572 { background-position: left 15% top , 100px center , right bottom }
bgpos496573 { background-position: left 15% top 15% , 100px center , right bottom }
bgpos496574 { background-position: left 15% top 15px , 100px center , right bottom }
bgpos496575 { background-position: left 15% center , 100px center , right bottom }
bgpos496576 { background-position: left 15px bottom , 100px center , right bottom }
bgpos496577 { background-position: left 15px bottom 15% , 100px center , right bottom }
bgpos496578 { background-position: left 15px bottom 15px , 100px center , right bottom }
bgpos496579 { background-position: left 15px top , 100px center , right bottom }
bgpos496580 { background-position: left 15px top 15% , 100px center , right bottom }
bgpos496581 { background-position: left 15px top 15px , 100px center , right bottom }
bgpos496582 { background-position: left 15px center , 100px center , right bottom }
bgpos496583 { background-position: left center , 100px center , right bottom }
bgpos496584 { background-position: right bottom , 100px center , right bottom }
bgpos496585 { background-position: right bottom 15% , 100px center , right bottom }
bgpos496586 { background-position: right bottom 15px , 100px center , right bottom }
bgpos496587 { background-position: right top , 100px center , right bottom }
bgpos496588 { background-position: right top 15% , 100px center , right bottom }
bgpos496589 { background-position: right top 15px , 100px center , right bottom }
bgpos496590 { background-position: right 15% bottom , 100px center , right bottom }
bgpos496591 { background-position: right 15% bottom 15% , 100px center , right bottom }
bgpos496592 { background-position: right 15% bottom 15px , 100px center , right bottom }
bgpos496593 { background-position: right 15% top , 100px center , right bottom }
bgpos496594 { background-position: right 15% top 15% , 100px center , right bottom }
bgpos496595 { background-position: right 15% top 15px , 100px center , right bottom }
bgpos496596 { background-position: right 15% center , 100px center , right bottom }
bgpos496597 { background-position: right 15px bottom , 100px center , right bottom }
bgpos496598 { background-position: right 15px bottom 15% , 100px center , right bottom }
bgpos496599 { background-position: right 15px bottom 15px , 100px center , right bottom }
bgpos496600 { background-position: right 15px top , 100px center , right bottom }
bgpos496601 { background-position: right 15px top 15% , 100px center , right bottom }
bgpos496602 { background-position: right 15px top 15px , 100px center , right bottom }
bgpos496603 { background-position: right 15px center , 100px center , right bottom }
bgpos496604 { background-position: right center , 100px center , right bottom }
bgpos496605 { background-position: 100px , 100px center , right bottom }
bgpos496606 { background-position: 100px 10% , 100px center , right bottom }
bgpos496607 { background-position: 100px 100px , 100px center , right bottom }
bgpos496608 { background-position: 100px bottom , 100px center , right bottom }
bgpos496609 { background-position: 100px center , 100px center , right bottom }
bgpos496610 { background-position: 100px top , 100px center , right bottom }
bgpos496611 { background-position: 50% , 100px center , right bottom }
bgpos496612 { background-position: 50% 10% , 100px center , right bottom }
bgpos496613 { background-position: 50% 100px , 100px center , right bottom }
bgpos496614 { background-position: 50% bottom , 100px center , right bottom }
bgpos496615 { background-position: 50% center , 100px center , right bottom }
bgpos496616 { background-position: 50% top , 100px center , right bottom }
bgpos496617 { background-position: bottom, 100px center , right bottom }
bgpos496618 { background-position: center , 100px center , right bottom }
bgpos496619 { background-position: center bottom , 100px center , right bottom }
bgpos496620 { background-position: center bottom 15% , 100px center , right bottom }
bgpos496621 { background-position: center bottom 15px , 100px center , right bottom }
bgpos496622 { background-position: center top , 100px center , right bottom }
bgpos496623 { background-position: center top 15% , 100px center , right bottom }
bgpos496624 { background-position: center top 15px , 100px center , right bottom }
bgpos496625 { background-position: center 10% , 100px center , right bottom }
bgpos496626 { background-position: center 100px , 100px center , right bottom }
bgpos496627 { background-position: center bottom , 100px center , right bottom }
bgpos496628 { background-position: center center , 100px center , right bottom }
bgpos496629 { background-position: center top , 100px center , right bottom }
bgpos496630 { background-position: left , 100px center , right bottom }
bgpos496631 { background-position: left 10% , 100px center , right bottom }
bgpos496632 { background-position: left 100px , 100px center , right bottom }
bgpos496633 { background-position: left bottom , 100px center , right bottom }
bgpos496634 { background-position: left center , 100px center , right bottom }
bgpos496635 { background-position: left top , 100px center , right bottom }
bgpos496636 { background-position: right , 100px center , right bottom }
bgpos496637 { background-position: right 10% , 100px center , right bottom }
bgpos496638 { background-position: right 100px , 100px center , right bottom }
bgpos496639 { background-position: right bottom , 100px center , right bottom }
bgpos496640 { background-position: right center , 100px center , right bottom }
bgpos496641 { background-position: right top , 100px center , right bottom }
bgpos496642 { background-position: top , 100px center , right bottom }
bgpos496643 { background-position: left bottom , 100px top , right bottom }
bgpos496644 { background-position: left bottom 15% , 100px top , right bottom }
bgpos496645 { background-position: left bottom 15px , 100px top , right bottom }
bgpos496646 { background-position: left top , 100px top , right bottom }
bgpos496647 { background-position: left top 15% , 100px top , right bottom }
bgpos496648 { background-position: left top 15px , 100px top , right bottom }
bgpos496649 { background-position: left 15% bottom , 100px top , right bottom }
bgpos496650 { background-position: left 15% bottom 15% , 100px top , right bottom }
bgpos496651 { background-position: left 15% bottom 15px , 100px top , right bottom }
bgpos496652 { background-position: left 15% top , 100px top , right bottom }
bgpos496653 { background-position: left 15% top 15% , 100px top , right bottom }
bgpos496654 { background-position: left 15% top 15px , 100px top , right bottom }
bgpos496655 { background-position: left 15% center , 100px top , right bottom }
bgpos496656 { background-position: left 15px bottom , 100px top , right bottom }
bgpos496657 { background-position: left 15px bottom 15% , 100px top , right bottom }
bgpos496658 { background-position: left 15px bottom 15px , 100px top , right bottom }
bgpos496659 { background-position: left 15px top , 100px top , right bottom }
bgpos496660 { background-position: left 15px top 15% , 100px top , right bottom }
bgpos496661 { background-position: left 15px top 15px , 100px top , right bottom }
bgpos496662 { background-position: left 15px center , 100px top , right bottom }
bgpos496663 { background-position: left center , 100px top , right bottom }
bgpos496664 { background-position: right bottom , 100px top , right bottom }
bgpos496665 { background-position: right bottom 15% , 100px top , right bottom }
bgpos496666 { background-position: right bottom 15px , 100px top , right bottom }
bgpos496667 { background-position: right top , 100px top , right bottom }
bgpos496668 { background-position: right top 15% , 100px top , right bottom }
bgpos496669 { background-position: right top 15px , 100px top , right bottom }
bgpos496670 { background-position: right 15% bottom , 100px top , right bottom }
bgpos496671 { background-position: right 15% bottom 15% , 100px top , right bottom }
bgpos496672 { background-position: right 15% bottom 15px , 100px top , right bottom }
bgpos496673 { background-position: right 15% top , 100px top , right bottom }
bgpos496674 { background-position: right 15% top 15% , 100px top , right bottom }
bgpos496675 { background-position: right 15% top 15px , 100px top , right bottom }
bgpos496676 { background-position: right 15% center , 100px top , right bottom }
bgpos496677 { background-position: right 15px bottom , 100px top , right bottom }
bgpos496678 { background-position: right 15px bottom 15% , 100px top , right bottom }
bgpos496679 { background-position: right 15px bottom 15px , 100px top , right bottom }
bgpos496680 { background-position: right 15px top , 100px top , right bottom }
bgpos496681 { background-position: right 15px top 15% , 100px top , right bottom }
bgpos496682 { background-position: right 15px top 15px , 100px top , right bottom }
bgpos496683 { background-position: right 15px center , 100px top , right bottom }
bgpos496684 { background-position: right center , 100px top , right bottom }
bgpos496685 { background-position: 100px , 100px top , right bottom }
bgpos496686 { background-position: 100px 10% , 100px top , right bottom }
bgpos496687 { background-position: 100px 100px , 100px top , right bottom }
bgpos496688 { background-position: 100px bottom , 100px top , right bottom }
bgpos496689 { background-position: 100px center , 100px top , right bottom }
bgpos496690 { background-position: 100px top , 100px top , right bottom }
bgpos496691 { background-position: 50% , 100px top , right bottom }
bgpos496692 { background-position: 50% 10% , 100px top , right bottom }
bgpos496693 { background-position: 50% 100px , 100px top , right bottom }
bgpos496694 { background-position: 50% bottom , 100px top , right bottom }
bgpos496695 { background-position: 50% center , 100px top , right bottom }
bgpos496696 { background-position: 50% top , 100px top , right bottom }
bgpos496697 { background-position: bottom, 100px top , right bottom }
bgpos496698 { background-position: center , 100px top , right bottom }
bgpos496699 { background-position: center bottom , 100px top , right bottom }
bgpos496700 { background-position: center bottom 15% , 100px top , right bottom }
bgpos496701 { background-position: center bottom 15px , 100px top , right bottom }
bgpos496702 { background-position: center top , 100px top , right bottom }
bgpos496703 { background-position: center top 15% , 100px top , right bottom }
bgpos496704 { background-position: center top 15px , 100px top , right bottom }
bgpos496705 { background-position: center 10% , 100px top , right bottom }
bgpos496706 { background-position: center 100px , 100px top , right bottom }
bgpos496707 { background-position: center bottom , 100px top , right bottom }
bgpos496708 { background-position: center center , 100px top , right bottom }
bgpos496709 { background-position: center top , 100px top , right bottom }
bgpos496710 { background-position: left , 100px top , right bottom }
bgpos496711 { background-position: left 10% , 100px top , right bottom }
bgpos496712 { background-position: left 100px , 100px top , right bottom }
bgpos496713 { background-position: left bottom , 100px top , right bottom }
bgpos496714 { background-position: left center , 100px top , right bottom }
bgpos496715 { background-position: left top , 100px top , right bottom }
bgpos496716 { background-position: right , 100px top , right bottom }
bgpos496717 { background-position: right 10% , 100px top , right bottom }
bgpos496718 { background-position: right 100px , 100px top , right bottom }
bgpos496719 { background-position: right bottom , 100px top , right bottom }
bgpos496720 { background-position: right center , 100px top , right bottom }
bgpos496721 { background-position: right top , 100px top , right bottom }
bgpos496722 { background-position: top , 100px top , right bottom }
bgpos496723 { background-position: left bottom , 50% , right bottom }
bgpos496724 { background-position: left bottom 15% , 50% , right bottom }
bgpos496725 { background-position: left bottom 15px , 50% , right bottom }
bgpos496726 { background-position: left top , 50% , right bottom }
bgpos496727 { background-position: left top 15% , 50% , right bottom }
bgpos496728 { background-position: left top 15px , 50% , right bottom }
bgpos496729 { background-position: left 15% bottom , 50% , right bottom }
bgpos496730 { background-position: left 15% bottom 15% , 50% , right bottom }
bgpos496731 { background-position: left 15% bottom 15px , 50% , right bottom }
bgpos496732 { background-position: left 15% top , 50% , right bottom }
bgpos496733 { background-position: left 15% top 15% , 50% , right bottom }
bgpos496734 { background-position: left 15% top 15px , 50% , right bottom }
bgpos496735 { background-position: left 15% center , 50% , right bottom }
bgpos496736 { background-position: left 15px bottom , 50% , right bottom }
bgpos496737 { background-position: left 15px bottom 15% , 50% , right bottom }
bgpos496738 { background-position: left 15px bottom 15px , 50% , right bottom }
bgpos496739 { background-position: left 15px top , 50% , right bottom }
bgpos496740 { background-position: left 15px top 15% , 50% , right bottom }
bgpos496741 { background-position: left 15px top 15px , 50% , right bottom }
bgpos496742 { background-position: left 15px center , 50% , right bottom }
bgpos496743 { background-position: left center , 50% , right bottom }
bgpos496744 { background-position: right bottom , 50% , right bottom }
bgpos496745 { background-position: right bottom 15% , 50% , right bottom }
bgpos496746 { background-position: right bottom 15px , 50% , right bottom }
bgpos496747 { background-position: right top , 50% , right bottom }
bgpos496748 { background-position: right top 15% , 50% , right bottom }
bgpos496749 { background-position: right top 15px , 50% , right bottom }
bgpos496750 { background-position: right 15% bottom , 50% , right bottom }
bgpos496751 { background-position: right 15% bottom 15% , 50% , right bottom }
bgpos496752 { background-position: right 15% bottom 15px , 50% , right bottom }
bgpos496753 { background-position: right 15% top , 50% , right bottom }
bgpos496754 { background-position: right 15% top 15% , 50% , right bottom }
bgpos496755 { background-position: right 15% top 15px , 50% , right bottom }
bgpos496756 { background-position: right 15% center , 50% , right bottom }
bgpos496757 { background-position: right 15px bottom , 50% , right bottom }
bgpos496758 { background-position: right 15px bottom 15% , 50% , right bottom }
bgpos496759 { background-position: right 15px bottom 15px , 50% , right bottom }
bgpos496760 { background-position: right 15px top , 50% , right bottom }
bgpos496761 { background-position: right 15px top 15% , 50% , right bottom }
bgpos496762 { background-position: right 15px top 15px , 50% , right bottom }
bgpos496763 { background-position: right 15px center , 50% , right bottom }
bgpos496764 { background-position: right center , 50% , right bottom }
bgpos496765 { background-position: 100px , 50% , right bottom }
bgpos496766 { background-position: 100px 10% , 50% , right bottom }
bgpos496767 { background-position: 100px 100px , 50% , right bottom }
bgpos496768 { background-position: 100px bottom , 50% , right bottom }
bgpos496769 { background-position: 100px center , 50% , right bottom }
bgpos496770 { background-position: 100px top , 50% , right bottom }
bgpos496771 { background-position: 50% , 50% , right bottom }
bgpos496772 { background-position: 50% 10% , 50% , right bottom }
bgpos496773 { background-position: 50% 100px , 50% , right bottom }
bgpos496774 { background-position: 50% bottom , 50% , right bottom }
bgpos496775 { background-position: 50% center , 50% , right bottom }
bgpos496776 { background-position: 50% top , 50% , right bottom }
bgpos496777 { background-position: bottom, 50% , right bottom }
bgpos496778 { background-position: center , 50% , right bottom }
bgpos496779 { background-position: center bottom , 50% , right bottom }
bgpos496780 { background-position: center bottom 15% , 50% , right bottom }
bgpos496781 { background-position: center bottom 15px , 50% , right bottom }
bgpos496782 { background-position: center top , 50% , right bottom }
bgpos496783 { background-position: center top 15% , 50% , right bottom }
bgpos496784 { background-position: center top 15px , 50% , right bottom }
bgpos496785 { background-position: center 10% , 50% , right bottom }
bgpos496786 { background-position: center 100px , 50% , right bottom }
bgpos496787 { background-position: center bottom , 50% , right bottom }
bgpos496788 { background-position: center center , 50% , right bottom }
bgpos496789 { background-position: center top , 50% , right bottom }
bgpos496790 { background-position: left , 50% , right bottom }
bgpos496791 { background-position: left 10% , 50% , right bottom }
bgpos496792 { background-position: left 100px , 50% , right bottom }
bgpos496793 { background-position: left bottom , 50% , right bottom }
bgpos496794 { background-position: left center , 50% , right bottom }
bgpos496795 { background-position: left top , 50% , right bottom }
bgpos496796 { background-position: right , 50% , right bottom }
bgpos496797 { background-position: right 10% , 50% , right bottom }
bgpos496798 { background-position: right 100px , 50% , right bottom }
bgpos496799 { background-position: right bottom , 50% , right bottom }
bgpos496800 { background-position: right center , 50% , right bottom }
bgpos496801 { background-position: right top , 50% , right bottom }
bgpos496802 { background-position: top , 50% , right bottom }
bgpos496803 { background-position: left bottom , 50% 10% , right bottom }
bgpos496804 { background-position: left bottom 15% , 50% 10% , right bottom }
bgpos496805 { background-position: left bottom 15px , 50% 10% , right bottom }
bgpos496806 { background-position: left top , 50% 10% , right bottom }
bgpos496807 { background-position: left top 15% , 50% 10% , right bottom }
bgpos496808 { background-position: left top 15px , 50% 10% , right bottom }
bgpos496809 { background-position: left 15% bottom , 50% 10% , right bottom }
bgpos496810 { background-position: left 15% bottom 15% , 50% 10% , right bottom }
bgpos496811 { background-position: left 15% bottom 15px , 50% 10% , right bottom }
bgpos496812 { background-position: left 15% top , 50% 10% , right bottom }
bgpos496813 { background-position: left 15% top 15% , 50% 10% , right bottom }
bgpos496814 { background-position: left 15% top 15px , 50% 10% , right bottom }
bgpos496815 { background-position: left 15% center , 50% 10% , right bottom }
bgpos496816 { background-position: left 15px bottom , 50% 10% , right bottom }
bgpos496817 { background-position: left 15px bottom 15% , 50% 10% , right bottom }
bgpos496818 { background-position: left 15px bottom 15px , 50% 10% , right bottom }
bgpos496819 { background-position: left 15px top , 50% 10% , right bottom }
bgpos496820 { background-position: left 15px top 15% , 50% 10% , right bottom }
bgpos496821 { background-position: left 15px top 15px , 50% 10% , right bottom }
bgpos496822 { background-position: left 15px center , 50% 10% , right bottom }
bgpos496823 { background-position: left center , 50% 10% , right bottom }
bgpos496824 { background-position: right bottom , 50% 10% , right bottom }
bgpos496825 { background-position: right bottom 15% , 50% 10% , right bottom }
bgpos496826 { background-position: right bottom 15px , 50% 10% , right bottom }
bgpos496827 { background-position: right top , 50% 10% , right bottom }
bgpos496828 { background-position: right top 15% , 50% 10% , right bottom }
bgpos496829 { background-position: right top 15px , 50% 10% , right bottom }
bgpos496830 { background-position: right 15% bottom , 50% 10% , right bottom }
bgpos496831 { background-position: right 15% bottom 15% , 50% 10% , right bottom }
bgpos496832 { background-position: right 15% bottom 15px , 50% 10% , right bottom }
bgpos496833 { background-position: right 15% top , 50% 10% , right bottom }
bgpos496834 { background-position: right 15% top 15% , 50% 10% , right bottom }
bgpos496835 { background-position: right 15% top 15px , 50% 10% , right bottom }
bgpos496836 { background-position: right 15% center , 50% 10% , right bottom }
bgpos496837 { background-position: right 15px bottom , 50% 10% , right bottom }
bgpos496838 { background-position: right 15px bottom 15% , 50% 10% , right bottom }
bgpos496839 { background-position: right 15px bottom 15px , 50% 10% , right bottom }
bgpos496840 { background-position: right 15px top , 50% 10% , right bottom }
bgpos496841 { background-position: right 15px top 15% , 50% 10% , right bottom }
bgpos496842 { background-position: right 15px top 15px , 50% 10% , right bottom }
bgpos496843 { background-position: right 15px center , 50% 10% , right bottom }
bgpos496844 { background-position: right center , 50% 10% , right bottom }
bgpos496845 { background-position: 100px , 50% 10% , right bottom }
bgpos496846 { background-position: 100px 10% , 50% 10% , right bottom }
bgpos496847 { background-position: 100px 100px , 50% 10% , right bottom }
bgpos496848 { background-position: 100px bottom , 50% 10% , right bottom }
bgpos496849 { background-position: 100px center , 50% 10% , right bottom }
bgpos496850 { background-position: 100px top , 50% 10% , right bottom }
bgpos496851 { background-position: 50% , 50% 10% , right bottom }
bgpos496852 { background-position: 50% 10% , 50% 10% , right bottom }
bgpos496853 { background-position: 50% 100px , 50% 10% , right bottom }
bgpos496854 { background-position: 50% bottom , 50% 10% , right bottom }
bgpos496855 { background-position: 50% center , 50% 10% , right bottom }
bgpos496856 { background-position: 50% top , 50% 10% , right bottom }
bgpos496857 { background-position: bottom, 50% 10% , right bottom }
bgpos496858 { background-position: center , 50% 10% , right bottom }
bgpos496859 { background-position: center bottom , 50% 10% , right bottom }
bgpos496860 { background-position: center bottom 15% , 50% 10% , right bottom }
bgpos496861 { background-position: center bottom 15px , 50% 10% , right bottom }
bgpos496862 { background-position: center top , 50% 10% , right bottom }
bgpos496863 { background-position: center top 15% , 50% 10% , right bottom }
bgpos496864 { background-position: center top 15px , 50% 10% , right bottom }
bgpos496865 { background-position: center 10% , 50% 10% , right bottom }
bgpos496866 { background-position: center 100px , 50% 10% , right bottom }
bgpos496867 { background-position: center bottom , 50% 10% , right bottom }
bgpos496868 { background-position: center center , 50% 10% , right bottom }
bgpos496869 { background-position: center top , 50% 10% , right bottom }
bgpos496870 { background-position: left , 50% 10% , right bottom }
bgpos496871 { background-position: left 10% , 50% 10% , right bottom }
bgpos496872 { background-position: left 100px , 50% 10% , right bottom }
bgpos496873 { background-position: left bottom , 50% 10% , right bottom }
bgpos496874 { background-position: left center , 50% 10% , right bottom }
bgpos496875 { background-position: left top , 50% 10% , right bottom }
bgpos496876 { background-position: right , 50% 10% , right bottom }
bgpos496877 { background-position: right 10% , 50% 10% , right bottom }
bgpos496878 { background-position: right 100px , 50% 10% , right bottom }
bgpos496879 { background-position: right bottom , 50% 10% , right bottom }
bgpos496880 { background-position: right center , 50% 10% , right bottom }
bgpos496881 { background-position: right top , 50% 10% , right bottom }
bgpos496882 { background-position: top , 50% 10% , right bottom }
bgpos496883 { background-position: left bottom , 50% 100px , right bottom }
bgpos496884 { background-position: left bottom 15% , 50% 100px , right bottom }
bgpos496885 { background-position: left bottom 15px , 50% 100px , right bottom }
bgpos496886 { background-position: left top , 50% 100px , right bottom }
bgpos496887 { background-position: left top 15% , 50% 100px , right bottom }
bgpos496888 { background-position: left top 15px , 50% 100px , right bottom }
bgpos496889 { background-position: left 15% bottom , 50% 100px , right bottom }
bgpos496890 { background-position: left 15% bottom 15% , 50% 100px , right bottom }
bgpos496891 { background-position: left 15% bottom 15px , 50% 100px , right bottom }
bgpos496892 { background-position: left 15% top , 50% 100px , right bottom }
bgpos496893 { background-position: left 15% top 15% , 50% 100px , right bottom }
bgpos496894 { background-position: left 15% top 15px , 50% 100px , right bottom }
bgpos496895 { background-position: left 15% center , 50% 100px , right bottom }
bgpos496896 { background-position: left 15px bottom , 50% 100px , right bottom }
bgpos496897 { background-position: left 15px bottom 15% , 50% 100px , right bottom }
bgpos496898 { background-position: left 15px bottom 15px , 50% 100px , right bottom }
bgpos496899 { background-position: left 15px top , 50% 100px , right bottom }
bgpos496900 { background-position: left 15px top 15% , 50% 100px , right bottom }
bgpos496901 { background-position: left 15px top 15px , 50% 100px , right bottom }
bgpos496902 { background-position: left 15px center , 50% 100px , right bottom }
bgpos496903 { background-position: left center , 50% 100px , right bottom }
bgpos496904 { background-position: right bottom , 50% 100px , right bottom }
bgpos496905 { background-position: right bottom 15% , 50% 100px , right bottom }
bgpos496906 { background-position: right bottom 15px , 50% 100px , right bottom }
bgpos496907 { background-position: right top , 50% 100px , right bottom }
bgpos496908 { background-position: right top 15% , 50% 100px , right bottom }
bgpos496909 { background-position: right top 15px , 50% 100px , right bottom }
bgpos496910 { background-position: right 15% bottom , 50% 100px , right bottom }
bgpos496911 { background-position: right 15% bottom 15% , 50% 100px , right bottom }
bgpos496912 { background-position: right 15% bottom 15px , 50% 100px , right bottom }
bgpos496913 { background-position: right 15% top , 50% 100px , right bottom }
bgpos496914 { background-position: right 15% top 15% , 50% 100px , right bottom }
bgpos496915 { background-position: right 15% top 15px , 50% 100px , right bottom }
bgpos496916 { background-position: right 15% center , 50% 100px , right bottom }
bgpos496917 { background-position: right 15px bottom , 50% 100px , right bottom }
bgpos496918 { background-position: right 15px bottom 15% , 50% 100px , right bottom }
bgpos496919 { background-position: right 15px bottom 15px , 50% 100px , right bottom }
bgpos496920 { background-position: right 15px top , 50% 100px , right bottom }
bgpos496921 { background-position: right 15px top 15% , 50% 100px , right bottom }
bgpos496922 { background-position: right 15px top 15px , 50% 100px , right bottom }
bgpos496923 { background-position: right 15px center , 50% 100px , right bottom }
bgpos496924 { background-position: right center , 50% 100px , right bottom }
bgpos496925 { background-position: 100px , 50% 100px , right bottom }
bgpos496926 { background-position: 100px 10% , 50% 100px , right bottom }
bgpos496927 { background-position: 100px 100px , 50% 100px , right bottom }
bgpos496928 { background-position: 100px bottom , 50% 100px , right bottom }
bgpos496929 { background-position: 100px center , 50% 100px , right bottom }
bgpos496930 { background-position: 100px top , 50% 100px , right bottom }
bgpos496931 { background-position: 50% , 50% 100px , right bottom }
bgpos496932 { background-position: 50% 10% , 50% 100px , right bottom }
bgpos496933 { background-position: 50% 100px , 50% 100px , right bottom }
bgpos496934 { background-position: 50% bottom , 50% 100px , right bottom }
bgpos496935 { background-position: 50% center , 50% 100px , right bottom }
bgpos496936 { background-position: 50% top , 50% 100px , right bottom }
bgpos496937 { background-position: bottom, 50% 100px , right bottom }
bgpos496938 { background-position: center , 50% 100px , right bottom }
bgpos496939 { background-position: center bottom , 50% 100px , right bottom }
bgpos496940 { background-position: center bottom 15% , 50% 100px , right bottom }
bgpos496941 { background-position: center bottom 15px , 50% 100px , right bottom }
bgpos496942 { background-position: center top , 50% 100px , right bottom }
bgpos496943 { background-position: center top 15% , 50% 100px , right bottom }
bgpos496944 { background-position: center top 15px , 50% 100px , right bottom }
bgpos496945 { background-position: center 10% , 50% 100px , right bottom }
bgpos496946 { background-position: center 100px , 50% 100px , right bottom }
bgpos496947 { background-position: center bottom , 50% 100px , right bottom }
bgpos496948 { background-position: center center , 50% 100px , right bottom }
bgpos496949 { background-position: center top , 50% 100px , right bottom }
bgpos496950 { background-position: left , 50% 100px , right bottom }
bgpos496951 { background-position: left 10% , 50% 100px , right bottom }
bgpos496952 { background-position: left 100px , 50% 100px , right bottom }
bgpos496953 { background-position: left bottom , 50% 100px , right bottom }
bgpos496954 { background-position: left center , 50% 100px , right bottom }
bgpos496955 { background-position: left top , 50% 100px , right bottom }
bgpos496956 { background-position: right , 50% 100px , right bottom }
bgpos496957 { background-position: right 10% , 50% 100px , right bottom }
bgpos496958 { background-position: right 100px , 50% 100px , right bottom }
bgpos496959 { background-position: right bottom , 50% 100px , right bottom }
bgpos496960 { background-position: right center , 50% 100px , right bottom }
bgpos496961 { background-position: right top , 50% 100px , right bottom }
bgpos496962 { background-position: top , 50% 100px , right bottom }
bgpos496963 { background-position: left bottom , 50% bottom , right bottom }
bgpos496964 { background-position: left bottom 15% , 50% bottom , right bottom }
bgpos496965 { background-position: left bottom 15px , 50% bottom , right bottom }
bgpos496966 { background-position: left top , 50% bottom , right bottom }
bgpos496967 { background-position: left top 15% , 50% bottom , right bottom }
bgpos496968 { background-position: left top 15px , 50% bottom , right bottom }
bgpos496969 { background-position: left 15% bottom , 50% bottom , right bottom }
bgpos496970 { background-position: left 15% bottom 15% , 50% bottom , right bottom }
bgpos496971 { background-position: left 15% bottom 15px , 50% bottom , right bottom }
bgpos496972 { background-position: left 15% top , 50% bottom , right bottom }
bgpos496973 { background-position: left 15% top 15% , 50% bottom , right bottom }
bgpos496974 { background-position: left 15% top 15px , 50% bottom , right bottom }
bgpos496975 { background-position: left 15% center , 50% bottom , right bottom }
bgpos496976 { background-position: left 15px bottom , 50% bottom , right bottom }
bgpos496977 { background-position: left 15px bottom 15% , 50% bottom , right bottom }
bgpos496978 { background-position: left 15px bottom 15px , 50% bottom , right bottom }
bgpos496979 { background-position: left 15px top , 50% bottom , right bottom }
bgpos496980 { background-position: left 15px top 15% , 50% bottom , right bottom }
bgpos496981 { background-position: left 15px top 15px , 50% bottom , right bottom }
bgpos496982 { background-position: left 15px center , 50% bottom , right bottom }
bgpos496983 { background-position: left center , 50% bottom , right bottom }
bgpos496984 { background-position: right bottom , 50% bottom , right bottom }
bgpos496985 { background-position: right bottom 15% , 50% bottom , right bottom }
bgpos496986 { background-position: right bottom 15px , 50% bottom , right bottom }
bgpos496987 { background-position: right top , 50% bottom , right bottom }
bgpos496988 { background-position: right top 15% , 50% bottom , right bottom }
bgpos496989 { background-position: right top 15px , 50% bottom , right bottom }
bgpos496990 { background-position: right 15% bottom , 50% bottom , right bottom }
bgpos496991 { background-position: right 15% bottom 15% , 50% bottom , right bottom }
bgpos496992 { background-position: right 15% bottom 15px , 50% bottom , right bottom }
bgpos496993 { background-position: right 15% top , 50% bottom , right bottom }
bgpos496994 { background-position: right 15% top 15% , 50% bottom , right bottom }
bgpos496995 { background-position: right 15% top 15px , 50% bottom , right bottom }
bgpos496996 { background-position: right 15% center , 50% bottom , right bottom }
bgpos496997 { background-position: right 15px bottom , 50% bottom , right bottom }
bgpos496998 { background-position: right 15px bottom 15% , 50% bottom , right bottom }
bgpos496999 { background-position: right 15px bottom 15px , 50% bottom , right bottom }
bgpos497000 { background-position: right 15px top , 50% bottom , right bottom }
bgpos497001 { background-position: right 15px top 15% , 50% bottom , right bottom }
bgpos497002 { background-position: right 15px top 15px , 50% bottom , right bottom }
bgpos497003 { background-position: right 15px center , 50% bottom , right bottom }
bgpos497004 { background-position: right center , 50% bottom , right bottom }
bgpos497005 { background-position: 100px , 50% bottom , right bottom }
bgpos497006 { background-position: 100px 10% , 50% bottom , right bottom }
bgpos497007 { background-position: 100px 100px , 50% bottom , right bottom }
bgpos497008 { background-position: 100px bottom , 50% bottom , right bottom }
bgpos497009 { background-position: 100px center , 50% bottom , right bottom }
bgpos497010 { background-position: 100px top , 50% bottom , right bottom }
bgpos497011 { background-position: 50% , 50% bottom , right bottom }
bgpos497012 { background-position: 50% 10% , 50% bottom , right bottom }
bgpos497013 { background-position: 50% 100px , 50% bottom , right bottom }
bgpos497014 { background-position: 50% bottom , 50% bottom , right bottom }
bgpos497015 { background-position: 50% center , 50% bottom , right bottom }
bgpos497016 { background-position: 50% top , 50% bottom , right bottom }
bgpos497017 { background-position: bottom, 50% bottom , right bottom }
bgpos497018 { background-position: center , 50% bottom , right bottom }
bgpos497019 { background-position: center bottom , 50% bottom , right bottom }
bgpos497020 { background-position: center bottom 15% , 50% bottom , right bottom }
bgpos497021 { background-position: center bottom 15px , 50% bottom , right bottom }
bgpos497022 { background-position: center top , 50% bottom , right bottom }
bgpos497023 { background-position: center top 15% , 50% bottom , right bottom }
bgpos497024 { background-position: center top 15px , 50% bottom , right bottom }
bgpos497025 { background-position: center 10% , 50% bottom , right bottom }
bgpos497026 { background-position: center 100px , 50% bottom , right bottom }
bgpos497027 { background-position: center bottom , 50% bottom , right bottom }
bgpos497028 { background-position: center center , 50% bottom , right bottom }
bgpos497029 { background-position: center top , 50% bottom , right bottom }
bgpos497030 { background-position: left , 50% bottom , right bottom }
bgpos497031 { background-position: left 10% , 50% bottom , right bottom }
bgpos497032 { background-position: left 100px , 50% bottom , right bottom }
bgpos497033 { background-position: left bottom , 50% bottom , right bottom }
bgpos497034 { background-position: left center , 50% bottom , right bottom }
bgpos497035 { background-position: left top , 50% bottom , right bottom }
bgpos497036 { background-position: right , 50% bottom , right bottom }
bgpos497037 { background-position: right 10% , 50% bottom , right bottom }
bgpos497038 { background-position: right 100px , 50% bottom , right bottom }
bgpos497039 { background-position: right bottom , 50% bottom , right bottom }
bgpos497040 { background-position: right center , 50% bottom , right bottom }
bgpos497041 { background-position: right top , 50% bottom , right bottom }
bgpos497042 { background-position: top , 50% bottom , right bottom }
bgpos497043 { background-position: left bottom , 50% center , right bottom }
bgpos497044 { background-position: left bottom 15% , 50% center , right bottom }
bgpos497045 { background-position: left bottom 15px , 50% center , right bottom }
bgpos497046 { background-position: left top , 50% center , right bottom }
bgpos497047 { background-position: left top 15% , 50% center , right bottom }
bgpos497048 { background-position: left top 15px , 50% center , right bottom }
bgpos497049 { background-position: left 15% bottom , 50% center , right bottom }
bgpos497050 { background-position: left 15% bottom 15% , 50% center , right bottom }
bgpos497051 { background-position: left 15% bottom 15px , 50% center , right bottom }
bgpos497052 { background-position: left 15% top , 50% center , right bottom }
bgpos497053 { background-position: left 15% top 15% , 50% center , right bottom }
bgpos497054 { background-position: left 15% top 15px , 50% center , right bottom }
bgpos497055 { background-position: left 15% center , 50% center , right bottom }
bgpos497056 { background-position: left 15px bottom , 50% center , right bottom }
bgpos497057 { background-position: left 15px bottom 15% , 50% center , right bottom }
bgpos497058 { background-position: left 15px bottom 15px , 50% center , right bottom }
bgpos497059 { background-position: left 15px top , 50% center , right bottom }
bgpos497060 { background-position: left 15px top 15% , 50% center , right bottom }
bgpos497061 { background-position: left 15px top 15px , 50% center , right bottom }
bgpos497062 { background-position: left 15px center , 50% center , right bottom }
bgpos497063 { background-position: left center , 50% center , right bottom }
bgpos497064 { background-position: right bottom , 50% center , right bottom }
bgpos497065 { background-position: right bottom 15% , 50% center , right bottom }
bgpos497066 { background-position: right bottom 15px , 50% center , right bottom }
bgpos497067 { background-position: right top , 50% center , right bottom }
bgpos497068 { background-position: right top 15% , 50% center , right bottom }
bgpos497069 { background-position: right top 15px , 50% center , right bottom }
bgpos497070 { background-position: right 15% bottom , 50% center , right bottom }
bgpos497071 { background-position: right 15% bottom 15% , 50% center , right bottom }
bgpos497072 { background-position: right 15% bottom 15px , 50% center , right bottom }
bgpos497073 { background-position: right 15% top , 50% center , right bottom }
bgpos497074 { background-position: right 15% top 15% , 50% center , right bottom }
bgpos497075 { background-position: right 15% top 15px , 50% center , right bottom }
bgpos497076 { background-position: right 15% center , 50% center , right bottom }
bgpos497077 { background-position: right 15px bottom , 50% center , right bottom }
bgpos497078 { background-position: right 15px bottom 15% , 50% center , right bottom }
bgpos497079 { background-position: right 15px bottom 15px , 50% center , right bottom }
bgpos497080 { background-position: right 15px top , 50% center , right bottom }
bgpos497081 { background-position: right 15px top 15% , 50% center , right bottom }
bgpos497082 { background-position: right 15px top 15px , 50% center , right bottom }
bgpos497083 { background-position: right 15px center , 50% center , right bottom }
bgpos497084 { background-position: right center , 50% center , right bottom }
bgpos497085 { background-position: 100px , 50% center , right bottom }
bgpos497086 { background-position: 100px 10% , 50% center , right bottom }
bgpos497087 { background-position: 100px 100px , 50% center , right bottom }
bgpos497088 { background-position: 100px bottom , 50% center , right bottom }
bgpos497089 { background-position: 100px center , 50% center , right bottom }
bgpos497090 { background-position: 100px top , 50% center , right bottom }
bgpos497091 { background-position: 50% , 50% center , right bottom }
bgpos497092 { background-position: 50% 10% , 50% center , right bottom }
bgpos497093 { background-position: 50% 100px , 50% center , right bottom }
bgpos497094 { background-position: 50% bottom , 50% center , right bottom }
bgpos497095 { background-position: 50% center , 50% center , right bottom }
bgpos497096 { background-position: 50% top , 50% center , right bottom }
bgpos497097 { background-position: bottom, 50% center , right bottom }
bgpos497098 { background-position: center , 50% center , right bottom }
bgpos497099 { background-position: center bottom , 50% center , right bottom }
bgpos497100 { background-position: center bottom 15% , 50% center , right bottom }
bgpos497101 { background-position: center bottom 15px , 50% center , right bottom }
bgpos497102 { background-position: center top , 50% center , right bottom }
bgpos497103 { background-position: center top 15% , 50% center , right bottom }
bgpos497104 { background-position: center top 15px , 50% center , right bottom }
bgpos497105 { background-position: center 10% , 50% center , right bottom }
bgpos497106 { background-position: center 100px , 50% center , right bottom }
bgpos497107 { background-position: center bottom , 50% center , right bottom }
bgpos497108 { background-position: center center , 50% center , right bottom }
bgpos497109 { background-position: center top , 50% center , right bottom }
bgpos497110 { background-position: left , 50% center , right bottom }
bgpos497111 { background-position: left 10% , 50% center , right bottom }
bgpos497112 { background-position: left 100px , 50% center , right bottom }
bgpos497113 { background-position: left bottom , 50% center , right bottom }
bgpos497114 { background-position: left center , 50% center , right bottom }
bgpos497115 { background-position: left top , 50% center , right bottom }
bgpos497116 { background-position: right , 50% center , right bottom }
bgpos497117 { background-position: right 10% , 50% center , right bottom }
bgpos497118 { background-position: right 100px , 50% center , right bottom }
bgpos497119 { background-position: right bottom , 50% center , right bottom }
bgpos497120 { background-position: right center , 50% center , right bottom }
bgpos497121 { background-position: right top , 50% center , right bottom }
bgpos497122 { background-position: top , 50% center , right bottom }
bgpos497123 { background-position: left bottom , 50% top , right bottom }
bgpos497124 { background-position: left bottom 15% , 50% top , right bottom }
bgpos497125 { background-position: left bottom 15px , 50% top , right bottom }
bgpos497126 { background-position: left top , 50% top , right bottom }
bgpos497127 { background-position: left top 15% , 50% top , right bottom }
bgpos497128 { background-position: left top 15px , 50% top , right bottom }
bgpos497129 { background-position: left 15% bottom , 50% top , right bottom }
bgpos497130 { background-position: left 15% bottom 15% , 50% top , right bottom }
bgpos497131 { background-position: left 15% bottom 15px , 50% top , right bottom }
bgpos497132 { background-position: left 15% top , 50% top , right bottom }
bgpos497133 { background-position: left 15% top 15% , 50% top , right bottom }
bgpos497134 { background-position: left 15% top 15px , 50% top , right bottom }
bgpos497135 { background-position: left 15% center , 50% top , right bottom }
bgpos497136 { background-position: left 15px bottom , 50% top , right bottom }
bgpos497137 { background-position: left 15px bottom 15% , 50% top , right bottom }
bgpos497138 { background-position: left 15px bottom 15px , 50% top , right bottom }
bgpos497139 { background-position: left 15px top , 50% top , right bottom }
bgpos497140 { background-position: left 15px top 15% , 50% top , right bottom }
bgpos497141 { background-position: left 15px top 15px , 50% top , right bottom }
bgpos497142 { background-position: left 15px center , 50% top , right bottom }
bgpos497143 { background-position: left center , 50% top , right bottom }
bgpos497144 { background-position: right bottom , 50% top , right bottom }
bgpos497145 { background-position: right bottom 15% , 50% top , right bottom }
bgpos497146 { background-position: right bottom 15px , 50% top , right bottom }
bgpos497147 { background-position: right top , 50% top , right bottom }
bgpos497148 { background-position: right top 15% , 50% top , right bottom }
bgpos497149 { background-position: right top 15px , 50% top , right bottom }
bgpos497150 { background-position: right 15% bottom , 50% top , right bottom }
bgpos497151 { background-position: right 15% bottom 15% , 50% top , right bottom }
bgpos497152 { background-position: right 15% bottom 15px , 50% top , right bottom }
bgpos497153 { background-position: right 15% top , 50% top , right bottom }
bgpos497154 { background-position: right 15% top 15% , 50% top , right bottom }
bgpos497155 { background-position: right 15% top 15px , 50% top , right bottom }
bgpos497156 { background-position: right 15% center , 50% top , right bottom }
bgpos497157 { background-position: right 15px bottom , 50% top , right bottom }
bgpos497158 { background-position: right 15px bottom 15% , 50% top , right bottom }
bgpos497159 { background-position: right 15px bottom 15px , 50% top , right bottom }
bgpos497160 { background-position: right 15px top , 50% top , right bottom }
bgpos497161 { background-position: right 15px top 15% , 50% top , right bottom }
bgpos497162 { background-position: right 15px top 15px , 50% top , right bottom }
bgpos497163 { background-position: right 15px center , 50% top , right bottom }
bgpos497164 { background-position: right center , 50% top , right bottom }
bgpos497165 { background-position: 100px , 50% top , right bottom }
bgpos497166 { background-position: 100px 10% , 50% top , right bottom }
bgpos497167 { background-position: 100px 100px , 50% top , right bottom }
bgpos497168 { background-position: 100px bottom , 50% top , right bottom }
bgpos497169 { background-position: 100px center , 50% top , right bottom }
bgpos497170 { background-position: 100px top , 50% top , right bottom }
bgpos497171 { background-position: 50% , 50% top , right bottom }
bgpos497172 { background-position: 50% 10% , 50% top , right bottom }
bgpos497173 { background-position: 50% 100px , 50% top , right bottom }
bgpos497174 { background-position: 50% bottom , 50% top , right bottom }
bgpos497175 { background-position: 50% center , 50% top , right bottom }
bgpos497176 { background-position: 50% top , 50% top , right bottom }
bgpos497177 { background-position: bottom, 50% top , right bottom }
bgpos497178 { background-position: center , 50% top , right bottom }
bgpos497179 { background-position: center bottom , 50% top , right bottom }
bgpos497180 { background-position: center bottom 15% , 50% top , right bottom }
bgpos497181 { background-position: center bottom 15px , 50% top , right bottom }
bgpos497182 { background-position: center top , 50% top , right bottom }
bgpos497183 { background-position: center top 15% , 50% top , right bottom }
bgpos497184 { background-position: center top 15px , 50% top , right bottom }
bgpos497185 { background-position: center 10% , 50% top , right bottom }
bgpos497186 { background-position: center 100px , 50% top , right bottom }
bgpos497187 { background-position: center bottom , 50% top , right bottom }
bgpos497188 { background-position: center center , 50% top , right bottom }
bgpos497189 { background-position: center top , 50% top , right bottom }
bgpos497190 { background-position: left , 50% top , right bottom }
bgpos497191 { background-position: left 10% , 50% top , right bottom }
bgpos497192 { background-position: left 100px , 50% top , right bottom }
bgpos497193 { background-position: left bottom , 50% top , right bottom }
bgpos497194 { background-position: left center , 50% top , right bottom }
bgpos497195 { background-position: left top , 50% top , right bottom }
bgpos497196 { background-position: right , 50% top , right bottom }
bgpos497197 { background-position: right 10% , 50% top , right bottom }
bgpos497198 { background-position: right 100px , 50% top , right bottom }
bgpos497199 { background-position: right bottom , 50% top , right bottom }
bgpos497200 { background-position: right center , 50% top , right bottom }
bgpos497201 { background-position: right top , 50% top , right bottom }
bgpos497202 { background-position: top , 50% top , right bottom }
bgpos497203 { background-position: left bottom , bottom, right bottom }
bgpos497204 { background-position: left bottom 15% , bottom, right bottom }
bgpos497205 { background-position: left bottom 15px , bottom, right bottom }
bgpos497206 { background-position: left top , bottom, right bottom }
bgpos497207 { background-position: left top 15% , bottom, right bottom }
bgpos497208 { background-position: left top 15px , bottom, right bottom }
bgpos497209 { background-position: left 15% bottom , bottom, right bottom }
bgpos497210 { background-position: left 15% bottom 15% , bottom, right bottom }
bgpos497211 { background-position: left 15% bottom 15px , bottom, right bottom }
bgpos497212 { background-position: left 15% top , bottom, right bottom }
bgpos497213 { background-position: left 15% top 15% , bottom, right bottom }
bgpos497214 { background-position: left 15% top 15px , bottom, right bottom }
bgpos497215 { background-position: left 15% center , bottom, right bottom }
bgpos497216 { background-position: left 15px bottom , bottom, right bottom }
bgpos497217 { background-position: left 15px bottom 15% , bottom, right bottom }
bgpos497218 { background-position: left 15px bottom 15px , bottom, right bottom }
bgpos497219 { background-position: left 15px top , bottom, right bottom }
bgpos497220 { background-position: left 15px top 15% , bottom, right bottom }
bgpos497221 { background-position: left 15px top 15px , bottom, right bottom }
bgpos497222 { background-position: left 15px center , bottom, right bottom }
bgpos497223 { background-position: left center , bottom, right bottom }
bgpos497224 { background-position: right bottom , bottom, right bottom }
bgpos497225 { background-position: right bottom 15% , bottom, right bottom }
bgpos497226 { background-position: right bottom 15px , bottom, right bottom }
bgpos497227 { background-position: right top , bottom, right bottom }
bgpos497228 { background-position: right top 15% , bottom, right bottom }
bgpos497229 { background-position: right top 15px , bottom, right bottom }
bgpos497230 { background-position: right 15% bottom , bottom, right bottom }
bgpos497231 { background-position: right 15% bottom 15% , bottom, right bottom }
bgpos497232 { background-position: right 15% bottom 15px , bottom, right bottom }
bgpos497233 { background-position: right 15% top , bottom, right bottom }
bgpos497234 { background-position: right 15% top 15% , bottom, right bottom }
bgpos497235 { background-position: right 15% top 15px , bottom, right bottom }
bgpos497236 { background-position: right 15% center , bottom, right bottom }
bgpos497237 { background-position: right 15px bottom , bottom, right bottom }
bgpos497238 { background-position: right 15px bottom 15% , bottom, right bottom }
bgpos497239 { background-position: right 15px bottom 15px , bottom, right bottom }
bgpos497240 { background-position: right 15px top , bottom, right bottom }
bgpos497241 { background-position: right 15px top 15% , bottom, right bottom }
bgpos497242 { background-position: right 15px top 15px , bottom, right bottom }
bgpos497243 { background-position: right 15px center , bottom, right bottom }
bgpos497244 { background-position: right center , bottom, right bottom }
bgpos497245 { background-position: 100px , bottom, right bottom }
bgpos497246 { background-position: 100px 10% , bottom, right bottom }
bgpos497247 { background-position: 100px 100px , bottom, right bottom }
bgpos497248 { background-position: 100px bottom , bottom, right bottom }
bgpos497249 { background-position: 100px center , bottom, right bottom }
bgpos497250 { background-position: 100px top , bottom, right bottom }
bgpos497251 { background-position: 50% , bottom, right bottom }
bgpos497252 { background-position: 50% 10% , bottom, right bottom }
bgpos497253 { background-position: 50% 100px , bottom, right bottom }
bgpos497254 { background-position: 50% bottom , bottom, right bottom }
bgpos497255 { background-position: 50% center , bottom, right bottom }
bgpos497256 { background-position: 50% top , bottom, right bottom }
bgpos497257 { background-position: bottom, bottom, right bottom }
bgpos497258 { background-position: center , bottom, right bottom }
bgpos497259 { background-position: center bottom , bottom, right bottom }
bgpos497260 { background-position: center bottom 15% , bottom, right bottom }
bgpos497261 { background-position: center bottom 15px , bottom, right bottom }
bgpos497262 { background-position: center top , bottom, right bottom }
bgpos497263 { background-position: center top 15% , bottom, right bottom }
bgpos497264 { background-position: center top 15px , bottom, right bottom }
bgpos497265 { background-position: center 10% , bottom, right bottom }
bgpos497266 { background-position: center 100px , bottom, right bottom }
bgpos497267 { background-position: center bottom , bottom, right bottom }
bgpos497268 { background-position: center center , bottom, right bottom }
bgpos497269 { background-position: center top , bottom, right bottom }
bgpos497270 { background-position: left , bottom, right bottom }
bgpos497271 { background-position: left 10% , bottom, right bottom }
bgpos497272 { background-position: left 100px , bottom, right bottom }
bgpos497273 { background-position: left bottom , bottom, right bottom }
bgpos497274 { background-position: left center , bottom, right bottom }
bgpos497275 { background-position: left top , bottom, right bottom }
bgpos497276 { background-position: right , bottom, right bottom }
bgpos497277 { background-position: right 10% , bottom, right bottom }
bgpos497278 { background-position: right 100px , bottom, right bottom }
bgpos497279 { background-position: right bottom , bottom, right bottom }
bgpos497280 { background-position: right center , bottom, right bottom }
bgpos497281 { background-position: right top , bottom, right bottom }
bgpos497282 { background-position: top , bottom, right bottom }
bgpos497283 { background-position: left bottom , center , right bottom }
bgpos497284 { background-position: left bottom 15% , center , right bottom }
bgpos497285 { background-position: left bottom 15px , center , right bottom }
bgpos497286 { background-position: left top , center , right bottom }
bgpos497287 { background-position: left top 15% , center , right bottom }
bgpos497288 { background-position: left top 15px , center , right bottom }
bgpos497289 { background-position: left 15% bottom , center , right bottom }
bgpos497290 { background-position: left 15% bottom 15% , center , right bottom }
bgpos497291 { background-position: left 15% bottom 15px , center , right bottom }
bgpos497292 { background-position: left 15% top , center , right bottom }
bgpos497293 { background-position: left 15% top 15% , center , right bottom }
bgpos497294 { background-position: left 15% top 15px , center , right bottom }
bgpos497295 { background-position: left 15% center , center , right bottom }
bgpos497296 { background-position: left 15px bottom , center , right bottom }
bgpos497297 { background-position: left 15px bottom 15% , center , right bottom }
bgpos497298 { background-position: left 15px bottom 15px , center , right bottom }
bgpos497299 { background-position: left 15px top , center , right bottom }
bgpos497300 { background-position: left 15px top 15% , center , right bottom }
bgpos497301 { background-position: left 15px top 15px , center , right bottom }
bgpos497302 { background-position: left 15px center , center , right bottom }
bgpos497303 { background-position: left center , center , right bottom }
bgpos497304 { background-position: right bottom , center , right bottom }
bgpos497305 { background-position: right bottom 15% , center , right bottom }
bgpos497306 { background-position: right bottom 15px , center , right bottom }
bgpos497307 { background-position: right top , center , right bottom }
bgpos497308 { background-position: right top 15% , center , right bottom }
bgpos497309 { background-position: right top 15px , center , right bottom }
bgpos497310 { background-position: right 15% bottom , center , right bottom }
bgpos497311 { background-position: right 15% bottom 15% , center , right bottom }
bgpos497312 { background-position: right 15% bottom 15px , center , right bottom }
bgpos497313 { background-position: right 15% top , center , right bottom }
bgpos497314 { background-position: right 15% top 15% , center , right bottom }
bgpos497315 { background-position: right 15% top 15px , center , right bottom }
bgpos497316 { background-position: right 15% center , center , right bottom }
bgpos497317 { background-position: right 15px bottom , center , right bottom }
bgpos497318 { background-position: right 15px bottom 15% , center , right bottom }
bgpos497319 { background-position: right 15px bottom 15px , center , right bottom }
bgpos497320 { background-position: right 15px top , center , right bottom }
bgpos497321 { background-position: right 15px top 15% , center , right bottom }
bgpos497322 { background-position: right 15px top 15px , center , right bottom }
bgpos497323 { background-position: right 15px center , center , right bottom }
bgpos497324 { background-position: right center , center , right bottom }
bgpos497325 { background-position: 100px , center , right bottom }
bgpos497326 { background-position: 100px 10% , center , right bottom }
bgpos497327 { background-position: 100px 100px , center , right bottom }
bgpos497328 { background-position: 100px bottom , center , right bottom }
bgpos497329 { background-position: 100px center , center , right bottom }
bgpos497330 { background-position: 100px top , center , right bottom }
bgpos497331 { background-position: 50% , center , right bottom }
bgpos497332 { background-position: 50% 10% , center , right bottom }
bgpos497333 { background-position: 50% 100px , center , right bottom }
bgpos497334 { background-position: 50% bottom , center , right bottom }
bgpos497335 { background-position: 50% center , center , right bottom }
bgpos497336 { background-position: 50% top , center , right bottom }
bgpos497337 { background-position: bottom, center , right bottom }
bgpos497338 { background-position: center , center , right bottom }
bgpos497339 { background-position: center bottom , center , right bottom }
bgpos497340 { background-position: center bottom 15% , center , right bottom }
bgpos497341 { background-position: center bottom 15px , center , right bottom }
bgpos497342 { background-position: center top , center , right bottom }
bgpos497343 { background-position: center top 15% , center , right bottom }
bgpos497344 { background-position: center top 15px , center , right bottom }
bgpos497345 { background-position: center 10% , center , right bottom }
bgpos497346 { background-position: center 100px , center , right bottom }
bgpos497347 { background-position: center bottom , center , right bottom }
bgpos497348 { background-position: center center , center , right bottom }
bgpos497349 { background-position: center top , center , right bottom }
bgpos497350 { background-position: left , center , right bottom }
bgpos497351 { background-position: left 10% , center , right bottom }
bgpos497352 { background-position: left 100px , center , right bottom }
bgpos497353 { background-position: left bottom , center , right bottom }
bgpos497354 { background-position: left center , center , right bottom }
bgpos497355 { background-position: left top , center , right bottom }
bgpos497356 { background-position: right , center , right bottom }
bgpos497357 { background-position: right 10% , center , right bottom }
bgpos497358 { background-position: right 100px , center , right bottom }
bgpos497359 { background-position: right bottom , center , right bottom }
bgpos497360 { background-position: right center , center , right bottom }
bgpos497361 { background-position: right top , center , right bottom }
bgpos497362 { background-position: top , center , right bottom }
bgpos497363 { background-position: left bottom , center bottom , right bottom }
bgpos497364 { background-position: left bottom 15% , center bottom , right bottom }
bgpos497365 { background-position: left bottom 15px , center bottom , right bottom }
bgpos497366 { background-position: left top , center bottom , right bottom }
bgpos497367 { background-position: left top 15% , center bottom , right bottom }
bgpos497368 { background-position: left top 15px , center bottom , right bottom }
bgpos497369 { background-position: left 15% bottom , center bottom , right bottom }
bgpos497370 { background-position: left 15% bottom 15% , center bottom , right bottom }
bgpos497371 { background-position: left 15% bottom 15px , center bottom , right bottom }
bgpos497372 { background-position: left 15% top , center bottom , right bottom }
bgpos497373 { background-position: left 15% top 15% , center bottom , right bottom }
bgpos497374 { background-position: left 15% top 15px , center bottom , right bottom }
bgpos497375 { background-position: left 15% center , center bottom , right bottom }
bgpos497376 { background-position: left 15px bottom , center bottom , right bottom }
bgpos497377 { background-position: left 15px bottom 15% , center bottom , right bottom }
bgpos497378 { background-position: left 15px bottom 15px , center bottom , right bottom }
bgpos497379 { background-position: left 15px top , center bottom , right bottom }
bgpos497380 { background-position: left 15px top 15% , center bottom , right bottom }
bgpos497381 { background-position: left 15px top 15px , center bottom , right bottom }
bgpos497382 { background-position: left 15px center , center bottom , right bottom }
bgpos497383 { background-position: left center , center bottom , right bottom }
bgpos497384 { background-position: right bottom , center bottom , right bottom }
bgpos497385 { background-position: right bottom 15% , center bottom , right bottom }
bgpos497386 { background-position: right bottom 15px , center bottom , right bottom }
bgpos497387 { background-position: right top , center bottom , right bottom }
bgpos497388 { background-position: right top 15% , center bottom , right bottom }
bgpos497389 { background-position: right top 15px , center bottom , right bottom }
bgpos497390 { background-position: right 15% bottom , center bottom , right bottom }
bgpos497391 { background-position: right 15% bottom 15% , center bottom , right bottom }
bgpos497392 { background-position: right 15% bottom 15px , center bottom , right bottom }
bgpos497393 { background-position: right 15% top , center bottom , right bottom }
bgpos497394 { background-position: right 15% top 15% , center bottom , right bottom }
bgpos497395 { background-position: right 15% top 15px , center bottom , right bottom }
bgpos497396 { background-position: right 15% center , center bottom , right bottom }
bgpos497397 { background-position: right 15px bottom , center bottom , right bottom }
bgpos497398 { background-position: right 15px bottom 15% , center bottom , right bottom }
bgpos497399 { background-position: right 15px bottom 15px , center bottom , right bottom }
bgpos497400 { background-position: right 15px top , center bottom , right bottom }
bgpos497401 { background-position: right 15px top 15% , center bottom , right bottom }
bgpos497402 { background-position: right 15px top 15px , center bottom , right bottom }
bgpos497403 { background-position: right 15px center , center bottom , right bottom }
bgpos497404 { background-position: right center , center bottom , right bottom }
bgpos497405 { background-position: 100px , center bottom , right bottom }
bgpos497406 { background-position: 100px 10% , center bottom , right bottom }
bgpos497407 { background-position: 100px 100px , center bottom , right bottom }
bgpos497408 { background-position: 100px bottom , center bottom , right bottom }
bgpos497409 { background-position: 100px center , center bottom , right bottom }
bgpos497410 { background-position: 100px top , center bottom , right bottom }
bgpos497411 { background-position: 50% , center bottom , right bottom }
bgpos497412 { background-position: 50% 10% , center bottom , right bottom }
bgpos497413 { background-position: 50% 100px , center bottom , right bottom }
bgpos497414 { background-position: 50% bottom , center bottom , right bottom }
bgpos497415 { background-position: 50% center , center bottom , right bottom }
bgpos497416 { background-position: 50% top , center bottom , right bottom }
bgpos497417 { background-position: bottom, center bottom , right bottom }
bgpos497418 { background-position: center , center bottom , right bottom }
bgpos497419 { background-position: center bottom , center bottom , right bottom }
bgpos497420 { background-position: center bottom 15% , center bottom , right bottom }
bgpos497421 { background-position: center bottom 15px , center bottom , right bottom }
bgpos497422 { background-position: center top , center bottom , right bottom }
bgpos497423 { background-position: center top 15% , center bottom , right bottom }
bgpos497424 { background-position: center top 15px , center bottom , right bottom }
bgpos497425 { background-position: center 10% , center bottom , right bottom }
bgpos497426 { background-position: center 100px , center bottom , right bottom }
bgpos497427 { background-position: center bottom , center bottom , right bottom }
bgpos497428 { background-position: center center , center bottom , right bottom }
bgpos497429 { background-position: center top , center bottom , right bottom }
bgpos497430 { background-position: left , center bottom , right bottom }
bgpos497431 { background-position: left 10% , center bottom , right bottom }
bgpos497432 { background-position: left 100px , center bottom , right bottom }
bgpos497433 { background-position: left bottom , center bottom , right bottom }
bgpos497434 { background-position: left center , center bottom , right bottom }
bgpos497435 { background-position: left top , center bottom , right bottom }
bgpos497436 { background-position: right , center bottom , right bottom }
bgpos497437 { background-position: right 10% , center bottom , right bottom }
bgpos497438 { background-position: right 100px , center bottom , right bottom }
bgpos497439 { background-position: right bottom , center bottom , right bottom }
bgpos497440 { background-position: right center , center bottom , right bottom }
bgpos497441 { background-position: right top , center bottom , right bottom }
bgpos497442 { background-position: top , center bottom , right bottom }
bgpos497443 { background-position: left bottom , center bottom 15% , right bottom }
bgpos497444 { background-position: left bottom 15% , center bottom 15% , right bottom }
bgpos497445 { background-position: left bottom 15px , center bottom 15% , right bottom }
bgpos497446 { background-position: left top , center bottom 15% , right bottom }
bgpos497447 { background-position: left top 15% , center bottom 15% , right bottom }
bgpos497448 { background-position: left top 15px , center bottom 15% , right bottom }
bgpos497449 { background-position: left 15% bottom , center bottom 15% , right bottom }
bgpos497450 { background-position: left 15% bottom 15% , center bottom 15% , right bottom }
bgpos497451 { background-position: left 15% bottom 15px , center bottom 15% , right bottom }
bgpos497452 { background-position: left 15% top , center bottom 15% , right bottom }
bgpos497453 { background-position: left 15% top 15% , center bottom 15% , right bottom }
bgpos497454 { background-position: left 15% top 15px , center bottom 15% , right bottom }
bgpos497455 { background-position: left 15% center , center bottom 15% , right bottom }
bgpos497456 { background-position: left 15px bottom , center bottom 15% , right bottom }
bgpos497457 { background-position: left 15px bottom 15% , center bottom 15% , right bottom }
bgpos497458 { background-position: left 15px bottom 15px , center bottom 15% , right bottom }
bgpos497459 { background-position: left 15px top , center bottom 15% , right bottom }
bgpos497460 { background-position: left 15px top 15% , center bottom 15% , right bottom }
bgpos497461 { background-position: left 15px top 15px , center bottom 15% , right bottom }
bgpos497462 { background-position: left 15px center , center bottom 15% , right bottom }
bgpos497463 { background-position: left center , center bottom 15% , right bottom }
bgpos497464 { background-position: right bottom , center bottom 15% , right bottom }
bgpos497465 { background-position: right bottom 15% , center bottom 15% , right bottom }
bgpos497466 { background-position: right bottom 15px , center bottom 15% , right bottom }
bgpos497467 { background-position: right top , center bottom 15% , right bottom }
bgpos497468 { background-position: right top 15% , center bottom 15% , right bottom }
bgpos497469 { background-position: right top 15px , center bottom 15% , right bottom }
bgpos497470 { background-position: right 15% bottom , center bottom 15% , right bottom }
bgpos497471 { background-position: right 15% bottom 15% , center bottom 15% , right bottom }
bgpos497472 { background-position: right 15% bottom 15px , center bottom 15% , right bottom }
bgpos497473 { background-position: right 15% top , center bottom 15% , right bottom }
bgpos497474 { background-position: right 15% top 15% , center bottom 15% , right bottom }
bgpos497475 { background-position: right 15% top 15px , center bottom 15% , right bottom }
bgpos497476 { background-position: right 15% center , center bottom 15% , right bottom }
bgpos497477 { background-position: right 15px bottom , center bottom 15% , right bottom }
bgpos497478 { background-position: right 15px bottom 15% , center bottom 15% , right bottom }
bgpos497479 { background-position: right 15px bottom 15px , center bottom 15% , right bottom }
bgpos497480 { background-position: right 15px top , center bottom 15% , right bottom }
bgpos497481 { background-position: right 15px top 15% , center bottom 15% , right bottom }
bgpos497482 { background-position: right 15px top 15px , center bottom 15% , right bottom }
bgpos497483 { background-position: right 15px center , center bottom 15% , right bottom }
bgpos497484 { background-position: right center , center bottom 15% , right bottom }
bgpos497485 { background-position: 100px , center bottom 15% , right bottom }
bgpos497486 { background-position: 100px 10% , center bottom 15% , right bottom }
bgpos497487 { background-position: 100px 100px , center bottom 15% , right bottom }
bgpos497488 { background-position: 100px bottom , center bottom 15% , right bottom }
bgpos497489 { background-position: 100px center , center bottom 15% , right bottom }
bgpos497490 { background-position: 100px top , center bottom 15% , right bottom }
bgpos497491 { background-position: 50% , center bottom 15% , right bottom }
bgpos497492 { background-position: 50% 10% , center bottom 15% , right bottom }
bgpos497493 { background-position: 50% 100px , center bottom 15% , right bottom }
bgpos497494 { background-position: 50% bottom , center bottom 15% , right bottom }
bgpos497495 { background-position: 50% center , center bottom 15% , right bottom }
bgpos497496 { background-position: 50% top , center bottom 15% , right bottom }
bgpos497497 { background-position: bottom, center bottom 15% , right bottom }
bgpos497498 { background-position: center , center bottom 15% , right bottom }
bgpos497499 { background-position: center bottom , center bottom 15% , right bottom }
bgpos497500 { background-position: center bottom 15% , center bottom 15% , right bottom }
bgpos497501 { background-position: center bottom 15px , center bottom 15% , right bottom }
bgpos497502 { background-position: center top , center bottom 15% , right bottom }
bgpos497503 { background-position: center top 15% , center bottom 15% , right bottom }
bgpos497504 { background-position: center top 15px , center bottom 15% , right bottom }
bgpos497505 { background-position: center 10% , center bottom 15% , right bottom }
bgpos497506 { background-position: center 100px , center bottom 15% , right bottom }
bgpos497507 { background-position: center bottom , center bottom 15% , right bottom }
bgpos497508 { background-position: center center , center bottom 15% , right bottom }
bgpos497509 { background-position: center top , center bottom 15% , right bottom }
bgpos497510 { background-position: left , center bottom 15% , right bottom }
bgpos497511 { background-position: left 10% , center bottom 15% , right bottom }
bgpos497512 { background-position: left 100px , center bottom 15% , right bottom }
bgpos497513 { background-position: left bottom , center bottom 15% , right bottom }
bgpos497514 { background-position: left center , center bottom 15% , right bottom }
bgpos497515 { background-position: left top , center bottom 15% , right bottom }
bgpos497516 { background-position: right , center bottom 15% , right bottom }
bgpos497517 { background-position: right 10% , center bottom 15% , right bottom }
bgpos497518 { background-position: right 100px , center bottom 15% , right bottom }
bgpos497519 { background-position: right bottom , center bottom 15% , right bottom }
bgpos497520 { background-position: right center , center bottom 15% , right bottom }
bgpos497521 { background-position: right top , center bottom 15% , right bottom }
bgpos497522 { background-position: top , center bottom 15% , right bottom }
bgpos497523 { background-position: left bottom , center bottom 15px , right bottom }
bgpos497524 { background-position: left bottom 15% , center bottom 15px , right bottom }
bgpos497525 { background-position: left bottom 15px , center bottom 15px , right bottom }
bgpos497526 { background-position: left top , center bottom 15px , right bottom }
bgpos497527 { background-position: left top 15% , center bottom 15px , right bottom }
bgpos497528 { background-position: left top 15px , center bottom 15px , right bottom }
bgpos497529 { background-position: left 15% bottom , center bottom 15px , right bottom }
bgpos497530 { background-position: left 15% bottom 15% , center bottom 15px , right bottom }
bgpos497531 { background-position: left 15% bottom 15px , center bottom 15px , right bottom }
bgpos497532 { background-position: left 15% top , center bottom 15px , right bottom }
bgpos497533 { background-position: left 15% top 15% , center bottom 15px , right bottom }
bgpos497534 { background-position: left 15% top 15px , center bottom 15px , right bottom }
bgpos497535 { background-position: left 15% center , center bottom 15px , right bottom }
bgpos497536 { background-position: left 15px bottom , center bottom 15px , right bottom }
bgpos497537 { background-position: left 15px bottom 15% , center bottom 15px , right bottom }
bgpos497538 { background-position: left 15px bottom 15px , center bottom 15px , right bottom }
bgpos497539 { background-position: left 15px top , center bottom 15px , right bottom }
bgpos497540 { background-position: left 15px top 15% , center bottom 15px , right bottom }
bgpos497541 { background-position: left 15px top 15px , center bottom 15px , right bottom }
bgpos497542 { background-position: left 15px center , center bottom 15px , right bottom }
bgpos497543 { background-position: left center , center bottom 15px , right bottom }
bgpos497544 { background-position: right bottom , center bottom 15px , right bottom }
bgpos497545 { background-position: right bottom 15% , center bottom 15px , right bottom }
bgpos497546 { background-position: right bottom 15px , center bottom 15px , right bottom }
bgpos497547 { background-position: right top , center bottom 15px , right bottom }
bgpos497548 { background-position: right top 15% , center bottom 15px , right bottom }
bgpos497549 { background-position: right top 15px , center bottom 15px , right bottom }
bgpos497550 { background-position: right 15% bottom , center bottom 15px , right bottom }
bgpos497551 { background-position: right 15% bottom 15% , center bottom 15px , right bottom }
bgpos497552 { background-position: right 15% bottom 15px , center bottom 15px , right bottom }
bgpos497553 { background-position: right 15% top , center bottom 15px , right bottom }
bgpos497554 { background-position: right 15% top 15% , center bottom 15px , right bottom }
bgpos497555 { background-position: right 15% top 15px , center bottom 15px , right bottom }
bgpos497556 { background-position: right 15% center , center bottom 15px , right bottom }
bgpos497557 { background-position: right 15px bottom , center bottom 15px , right bottom }
bgpos497558 { background-position: right 15px bottom 15% , center bottom 15px , right bottom }
bgpos497559 { background-position: right 15px bottom 15px , center bottom 15px , right bottom }
bgpos497560 { background-position: right 15px top , center bottom 15px , right bottom }
bgpos497561 { background-position: right 15px top 15% , center bottom 15px , right bottom }
bgpos497562 { background-position: right 15px top 15px , center bottom 15px , right bottom }
bgpos497563 { background-position: right 15px center , center bottom 15px , right bottom }
bgpos497564 { background-position: right center , center bottom 15px , right bottom }
bgpos497565 { background-position: 100px , center bottom 15px , right bottom }
bgpos497566 { background-position: 100px 10% , center bottom 15px , right bottom }
bgpos497567 { background-position: 100px 100px , center bottom 15px , right bottom }
bgpos497568 { background-position: 100px bottom , center bottom 15px , right bottom }
bgpos497569 { background-position: 100px center , center bottom 15px , right bottom }
bgpos497570 { background-position: 100px top , center bottom 15px , right bottom }
bgpos497571 { background-position: 50% , center bottom 15px , right bottom }
bgpos497572 { background-position: 50% 10% , center bottom 15px , right bottom }
bgpos497573 { background-position: 50% 100px , center bottom 15px , right bottom }
bgpos497574 { background-position: 50% bottom , center bottom 15px , right bottom }
bgpos497575 { background-position: 50% center , center bottom 15px , right bottom }
bgpos497576 { background-position: 50% top , center bottom 15px , right bottom }
bgpos497577 { background-position: bottom, center bottom 15px , right bottom }
bgpos497578 { background-position: center , center bottom 15px , right bottom }
bgpos497579 { background-position: center bottom , center bottom 15px , right bottom }
bgpos497580 { background-position: center bottom 15% , center bottom 15px , right bottom }
bgpos497581 { background-position: center bottom 15px , center bottom 15px , right bottom }
bgpos497582 { background-position: center top , center bottom 15px , right bottom }
bgpos497583 { background-position: center top 15% , center bottom 15px , right bottom }
bgpos497584 { background-position: center top 15px , center bottom 15px , right bottom }
bgpos497585 { background-position: center 10% , center bottom 15px , right bottom }
bgpos497586 { background-position: center 100px , center bottom 15px , right bottom }
bgpos497587 { background-position: center bottom , center bottom 15px , right bottom }
bgpos497588 { background-position: center center , center bottom 15px , right bottom }
bgpos497589 { background-position: center top , center bottom 15px , right bottom }
bgpos497590 { background-position: left , center bottom 15px , right bottom }
bgpos497591 { background-position: left 10% , center bottom 15px , right bottom }
bgpos497592 { background-position: left 100px , center bottom 15px , right bottom }
bgpos497593 { background-position: left bottom , center bottom 15px , right bottom }
bgpos497594 { background-position: left center , center bottom 15px , right bottom }
bgpos497595 { background-position: left top , center bottom 15px , right bottom }
bgpos497596 { background-position: right , center bottom 15px , right bottom }
bgpos497597 { background-position: right 10% , center bottom 15px , right bottom }
bgpos497598 { background-position: right 100px , center bottom 15px , right bottom }
bgpos497599 { background-position: right bottom , center bottom 15px , right bottom }
bgpos497600 { background-position: right center , center bottom 15px , right bottom }
bgpos497601 { background-position: right top , center bottom 15px , right bottom }
bgpos497602 { background-position: top , center bottom 15px , right bottom }
bgpos497603 { background-position: left bottom , center top , right bottom }
bgpos497604 { background-position: left bottom 15% , center top , right bottom }
bgpos497605 { background-position: left bottom 15px , center top , right bottom }
bgpos497606 { background-position: left top , center top , right bottom }
bgpos497607 { background-position: left top 15% , center top , right bottom }
bgpos497608 { background-position: left top 15px , center top , right bottom }
bgpos497609 { background-position: left 15% bottom , center top , right bottom }
bgpos497610 { background-position: left 15% bottom 15% , center top , right bottom }
bgpos497611 { background-position: left 15% bottom 15px , center top , right bottom }
bgpos497612 { background-position: left 15% top , center top , right bottom }
bgpos497613 { background-position: left 15% top 15% , center top , right bottom }
bgpos497614 { background-position: left 15% top 15px , center top , right bottom }
bgpos497615 { background-position: left 15% center , center top , right bottom }
bgpos497616 { background-position: left 15px bottom , center top , right bottom }
bgpos497617 { background-position: left 15px bottom 15% , center top , right bottom }
bgpos497618 { background-position: left 15px bottom 15px , center top , right bottom }
bgpos497619 { background-position: left 15px top , center top , right bottom }
bgpos497620 { background-position: left 15px top 15% , center top , right bottom }
bgpos497621 { background-position: left 15px top 15px , center top , right bottom }
bgpos497622 { background-position: left 15px center , center top , right bottom }
bgpos497623 { background-position: left center , center top , right bottom }
bgpos497624 { background-position: right bottom , center top , right bottom }
bgpos497625 { background-position: right bottom 15% , center top , right bottom }
bgpos497626 { background-position: right bottom 15px , center top , right bottom }
bgpos497627 { background-position: right top , center top , right bottom }
bgpos497628 { background-position: right top 15% , center top , right bottom }
bgpos497629 { background-position: right top 15px , center top , right bottom }
bgpos497630 { background-position: right 15% bottom , center top , right bottom }
bgpos497631 { background-position: right 15% bottom 15% , center top , right bottom }
bgpos497632 { background-position: right 15% bottom 15px , center top , right bottom }
bgpos497633 { background-position: right 15% top , center top , right bottom }
bgpos497634 { background-position: right 15% top 15% , center top , right bottom }
bgpos497635 { background-position: right 15% top 15px , center top , right bottom }
bgpos497636 { background-position: right 15% center , center top , right bottom }
bgpos497637 { background-position: right 15px bottom , center top , right bottom }
bgpos497638 { background-position: right 15px bottom 15% , center top , right bottom }
bgpos497639 { background-position: right 15px bottom 15px , center top , right bottom }
bgpos497640 { background-position: right 15px top , center top , right bottom }
bgpos497641 { background-position: right 15px top 15% , center top , right bottom }
bgpos497642 { background-position: right 15px top 15px , center top , right bottom }
bgpos497643 { background-position: right 15px center , center top , right bottom }
bgpos497644 { background-position: right center , center top , right bottom }
bgpos497645 { background-position: 100px , center top , right bottom }
bgpos497646 { background-position: 100px 10% , center top , right bottom }
bgpos497647 { background-position: 100px 100px , center top , right bottom }
bgpos497648 { background-position: 100px bottom , center top , right bottom }
bgpos497649 { background-position: 100px center , center top , right bottom }
bgpos497650 { background-position: 100px top , center top , right bottom }
bgpos497651 { background-position: 50% , center top , right bottom }
bgpos497652 { background-position: 50% 10% , center top , right bottom }
bgpos497653 { background-position: 50% 100px , center top , right bottom }
bgpos497654 { background-position: 50% bottom , center top , right bottom }
bgpos497655 { background-position: 50% center , center top , right bottom }
bgpos497656 { background-position: 50% top , center top , right bottom }
bgpos497657 { background-position: bottom, center top , right bottom }
bgpos497658 { background-position: center , center top , right bottom }
bgpos497659 { background-position: center bottom , center top , right bottom }
bgpos497660 { background-position: center bottom 15% , center top , right bottom }
bgpos497661 { background-position: center bottom 15px , center top , right bottom }
bgpos497662 { background-position: center top , center top , right bottom }
bgpos497663 { background-position: center top 15% , center top , right bottom }
bgpos497664 { background-position: center top 15px , center top , right bottom }
bgpos497665 { background-position: center 10% , center top , right bottom }
bgpos497666 { background-position: center 100px , center top , right bottom }
bgpos497667 { background-position: center bottom , center top , right bottom }
bgpos497668 { background-position: center center , center top , right bottom }
bgpos497669 { background-position: center top , center top , right bottom }
bgpos497670 { background-position: left , center top , right bottom }
bgpos497671 { background-position: left 10% , center top , right bottom }
bgpos497672 { background-position: left 100px , center top , right bottom }
bgpos497673 { background-position: left bottom , center top , right bottom }
bgpos497674 { background-position: left center , center top , right bottom }
bgpos497675 { background-position: left top , center top , right bottom }
bgpos497676 { background-position: right , center top , right bottom }
bgpos497677 { background-position: right 10% , center top , right bottom }
bgpos497678 { background-position: right 100px , center top , right bottom }
bgpos497679 { background-position: right bottom , center top , right bottom }
bgpos497680 { background-position: right center , center top , right bottom }
bgpos497681 { background-position: right top , center top , right bottom }
bgpos497682 { background-position: top , center top , right bottom }
bgpos497683 { background-position: left bottom , center top 15% , right bottom }
bgpos497684 { background-position: left bottom 15% , center top 15% , right bottom }
bgpos497685 { background-position: left bottom 15px , center top 15% , right bottom }
bgpos497686 { background-position: left top , center top 15% , right bottom }
bgpos497687 { background-position: left top 15% , center top 15% , right bottom }
bgpos497688 { background-position: left top 15px , center top 15% , right bottom }
bgpos497689 { background-position: left 15% bottom , center top 15% , right bottom }
bgpos497690 { background-position: left 15% bottom 15% , center top 15% , right bottom }
bgpos497691 { background-position: left 15% bottom 15px , center top 15% , right bottom }
bgpos497692 { background-position: left 15% top , center top 15% , right bottom }
bgpos497693 { background-position: left 15% top 15% , center top 15% , right bottom }
bgpos497694 { background-position: left 15% top 15px , center top 15% , right bottom }
bgpos497695 { background-position: left 15% center , center top 15% , right bottom }
bgpos497696 { background-position: left 15px bottom , center top 15% , right bottom }
bgpos497697 { background-position: left 15px bottom 15% , center top 15% , right bottom }
bgpos497698 { background-position: left 15px bottom 15px , center top 15% , right bottom }
bgpos497699 { background-position: left 15px top , center top 15% , right bottom }
bgpos497700 { background-position: left 15px top 15% , center top 15% , right bottom }
bgpos497701 { background-position: left 15px top 15px , center top 15% , right bottom }
bgpos497702 { background-position: left 15px center , center top 15% , right bottom }
bgpos497703 { background-position: left center , center top 15% , right bottom }
bgpos497704 { background-position: right bottom , center top 15% , right bottom }
bgpos497705 { background-position: right bottom 15% , center top 15% , right bottom }
bgpos497706 { background-position: right bottom 15px , center top 15% , right bottom }
bgpos497707 { background-position: right top , center top 15% , right bottom }
bgpos497708 { background-position: right top 15% , center top 15% , right bottom }
bgpos497709 { background-position: right top 15px , center top 15% , right bottom }
bgpos497710 { background-position: right 15% bottom , center top 15% , right bottom }
bgpos497711 { background-position: right 15% bottom 15% , center top 15% , right bottom }
bgpos497712 { background-position: right 15% bottom 15px , center top 15% , right bottom }
bgpos497713 { background-position: right 15% top , center top 15% , right bottom }
bgpos497714 { background-position: right 15% top 15% , center top 15% , right bottom }
bgpos497715 { background-position: right 15% top 15px , center top 15% , right bottom }
bgpos497716 { background-position: right 15% center , center top 15% , right bottom }
bgpos497717 { background-position: right 15px bottom , center top 15% , right bottom }
bgpos497718 { background-position: right 15px bottom 15% , center top 15% , right bottom }
bgpos497719 { background-position: right 15px bottom 15px , center top 15% , right bottom }
bgpos497720 { background-position: right 15px top , center top 15% , right bottom }
bgpos497721 { background-position: right 15px top 15% , center top 15% , right bottom }
bgpos497722 { background-position: right 15px top 15px , center top 15% , right bottom }
bgpos497723 { background-position: right 15px center , center top 15% , right bottom }
bgpos497724 { background-position: right center , center top 15% , right bottom }
bgpos497725 { background-position: 100px , center top 15% , right bottom }
bgpos497726 { background-position: 100px 10% , center top 15% , right bottom }
bgpos497727 { background-position: 100px 100px , center top 15% , right bottom }
bgpos497728 { background-position: 100px bottom , center top 15% , right bottom }
bgpos497729 { background-position: 100px center , center top 15% , right bottom }
bgpos497730 { background-position: 100px top , center top 15% , right bottom }
bgpos497731 { background-position: 50% , center top 15% , right bottom }
bgpos497732 { background-position: 50% 10% , center top 15% , right bottom }
bgpos497733 { background-position: 50% 100px , center top 15% , right bottom }
bgpos497734 { background-position: 50% bottom , center top 15% , right bottom }
bgpos497735 { background-position: 50% center , center top 15% , right bottom }
bgpos497736 { background-position: 50% top , center top 15% , right bottom }
bgpos497737 { background-position: bottom, center top 15% , right bottom }
bgpos497738 { background-position: center , center top 15% , right bottom }
bgpos497739 { background-position: center bottom , center top 15% , right bottom }
bgpos497740 { background-position: center bottom 15% , center top 15% , right bottom }
bgpos497741 { background-position: center bottom 15px , center top 15% , right bottom }
bgpos497742 { background-position: center top , center top 15% , right bottom }
bgpos497743 { background-position: center top 15% , center top 15% , right bottom }
bgpos497744 { background-position: center top 15px , center top 15% , right bottom }
bgpos497745 { background-position: center 10% , center top 15% , right bottom }
bgpos497746 { background-position: center 100px , center top 15% , right bottom }
bgpos497747 { background-position: center bottom , center top 15% , right bottom }
bgpos497748 { background-position: center center , center top 15% , right bottom }
bgpos497749 { background-position: center top , center top 15% , right bottom }
bgpos497750 { background-position: left , center top 15% , right bottom }
bgpos497751 { background-position: left 10% , center top 15% , right bottom }
bgpos497752 { background-position: left 100px , center top 15% , right bottom }
bgpos497753 { background-position: left bottom , center top 15% , right bottom }
bgpos497754 { background-position: left center , center top 15% , right bottom }
bgpos497755 { background-position: left top , center top 15% , right bottom }
bgpos497756 { background-position: right , center top 15% , right bottom }
bgpos497757 { background-position: right 10% , center top 15% , right bottom }
bgpos497758 { background-position: right 100px , center top 15% , right bottom }
bgpos497759 { background-position: right bottom , center top 15% , right bottom }
bgpos497760 { background-position: right center , center top 15% , right bottom }
bgpos497761 { background-position: right top , center top 15% , right bottom }
bgpos497762 { background-position: top , center top 15% , right bottom }
bgpos497763 { background-position: left bottom , center top 15px , right bottom }
bgpos497764 { background-position: left bottom 15% , center top 15px , right bottom }
bgpos497765 { background-position: left bottom 15px , center top 15px , right bottom }
bgpos497766 { background-position: left top , center top 15px , right bottom }
bgpos497767 { background-position: left top 15% , center top 15px , right bottom }
bgpos497768 { background-position: left top 15px , center top 15px , right bottom }
bgpos497769 { background-position: left 15% bottom , center top 15px , right bottom }
bgpos497770 { background-position: left 15% bottom 15% , center top 15px , right bottom }
bgpos497771 { background-position: left 15% bottom 15px , center top 15px , right bottom }
bgpos497772 { background-position: left 15% top , center top 15px , right bottom }
bgpos497773 { background-position: left 15% top 15% , center top 15px , right bottom }
bgpos497774 { background-position: left 15% top 15px , center top 15px , right bottom }
bgpos497775 { background-position: left 15% center , center top 15px , right bottom }
bgpos497776 { background-position: left 15px bottom , center top 15px , right bottom }
bgpos497777 { background-position: left 15px bottom 15% , center top 15px , right bottom }
bgpos497778 { background-position: left 15px bottom 15px , center top 15px , right bottom }
bgpos497779 { background-position: left 15px top , center top 15px , right bottom }
bgpos497780 { background-position: left 15px top 15% , center top 15px , right bottom }
bgpos497781 { background-position: left 15px top 15px , center top 15px , right bottom }
bgpos497782 { background-position: left 15px center , center top 15px , right bottom }
bgpos497783 { background-position: left center , center top 15px , right bottom }
bgpos497784 { background-position: right bottom , center top 15px , right bottom }
bgpos497785 { background-position: right bottom 15% , center top 15px , right bottom }
bgpos497786 { background-position: right bottom 15px , center top 15px , right bottom }
bgpos497787 { background-position: right top , center top 15px , right bottom }
bgpos497788 { background-position: right top 15% , center top 15px , right bottom }
bgpos497789 { background-position: right top 15px , center top 15px , right bottom }
bgpos497790 { background-position: right 15% bottom , center top 15px , right bottom }
bgpos497791 { background-position: right 15% bottom 15% , center top 15px , right bottom }
bgpos497792 { background-position: right 15% bottom 15px , center top 15px , right bottom }
bgpos497793 { background-position: right 15% top , center top 15px , right bottom }
bgpos497794 { background-position: right 15% top 15% , center top 15px , right bottom }
bgpos497795 { background-position: right 15% top 15px , center top 15px , right bottom }
bgpos497796 { background-position: right 15% center , center top 15px , right bottom }
bgpos497797 { background-position: right 15px bottom , center top 15px , right bottom }
bgpos497798 { background-position: right 15px bottom 15% , center top 15px , right bottom }
bgpos497799 { background-position: right 15px bottom 15px , center top 15px , right bottom }
bgpos497800 { background-position: right 15px top , center top 15px , right bottom }
bgpos497801 { background-position: right 15px top 15% , center top 15px , right bottom }
bgpos497802 { background-position: right 15px top 15px , center top 15px , right bottom }
bgpos497803 { background-position: right 15px center , center top 15px , right bottom }
bgpos497804 { background-position: right center , center top 15px , right bottom }
bgpos497805 { background-position: 100px , center top 15px , right bottom }
bgpos497806 { background-position: 100px 10% , center top 15px , right bottom }
bgpos497807 { background-position: 100px 100px , center top 15px , right bottom }
bgpos497808 { background-position: 100px bottom , center top 15px , right bottom }
bgpos497809 { background-position: 100px center , center top 15px , right bottom }
bgpos497810 { background-position: 100px top , center top 15px , right bottom }
bgpos497811 { background-position: 50% , center top 15px , right bottom }
bgpos497812 { background-position: 50% 10% , center top 15px , right bottom }
bgpos497813 { background-position: 50% 100px , center top 15px , right bottom }
bgpos497814 { background-position: 50% bottom , center top 15px , right bottom }
bgpos497815 { background-position: 50% center , center top 15px , right bottom }
bgpos497816 { background-position: 50% top , center top 15px , right bottom }
bgpos497817 { background-position: bottom, center top 15px , right bottom }
bgpos497818 { background-position: center , center top 15px , right bottom }
bgpos497819 { background-position: center bottom , center top 15px , right bottom }
bgpos497820 { background-position: center bottom 15% , center top 15px , right bottom }
bgpos497821 { background-position: center bottom 15px , center top 15px , right bottom }
bgpos497822 { background-position: center top , center top 15px , right bottom }
bgpos497823 { background-position: center top 15% , center top 15px , right bottom }
bgpos497824 { background-position: center top 15px , center top 15px , right bottom }
bgpos497825 { background-position: center 10% , center top 15px , right bottom }
bgpos497826 { background-position: center 100px , center top 15px , right bottom }
bgpos497827 { background-position: center bottom , center top 15px , right bottom }
bgpos497828 { background-position: center center , center top 15px , right bottom }
bgpos497829 { background-position: center top , center top 15px , right bottom }
bgpos497830 { background-position: left , center top 15px , right bottom }
bgpos497831 { background-position: left 10% , center top 15px , right bottom }
bgpos497832 { background-position: left 100px , center top 15px , right bottom }
bgpos497833 { background-position: left bottom , center top 15px , right bottom }
bgpos497834 { background-position: left center , center top 15px , right bottom }
bgpos497835 { background-position: left top , center top 15px , right bottom }
bgpos497836 { background-position: right , center top 15px , right bottom }
bgpos497837 { background-position: right 10% , center top 15px , right bottom }
bgpos497838 { background-position: right 100px , center top 15px , right bottom }
bgpos497839 { background-position: right bottom , center top 15px , right bottom }
bgpos497840 { background-position: right center , center top 15px , right bottom }
bgpos497841 { background-position: right top , center top 15px , right bottom }
bgpos497842 { background-position: top , center top 15px , right bottom }
bgpos497843 { background-position: left bottom , center 10% , right bottom }
bgpos497844 { background-position: left bottom 15% , center 10% , right bottom }
bgpos497845 { background-position: left bottom 15px , center 10% , right bottom }
bgpos497846 { background-position: left top , center 10% , right bottom }
bgpos497847 { background-position: left top 15% , center 10% , right bottom }
bgpos497848 { background-position: left top 15px , center 10% , right bottom }
bgpos497849 { background-position: left 15% bottom , center 10% , right bottom }
bgpos497850 { background-position: left 15% bottom 15% , center 10% , right bottom }
bgpos497851 { background-position: left 15% bottom 15px , center 10% , right bottom }
bgpos497852 { background-position: left 15% top , center 10% , right bottom }
bgpos497853 { background-position: left 15% top 15% , center 10% , right bottom }
bgpos497854 { background-position: left 15% top 15px , center 10% , right bottom }
bgpos497855 { background-position: left 15% center , center 10% , right bottom }
bgpos497856 { background-position: left 15px bottom , center 10% , right bottom }
bgpos497857 { background-position: left 15px bottom 15% , center 10% , right bottom }
bgpos497858 { background-position: left 15px bottom 15px , center 10% , right bottom }
bgpos497859 { background-position: left 15px top , center 10% , right bottom }
bgpos497860 { background-position: left 15px top 15% , center 10% , right bottom }
bgpos497861 { background-position: left 15px top 15px , center 10% , right bottom }
bgpos497862 { background-position: left 15px center , center 10% , right bottom }
bgpos497863 { background-position: left center , center 10% , right bottom }
bgpos497864 { background-position: right bottom , center 10% , right bottom }
bgpos497865 { background-position: right bottom 15% , center 10% , right bottom }
bgpos497866 { background-position: right bottom 15px , center 10% , right bottom }
bgpos497867 { background-position: right top , center 10% , right bottom }
bgpos497868 { background-position: right top 15% , center 10% , right bottom }
bgpos497869 { background-position: right top 15px , center 10% , right bottom }
bgpos497870 { background-position: right 15% bottom , center 10% , right bottom }
bgpos497871 { background-position: right 15% bottom 15% , center 10% , right bottom }
bgpos497872 { background-position: right 15% bottom 15px , center 10% , right bottom }
bgpos497873 { background-position: right 15% top , center 10% , right bottom }
bgpos497874 { background-position: right 15% top 15% , center 10% , right bottom }
bgpos497875 { background-position: right 15% top 15px , center 10% , right bottom }
bgpos497876 { background-position: right 15% center , center 10% , right bottom }
bgpos497877 { background-position: right 15px bottom , center 10% , right bottom }
bgpos497878 { background-position: right 15px bottom 15% , center 10% , right bottom }
bgpos497879 { background-position: right 15px bottom 15px , center 10% , right bottom }
bgpos497880 { background-position: right 15px top , center 10% , right bottom }
bgpos497881 { background-position: right 15px top 15% , center 10% , right bottom }
bgpos497882 { background-position: right 15px top 15px , center 10% , right bottom }
bgpos497883 { background-position: right 15px center , center 10% , right bottom }
bgpos497884 { background-position: right center , center 10% , right bottom }
bgpos497885 { background-position: 100px , center 10% , right bottom }
bgpos497886 { background-position: 100px 10% , center 10% , right bottom }
bgpos497887 { background-position: 100px 100px , center 10% , right bottom }
bgpos497888 { background-position: 100px bottom , center 10% , right bottom }
bgpos497889 { background-position: 100px center , center 10% , right bottom }
bgpos497890 { background-position: 100px top , center 10% , right bottom }
bgpos497891 { background-position: 50% , center 10% , right bottom }
bgpos497892 { background-position: 50% 10% , center 10% , right bottom }
bgpos497893 { background-position: 50% 100px , center 10% , right bottom }
bgpos497894 { background-position: 50% bottom , center 10% , right bottom }
bgpos497895 { background-position: 50% center , center 10% , right bottom }
bgpos497896 { background-position: 50% top , center 10% , right bottom }
bgpos497897 { background-position: bottom, center 10% , right bottom }
bgpos497898 { background-position: center , center 10% , right bottom }
bgpos497899 { background-position: center bottom , center 10% , right bottom }
bgpos497900 { background-position: center bottom 15% , center 10% , right bottom }
bgpos497901 { background-position: center bottom 15px , center 10% , right bottom }
bgpos497902 { background-position: center top , center 10% , right bottom }
bgpos497903 { background-position: center top 15% , center 10% , right bottom }
bgpos497904 { background-position: center top 15px , center 10% , right bottom }
bgpos497905 { background-position: center 10% , center 10% , right bottom }
bgpos497906 { background-position: center 100px , center 10% , right bottom }
bgpos497907 { background-position: center bottom , center 10% , right bottom }
bgpos497908 { background-position: center center , center 10% , right bottom }
bgpos497909 { background-position: center top , center 10% , right bottom }
bgpos497910 { background-position: left , center 10% , right bottom }
bgpos497911 { background-position: left 10% , center 10% , right bottom }
bgpos497912 { background-position: left 100px , center 10% , right bottom }
bgpos497913 { background-position: left bottom , center 10% , right bottom }
bgpos497914 { background-position: left center , center 10% , right bottom }
bgpos497915 { background-position: left top , center 10% , right bottom }
bgpos497916 { background-position: right , center 10% , right bottom }
bgpos497917 { background-position: right 10% , center 10% , right bottom }
bgpos497918 { background-position: right 100px , center 10% , right bottom }
bgpos497919 { background-position: right bottom , center 10% , right bottom }
bgpos497920 { background-position: right center , center 10% , right bottom }
bgpos497921 { background-position: right top , center 10% , right bottom }
bgpos497922 { background-position: top , center 10% , right bottom }
bgpos497923 { background-position: left bottom , center 100px , right bottom }
bgpos497924 { background-position: left bottom 15% , center 100px , right bottom }
bgpos497925 { background-position: left bottom 15px , center 100px , right bottom }
bgpos497926 { background-position: left top , center 100px , right bottom }
bgpos497927 { background-position: left top 15% , center 100px , right bottom }
bgpos497928 { background-position: left top 15px , center 100px , right bottom }
bgpos497929 { background-position: left 15% bottom , center 100px , right bottom }
bgpos497930 { background-position: left 15% bottom 15% , center 100px , right bottom }
bgpos497931 { background-position: left 15% bottom 15px , center 100px , right bottom }
bgpos497932 { background-position: left 15% top , center 100px , right bottom }
bgpos497933 { background-position: left 15% top 15% , center 100px , right bottom }
bgpos497934 { background-position: left 15% top 15px , center 100px , right bottom }
bgpos497935 { background-position: left 15% center , center 100px , right bottom }
bgpos497936 { background-position: left 15px bottom , center 100px , right bottom }
bgpos497937 { background-position: left 15px bottom 15% , center 100px , right bottom }
bgpos497938 { background-position: left 15px bottom 15px , center 100px , right bottom }
bgpos497939 { background-position: left 15px top , center 100px , right bottom }
bgpos497940 { background-position: left 15px top 15% , center 100px , right bottom }
bgpos497941 { background-position: left 15px top 15px , center 100px , right bottom }
bgpos497942 { background-position: left 15px center , center 100px , right bottom }
bgpos497943 { background-position: left center , center 100px , right bottom }
bgpos497944 { background-position: right bottom , center 100px , right bottom }
bgpos497945 { background-position: right bottom 15% , center 100px , right bottom }
bgpos497946 { background-position: right bottom 15px , center 100px , right bottom }
bgpos497947 { background-position: right top , center 100px , right bottom }
bgpos497948 { background-position: right top 15% , center 100px , right bottom }
bgpos497949 { background-position: right top 15px , center 100px , right bottom }
bgpos497950 { background-position: right 15% bottom , center 100px , right bottom }
bgpos497951 { background-position: right 15% bottom 15% , center 100px , right bottom }
bgpos497952 { background-position: right 15% bottom 15px , center 100px , right bottom }
bgpos497953 { background-position: right 15% top , center 100px , right bottom }
bgpos497954 { background-position: right 15% top 15% , center 100px , right bottom }
bgpos497955 { background-position: right 15% top 15px , center 100px , right bottom }
bgpos497956 { background-position: right 15% center , center 100px , right bottom }
bgpos497957 { background-position: right 15px bottom , center 100px , right bottom }
bgpos497958 { background-position: right 15px bottom 15% , center 100px , right bottom }
bgpos497959 { background-position: right 15px bottom 15px , center 100px , right bottom }
bgpos497960 { background-position: right 15px top , center 100px , right bottom }
bgpos497961 { background-position: right 15px top 15% , center 100px , right bottom }
bgpos497962 { background-position: right 15px top 15px , center 100px , right bottom }
bgpos497963 { background-position: right 15px center , center 100px , right bottom }
bgpos497964 { background-position: right center , center 100px , right bottom }
bgpos497965 { background-position: 100px , center 100px , right bottom }
bgpos497966 { background-position: 100px 10% , center 100px , right bottom }
bgpos497967 { background-position: 100px 100px , center 100px , right bottom }
bgpos497968 { background-position: 100px bottom , center 100px , right bottom }
bgpos497969 { background-position: 100px center , center 100px , right bottom }
bgpos497970 { background-position: 100px top , center 100px , right bottom }
bgpos497971 { background-position: 50% , center 100px , right bottom }
bgpos497972 { background-position: 50% 10% , center 100px , right bottom }
bgpos497973 { background-position: 50% 100px , center 100px , right bottom }
bgpos497974 { background-position: 50% bottom , center 100px , right bottom }
bgpos497975 { background-position: 50% center , center 100px , right bottom }
bgpos497976 { background-position: 50% top , center 100px , right bottom }
bgpos497977 { background-position: bottom, center 100px , right bottom }
bgpos497978 { background-position: center , center 100px , right bottom }
bgpos497979 { background-position: center bottom , center 100px , right bottom }
bgpos497980 { background-position: center bottom 15% , center 100px , right bottom }
bgpos497981 { background-position: center bottom 15px , center 100px , right bottom }
bgpos497982 { background-position: center top , center 100px , right bottom }
bgpos497983 { background-position: center top 15% , center 100px , right bottom }
bgpos497984 { background-position: center top 15px , center 100px , right bottom }
bgpos497985 { background-position: center 10% , center 100px , right bottom }
bgpos497986 { background-position: center 100px , center 100px , right bottom }
bgpos497987 { background-position: center bottom , center 100px , right bottom }
bgpos497988 { background-position: center center , center 100px , right bottom }
bgpos497989 { background-position: center top , center 100px , right bottom }
bgpos497990 { background-position: left , center 100px , right bottom }
bgpos497991 { background-position: left 10% , center 100px , right bottom }
bgpos497992 { background-position: left 100px , center 100px , right bottom }
bgpos497993 { background-position: left bottom , center 100px , right bottom }
bgpos497994 { background-position: left center , center 100px , right bottom }
bgpos497995 { background-position: left top , center 100px , right bottom }
bgpos497996 { background-position: right , center 100px , right bottom }
bgpos497997 { background-position: right 10% , center 100px , right bottom }
bgpos497998 { background-position: right 100px , center 100px , right bottom }
bgpos497999 { background-position: right bottom , center 100px , right bottom }
bgpos498000 { background-position: right center , center 100px , right bottom }
bgpos498001 { background-position: right top , center 100px , right bottom }
bgpos498002 { background-position: top , center 100px , right bottom }
bgpos498003 { background-position: left bottom , center bottom , right bottom }
bgpos498004 { background-position: left bottom 15% , center bottom , right bottom }
bgpos498005 { background-position: left bottom 15px , center bottom , right bottom }
bgpos498006 { background-position: left top , center bottom , right bottom }
bgpos498007 { background-position: left top 15% , center bottom , right bottom }
bgpos498008 { background-position: left top 15px , center bottom , right bottom }
bgpos498009 { background-position: left 15% bottom , center bottom , right bottom }
bgpos498010 { background-position: left 15% bottom 15% , center bottom , right bottom }
bgpos498011 { background-position: left 15% bottom 15px , center bottom , right bottom }
bgpos498012 { background-position: left 15% top , center bottom , right bottom }
bgpos498013 { background-position: left 15% top 15% , center bottom , right bottom }
bgpos498014 { background-position: left 15% top 15px , center bottom , right bottom }
bgpos498015 { background-position: left 15% center , center bottom , right bottom }
bgpos498016 { background-position: left 15px bottom , center bottom , right bottom }
bgpos498017 { background-position: left 15px bottom 15% , center bottom , right bottom }
bgpos498018 { background-position: left 15px bottom 15px , center bottom , right bottom }
bgpos498019 { background-position: left 15px top , center bottom , right bottom }
bgpos498020 { background-position: left 15px top 15% , center bottom , right bottom }
bgpos498021 { background-position: left 15px top 15px , center bottom , right bottom }
bgpos498022 { background-position: left 15px center , center bottom , right bottom }
bgpos498023 { background-position: left center , center bottom , right bottom }
bgpos498024 { background-position: right bottom , center bottom , right bottom }
bgpos498025 { background-position: right bottom 15% , center bottom , right bottom }
bgpos498026 { background-position: right bottom 15px , center bottom , right bottom }
bgpos498027 { background-position: right top , center bottom , right bottom }
bgpos498028 { background-position: right top 15% , center bottom , right bottom }
bgpos498029 { background-position: right top 15px , center bottom , right bottom }
bgpos498030 { background-position: right 15% bottom , center bottom , right bottom }
bgpos498031 { background-position: right 15% bottom 15% , center bottom , right bottom }
bgpos498032 { background-position: right 15% bottom 15px , center bottom , right bottom }
bgpos498033 { background-position: right 15% top , center bottom , right bottom }
bgpos498034 { background-position: right 15% top 15% , center bottom , right bottom }
bgpos498035 { background-position: right 15% top 15px , center bottom , right bottom }
bgpos498036 { background-position: right 15% center , center bottom , right bottom }
bgpos498037 { background-position: right 15px bottom , center bottom , right bottom }
bgpos498038 { background-position: right 15px bottom 15% , center bottom , right bottom }
bgpos498039 { background-position: right 15px bottom 15px , center bottom , right bottom }
bgpos498040 { background-position: right 15px top , center bottom , right bottom }
bgpos498041 { background-position: right 15px top 15% , center bottom , right bottom }
bgpos498042 { background-position: right 15px top 15px , center bottom , right bottom }
bgpos498043 { background-position: right 15px center , center bottom , right bottom }
bgpos498044 { background-position: right center , center bottom , right bottom }
bgpos498045 { background-position: 100px , center bottom , right bottom }
bgpos498046 { background-position: 100px 10% , center bottom , right bottom }
bgpos498047 { background-position: 100px 100px , center bottom , right bottom }
bgpos498048 { background-position: 100px bottom , center bottom , right bottom }
bgpos498049 { background-position: 100px center , center bottom , right bottom }
bgpos498050 { background-position: 100px top , center bottom , right bottom }
bgpos498051 { background-position: 50% , center bottom , right bottom }
bgpos498052 { background-position: 50% 10% , center bottom , right bottom }
bgpos498053 { background-position: 50% 100px , center bottom , right bottom }
bgpos498054 { background-position: 50% bottom , center bottom , right bottom }
bgpos498055 { background-position: 50% center , center bottom , right bottom }
bgpos498056 { background-position: 50% top , center bottom , right bottom }
bgpos498057 { background-position: bottom, center bottom , right bottom }
bgpos498058 { background-position: center , center bottom , right bottom }
bgpos498059 { background-position: center bottom , center bottom , right bottom }
bgpos498060 { background-position: center bottom 15% , center bottom , right bottom }
bgpos498061 { background-position: center bottom 15px , center bottom , right bottom }
bgpos498062 { background-position: center top , center bottom , right bottom }
bgpos498063 { background-position: center top 15% , center bottom , right bottom }
bgpos498064 { background-position: center top 15px , center bottom , right bottom }
bgpos498065 { background-position: center 10% , center bottom , right bottom }
bgpos498066 { background-position: center 100px , center bottom , right bottom }
bgpos498067 { background-position: center bottom , center bottom , right bottom }
bgpos498068 { background-position: center center , center bottom , right bottom }
bgpos498069 { background-position: center top , center bottom , right bottom }
bgpos498070 { background-position: left , center bottom , right bottom }
bgpos498071 { background-position: left 10% , center bottom , right bottom }
bgpos498072 { background-position: left 100px , center bottom , right bottom }
bgpos498073 { background-position: left bottom , center bottom , right bottom }
bgpos498074 { background-position: left center , center bottom , right bottom }
bgpos498075 { background-position: left top , center bottom , right bottom }
bgpos498076 { background-position: right , center bottom , right bottom }
bgpos498077 { background-position: right 10% , center bottom , right bottom }
bgpos498078 { background-position: right 100px , center bottom , right bottom }
bgpos498079 { background-position: right bottom , center bottom , right bottom }
bgpos498080 { background-position: right center , center bottom , right bottom }
bgpos498081 { background-position: right top , center bottom , right bottom }
bgpos498082 { background-position: top , center bottom , right bottom }
bgpos498083 { background-position: left bottom , center center , right bottom }
bgpos498084 { background-position: left bottom 15% , center center , right bottom }
bgpos498085 { background-position: left bottom 15px , center center , right bottom }
bgpos498086 { background-position: left top , center center , right bottom }
bgpos498087 { background-position: left top 15% , center center , right bottom }
bgpos498088 { background-position: left top 15px , center center , right bottom }
bgpos498089 { background-position: left 15% bottom , center center , right bottom }
bgpos498090 { background-position: left 15% bottom 15% , center center , right bottom }
bgpos498091 { background-position: left 15% bottom 15px , center center , right bottom }
bgpos498092 { background-position: left 15% top , center center , right bottom }
bgpos498093 { background-position: left 15% top 15% , center center , right bottom }
bgpos498094 { background-position: left 15% top 15px , center center , right bottom }
bgpos498095 { background-position: left 15% center , center center , right bottom }
bgpos498096 { background-position: left 15px bottom , center center , right bottom }
bgpos498097 { background-position: left 15px bottom 15% , center center , right bottom }
bgpos498098 { background-position: left 15px bottom 15px , center center , right bottom }
bgpos498099 { background-position: left 15px top , center center , right bottom }
bgpos498100 { background-position: left 15px top 15% , center center , right bottom }
bgpos498101 { background-position: left 15px top 15px , center center , right bottom }
bgpos498102 { background-position: left 15px center , center center , right bottom }
bgpos498103 { background-position: left center , center center , right bottom }
bgpos498104 { background-position: right bottom , center center , right bottom }
bgpos498105 { background-position: right bottom 15% , center center , right bottom }
bgpos498106 { background-position: right bottom 15px , center center , right bottom }
bgpos498107 { background-position: right top , center center , right bottom }
bgpos498108 { background-position: right top 15% , center center , right bottom }
bgpos498109 { background-position: right top 15px , center center , right bottom }
bgpos498110 { background-position: right 15% bottom , center center , right bottom }
bgpos498111 { background-position: right 15% bottom 15% , center center , right bottom }
bgpos498112 { background-position: right 15% bottom 15px , center center , right bottom }
bgpos498113 { background-position: right 15% top , center center , right bottom }
bgpos498114 { background-position: right 15% top 15% , center center , right bottom }
bgpos498115 { background-position: right 15% top 15px , center center , right bottom }
bgpos498116 { background-position: right 15% center , center center , right bottom }
bgpos498117 { background-position: right 15px bottom , center center , right bottom }
bgpos498118 { background-position: right 15px bottom 15% , center center , right bottom }
bgpos498119 { background-position: right 15px bottom 15px , center center , right bottom }
bgpos498120 { background-position: right 15px top , center center , right bottom }
bgpos498121 { background-position: right 15px top 15% , center center , right bottom }
bgpos498122 { background-position: right 15px top 15px , center center , right bottom }
bgpos498123 { background-position: right 15px center , center center , right bottom }
bgpos498124 { background-position: right center , center center , right bottom }
bgpos498125 { background-position: 100px , center center , right bottom }
bgpos498126 { background-position: 100px 10% , center center , right bottom }
bgpos498127 { background-position: 100px 100px , center center , right bottom }
bgpos498128 { background-position: 100px bottom , center center , right bottom }
bgpos498129 { background-position: 100px center , center center , right bottom }
bgpos498130 { background-position: 100px top , center center , right bottom }
bgpos498131 { background-position: 50% , center center , right bottom }
bgpos498132 { background-position: 50% 10% , center center , right bottom }
bgpos498133 { background-position: 50% 100px , center center , right bottom }
bgpos498134 { background-position: 50% bottom , center center , right bottom }
bgpos498135 { background-position: 50% center , center center , right bottom }
bgpos498136 { background-position: 50% top , center center , right bottom }
bgpos498137 { background-position: bottom, center center , right bottom }
bgpos498138 { background-position: center , center center , right bottom }
bgpos498139 { background-position: center bottom , center center , right bottom }
bgpos498140 { background-position: center bottom 15% , center center , right bottom }
bgpos498141 { background-position: center bottom 15px , center center , right bottom }
bgpos498142 { background-position: center top , center center , right bottom }
bgpos498143 { background-position: center top 15% , center center , right bottom }
bgpos498144 { background-position: center top 15px , center center , right bottom }
bgpos498145 { background-position: center 10% , center center , right bottom }
bgpos498146 { background-position: center 100px , center center , right bottom }
bgpos498147 { background-position: center bottom , center center , right bottom }
bgpos498148 { background-position: center center , center center , right bottom }
bgpos498149 { background-position: center top , center center , right bottom }
bgpos498150 { background-position: left , center center , right bottom }
bgpos498151 { background-position: left 10% , center center , right bottom }
bgpos498152 { background-position: left 100px , center center , right bottom }
bgpos498153 { background-position: left bottom , center center , right bottom }
bgpos498154 { background-position: left center , center center , right bottom }
bgpos498155 { background-position: left top , center center , right bottom }
bgpos498156 { background-position: right , center center , right bottom }
bgpos498157 { background-position: right 10% , center center , right bottom }
bgpos498158 { background-position: right 100px , center center , right bottom }
bgpos498159 { background-position: right bottom , center center , right bottom }
bgpos498160 { background-position: right center , center center , right bottom }
bgpos498161 { background-position: right top , center center , right bottom }
bgpos498162 { background-position: top , center center , right bottom }
bgpos498163 { background-position: left bottom , center top , right bottom }
bgpos498164 { background-position: left bottom 15% , center top , right bottom }
bgpos498165 { background-position: left bottom 15px , center top , right bottom }
bgpos498166 { background-position: left top , center top , right bottom }
bgpos498167 { background-position: left top 15% , center top , right bottom }
bgpos498168 { background-position: left top 15px , center top , right bottom }
bgpos498169 { background-position: left 15% bottom , center top , right bottom }
bgpos498170 { background-position: left 15% bottom 15% , center top , right bottom }
bgpos498171 { background-position: left 15% bottom 15px , center top , right bottom }
bgpos498172 { background-position: left 15% top , center top , right bottom }
bgpos498173 { background-position: left 15% top 15% , center top , right bottom }
bgpos498174 { background-position: left 15% top 15px , center top , right bottom }
bgpos498175 { background-position: left 15% center , center top , right bottom }
bgpos498176 { background-position: left 15px bottom , center top , right bottom }
bgpos498177 { background-position: left 15px bottom 15% , center top , right bottom }
bgpos498178 { background-position: left 15px bottom 15px , center top , right bottom }
bgpos498179 { background-position: left 15px top , center top , right bottom }
bgpos498180 { background-position: left 15px top 15% , center top , right bottom }
bgpos498181 { background-position: left 15px top 15px , center top , right bottom }
bgpos498182 { background-position: left 15px center , center top , right bottom }
bgpos498183 { background-position: left center , center top , right bottom }
bgpos498184 { background-position: right bottom , center top , right bottom }
bgpos498185 { background-position: right bottom 15% , center top , right bottom }
bgpos498186 { background-position: right bottom 15px , center top , right bottom }
bgpos498187 { background-position: right top , center top , right bottom }
bgpos498188 { background-position: right top 15% , center top , right bottom }
bgpos498189 { background-position: right top 15px , center top , right bottom }
bgpos498190 { background-position: right 15% bottom , center top , right bottom }
bgpos498191 { background-position: right 15% bottom 15% , center top , right bottom }
bgpos498192 { background-position: right 15% bottom 15px , center top , right bottom }
bgpos498193 { background-position: right 15% top , center top , right bottom }
bgpos498194 { background-position: right 15% top 15% , center top , right bottom }
bgpos498195 { background-position: right 15% top 15px , center top , right bottom }
bgpos498196 { background-position: right 15% center , center top , right bottom }
bgpos498197 { background-position: right 15px bottom , center top , right bottom }
bgpos498198 { background-position: right 15px bottom 15% , center top , right bottom }
bgpos498199 { background-position: right 15px bottom 15px , center top , right bottom }
bgpos498200 { background-position: right 15px top , center top , right bottom }
bgpos498201 { background-position: right 15px top 15% , center top , right bottom }
bgpos498202 { background-position: right 15px top 15px , center top , right bottom }
bgpos498203 { background-position: right 15px center , center top , right bottom }
bgpos498204 { background-position: right center , center top , right bottom }
bgpos498205 { background-position: 100px , center top , right bottom }
bgpos498206 { background-position: 100px 10% , center top , right bottom }
bgpos498207 { background-position: 100px 100px , center top , right bottom }
bgpos498208 { background-position: 100px bottom , center top , right bottom }
bgpos498209 { background-position: 100px center , center top , right bottom }
bgpos498210 { background-position: 100px top , center top , right bottom }
bgpos498211 { background-position: 50% , center top , right bottom }
bgpos498212 { background-position: 50% 10% , center top , right bottom }
bgpos498213 { background-position: 50% 100px , center top , right bottom }
bgpos498214 { background-position: 50% bottom , center top , right bottom }
bgpos498215 { background-position: 50% center , center top , right bottom }
bgpos498216 { background-position: 50% top , center top , right bottom }
bgpos498217 { background-position: bottom, center top , right bottom }
bgpos498218 { background-position: center , center top , right bottom }
bgpos498219 { background-position: center bottom , center top , right bottom }
bgpos498220 { background-position: center bottom 15% , center top , right bottom }
bgpos498221 { background-position: center bottom 15px , center top , right bottom }
bgpos498222 { background-position: center top , center top , right bottom }
bgpos498223 { background-position: center top 15% , center top , right bottom }
bgpos498224 { background-position: center top 15px , center top , right bottom }
bgpos498225 { background-position: center 10% , center top , right bottom }
bgpos498226 { background-position: center 100px , center top , right bottom }
bgpos498227 { background-position: center bottom , center top , right bottom }
bgpos498228 { background-position: center center , center top , right bottom }
bgpos498229 { background-position: center top , center top , right bottom }
bgpos498230 { background-position: left , center top , right bottom }
bgpos498231 { background-position: left 10% , center top , right bottom }
bgpos498232 { background-position: left 100px , center top , right bottom }
bgpos498233 { background-position: left bottom , center top , right bottom }
bgpos498234 { background-position: left center , center top , right bottom }
bgpos498235 { background-position: left top , center top , right bottom }
bgpos498236 { background-position: right , center top , right bottom }
bgpos498237 { background-position: right 10% , center top , right bottom }
bgpos498238 { background-position: right 100px , center top , right bottom }
bgpos498239 { background-position: right bottom , center top , right bottom }
bgpos498240 { background-position: right center , center top , right bottom }
bgpos498241 { background-position: right top , center top , right bottom }
bgpos498242 { background-position: top , center top , right bottom }
bgpos498243 { background-position: left bottom , left , right bottom }
bgpos498244 { background-position: left bottom 15% , left , right bottom }
bgpos498245 { background-position: left bottom 15px , left , right bottom }
bgpos498246 { background-position: left top , left , right bottom }
bgpos498247 { background-position: left top 15% , left , right bottom }
bgpos498248 { background-position: left top 15px , left , right bottom }
bgpos498249 { background-position: left 15% bottom , left , right bottom }
bgpos498250 { background-position: left 15% bottom 15% , left , right bottom }
bgpos498251 { background-position: left 15% bottom 15px , left , right bottom }
bgpos498252 { background-position: left 15% top , left , right bottom }
bgpos498253 { background-position: left 15% top 15% , left , right bottom }
bgpos498254 { background-position: left 15% top 15px , left , right bottom }
bgpos498255 { background-position: left 15% center , left , right bottom }
bgpos498256 { background-position: left 15px bottom , left , right bottom }
bgpos498257 { background-position: left 15px bottom 15% , left , right bottom }
bgpos498258 { background-position: left 15px bottom 15px , left , right bottom }
bgpos498259 { background-position: left 15px top , left , right bottom }
bgpos498260 { background-position: left 15px top 15% , left , right bottom }
bgpos498261 { background-position: left 15px top 15px , left , right bottom }
bgpos498262 { background-position: left 15px center , left , right bottom }
bgpos498263 { background-position: left center , left , right bottom }
bgpos498264 { background-position: right bottom , left , right bottom }
bgpos498265 { background-position: right bottom 15% , left , right bottom }
bgpos498266 { background-position: right bottom 15px , left , right bottom }
bgpos498267 { background-position: right top , left , right bottom }
bgpos498268 { background-position: right top 15% , left , right bottom }
bgpos498269 { background-position: right top 15px , left , right bottom }
bgpos498270 { background-position: right 15% bottom , left , right bottom }
bgpos498271 { background-position: right 15% bottom 15% , left , right bottom }
bgpos498272 { background-position: right 15% bottom 15px , left , right bottom }
bgpos498273 { background-position: right 15% top , left , right bottom }
bgpos498274 { background-position: right 15% top 15% , left , right bottom }
bgpos498275 { background-position: right 15% top 15px , left , right bottom }
bgpos498276 { background-position: right 15% center , left , right bottom }
bgpos498277 { background-position: right 15px bottom , left , right bottom }
bgpos498278 { background-position: right 15px bottom 15% , left , right bottom }
bgpos498279 { background-position: right 15px bottom 15px , left , right bottom }
bgpos498280 { background-position: right 15px top , left , right bottom }
bgpos498281 { background-position: right 15px top 15% , left , right bottom }
bgpos498282 { background-position: right 15px top 15px , left , right bottom }
bgpos498283 { background-position: right 15px center , left , right bottom }
bgpos498284 { background-position: right center , left , right bottom }
bgpos498285 { background-position: 100px , left , right bottom }
bgpos498286 { background-position: 100px 10% , left , right bottom }
bgpos498287 { background-position: 100px 100px , left , right bottom }
bgpos498288 { background-position: 100px bottom , left , right bottom }
bgpos498289 { background-position: 100px center , left , right bottom }
bgpos498290 { background-position: 100px top , left , right bottom }
bgpos498291 { background-position: 50% , left , right bottom }
bgpos498292 { background-position: 50% 10% , left , right bottom }
bgpos498293 { background-position: 50% 100px , left , right bottom }
bgpos498294 { background-position: 50% bottom , left , right bottom }
bgpos498295 { background-position: 50% center , left , right bottom }
bgpos498296 { background-position: 50% top , left , right bottom }
bgpos498297 { background-position: bottom, left , right bottom }
bgpos498298 { background-position: center , left , right bottom }
bgpos498299 { background-position: center bottom , left , right bottom }
bgpos498300 { background-position: center bottom 15% , left , right bottom }
bgpos498301 { background-position: center bottom 15px , left , right bottom }
bgpos498302 { background-position: center top , left , right bottom }
bgpos498303 { background-position: center top 15% , left , right bottom }
bgpos498304 { background-position: center top 15px , left , right bottom }
bgpos498305 { background-position: center 10% , left , right bottom }
bgpos498306 { background-position: center 100px , left , right bottom }
bgpos498307 { background-position: center bottom , left , right bottom }
bgpos498308 { background-position: center center , left , right bottom }
bgpos498309 { background-position: center top , left , right bottom }
bgpos498310 { background-position: left , left , right bottom }
bgpos498311 { background-position: left 10% , left , right bottom }
bgpos498312 { background-position: left 100px , left , right bottom }
bgpos498313 { background-position: left bottom , left , right bottom }
bgpos498314 { background-position: left center , left , right bottom }
bgpos498315 { background-position: left top , left , right bottom }
bgpos498316 { background-position: right , left , right bottom }
bgpos498317 { background-position: right 10% , left , right bottom }
bgpos498318 { background-position: right 100px , left , right bottom }
bgpos498319 { background-position: right bottom , left , right bottom }
bgpos498320 { background-position: right center , left , right bottom }
bgpos498321 { background-position: right top , left , right bottom }
bgpos498322 { background-position: top , left , right bottom }
bgpos498323 { background-position: left bottom , left 10% , right bottom }
bgpos498324 { background-position: left bottom 15% , left 10% , right bottom }
bgpos498325 { background-position: left bottom 15px , left 10% , right bottom }
bgpos498326 { background-position: left top , left 10% , right bottom }
bgpos498327 { background-position: left top 15% , left 10% , right bottom }
bgpos498328 { background-position: left top 15px , left 10% , right bottom }
bgpos498329 { background-position: left 15% bottom , left 10% , right bottom }
bgpos498330 { background-position: left 15% bottom 15% , left 10% , right bottom }
bgpos498331 { background-position: left 15% bottom 15px , left 10% , right bottom }
bgpos498332 { background-position: left 15% top , left 10% , right bottom }
bgpos498333 { background-position: left 15% top 15% , left 10% , right bottom }
bgpos498334 { background-position: left 15% top 15px , left 10% , right bottom }
bgpos498335 { background-position: left 15% center , left 10% , right bottom }
bgpos498336 { background-position: left 15px bottom , left 10% , right bottom }
bgpos498337 { background-position: left 15px bottom 15% , left 10% , right bottom }
bgpos498338 { background-position: left 15px bottom 15px , left 10% , right bottom }
bgpos498339 { background-position: left 15px top , left 10% , right bottom }
bgpos498340 { background-position: left 15px top 15% , left 10% , right bottom }
bgpos498341 { background-position: left 15px top 15px , left 10% , right bottom }
bgpos498342 { background-position: left 15px center , left 10% , right bottom }
bgpos498343 { background-position: left center , left 10% , right bottom }
bgpos498344 { background-position: right bottom , left 10% , right bottom }
bgpos498345 { background-position: right bottom 15% , left 10% , right bottom }
bgpos498346 { background-position: right bottom 15px , left 10% , right bottom }
bgpos498347 { background-position: right top , left 10% , right bottom }
bgpos498348 { background-position: right top 15% , left 10% , right bottom }
bgpos498349 { background-position: right top 15px , left 10% , right bottom }
bgpos498350 { background-position: right 15% bottom , left 10% , right bottom }
bgpos498351 { background-position: right 15% bottom 15% , left 10% , right bottom }
bgpos498352 { background-position: right 15% bottom 15px , left 10% , right bottom }
bgpos498353 { background-position: right 15% top , left 10% , right bottom }
bgpos498354 { background-position: right 15% top 15% , left 10% , right bottom }
bgpos498355 { background-position: right 15% top 15px , left 10% , right bottom }
bgpos498356 { background-position: right 15% center , left 10% , right bottom }
bgpos498357 { background-position: right 15px bottom , left 10% , right bottom }
bgpos498358 { background-position: right 15px bottom 15% , left 10% , right bottom }
bgpos498359 { background-position: right 15px bottom 15px , left 10% , right bottom }
bgpos498360 { background-position: right 15px top , left 10% , right bottom }
bgpos498361 { background-position: right 15px top 15% , left 10% , right bottom }
bgpos498362 { background-position: right 15px top 15px , left 10% , right bottom }
bgpos498363 { background-position: right 15px center , left 10% , right bottom }
bgpos498364 { background-position: right center , left 10% , right bottom }
bgpos498365 { background-position: 100px , left 10% , right bottom }
bgpos498366 { background-position: 100px 10% , left 10% , right bottom }
bgpos498367 { background-position: 100px 100px , left 10% , right bottom }
bgpos498368 { background-position: 100px bottom , left 10% , right bottom }
bgpos498369 { background-position: 100px center , left 10% , right bottom }
bgpos498370 { background-position: 100px top , left 10% , right bottom }
bgpos498371 { background-position: 50% , left 10% , right bottom }
bgpos498372 { background-position: 50% 10% , left 10% , right bottom }
bgpos498373 { background-position: 50% 100px , left 10% , right bottom }
bgpos498374 { background-position: 50% bottom , left 10% , right bottom }
bgpos498375 { background-position: 50% center , left 10% , right bottom }
bgpos498376 { background-position: 50% top , left 10% , right bottom }
bgpos498377 { background-position: bottom, left 10% , right bottom }
bgpos498378 { background-position: center , left 10% , right bottom }
bgpos498379 { background-position: center bottom , left 10% , right bottom }
bgpos498380 { background-position: center bottom 15% , left 10% , right bottom }
bgpos498381 { background-position: center bottom 15px , left 10% , right bottom }
bgpos498382 { background-position: center top , left 10% , right bottom }
bgpos498383 { background-position: center top 15% , left 10% , right bottom }
bgpos498384 { background-position: center top 15px , left 10% , right bottom }
bgpos498385 { background-position: center 10% , left 10% , right bottom }
bgpos498386 { background-position: center 100px , left 10% , right bottom }
bgpos498387 { background-position: center bottom , left 10% , right bottom }
bgpos498388 { background-position: center center , left 10% , right bottom }
bgpos498389 { background-position: center top , left 10% , right bottom }
bgpos498390 { background-position: left , left 10% , right bottom }
bgpos498391 { background-position: left 10% , left 10% , right bottom }
bgpos498392 { background-position: left 100px , left 10% , right bottom }
bgpos498393 { background-position: left bottom , left 10% , right bottom }
bgpos498394 { background-position: left center , left 10% , right bottom }
bgpos498395 { background-position: left top , left 10% , right bottom }
bgpos498396 { background-position: right , left 10% , right bottom }
bgpos498397 { background-position: right 10% , left 10% , right bottom }
bgpos498398 { background-position: right 100px , left 10% , right bottom }
bgpos498399 { background-position: right bottom , left 10% , right bottom }
bgpos498400 { background-position: right center , left 10% , right bottom }
bgpos498401 { background-position: right top , left 10% , right bottom }
bgpos498402 { background-position: top , left 10% , right bottom }
bgpos498403 { background-position: left bottom , left 100px , right bottom }
bgpos498404 { background-position: left bottom 15% , left 100px , right bottom }
bgpos498405 { background-position: left bottom 15px , left 100px , right bottom }
bgpos498406 { background-position: left top , left 100px , right bottom }
bgpos498407 { background-position: left top 15% , left 100px , right bottom }
bgpos498408 { background-position: left top 15px , left 100px , right bottom }
bgpos498409 { background-position: left 15% bottom , left 100px , right bottom }
bgpos498410 { background-position: left 15% bottom 15% , left 100px , right bottom }
bgpos498411 { background-position: left 15% bottom 15px , left 100px , right bottom }
bgpos498412 { background-position: left 15% top , left 100px , right bottom }
bgpos498413 { background-position: left 15% top 15% , left 100px , right bottom }
bgpos498414 { background-position: left 15% top 15px , left 100px , right bottom }
bgpos498415 { background-position: left 15% center , left 100px , right bottom }
bgpos498416 { background-position: left 15px bottom , left 100px , right bottom }
bgpos498417 { background-position: left 15px bottom 15% , left 100px , right bottom }
bgpos498418 { background-position: left 15px bottom 15px , left 100px , right bottom }
bgpos498419 { background-position: left 15px top , left 100px , right bottom }
bgpos498420 { background-position: left 15px top 15% , left 100px , right bottom }
bgpos498421 { background-position: left 15px top 15px , left 100px , right bottom }
bgpos498422 { background-position: left 15px center , left 100px , right bottom }
bgpos498423 { background-position: left center , left 100px , right bottom }
bgpos498424 { background-position: right bottom , left 100px , right bottom }
bgpos498425 { background-position: right bottom 15% , left 100px , right bottom }
bgpos498426 { background-position: right bottom 15px , left 100px , right bottom }
bgpos498427 { background-position: right top , left 100px , right bottom }
bgpos498428 { background-position: right top 15% , left 100px , right bottom }
bgpos498429 { background-position: right top 15px , left 100px , right bottom }
bgpos498430 { background-position: right 15% bottom , left 100px , right bottom }
bgpos498431 { background-position: right 15% bottom 15% , left 100px , right bottom }
bgpos498432 { background-position: right 15% bottom 15px , left 100px , right bottom }
bgpos498433 { background-position: right 15% top , left 100px , right bottom }
bgpos498434 { background-position: right 15% top 15% , left 100px , right bottom }
bgpos498435 { background-position: right 15% top 15px , left 100px , right bottom }
bgpos498436 { background-position: right 15% center , left 100px , right bottom }
bgpos498437 { background-position: right 15px bottom , left 100px , right bottom }
bgpos498438 { background-position: right 15px bottom 15% , left 100px , right bottom }
bgpos498439 { background-position: right 15px bottom 15px , left 100px , right bottom }
bgpos498440 { background-position: right 15px top , left 100px , right bottom }
bgpos498441 { background-position: right 15px top 15% , left 100px , right bottom }
bgpos498442 { background-position: right 15px top 15px , left 100px , right bottom }
bgpos498443 { background-position: right 15px center , left 100px , right bottom }
bgpos498444 { background-position: right center , left 100px , right bottom }
bgpos498445 { background-position: 100px , left 100px , right bottom }
bgpos498446 { background-position: 100px 10% , left 100px , right bottom }
bgpos498447 { background-position: 100px 100px , left 100px , right bottom }
bgpos498448 { background-position: 100px bottom , left 100px , right bottom }
bgpos498449 { background-position: 100px center , left 100px , right bottom }
bgpos498450 { background-position: 100px top , left 100px , right bottom }
bgpos498451 { background-position: 50% , left 100px , right bottom }
bgpos498452 { background-position: 50% 10% , left 100px , right bottom }
bgpos498453 { background-position: 50% 100px , left 100px , right bottom }
bgpos498454 { background-position: 50% bottom , left 100px , right bottom }
bgpos498455 { background-position: 50% center , left 100px , right bottom }
bgpos498456 { background-position: 50% top , left 100px , right bottom }
bgpos498457 { background-position: bottom, left 100px , right bottom }
bgpos498458 { background-position: center , left 100px , right bottom }
bgpos498459 { background-position: center bottom , left 100px , right bottom }
bgpos498460 { background-position: center bottom 15% , left 100px , right bottom }
bgpos498461 { background-position: center bottom 15px , left 100px , right bottom }
bgpos498462 { background-position: center top , left 100px , right bottom }
bgpos498463 { background-position: center top 15% , left 100px , right bottom }
bgpos498464 { background-position: center top 15px , left 100px , right bottom }
bgpos498465 { background-position: center 10% , left 100px , right bottom }
bgpos498466 { background-position: center 100px , left 100px , right bottom }
bgpos498467 { background-position: center bottom , left 100px , right bottom }
bgpos498468 { background-position: center center , left 100px , right bottom }
bgpos498469 { background-position: center top , left 100px , right bottom }
bgpos498470 { background-position: left , left 100px , right bottom }
bgpos498471 { background-position: left 10% , left 100px , right bottom }
bgpos498472 { background-position: left 100px , left 100px , right bottom }
bgpos498473 { background-position: left bottom , left 100px , right bottom }
bgpos498474 { background-position: left center , left 100px , right bottom }
bgpos498475 { background-position: left top , left 100px , right bottom }
bgpos498476 { background-position: right , left 100px , right bottom }
bgpos498477 { background-position: right 10% , left 100px , right bottom }
bgpos498478 { background-position: right 100px , left 100px , right bottom }
bgpos498479 { background-position: right bottom , left 100px , right bottom }
bgpos498480 { background-position: right center , left 100px , right bottom }
bgpos498481 { background-position: right top , left 100px , right bottom }
bgpos498482 { background-position: top , left 100px , right bottom }
bgpos498483 { background-position: left bottom , left bottom , right bottom }
bgpos498484 { background-position: left bottom 15% , left bottom , right bottom }
bgpos498485 { background-position: left bottom 15px , left bottom , right bottom }
bgpos498486 { background-position: left top , left bottom , right bottom }
bgpos498487 { background-position: left top 15% , left bottom , right bottom }
bgpos498488 { background-position: left top 15px , left bottom , right bottom }
bgpos498489 { background-position: left 15% bottom , left bottom , right bottom }
bgpos498490 { background-position: left 15% bottom 15% , left bottom , right bottom }
bgpos498491 { background-position: left 15% bottom 15px , left bottom , right bottom }
bgpos498492 { background-position: left 15% top , left bottom , right bottom }
bgpos498493 { background-position: left 15% top 15% , left bottom , right bottom }
bgpos498494 { background-position: left 15% top 15px , left bottom , right bottom }
bgpos498495 { background-position: left 15% center , left bottom , right bottom }
bgpos498496 { background-position: left 15px bottom , left bottom , right bottom }
bgpos498497 { background-position: left 15px bottom 15% , left bottom , right bottom }
bgpos498498 { background-position: left 15px bottom 15px , left bottom , right bottom }
bgpos498499 { background-position: left 15px top , left bottom , right bottom }
bgpos498500 { background-position: left 15px top 15% , left bottom , right bottom }
bgpos498501 { background-position: left 15px top 15px , left bottom , right bottom }
bgpos498502 { background-position: left 15px center , left bottom , right bottom }
bgpos498503 { background-position: left center , left bottom , right bottom }
bgpos498504 { background-position: right bottom , left bottom , right bottom }
bgpos498505 { background-position: right bottom 15% , left bottom , right bottom }
bgpos498506 { background-position: right bottom 15px , left bottom , right bottom }
bgpos498507 { background-position: right top , left bottom , right bottom }
bgpos498508 { background-position: right top 15% , left bottom , right bottom }
bgpos498509 { background-position: right top 15px , left bottom , right bottom }
bgpos498510 { background-position: right 15% bottom , left bottom , right bottom }
bgpos498511 { background-position: right 15% bottom 15% , left bottom , right bottom }
bgpos498512 { background-position: right 15% bottom 15px , left bottom , right bottom }
bgpos498513 { background-position: right 15% top , left bottom , right bottom }
bgpos498514 { background-position: right 15% top 15% , left bottom , right bottom }
bgpos498515 { background-position: right 15% top 15px , left bottom , right bottom }
bgpos498516 { background-position: right 15% center , left bottom , right bottom }
bgpos498517 { background-position: right 15px bottom , left bottom , right bottom }
bgpos498518 { background-position: right 15px bottom 15% , left bottom , right bottom }
bgpos498519 { background-position: right 15px bottom 15px , left bottom , right bottom }
bgpos498520 { background-position: right 15px top , left bottom , right bottom }
bgpos498521 { background-position: right 15px top 15% , left bottom , right bottom }
bgpos498522 { background-position: right 15px top 15px , left bottom , right bottom }
bgpos498523 { background-position: right 15px center , left bottom , right bottom }
bgpos498524 { background-position: right center , left bottom , right bottom }
bgpos498525 { background-position: 100px , left bottom , right bottom }
bgpos498526 { background-position: 100px 10% , left bottom , right bottom }
bgpos498527 { background-position: 100px 100px , left bottom , right bottom }
bgpos498528 { background-position: 100px bottom , left bottom , right bottom }
bgpos498529 { background-position: 100px center , left bottom , right bottom }
bgpos498530 { background-position: 100px top , left bottom , right bottom }
bgpos498531 { background-position: 50% , left bottom , right bottom }
bgpos498532 { background-position: 50% 10% , left bottom , right bottom }
bgpos498533 { background-position: 50% 100px , left bottom , right bottom }
bgpos498534 { background-position: 50% bottom , left bottom , right bottom }
bgpos498535 { background-position: 50% center , left bottom , right bottom }
bgpos498536 { background-position: 50% top , left bottom , right bottom }
bgpos498537 { background-position: bottom, left bottom , right bottom }
bgpos498538 { background-position: center , left bottom , right bottom }
bgpos498539 { background-position: center bottom , left bottom , right bottom }
bgpos498540 { background-position: center bottom 15% , left bottom , right bottom }
bgpos498541 { background-position: center bottom 15px , left bottom , right bottom }
bgpos498542 { background-position: center top , left bottom , right bottom }
bgpos498543 { background-position: center top 15% , left bottom , right bottom }
bgpos498544 { background-position: center top 15px , left bottom , right bottom }
bgpos498545 { background-position: center 10% , left bottom , right bottom }
bgpos498546 { background-position: center 100px , left bottom , right bottom }
bgpos498547 { background-position: center bottom , left bottom , right bottom }
bgpos498548 { background-position: center center , left bottom , right bottom }
bgpos498549 { background-position: center top , left bottom , right bottom }
bgpos498550 { background-position: left , left bottom , right bottom }
bgpos498551 { background-position: left 10% , left bottom , right bottom }
bgpos498552 { background-position: left 100px , left bottom , right bottom }
bgpos498553 { background-position: left bottom , left bottom , right bottom }
bgpos498554 { background-position: left center , left bottom , right bottom }
bgpos498555 { background-position: left top , left bottom , right bottom }
bgpos498556 { background-position: right , left bottom , right bottom }
bgpos498557 { background-position: right 10% , left bottom , right bottom }
bgpos498558 { background-position: right 100px , left bottom , right bottom }
bgpos498559 { background-position: right bottom , left bottom , right bottom }
bgpos498560 { background-position: right center , left bottom , right bottom }
bgpos498561 { background-position: right top , left bottom , right bottom }
bgpos498562 { background-position: top , left bottom , right bottom }
bgpos498563 { background-position: left bottom , left center , right bottom }
bgpos498564 { background-position: left bottom 15% , left center , right bottom }
bgpos498565 { background-position: left bottom 15px , left center , right bottom }
bgpos498566 { background-position: left top , left center , right bottom }
bgpos498567 { background-position: left top 15% , left center , right bottom }
bgpos498568 { background-position: left top 15px , left center , right bottom }
bgpos498569 { background-position: left 15% bottom , left center , right bottom }
bgpos498570 { background-position: left 15% bottom 15% , left center , right bottom }
bgpos498571 { background-position: left 15% bottom 15px , left center , right bottom }
bgpos498572 { background-position: left 15% top , left center , right bottom }
bgpos498573 { background-position: left 15% top 15% , left center , right bottom }
bgpos498574 { background-position: left 15% top 15px , left center , right bottom }
bgpos498575 { background-position: left 15% center , left center , right bottom }
bgpos498576 { background-position: left 15px bottom , left center , right bottom }
bgpos498577 { background-position: left 15px bottom 15% , left center , right bottom }
bgpos498578 { background-position: left 15px bottom 15px , left center , right bottom }
bgpos498579 { background-position: left 15px top , left center , right bottom }
bgpos498580 { background-position: left 15px top 15% , left center , right bottom }
bgpos498581 { background-position: left 15px top 15px , left center , right bottom }
bgpos498582 { background-position: left 15px center , left center , right bottom }
bgpos498583 { background-position: left center , left center , right bottom }
bgpos498584 { background-position: right bottom , left center , right bottom }
bgpos498585 { background-position: right bottom 15% , left center , right bottom }
bgpos498586 { background-position: right bottom 15px , left center , right bottom }
bgpos498587 { background-position: right top , left center , right bottom }
bgpos498588 { background-position: right top 15% , left center , right bottom }
bgpos498589 { background-position: right top 15px , left center , right bottom }
bgpos498590 { background-position: right 15% bottom , left center , right bottom }
bgpos498591 { background-position: right 15% bottom 15% , left center , right bottom }
bgpos498592 { background-position: right 15% bottom 15px , left center , right bottom }
bgpos498593 { background-position: right 15% top , left center , right bottom }
bgpos498594 { background-position: right 15% top 15% , left center , right bottom }
bgpos498595 { background-position: right 15% top 15px , left center , right bottom }
bgpos498596 { background-position: right 15% center , left center , right bottom }
bgpos498597 { background-position: right 15px bottom , left center , right bottom }
bgpos498598 { background-position: right 15px bottom 15% , left center , right bottom }
bgpos498599 { background-position: right 15px bottom 15px , left center , right bottom }
bgpos498600 { background-position: right 15px top , left center , right bottom }
bgpos498601 { background-position: right 15px top 15% , left center , right bottom }
bgpos498602 { background-position: right 15px top 15px , left center , right bottom }
bgpos498603 { background-position: right 15px center , left center , right bottom }
bgpos498604 { background-position: right center , left center , right bottom }
bgpos498605 { background-position: 100px , left center , right bottom }
bgpos498606 { background-position: 100px 10% , left center , right bottom }
bgpos498607 { background-position: 100px 100px , left center , right bottom }
bgpos498608 { background-position: 100px bottom , left center , right bottom }
bgpos498609 { background-position: 100px center , left center , right bottom }
bgpos498610 { background-position: 100px top , left center , right bottom }
bgpos498611 { background-position: 50% , left center , right bottom }
bgpos498612 { background-position: 50% 10% , left center , right bottom }
bgpos498613 { background-position: 50% 100px , left center , right bottom }
bgpos498614 { background-position: 50% bottom , left center , right bottom }
bgpos498615 { background-position: 50% center , left center , right bottom }
bgpos498616 { background-position: 50% top , left center , right bottom }
bgpos498617 { background-position: bottom, left center , right bottom }
bgpos498618 { background-position: center , left center , right bottom }
bgpos498619 { background-position: center bottom , left center , right bottom }
bgpos498620 { background-position: center bottom 15% , left center , right bottom }
bgpos498621 { background-position: center bottom 15px , left center , right bottom }
bgpos498622 { background-position: center top , left center , right bottom }
bgpos498623 { background-position: center top 15% , left center , right bottom }
bgpos498624 { background-position: center top 15px , left center , right bottom }
bgpos498625 { background-position: center 10% , left center , right bottom }
bgpos498626 { background-position: center 100px , left center , right bottom }
bgpos498627 { background-position: center bottom , left center , right bottom }
bgpos498628 { background-position: center center , left center , right bottom }
bgpos498629 { background-position: center top , left center , right bottom }
bgpos498630 { background-position: left , left center , right bottom }
bgpos498631 { background-position: left 10% , left center , right bottom }
bgpos498632 { background-position: left 100px , left center , right bottom }
bgpos498633 { background-position: left bottom , left center , right bottom }
bgpos498634 { background-position: left center , left center , right bottom }
bgpos498635 { background-position: left top , left center , right bottom }
bgpos498636 { background-position: right , left center , right bottom }
bgpos498637 { background-position: right 10% , left center , right bottom }
bgpos498638 { background-position: right 100px , left center , right bottom }
bgpos498639 { background-position: right bottom , left center , right bottom }
bgpos498640 { background-position: right center , left center , right bottom }
bgpos498641 { background-position: right top , left center , right bottom }
bgpos498642 { background-position: top , left center , right bottom }
bgpos498643 { background-position: left bottom , left top , right bottom }
bgpos498644 { background-position: left bottom 15% , left top , right bottom }
bgpos498645 { background-position: left bottom 15px , left top , right bottom }
bgpos498646 { background-position: left top , left top , right bottom }
bgpos498647 { background-position: left top 15% , left top , right bottom }
bgpos498648 { background-position: left top 15px , left top , right bottom }
bgpos498649 { background-position: left 15% bottom , left top , right bottom }
bgpos498650 { background-position: left 15% bottom 15% , left top , right bottom }
bgpos498651 { background-position: left 15% bottom 15px , left top , right bottom }
bgpos498652 { background-position: left 15% top , left top , right bottom }
bgpos498653 { background-position: left 15% top 15% , left top , right bottom }
bgpos498654 { background-position: left 15% top 15px , left top , right bottom }
bgpos498655 { background-position: left 15% center , left top , right bottom }
bgpos498656 { background-position: left 15px bottom , left top , right bottom }
bgpos498657 { background-position: left 15px bottom 15% , left top , right bottom }
bgpos498658 { background-position: left 15px bottom 15px , left top , right bottom }
bgpos498659 { background-position: left 15px top , left top , right bottom }
bgpos498660 { background-position: left 15px top 15% , left top , right bottom }
bgpos498661 { background-position: left 15px top 15px , left top , right bottom }
bgpos498662 { background-position: left 15px center , left top , right bottom }
bgpos498663 { background-position: left center , left top , right bottom }
bgpos498664 { background-position: right bottom , left top , right bottom }
bgpos498665 { background-position: right bottom 15% , left top , right bottom }
bgpos498666 { background-position: right bottom 15px , left top , right bottom }
bgpos498667 { background-position: right top , left top , right bottom }
bgpos498668 { background-position: right top 15% , left top , right bottom }
bgpos498669 { background-position: right top 15px , left top , right bottom }
bgpos498670 { background-position: right 15% bottom , left top , right bottom }
bgpos498671 { background-position: right 15% bottom 15% , left top , right bottom }
bgpos498672 { background-position: right 15% bottom 15px , left top , right bottom }
bgpos498673 { background-position: right 15% top , left top , right bottom }
bgpos498674 { background-position: right 15% top 15% , left top , right bottom }
bgpos498675 { background-position: right 15% top 15px , left top , right bottom }
bgpos498676 { background-position: right 15% center , left top , right bottom }
bgpos498677 { background-position: right 15px bottom , left top , right bottom }
bgpos498678 { background-position: right 15px bottom 15% , left top , right bottom }
bgpos498679 { background-position: right 15px bottom 15px , left top , right bottom }
bgpos498680 { background-position: right 15px top , left top , right bottom }
bgpos498681 { background-position: right 15px top 15% , left top , right bottom }
bgpos498682 { background-position: right 15px top 15px , left top , right bottom }
bgpos498683 { background-position: right 15px center , left top , right bottom }
bgpos498684 { background-position: right center , left top , right bottom }
bgpos498685 { background-position: 100px , left top , right bottom }
bgpos498686 { background-position: 100px 10% , left top , right bottom }
bgpos498687 { background-position: 100px 100px , left top , right bottom }
bgpos498688 { background-position: 100px bottom , left top , right bottom }
bgpos498689 { background-position: 100px center , left top , right bottom }
bgpos498690 { background-position: 100px top , left top , right bottom }
bgpos498691 { background-position: 50% , left top , right bottom }
bgpos498692 { background-position: 50% 10% , left top , right bottom }
bgpos498693 { background-position: 50% 100px , left top , right bottom }
bgpos498694 { background-position: 50% bottom , left top , right bottom }
bgpos498695 { background-position: 50% center , left top , right bottom }
bgpos498696 { background-position: 50% top , left top , right bottom }
bgpos498697 { background-position: bottom, left top , right bottom }
bgpos498698 { background-position: center , left top , right bottom }
bgpos498699 { background-position: center bottom , left top , right bottom }
bgpos498700 { background-position: center bottom 15% , left top , right bottom }
bgpos498701 { background-position: center bottom 15px , left top , right bottom }
bgpos498702 { background-position: center top , left top , right bottom }
bgpos498703 { background-position: center top 15% , left top , right bottom }
bgpos498704 { background-position: center top 15px , left top , right bottom }
bgpos498705 { background-position: center 10% , left top , right bottom }
bgpos498706 { background-position: center 100px , left top , right bottom }
bgpos498707 { background-position: center bottom , left top , right bottom }
bgpos498708 { background-position: center center , left top , right bottom }
bgpos498709 { background-position: center top , left top , right bottom }
bgpos498710 { background-position: left , left top , right bottom }
bgpos498711 { background-position: left 10% , left top , right bottom }
bgpos498712 { background-position: left 100px , left top , right bottom }
bgpos498713 { background-position: left bottom , left top , right bottom }
bgpos498714 { background-position: left center , left top , right bottom }
bgpos498715 { background-position: left top , left top , right bottom }
bgpos498716 { background-position: right , left top , right bottom }
bgpos498717 { background-position: right 10% , left top , right bottom }
bgpos498718 { background-position: right 100px , left top , right bottom }
bgpos498719 { background-position: right bottom , left top , right bottom }
bgpos498720 { background-position: right center , left top , right bottom }
bgpos498721 { background-position: right top , left top , right bottom }
bgpos498722 { background-position: top , left top , right bottom }
bgpos498723 { background-position: left bottom , right , right bottom }
bgpos498724 { background-position: left bottom 15% , right , right bottom }
bgpos498725 { background-position: left bottom 15px , right , right bottom }
bgpos498726 { background-position: left top , right , right bottom }
bgpos498727 { background-position: left top 15% , right , right bottom }
bgpos498728 { background-position: left top 15px , right , right bottom }
bgpos498729 { background-position: left 15% bottom , right , right bottom }
bgpos498730 { background-position: left 15% bottom 15% , right , right bottom }
bgpos498731 { background-position: left 15% bottom 15px , right , right bottom }
bgpos498732 { background-position: left 15% top , right , right bottom }
bgpos498733 { background-position: left 15% top 15% , right , right bottom }
bgpos498734 { background-position: left 15% top 15px , right , right bottom }
bgpos498735 { background-position: left 15% center , right , right bottom }
bgpos498736 { background-position: left 15px bottom , right , right bottom }
bgpos498737 { background-position: left 15px bottom 15% , right , right bottom }
bgpos498738 { background-position: left 15px bottom 15px , right , right bottom }
bgpos498739 { background-position: left 15px top , right , right bottom }
bgpos498740 { background-position: left 15px top 15% , right , right bottom }
bgpos498741 { background-position: left 15px top 15px , right , right bottom }
bgpos498742 { background-position: left 15px center , right , right bottom }
bgpos498743 { background-position: left center , right , right bottom }
bgpos498744 { background-position: right bottom , right , right bottom }
bgpos498745 { background-position: right bottom 15% , right , right bottom }
bgpos498746 { background-position: right bottom 15px , right , right bottom }
bgpos498747 { background-position: right top , right , right bottom }
bgpos498748 { background-position: right top 15% , right , right bottom }
bgpos498749 { background-position: right top 15px , right , right bottom }
bgpos498750 { background-position: right 15% bottom , right , right bottom }
bgpos498751 { background-position: right 15% bottom 15% , right , right bottom }
bgpos498752 { background-position: right 15% bottom 15px , right , right bottom }
bgpos498753 { background-position: right 15% top , right , right bottom }
bgpos498754 { background-position: right 15% top 15% , right , right bottom }
bgpos498755 { background-position: right 15% top 15px , right , right bottom }
bgpos498756 { background-position: right 15% center , right , right bottom }
bgpos498757 { background-position: right 15px bottom , right , right bottom }
bgpos498758 { background-position: right 15px bottom 15% , right , right bottom }
bgpos498759 { background-position: right 15px bottom 15px , right , right bottom }
bgpos498760 { background-position: right 15px top , right , right bottom }
bgpos498761 { background-position: right 15px top 15% , right , right bottom }
bgpos498762 { background-position: right 15px top 15px , right , right bottom }
bgpos498763 { background-position: right 15px center , right , right bottom }
bgpos498764 { background-position: right center , right , right bottom }
bgpos498765 { background-position: 100px , right , right bottom }
bgpos498766 { background-position: 100px 10% , right , right bottom }
bgpos498767 { background-position: 100px 100px , right , right bottom }
bgpos498768 { background-position: 100px bottom , right , right bottom }
bgpos498769 { background-position: 100px center , right , right bottom }
bgpos498770 { background-position: 100px top , right , right bottom }
bgpos498771 { background-position: 50% , right , right bottom }
bgpos498772 { background-position: 50% 10% , right , right bottom }
bgpos498773 { background-position: 50% 100px , right , right bottom }
bgpos498774 { background-position: 50% bottom , right , right bottom }
bgpos498775 { background-position: 50% center , right , right bottom }
bgpos498776 { background-position: 50% top , right , right bottom }
bgpos498777 { background-position: bottom, right , right bottom }
bgpos498778 { background-position: center , right , right bottom }
bgpos498779 { background-position: center bottom , right , right bottom }
bgpos498780 { background-position: center bottom 15% , right , right bottom }
bgpos498781 { background-position: center bottom 15px , right , right bottom }
bgpos498782 { background-position: center top , right , right bottom }
bgpos498783 { background-position: center top 15% , right , right bottom }
bgpos498784 { background-position: center top 15px , right , right bottom }
bgpos498785 { background-position: center 10% , right , right bottom }
bgpos498786 { background-position: center 100px , right , right bottom }
bgpos498787 { background-position: center bottom , right , right bottom }
bgpos498788 { background-position: center center , right , right bottom }
bgpos498789 { background-position: center top , right , right bottom }
bgpos498790 { background-position: left , right , right bottom }
bgpos498791 { background-position: left 10% , right , right bottom }
bgpos498792 { background-position: left 100px , right , right bottom }
bgpos498793 { background-position: left bottom , right , right bottom }
bgpos498794 { background-position: left center , right , right bottom }
bgpos498795 { background-position: left top , right , right bottom }
bgpos498796 { background-position: right , right , right bottom }
bgpos498797 { background-position: right 10% , right , right bottom }
bgpos498798 { background-position: right 100px , right , right bottom }
bgpos498799 { background-position: right bottom , right , right bottom }
bgpos498800 { background-position: right center , right , right bottom }
bgpos498801 { background-position: right top , right , right bottom }
bgpos498802 { background-position: top , right , right bottom }
bgpos498803 { background-position: left bottom , right 10% , right bottom }
bgpos498804 { background-position: left bottom 15% , right 10% , right bottom }
bgpos498805 { background-position: left bottom 15px , right 10% , right bottom }
bgpos498806 { background-position: left top , right 10% , right bottom }
bgpos498807 { background-position: left top 15% , right 10% , right bottom }
bgpos498808 { background-position: left top 15px , right 10% , right bottom }
bgpos498809 { background-position: left 15% bottom , right 10% , right bottom }
bgpos498810 { background-position: left 15% bottom 15% , right 10% , right bottom }
bgpos498811 { background-position: left 15% bottom 15px , right 10% , right bottom }
bgpos498812 { background-position: left 15% top , right 10% , right bottom }
bgpos498813 { background-position: left 15% top 15% , right 10% , right bottom }
bgpos498814 { background-position: left 15% top 15px , right 10% , right bottom }
bgpos498815 { background-position: left 15% center , right 10% , right bottom }
bgpos498816 { background-position: left 15px bottom , right 10% , right bottom }
bgpos498817 { background-position: left 15px bottom 15% , right 10% , right bottom }
bgpos498818 { background-position: left 15px bottom 15px , right 10% , right bottom }
bgpos498819 { background-position: left 15px top , right 10% , right bottom }
bgpos498820 { background-position: left 15px top 15% , right 10% , right bottom }
bgpos498821 { background-position: left 15px top 15px , right 10% , right bottom }
bgpos498822 { background-position: left 15px center , right 10% , right bottom }
bgpos498823 { background-position: left center , right 10% , right bottom }
bgpos498824 { background-position: right bottom , right 10% , right bottom }
bgpos498825 { background-position: right bottom 15% , right 10% , right bottom }
bgpos498826 { background-position: right bottom 15px , right 10% , right bottom }
bgpos498827 { background-position: right top , right 10% , right bottom }
bgpos498828 { background-position: right top 15% , right 10% , right bottom }
bgpos498829 { background-position: right top 15px , right 10% , right bottom }
bgpos498830 { background-position: right 15% bottom , right 10% , right bottom }
bgpos498831 { background-position: right 15% bottom 15% , right 10% , right bottom }
bgpos498832 { background-position: right 15% bottom 15px , right 10% , right bottom }
bgpos498833 { background-position: right 15% top , right 10% , right bottom }
bgpos498834 { background-position: right 15% top 15% , right 10% , right bottom }
bgpos498835 { background-position: right 15% top 15px , right 10% , right bottom }
bgpos498836 { background-position: right 15% center , right 10% , right bottom }
bgpos498837 { background-position: right 15px bottom , right 10% , right bottom }
bgpos498838 { background-position: right 15px bottom 15% , right 10% , right bottom }
bgpos498839 { background-position: right 15px bottom 15px , right 10% , right bottom }
bgpos498840 { background-position: right 15px top , right 10% , right bottom }
bgpos498841 { background-position: right 15px top 15% , right 10% , right bottom }
bgpos498842 { background-position: right 15px top 15px , right 10% , right bottom }
bgpos498843 { background-position: right 15px center , right 10% , right bottom }
bgpos498844 { background-position: right center , right 10% , right bottom }
bgpos498845 { background-position: 100px , right 10% , right bottom }
bgpos498846 { background-position: 100px 10% , right 10% , right bottom }
bgpos498847 { background-position: 100px 100px , right 10% , right bottom }
bgpos498848 { background-position: 100px bottom , right 10% , right bottom }
bgpos498849 { background-position: 100px center , right 10% , right bottom }
bgpos498850 { background-position: 100px top , right 10% , right bottom }
bgpos498851 { background-position: 50% , right 10% , right bottom }
bgpos498852 { background-position: 50% 10% , right 10% , right bottom }
bgpos498853 { background-position: 50% 100px , right 10% , right bottom }
bgpos498854 { background-position: 50% bottom , right 10% , right bottom }
bgpos498855 { background-position: 50% center , right 10% , right bottom }
bgpos498856 { background-position: 50% top , right 10% , right bottom }
bgpos498857 { background-position: bottom, right 10% , right bottom }
bgpos498858 { background-position: center , right 10% , right bottom }
bgpos498859 { background-position: center bottom , right 10% , right bottom }
bgpos498860 { background-position: center bottom 15% , right 10% , right bottom }
bgpos498861 { background-position: center bottom 15px , right 10% , right bottom }
bgpos498862 { background-position: center top , right 10% , right bottom }
bgpos498863 { background-position: center top 15% , right 10% , right bottom }
bgpos498864 { background-position: center top 15px , right 10% , right bottom }
bgpos498865 { background-position: center 10% , right 10% , right bottom }
bgpos498866 { background-position: center 100px , right 10% , right bottom }
bgpos498867 { background-position: center bottom , right 10% , right bottom }
bgpos498868 { background-position: center center , right 10% , right bottom }
bgpos498869 { background-position: center top , right 10% , right bottom }
bgpos498870 { background-position: left , right 10% , right bottom }
bgpos498871 { background-position: left 10% , right 10% , right bottom }
bgpos498872 { background-position: left 100px , right 10% , right bottom }
bgpos498873 { background-position: left bottom , right 10% , right bottom }
bgpos498874 { background-position: left center , right 10% , right bottom }
bgpos498875 { background-position: left top , right 10% , right bottom }
bgpos498876 { background-position: right , right 10% , right bottom }
bgpos498877 { background-position: right 10% , right 10% , right bottom }
bgpos498878 { background-position: right 100px , right 10% , right bottom }
bgpos498879 { background-position: right bottom , right 10% , right bottom }
bgpos498880 { background-position: right center , right 10% , right bottom }
bgpos498881 { background-position: right top , right 10% , right bottom }
bgpos498882 { background-position: top , right 10% , right bottom }
bgpos498883 { background-position: left bottom , right 100px , right bottom }
bgpos498884 { background-position: left bottom 15% , right 100px , right bottom }
bgpos498885 { background-position: left bottom 15px , right 100px , right bottom }
bgpos498886 { background-position: left top , right 100px , right bottom }
bgpos498887 { background-position: left top 15% , right 100px , right bottom }
bgpos498888 { background-position: left top 15px , right 100px , right bottom }
bgpos498889 { background-position: left 15% bottom , right 100px , right bottom }
bgpos498890 { background-position: left 15% bottom 15% , right 100px , right bottom }
bgpos498891 { background-position: left 15% bottom 15px , right 100px , right bottom }
bgpos498892 { background-position: left 15% top , right 100px , right bottom }
bgpos498893 { background-position: left 15% top 15% , right 100px , right bottom }
bgpos498894 { background-position: left 15% top 15px , right 100px , right bottom }
bgpos498895 { background-position: left 15% center , right 100px , right bottom }
bgpos498896 { background-position: left 15px bottom , right 100px , right bottom }
bgpos498897 { background-position: left 15px bottom 15% , right 100px , right bottom }
bgpos498898 { background-position: left 15px bottom 15px , right 100px , right bottom }
bgpos498899 { background-position: left 15px top , right 100px , right bottom }
bgpos498900 { background-position: left 15px top 15% , right 100px , right bottom }
bgpos498901 { background-position: left 15px top 15px , right 100px , right bottom }
bgpos498902 { background-position: left 15px center , right 100px , right bottom }
bgpos498903 { background-position: left center , right 100px , right bottom }
bgpos498904 { background-position: right bottom , right 100px , right bottom }
bgpos498905 { background-position: right bottom 15% , right 100px , right bottom }
bgpos498906 { background-position: right bottom 15px , right 100px , right bottom }
bgpos498907 { background-position: right top , right 100px , right bottom }
bgpos498908 { background-position: right top 15% , right 100px , right bottom }
bgpos498909 { background-position: right top 15px , right 100px , right bottom }
bgpos498910 { background-position: right 15% bottom , right 100px , right bottom }
bgpos498911 { background-position: right 15% bottom 15% , right 100px , right bottom }
bgpos498912 { background-position: right 15% bottom 15px , right 100px , right bottom }
bgpos498913 { background-position: right 15% top , right 100px , right bottom }
bgpos498914 { background-position: right 15% top 15% , right 100px , right bottom }
bgpos498915 { background-position: right 15% top 15px , right 100px , right bottom }
bgpos498916 { background-position: right 15% center , right 100px , right bottom }
bgpos498917 { background-position: right 15px bottom , right 100px , right bottom }
bgpos498918 { background-position: right 15px bottom 15% , right 100px , right bottom }
bgpos498919 { background-position: right 15px bottom 15px , right 100px , right bottom }
bgpos498920 { background-position: right 15px top , right 100px , right bottom }
bgpos498921 { background-position: right 15px top 15% , right 100px , right bottom }
bgpos498922 { background-position: right 15px top 15px , right 100px , right bottom }
bgpos498923 { background-position: right 15px center , right 100px , right bottom }
bgpos498924 { background-position: right center , right 100px , right bottom }
bgpos498925 { background-position: 100px , right 100px , right bottom }
bgpos498926 { background-position: 100px 10% , right 100px , right bottom }
bgpos498927 { background-position: 100px 100px , right 100px , right bottom }
bgpos498928 { background-position: 100px bottom , right 100px , right bottom }
bgpos498929 { background-position: 100px center , right 100px , right bottom }
bgpos498930 { background-position: 100px top , right 100px , right bottom }
bgpos498931 { background-position: 50% , right 100px , right bottom }
bgpos498932 { background-position: 50% 10% , right 100px , right bottom }
bgpos498933 { background-position: 50% 100px , right 100px , right bottom }
bgpos498934 { background-position: 50% bottom , right 100px , right bottom }
bgpos498935 { background-position: 50% center , right 100px , right bottom }
bgpos498936 { background-position: 50% top , right 100px , right bottom }
bgpos498937 { background-position: bottom, right 100px , right bottom }
bgpos498938 { background-position: center , right 100px , right bottom }
bgpos498939 { background-position: center bottom , right 100px , right bottom }
bgpos498940 { background-position: center bottom 15% , right 100px , right bottom }
bgpos498941 { background-position: center bottom 15px , right 100px , right bottom }
bgpos498942 { background-position: center top , right 100px , right bottom }
bgpos498943 { background-position: center top 15% , right 100px , right bottom }
bgpos498944 { background-position: center top 15px , right 100px , right bottom }
bgpos498945 { background-position: center 10% , right 100px , right bottom }
bgpos498946 { background-position: center 100px , right 100px , right bottom }
bgpos498947 { background-position: center bottom , right 100px , right bottom }
bgpos498948 { background-position: center center , right 100px , right bottom }
bgpos498949 { background-position: center top , right 100px , right bottom }
bgpos498950 { background-position: left , right 100px , right bottom }
bgpos498951 { background-position: left 10% , right 100px , right bottom }
bgpos498952 { background-position: left 100px , right 100px , right bottom }
bgpos498953 { background-position: left bottom , right 100px , right bottom }
bgpos498954 { background-position: left center , right 100px , right bottom }
bgpos498955 { background-position: left top , right 100px , right bottom }
bgpos498956 { background-position: right , right 100px , right bottom }
bgpos498957 { background-position: right 10% , right 100px , right bottom }
bgpos498958 { background-position: right 100px , right 100px , right bottom }
bgpos498959 { background-position: right bottom , right 100px , right bottom }
bgpos498960 { background-position: right center , right 100px , right bottom }
bgpos498961 { background-position: right top , right 100px , right bottom }
bgpos498962 { background-position: top , right 100px , right bottom }
bgpos498963 { background-position: left bottom , right bottom , right bottom }
bgpos498964 { background-position: left bottom 15% , right bottom , right bottom }
bgpos498965 { background-position: left bottom 15px , right bottom , right bottom }
bgpos498966 { background-position: left top , right bottom , right bottom }
bgpos498967 { background-position: left top 15% , right bottom , right bottom }
bgpos498968 { background-position: left top 15px , right bottom , right bottom }
bgpos498969 { background-position: left 15% bottom , right bottom , right bottom }
bgpos498970 { background-position: left 15% bottom 15% , right bottom , right bottom }
bgpos498971 { background-position: left 15% bottom 15px , right bottom , right bottom }
bgpos498972 { background-position: left 15% top , right bottom , right bottom }
bgpos498973 { background-position: left 15% top 15% , right bottom , right bottom }
bgpos498974 { background-position: left 15% top 15px , right bottom , right bottom }
bgpos498975 { background-position: left 15% center , right bottom , right bottom }
bgpos498976 { background-position: left 15px bottom , right bottom , right bottom }
bgpos498977 { background-position: left 15px bottom 15% , right bottom , right bottom }
bgpos498978 { background-position: left 15px bottom 15px , right bottom , right bottom }
bgpos498979 { background-position: left 15px top , right bottom , right bottom }
bgpos498980 { background-position: left 15px top 15% , right bottom , right bottom }
bgpos498981 { background-position: left 15px top 15px , right bottom , right bottom }
bgpos498982 { background-position: left 15px center , right bottom , right bottom }
bgpos498983 { background-position: left center , right bottom , right bottom }
bgpos498984 { background-position: right bottom , right bottom , right bottom }
bgpos498985 { background-position: right bottom 15% , right bottom , right bottom }
bgpos498986 { background-position: right bottom 15px , right bottom , right bottom }
bgpos498987 { background-position: right top , right bottom , right bottom }
bgpos498988 { background-position: right top 15% , right bottom , right bottom }
bgpos498989 { background-position: right top 15px , right bottom , right bottom }
bgpos498990 { background-position: right 15% bottom , right bottom , right bottom }
bgpos498991 { background-position: right 15% bottom 15% , right bottom , right bottom }
bgpos498992 { background-position: right 15% bottom 15px , right bottom , right bottom }
bgpos498993 { background-position: right 15% top , right bottom , right bottom }
bgpos498994 { background-position: right 15% top 15% , right bottom , right bottom }
bgpos498995 { background-position: right 15% top 15px , right bottom , right bottom }
bgpos498996 { background-position: right 15% center , right bottom , right bottom }
bgpos498997 { background-position: right 15px bottom , right bottom , right bottom }
bgpos498998 { background-position: right 15px bottom 15% , right bottom , right bottom }
bgpos498999 { background-position: right 15px bottom 15px , right bottom , right bottom }
bgpos499000 { background-position: right 15px top , right bottom , right bottom }
bgpos499001 { background-position: right 15px top 15% , right bottom , right bottom }
bgpos499002 { background-position: right 15px top 15px , right bottom , right bottom }
bgpos499003 { background-position: right 15px center , right bottom , right bottom }
bgpos499004 { background-position: right center , right bottom , right bottom }
bgpos499005 { background-position: 100px , right bottom , right bottom }
bgpos499006 { background-position: 100px 10% , right bottom , right bottom }
bgpos499007 { background-position: 100px 100px , right bottom , right bottom }
bgpos499008 { background-position: 100px bottom , right bottom , right bottom }
bgpos499009 { background-position: 100px center , right bottom , right bottom }
bgpos499010 { background-position: 100px top , right bottom , right bottom }
bgpos499011 { background-position: 50% , right bottom , right bottom }
bgpos499012 { background-position: 50% 10% , right bottom , right bottom }
bgpos499013 { background-position: 50% 100px , right bottom , right bottom }
bgpos499014 { background-position: 50% bottom , right bottom , right bottom }
bgpos499015 { background-position: 50% center , right bottom , right bottom }
bgpos499016 { background-position: 50% top , right bottom , right bottom }
bgpos499017 { background-position: bottom, right bottom , right bottom }
bgpos499018 { background-position: center , right bottom , right bottom }
bgpos499019 { background-position: center bottom , right bottom , right bottom }
bgpos499020 { background-position: center bottom 15% , right bottom , right bottom }
bgpos499021 { background-position: center bottom 15px , right bottom , right bottom }
bgpos499022 { background-position: center top , right bottom , right bottom }
bgpos499023 { background-position: center top 15% , right bottom , right bottom }
bgpos499024 { background-position: center top 15px , right bottom , right bottom }
bgpos499025 { background-position: center 10% , right bottom , right bottom }
bgpos499026 { background-position: center 100px , right bottom , right bottom }
bgpos499027 { background-position: center bottom , right bottom , right bottom }
bgpos499028 { background-position: center center , right bottom , right bottom }
bgpos499029 { background-position: center top , right bottom , right bottom }
bgpos499030 { background-position: left , right bottom , right bottom }
bgpos499031 { background-position: left 10% , right bottom , right bottom }
bgpos499032 { background-position: left 100px , right bottom , right bottom }
bgpos499033 { background-position: left bottom , right bottom , right bottom }
bgpos499034 { background-position: left center , right bottom , right bottom }
bgpos499035 { background-position: left top , right bottom , right bottom }
bgpos499036 { background-position: right , right bottom , right bottom }
bgpos499037 { background-position: right 10% , right bottom , right bottom }
bgpos499038 { background-position: right 100px , right bottom , right bottom }
bgpos499039 { background-position: right bottom , right bottom , right bottom }
bgpos499040 { background-position: right center , right bottom , right bottom }
bgpos499041 { background-position: right top , right bottom , right bottom }
bgpos499042 { background-position: top , right bottom , right bottom }
bgpos499043 { background-position: left bottom , right center , right bottom }
bgpos499044 { background-position: left bottom 15% , right center , right bottom }
bgpos499045 { background-position: left bottom 15px , right center , right bottom }
bgpos499046 { background-position: left top , right center , right bottom }
bgpos499047 { background-position: left top 15% , right center , right bottom }
bgpos499048 { background-position: left top 15px , right center , right bottom }
bgpos499049 { background-position: left 15% bottom , right center , right bottom }
bgpos499050 { background-position: left 15% bottom 15% , right center , right bottom }
bgpos499051 { background-position: left 15% bottom 15px , right center , right bottom }
bgpos499052 { background-position: left 15% top , right center , right bottom }
bgpos499053 { background-position: left 15% top 15% , right center , right bottom }
bgpos499054 { background-position: left 15% top 15px , right center , right bottom }
bgpos499055 { background-position: left 15% center , right center , right bottom }
bgpos499056 { background-position: left 15px bottom , right center , right bottom }
bgpos499057 { background-position: left 15px bottom 15% , right center , right bottom }
bgpos499058 { background-position: left 15px bottom 15px , right center , right bottom }
bgpos499059 { background-position: left 15px top , right center , right bottom }
bgpos499060 { background-position: left 15px top 15% , right center , right bottom }
bgpos499061 { background-position: left 15px top 15px , right center , right bottom }
bgpos499062 { background-position: left 15px center , right center , right bottom }
bgpos499063 { background-position: left center , right center , right bottom }
bgpos499064 { background-position: right bottom , right center , right bottom }
bgpos499065 { background-position: right bottom 15% , right center , right bottom }
bgpos499066 { background-position: right bottom 15px , right center , right bottom }
bgpos499067 { background-position: right top , right center , right bottom }
bgpos499068 { background-position: right top 15% , right center , right bottom }
bgpos499069 { background-position: right top 15px , right center , right bottom }
bgpos499070 { background-position: right 15% bottom , right center , right bottom }
bgpos499071 { background-position: right 15% bottom 15% , right center , right bottom }
bgpos499072 { background-position: right 15% bottom 15px , right center , right bottom }
bgpos499073 { background-position: right 15% top , right center , right bottom }
bgpos499074 { background-position: right 15% top 15% , right center , right bottom }
bgpos499075 { background-position: right 15% top 15px , right center , right bottom }
bgpos499076 { background-position: right 15% center , right center , right bottom }
bgpos499077 { background-position: right 15px bottom , right center , right bottom }
bgpos499078 { background-position: right 15px bottom 15% , right center , right bottom }
bgpos499079 { background-position: right 15px bottom 15px , right center , right bottom }
bgpos499080 { background-position: right 15px top , right center , right bottom }
bgpos499081 { background-position: right 15px top 15% , right center , right bottom }
bgpos499082 { background-position: right 15px top 15px , right center , right bottom }
bgpos499083 { background-position: right 15px center , right center , right bottom }
bgpos499084 { background-position: right center , right center , right bottom }
bgpos499085 { background-position: 100px , right center , right bottom }
bgpos499086 { background-position: 100px 10% , right center , right bottom }
bgpos499087 { background-position: 100px 100px , right center , right bottom }
bgpos499088 { background-position: 100px bottom , right center , right bottom }
bgpos499089 { background-position: 100px center , right center , right bottom }
bgpos499090 { background-position: 100px top , right center , right bottom }
bgpos499091 { background-position: 50% , right center , right bottom }
bgpos499092 { background-position: 50% 10% , right center , right bottom }
bgpos499093 { background-position: 50% 100px , right center , right bottom }
bgpos499094 { background-position: 50% bottom , right center , right bottom }
bgpos499095 { background-position: 50% center , right center , right bottom }
bgpos499096 { background-position: 50% top , right center , right bottom }
bgpos499097 { background-position: bottom, right center , right bottom }
bgpos499098 { background-position: center , right center , right bottom }
bgpos499099 { background-position: center bottom , right center , right bottom }
bgpos499100 { background-position: center bottom 15% , right center , right bottom }
bgpos499101 { background-position: center bottom 15px , right center , right bottom }
bgpos499102 { background-position: center top , right center , right bottom }
bgpos499103 { background-position: center top 15% , right center , right bottom }
bgpos499104 { background-position: center top 15px , right center , right bottom }
bgpos499105 { background-position: center 10% , right center , right bottom }
bgpos499106 { background-position: center 100px , right center , right bottom }
bgpos499107 { background-position: center bottom , right center , right bottom }
bgpos499108 { background-position: center center , right center , right bottom }
bgpos499109 { background-position: center top , right center , right bottom }
bgpos499110 { background-position: left , right center , right bottom }
bgpos499111 { background-position: left 10% , right center , right bottom }
bgpos499112 { background-position: left 100px , right center , right bottom }
bgpos499113 { background-position: left bottom , right center , right bottom }
bgpos499114 { background-position: left center , right center , right bottom }
bgpos499115 { background-position: left top , right center , right bottom }
bgpos499116 { background-position: right , right center , right bottom }
bgpos499117 { background-position: right 10% , right center , right bottom }
bgpos499118 { background-position: right 100px , right center , right bottom }
bgpos499119 { background-position: right bottom , right center , right bottom }
bgpos499120 { background-position: right center , right center , right bottom }
bgpos499121 { background-position: right top , right center , right bottom }
bgpos499122 { background-position: top , right center , right bottom }
bgpos499123 { background-position: left bottom , right top , right bottom }
bgpos499124 { background-position: left bottom 15% , right top , right bottom }
bgpos499125 { background-position: left bottom 15px , right top , right bottom }
bgpos499126 { background-position: left top , right top , right bottom }
bgpos499127 { background-position: left top 15% , right top , right bottom }
bgpos499128 { background-position: left top 15px , right top , right bottom }
bgpos499129 { background-position: left 15% bottom , right top , right bottom }
bgpos499130 { background-position: left 15% bottom 15% , right top , right bottom }
bgpos499131 { background-position: left 15% bottom 15px , right top , right bottom }
bgpos499132 { background-position: left 15% top , right top , right bottom }
bgpos499133 { background-position: left 15% top 15% , right top , right bottom }
bgpos499134 { background-position: left 15% top 15px , right top , right bottom }
bgpos499135 { background-position: left 15% center , right top , right bottom }
bgpos499136 { background-position: left 15px bottom , right top , right bottom }
bgpos499137 { background-position: left 15px bottom 15% , right top , right bottom }
bgpos499138 { background-position: left 15px bottom 15px , right top , right bottom }
bgpos499139 { background-position: left 15px top , right top , right bottom }
bgpos499140 { background-position: left 15px top 15% , right top , right bottom }
bgpos499141 { background-position: left 15px top 15px , right top , right bottom }
bgpos499142 { background-position: left 15px center , right top , right bottom }
bgpos499143 { background-position: left center , right top , right bottom }
bgpos499144 { background-position: right bottom , right top , right bottom }
bgpos499145 { background-position: right bottom 15% , right top , right bottom }
bgpos499146 { background-position: right bottom 15px , right top , right bottom }
bgpos499147 { background-position: right top , right top , right bottom }
bgpos499148 { background-position: right top 15% , right top , right bottom }
bgpos499149 { background-position: right top 15px , right top , right bottom }
bgpos499150 { background-position: right 15% bottom , right top , right bottom }
bgpos499151 { background-position: right 15% bottom 15% , right top , right bottom }
bgpos499152 { background-position: right 15% bottom 15px , right top , right bottom }
bgpos499153 { background-position: right 15% top , right top , right bottom }
bgpos499154 { background-position: right 15% top 15% , right top , right bottom }
bgpos499155 { background-position: right 15% top 15px , right top , right bottom }
bgpos499156 { background-position: right 15% center , right top , right bottom }
bgpos499157 { background-position: right 15px bottom , right top , right bottom }
bgpos499158 { background-position: right 15px bottom 15% , right top , right bottom }
bgpos499159 { background-position: right 15px bottom 15px , right top , right bottom }
bgpos499160 { background-position: right 15px top , right top , right bottom }
bgpos499161 { background-position: right 15px top 15% , right top , right bottom }
bgpos499162 { background-position: right 15px top 15px , right top , right bottom }
bgpos499163 { background-position: right 15px center , right top , right bottom }
bgpos499164 { background-position: right center , right top , right bottom }
bgpos499165 { background-position: 100px , right top , right bottom }
bgpos499166 { background-position: 100px 10% , right top , right bottom }
bgpos499167 { background-position: 100px 100px , right top , right bottom }
bgpos499168 { background-position: 100px bottom , right top , right bottom }
bgpos499169 { background-position: 100px center , right top , right bottom }
bgpos499170 { background-position: 100px top , right top , right bottom }
bgpos499171 { background-position: 50% , right top , right bottom }
bgpos499172 { background-position: 50% 10% , right top , right bottom }
bgpos499173 { background-position: 50% 100px , right top , right bottom }
bgpos499174 { background-position: 50% bottom , right top , right bottom }
bgpos499175 { background-position: 50% center , right top , right bottom }
bgpos499176 { background-position: 50% top , right top , right bottom }
bgpos499177 { background-position: bottom, right top , right bottom }
bgpos499178 { background-position: center , right top , right bottom }
bgpos499179 { background-position: center bottom , right top , right bottom }
bgpos499180 { background-position: center bottom 15% , right top , right bottom }
bgpos499181 { background-position: center bottom 15px , right top , right bottom }
bgpos499182 { background-position: center top , right top , right bottom }
bgpos499183 { background-position: center top 15% , right top , right bottom }
bgpos499184 { background-position: center top 15px , right top , right bottom }
bgpos499185 { background-position: center 10% , right top , right bottom }
bgpos499186 { background-position: center 100px , right top , right bottom }
bgpos499187 { background-position: center bottom , right top , right bottom }
bgpos499188 { background-position: center center , right top , right bottom }
bgpos499189 { background-position: center top , right top , right bottom }
bgpos499190 { background-position: left , right top , right bottom }
bgpos499191 { background-position: left 10% , right top , right bottom }
bgpos499192 { background-position: left 100px , right top , right bottom }
bgpos499193 { background-position: left bottom , right top , right bottom }
bgpos499194 { background-position: left center , right top , right bottom }
bgpos499195 { background-position: left top , right top , right bottom }
bgpos499196 { background-position: right , right top , right bottom }
bgpos499197 { background-position: right 10% , right top , right bottom }
bgpos499198 { background-position: right 100px , right top , right bottom }
bgpos499199 { background-position: right bottom , right top , right bottom }
bgpos499200 { background-position: right center , right top , right bottom }
bgpos499201 { background-position: right top , right top , right bottom }
bgpos499202 { background-position: top , right top , right bottom }
bgpos499203 { background-position: left bottom , top , right bottom }
bgpos499204 { background-position: left bottom 15% , top , right bottom }
bgpos499205 { background-position: left bottom 15px , top , right bottom }
bgpos499206 { background-position: left top , top , right bottom }
bgpos499207 { background-position: left top 15% , top , right bottom }
bgpos499208 { background-position: left top 15px , top , right bottom }
bgpos499209 { background-position: left 15% bottom , top , right bottom }
bgpos499210 { background-position: left 15% bottom 15% , top , right bottom }
bgpos499211 { background-position: left 15% bottom 15px , top , right bottom }
bgpos499212 { background-position: left 15% top , top , right bottom }
bgpos499213 { background-position: left 15% top 15% , top , right bottom }
bgpos499214 { background-position: left 15% top 15px , top , right bottom }
bgpos499215 { background-position: left 15% center , top , right bottom }
bgpos499216 { background-position: left 15px bottom , top , right bottom }
bgpos499217 { background-position: left 15px bottom 15% , top , right bottom }
bgpos499218 { background-position: left 15px bottom 15px , top , right bottom }
bgpos499219 { background-position: left 15px top , top , right bottom }
bgpos499220 { background-position: left 15px top 15% , top , right bottom }
bgpos499221 { background-position: left 15px top 15px , top , right bottom }
bgpos499222 { background-position: left 15px center , top , right bottom }
bgpos499223 { background-position: left center , top , right bottom }
bgpos499224 { background-position: right bottom , top , right bottom }
bgpos499225 { background-position: right bottom 15% , top , right bottom }
bgpos499226 { background-position: right bottom 15px , top , right bottom }
bgpos499227 { background-position: right top , top , right bottom }
bgpos499228 { background-position: right top 15% , top , right bottom }
bgpos499229 { background-position: right top 15px , top , right bottom }
bgpos499230 { background-position: right 15% bottom , top , right bottom }
bgpos499231 { background-position: right 15% bottom 15% , top , right bottom }
bgpos499232 { background-position: right 15% bottom 15px , top , right bottom }
bgpos499233 { background-position: right 15% top , top , right bottom }
bgpos499234 { background-position: right 15% top 15% , top , right bottom }
bgpos499235 { background-position: right 15% top 15px , top , right bottom }
bgpos499236 { background-position: right 15% center , top , right bottom }
bgpos499237 { background-position: right 15px bottom , top , right bottom }
bgpos499238 { background-position: right 15px bottom 15% , top , right bottom }
bgpos499239 { background-position: right 15px bottom 15px , top , right bottom }
bgpos499240 { background-position: right 15px top , top , right bottom }
bgpos499241 { background-position: right 15px top 15% , top , right bottom }
bgpos499242 { background-position: right 15px top 15px , top , right bottom }
bgpos499243 { background-position: right 15px center , top , right bottom }
bgpos499244 { background-position: right center , top , right bottom }
bgpos499245 { background-position: 100px , top , right bottom }
bgpos499246 { background-position: 100px 10% , top , right bottom }
bgpos499247 { background-position: 100px 100px , top , right bottom }
bgpos499248 { background-position: 100px bottom , top , right bottom }
bgpos499249 { background-position: 100px center , top , right bottom }
bgpos499250 { background-position: 100px top , top , right bottom }
bgpos499251 { background-position: 50% , top , right bottom }
bgpos499252 { background-position: 50% 10% , top , right bottom }
bgpos499253 { background-position: 50% 100px , top , right bottom }
bgpos499254 { background-position: 50% bottom , top , right bottom }
bgpos499255 { background-position: 50% center , top , right bottom }
bgpos499256 { background-position: 50% top , top , right bottom }
bgpos499257 { background-position: bottom, top , right bottom }
bgpos499258 { background-position: center , top , right bottom }
bgpos499259 { background-position: center bottom , top , right bottom }
bgpos499260 { background-position: center bottom 15% , top , right bottom }
bgpos499261 { background-position: center bottom 15px , top , right bottom }
bgpos499262 { background-position: center top , top , right bottom }
bgpos499263 { background-position: center top 15% , top , right bottom }
bgpos499264 { background-position: center top 15px , top , right bottom }
bgpos499265 { background-position: center 10% , top , right bottom }
bgpos499266 { background-position: center 100px , top , right bottom }
bgpos499267 { background-position: center bottom , top , right bottom }
bgpos499268 { background-position: center center , top , right bottom }
bgpos499269 { background-position: center top , top , right bottom }
bgpos499270 { background-position: left , top , right bottom }
bgpos499271 { background-position: left 10% , top , right bottom }
bgpos499272 { background-position: left 100px , top , right bottom }
bgpos499273 { background-position: left bottom , top , right bottom }
bgpos499274 { background-position: left center , top , right bottom }
bgpos499275 { background-position: left top , top , right bottom }
bgpos499276 { background-position: right , top , right bottom }
bgpos499277 { background-position: right 10% , top , right bottom }
bgpos499278 { background-position: right 100px , top , right bottom }
bgpos499279 { background-position: right bottom , top , right bottom }
bgpos499280 { background-position: right center , top , right bottom }
bgpos499281 { background-position: right top , top , right bottom }
bgpos499282 { background-position: top , top , right bottom }
bgpos499283 { background-position: left bottom , left bottom , right center }
bgpos499284 { background-position: left bottom 15% , left bottom , right center }
bgpos499285 { background-position: left bottom 15px , left bottom , right center }
bgpos499286 { background-position: left top , left bottom , right center }
bgpos499287 { background-position: left top 15% , left bottom , right center }
bgpos499288 { background-position: left top 15px , left bottom , right center }
bgpos499289 { background-position: left 15% bottom , left bottom , right center }
bgpos499290 { background-position: left 15% bottom 15% , left bottom , right center }
bgpos499291 { background-position: left 15% bottom 15px , left bottom , right center }
bgpos499292 { background-position: left 15% top , left bottom , right center }
bgpos499293 { background-position: left 15% top 15% , left bottom , right center }
bgpos499294 { background-position: left 15% top 15px , left bottom , right center }
bgpos499295 { background-position: left 15% center , left bottom , right center }
bgpos499296 { background-position: left 15px bottom , left bottom , right center }
bgpos499297 { background-position: left 15px bottom 15% , left bottom , right center }
bgpos499298 { background-position: left 15px bottom 15px , left bottom , right center }
bgpos499299 { background-position: left 15px top , left bottom , right center }
bgpos499300 { background-position: left 15px top 15% , left bottom , right center }
bgpos499301 { background-position: left 15px top 15px , left bottom , right center }
bgpos499302 { background-position: left 15px center , left bottom , right center }
bgpos499303 { background-position: left center , left bottom , right center }
bgpos499304 { background-position: right bottom , left bottom , right center }
bgpos499305 { background-position: right bottom 15% , left bottom , right center }
bgpos499306 { background-position: right bottom 15px , left bottom , right center }
bgpos499307 { background-position: right top , left bottom , right center }
bgpos499308 { background-position: right top 15% , left bottom , right center }
bgpos499309 { background-position: right top 15px , left bottom , right center }
bgpos499310 { background-position: right 15% bottom , left bottom , right center }
bgpos499311 { background-position: right 15% bottom 15% , left bottom , right center }
bgpos499312 { background-position: right 15% bottom 15px , left bottom , right center }
bgpos499313 { background-position: right 15% top , left bottom , right center }
bgpos499314 { background-position: right 15% top 15% , left bottom , right center }
bgpos499315 { background-position: right 15% top 15px , left bottom , right center }
bgpos499316 { background-position: right 15% center , left bottom , right center }
bgpos499317 { background-position: right 15px bottom , left bottom , right center }
bgpos499318 { background-position: right 15px bottom 15% , left bottom , right center }
bgpos499319 { background-position: right 15px bottom 15px , left bottom , right center }
bgpos499320 { background-position: right 15px top , left bottom , right center }
bgpos499321 { background-position: right 15px top 15% , left bottom , right center }
bgpos499322 { background-position: right 15px top 15px , left bottom , right center }
bgpos499323 { background-position: right 15px center , left bottom , right center }
bgpos499324 { background-position: right center , left bottom , right center }
bgpos499325 { background-position: 100px , left bottom , right center }
bgpos499326 { background-position: 100px 10% , left bottom , right center }
bgpos499327 { background-position: 100px 100px , left bottom , right center }
bgpos499328 { background-position: 100px bottom , left bottom , right center }
bgpos499329 { background-position: 100px center , left bottom , right center }
bgpos499330 { background-position: 100px top , left bottom , right center }
bgpos499331 { background-position: 50% , left bottom , right center }
bgpos499332 { background-position: 50% 10% , left bottom , right center }
bgpos499333 { background-position: 50% 100px , left bottom , right center }
bgpos499334 { background-position: 50% bottom , left bottom , right center }
bgpos499335 { background-position: 50% center , left bottom , right center }
bgpos499336 { background-position: 50% top , left bottom , right center }
bgpos499337 { background-position: bottom, left bottom , right center }
bgpos499338 { background-position: center , left bottom , right center }
bgpos499339 { background-position: center bottom , left bottom , right center }
bgpos499340 { background-position: center bottom 15% , left bottom , right center }
bgpos499341 { background-position: center bottom 15px , left bottom , right center }
bgpos499342 { background-position: center top , left bottom , right center }
bgpos499343 { background-position: center top 15% , left bottom , right center }
bgpos499344 { background-position: center top 15px , left bottom , right center }
bgpos499345 { background-position: center 10% , left bottom , right center }
bgpos499346 { background-position: center 100px , left bottom , right center }
bgpos499347 { background-position: center bottom , left bottom , right center }
bgpos499348 { background-position: center center , left bottom , right center }
bgpos499349 { background-position: center top , left bottom , right center }
bgpos499350 { background-position: left , left bottom , right center }
bgpos499351 { background-position: left 10% , left bottom , right center }
bgpos499352 { background-position: left 100px , left bottom , right center }
bgpos499353 { background-position: left bottom , left bottom , right center }
bgpos499354 { background-position: left center , left bottom , right center }
bgpos499355 { background-position: left top , left bottom , right center }
bgpos499356 { background-position: right , left bottom , right center }
bgpos499357 { background-position: right 10% , left bottom , right center }
bgpos499358 { background-position: right 100px , left bottom , right center }
bgpos499359 { background-position: right bottom , left bottom , right center }
bgpos499360 { background-position: right center , left bottom , right center }
bgpos499361 { background-position: right top , left bottom , right center }
bgpos499362 { background-position: top , left bottom , right center }
bgpos499363 { background-position: left bottom , left bottom 15% , right center }
bgpos499364 { background-position: left bottom 15% , left bottom 15% , right center }
bgpos499365 { background-position: left bottom 15px , left bottom 15% , right center }
bgpos499366 { background-position: left top , left bottom 15% , right center }
bgpos499367 { background-position: left top 15% , left bottom 15% , right center }
bgpos499368 { background-position: left top 15px , left bottom 15% , right center }
bgpos499369 { background-position: left 15% bottom , left bottom 15% , right center }
bgpos499370 { background-position: left 15% bottom 15% , left bottom 15% , right center }
bgpos499371 { background-position: left 15% bottom 15px , left bottom 15% , right center }
bgpos499372 { background-position: left 15% top , left bottom 15% , right center }
bgpos499373 { background-position: left 15% top 15% , left bottom 15% , right center }
bgpos499374 { background-position: left 15% top 15px , left bottom 15% , right center }
bgpos499375 { background-position: left 15% center , left bottom 15% , right center }
bgpos499376 { background-position: left 15px bottom , left bottom 15% , right center }
bgpos499377 { background-position: left 15px bottom 15% , left bottom 15% , right center }
bgpos499378 { background-position: left 15px bottom 15px , left bottom 15% , right center }
bgpos499379 { background-position: left 15px top , left bottom 15% , right center }
bgpos499380 { background-position: left 15px top 15% , left bottom 15% , right center }
bgpos499381 { background-position: left 15px top 15px , left bottom 15% , right center }
bgpos499382 { background-position: left 15px center , left bottom 15% , right center }
bgpos499383 { background-position: left center , left bottom 15% , right center }
bgpos499384 { background-position: right bottom , left bottom 15% , right center }
bgpos499385 { background-position: right bottom 15% , left bottom 15% , right center }
bgpos499386 { background-position: right bottom 15px , left bottom 15% , right center }
bgpos499387 { background-position: right top , left bottom 15% , right center }
bgpos499388 { background-position: right top 15% , left bottom 15% , right center }
bgpos499389 { background-position: right top 15px , left bottom 15% , right center }
bgpos499390 { background-position: right 15% bottom , left bottom 15% , right center }
bgpos499391 { background-position: right 15% bottom 15% , left bottom 15% , right center }
bgpos499392 { background-position: right 15% bottom 15px , left bottom 15% , right center }
bgpos499393 { background-position: right 15% top , left bottom 15% , right center }
bgpos499394 { background-position: right 15% top 15% , left bottom 15% , right center }
bgpos499395 { background-position: right 15% top 15px , left bottom 15% , right center }
bgpos499396 { background-position: right 15% center , left bottom 15% , right center }
bgpos499397 { background-position: right 15px bottom , left bottom 15% , right center }
bgpos499398 { background-position: right 15px bottom 15% , left bottom 15% , right center }
bgpos499399 { background-position: right 15px bottom 15px , left bottom 15% , right center }
bgpos499400 { background-position: right 15px top , left bottom 15% , right center }
bgpos499401 { background-position: right 15px top 15% , left bottom 15% , right center }
bgpos499402 { background-position: right 15px top 15px , left bottom 15% , right center }
bgpos499403 { background-position: right 15px center , left bottom 15% , right center }
bgpos499404 { background-position: right center , left bottom 15% , right center }
bgpos499405 { background-position: 100px , left bottom 15% , right center }
bgpos499406 { background-position: 100px 10% , left bottom 15% , right center }
bgpos499407 { background-position: 100px 100px , left bottom 15% , right center }
bgpos499408 { background-position: 100px bottom , left bottom 15% , right center }
bgpos499409 { background-position: 100px center , left bottom 15% , right center }
bgpos499410 { background-position: 100px top , left bottom 15% , right center }
bgpos499411 { background-position: 50% , left bottom 15% , right center }
bgpos499412 { background-position: 50% 10% , left bottom 15% , right center }
bgpos499413 { background-position: 50% 100px , left bottom 15% , right center }
bgpos499414 { background-position: 50% bottom , left bottom 15% , right center }
bgpos499415 { background-position: 50% center , left bottom 15% , right center }
bgpos499416 { background-position: 50% top , left bottom 15% , right center }
bgpos499417 { background-position: bottom, left bottom 15% , right center }
bgpos499418 { background-position: center , left bottom 15% , right center }
bgpos499419 { background-position: center bottom , left bottom 15% , right center }
bgpos499420 { background-position: center bottom 15% , left bottom 15% , right center }
bgpos499421 { background-position: center bottom 15px , left bottom 15% , right center }
bgpos499422 { background-position: center top , left bottom 15% , right center }
bgpos499423 { background-position: center top 15% , left bottom 15% , right center }
bgpos499424 { background-position: center top 15px , left bottom 15% , right center }
bgpos499425 { background-position: center 10% , left bottom 15% , right center }
bgpos499426 { background-position: center 100px , left bottom 15% , right center }
bgpos499427 { background-position: center bottom , left bottom 15% , right center }
bgpos499428 { background-position: center center , left bottom 15% , right center }
bgpos499429 { background-position: center top , left bottom 15% , right center }
bgpos499430 { background-position: left , left bottom 15% , right center }
bgpos499431 { background-position: left 10% , left bottom 15% , right center }
bgpos499432 { background-position: left 100px , left bottom 15% , right center }
bgpos499433 { background-position: left bottom , left bottom 15% , right center }
bgpos499434 { background-position: left center , left bottom 15% , right center }
bgpos499435 { background-position: left top , left bottom 15% , right center }
bgpos499436 { background-position: right , left bottom 15% , right center }
bgpos499437 { background-position: right 10% , left bottom 15% , right center }
bgpos499438 { background-position: right 100px , left bottom 15% , right center }
bgpos499439 { background-position: right bottom , left bottom 15% , right center }
bgpos499440 { background-position: right center , left bottom 15% , right center }
bgpos499441 { background-position: right top , left bottom 15% , right center }
bgpos499442 { background-position: top , left bottom 15% , right center }
bgpos499443 { background-position: left bottom , left bottom 15px , right center }
bgpos499444 { background-position: left bottom 15% , left bottom 15px , right center }
bgpos499445 { background-position: left bottom 15px , left bottom 15px , right center }
bgpos499446 { background-position: left top , left bottom 15px , right center }
bgpos499447 { background-position: left top 15% , left bottom 15px , right center }
bgpos499448 { background-position: left top 15px , left bottom 15px , right center }
bgpos499449 { background-position: left 15% bottom , left bottom 15px , right center }
bgpos499450 { background-position: left 15% bottom 15% , left bottom 15px , right center }
bgpos499451 { background-position: left 15% bottom 15px , left bottom 15px , right center }
bgpos499452 { background-position: left 15% top , left bottom 15px , right center }
bgpos499453 { background-position: left 15% top 15% , left bottom 15px , right center }
bgpos499454 { background-position: left 15% top 15px , left bottom 15px , right center }
bgpos499455 { background-position: left 15% center , left bottom 15px , right center }
bgpos499456 { background-position: left 15px bottom , left bottom 15px , right center }
bgpos499457 { background-position: left 15px bottom 15% , left bottom 15px , right center }
bgpos499458 { background-position: left 15px bottom 15px , left bottom 15px , right center }
bgpos499459 { background-position: left 15px top , left bottom 15px , right center }
bgpos499460 { background-position: left 15px top 15% , left bottom 15px , right center }
bgpos499461 { background-position: left 15px top 15px , left bottom 15px , right center }
bgpos499462 { background-position: left 15px center , left bottom 15px , right center }
bgpos499463 { background-position: left center , left bottom 15px , right center }
bgpos499464 { background-position: right bottom , left bottom 15px , right center }
bgpos499465 { background-position: right bottom 15% , left bottom 15px , right center }
bgpos499466 { background-position: right bottom 15px , left bottom 15px , right center }
bgpos499467 { background-position: right top , left bottom 15px , right center }
bgpos499468 { background-position: right top 15% , left bottom 15px , right center }
bgpos499469 { background-position: right top 15px , left bottom 15px , right center }
bgpos499470 { background-position: right 15% bottom , left bottom 15px , right center }
bgpos499471 { background-position: right 15% bottom 15% , left bottom 15px , right center }
bgpos499472 { background-position: right 15% bottom 15px , left bottom 15px , right center }
bgpos499473 { background-position: right 15% top , left bottom 15px , right center }
bgpos499474 { background-position: right 15% top 15% , left bottom 15px , right center }
bgpos499475 { background-position: right 15% top 15px , left bottom 15px , right center }
bgpos499476 { background-position: right 15% center , left bottom 15px , right center }
bgpos499477 { background-position: right 15px bottom , left bottom 15px , right center }
bgpos499478 { background-position: right 15px bottom 15% , left bottom 15px , right center }
bgpos499479 { background-position: right 15px bottom 15px , left bottom 15px , right center }
bgpos499480 { background-position: right 15px top , left bottom 15px , right center }
bgpos499481 { background-position: right 15px top 15% , left bottom 15px , right center }
bgpos499482 { background-position: right 15px top 15px , left bottom 15px , right center }
bgpos499483 { background-position: right 15px center , left bottom 15px , right center }
bgpos499484 { background-position: right center , left bottom 15px , right center }
bgpos499485 { background-position: 100px , left bottom 15px , right center }
bgpos499486 { background-position: 100px 10% , left bottom 15px , right center }
bgpos499487 { background-position: 100px 100px , left bottom 15px , right center }
bgpos499488 { background-position: 100px bottom , left bottom 15px , right center }
bgpos499489 { background-position: 100px center , left bottom 15px , right center }
bgpos499490 { background-position: 100px top , left bottom 15px , right center }
bgpos499491 { background-position: 50% , left bottom 15px , right center }
bgpos499492 { background-position: 50% 10% , left bottom 15px , right center }
bgpos499493 { background-position: 50% 100px , left bottom 15px , right center }
bgpos499494 { background-position: 50% bottom , left bottom 15px , right center }
bgpos499495 { background-position: 50% center , left bottom 15px , right center }
bgpos499496 { background-position: 50% top , left bottom 15px , right center }
bgpos499497 { background-position: bottom, left bottom 15px , right center }
bgpos499498 { background-position: center , left bottom 15px , right center }
bgpos499499 { background-position: center bottom , left bottom 15px , right center }
bgpos499500 { background-position: center bottom 15% , left bottom 15px , right center }
bgpos499501 { background-position: center bottom 15px , left bottom 15px , right center }
bgpos499502 { background-position: center top , left bottom 15px , right center }
bgpos499503 { background-position: center top 15% , left bottom 15px , right center }
bgpos499504 { background-position: center top 15px , left bottom 15px , right center }
bgpos499505 { background-position: center 10% , left bottom 15px , right center }
bgpos499506 { background-position: center 100px , left bottom 15px , right center }
bgpos499507 { background-position: center bottom , left bottom 15px , right center }
bgpos499508 { background-position: center center , left bottom 15px , right center }
bgpos499509 { background-position: center top , left bottom 15px , right center }
bgpos499510 { background-position: left , left bottom 15px , right center }
bgpos499511 { background-position: left 10% , left bottom 15px , right center }
bgpos499512 { background-position: left 100px , left bottom 15px , right center }
bgpos499513 { background-position: left bottom , left bottom 15px , right center }
bgpos499514 { background-position: left center , left bottom 15px , right center }
bgpos499515 { background-position: left top , left bottom 15px , right center }
bgpos499516 { background-position: right , left bottom 15px , right center }
bgpos499517 { background-position: right 10% , left bottom 15px , right center }
bgpos499518 { background-position: right 100px , left bottom 15px , right center }
bgpos499519 { background-position: right bottom , left bottom 15px , right center }
bgpos499520 { background-position: right center , left bottom 15px , right center }
bgpos499521 { background-position: right top , left bottom 15px , right center }
bgpos499522 { background-position: top , left bottom 15px , right center }
bgpos499523 { background-position: left bottom , left top , right center }
bgpos499524 { background-position: left bottom 15% , left top , right center }
bgpos499525 { background-position: left bottom 15px , left top , right center }
bgpos499526 { background-position: left top , left top , right center }
bgpos499527 { background-position: left top 15% , left top , right center }
bgpos499528 { background-position: left top 15px , left top , right center }
bgpos499529 { background-position: left 15% bottom , left top , right center }
bgpos499530 { background-position: left 15% bottom 15% , left top , right center }
bgpos499531 { background-position: left 15% bottom 15px , left top , right center }
bgpos499532 { background-position: left 15% top , left top , right center }
bgpos499533 { background-position: left 15% top 15% , left top , right center }
bgpos499534 { background-position: left 15% top 15px , left top , right center }
bgpos499535 { background-position: left 15% center , left top , right center }
bgpos499536 { background-position: left 15px bottom , left top , right center }
bgpos499537 { background-position: left 15px bottom 15% , left top , right center }
bgpos499538 { background-position: left 15px bottom 15px , left top , right center }
bgpos499539 { background-position: left 15px top , left top , right center }
bgpos499540 { background-position: left 15px top 15% , left top , right center }
bgpos499541 { background-position: left 15px top 15px , left top , right center }
bgpos499542 { background-position: left 15px center , left top , right center }
bgpos499543 { background-position: left center , left top , right center }
bgpos499544 { background-position: right bottom , left top , right center }
bgpos499545 { background-position: right bottom 15% , left top , right center }
bgpos499546 { background-position: right bottom 15px , left top , right center }
bgpos499547 { background-position: right top , left top , right center }
bgpos499548 { background-position: right top 15% , left top , right center }
bgpos499549 { background-position: right top 15px , left top , right center }
bgpos499550 { background-position: right 15% bottom , left top , right center }
bgpos499551 { background-position: right 15% bottom 15% , left top , right center }
bgpos499552 { background-position: right 15% bottom 15px , left top , right center }
bgpos499553 { background-position: right 15% top , left top , right center }
bgpos499554 { background-position: right 15% top 15% , left top , right center }
bgpos499555 { background-position: right 15% top 15px , left top , right center }
bgpos499556 { background-position: right 15% center , left top , right center }
bgpos499557 { background-position: right 15px bottom , left top , right center }
bgpos499558 { background-position: right 15px bottom 15% , left top , right center }
bgpos499559 { background-position: right 15px bottom 15px , left top , right center }
bgpos499560 { background-position: right 15px top , left top , right center }
bgpos499561 { background-position: right 15px top 15% , left top , right center }
bgpos499562 { background-position: right 15px top 15px , left top , right center }
bgpos499563 { background-position: right 15px center , left top , right center }
bgpos499564 { background-position: right center , left top , right center }
bgpos499565 { background-position: 100px , left top , right center }
bgpos499566 { background-position: 100px 10% , left top , right center }
bgpos499567 { background-position: 100px 100px , left top , right center }
bgpos499568 { background-position: 100px bottom , left top , right center }
bgpos499569 { background-position: 100px center , left top , right center }
bgpos499570 { background-position: 100px top , left top , right center }
bgpos499571 { background-position: 50% , left top , right center }
bgpos499572 { background-position: 50% 10% , left top , right center }
bgpos499573 { background-position: 50% 100px , left top , right center }
bgpos499574 { background-position: 50% bottom , left top , right center }
bgpos499575 { background-position: 50% center , left top , right center }
bgpos499576 { background-position: 50% top , left top , right center }
bgpos499577 { background-position: bottom, left top , right center }
bgpos499578 { background-position: center , left top , right center }
bgpos499579 { background-position: center bottom , left top , right center }
bgpos499580 { background-position: center bottom 15% , left top , right center }
bgpos499581 { background-position: center bottom 15px , left top , right center }
bgpos499582 { background-position: center top , left top , right center }
bgpos499583 { background-position: center top 15% , left top , right center }
bgpos499584 { background-position: center top 15px , left top , right center }
bgpos499585 { background-position: center 10% , left top , right center }
bgpos499586 { background-position: center 100px , left top , right center }
bgpos499587 { background-position: center bottom , left top , right center }
bgpos499588 { background-position: center center , left top , right center }
bgpos499589 { background-position: center top , left top , right center }
bgpos499590 { background-position: left , left top , right center }
bgpos499591 { background-position: left 10% , left top , right center }
bgpos499592 { background-position: left 100px , left top , right center }
bgpos499593 { background-position: left bottom , left top , right center }
bgpos499594 { background-position: left center , left top , right center }
bgpos499595 { background-position: left top , left top , right center }
bgpos499596 { background-position: right , left top , right center }
bgpos499597 { background-position: right 10% , left top , right center }
bgpos499598 { background-position: right 100px , left top , right center }
bgpos499599 { background-position: right bottom , left top , right center }
bgpos499600 { background-position: right center , left top , right center }
bgpos499601 { background-position: right top , left top , right center }
bgpos499602 { background-position: top , left top , right center }
bgpos499603 { background-position: left bottom , left top 15% , right center }
bgpos499604 { background-position: left bottom 15% , left top 15% , right center }
bgpos499605 { background-position: left bottom 15px , left top 15% , right center }
bgpos499606 { background-position: left top , left top 15% , right center }
bgpos499607 { background-position: left top 15% , left top 15% , right center }
bgpos499608 { background-position: left top 15px , left top 15% , right center }
bgpos499609 { background-position: left 15% bottom , left top 15% , right center }
bgpos499610 { background-position: left 15% bottom 15% , left top 15% , right center }
bgpos499611 { background-position: left 15% bottom 15px , left top 15% , right center }
bgpos499612 { background-position: left 15% top , left top 15% , right center }
bgpos499613 { background-position: left 15% top 15% , left top 15% , right center }
bgpos499614 { background-position: left 15% top 15px , left top 15% , right center }
bgpos499615 { background-position: left 15% center , left top 15% , right center }
bgpos499616 { background-position: left 15px bottom , left top 15% , right center }
bgpos499617 { background-position: left 15px bottom 15% , left top 15% , right center }
bgpos499618 { background-position: left 15px bottom 15px , left top 15% , right center }
bgpos499619 { background-position: left 15px top , left top 15% , right center }
bgpos499620 { background-position: left 15px top 15% , left top 15% , right center }
bgpos499621 { background-position: left 15px top 15px , left top 15% , right center }
bgpos499622 { background-position: left 15px center , left top 15% , right center }
bgpos499623 { background-position: left center , left top 15% , right center }
bgpos499624 { background-position: right bottom , left top 15% , right center }
bgpos499625 { background-position: right bottom 15% , left top 15% , right center }
bgpos499626 { background-position: right bottom 15px , left top 15% , right center }
bgpos499627 { background-position: right top , left top 15% , right center }
bgpos499628 { background-position: right top 15% , left top 15% , right center }
bgpos499629 { background-position: right top 15px , left top 15% , right center }
bgpos499630 { background-position: right 15% bottom , left top 15% , right center }
bgpos499631 { background-position: right 15% bottom 15% , left top 15% , right center }
bgpos499632 { background-position: right 15% bottom 15px , left top 15% , right center }
bgpos499633 { background-position: right 15% top , left top 15% , right center }
bgpos499634 { background-position: right 15% top 15% , left top 15% , right center }
bgpos499635 { background-position: right 15% top 15px , left top 15% , right center }
bgpos499636 { background-position: right 15% center , left top 15% , right center }
bgpos499637 { background-position: right 15px bottom , left top 15% , right center }
bgpos499638 { background-position: right 15px bottom 15% , left top 15% , right center }
bgpos499639 { background-position: right 15px bottom 15px , left top 15% , right center }
bgpos499640 { background-position: right 15px top , left top 15% , right center }
bgpos499641 { background-position: right 15px top 15% , left top 15% , right center }
bgpos499642 { background-position: right 15px top 15px , left top 15% , right center }
bgpos499643 { background-position: right 15px center , left top 15% , right center }
bgpos499644 { background-position: right center , left top 15% , right center }
bgpos499645 { background-position: 100px , left top 15% , right center }
bgpos499646 { background-position: 100px 10% , left top 15% , right center }
bgpos499647 { background-position: 100px 100px , left top 15% , right center }
bgpos499648 { background-position: 100px bottom , left top 15% , right center }
bgpos499649 { background-position: 100px center , left top 15% , right center }
bgpos499650 { background-position: 100px top , left top 15% , right center }
bgpos499651 { background-position: 50% , left top 15% , right center }
bgpos499652 { background-position: 50% 10% , left top 15% , right center }
bgpos499653 { background-position: 50% 100px , left top 15% , right center }
bgpos499654 { background-position: 50% bottom , left top 15% , right center }
bgpos499655 { background-position: 50% center , left top 15% , right center }
bgpos499656 { background-position: 50% top , left top 15% , right center }
bgpos499657 { background-position: bottom, left top 15% , right center }
bgpos499658 { background-position: center , left top 15% , right center }
bgpos499659 { background-position: center bottom , left top 15% , right center }
bgpos499660 { background-position: center bottom 15% , left top 15% , right center }
bgpos499661 { background-position: center bottom 15px , left top 15% , right center }
bgpos499662 { background-position: center top , left top 15% , right center }
bgpos499663 { background-position: center top 15% , left top 15% , right center }
bgpos499664 { background-position: center top 15px , left top 15% , right center }
bgpos499665 { background-position: center 10% , left top 15% , right center }
bgpos499666 { background-position: center 100px , left top 15% , right center }
bgpos499667 { background-position: center bottom , left top 15% , right center }
bgpos499668 { background-position: center center , left top 15% , right center }
bgpos499669 { background-position: center top , left top 15% , right center }
bgpos499670 { background-position: left , left top 15% , right center }
bgpos499671 { background-position: left 10% , left top 15% , right center }
bgpos499672 { background-position: left 100px , left top 15% , right center }
bgpos499673 { background-position: left bottom , left top 15% , right center }
bgpos499674 { background-position: left center , left top 15% , right center }
bgpos499675 { background-position: left top , left top 15% , right center }
bgpos499676 { background-position: right , left top 15% , right center }
bgpos499677 { background-position: right 10% , left top 15% , right center }
bgpos499678 { background-position: right 100px , left top 15% , right center }
bgpos499679 { background-position: right bottom , left top 15% , right center }
bgpos499680 { background-position: right center , left top 15% , right center }
bgpos499681 { background-position: right top , left top 15% , right center }
bgpos499682 { background-position: top , left top 15% , right center }
bgpos499683 { background-position: left bottom , left top 15px , right center }
bgpos499684 { background-position: left bottom 15% , left top 15px , right center }
bgpos499685 { background-position: left bottom 15px , left top 15px , right center }
bgpos499686 { background-position: left top , left top 15px , right center }
bgpos499687 { background-position: left top 15% , left top 15px , right center }
bgpos499688 { background-position: left top 15px , left top 15px , right center }
bgpos499689 { background-position: left 15% bottom , left top 15px , right center }
bgpos499690 { background-position: left 15% bottom 15% , left top 15px , right center }
bgpos499691 { background-position: left 15% bottom 15px , left top 15px , right center }
bgpos499692 { background-position: left 15% top , left top 15px , right center }
bgpos499693 { background-position: left 15% top 15% , left top 15px , right center }
bgpos499694 { background-position: left 15% top 15px , left top 15px , right center }
bgpos499695 { background-position: left 15% center , left top 15px , right center }
bgpos499696 { background-position: left 15px bottom , left top 15px , right center }
bgpos499697 { background-position: left 15px bottom 15% , left top 15px , right center }
bgpos499698 { background-position: left 15px bottom 15px , left top 15px , right center }
bgpos499699 { background-position: left 15px top , left top 15px , right center }
bgpos499700 { background-position: left 15px top 15% , left top 15px , right center }
bgpos499701 { background-position: left 15px top 15px , left top 15px , right center }
bgpos499702 { background-position: left 15px center , left top 15px , right center }
bgpos499703 { background-position: left center , left top 15px , right center }
bgpos499704 { background-position: right bottom , left top 15px , right center }
bgpos499705 { background-position: right bottom 15% , left top 15px , right center }
bgpos499706 { background-position: right bottom 15px , left top 15px , right center }
bgpos499707 { background-position: right top , left top 15px , right center }
bgpos499708 { background-position: right top 15% , left top 15px , right center }
bgpos499709 { background-position: right top 15px , left top 15px , right center }
bgpos499710 { background-position: right 15% bottom , left top 15px , right center }
bgpos499711 { background-position: right 15% bottom 15% , left top 15px , right center }
bgpos499712 { background-position: right 15% bottom 15px , left top 15px , right center }
bgpos499713 { background-position: right 15% top , left top 15px , right center }
bgpos499714 { background-position: right 15% top 15% , left top 15px , right center }
bgpos499715 { background-position: right 15% top 15px , left top 15px , right center }
bgpos499716 { background-position: right 15% center , left top 15px , right center }
bgpos499717 { background-position: right 15px bottom , left top 15px , right center }
bgpos499718 { background-position: right 15px bottom 15% , left top 15px , right center }
bgpos499719 { background-position: right 15px bottom 15px , left top 15px , right center }
bgpos499720 { background-position: right 15px top , left top 15px , right center }
bgpos499721 { background-position: right 15px top 15% , left top 15px , right center }
bgpos499722 { background-position: right 15px top 15px , left top 15px , right center }
bgpos499723 { background-position: right 15px center , left top 15px , right center }
bgpos499724 { background-position: right center , left top 15px , right center }
bgpos499725 { background-position: 100px , left top 15px , right center }
bgpos499726 { background-position: 100px 10% , left top 15px , right center }
bgpos499727 { background-position: 100px 100px , left top 15px , right center }
bgpos499728 { background-position: 100px bottom , left top 15px , right center }
bgpos499729 { background-position: 100px center , left top 15px , right center }
bgpos499730 { background-position: 100px top , left top 15px , right center }
bgpos499731 { background-position: 50% , left top 15px , right center }
bgpos499732 { background-position: 50% 10% , left top 15px , right center }
bgpos499733 { background-position: 50% 100px , left top 15px , right center }
bgpos499734 { background-position: 50% bottom , left top 15px , right center }
bgpos499735 { background-position: 50% center , left top 15px , right center }
bgpos499736 { background-position: 50% top , left top 15px , right center }
bgpos499737 { background-position: bottom, left top 15px , right center }
bgpos499738 { background-position: center , left top 15px , right center }
bgpos499739 { background-position: center bottom , left top 15px , right center }
bgpos499740 { background-position: center bottom 15% , left top 15px , right center }
bgpos499741 { background-position: center bottom 15px , left top 15px , right center }
bgpos499742 { background-position: center top , left top 15px , right center }
bgpos499743 { background-position: center top 15% , left top 15px , right center }
bgpos499744 { background-position: center top 15px , left top 15px , right center }
bgpos499745 { background-position: center 10% , left top 15px , right center }
bgpos499746 { background-position: center 100px , left top 15px , right center }
bgpos499747 { background-position: center bottom , left top 15px , right center }
bgpos499748 { background-position: center center , left top 15px , right center }
bgpos499749 { background-position: center top , left top 15px , right center }
bgpos499750 { background-position: left , left top 15px , right center }
bgpos499751 { background-position: left 10% , left top 15px , right center }
bgpos499752 { background-position: left 100px , left top 15px , right center }
bgpos499753 { background-position: left bottom , left top 15px , right center }
bgpos499754 { background-position: left center , left top 15px , right center }
bgpos499755 { background-position: left top , left top 15px , right center }
bgpos499756 { background-position: right , left top 15px , right center }
bgpos499757 { background-position: right 10% , left top 15px , right center }
bgpos499758 { background-position: right 100px , left top 15px , right center }
bgpos499759 { background-position: right bottom , left top 15px , right center }
bgpos499760 { background-position: right center , left top 15px , right center }
bgpos499761 { background-position: right top , left top 15px , right center }
bgpos499762 { background-position: top , left top 15px , right center }
bgpos499763 { background-position: left bottom , left 15% bottom , right center }
bgpos499764 { background-position: left bottom 15% , left 15% bottom , right center }
bgpos499765 { background-position: left bottom 15px , left 15% bottom , right center }
bgpos499766 { background-position: left top , left 15% bottom , right center }
bgpos499767 { background-position: left top 15% , left 15% bottom , right center }
bgpos499768 { background-position: left top 15px , left 15% bottom , right center }
bgpos499769 { background-position: left 15% bottom , left 15% bottom , right center }
bgpos499770 { background-position: left 15% bottom 15% , left 15% bottom , right center }
bgpos499771 { background-position: left 15% bottom 15px , left 15% bottom , right center }
bgpos499772 { background-position: left 15% top , left 15% bottom , right center }
bgpos499773 { background-position: left 15% top 15% , left 15% bottom , right center }
bgpos499774 { background-position: left 15% top 15px , left 15% bottom , right center }
bgpos499775 { background-position: left 15% center , left 15% bottom , right center }
bgpos499776 { background-position: left 15px bottom , left 15% bottom , right center }
bgpos499777 { background-position: left 15px bottom 15% , left 15% bottom , right center }
bgpos499778 { background-position: left 15px bottom 15px , left 15% bottom , right center }
bgpos499779 { background-position: left 15px top , left 15% bottom , right center }
bgpos499780 { background-position: left 15px top 15% , left 15% bottom , right center }
bgpos499781 { background-position: left 15px top 15px , left 15% bottom , right center }
bgpos499782 { background-position: left 15px center , left 15% bottom , right center }
bgpos499783 { background-position: left center , left 15% bottom , right center }
bgpos499784 { background-position: right bottom , left 15% bottom , right center }
bgpos499785 { background-position: right bottom 15% , left 15% bottom , right center }
bgpos499786 { background-position: right bottom 15px , left 15% bottom , right center }
bgpos499787 { background-position: right top , left 15% bottom , right center }
bgpos499788 { background-position: right top 15% , left 15% bottom , right center }
bgpos499789 { background-position: right top 15px , left 15% bottom , right center }
bgpos499790 { background-position: right 15% bottom , left 15% bottom , right center }
bgpos499791 { background-position: right 15% bottom 15% , left 15% bottom , right center }
bgpos499792 { background-position: right 15% bottom 15px , left 15% bottom , right center }
bgpos499793 { background-position: right 15% top , left 15% bottom , right center }
bgpos499794 { background-position: right 15% top 15% , left 15% bottom , right center }
bgpos499795 { background-position: right 15% top 15px , left 15% bottom , right center }
bgpos499796 { background-position: right 15% center , left 15% bottom , right center }
bgpos499797 { background-position: right 15px bottom , left 15% bottom , right center }
bgpos499798 { background-position: right 15px bottom 15% , left 15% bottom , right center }
bgpos499799 { background-position: right 15px bottom 15px , left 15% bottom , right center }
bgpos499800 { background-position: right 15px top , left 15% bottom , right center }
bgpos499801 { background-position: right 15px top 15% , left 15% bottom , right center }
bgpos499802 { background-position: right 15px top 15px , left 15% bottom , right center }
bgpos499803 { background-position: right 15px center , left 15% bottom , right center }
bgpos499804 { background-position: right center , left 15% bottom , right center }
bgpos499805 { background-position: 100px , left 15% bottom , right center }
bgpos499806 { background-position: 100px 10% , left 15% bottom , right center }
bgpos499807 { background-position: 100px 100px , left 15% bottom , right center }
bgpos499808 { background-position: 100px bottom , left 15% bottom , right center }
bgpos499809 { background-position: 100px center , left 15% bottom , right center }
bgpos499810 { background-position: 100px top , left 15% bottom , right center }
bgpos499811 { background-position: 50% , left 15% bottom , right center }
bgpos499812 { background-position: 50% 10% , left 15% bottom , right center }
bgpos499813 { background-position: 50% 100px , left 15% bottom , right center }
bgpos499814 { background-position: 50% bottom , left 15% bottom , right center }
bgpos499815 { background-position: 50% center , left 15% bottom , right center }
bgpos499816 { background-position: 50% top , left 15% bottom , right center }
bgpos499817 { background-position: bottom, left 15% bottom , right center }
bgpos499818 { background-position: center , left 15% bottom , right center }
bgpos499819 { background-position: center bottom , left 15% bottom , right center }
bgpos499820 { background-position: center bottom 15% , left 15% bottom , right center }
bgpos499821 { background-position: center bottom 15px , left 15% bottom , right center }
bgpos499822 { background-position: center top , left 15% bottom , right center }
bgpos499823 { background-position: center top 15% , left 15% bottom , right center }
bgpos499824 { background-position: center top 15px , left 15% bottom , right center }
bgpos499825 { background-position: center 10% , left 15% bottom , right center }
bgpos499826 { background-position: center 100px , left 15% bottom , right center }
bgpos499827 { background-position: center bottom , left 15% bottom , right center }
bgpos499828 { background-position: center center , left 15% bottom , right center }
bgpos499829 { background-position: center top , left 15% bottom , right center }
bgpos499830 { background-position: left , left 15% bottom , right center }
bgpos499831 { background-position: left 10% , left 15% bottom , right center }
bgpos499832 { background-position: left 100px , left 15% bottom , right center }
bgpos499833 { background-position: left bottom , left 15% bottom , right center }
bgpos499834 { background-position: left center , left 15% bottom , right center }
bgpos499835 { background-position: left top , left 15% bottom , right center }
bgpos499836 { background-position: right , left 15% bottom , right center }
bgpos499837 { background-position: right 10% , left 15% bottom , right center }
bgpos499838 { background-position: right 100px , left 15% bottom , right center }
bgpos499839 { background-position: right bottom , left 15% bottom , right center }
bgpos499840 { background-position: right center , left 15% bottom , right center }
bgpos499841 { background-position: right top , left 15% bottom , right center }
bgpos499842 { background-position: top , left 15% bottom , right center }
bgpos499843 { background-position: left bottom , left 15% bottom 15% , right center }
bgpos499844 { background-position: left bottom 15% , left 15% bottom 15% , right center }
bgpos499845 { background-position: left bottom 15px , left 15% bottom 15% , right center }
bgpos499846 { background-position: left top , left 15% bottom 15% , right center }
bgpos499847 { background-position: left top 15% , left 15% bottom 15% , right center }
bgpos499848 { background-position: left top 15px , left 15% bottom 15% , right center }
bgpos499849 { background-position: left 15% bottom , left 15% bottom 15% , right center }
bgpos499850 { background-position: left 15% bottom 15% , left 15% bottom 15% , right center }
bgpos499851 { background-position: left 15% bottom 15px , left 15% bottom 15% , right center }
bgpos499852 { background-position: left 15% top , left 15% bottom 15% , right center }
bgpos499853 { background-position: left 15% top 15% , left 15% bottom 15% , right center }
bgpos499854 { background-position: left 15% top 15px , left 15% bottom 15% , right center }
bgpos499855 { background-position: left 15% center , left 15% bottom 15% , right center }
bgpos499856 { background-position: left 15px bottom , left 15% bottom 15% , right center }
bgpos499857 { background-position: left 15px bottom 15% , left 15% bottom 15% , right center }
bgpos499858 { background-position: left 15px bottom 15px , left 15% bottom 15% , right center }
bgpos499859 { background-position: left 15px top , left 15% bottom 15% , right center }
bgpos499860 { background-position: left 15px top 15% , left 15% bottom 15% , right center }
bgpos499861 { background-position: left 15px top 15px , left 15% bottom 15% , right center }
bgpos499862 { background-position: left 15px center , left 15% bottom 15% , right center }
bgpos499863 { background-position: left center , left 15% bottom 15% , right center }
bgpos499864 { background-position: right bottom , left 15% bottom 15% , right center }
bgpos499865 { background-position: right bottom 15% , left 15% bottom 15% , right center }
bgpos499866 { background-position: right bottom 15px , left 15% bottom 15% , right center }
bgpos499867 { background-position: right top , left 15% bottom 15% , right center }
bgpos499868 { background-position: right top 15% , left 15% bottom 15% , right center }
bgpos499869 { background-position: right top 15px , left 15% bottom 15% , right center }
bgpos499870 { background-position: right 15% bottom , left 15% bottom 15% , right center }
bgpos499871 { background-position: right 15% bottom 15% , left 15% bottom 15% , right center }
bgpos499872 { background-position: right 15% bottom 15px , left 15% bottom 15% , right center }
bgpos499873 { background-position: right 15% top , left 15% bottom 15% , right center }
bgpos499874 { background-position: right 15% top 15% , left 15% bottom 15% , right center }
bgpos499875 { background-position: right 15% top 15px , left 15% bottom 15% , right center }
bgpos499876 { background-position: right 15% center , left 15% bottom 15% , right center }
bgpos499877 { background-position: right 15px bottom , left 15% bottom 15% , right center }
bgpos499878 { background-position: right 15px bottom 15% , left 15% bottom 15% , right center }
bgpos499879 { background-position: right 15px bottom 15px , left 15% bottom 15% , right center }
bgpos499880 { background-position: right 15px top , left 15% bottom 15% , right center }
bgpos499881 { background-position: right 15px top 15% , left 15% bottom 15% , right center }
bgpos499882 { background-position: right 15px top 15px , left 15% bottom 15% , right center }
bgpos499883 { background-position: right 15px center , left 15% bottom 15% , right center }
bgpos499884 { background-position: right center , left 15% bottom 15% , right center }
bgpos499885 { background-position: 100px , left 15% bottom 15% , right center }
bgpos499886 { background-position: 100px 10% , left 15% bottom 15% , right center }
bgpos499887 { background-position: 100px 100px , left 15% bottom 15% , right center }
bgpos499888 { background-position: 100px bottom , left 15% bottom 15% , right center }
bgpos499889 { background-position: 100px center , left 15% bottom 15% , right center }
bgpos499890 { background-position: 100px top , left 15% bottom 15% , right center }
bgpos499891 { background-position: 50% , left 15% bottom 15% , right center }
bgpos499892 { background-position: 50% 10% , left 15% bottom 15% , right center }
bgpos499893 { background-position: 50% 100px , left 15% bottom 15% , right center }
bgpos499894 { background-position: 50% bottom , left 15% bottom 15% , right center }
bgpos499895 { background-position: 50% center , left 15% bottom 15% , right center }
bgpos499896 { background-position: 50% top , left 15% bottom 15% , right center }
bgpos499897 { background-position: bottom, left 15% bottom 15% , right center }
bgpos499898 { background-position: center , left 15% bottom 15% , right center }
bgpos499899 { background-position: center bottom , left 15% bottom 15% , right center }
bgpos499900 { background-position: center bottom 15% , left 15% bottom 15% , right center }
bgpos499901 { background-position: center bottom 15px , left 15% bottom 15% , right center }
bgpos499902 { background-position: center top , left 15% bottom 15% , right center }
bgpos499903 { background-position: center top 15% , left 15% bottom 15% , right center }
bgpos499904 { background-position: center top 15px , left 15% bottom 15% , right center }
bgpos499905 { background-position: center 10% , left 15% bottom 15% , right center }
bgpos499906 { background-position: center 100px , left 15% bottom 15% , right center }
bgpos499907 { background-position: center bottom , left 15% bottom 15% , right center }
bgpos499908 { background-position: center center , left 15% bottom 15% , right center }
bgpos499909 { background-position: center top , left 15% bottom 15% , right center }
bgpos499910 { background-position: left , left 15% bottom 15% , right center }
bgpos499911 { background-position: left 10% , left 15% bottom 15% , right center }
bgpos499912 { background-position: left 100px , left 15% bottom 15% , right center }
bgpos499913 { background-position: left bottom , left 15% bottom 15% , right center }
bgpos499914 { background-position: left center , left 15% bottom 15% , right center }
bgpos499915 { background-position: left top , left 15% bottom 15% , right center }
bgpos499916 { background-position: right , left 15% bottom 15% , right center }
bgpos499917 { background-position: right 10% , left 15% bottom 15% , right center }
bgpos499918 { background-position: right 100px , left 15% bottom 15% , right center }
bgpos499919 { background-position: right bottom , left 15% bottom 15% , right center }
bgpos499920 { background-position: right center , left 15% bottom 15% , right center }
bgpos499921 { background-position: right top , left 15% bottom 15% , right center }
bgpos499922 { background-position: top , left 15% bottom 15% , right center }
bgpos499923 { background-position: left bottom , left 15% bottom 15px , right center }
bgpos499924 { background-position: left bottom 15% , left 15% bottom 15px , right center }
bgpos499925 { background-position: left bottom 15px , left 15% bottom 15px , right center }
bgpos499926 { background-position: left top , left 15% bottom 15px , right center }
bgpos499927 { background-position: left top 15% , left 15% bottom 15px , right center }
bgpos499928 { background-position: left top 15px , left 15% bottom 15px , right center }
bgpos499929 { background-position: left 15% bottom , left 15% bottom 15px , right center }
bgpos499930 { background-position: left 15% bottom 15% , left 15% bottom 15px , right center }
bgpos499931 { background-position: left 15% bottom 15px , left 15% bottom 15px , right center }
bgpos499932 { background-position: left 15% top , left 15% bottom 15px , right center }
bgpos499933 { background-position: left 15% top 15% , left 15% bottom 15px , right center }
bgpos499934 { background-position: left 15% top 15px , left 15% bottom 15px , right center }
bgpos499935 { background-position: left 15% center , left 15% bottom 15px , right center }
bgpos499936 { background-position: left 15px bottom , left 15% bottom 15px , right center }
bgpos499937 { background-position: left 15px bottom 15% , left 15% bottom 15px , right center }
bgpos499938 { background-position: left 15px bottom 15px , left 15% bottom 15px , right center }
bgpos499939 { background-position: left 15px top , left 15% bottom 15px , right center }
bgpos499940 { background-position: left 15px top 15% , left 15% bottom 15px , right center }
bgpos499941 { background-position: left 15px top 15px , left 15% bottom 15px , right center }
bgpos499942 { background-position: left 15px center , left 15% bottom 15px , right center }
bgpos499943 { background-position: left center , left 15% bottom 15px , right center }
bgpos499944 { background-position: right bottom , left 15% bottom 15px , right center }
bgpos499945 { background-position: right bottom 15% , left 15% bottom 15px , right center }
bgpos499946 { background-position: right bottom 15px , left 15% bottom 15px , right center }
bgpos499947 { background-position: right top , left 15% bottom 15px , right center }
bgpos499948 { background-position: right top 15% , left 15% bottom 15px , right center }
bgpos499949 { background-position: right top 15px , left 15% bottom 15px , right center }
bgpos499950 { background-position: right 15% bottom , left 15% bottom 15px , right center }
bgpos499951 { background-position: right 15% bottom 15% , left 15% bottom 15px , right center }
bgpos499952 { background-position: right 15% bottom 15px , left 15% bottom 15px , right center }
bgpos499953 { background-position: right 15% top , left 15% bottom 15px , right center }
bgpos499954 { background-position: right 15% top 15% , left 15% bottom 15px , right center }
bgpos499955 { background-position: right 15% top 15px , left 15% bottom 15px , right center }
bgpos499956 { background-position: right 15% center , left 15% bottom 15px , right center }
bgpos499957 { background-position: right 15px bottom , left 15% bottom 15px , right center }
bgpos499958 { background-position: right 15px bottom 15% , left 15% bottom 15px , right center }
bgpos499959 { background-position: right 15px bottom 15px , left 15% bottom 15px , right center }
bgpos499960 { background-position: right 15px top , left 15% bottom 15px , right center }
bgpos499961 { background-position: right 15px top 15% , left 15% bottom 15px , right center }
bgpos499962 { background-position: right 15px top 15px , left 15% bottom 15px , right center }
bgpos499963 { background-position: right 15px center , left 15% bottom 15px , right center }
bgpos499964 { background-position: right center , left 15% bottom 15px , right center }
bgpos499965 { background-position: 100px , left 15% bottom 15px , right center }
bgpos499966 { background-position: 100px 10% , left 15% bottom 15px , right center }
bgpos499967 { background-position: 100px 100px , left 15% bottom 15px , right center }
bgpos499968 { background-position: 100px bottom , left 15% bottom 15px , right center }
bgpos499969 { background-position: 100px center , left 15% bottom 15px , right center }
bgpos499970 { background-position: 100px top , left 15% bottom 15px , right center }
bgpos499971 { background-position: 50% , left 15% bottom 15px , right center }
bgpos499972 { background-position: 50% 10% , left 15% bottom 15px , right center }
bgpos499973 { background-position: 50% 100px , left 15% bottom 15px , right center }
bgpos499974 { background-position: 50% bottom , left 15% bottom 15px , right center }
bgpos499975 { background-position: 50% center , left 15% bottom 15px , right center }
bgpos499976 { background-position: 50% top , left 15% bottom 15px , right center }
bgpos499977 { background-position: bottom, left 15% bottom 15px , right center }
bgpos499978 { background-position: center , left 15% bottom 15px , right center }
bgpos499979 { background-position: center bottom , left 15% bottom 15px , right center }
bgpos499980 { background-position: center bottom 15% , left 15% bottom 15px , right center }
bgpos499981 { background-position: center bottom 15px , left 15% bottom 15px , right center }
bgpos499982 { background-position: center top , left 15% bottom 15px , right center }
bgpos499983 { background-position: center top 15% , left 15% bottom 15px , right center }
bgpos499984 { background-position: center top 15px , left 15% bottom 15px , right center }
bgpos499985 { background-position: center 10% , left 15% bottom 15px , right center }
bgpos499986 { background-position: center 100px , left 15% bottom 15px , right center }
bgpos499987 { background-position: center bottom , left 15% bottom 15px , right center }
bgpos499988 { background-position: center center , left 15% bottom 15px , right center }
bgpos499989 { background-position: center top , left 15% bottom 15px , right center }
bgpos499990 { background-position: left , left 15% bottom 15px , right center }
bgpos499991 { background-position: left 10% , left 15% bottom 15px , right center }
bgpos499992 { background-position: left 100px , left 15% bottom 15px , right center }
bgpos499993 { background-position: left bottom , left 15% bottom 15px , right center }
bgpos499994 { background-position: left center , left 15% bottom 15px , right center }
bgpos499995 { background-position: left top , left 15% bottom 15px , right center }
bgpos499996 { background-position: right , left 15% bottom 15px , right center }
bgpos499997 { background-position: right 10% , left 15% bottom 15px , right center }
bgpos499998 { background-position: right 100px , left 15% bottom 15px , right center }
bgpos499999 { background-position: right bottom , left 15% bottom 15px , right center }
bgpos500000 { background-position: right center , left 15% bottom 15px , right center } | 0.270288 | 0.273844 |
@charset "UTF-8";
html {
height: 100%;
}
html,
body {
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0;
}
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@supports (height: -webkit-fill-available) {
html {
height: -webkit-fill-available;
}
html,
body {
min-height: -webkit-fill-available;
}
}
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
html {
height: -webkit-fill-available;
}
html,
body {
min-height: -webkit-fill-available;
}
}
#main {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
#main .navbar {
background-color: white;
}
#main .navbar > .container-fluid .navbar-brand {
font-size: 1em;
font-weight: bold;
color: #021b57;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar {
position: relative;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 0.16em;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::before, #main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::after {
content: '';
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::before {
top: -0.4em;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::after {
top: 0.4em;
}
#main .navbar > .container-fluid > button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .navbar-toggler-icon-bar {
background-color: transparent;
}
#main .navbar > .container-fluid > button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .navbar-toggler-icon-bar::before {
top: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#main .navbar > .container-fluid > button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .navbar-toggler-icon-bar::after {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#main .navbar > .container-fluid #navbarContent ul.navbar-nav li.nav-item > a {
border-width: 1px;
border-style: solid;
border-radius: 5px;
}
#main .navbar.sidebar {
max-width: 19em;
}
#main .navbar.sidebar ul.navbar-nav li.nav-item {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
#main .navbar.sidebar ul.navbar-nav li.nav-item > a {
overflow: hidden;
border-width: 1px 0 1px 0;
border-style: solid;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1.5rem;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#main .navbar.sidebar ul.navbar-nav li.nav-item > a.active {
border-radius: 2em 0 0 2em;
}
#main .navbar-light:not(.sidebar) ul.navbar-nav .nav-item > a {
border-color: rgba(255, 255, 255, 0);
}
#main .navbar-light:not(.sidebar) ul.navbar-nav .nav-item > a:hover, #main .navbar-light:not(.sidebar) ul.navbar-nav .nav-item > a:focus {
border-color: rgba(17, 83, 122, 0.5);
}
#main .navbar-light.sidebar ul.navbar-nav .nav-item > a {
border-color: rgba(255, 255, 255, 0);
}
#main .navbar-light .navbar-toggler-icon .navbar-toggler-icon-bar {
background-color: rgba(0, 0, 0, 0.7);
}
#main .navbar-light .navbar-toggler-icon .navbar-toggler-icon-bar::before, #main .navbar-light .navbar-toggler-icon .navbar-toggler-icon-bar::after {
background-color: rgba(0, 0, 0, 0.7);
}
#main .navbar-dark:not(.sidebar) ul.navbar-nav .nav-item > a {
border-color: rgba(0, 0, 0, 0);
}
#main .navbar-dark.sidebar ul.navbar-nav .nav-item > a {
border-color: rgba(255, 255, 255, 0);
}
#main .navbar-dark.sidebar ul.navbar-nav .nav-item > a:hover, #main .navbar-dark.sidebar ul.navbar-nav .nav-item > a:focus {
border-left-width: 0.5rem;
color: #fff;
}
#main .navbar-dark.sidebar ul.navbar-nav .nav-item > a.active {
padding-left: 2rem;
color: #021b57;
background-color: #fff;
pointer-events: none;
}
#main .navbar-dark .navbar-toggler-icon .navbar-toggler-icon-bar {
background-color: rgba(255, 255, 255, 0.75);
}
#main .navbar-dark .navbar-toggler-icon .navbar-toggler-icon-bar::before, #main .navbar-dark .navbar-toggler-icon .navbar-toggler-icon-bar::after {
background-color: rgba(255, 255, 255, 0.75);
}
#main #mainContent {
min-height: 100%;
overflow-x: auto;
background-image: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/image/common/index.jpg");
background-position: center 30%;
background-size: 200rem 200rem;
background-attachment: fixed;
-webkit-transition: background-position 2.5s ease-out;
transition: background-position 2.5s ease-out;
}
#main #mainContent::before {
position: fixed;
top: 0;
right: 0;
-webkit-filter: blur(2px);
filter: blur(2px);
content: '';
}
#main #mainContent #contentContainer .float-box {
border: 0px solid rgba(255, 255, 255, 0.1);
border-radius: 5px;
-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
}
#main #mainContent #contentContainer .float-box .float-box-title {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 10px;
color: #f8f9fa;
background-color: rgba(17, 83, 122, 0.5);
}
#main #mainContent #contentContainer .float-box .float-box-content {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: rgba(255, 255, 255, 0.3);
}
#main #mainContent #contentContainer form .input-group {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
#main footer {
font-size: 0.8rem;
background-color: white;
-webkit-box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.5);
}
#main .top-shadow {
-webkit-box-shadow: 0 1px 5px 1px rgba(70, 70, 70, 0.8), inset 0 0 3px -1px rgba(70, 70, 70, 0.5);
box-shadow: 0 1px 5px 1px rgba(70, 70, 70, 0.8), inset 0 0 3px -1px rgba(70, 70, 70, 0.5);
}
.titleFont {
font-family: "Wemakeprice", "Noto Sans", 나눔고딕, NanumGothic;
}
.backdrop {
-webkit-backdrop-filter: blur(10px) opacity(1);
backdrop-filter: blur(10px) opacity(1);
}
.accordion-body {
height: 10em;
overflow-y: auto;
margin: 0.5em 0;
}
@media (min-width: 992px) {
.navbar.sidebar {
width: 15em;
}
}
@media (min-width: 1200px) {
.navbar.sidebar {
width: 17em;
}
}
@media (min-width: 1400px) {
.navbar.sidebar {
width: 19em;
}
}
/*# sourceMappingURL=common.css.map */ | dist/css/common.css | @charset "UTF-8";
html {
height: 100%;
}
html,
body {
width: 100%;
min-height: 100vh;
margin: 0;
padding: 0;
}
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@supports (height: -webkit-fill-available) {
html {
height: -webkit-fill-available;
}
html,
body {
min-height: -webkit-fill-available;
}
}
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
html {
height: -webkit-fill-available;
}
html,
body {
min-height: -webkit-fill-available;
}
}
#main {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
#main .navbar {
background-color: white;
}
#main .navbar > .container-fluid .navbar-brand {
font-size: 1em;
font-weight: bold;
color: #021b57;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar {
position: relative;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 0.16em;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::before, #main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::after {
content: '';
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 100%;
height: 100%;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::before {
top: -0.4em;
}
#main .navbar > .container-fluid > button.navbar-toggler .navbar-toggler-icon .navbar-toggler-icon-bar::after {
top: 0.4em;
}
#main .navbar > .container-fluid > button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .navbar-toggler-icon-bar {
background-color: transparent;
}
#main .navbar > .container-fluid > button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .navbar-toggler-icon-bar::before {
top: 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#main .navbar > .container-fluid > button.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .navbar-toggler-icon-bar::after {
top: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#main .navbar > .container-fluid #navbarContent ul.navbar-nav li.nav-item > a {
border-width: 1px;
border-style: solid;
border-radius: 5px;
}
#main .navbar.sidebar {
max-width: 19em;
}
#main .navbar.sidebar ul.navbar-nav li.nav-item {
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
#main .navbar.sidebar ul.navbar-nav li.nav-item > a {
overflow: hidden;
border-width: 1px 0 1px 0;
border-style: solid;
padding-top: 1rem;
padding-bottom: 1rem;
padding-left: 1.5rem;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#main .navbar.sidebar ul.navbar-nav li.nav-item > a.active {
border-radius: 2em 0 0 2em;
}
#main .navbar-light:not(.sidebar) ul.navbar-nav .nav-item > a {
border-color: rgba(255, 255, 255, 0);
}
#main .navbar-light:not(.sidebar) ul.navbar-nav .nav-item > a:hover, #main .navbar-light:not(.sidebar) ul.navbar-nav .nav-item > a:focus {
border-color: rgba(17, 83, 122, 0.5);
}
#main .navbar-light.sidebar ul.navbar-nav .nav-item > a {
border-color: rgba(255, 255, 255, 0);
}
#main .navbar-light .navbar-toggler-icon .navbar-toggler-icon-bar {
background-color: rgba(0, 0, 0, 0.7);
}
#main .navbar-light .navbar-toggler-icon .navbar-toggler-icon-bar::before, #main .navbar-light .navbar-toggler-icon .navbar-toggler-icon-bar::after {
background-color: rgba(0, 0, 0, 0.7);
}
#main .navbar-dark:not(.sidebar) ul.navbar-nav .nav-item > a {
border-color: rgba(0, 0, 0, 0);
}
#main .navbar-dark.sidebar ul.navbar-nav .nav-item > a {
border-color: rgba(255, 255, 255, 0);
}
#main .navbar-dark.sidebar ul.navbar-nav .nav-item > a:hover, #main .navbar-dark.sidebar ul.navbar-nav .nav-item > a:focus {
border-left-width: 0.5rem;
color: #fff;
}
#main .navbar-dark.sidebar ul.navbar-nav .nav-item > a.active {
padding-left: 2rem;
color: #021b57;
background-color: #fff;
pointer-events: none;
}
#main .navbar-dark .navbar-toggler-icon .navbar-toggler-icon-bar {
background-color: rgba(255, 255, 255, 0.75);
}
#main .navbar-dark .navbar-toggler-icon .navbar-toggler-icon-bar::before, #main .navbar-dark .navbar-toggler-icon .navbar-toggler-icon-bar::after {
background-color: rgba(255, 255, 255, 0.75);
}
#main #mainContent {
min-height: 100%;
overflow-x: auto;
background-image: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/image/common/index.jpg");
background-position: center 30%;
background-size: 200rem 200rem;
background-attachment: fixed;
-webkit-transition: background-position 2.5s ease-out;
transition: background-position 2.5s ease-out;
}
#main #mainContent::before {
position: fixed;
top: 0;
right: 0;
-webkit-filter: blur(2px);
filter: blur(2px);
content: '';
}
#main #mainContent #contentContainer .float-box {
border: 0px solid rgba(255, 255, 255, 0.1);
border-radius: 5px;
-webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
}
#main #mainContent #contentContainer .float-box .float-box-title {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 10px;
color: #f8f9fa;
background-color: rgba(17, 83, 122, 0.5);
}
#main #mainContent #contentContainer .float-box .float-box-content {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background-color: rgba(255, 255, 255, 0.3);
}
#main #mainContent #contentContainer form .input-group {
margin-top: 0.2em;
margin-bottom: 0.2em;
}
#main footer {
font-size: 0.8rem;
background-color: white;
-webkit-box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.5);
}
#main .top-shadow {
-webkit-box-shadow: 0 1px 5px 1px rgba(70, 70, 70, 0.8), inset 0 0 3px -1px rgba(70, 70, 70, 0.5);
box-shadow: 0 1px 5px 1px rgba(70, 70, 70, 0.8), inset 0 0 3px -1px rgba(70, 70, 70, 0.5);
}
.titleFont {
font-family: "Wemakeprice", "Noto Sans", 나눔고딕, NanumGothic;
}
.backdrop {
-webkit-backdrop-filter: blur(10px) opacity(1);
backdrop-filter: blur(10px) opacity(1);
}
.accordion-body {
height: 10em;
overflow-y: auto;
margin: 0.5em 0;
}
@media (min-width: 992px) {
.navbar.sidebar {
width: 15em;
}
}
@media (min-width: 1200px) {
.navbar.sidebar {
width: 17em;
}
}
@media (min-width: 1400px) {
.navbar.sidebar {
width: 19em;
}
}
/*# sourceMappingURL=common.css.map */ | 0.338624 | 0.034004 |
body {
background: url("../img/bg.jpg");
background-size: 110vw 100vh;
background-repeat: no-repeat;
overflow-x: hidden;
overflow-y: hidden; }
.get_in_touch {
max-width: 800px;
margin: 50px auto;
position: relative;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
padding: 30px; }
.get_in_touch .title {
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-size: 3em;
line-height: 48px;
padding-bottom: 20px;
color: #5534ca;
background: linear-gradient(to right, #f4524d 0%, #554eca 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.contact-form .form-field {
position: relative;
margin: 32px 0; }
.contact-form .input-text {
display: block;
width: 100%;
height: 36px;
border-width: 0 0 2px 0;
border-color: #ffffff;
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 400;
background: rgba(17, 34, 59, 0);
outline: none; }
/* .contact-form .input-text:focus + .label, .contact-form .input-text:focus.not-empty + label {
transform: translateY(-24px); }
.contact-form .input-text:focus {
outline: none; }*/
.contact-form .input-text:-webkit-autofill, .contact-form .input-text:-webkit-autofill:hover, .contact-form .input-text:-webkit-autofill:focus, .contact-form .input-text:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #fff !important; }
.contact-form .label {
position: relative;
left: 20px;
/* bottom: 15px; */
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #ffffff;
cursor: text;
text-transform: capitalize;
transition: transform 0.2s ease-in-out; }
.contact-form .submit-btn {
display: inline-block;
background-image: linear-gradient(125deg, #a72879, #064497);
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
padding: 8px 16px;
border: none;
width: 200px;
cursor: pointer;
border-radius: 100px; }
.formulario {
height: 100vh; }
#registro {
margin-bottom: 16px; }
@media screen and (max-width: 464px) {
body {
background: url("../img/bg-mobile.jpg"); } }
/*# sourceMappingURL=login.css.map */ | public/css/login.css | body {
background: url("../img/bg.jpg");
background-size: 110vw 100vh;
background-repeat: no-repeat;
overflow-x: hidden;
overflow-y: hidden; }
.get_in_touch {
max-width: 800px;
margin: 50px auto;
position: relative;
box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
padding: 30px; }
.get_in_touch .title {
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-size: 3em;
line-height: 48px;
padding-bottom: 20px;
color: #5534ca;
background: linear-gradient(to right, #f4524d 0%, #554eca 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.contact-form .form-field {
position: relative;
margin: 32px 0; }
.contact-form .input-text {
display: block;
width: 100%;
height: 36px;
border-width: 0 0 2px 0;
border-color: #ffffff;
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: 400;
background: rgba(17, 34, 59, 0);
outline: none; }
/* .contact-form .input-text:focus + .label, .contact-form .input-text:focus.not-empty + label {
transform: translateY(-24px); }
.contact-form .input-text:focus {
outline: none; }*/
.contact-form .input-text:-webkit-autofill, .contact-form .input-text:-webkit-autofill:hover, .contact-form .input-text:-webkit-autofill:focus, .contact-form .input-text:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: #fff !important; }
.contact-form .label {
position: relative;
left: 20px;
/* bottom: 15px; */
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #ffffff;
cursor: text;
text-transform: capitalize;
transition: transform 0.2s ease-in-out; }
.contact-form .submit-btn {
display: inline-block;
background-image: linear-gradient(125deg, #a72879, #064497);
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 16px;
padding: 8px 16px;
border: none;
width: 200px;
cursor: pointer;
border-radius: 100px; }
.formulario {
height: 100vh; }
#registro {
margin-bottom: 16px; }
@media screen and (max-width: 464px) {
body {
background: url("../img/bg-mobile.jpg"); } }
/*# sourceMappingURL=login.css.map */ | 0.360151 | 0.048092 |
.content-section {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.all_content {
position: absolute;
/* left: 20%; */
margin-bottom: 5%;
padding-left: 20%;
margin-right: 0;
}
.sliderContainer {
width: 100%;
margin: 0;
}
.mysliderclass {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 5%;
-webkit-transition: 0.2s;
opacity: 0.7;
background-color: brown;
}
.mysliderclass:hover {
opacity: 1;
}
.mysliderclass::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.mysliderclass::-moz-range-thumb {
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.mysliderclassright {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 5%;
-webkit-transition: 0.2s;
opacity: 0.7;
background-color: brown;
}
.mysliderclassright:hover {
opacity: 1;
}
.mysliderclassright::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.mysliderclassright::-moz-range-thumb {
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.sliderContainer img {
width: 40%;
margin-left: 30%;
margin-right: 20%;
}
.cardrow1,.cardrow2,.cardrow3 {
margin-left: 10%;
}
.slidervaluesyear:hover {
transform: scale(1.3);
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 40%;
border-radius: 5px;
}
.cardleft {
margin-right: 4%;
}
.cardright {
margin-left: 4%;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
img {
border-radius: 5px 5px 0 0;
}
.card-content {
padding: 2px 16px;
text-align: center;
font-family: 'Libre Franklin', sans-serif;
}
.cardrow2, .cardrow3 {
margin-top: 5%;
} | app/static/cluster_analysis.css | .content-section {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.all_content {
position: absolute;
/* left: 20%; */
margin-bottom: 5%;
padding-left: 20%;
margin-right: 0;
}
.sliderContainer {
width: 100%;
margin: 0;
}
.mysliderclass {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 5%;
-webkit-transition: 0.2s;
opacity: 0.7;
background-color: brown;
}
.mysliderclass:hover {
opacity: 1;
}
.mysliderclass::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.mysliderclass::-moz-range-thumb {
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.mysliderclassright {
width: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 5%;
-webkit-transition: 0.2s;
opacity: 0.7;
background-color: brown;
}
.mysliderclassright:hover {
opacity: 1;
}
.mysliderclassright::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.mysliderclassright::-moz-range-thumb {
width: 20px;
height: 30px;
background: white;
border-radius: 50%;
cursor: pointer;
outline: none;
outline: none;
opacity: 0.7;
box-shadow: 0px 1px 10px 1px black;
}
.sliderContainer img {
width: 40%;
margin-left: 30%;
margin-right: 20%;
}
.cardrow1,.cardrow2,.cardrow3 {
margin-left: 10%;
}
.slidervaluesyear:hover {
transform: scale(1.3);
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 40%;
border-radius: 5px;
}
.cardleft {
margin-right: 4%;
}
.cardright {
margin-left: 4%;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
img {
border-radius: 5px 5px 0 0;
}
.card-content {
padding: 2px 16px;
text-align: center;
font-family: 'Libre Franklin', sans-serif;
}
.cardrow2, .cardrow3 {
margin-top: 5%;
} | 0.492188 | 0.078926 |
.emissions{
margin-top: 80px;
margin-bottom: 40px;
}
.responsive-player{
height: auto !important;
width: auto !important;
}
.background-radio {
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: 100vh;
}
.background-dark{
background-color: #1F1E29;
}
.rounded {
border-radius: 3px;
}
.sb-soundplayer-icon {
width: 1em;
height: 1em;
position: relative;
vertical-align: middle;
}
.sb-soundplayer-btn {
display: inline-block;
background-color: transparent;
color: #FC561E;
font-size: 1em;
padding: 16px;
padding: 1rem;
margin: 0;
height: auto;
vertical-align: middle;
border-radius: 3px;
text-decoration: none;
border: 0;
outline: none;
cursor: pointer;
-webkit-transition: .05s ease, -webkit-transform, -webkit-box-shadow;
transition: .05s ease, -webkit-transform, -webkit-box-shadow;
transition: transform, box-shadow, .05s ease;
transition: transform, box-shadow, .05s ease, -webkit-transform, -webkit-box-shadow;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}
.sb-soundplayer-btn:hover {
-webkit-transform: scale(1.0625);
transform: scale(1.0625);
}
.sb-soundplayer-btn:focus {
-webkit-transform: scale(.9375);
transform: scale(.9375);
}
.sb-soundplayer-btn:active {
-webkit-box-shadow: inset 0 0 0 2px #FC561E;
box-shadow: inset 0 0 0 2px #FC561E;
}
.sb-soundplayer-btn:hover,
.sb-soundplayer-btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.sb-soundplayer-cover {
color: #fff;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 30px 30px 20px 30px;
margin-bottom: 20px;
height: 440px;
position: relative;
overflow: hidden;
cursor: default;
border-radius: 2px;
}
.sb-soundplayer-cover:after {
content: '';
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .35)));
background: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .35));
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sb-soundplayer-cover .sb-soundplayer-info-box {
display: inline-block;
background-color: rgba(0, 0, 0, .8);
padding: 5px 10px;
margin-bottom: 5px;
border-radius: 1px;
}
.sb-soundplayer-cover .sb-soundplayer-track {
font-weight: 600;
font-size: 24px;
}
.sb-soundplayer-cover .sb-soundplayer-artist {
font-size: 18px;
}
.sb-soundplayer-cover-logo {
color: rgba(255, 255, 255, .9);
width: 100px;
height: 14px;
position: absolute;
top: 30px;
right: 30px;
z-index: 2;
}
.sb-soundplayer-progress-container {
background-color: rgb(255, 178, 152);
width: 100%;
height: 10px;
overflow: hidden;
cursor: pointer;
}
.sb-soundplayer-progress-inner {
background-color: #FC561E;
height: 100%;
-webkit-transition: width .2s ease-in;
transition: width .2s ease-in;
}
.sb-soundplayer-volume {
position: relative;
}
.sb-soundplayer-volume:hover div {
width: 80px;
}
.sb-soundplayer-volume div {
overflow: hidden;
width:0;
-webkit-transition: width .2s ease-out;
transition: width .2s ease-out;
position: relative;
}
.sb-soundplayer-volume-range {
-webkit-appearance: none;
width: 98%;
}
.sb-soundplayer-volume-range:focus {
outline: none;
}
/* track */
.sb-soundplayer-volume-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.2em;
cursor: pointer;
animate: 0.2s;
background: #DDD;
border-radius: 1.3px;
}
.sb-soundplayer-volume-range::-moz-range-track {
width: 100%;
height: 0.2em;
cursor: pointer;
animate: 0.2s;
background: #DDD;
border-radius: 1.3px;
}
.sb-soundplayer-volume-range::-ms-track {
width: 100%;
height: 0.2em;
cursor: pointer;
animate: 0.2s;
background: #DDD;
border-radius: 1.3px;
}
/* thumb dial */
.sb-soundplayer-volume-range::-moz-range-thumb {
height: 1em;
width: 1em;
border-radius: 1em;
background: #FC561E;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.4em;
}
.sb-soundplayer-volume-range::-webkit-slider-thumb {
height: 1em;
width: 1em;
border-radius: 1em;
background: #FC561E;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.4em;
}
.sb-soundplayer-volume-range::-ms-thumb {
height: 1em;
width: 1em;
border-radius: 1em;
background: #FC561E;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.4em;
}
/* progress fill */
.sb-soundplayer-volume-range::-ms-fill-lower {
background: #FC561E;
}
@keyframes blink {
0% { opacity: 0.1; }
30% { opacity: 1; }
100% { opacity: 0.1; }
}
.sketch {
position: relative;
height: 400px;
min-width: 400px;
margin: 0;
overflow: visible;
order: 2;
}
.bee-sketch {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.red {
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png) no-repeat center center;
opacity: 1;
animation: red 3s linear infinite, opacityRed 5s linear alternate infinite;
}
.blue {
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png) no-repeat center center;
opacity: 0;
animation: blue 3s linear infinite, opacityBlue 5s linear alternate infinite;
}
@media only screen and (min-width: 780px) {
.sketch {
order: 1;
}
}
@keyframes blue {
0% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png)
}
9.09% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-2.png)
}
27.27% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-3.png)
}
36.36% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-4.png)
}
45.45% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-5.png)
}
54.54% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-6.png)
}
63.63% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-7.png)
}
72.72% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-8.png)
}
81.81% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-9.png)
}
100% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png)
}
}
@keyframes red {
0% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png)
}
9.09% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-2.png)
}
27.27% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-3.png)
}
36.36% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-4.png)
}
45.45% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-5.png)
}
54.54% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-6.png)
}
63.63% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-7.png)
}
72.72% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-8.png)
}
81.81% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-9.png)
}
100% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png)
}
}
@keyframes opacityBlue {
from {
opacity: 0
}
25% {
opacity: 0
}
75% {
opacity: 1
}
to {
opacity: 1
}
}
@keyframes opacityRed {
from {
opacity: 1
}
25% {
opacity: 1
}
75% {
opacity: .3
}
to {
opacity: .3
}
}
audio{
background-color:transparent;
border:none;
color: transparent;
width:100%;
}
.container-audio {
width: 100vw;
height: auto;
padding: 0px;
background-color:transparent;
color: red;
margin: 20px auto;
overflow: hidden;
}
.jumbotron-radio {
padding-top: 20px !important;
text-align: center;
}
.jumbotron-title {
font-weight: 300;
font-size: 3em;
}
.display-4 {
font-weight: 700;
max-width: 50vw;
}
.jumbotron-text {
font-weight: 300;
max-width: 50vw;
}
.jumbotron-description {
margin-top: 20px;
font-weight: 300;
max-width: 50vw;
opacity: 0.9;
}
.radio-affiche {
max-width: 60%;
height: auto;
box-shadow: 0px 5px 100px #1532ec;
}
.radio-affiche2 {
max-width: 60%;
height: auto;
box-shadow: 0px 5px 100px #000000;
}
.affiche {
margin-right: 30px;
padding-top: 100px;
max-height: 100vh;
}
.btn-primary-custom {
margin-top: 20px;
background-color: #4a62ff;
border-color: #4a62ff;
border-radius: 32px;
width: 17vw;
height: 63px;
margin-right: 20px;
}
.btn-secondary-custom {
margin-top: 20px;
background-color: transparent;
border-color: #6dff4a;
border-width: 4px;
border-radius: 32px;
width: 17vw;
height: 63px;
}
.modal-video {
max-width: 80vw !important;
}
.modal-content {
border: 0 !important;
background-color: transparent !important;
height: 100vh;
}
.modal-header {
padding: 0 !important;
border: 0 !important;
}
.video {
width: 80vw;
height: 100%;
}
.mapepic {
border-radius: 1%;
box-shadow: 0px 3px 7px #000000;
}
@media screen and (max-width: 991px) {
.btn-primary-custom {
font-size: 2vw;
}
.btn-secondary-custom {
font-size: 2vw;
}
.jumbotron-description {
font-size: 1.7vw;
}
.jumbotron-text {
font-size: 2.5vw;
}
.display-4 {
font-size: 6vw;
}
}
@media screen and (max-height: 700px) {
.background-radio {
min-height: 700px;
}
} | src/components/radio/index.css | .emissions{
margin-top: 80px;
margin-bottom: 40px;
}
.responsive-player{
height: auto !important;
width: auto !important;
}
.background-radio {
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: 100vh;
}
.background-dark{
background-color: #1F1E29;
}
.rounded {
border-radius: 3px;
}
.sb-soundplayer-icon {
width: 1em;
height: 1em;
position: relative;
vertical-align: middle;
}
.sb-soundplayer-btn {
display: inline-block;
background-color: transparent;
color: #FC561E;
font-size: 1em;
padding: 16px;
padding: 1rem;
margin: 0;
height: auto;
vertical-align: middle;
border-radius: 3px;
text-decoration: none;
border: 0;
outline: none;
cursor: pointer;
-webkit-transition: .05s ease, -webkit-transform, -webkit-box-shadow;
transition: .05s ease, -webkit-transform, -webkit-box-shadow;
transition: transform, box-shadow, .05s ease;
transition: transform, box-shadow, .05s ease, -webkit-transform, -webkit-box-shadow;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
}
.sb-soundplayer-btn:hover {
-webkit-transform: scale(1.0625);
transform: scale(1.0625);
}
.sb-soundplayer-btn:focus {
-webkit-transform: scale(.9375);
transform: scale(.9375);
}
.sb-soundplayer-btn:active {
-webkit-box-shadow: inset 0 0 0 2px #FC561E;
box-shadow: inset 0 0 0 2px #FC561E;
}
.sb-soundplayer-btn:hover,
.sb-soundplayer-btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.sb-soundplayer-cover {
color: #fff;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 30px 30px 20px 30px;
margin-bottom: 20px;
height: 440px;
position: relative;
overflow: hidden;
cursor: default;
border-radius: 2px;
}
.sb-soundplayer-cover:after {
content: '';
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .35)));
background: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .35));
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sb-soundplayer-cover .sb-soundplayer-info-box {
display: inline-block;
background-color: rgba(0, 0, 0, .8);
padding: 5px 10px;
margin-bottom: 5px;
border-radius: 1px;
}
.sb-soundplayer-cover .sb-soundplayer-track {
font-weight: 600;
font-size: 24px;
}
.sb-soundplayer-cover .sb-soundplayer-artist {
font-size: 18px;
}
.sb-soundplayer-cover-logo {
color: rgba(255, 255, 255, .9);
width: 100px;
height: 14px;
position: absolute;
top: 30px;
right: 30px;
z-index: 2;
}
.sb-soundplayer-progress-container {
background-color: rgb(255, 178, 152);
width: 100%;
height: 10px;
overflow: hidden;
cursor: pointer;
}
.sb-soundplayer-progress-inner {
background-color: #FC561E;
height: 100%;
-webkit-transition: width .2s ease-in;
transition: width .2s ease-in;
}
.sb-soundplayer-volume {
position: relative;
}
.sb-soundplayer-volume:hover div {
width: 80px;
}
.sb-soundplayer-volume div {
overflow: hidden;
width:0;
-webkit-transition: width .2s ease-out;
transition: width .2s ease-out;
position: relative;
}
.sb-soundplayer-volume-range {
-webkit-appearance: none;
width: 98%;
}
.sb-soundplayer-volume-range:focus {
outline: none;
}
/* track */
.sb-soundplayer-volume-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.2em;
cursor: pointer;
animate: 0.2s;
background: #DDD;
border-radius: 1.3px;
}
.sb-soundplayer-volume-range::-moz-range-track {
width: 100%;
height: 0.2em;
cursor: pointer;
animate: 0.2s;
background: #DDD;
border-radius: 1.3px;
}
.sb-soundplayer-volume-range::-ms-track {
width: 100%;
height: 0.2em;
cursor: pointer;
animate: 0.2s;
background: #DDD;
border-radius: 1.3px;
}
/* thumb dial */
.sb-soundplayer-volume-range::-moz-range-thumb {
height: 1em;
width: 1em;
border-radius: 1em;
background: #FC561E;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.4em;
}
.sb-soundplayer-volume-range::-webkit-slider-thumb {
height: 1em;
width: 1em;
border-radius: 1em;
background: #FC561E;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.4em;
}
.sb-soundplayer-volume-range::-ms-thumb {
height: 1em;
width: 1em;
border-radius: 1em;
background: #FC561E;
cursor: pointer;
-webkit-appearance: none;
margin-top: -0.4em;
}
/* progress fill */
.sb-soundplayer-volume-range::-ms-fill-lower {
background: #FC561E;
}
@keyframes blink {
0% { opacity: 0.1; }
30% { opacity: 1; }
100% { opacity: 0.1; }
}
.sketch {
position: relative;
height: 400px;
min-width: 400px;
margin: 0;
overflow: visible;
order: 2;
}
.bee-sketch {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.red {
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png) no-repeat center center;
opacity: 1;
animation: red 3s linear infinite, opacityRed 5s linear alternate infinite;
}
.blue {
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png) no-repeat center center;
opacity: 0;
animation: blue 3s linear infinite, opacityBlue 5s linear alternate infinite;
}
@media only screen and (min-width: 780px) {
.sketch {
order: 1;
}
}
@keyframes blue {
0% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png)
}
9.09% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-2.png)
}
27.27% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-3.png)
}
36.36% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-4.png)
}
45.45% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-5.png)
}
54.54% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-6.png)
}
63.63% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-7.png)
}
72.72% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-8.png)
}
81.81% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-9.png)
}
100% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/blue-1.png)
}
}
@keyframes red {
0% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png)
}
9.09% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-2.png)
}
27.27% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-3.png)
}
36.36% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-4.png)
}
45.45% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-5.png)
}
54.54% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-6.png)
}
63.63% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-7.png)
}
72.72% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-8.png)
}
81.81% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-9.png)
}
100% {
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/198554/red-1.png)
}
}
@keyframes opacityBlue {
from {
opacity: 0
}
25% {
opacity: 0
}
75% {
opacity: 1
}
to {
opacity: 1
}
}
@keyframes opacityRed {
from {
opacity: 1
}
25% {
opacity: 1
}
75% {
opacity: .3
}
to {
opacity: .3
}
}
audio{
background-color:transparent;
border:none;
color: transparent;
width:100%;
}
.container-audio {
width: 100vw;
height: auto;
padding: 0px;
background-color:transparent;
color: red;
margin: 20px auto;
overflow: hidden;
}
.jumbotron-radio {
padding-top: 20px !important;
text-align: center;
}
.jumbotron-title {
font-weight: 300;
font-size: 3em;
}
.display-4 {
font-weight: 700;
max-width: 50vw;
}
.jumbotron-text {
font-weight: 300;
max-width: 50vw;
}
.jumbotron-description {
margin-top: 20px;
font-weight: 300;
max-width: 50vw;
opacity: 0.9;
}
.radio-affiche {
max-width: 60%;
height: auto;
box-shadow: 0px 5px 100px #1532ec;
}
.radio-affiche2 {
max-width: 60%;
height: auto;
box-shadow: 0px 5px 100px #000000;
}
.affiche {
margin-right: 30px;
padding-top: 100px;
max-height: 100vh;
}
.btn-primary-custom {
margin-top: 20px;
background-color: #4a62ff;
border-color: #4a62ff;
border-radius: 32px;
width: 17vw;
height: 63px;
margin-right: 20px;
}
.btn-secondary-custom {
margin-top: 20px;
background-color: transparent;
border-color: #6dff4a;
border-width: 4px;
border-radius: 32px;
width: 17vw;
height: 63px;
}
.modal-video {
max-width: 80vw !important;
}
.modal-content {
border: 0 !important;
background-color: transparent !important;
height: 100vh;
}
.modal-header {
padding: 0 !important;
border: 0 !important;
}
.video {
width: 80vw;
height: 100%;
}
.mapepic {
border-radius: 1%;
box-shadow: 0px 3px 7px #000000;
}
@media screen and (max-width: 991px) {
.btn-primary-custom {
font-size: 2vw;
}
.btn-secondary-custom {
font-size: 2vw;
}
.jumbotron-description {
font-size: 1.7vw;
}
.jumbotron-text {
font-size: 2.5vw;
}
.display-4 {
font-size: 6vw;
}
}
@media screen and (max-height: 700px) {
.background-radio {
min-height: 700px;
}
} | 0.439747 | 0.082697 |
@import "../../../lib/iconfont/iconfont.css";
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
font-weight: normal;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}
caption,
th {
text-align: inherit;
}
ul,
ol,
menu {
list-style: none;
}
fieldset,
img {
border: 0;
}
img,
object,
input,
textarea,
button,
select {
vertical-align: middle;
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "\0020";
}
textarea {
overflow: auto;
resize: vertical;
}
input,
textarea,
button,
select,
a {
outline: 0 none;
border: none;
}
::-webkit-input-placeholder {
color: #ccc;
}
:-moz-placeholder {
color: #ccc;
}
::-moz-placeholder {
color: #ccc;
}
:-ms-input-placeholder {
color: #ccc;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
mark {
background-color: transparent;
}
a,
ins,
s,
u,
del {
text-decoration: none;
}
sup,
sub {
vertical-align: baseline;
}
html {
overflow-x: hidden;
height: 100%;
-webkit-tap-highlight-color: transparent;
background: #fff;
}
a {
color: #25a4bb;
}
a:hover,
a:active,
a:focus,
a:visited {
text-decoration: none;
}
@font-face {
font-size: 14px;
font-family: Neo_Sans;
src: url("../../../lib/font/Neo_Sans.ttf");
}
* {
box-sizing: border-box;
}
body {
font-family: Neo_Sans, "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "华文细黑", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "宋体", Heiti, "黑体", sans-serif;
background: #f5f5f5;
font-size: 14px;
line-height: 1.42857143;
}
p.infoError {
display: block;
float: left;
width: 100%;
padding-left: 150px;
color: #f00;
text-align: left;
font-size: 12px;
}
#send_code {
height: 30px;
margin-left: 5px;
padding: 0 15px;
font-size: 12px;
border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
cursor: pointer;
}
.container {
margin: 0 auto;
}
.containerbefore,
.container:after {
content: " ";
display: table;
zoom: 1;
}
.container:after {
clear: both;
}
@media screen and (min-width: 1200px) {
.container {
width: 83.333%;
}
}
@media screen and (max-width: 1199px) {
.container {
width: 100%;
}
}
.common-width {
margin: 0 auto;
}
.common-widthbefore,
.common-width:after {
content: " ";
display: table;
zoom: 1;
}
.common-width:after {
clear: both;
}
@media screen and (min-width: 1200px) {
.common-width {
width: 70%;
}
}
@media screen and (max-width: 1199px) {
.common-width {
width: 100%;
}
}
header {
height: 60px;
line-height: 60px;
background: #1D428A;
}
header .logo {
float: left;
margin: 10px 0;
}
header .logo img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
height: 40px;
}
header .nav-box {
float: right;
}
header .nav-box .account {
float: left;
position: relative;
}
header .nav-box .account .ico-box {
display: block;
height: 60px;
line-height: 60px;
padding: 0 20px;
cursor: pointer;
}
header .nav-box .account .ico-boxbefore,
header .nav-box .account .ico-box:after {
content: " ";
display: table;
zoom: 1;
}
header .nav-box .account .ico-box:after {
clear: both;
}
header .nav-box .account .ico-box span {
float: left;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 200px;
height: 60px;
line-height: 60px;
color: #fff;
}
header .nav-box .account .ico-box .iconfont {
float: left;
font-size: 24px;
color: #fff;
}
header .nav-box .account .user-menu-wrapper {
display: none;
position: absolute;
top: 60px;
left: 0;
background: #fff;
border: 1px solid #eaeaea;
}
header .nav-box .account .user-menu-wrapper .user-menu-item {
width: 140px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #eaeaea;
}
header .nav-box .account .user-menu-wrapper .user-menu-item:nth-last-of-type(1) {
border-bottom: none;
}
header .nav-box .account .user-menu-wrapper .user-menu-item a {
display: block;
padding: 0 10px;
text-align: center;
color: #1D428A;
}
header .nav-box .account .user-menu-wrapper .user-menu-item a:hover {
background: #abcae9;
text-decoration: underline;
}
@media screen and (max-width: 1199px) {
header {
padding: 0 20px;
}
}
.g-footer {
background: #333;
margin: 60px 0 0;
}
.g-footer .foot-container {
padding: 20px 0;
}
.g-footer .foot-containerbefore,
.g-footer .foot-container:after {
content: " ";
display: table;
zoom: 1;
}
.g-footer .foot-container:after {
clear: both;
}
.g-footer .foot-container dl {
float: left;
width: 16.66666667%;
padding: 20px;
margin-bottom: 0;
box-sizing: border-box;
}
.g-footer .foot-container dl:nth-of-type(1) {
padding-left: 0;
margin-left: 16.6%;
}
.g-footer .foot-container dl:nth-last-of-type(1) {
padding-right: 0;
}
.g-footer .foot-container dl dt {
color: #fff;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.g-footer .foot-container dl dd {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #888;
}
.g-footer .foot-container dl dd:nth-last-of-type(1) img {
display: block;
}
.g-footer .foot-container dl dd img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
display: none;
margin: 0;
}
.g-footer .foot-container dl dd a {
display: inline-block;
color: #888;
line-height: 26px;
}
.g-footer .foot-container dl dd a:hover {
color: #6196ff;
}
.g-footer .foot-container dl dd a .iconfont {
font-size: 30px;
}
.g-footer .copy-right {
padding: 5px 0;
background: #000;
color: #888;
font-size: 12px;
text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.g-footer .foot-container dl {
width: 25%;
}
.g-footer .foot-container dl:nth-of-type(1) {
margin-left: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.g-footer .foot-container dl {
margin-bottom: 20px;
padding: 0 20px !important;
}
}
.g-path {
margin: 20px 0;
background: #fff;
}
.g-path .breadcrumb {
padding: 0 15px;
margin: 0 auto;
background: #fff;
line-height: 50px;
}
.g-path .breadcrumbbefore,
.g-path .breadcrumb:after {
content: " ";
display: table;
zoom: 1;
}
.g-path .breadcrumb:after {
clear: both;
}
.g-path .breadcrumb li {
float: left;
}
.g-path .breadcrumb .active {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.g-path .breadcrumb a {
color: #1D428A;
}
.g-path .breadcrumb a:hover {
text-decoration: underline;
}
.g-path .breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: ">";
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.g-path .breadcrumb li {
font-size: 12px;
}
}
.g-aside {
float: left;
width: 20%;
padding-right: 20px;
}
.g-aside ul {
background: #fff;
}
.g-aside ul li h3 {
padding: 0 15px;
font-size: 16px;
line-height: 50px;
color: #333;
font-weight: 700;
border-bottom: 1px solid #eaeaea;
text-transform: uppercase;
}
.g-aside ul li a {
display: block;
padding: 0 15px;
line-height: 50px;
color: #333;
border-bottom: 1px solid #eaeaea;
}
.g-aside ul li a:hover {
color: #1D428A;
text-decoration: underline;
}
.g-aside ul li:nth-last-of-type(1) a {
border-bottom: none;
}
.g-aside ul li .active {
color: #1D428A;
text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.g-aside {
width: 25%;
}
}
.g-main {
float: left;
width: 80%;
min-height: 600px;
background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.g-main {
width: 75%;
}
}
.info-change-box {
background: #fff;
}
.info-change-box .form-title {
margin: 20px;
text-align: center;
}
.info-change-box .form-title .title {
font-size: 16px;
}
.info-change-box .form-title .notice {
color: red;
font-size: 12px;
}
.info-change-box .form-title .notice span {
color: red;
}
.info-change-box .info {
margin-bottom: 10px;
}
.info-change-box .infobefore,
.info-change-box .info:after {
content: " ";
display: table;
zoom: 1;
}
.info-change-box .info:after {
clear: both;
}
.info-change-box #send_code {
height: 28px;
}
.info-change-box .btn-group {
margin: 20px 0 0;
text-align: center;
}
.info-change-box .btn-group .btn {
display: inline-block;
padding: 8px 20px;
font-size: 12px;
text-align: center;
border-radius: 5px;
cursor: pointer;
}
.info-change-box .btn-group .btn:nth-of-type(1) {
background: #5cb85c;
color: #fff;
}
.info-change-box .btn-group .btn:nth-of-type(1):hover {
background: #66c266;
}
.info-change-box .btn-group .btn:nth-last-of-type(1) {
background: #ccc;
border-color: #ccc;
}
.info-change-box .btn-group .btn:nth-last-of-type(1):hover {
background: #d6d6d6;
}
.info-change-box .personal-name .infobefore,
.info-change-box .personal-billing .infobefore,
.info-change-box .personal-delivery .infobefore,
.info-change-box .personal-zipCode .infobefore,
.info-change-box .personal-phone .infobefore,
.info-change-box .personal-email .infobefore,
.info-change-box .personal-name .info:after,
.info-change-box .personal-billing .info:after,
.info-change-box .personal-delivery .info:after,
.info-change-box .personal-zipCode .info:after,
.info-change-box .personal-phone .info:after,
.info-change-box .personal-email .info:after {
content: " ";
display: table;
zoom: 1;
}
.info-change-box .personal-name .info:after,
.info-change-box .personal-billing .info:after,
.info-change-box .personal-delivery .info:after,
.info-change-box .personal-zipCode .info:after,
.info-change-box .personal-phone .info:after,
.info-change-box .personal-email .info:after {
clear: both;
}
.info-change-box .personal-name .info label,
.info-change-box .personal-billing .info label,
.info-change-box .personal-delivery .info label,
.info-change-box .personal-zipCode .info label,
.info-change-box .personal-phone .info label,
.info-change-box .personal-email .info label {
float: left;
width: 130px;
height: 28px;
line-height: 28px;
margin: 0 10px;
text-align: right;
font-weight: normal;
}
.info-change-box .personal-name .info input,
.info-change-box .personal-billing .info input,
.info-change-box .personal-delivery .info input,
.info-change-box .personal-zipCode .info input,
.info-change-box .personal-phone .info input,
.info-change-box .personal-email .info input {
float: left;
width: 240px;
height: 28px;
margin-left: 0;
padding: 0 5px;
border: 1px solid #ccc;
}
.info-change-box .personal-gender {
text-align: center;
}
.info-change-box .personal-gender .info {
display: inline-block;
margin: 0 10px;
}
.info-change-box .personal-gender .info label,
.info-change-box .personal-gender .info input {
cursor: pointer;
}
.info-change-box .personal-birthday {
text-align: center;
}
.info-change-box .personal-birthday .info {
display: inline-block;
margin: 0 10px;
}
.info-change-box .personal-birthday .info select {
width: 80px;
height: 26px;
border: 1px solid #ccc;
cursor: pointer;
}
.info-change-box .personal-country .info label {
display: inline-block;
width: 130px;
height: 28px;
line-height: 28px;
margin: 0 10px 0;
text-align: right;
}
.info-change-box .personal-country .info select {
display: inline-block;
width: 240px;
height: 28px;
padding: 0 5px;
border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
.g-path {
margin: 10px 0;
}
.g-aside {
width: 100%;
margin-bottom: 10px;
padding-right: 0;
}
.g-main {
width: 100%;
}
}
@media screen and (max-width: 414px) {
.info-change-box .personal-name .info,
.info-change-box .personal-country .info,
.info-change-box .personal-billing .info,
.info-change-box .personal-delivery .info,
.info-change-box .personal-zipCode .info,
.info-change-box .personal-phone .info,
.info-change-box .personal-email .info {
overflow: hidden;
display: flex;
padding: 0 10px;
}
.info-change-box .personal-name .info label,
.info-change-box .personal-country .info label,
.info-change-box .personal-billing .info label,
.info-change-box .personal-delivery .info label,
.info-change-box .personal-zipCode .info label,
.info-change-box .personal-phone .info label,
.info-change-box .personal-email .info label {
width: auto;
margin: 0 5px 0 0;
}
.info-change-box .personal-name .info input,
.info-change-box .personal-country .info input,
.info-change-box .personal-billing .info input,
.info-change-box .personal-delivery .info input,
.info-change-box .personal-zipCode .info input,
.info-change-box .personal-phone .info input,
.info-change-box .personal-email .info input,
.info-change-box .personal-name .info select,
.info-change-box .personal-country .info select,
.info-change-box .personal-billing .info select,
.info-change-box .personal-delivery .info select,
.info-change-box .personal-zipCode .info select,
.info-change-box .personal-phone .info select,
.info-change-box .personal-email .info select {
flex: 1;
}
}
/*# sourceMappingURL=components.css.map */ | public/static/customer/ui/public/components.css | @import "../../../lib/iconfont/iconfont.css";
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
font-weight: normal;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
font-style: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}
caption,
th {
text-align: inherit;
}
ul,
ol,
menu {
list-style: none;
}
fieldset,
img {
border: 0;
}
img,
object,
input,
textarea,
button,
select {
vertical-align: middle;
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "\0020";
}
textarea {
overflow: auto;
resize: vertical;
}
input,
textarea,
button,
select,
a {
outline: 0 none;
border: none;
}
::-webkit-input-placeholder {
color: #ccc;
}
:-moz-placeholder {
color: #ccc;
}
::-moz-placeholder {
color: #ccc;
}
:-ms-input-placeholder {
color: #ccc;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
mark {
background-color: transparent;
}
a,
ins,
s,
u,
del {
text-decoration: none;
}
sup,
sub {
vertical-align: baseline;
}
html {
overflow-x: hidden;
height: 100%;
-webkit-tap-highlight-color: transparent;
background: #fff;
}
a {
color: #25a4bb;
}
a:hover,
a:active,
a:focus,
a:visited {
text-decoration: none;
}
@font-face {
font-size: 14px;
font-family: Neo_Sans;
src: url("../../../lib/font/Neo_Sans.ttf");
}
* {
box-sizing: border-box;
}
body {
font-family: Neo_Sans, "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", "Monaco", monospace, Tahoma, STXihei, "华文细黑", STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, "宋体", Heiti, "黑体", sans-serif;
background: #f5f5f5;
font-size: 14px;
line-height: 1.42857143;
}
p.infoError {
display: block;
float: left;
width: 100%;
padding-left: 150px;
color: #f00;
text-align: left;
font-size: 12px;
}
#send_code {
height: 30px;
margin-left: 5px;
padding: 0 15px;
font-size: 12px;
border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
cursor: pointer;
}
.container {
margin: 0 auto;
}
.containerbefore,
.container:after {
content: " ";
display: table;
zoom: 1;
}
.container:after {
clear: both;
}
@media screen and (min-width: 1200px) {
.container {
width: 83.333%;
}
}
@media screen and (max-width: 1199px) {
.container {
width: 100%;
}
}
.common-width {
margin: 0 auto;
}
.common-widthbefore,
.common-width:after {
content: " ";
display: table;
zoom: 1;
}
.common-width:after {
clear: both;
}
@media screen and (min-width: 1200px) {
.common-width {
width: 70%;
}
}
@media screen and (max-width: 1199px) {
.common-width {
width: 100%;
}
}
header {
height: 60px;
line-height: 60px;
background: #1D428A;
}
header .logo {
float: left;
margin: 10px 0;
}
header .logo img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
height: 40px;
}
header .nav-box {
float: right;
}
header .nav-box .account {
float: left;
position: relative;
}
header .nav-box .account .ico-box {
display: block;
height: 60px;
line-height: 60px;
padding: 0 20px;
cursor: pointer;
}
header .nav-box .account .ico-boxbefore,
header .nav-box .account .ico-box:after {
content: " ";
display: table;
zoom: 1;
}
header .nav-box .account .ico-box:after {
clear: both;
}
header .nav-box .account .ico-box span {
float: left;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 200px;
height: 60px;
line-height: 60px;
color: #fff;
}
header .nav-box .account .ico-box .iconfont {
float: left;
font-size: 24px;
color: #fff;
}
header .nav-box .account .user-menu-wrapper {
display: none;
position: absolute;
top: 60px;
left: 0;
background: #fff;
border: 1px solid #eaeaea;
}
header .nav-box .account .user-menu-wrapper .user-menu-item {
width: 140px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #eaeaea;
}
header .nav-box .account .user-menu-wrapper .user-menu-item:nth-last-of-type(1) {
border-bottom: none;
}
header .nav-box .account .user-menu-wrapper .user-menu-item a {
display: block;
padding: 0 10px;
text-align: center;
color: #1D428A;
}
header .nav-box .account .user-menu-wrapper .user-menu-item a:hover {
background: #abcae9;
text-decoration: underline;
}
@media screen and (max-width: 1199px) {
header {
padding: 0 20px;
}
}
.g-footer {
background: #333;
margin: 60px 0 0;
}
.g-footer .foot-container {
padding: 20px 0;
}
.g-footer .foot-containerbefore,
.g-footer .foot-container:after {
content: " ";
display: table;
zoom: 1;
}
.g-footer .foot-container:after {
clear: both;
}
.g-footer .foot-container dl {
float: left;
width: 16.66666667%;
padding: 20px;
margin-bottom: 0;
box-sizing: border-box;
}
.g-footer .foot-container dl:nth-of-type(1) {
padding-left: 0;
margin-left: 16.6%;
}
.g-footer .foot-container dl:nth-last-of-type(1) {
padding-right: 0;
}
.g-footer .foot-container dl dt {
color: #fff;
line-height: 26px;
font-weight: 700;
text-transform: uppercase;
}
.g-footer .foot-container dl dd {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #888;
}
.g-footer .foot-container dl dd:nth-last-of-type(1) img {
display: block;
}
.g-footer .foot-container dl dd img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
display: none;
margin: 0;
}
.g-footer .foot-container dl dd a {
display: inline-block;
color: #888;
line-height: 26px;
}
.g-footer .foot-container dl dd a:hover {
color: #6196ff;
}
.g-footer .foot-container dl dd a .iconfont {
font-size: 30px;
}
.g-footer .copy-right {
padding: 5px 0;
background: #000;
color: #888;
font-size: 12px;
text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.g-footer .foot-container dl {
width: 25%;
}
.g-footer .foot-container dl:nth-of-type(1) {
margin-left: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.g-footer .foot-container dl {
margin-bottom: 20px;
padding: 0 20px !important;
}
}
.g-path {
margin: 20px 0;
background: #fff;
}
.g-path .breadcrumb {
padding: 0 15px;
margin: 0 auto;
background: #fff;
line-height: 50px;
}
.g-path .breadcrumbbefore,
.g-path .breadcrumb:after {
content: " ";
display: table;
zoom: 1;
}
.g-path .breadcrumb:after {
clear: both;
}
.g-path .breadcrumb li {
float: left;
}
.g-path .breadcrumb .active {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.g-path .breadcrumb a {
color: #1D428A;
}
.g-path .breadcrumb a:hover {
text-decoration: underline;
}
.g-path .breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: ">";
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.g-path .breadcrumb li {
font-size: 12px;
}
}
.g-aside {
float: left;
width: 20%;
padding-right: 20px;
}
.g-aside ul {
background: #fff;
}
.g-aside ul li h3 {
padding: 0 15px;
font-size: 16px;
line-height: 50px;
color: #333;
font-weight: 700;
border-bottom: 1px solid #eaeaea;
text-transform: uppercase;
}
.g-aside ul li a {
display: block;
padding: 0 15px;
line-height: 50px;
color: #333;
border-bottom: 1px solid #eaeaea;
}
.g-aside ul li a:hover {
color: #1D428A;
text-decoration: underline;
}
.g-aside ul li:nth-last-of-type(1) a {
border-bottom: none;
}
.g-aside ul li .active {
color: #1D428A;
text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.g-aside {
width: 25%;
}
}
.g-main {
float: left;
width: 80%;
min-height: 600px;
background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.g-main {
width: 75%;
}
}
.info-change-box {
background: #fff;
}
.info-change-box .form-title {
margin: 20px;
text-align: center;
}
.info-change-box .form-title .title {
font-size: 16px;
}
.info-change-box .form-title .notice {
color: red;
font-size: 12px;
}
.info-change-box .form-title .notice span {
color: red;
}
.info-change-box .info {
margin-bottom: 10px;
}
.info-change-box .infobefore,
.info-change-box .info:after {
content: " ";
display: table;
zoom: 1;
}
.info-change-box .info:after {
clear: both;
}
.info-change-box #send_code {
height: 28px;
}
.info-change-box .btn-group {
margin: 20px 0 0;
text-align: center;
}
.info-change-box .btn-group .btn {
display: inline-block;
padding: 8px 20px;
font-size: 12px;
text-align: center;
border-radius: 5px;
cursor: pointer;
}
.info-change-box .btn-group .btn:nth-of-type(1) {
background: #5cb85c;
color: #fff;
}
.info-change-box .btn-group .btn:nth-of-type(1):hover {
background: #66c266;
}
.info-change-box .btn-group .btn:nth-last-of-type(1) {
background: #ccc;
border-color: #ccc;
}
.info-change-box .btn-group .btn:nth-last-of-type(1):hover {
background: #d6d6d6;
}
.info-change-box .personal-name .infobefore,
.info-change-box .personal-billing .infobefore,
.info-change-box .personal-delivery .infobefore,
.info-change-box .personal-zipCode .infobefore,
.info-change-box .personal-phone .infobefore,
.info-change-box .personal-email .infobefore,
.info-change-box .personal-name .info:after,
.info-change-box .personal-billing .info:after,
.info-change-box .personal-delivery .info:after,
.info-change-box .personal-zipCode .info:after,
.info-change-box .personal-phone .info:after,
.info-change-box .personal-email .info:after {
content: " ";
display: table;
zoom: 1;
}
.info-change-box .personal-name .info:after,
.info-change-box .personal-billing .info:after,
.info-change-box .personal-delivery .info:after,
.info-change-box .personal-zipCode .info:after,
.info-change-box .personal-phone .info:after,
.info-change-box .personal-email .info:after {
clear: both;
}
.info-change-box .personal-name .info label,
.info-change-box .personal-billing .info label,
.info-change-box .personal-delivery .info label,
.info-change-box .personal-zipCode .info label,
.info-change-box .personal-phone .info label,
.info-change-box .personal-email .info label {
float: left;
width: 130px;
height: 28px;
line-height: 28px;
margin: 0 10px;
text-align: right;
font-weight: normal;
}
.info-change-box .personal-name .info input,
.info-change-box .personal-billing .info input,
.info-change-box .personal-delivery .info input,
.info-change-box .personal-zipCode .info input,
.info-change-box .personal-phone .info input,
.info-change-box .personal-email .info input {
float: left;
width: 240px;
height: 28px;
margin-left: 0;
padding: 0 5px;
border: 1px solid #ccc;
}
.info-change-box .personal-gender {
text-align: center;
}
.info-change-box .personal-gender .info {
display: inline-block;
margin: 0 10px;
}
.info-change-box .personal-gender .info label,
.info-change-box .personal-gender .info input {
cursor: pointer;
}
.info-change-box .personal-birthday {
text-align: center;
}
.info-change-box .personal-birthday .info {
display: inline-block;
margin: 0 10px;
}
.info-change-box .personal-birthday .info select {
width: 80px;
height: 26px;
border: 1px solid #ccc;
cursor: pointer;
}
.info-change-box .personal-country .info label {
display: inline-block;
width: 130px;
height: 28px;
line-height: 28px;
margin: 0 10px 0;
text-align: right;
}
.info-change-box .personal-country .info select {
display: inline-block;
width: 240px;
height: 28px;
padding: 0 5px;
border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
.g-path {
margin: 10px 0;
}
.g-aside {
width: 100%;
margin-bottom: 10px;
padding-right: 0;
}
.g-main {
width: 100%;
}
}
@media screen and (max-width: 414px) {
.info-change-box .personal-name .info,
.info-change-box .personal-country .info,
.info-change-box .personal-billing .info,
.info-change-box .personal-delivery .info,
.info-change-box .personal-zipCode .info,
.info-change-box .personal-phone .info,
.info-change-box .personal-email .info {
overflow: hidden;
display: flex;
padding: 0 10px;
}
.info-change-box .personal-name .info label,
.info-change-box .personal-country .info label,
.info-change-box .personal-billing .info label,
.info-change-box .personal-delivery .info label,
.info-change-box .personal-zipCode .info label,
.info-change-box .personal-phone .info label,
.info-change-box .personal-email .info label {
width: auto;
margin: 0 5px 0 0;
}
.info-change-box .personal-name .info input,
.info-change-box .personal-country .info input,
.info-change-box .personal-billing .info input,
.info-change-box .personal-delivery .info input,
.info-change-box .personal-zipCode .info input,
.info-change-box .personal-phone .info input,
.info-change-box .personal-email .info input,
.info-change-box .personal-name .info select,
.info-change-box .personal-country .info select,
.info-change-box .personal-billing .info select,
.info-change-box .personal-delivery .info select,
.info-change-box .personal-zipCode .info select,
.info-change-box .personal-phone .info select,
.info-change-box .personal-email .info select {
flex: 1;
}
}
/*# sourceMappingURL=components.css.map */ | 0.276495 | 0.076788 |
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display&family=Roboto+Slab&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Big Shoulders Stencil Display', cursive;
background: linear-gradient(90deg,#ffcfd7,rgb(193, 255, 234))
}
header{
width: 100%;
}
.header .main{
width: 90%;
margin: 0 auto;
}
.navbar{
margin-top: 30px;
}
.navbar .logo{
display: flex;
margin: 20px 40px;
font-size: 0.8cm;
color: rgb(128, 0, 70);
}
.navbar .logo i{
font-size: 1.5cm;
}
.navbar .logo h3{
margin: 5px 10px;
}
.menu ul{
display: flex;
justify-content: flex-end;
margin: -60px 20px;
}
.menu ul il{
margin-right: 30px;
}
.menu ul il a{
color: coral;
font-size: 0.8cm;
text-decoration: none;
}
.navbar .toggle-menu{
display: flex;
justify-content: flex-end;
margin-top: 25px;
}
.container-info{
display: flex;
justify-content: center;
align-items: center ;
margin-top: 120px;
}
.container-info h1{
font-size: 3cm;
font-family: 'Roboto Slab', serif;
}
.container-info h2{
font-size: 1cm;
font-family: 'Roboto Slab', serif;
}
.container-info .btn{
font-size: 0.5cm;
font-family: 'Roboto Slab', serif;
color: rgb(255, 255, 255);
width: 150px;
padding: 5px;
border-radius: 75px;
background-color: rgb(128, 0, 70);
border: none;
}
.img{
margin: -120px 800px;
}
.navbar .toggle-menu i{
font-size: 0.8cm;
cursor: pointer;
color: rgb(99, 0, 86);
display: none;
}
@media(max-width:570){
.navbar .toggle-menu i{
display: block;
margin: -60px 30px;
}
.navbar .menu ul{
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgb(255, 190, 244);
position: fixed;
margin-top: 100px;
transform: translateX(-120%);
transition: 1s ease-in;
}
.navbar .menu .menu-on{
transform: translateX(-4%);
}
.navbar .menu ul il{
margin: 30px;
text-transform: uppercase;
}
} | main.css | @import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display&family=Roboto+Slab&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Big Shoulders Stencil Display', cursive;
background: linear-gradient(90deg,#ffcfd7,rgb(193, 255, 234))
}
header{
width: 100%;
}
.header .main{
width: 90%;
margin: 0 auto;
}
.navbar{
margin-top: 30px;
}
.navbar .logo{
display: flex;
margin: 20px 40px;
font-size: 0.8cm;
color: rgb(128, 0, 70);
}
.navbar .logo i{
font-size: 1.5cm;
}
.navbar .logo h3{
margin: 5px 10px;
}
.menu ul{
display: flex;
justify-content: flex-end;
margin: -60px 20px;
}
.menu ul il{
margin-right: 30px;
}
.menu ul il a{
color: coral;
font-size: 0.8cm;
text-decoration: none;
}
.navbar .toggle-menu{
display: flex;
justify-content: flex-end;
margin-top: 25px;
}
.container-info{
display: flex;
justify-content: center;
align-items: center ;
margin-top: 120px;
}
.container-info h1{
font-size: 3cm;
font-family: 'Roboto Slab', serif;
}
.container-info h2{
font-size: 1cm;
font-family: 'Roboto Slab', serif;
}
.container-info .btn{
font-size: 0.5cm;
font-family: 'Roboto Slab', serif;
color: rgb(255, 255, 255);
width: 150px;
padding: 5px;
border-radius: 75px;
background-color: rgb(128, 0, 70);
border: none;
}
.img{
margin: -120px 800px;
}
.navbar .toggle-menu i{
font-size: 0.8cm;
cursor: pointer;
color: rgb(99, 0, 86);
display: none;
}
@media(max-width:570){
.navbar .toggle-menu i{
display: block;
margin: -60px 30px;
}
.navbar .menu ul{
flex-direction: column;
align-items: center;
justify-content: flex-start;
width: 100%;
height: 100%;
z-index: 1;
background-color: rgb(255, 190, 244);
position: fixed;
margin-top: 100px;
transform: translateX(-120%);
transition: 1s ease-in;
}
.navbar .menu .menu-on{
transform: translateX(-4%);
}
.navbar .menu ul il{
margin: 30px;
text-transform: uppercase;
}
} | 0.317532 | 0.065665 |
*{
font-family: 'Muli', sans-serif;
}
body{
width: 100%;
height: 100%;
font-family: 'Muli', sans-serif;
color: #fff;
background-color: none;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
font-family: 'Muli', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
h2{
font-size: 21px
}
a:hover {
color: #4881C0;
outline: none;
}
.container{
width: 1020px;
padding-left: 15px;
padding-right: 15px;
margin-right: auto;
margin-left: auto;
}
.texto > p{
line-height: 1.5;
margin: 0px;
color:#3D3D3D;
}
.edicoes > p{
line-height: 1.3;
font-size: 9px;
color: black;
font-family: 'Muli', sans-serif;
}
p {
margin: 0 0 25px;
font-size: 10px;
line-height: 1.5;
width: 100%;
height: 100%;
font-family: 'Muli', sans-serif!important;
color: #fff;
}
.textheader{
color: #273e1f;
font-family: 'Muli', cursive;
font-weight: bold;
}
.textnormal{
color: #3d3d3d;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 15px;
line-height: 1.6;
font-family: 'Muli', sans-serif;
;
}
}
a {
color: #2F7330;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
outline: none;
}
.as {
color: black;
font-weight: bold;
font-size: 22px!important;
}
.as2 {
color: #3d3d3d;
font-weight: bold;
font-size: 22px!important;
}
.as3 {
color: #3d3d3d;
font-weight: normal;
font-size: 18px!important;
}
a:hover,
a:focus {
text-decoration: none;
color: #4881C0;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family:'Poiret One', cursive!important;
font-weight: bold;
color: white;
background-color: #000;
font-weight: bold;
}
.navbar-custom .navbar-brand {
font-weight: 800;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 14px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
color: #fff;
}
.navbar-custom .nav li a {
-webkit-transition: background .0s ease-in-out;
-moz-transition: background .0s ease-in-out;
transition: background .0s ease-in-out;
}
.navbar-custom .nav li a:hover {
outline: 0;
color: rgba(255,255,255,.8);
background-color: #7FB768;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
background-color: #7FB768;
}
.navbar-custom .nav li.active {
outline: 0;
}
.navbar-custom .nav li.active a {
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
color: #fff;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #7FB768;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: white;
background:url(../img/bgs/bg2.png) no-repeat bottom center scroll;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
}
.left{
font-size: 25px;
font-family: 'Muli', sans-serif;
}
.demo-3 {
color: #fff;
display: inline-block;
text-decoration: none;
font-family:'Poiret One', cursive!important;
font-size: 15px;
overflow: hidden;
vertical-align: top;
background: #2F7330;
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
width: 9vw;
outline: none;
}
.demo-3:hover span {
background: #7FB768;
-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
transform: translate3d(0px, 0px, -30px) rotateX(90deg);
width: 9vw;
outline: none;
}
.demo-3 span {
display: block;
position: relative;
padding: 10px 0px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
width: 9vw;
outline: none;
}
.demo-3 span:after {
content: attr(data-text);
-webkit-font-smoothing: antialiased;
padding: 10px 0px;
color: #fff;
background: #4881C0;
display: block;
position: absolute;
outline: none;
left: 0;
top: 0;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
width: 9vw
}
button:active,
button:focus,
button:hover,
.demo-3,
.demo-3:active,
.demo-3:focus,
.demo-3:hover{
outline:none !important;
}
.activ-img,
.activ-img:active,
.activ-img:focus,
.activ-img:hover{
outline:none !important;
}
.demo-2 {
color: #fff;
display: inline-block;
text-decoration: none;
font-family: 'Poiret One', cursive;
font-size: 22px;
overflow: hidden;
vertical-align: top;
background:#7FB768 ;
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
}
.demo-2:hover span {
background: #2F7330;
-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.demo-2 span {
display: block;
position: relative;
padding: 10px 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.demo-2 span:after {
content: attr(data-text);
-webkit-font-smoothing: antialiased;
padding: 10px 20px;
color: #fff;
background: #4881C0;
display: block;
position: absolute;
left: 0;
top: 0;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}
ul {
margin-bottom: 6em;
}
.chart {
display: inline-block;
width: 125px;
height: 90px;
margin: 0 5px;
vertical-align: top;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 17px;
font-family: 'Poiret One', cursive;
font-weight: bold;
}
.chart span {
display: block;
font-size: 3em;
font-weight: normal;
}
.chart canvas {
position: absolute;
left: 0;
top: 0;
}
.fafas{
font-size: 22px;
padding-top: 0px }
.fafa-mobile{
font-size: 35px;
}
.innov{
display: table;
width: 100%;
min-height: 100vh;
padding: 100px 0;
text-align: center;
background: url(../img/bgs/bg1.png);
}
.innov16 {
font-size: 30px
}
.col-md-7{
text-align: justify;
padding-right: 35px;
}
.programa{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #3d3d3d;
background: url(../img/bgs/bg2.png);
}
.pillhorario{
color: #fff;
display: inline-block;
text-decoration: none;
font-family: 'Poiret One', cursive;
font-size: 22px;
overflow: hidden;
vertical-align: top;
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
margin-bottom: 20px;
padding: 5px
}
.nav-pills > li{
background-color: #439B35;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #7FB768;
}
.table{
background-color: #7FB768;
color: black;
}
.table2{
}
.oradores{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../img/bgs/bg4.jpg);
}
.profile{
}
.modal-content {
position: relative;
background-color: #DCDCDC ;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
padding-left: 30px;
padding-right: 30px
}
.modal-header {
padding: 15px;
border: none;
}
.modal-footer {
padding: 15px;
text-align: right;
border: none;
}
.modal-body > p{
color: black;
font-size: 15px;
font-family: 'Muli', sans-serif;
}
.modal-body2 > p{
color: black;
font-size: 17px;
font-family: 'Muli', sans-serif;
}
.atividadesgeral{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../img/bgs/bg3.jpg);
}
.atividades{
height: auto;
font-size: 22px;
color:#fff;
}
.parcerias{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #2F7330;
background-color: white;
}
.noticias{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
background: url(../img/bgs/bg2.png);
background-color: #2F7330;
}
ul.share-buttons{
list-style: none;
padding: 0;
}
ul.share-buttons li{
display: inline;
}
ul.share-buttons .sr-only {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
ul.share-buttons img{
width: 32px;
}
.contactos{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
background: url(../img/bgs/bg4.jpg);
background-color: #439B35;
}
.contactos >p{
text-indent: 0px
}
.espaco{
line-height: 1,5
}
.image-center{
margin: 0 auto;
}
html, body, #map {
height: 100%;
margin: 0px;
padding: 0px
}
/* Limit the height to 300px */
#map {
height: 200px;
}
.bestaveiro{
background: url(../img/bgs/bg1.png) no-repeat bottom center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.jumbotron-icon .fa-3 {
font-size: 4em;
}
.inscreve-te{
background: url(../img/bgs/bg1.png) no-repeat bottom center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.noticias2{
background: url(../bg2.png) right top no-repeat, url(../bg1.png) left bottom no-repeat;
background-color: #439B35;
}
.btn-circle {
width: 35px;
height: 35px;
margin-top: 15px;
border: 1px solid #2F7330;
border-radius: 100%!important;
font-size: 18px;
color: #2F7330;
background: 0 0;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
margin-left:-15px
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
background: rgba(47,115,48,.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
img { background-color:transparent;
position:center;
width: 50%;
height: auto;}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.content-section {
padding-top: 100px;
}
.download-section {
width: 100%;
padding: 50px 0;
color: #fff;
background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
@media(min-width:767px) {
.content-section {
padding-top: 250px;
}
.download-section {
padding: 100px 0;
}
#map {
height: 300px;
margin-top: 250px;
}
}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: 'Poiret One', cursive;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
outline: 0;
color: #000;
background-color: #42dca3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 30px 0;
background-color: black
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/*Countdown start here*/
.count-down {
margin: 0 0 85px 0;
padding: 0;
font-family: 'Roboto', sans-serif;
text-align: center;
height: 240px;
height: auto;
}
@media(max-width:767px){
.count-down {
display: none;
}
}
#days-title,
#hours-title,
#mins-title,
#secs-title {
display: block;
text-transform: uppercase;
margin-top: -100px;
font-size: 15px;
position: relative;
z-index: 9 !important;
list-style-type: none;
}
/*Countdown end here*/
========================================
Schedule
========================================
*/
table {
margin-bottom: 44px;
width: 100%;
color: #273E1F;
}
table:last-child {
margin-bottom: 0;
}
th,
td {
padding-bottom: 22px;
vertical-align: top;
}
th {
padding-right: 45px;
text-align: right;
width: 20%;
}
td {
width: 40%;
}
thead {
line-height: 44px;
}
thead th {
color: #273E1F;
font-size: 18px;
}
tbody th {
color: #439B35;
font-size: 16px;
text-align: left;
padding-top: 22px;
text-transform: uppercase;
}
tbody td {
color: #273E1F;
font-size: 16px;
border-top: 1px solid #dfe2e5;
padding-top: 21px;
line-height: 2;
text-align: left;
font-style: italic;
}
tbody td:first-of-type {
padding-right: 15px;
}
tbody td:last-of-type {
padding-left: 15px;
}
tbody td:only-of-type {
padding-left: 0;
padding-right: 0;
}
table a {
color: #888;
}
table h4 {
margin-bottom: 0;
color:#273E1F;
font-size: 14px;
font-style: normal;
}
table h6 {
color:#273E1F;
font-size: 17px
}
}.schedule-offset {
color: #a9b2b9;
}
/*Programa */
td{
padding-left: 20px!important;
}
@media(max-width:767px){
.fbe {
display: none;
}
}
.barravert{
border-left: 1px solid rgba(61,61,61,0.05);
}
small{
font-size: 10px
}
.big-number {
font-size: 30px;
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-right: 5px;
color: #3d3d3d;
}
.text-justify {
text-align: justify;
text-indent: 0px;
} | css/grayscale.css | *{
font-family: 'Muli', sans-serif;
}
body{
width: 100%;
height: 100%;
font-family: 'Muli', sans-serif;
color: #fff;
background-color: none;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
font-family: 'Muli', sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
h2{
font-size: 21px
}
a:hover {
color: #4881C0;
outline: none;
}
.container{
width: 1020px;
padding-left: 15px;
padding-right: 15px;
margin-right: auto;
margin-left: auto;
}
.texto > p{
line-height: 1.5;
margin: 0px;
color:#3D3D3D;
}
.edicoes > p{
line-height: 1.3;
font-size: 9px;
color: black;
font-family: 'Muli', sans-serif;
}
p {
margin: 0 0 25px;
font-size: 10px;
line-height: 1.5;
width: 100%;
height: 100%;
font-family: 'Muli', sans-serif!important;
color: #fff;
}
.textheader{
color: #273e1f;
font-family: 'Muli', cursive;
font-weight: bold;
}
.textnormal{
color: #3d3d3d;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 15px;
line-height: 1.6;
font-family: 'Muli', sans-serif;
;
}
}
a {
color: #2F7330;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
outline: none;
}
.as {
color: black;
font-weight: bold;
font-size: 22px!important;
}
.as2 {
color: #3d3d3d;
font-weight: bold;
font-size: 22px!important;
}
.as3 {
color: #3d3d3d;
font-weight: normal;
font-size: 18px!important;
}
a:hover,
a:focus {
text-decoration: none;
color: #4881C0;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family:'Poiret One', cursive!important;
font-weight: bold;
color: white;
background-color: #000;
font-weight: bold;
}
.navbar-custom .navbar-brand {
font-weight: 800;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 14px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
color: #fff;
}
.navbar-custom .nav li a {
-webkit-transition: background .0s ease-in-out;
-moz-transition: background .0s ease-in-out;
transition: background .0s ease-in-out;
}
.navbar-custom .nav li a:hover {
outline: 0;
color: rgba(255,255,255,.8);
background-color: #7FB768;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
background-color: #7FB768;
}
.navbar-custom .nav li.active {
outline: 0;
}
.navbar-custom .nav li.active a {
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
color: #fff;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #7FB768;
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: white;
background:url(../img/bgs/bg2.png) no-repeat bottom center scroll;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
}
.left{
font-size: 25px;
font-family: 'Muli', sans-serif;
}
.demo-3 {
color: #fff;
display: inline-block;
text-decoration: none;
font-family:'Poiret One', cursive!important;
font-size: 15px;
overflow: hidden;
vertical-align: top;
background: #2F7330;
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
width: 9vw;
outline: none;
}
.demo-3:hover span {
background: #7FB768;
-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
transform: translate3d(0px, 0px, -30px) rotateX(90deg);
width: 9vw;
outline: none;
}
.demo-3 span {
display: block;
position: relative;
padding: 10px 0px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
width: 9vw;
outline: none;
}
.demo-3 span:after {
content: attr(data-text);
-webkit-font-smoothing: antialiased;
padding: 10px 0px;
color: #fff;
background: #4881C0;
display: block;
position: absolute;
outline: none;
left: 0;
top: 0;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
width: 9vw
}
button:active,
button:focus,
button:hover,
.demo-3,
.demo-3:active,
.demo-3:focus,
.demo-3:hover{
outline:none !important;
}
.activ-img,
.activ-img:active,
.activ-img:focus,
.activ-img:hover{
outline:none !important;
}
.demo-2 {
color: #fff;
display: inline-block;
text-decoration: none;
font-family: 'Poiret One', cursive;
font-size: 22px;
overflow: hidden;
vertical-align: top;
background:#7FB768 ;
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
}
.demo-2:hover span {
background: #2F7330;
-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
-ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.demo-2 span {
display: block;
position: relative;
padding: 10px 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.demo-2 span:after {
content: attr(data-text);
-webkit-font-smoothing: antialiased;
padding: 10px 20px;
color: #fff;
background: #4881C0;
display: block;
position: absolute;
left: 0;
top: 0;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
-ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}
ul {
margin-bottom: 6em;
}
.chart {
display: inline-block;
width: 125px;
height: 90px;
margin: 0 5px;
vertical-align: top;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 17px;
font-family: 'Poiret One', cursive;
font-weight: bold;
}
.chart span {
display: block;
font-size: 3em;
font-weight: normal;
}
.chart canvas {
position: absolute;
left: 0;
top: 0;
}
.fafas{
font-size: 22px;
padding-top: 0px }
.fafa-mobile{
font-size: 35px;
}
.innov{
display: table;
width: 100%;
min-height: 100vh;
padding: 100px 0;
text-align: center;
background: url(../img/bgs/bg1.png);
}
.innov16 {
font-size: 30px
}
.col-md-7{
text-align: justify;
padding-right: 35px;
}
.programa{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #3d3d3d;
background: url(../img/bgs/bg2.png);
}
.pillhorario{
color: #fff;
display: inline-block;
text-decoration: none;
font-family: 'Poiret One', cursive;
font-size: 22px;
overflow: hidden;
vertical-align: top;
-webkit-perspective: 600px;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
margin-bottom: 20px;
padding: 5px
}
.nav-pills > li{
background-color: #439B35;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #7FB768;
}
.table{
background-color: #7FB768;
color: black;
}
.table2{
}
.oradores{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../img/bgs/bg4.jpg);
}
.profile{
}
.modal-content {
position: relative;
background-color: #DCDCDC ;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
padding-left: 30px;
padding-right: 30px
}
.modal-header {
padding: 15px;
border: none;
}
.modal-footer {
padding: 15px;
text-align: right;
border: none;
}
.modal-body > p{
color: black;
font-size: 15px;
font-family: 'Muli', sans-serif;
}
.modal-body2 > p{
color: black;
font-size: 17px;
font-family: 'Muli', sans-serif;
}
.atividadesgeral{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../img/bgs/bg3.jpg);
}
.atividades{
height: auto;
font-size: 22px;
color:#fff;
}
.parcerias{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
color: #2F7330;
background-color: white;
}
.noticias{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
background: url(../img/bgs/bg2.png);
background-color: #2F7330;
}
ul.share-buttons{
list-style: none;
padding: 0;
}
ul.share-buttons li{
display: inline;
}
ul.share-buttons .sr-only {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0;
border: 0;
height: 1px;
width: 1px;
overflow: hidden;
}
ul.share-buttons img{
width: 32px;
}
.contactos{
display: table;
width: 100%;
height: 100vh;
padding: 100px 0;
text-align: center;
background: url(../img/bgs/bg4.jpg);
background-color: #439B35;
}
.contactos >p{
text-indent: 0px
}
.espaco{
line-height: 1,5
}
.image-center{
margin: 0 auto;
}
html, body, #map {
height: 100%;
margin: 0px;
padding: 0px
}
/* Limit the height to 300px */
#map {
height: 200px;
}
.bestaveiro{
background: url(../img/bgs/bg1.png) no-repeat bottom center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.jumbotron-icon .fa-3 {
font-size: 4em;
}
.inscreve-te{
background: url(../img/bgs/bg1.png) no-repeat bottom center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.noticias2{
background: url(../bg2.png) right top no-repeat, url(../bg1.png) left bottom no-repeat;
background-color: #439B35;
}
.btn-circle {
width: 35px;
height: 35px;
margin-top: 15px;
border: 1px solid #2F7330;
border-radius: 100%!important;
font-size: 18px;
color: #2F7330;
background: 0 0;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
margin-left:-15px
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
background: rgba(47,115,48,.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
img { background-color:transparent;
position:center;
width: 50%;
height: auto;}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.content-section {
padding-top: 100px;
}
.download-section {
width: 100%;
padding: 50px 0;
color: #fff;
background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
@media(min-width:767px) {
.content-section {
padding-top: 250px;
}
.download-section {
padding: 100px 0;
}
#map {
height: 300px;
margin-top: 250px;
}
}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: 'Poiret One', cursive;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
outline: 0;
color: #000;
background-color: #42dca3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 30px 0;
background-color: black
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/*Countdown start here*/
.count-down {
margin: 0 0 85px 0;
padding: 0;
font-family: 'Roboto', sans-serif;
text-align: center;
height: 240px;
height: auto;
}
@media(max-width:767px){
.count-down {
display: none;
}
}
#days-title,
#hours-title,
#mins-title,
#secs-title {
display: block;
text-transform: uppercase;
margin-top: -100px;
font-size: 15px;
position: relative;
z-index: 9 !important;
list-style-type: none;
}
/*Countdown end here*/
========================================
Schedule
========================================
*/
table {
margin-bottom: 44px;
width: 100%;
color: #273E1F;
}
table:last-child {
margin-bottom: 0;
}
th,
td {
padding-bottom: 22px;
vertical-align: top;
}
th {
padding-right: 45px;
text-align: right;
width: 20%;
}
td {
width: 40%;
}
thead {
line-height: 44px;
}
thead th {
color: #273E1F;
font-size: 18px;
}
tbody th {
color: #439B35;
font-size: 16px;
text-align: left;
padding-top: 22px;
text-transform: uppercase;
}
tbody td {
color: #273E1F;
font-size: 16px;
border-top: 1px solid #dfe2e5;
padding-top: 21px;
line-height: 2;
text-align: left;
font-style: italic;
}
tbody td:first-of-type {
padding-right: 15px;
}
tbody td:last-of-type {
padding-left: 15px;
}
tbody td:only-of-type {
padding-left: 0;
padding-right: 0;
}
table a {
color: #888;
}
table h4 {
margin-bottom: 0;
color:#273E1F;
font-size: 14px;
font-style: normal;
}
table h6 {
color:#273E1F;
font-size: 17px
}
}.schedule-offset {
color: #a9b2b9;
}
/*Programa */
td{
padding-left: 20px!important;
}
@media(max-width:767px){
.fbe {
display: none;
}
}
.barravert{
border-left: 1px solid rgba(61,61,61,0.05);
}
small{
font-size: 10px
}
.big-number {
font-size: 30px;
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-right: 5px;
color: #3d3d3d;
}
.text-justify {
text-align: justify;
text-indent: 0px;
} | 0.453988 | 0.071656 |
html {
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;}
img { border:none; }
ol,ul,li { list-style:none; }
table { border-collapse:collapse; }
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline;text-decoration:none; }
.fl{
float: left !important;
}
.fr{
float: right !important;
}
body{
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}
@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.eot');
/* IE9*/
src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('../fonts/iconfont.svg#iconfont') format('svg');
/* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.btn-default{
border: none;
}
/*网页*/
.container{
min-width:1000px;
width: 100%;
box-sizing: border-box;
overflow: hidden;
padding: 0;
}
.container .header {
border: none;
/*min-width: 780px;*/
z-index: 999;
border-radius: 0;
box-sizing: border-box;
padding: 0;
margin: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
line-height: 50px;
background: #09C;
}
.header .navbar-brand{
float: left;
cursor: pointer;
width: 80px;
height: 50px;
padding:0 10px;
line-height:50px;
text-align: center;
background: #0087b4;
}
.header .navbar-brand:hover{
background: #0087b4;
}
.header .navbar-brand img{
width: 100%;
}
.header .navbar-brand i{
color: #fff;
}
.topbar-wrapper{
width: auto;
height: 100%;
float: left;
box-sizing: border-box;
line-height: 50px;
position: absolute;
left: 80px;
right: 0;
top: 0;
bottom: ;
}
.header .navbar-nav{
margin: 0;
}
.topbar-left .navbar-nav{
margin: 0;
}
.topbar-left{
float: left;
}
.topbar-left .navbar-nav>li{
float: left;
}
.topbar-wrapper .navbar-nav>li>a
{
display: block;
padding: 0 15px;
line-height: 50px;
height: 50px;
color: #fff;
text-align: center;
}
.dropdown-search span.glyphicon{
font-size: 14px;
padding-right: 6px;
}
.topbar-wrapper .navbar-nav>.open>a, .topbar-wrapper .navbar-nav>.open>a:focus, .topbar-wrapper .navbar-nav>.open>a:hover{
color: #fff;
background: #008fbf;
}
.topbar-wrapper .navbar-nav>li>a:hover,.topbar-wrapper .navbar-nav>li>a:focus{
color: #fff;
background: #008fbf;
}
.navbar-nav .open .dropdown-menu{
position: absolute;
background: #fff;
}
.navbar-nav .open .dropdown-menu a { padding: 8px;}
.navbar-nav .open .header-search{
background: none;
padding: 0;
}
.navbar-nav .open .header-search li{
width: 284px;
height: 38px;
border: 2px solid #008fbf;
box-sizing: border-box;
overflow: hidden;position: relative;
margin-top: -2px;
}
.navbar-nav .open .header-search li input{
padding: 4px 6px;
color: #546478;
border: none;
width: 100%;
}
.navbar-nav .open .header-search li span{
text-align: center;
width: 34px;
line-height: 34px;
position: absolute;
top: 0;
right: 0;
color: #546478;
}
.topbar-right{
float: right;
}
.header-product{
padding: 10px;
width: 460px;
border-top: 1px solid #f1f1f1;
}
.header-product li{
float: left;
text-align: center;
}
.header-product li a{
width: 88px;
line-height: 18px;
font-size: 12px;
border-radius: 3px;
font-weight: normal;
text-align: center;
overflow: hidden;
}
/*.header-product li.select a i.iconfont{
color: #0087b4;
}*/
.header-product li a p{
margin-top: 10px;
}
.header-product li a:hover{
background: none;
}
.header-product li a:hover>p{
color: red;
}
.main {
position: absolute;
width: 100%;
top: 50px;
bottom: 0px;
z-index: 100;
}
.main-left {
width: 50px;
position: fixed;
top: 50px;
bottom: 0px;
background-color: #293038;
z-index: 102;
overflow-x: hidden;
}
.main-left.active{
width: 180px;
}
.main-collapse{
position: absolute;
left:0;
top: 50%;
width: 20px;
height: 50px;
z-index: 3;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
text-align: center;
cursor: pointer;
}
.main-collapse.active{
left: 150px;
margin-left: -15px;
}
.main-collapse.active i:before{
transform:rotate(-180deg);
border-bottom: 9px solid transparent;
border-left: 15px solid #fff;
border-top: 9px solid transparent;
}
.main-collapse:hover i{
left: 0;
right: 0;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-collapse i{
font-size: 14px;
margin-left: -7px;
line-height: 50px;
z-index: 10;
position: relative;
display: inline-block;
text-align: center;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-collapse i:before{
content: " ";
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
border-bottom: 9px solid transparent;
border-left: 15px solid #D9DEE4;
border-top: 9px solid transparent;
}
.main-content {
width: auto;
position: absolute;
top: 0px;
left: 50px;
bottom: 0px;
right: 0px;
overflow: hidden;
background: #FFF;
}
.main-content.active{
left: 180px;
}
.header .navbar-collapse{
padding-left: 50px;
padding-right: 0;
}
/*控制菜单箭头*/
.nav-header.collapsed > span.glyphicon-chevron-toggle:before {
content: "\e080";
}
.nav-header > span.glyphicon-chevron-toggle:before {
content: "\e114";
}
.secondmenu a {
line-height: 40px;
text-align: left;
font-size: 12px;
color: #fff;
text-align: center;
}
.secondmenu.nav{
background: #293038;
}
.secondmenu.nav>li{
height: 40px;
overflow: hidden;
word-wrap: break-word;
}
.secondmenu.nav>li:hover,.main-left a.nav-header:hover{
background:#414D5D;
}
.secondmenu.nav>li:hover a{
color: #fff;
}
.secondmenu.nav>li>a{
font-size: 12px;
color: #aeb9c2;;
text-align: left;
padding: 0 20px 0 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.secondmenu.nav>li>a i{
font-size: 18px;
float: left;
display: block;
width: 50px;
text-align: center;
}
.secondmenu li.active {
background: #0099cc !important;
color: #fff;
}
.secondmenu li.active a{
color: #fff;
}
.main-left a.nav-header.sidemenu-header {
padding: 0;
text-align: center;
background: #394555;;
}
.main-left a.sidemenu-header i{
cursor: pointer;
content:"\e236";
}
.main-left.active .sidemenu-header i{
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.main-left a.nav-header {
background: #22282e;;
padding: 0 20px 0 0;
display: block;
width: 100%;
box-sizing: border-box;
overflow: hidden;
line-height: 40px;
color: #fff;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-left a.nav-header span {
width: 50px;
text-align: center;
float: left;
line-height: 40px;
}
.main-left .nav-header,
.main-left .nav-header i {
height: 40px;
line-height: 40px;
}
.main-content-sidemenu {
display: block;
width: 150px;
float: left;
background-color: #EAEDF1;
position: absolute;
top: 0px;
bottom: 0px;
z-index: 2;
overflow: hidden;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-content-sidemenu.active{
display: none;
}
.main-sidemenu-title {
height: 50px;
line-height: 50px;
font-weight: bold;
font-size: 14px;
background: #D9DEE4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 20px;
}
.main-sidemenu-subtitle {
width: 100%;
display: block;
height: 40px;
line-height: 40px;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
color: #666;
}
.main-content-content{
display: none;
min-width: 900px;
padding:10px 15px;
position: absolute;
width: auto;
top: 0px;
bottom: 0px;
left: 150px;
right: 0px;
overflow: hidden;
overflow-y: auto;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-content-content.active{
display: block;
}
.main-content-content.select{
left: 0;
}
.main-content-content .main-content-title{
margin-bottom: 10px;
border-bottom: 1px solid #DDD;
font-size: 20px;
padding: 16px 0;
}
.main-content-title h1{
padding-left: 10px;
border-left:2px solid #88B7E0;
}
.main-sidemenu-subtitle span {
width: 25px;
text-align: center;
}
.main-sidemenu-subtitle tt{
color: #333;
width: 138px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-sidemenu-list li {
height: 40px;
line-height: 40px;
color: #333;
}
.main-sidemenu-list>li>a{
padding: 0 35px;
}
.main-sidemenu-list li:hover,
.main-sidemenu-subtitle:hover {
background: #F4F6F8;
}
.main-sidemenu-list li a {
color: #666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-sidemenu-list li i {
margin-right: 10px;
}
.main-sidemenu-list li.active {
background: #fff !important;
}
.main-sidemenu-list li.active a{
color: #333;
}
.main-content-content h1 {
font-size: 16px;
font-weight: bold;
}
.order-detail{
margin-bottom: 50px;
height: 210px;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.order-left{
position: relative;
width: 80%;
box-sizing: border-box;
overflow: hidden;
}
.order-left:after{
content: " ";
display: block;
background: #fff;
position: absolute;
top: 0;
right: 0;
width: 110px;
height: 210px;
}
.order-msg{
background: #eee;
height: 70px;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.order-msg p:first-child{
color: #5D6067;
}
.order-msg:nth-child(2n){
background: #F7F7F7;
}
.order-msg:after{
clear: both;
}
.order-msg li{
padding-top: 15px;
width:15%;
box-sizing: border-box;
overflow: hidden;
text-align: center;
float: left;
}
.order-echelon{
margin-left: -300px;
width:300px;
box-sizing: border-box;
overflow: hidden;
}
.echelon{
color: #fff;
text-align: center;
position: relative;
background:#5B99EE;
height: 70px;
width: 300px;
}
.echelon p{
line-height: 70px;
font-size: 18px;
}
.echelon p i{
margin-right: 10px;
font-size: 20px;
}
.echelon:nth-of-type(2n):before{
border-bottom: 70px solid #F7F7F7;
}
.echelon:before{
position: absolute;
content: " ";
width: 40px;
height: 70px;
border-bottom: 70px solid #eee;
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
left: -20px;
}
.echelon:after{
position: absolute;
content: " ";
width: 40px;
height: 70px;
border-bottom: 70px solid #fff;
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
top: 0;
right: -20px;
}
.second-echelon{
background:#5ECB7C;
width: 260px;
margin-left: 20px;
}
.second-echelon:before{
content: " ";
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
left: -20px;
}
.third-echelon{
background: #F25752;
width:220px;
margin-left: 40px;
}
.third-echelon:before{
content: " ";
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
left: -20px;
}
.color-green{
color:#5ECB7C;
}
.color-blue{
color:#5B99EE;
}
.color-red{
color:#F25752;
}
.order-arrow{
position: relative;
margin: 10px 0;
width:16%;
margin-left: -20px;
height: auto;
box-sizing: border-box;
border: 1px solid #D5D5D5;
border-left: none;
-webkit-transform: skew(-16deg);
-moz-transform: skew(-16deg);
-o-transform: skew(-16deg);
}
.arrow-top{
margin-left: 5px;
position: relative;
margin-top: 15px;
width: 26%;
height: 70px;
border: 1px solid #d5d5d5;
border-left:none;
}
.arrow-top:after,.arrow-bottom:after,.order-arrow:after{
content: " ";
position: absolute;
bottom: -5px;
left: 0;
display: block;
z-index: -1;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 10px solid #D5D5D5;
border-bottom: 5px solid transparent;
-webkit-transform: skew(16deg);
-moz-transform: skew(16deg);
-o-transform: skew(16deg);
}
.arrow-bottom{
margin: 15px 0;
margin-left: 5px;
position: relative;
width: 26%;
height: 70px;
border: 1px solid #d5d5d5;
border-left:none;
}
.arrow-top-msg{
-webkit-transform: skew(16deg);
-moz-transform: skew(16deg);
-o-transform: skew(16deg);
width: 200%;
min-width: 71px;
position: absolute;
left: 130%;
top: 15px;
color: #5D6067;
}
.order-arrow-msg{
-webkit-transform: skew(16deg);
-moz-transform: skew(16deg);
-o-transform: skew(16deg);
width: 100%;
position: absolute;
left: 105%;
bottom:5px;
color: #5D6067;
}
/*index-distributor-list*/
.index-distributor,.index-distributor-top,.index-distributor-form,.index-distributor-list{
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.index-distributor-title{
font-size: 16px;
color:#333333;
}
.index-distributor-more{
color: #5CA0E4;
}
/*input:focus,input:active,input{
-webkit-appearance: none;
appearance: none;
}*/
.index-distributor-list {
border-top: 1px solid #E5EDF4;
}
.index-distributor-list li{
padding-left: 20px;
height: 45px;
line-height: 45px;
color: #3C3C3C;
border-bottom: 1px solid #E5EDF4;
}
.index-distributor-list li:first-of-type{
background: #EAF0F5;
}
.index-distributor-form input[type=button]{
background: #1b9ad5;
color: #fff;
margin: 10px 0 20px 0;
}
.index-distributor-name{
display: block;
float: left;
width: 30%;
}
.index-distributor-address{
width: 50%;
display: block;
float: left;
}
.index-distributor-operator{
text-align: center;
width: 20%;
display: block;
float: left;
}
.index-distributor{
border: 1px solid #E5EDF4;
border-radius: 10px;
}
.index-distributor-top{
border-bottom: 1px solid #E5EDF4;
padding:0 10px;
line-height: 50px;
}
.index-distributor-form{
padding: 10px;
}
.index-distributor-operator a{
color: #5CA0E4;
cursor: pointer;
padding:0 10px;
}
.index-distributor-operator a:not(:last-child){
border-right: 1px solid #5CA0E4;;
}
.comm-page{
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.comm-page .pagination{
text-align: right;
}
.comm-page .pagination>li>a{
margin-right: 10px;
border-radius: 4px;
}
.pagination input[type=text].form-control{
width: 100px;
margin-right: 10px;
}
.pagination input[type=button]{
margin: 0;
background: #fff;
color: #3C3C3C;
}
.index-article-list{
min-width: 1260px;
border-top: 1px solid #E5EDF4;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.index-article-list li{
border-bottom: 1px solid #E5EDF4;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.index-article-list li p{
padding: 10px 0;
}
.index-article-list li:not(:first-child):hover{
background: #EFEFEF;
}
.index-article-list li:first-of-type {
background: #EAF0F5;
}
.index-article-list li p{
width: 10%;
float: left;
text-align: center;
}
.index-article-list li p:not(:last-child){
border-right:1px solid #E5EDF4;
}
.index-article-list li .index-article-title{
width: 30%;
}
.index-article-list li .index-article-data,.index-article-list li .index-article-operator{
width: 15%;
}
.index-article-search{
width: 100%;
box-sizing: border-box;
overflow: hidden;
margin:15px 0;
}
.index-article-category{
line-height: 34px;
height: 34px;
}
.index-article-category i.iconfont{
margin-right: 10px;
font-size: 20px;
}
.index-article-category select{
margin-right: 10px;
height: 34px;
line-height: 34px;
border-radius: 3px;
}
.index-article-category p{
color: #808080;
margin-right: 10px;
}
.index-article-category input[type=text]{
width: 100px;
margin-right: 10px;
border-radius: 3px;
}
.index-article-search input[type=button]{
margin: 0;
}
.index-adver-list li p{
width: 12.5%;
}
.index-adver-address li:first-of-type p:first-of-type{
text-align: center;
}
.index-adver-address li p:first-of-type{
width:40%;
padding-left: 20px;
text-align: left;
}
.article-category li:first-of-type p:first-of-type{
text-align: center;
}
.article-category li p:first-of-type{
text-align: left;
width: 30%;
padding-left: 20px;
}
.article-category li p:nth-of-type(3){
width: 20%;
}
.article-category li p:last-of-type{
width: 20%;
}
.sidemenu{
padding-left: 20px;
} | youxian/mobile/data/assets/console/css/style.css | html {
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;}
img { border:none; }
ol,ul,li { list-style:none; }
table { border-collapse:collapse; }
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline;text-decoration:none; }
.fl{
float: left !important;
}
.fr{
float: right !important;
}
body{
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
}
@font-face {
font-family: 'iconfont';
src: url('../fonts/iconfont.eot');
/* IE9*/
src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
url('../fonts/iconfont.svg#iconfont') format('svg');
/* iOS 4.1- */
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.btn-default{
border: none;
}
/*网页*/
.container{
min-width:1000px;
width: 100%;
box-sizing: border-box;
overflow: hidden;
padding: 0;
}
.container .header {
border: none;
/*min-width: 780px;*/
z-index: 999;
border-radius: 0;
box-sizing: border-box;
padding: 0;
margin: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
line-height: 50px;
background: #09C;
}
.header .navbar-brand{
float: left;
cursor: pointer;
width: 80px;
height: 50px;
padding:0 10px;
line-height:50px;
text-align: center;
background: #0087b4;
}
.header .navbar-brand:hover{
background: #0087b4;
}
.header .navbar-brand img{
width: 100%;
}
.header .navbar-brand i{
color: #fff;
}
.topbar-wrapper{
width: auto;
height: 100%;
float: left;
box-sizing: border-box;
line-height: 50px;
position: absolute;
left: 80px;
right: 0;
top: 0;
bottom: ;
}
.header .navbar-nav{
margin: 0;
}
.topbar-left .navbar-nav{
margin: 0;
}
.topbar-left{
float: left;
}
.topbar-left .navbar-nav>li{
float: left;
}
.topbar-wrapper .navbar-nav>li>a
{
display: block;
padding: 0 15px;
line-height: 50px;
height: 50px;
color: #fff;
text-align: center;
}
.dropdown-search span.glyphicon{
font-size: 14px;
padding-right: 6px;
}
.topbar-wrapper .navbar-nav>.open>a, .topbar-wrapper .navbar-nav>.open>a:focus, .topbar-wrapper .navbar-nav>.open>a:hover{
color: #fff;
background: #008fbf;
}
.topbar-wrapper .navbar-nav>li>a:hover,.topbar-wrapper .navbar-nav>li>a:focus{
color: #fff;
background: #008fbf;
}
.navbar-nav .open .dropdown-menu{
position: absolute;
background: #fff;
}
.navbar-nav .open .dropdown-menu a { padding: 8px;}
.navbar-nav .open .header-search{
background: none;
padding: 0;
}
.navbar-nav .open .header-search li{
width: 284px;
height: 38px;
border: 2px solid #008fbf;
box-sizing: border-box;
overflow: hidden;position: relative;
margin-top: -2px;
}
.navbar-nav .open .header-search li input{
padding: 4px 6px;
color: #546478;
border: none;
width: 100%;
}
.navbar-nav .open .header-search li span{
text-align: center;
width: 34px;
line-height: 34px;
position: absolute;
top: 0;
right: 0;
color: #546478;
}
.topbar-right{
float: right;
}
.header-product{
padding: 10px;
width: 460px;
border-top: 1px solid #f1f1f1;
}
.header-product li{
float: left;
text-align: center;
}
.header-product li a{
width: 88px;
line-height: 18px;
font-size: 12px;
border-radius: 3px;
font-weight: normal;
text-align: center;
overflow: hidden;
}
/*.header-product li.select a i.iconfont{
color: #0087b4;
}*/
.header-product li a p{
margin-top: 10px;
}
.header-product li a:hover{
background: none;
}
.header-product li a:hover>p{
color: red;
}
.main {
position: absolute;
width: 100%;
top: 50px;
bottom: 0px;
z-index: 100;
}
.main-left {
width: 50px;
position: fixed;
top: 50px;
bottom: 0px;
background-color: #293038;
z-index: 102;
overflow-x: hidden;
}
.main-left.active{
width: 180px;
}
.main-collapse{
position: absolute;
left:0;
top: 50%;
width: 20px;
height: 50px;
z-index: 3;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
text-align: center;
cursor: pointer;
}
.main-collapse.active{
left: 150px;
margin-left: -15px;
}
.main-collapse.active i:before{
transform:rotate(-180deg);
border-bottom: 9px solid transparent;
border-left: 15px solid #fff;
border-top: 9px solid transparent;
}
.main-collapse:hover i{
left: 0;
right: 0;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-collapse i{
font-size: 14px;
margin-left: -7px;
line-height: 50px;
z-index: 10;
position: relative;
display: inline-block;
text-align: center;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-collapse i:before{
content: " ";
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
border-bottom: 9px solid transparent;
border-left: 15px solid #D9DEE4;
border-top: 9px solid transparent;
}
.main-content {
width: auto;
position: absolute;
top: 0px;
left: 50px;
bottom: 0px;
right: 0px;
overflow: hidden;
background: #FFF;
}
.main-content.active{
left: 180px;
}
.header .navbar-collapse{
padding-left: 50px;
padding-right: 0;
}
/*控制菜单箭头*/
.nav-header.collapsed > span.glyphicon-chevron-toggle:before {
content: "\e080";
}
.nav-header > span.glyphicon-chevron-toggle:before {
content: "\e114";
}
.secondmenu a {
line-height: 40px;
text-align: left;
font-size: 12px;
color: #fff;
text-align: center;
}
.secondmenu.nav{
background: #293038;
}
.secondmenu.nav>li{
height: 40px;
overflow: hidden;
word-wrap: break-word;
}
.secondmenu.nav>li:hover,.main-left a.nav-header:hover{
background:#414D5D;
}
.secondmenu.nav>li:hover a{
color: #fff;
}
.secondmenu.nav>li>a{
font-size: 12px;
color: #aeb9c2;;
text-align: left;
padding: 0 20px 0 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.secondmenu.nav>li>a i{
font-size: 18px;
float: left;
display: block;
width: 50px;
text-align: center;
}
.secondmenu li.active {
background: #0099cc !important;
color: #fff;
}
.secondmenu li.active a{
color: #fff;
}
.main-left a.nav-header.sidemenu-header {
padding: 0;
text-align: center;
background: #394555;;
}
.main-left a.sidemenu-header i{
cursor: pointer;
content:"\e236";
}
.main-left.active .sidemenu-header i{
-moz-transform:rotate(90deg);
-webkit-transform:rotate(90deg);
-o-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);
}
.main-left a.nav-header {
background: #22282e;;
padding: 0 20px 0 0;
display: block;
width: 100%;
box-sizing: border-box;
overflow: hidden;
line-height: 40px;
color: #fff;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-left a.nav-header span {
width: 50px;
text-align: center;
float: left;
line-height: 40px;
}
.main-left .nav-header,
.main-left .nav-header i {
height: 40px;
line-height: 40px;
}
.main-content-sidemenu {
display: block;
width: 150px;
float: left;
background-color: #EAEDF1;
position: absolute;
top: 0px;
bottom: 0px;
z-index: 2;
overflow: hidden;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-content-sidemenu.active{
display: none;
}
.main-sidemenu-title {
height: 50px;
line-height: 50px;
font-weight: bold;
font-size: 14px;
background: #D9DEE4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 20px;
}
.main-sidemenu-subtitle {
width: 100%;
display: block;
height: 40px;
line-height: 40px;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
color: #666;
}
.main-content-content{
display: none;
min-width: 900px;
padding:10px 15px;
position: absolute;
width: auto;
top: 0px;
bottom: 0px;
left: 150px;
right: 0px;
overflow: hidden;
overflow-y: auto;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}
.main-content-content.active{
display: block;
}
.main-content-content.select{
left: 0;
}
.main-content-content .main-content-title{
margin-bottom: 10px;
border-bottom: 1px solid #DDD;
font-size: 20px;
padding: 16px 0;
}
.main-content-title h1{
padding-left: 10px;
border-left:2px solid #88B7E0;
}
.main-sidemenu-subtitle span {
width: 25px;
text-align: center;
}
.main-sidemenu-subtitle tt{
color: #333;
width: 138px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-sidemenu-list li {
height: 40px;
line-height: 40px;
color: #333;
}
.main-sidemenu-list>li>a{
padding: 0 35px;
}
.main-sidemenu-list li:hover,
.main-sidemenu-subtitle:hover {
background: #F4F6F8;
}
.main-sidemenu-list li a {
color: #666;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main-sidemenu-list li i {
margin-right: 10px;
}
.main-sidemenu-list li.active {
background: #fff !important;
}
.main-sidemenu-list li.active a{
color: #333;
}
.main-content-content h1 {
font-size: 16px;
font-weight: bold;
}
.order-detail{
margin-bottom: 50px;
height: 210px;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.order-left{
position: relative;
width: 80%;
box-sizing: border-box;
overflow: hidden;
}
.order-left:after{
content: " ";
display: block;
background: #fff;
position: absolute;
top: 0;
right: 0;
width: 110px;
height: 210px;
}
.order-msg{
background: #eee;
height: 70px;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.order-msg p:first-child{
color: #5D6067;
}
.order-msg:nth-child(2n){
background: #F7F7F7;
}
.order-msg:after{
clear: both;
}
.order-msg li{
padding-top: 15px;
width:15%;
box-sizing: border-box;
overflow: hidden;
text-align: center;
float: left;
}
.order-echelon{
margin-left: -300px;
width:300px;
box-sizing: border-box;
overflow: hidden;
}
.echelon{
color: #fff;
text-align: center;
position: relative;
background:#5B99EE;
height: 70px;
width: 300px;
}
.echelon p{
line-height: 70px;
font-size: 18px;
}
.echelon p i{
margin-right: 10px;
font-size: 20px;
}
.echelon:nth-of-type(2n):before{
border-bottom: 70px solid #F7F7F7;
}
.echelon:before{
position: absolute;
content: " ";
width: 40px;
height: 70px;
border-bottom: 70px solid #eee;
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
left: -20px;
}
.echelon:after{
position: absolute;
content: " ";
width: 40px;
height: 70px;
border-bottom: 70px solid #fff;
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
top: 0;
right: -20px;
}
.second-echelon{
background:#5ECB7C;
width: 260px;
margin-left: 20px;
}
.second-echelon:before{
content: " ";
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
left: -20px;
}
.third-echelon{
background: #F25752;
width:220px;
margin-left: 40px;
}
.third-echelon:before{
content: " ";
border-right:20px solid transparent;
border-left: 20px solid transparent;
display: block;
left: -20px;
}
.color-green{
color:#5ECB7C;
}
.color-blue{
color:#5B99EE;
}
.color-red{
color:#F25752;
}
.order-arrow{
position: relative;
margin: 10px 0;
width:16%;
margin-left: -20px;
height: auto;
box-sizing: border-box;
border: 1px solid #D5D5D5;
border-left: none;
-webkit-transform: skew(-16deg);
-moz-transform: skew(-16deg);
-o-transform: skew(-16deg);
}
.arrow-top{
margin-left: 5px;
position: relative;
margin-top: 15px;
width: 26%;
height: 70px;
border: 1px solid #d5d5d5;
border-left:none;
}
.arrow-top:after,.arrow-bottom:after,.order-arrow:after{
content: " ";
position: absolute;
bottom: -5px;
left: 0;
display: block;
z-index: -1;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 10px solid #D5D5D5;
border-bottom: 5px solid transparent;
-webkit-transform: skew(16deg);
-moz-transform: skew(16deg);
-o-transform: skew(16deg);
}
.arrow-bottom{
margin: 15px 0;
margin-left: 5px;
position: relative;
width: 26%;
height: 70px;
border: 1px solid #d5d5d5;
border-left:none;
}
.arrow-top-msg{
-webkit-transform: skew(16deg);
-moz-transform: skew(16deg);
-o-transform: skew(16deg);
width: 200%;
min-width: 71px;
position: absolute;
left: 130%;
top: 15px;
color: #5D6067;
}
.order-arrow-msg{
-webkit-transform: skew(16deg);
-moz-transform: skew(16deg);
-o-transform: skew(16deg);
width: 100%;
position: absolute;
left: 105%;
bottom:5px;
color: #5D6067;
}
/*index-distributor-list*/
.index-distributor,.index-distributor-top,.index-distributor-form,.index-distributor-list{
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.index-distributor-title{
font-size: 16px;
color:#333333;
}
.index-distributor-more{
color: #5CA0E4;
}
/*input:focus,input:active,input{
-webkit-appearance: none;
appearance: none;
}*/
.index-distributor-list {
border-top: 1px solid #E5EDF4;
}
.index-distributor-list li{
padding-left: 20px;
height: 45px;
line-height: 45px;
color: #3C3C3C;
border-bottom: 1px solid #E5EDF4;
}
.index-distributor-list li:first-of-type{
background: #EAF0F5;
}
.index-distributor-form input[type=button]{
background: #1b9ad5;
color: #fff;
margin: 10px 0 20px 0;
}
.index-distributor-name{
display: block;
float: left;
width: 30%;
}
.index-distributor-address{
width: 50%;
display: block;
float: left;
}
.index-distributor-operator{
text-align: center;
width: 20%;
display: block;
float: left;
}
.index-distributor{
border: 1px solid #E5EDF4;
border-radius: 10px;
}
.index-distributor-top{
border-bottom: 1px solid #E5EDF4;
padding:0 10px;
line-height: 50px;
}
.index-distributor-form{
padding: 10px;
}
.index-distributor-operator a{
color: #5CA0E4;
cursor: pointer;
padding:0 10px;
}
.index-distributor-operator a:not(:last-child){
border-right: 1px solid #5CA0E4;;
}
.comm-page{
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.comm-page .pagination{
text-align: right;
}
.comm-page .pagination>li>a{
margin-right: 10px;
border-radius: 4px;
}
.pagination input[type=text].form-control{
width: 100px;
margin-right: 10px;
}
.pagination input[type=button]{
margin: 0;
background: #fff;
color: #3C3C3C;
}
.index-article-list{
min-width: 1260px;
border-top: 1px solid #E5EDF4;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.index-article-list li{
border-bottom: 1px solid #E5EDF4;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
.index-article-list li p{
padding: 10px 0;
}
.index-article-list li:not(:first-child):hover{
background: #EFEFEF;
}
.index-article-list li:first-of-type {
background: #EAF0F5;
}
.index-article-list li p{
width: 10%;
float: left;
text-align: center;
}
.index-article-list li p:not(:last-child){
border-right:1px solid #E5EDF4;
}
.index-article-list li .index-article-title{
width: 30%;
}
.index-article-list li .index-article-data,.index-article-list li .index-article-operator{
width: 15%;
}
.index-article-search{
width: 100%;
box-sizing: border-box;
overflow: hidden;
margin:15px 0;
}
.index-article-category{
line-height: 34px;
height: 34px;
}
.index-article-category i.iconfont{
margin-right: 10px;
font-size: 20px;
}
.index-article-category select{
margin-right: 10px;
height: 34px;
line-height: 34px;
border-radius: 3px;
}
.index-article-category p{
color: #808080;
margin-right: 10px;
}
.index-article-category input[type=text]{
width: 100px;
margin-right: 10px;
border-radius: 3px;
}
.index-article-search input[type=button]{
margin: 0;
}
.index-adver-list li p{
width: 12.5%;
}
.index-adver-address li:first-of-type p:first-of-type{
text-align: center;
}
.index-adver-address li p:first-of-type{
width:40%;
padding-left: 20px;
text-align: left;
}
.article-category li:first-of-type p:first-of-type{
text-align: center;
}
.article-category li p:first-of-type{
text-align: left;
width: 30%;
padding-left: 20px;
}
.article-category li p:nth-of-type(3){
width: 20%;
}
.article-category li p:last-of-type{
width: 20%;
}
.sidemenu{
padding-left: 20px;
} | 0.361052 | 0.052912 |
/* 平台简介 */
.wy_fenge{
width: 100%;
height: 10px;
background: #f5f5f5;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.wy_content{
margin-top: 12px;
padding: 0 3%;
font-size: 16px;
box-sizing:border-box;
}
.wy_content>img{
width: 100%;
height: auto;
margin-bottom: 16px;
}
.wy_content>.wy_p{
text-indent: 2em;
line-height: 26px;
}
/* 新手指南 */
.wy_guide_content{
height: calc(100vh - 50px);
background: #f5f5f5;
}
.wy_guide_content .wy_guide_list{
height: 54px;
background: #fff;
border-bottom: 1px solid #eaeaea;
line-height: 54px;
font-size: 17px;
box-sizing: border-box;
}
.wy_guide_content .wy_guide_list > a{
width: 95%;
height: 100%;
display: block;
padding-left: 5%;
}
.wy_guide_content .wy_guide_list1{
border-left: 2px solid #3c8fed;
}
.wy_guide_content .wy_guide_list2{
border-left: 2px solid #fe9216;
}
.wy_guide_content .wy_guide_list3{
border-left: 2px solid #6cb64d;
}
/* 指南详情 */
.wy_guideDetails > .wy_guideTit{
font-size: 16px;
margin-top: 12px;
margin-bottom: 20px;
}
.wy_guideDetails > .wy_p{
font-size: 15px;
}
/* 最新公告 */
.wy_notice_content{
background: #f5f5f5;
height: calc(100vh - 50px);
}
.wy_notice_content .wy_guide_list{
width: 94%;
margin: 0 auto;
}
.wy_notice_content .wy_guide_list .wy_time{
text-align: center;
color: #999999;
font-size: 13px;
line-height: 50px;
}
.wy_notice_content .wy_guide_list .wy_notice_a{
display: block;
width: 100%;
height: auto;
padding: 10px;
background: #fff;
border-left: 2px solid #fd740f;
box-sizing:border-box;
}
.wy_notice_content .wy_notice_a .wy_h3{
font-size: 16px;
margin-bottom: 10px;
}
.wy_notice_content .wy_notice_a .wy_p{
font-size: 13px;
color: #666;
line-height: 20px;
width: 100%;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
/* 公告详情 */
.wy_noticeDetails{
font-size: 15px;
margin: 0;
}
.wy_noticeDetails > .wy_guideTit{
font-size: 17px;
line-height: 40px;
}
.wy_noticeDetails .wy_notiveTime{
font-size: 12px;
margin-bottom: 12px;
color: #999;
}
.wy_noticeDetails > p{
color: #666;
}
.wy_noticeDetails > .wy_p1{
margin-bottom: 20px;
}
.wy_noticeDetails > .wy_tel{
margin-bottom: 30px;
}
.wy_noticeDetails > .wy_youlian{
text-align: right;
}
.wy_noticeDetails p >img{
width: 100%;
}
/* 客服中心 */
.wy_service_content .wy_QR{
padding: 40px 0;
}
.wy_service_content .wy_QR > img{
width: 130px;
height: 130px;
display: block;
margin: 0 auto;
}
.wy_service_content .wy_QR > p{
text-align: center;
font-size: 16px;
line-height: 25px;
margin-top: 10px;
}
.wy_service_content .wy_guide_list>a{
color: #666;
}
.wy_service_content .wy_guide_list .wy_span_r{
float: right;
margin-right: 3%;
}
/* 我的订单 */
.wy_order_header{
z-index: 5;
}
.wy_order_content{
background: #f5f5f5;
/* height: calc(100vh - 60px); */
}
.wy_order_content .wy_fenge{
height: 10px;
z-index: 10;
position: fixed;
}
.wy_order_content .wy_order_ul{
padding: 0 3%;
overflow: hidden;
border-bottom: 1px solid #eaeaea;
background: #fff;
position: fixed;
width: 94%;
z-index: 5;
margin-top: 12px;
}
.wy_order_content .wy_order_ul .wy_order_li{
float: left;
width: 25%;
text-align: center;
}
.wy_order_content .wy_order_ul .wy_order_li>p{
width: 60px;
height: 52px;
line-height: 52px;
margin: 0 auto;
position: relative;
}
.wy_order_content .wy_order_ul .wy_order_li span{
position: absolute;
display: block;
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 50%;
background: #e33441;
color: #fff;
right: -10px;
top: 8px;
font-size: 12px;
}
.wy_order_content .wy_order_ul .wy_order_li_on > p{
color: #e97220;
border-bottom: 3px solid #e97220;
box-sizing: border-box;
}
.wy_order_content .wy_orderBox{
padding-top: 65px;
margin-bottom: 20px;
}
.wy_order_content .wy_order_box{
background: #fff;
height: auto;
}
.wy_order_box .wy_order_top{
height: 45px;
line-height: 45px;
border-top: 1px solid #eaeaea;
font-size: 15px;
color: #999;
padding: 0 4%;
margin-top: 10px;
}
.wy_order_box .wy_order_top>p{
font-size: 16px;
color: #e97220;
float: right;
}
.wy_order_bottom .wy_order_list{
border-top: 1px solid #eaeaea;
overflow: hidden;
padding: 10px 0;
position: relative;
}
.wy_order_bottom .wy_order_list> a{
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.wy_order_bottom .wy_order_list img{
width: 106px;
height: 103px;
margin-left: 4%;
margin-right: 12px;
display: block;
float: left;
}
.wy_order_bottom .wy_order_list a >.wy_titP{
font-size: 16px;
float: left;
width: calc(92% - 118px);
margin-top: 6px;
}
.wy_order_bottom .wy_order_list .wy_price{
position: absolute;
bottom: 10px;
left: calc(4% + 118px);
font-size: 16px;
}
.wy_order_bottom .wy_order_list .wy_number{
position: absolute;
right: 4%;
bottom: 10px;
}
.wy_order_bottom .wy_order_list .wy_money{
color: #999;
font-size: 13px;
text-decoration: line-through;
}
.wy_order_box .wy_order_all{
height: 52px;
line-height: 52px;
padding: 0 4%;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.wy_order_box .wy_order_all .wy_moneyP{
font-size: 13px;
color: #db2624;
float: left;
}
.wy_order_box .wy_order_all .wy_moneyP >em{
color: #999;
font-size: 14px;
}
.wy_order_box .wy_order_all> button{
float: right;
height: 28px;
box-sizing:border-box;
font-size: 12px;
border-radius: 5px;
margin-top: 12px;
padding: 0 6px;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn{
background: #e97220;
color: #fff;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn1{
padding: 0 13px;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn3{
font-size: 13px;
padding: 0 15px;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn4{
font-size: 13px;
padding: 0 15px;
}
.wy_order_box .wy_order_all >.wy_order_noBtn{
border: 1px solid #e97220;
margin-right: 2%;
color: #e97220;
}
/* 订单详情 */
.wy_orderPay_content{
background: #f5f5f5;
margin-bottom: 50px;
}
.wy_orderPay_content .wy_order_box{
background: #fff;
}
.wy_orderAddress {
border-top: 1px solid #eaeaea;
padding: 15px 4%;
overflow: hidden;
}
.wy_orderAddress .wy_icon1{
width: 20px;
height: auto;
float: left;
margin: 12px 10px 12px 0;
}
.wy_orderAddress .wy_p1{
font-size: 15px;
float: left;
margin-bottom: 8px;
}
.wy_orderAddress .wy_p1 > .wy_name{
margin-right: 20px;
}
.wy_orderAddress .wy_p2{
float: left;
font-size: 13px;
color: #535353;
width: calc(100% - 30px);
}
.wy_order_box .wy_order_pay {
border-bottom: none;
}
.wy_order_pay .wy_leftSpan{
color: #666;
font-size: 15px;
}
.wy_order_pay .wy_rightSpan{
float: right;
font-size: 16px;
}
.wy_order_pay .wy_span2{
color: #db2624;
}
.wy_orderPay_content .wy_fenge{
height: 10px;
}
.wy_orderPay_content .wy_orderPay_b{
background: #fff;
padding: 20px 4% 40px;
color: #666;
font-size: 16px;
overflow: hidden;
}
.wy_orderPay_content .wy_orderPay_b > .wy_span1{
float: left;
}
.wy_orderPay_content .wy_orderPay_b > .wy_span2{
float: right;
}
.wy_footer_order{
position: fixed;
bottom: 0;
}
.wy_footer_order{
width: 100%;
height: 50px;
overflow: hidden;
}
.wy_footer_order > button{
width: 50%;
height: 50px;
font-size: 17px;
float: left;
}
.wy_footer_order >.wy_cancelBtn{
border: 1px solid #e97220;
color: #e97220;
background: #fce0ce;
box-sizing:border-box;
}
.wy_footer_order >.wy_sureBtn{
background: #e97220;
color: #fff;
}
.wy_footer_order >.wy_takeBtn{
width: 100%;
background: #e97220;
color: #fff;
}
/* 修改资料 */
.wy_editData_body{
padding: 0 4%;
}
.wy_editData_body .wy_edit_list{
line-height: 70px;
border-bottom: 1px solid #b3b3b3;
}
.wy_editData_body .wy_edit_list>input{
width: calc(94% - 87px);
height: 36px;
border: 1px solid #808080;
border-radius: 5px;
padding: 0 3%;
font-size: 16px;
}
.wy_editData_body .wy_edit_list1{
overflow: hidden;
border: none;
}
.wy_editData_body .wy_edit_list1>span{
float: left;
}
.wy_editData_body .wy_edit_list1>.wy_inputBtn{
width: 80px;
height: 32px;
border: none;
background: #e97220;
color: #fff;
font-size: 15px;
text-align: center;
line-height: 32px;
margin-top: 50px;
float: left;
}
.wy_editData_body .wy_edit_list1>img{
width: 100px;
height: 100px;
float: left;
margin: 20px 5% 20px 0;
}
.wy_footer_edit{
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
}
.wy_footer_edit > button{
width: 100%;
height: 50px;
background: #e97220;
font-size: 17px;
color: #fff;
}
/* 充值记录 */
.wy_rechange_content{
background: #f5f5f5;
height: calc(100vh - 50px);
}
.wy_rechangeBox{
background: #fff;
}
.wy_rechangeBox .wy_rechangeList{
overflow: hidden;
padding: 12px 4%;
border-bottom: 1px solid #eaeaea;
}
.wy_rechangeBox .wy_rechangeList>img{
float: left;
width: 40px;
height: 40px;
margin-right: 12px;
}
.wy_rechangeBox .wy_rechangeList>p.wy_p1{
float: left;
font-size: 15px;
}
.wy_rechangeBox .wy_rechangeList>.wy_p1>.wy_time{
font-size: 11px;
color: #999;
}
.wy_rechangeBox .wy_rechangeList>p.wy_p2{
float: right;
line-height: 42px;
font-size: 17px;
}
/* 我的账单 */
.wy_rechangeNav{
width: 92%;
/* height: 40px; */
background: #fff;
padding: 10px 4%;
}
.wy_rechangeNav > .wy_ul{
height: 45px;
border: 1px solid #e97220;
border-radius: 5px;
box-sizing:border-box;
overflow: hidden;
}
.wy_rechangeNav > .wy_ul > .wy_li{
float: left;
width: calc(50% - 6px);
line-height: 37px;
text-align: center;
margin: 3px;
}
.wy_rechangeNav > .wy_ul > .wy_li_on{
background: #e97220;
border-radius: 5px;
color: #fff;
}
.wy_rechangeBox .wy_rechangeList>p.wy_p3{
font-size: 12px;
float: right;
color: #999;
line-height: 45px;
margin-right: 8%;
}
.wy_rechangeBox .wy_rechangeList>p.wy_shenhe{
color: #03a9f4;
}
/* 新加二维码 */
.wy_QR_TOP{
background: #fff;
padding: 50px 0;
text-align: center;
font-size: 16px;
color: #666;
position: relative;
}
.wy_QR_TOP .wy_img{
display: block;
margin: 0 auto;
width: 35%;
margin-bottom: 35px;
}
.wy_QR_TOP .wy_fige{
display: block;
width: 60px;
height: 62px;
position: absolute;
bottom: -31px;
left: calc(50% - 30px);
}
.wy_youlianQR{
display: block;
width: 60%;
height: auto;
border: 1px solid #eaeaea;
border-radius: 5px;
margin: 60px auto 30px;
}
/* 绑定支付宝 */
.wy_bind_content .wy_bindUl{
background: #fff;
margin-top: 12px;
border-top: 1px solid #eaeaea;
}
.wy_bind_content .wy_bindUl > li{
line-height: 50px;
font-size: 14px;
margin: 0 3%;
border-bottom: 1px solid #eaeaea;
overflow: hidden;
}
.wy_bind_content .wy_bindUl > li >.wy_span{
width: 98px;
display: block;
float: left;
}
.wy_bind_content .wy_bindUl > li >input{
float: left;
}
.wy_bind_content .wy_bindUl > li >.wy_input_text{
line-height: 50px;
padding: 0 2%;
width: calc(94% - 98px);
font-size: 14px;
}
.wy_yzm_btn{
width: 94px;
padding: 6px 0;
border: 1px solid #3599d9;
color: #3599d9;
border-radius: 3px;
background: #f3f9fd;
margin-top: 10px;
font-size: 12px;
}
.wy_bind_content .wy_bindUl > li >.wy_input_yzm{
width: calc(94% - 186px);
}
.wy_bind_btn{
position: fixed;
bottom: 0;
display: block;
width: 100%;
height: 50px;
color: #fff;
font-size: 16px;
background: #e97220;
}
/* 绑定微信 */
.wy_weChatDiv .wy_pp{
font-size: 16px;
text-align: center;
color: #333;
} | public/static/home/css/wy_main.css | /* 平台简介 */
.wy_fenge{
width: 100%;
height: 10px;
background: #f5f5f5;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.wy_content{
margin-top: 12px;
padding: 0 3%;
font-size: 16px;
box-sizing:border-box;
}
.wy_content>img{
width: 100%;
height: auto;
margin-bottom: 16px;
}
.wy_content>.wy_p{
text-indent: 2em;
line-height: 26px;
}
/* 新手指南 */
.wy_guide_content{
height: calc(100vh - 50px);
background: #f5f5f5;
}
.wy_guide_content .wy_guide_list{
height: 54px;
background: #fff;
border-bottom: 1px solid #eaeaea;
line-height: 54px;
font-size: 17px;
box-sizing: border-box;
}
.wy_guide_content .wy_guide_list > a{
width: 95%;
height: 100%;
display: block;
padding-left: 5%;
}
.wy_guide_content .wy_guide_list1{
border-left: 2px solid #3c8fed;
}
.wy_guide_content .wy_guide_list2{
border-left: 2px solid #fe9216;
}
.wy_guide_content .wy_guide_list3{
border-left: 2px solid #6cb64d;
}
/* 指南详情 */
.wy_guideDetails > .wy_guideTit{
font-size: 16px;
margin-top: 12px;
margin-bottom: 20px;
}
.wy_guideDetails > .wy_p{
font-size: 15px;
}
/* 最新公告 */
.wy_notice_content{
background: #f5f5f5;
height: calc(100vh - 50px);
}
.wy_notice_content .wy_guide_list{
width: 94%;
margin: 0 auto;
}
.wy_notice_content .wy_guide_list .wy_time{
text-align: center;
color: #999999;
font-size: 13px;
line-height: 50px;
}
.wy_notice_content .wy_guide_list .wy_notice_a{
display: block;
width: 100%;
height: auto;
padding: 10px;
background: #fff;
border-left: 2px solid #fd740f;
box-sizing:border-box;
}
.wy_notice_content .wy_notice_a .wy_h3{
font-size: 16px;
margin-bottom: 10px;
}
.wy_notice_content .wy_notice_a .wy_p{
font-size: 13px;
color: #666;
line-height: 20px;
width: 100%;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
/* 公告详情 */
.wy_noticeDetails{
font-size: 15px;
margin: 0;
}
.wy_noticeDetails > .wy_guideTit{
font-size: 17px;
line-height: 40px;
}
.wy_noticeDetails .wy_notiveTime{
font-size: 12px;
margin-bottom: 12px;
color: #999;
}
.wy_noticeDetails > p{
color: #666;
}
.wy_noticeDetails > .wy_p1{
margin-bottom: 20px;
}
.wy_noticeDetails > .wy_tel{
margin-bottom: 30px;
}
.wy_noticeDetails > .wy_youlian{
text-align: right;
}
.wy_noticeDetails p >img{
width: 100%;
}
/* 客服中心 */
.wy_service_content .wy_QR{
padding: 40px 0;
}
.wy_service_content .wy_QR > img{
width: 130px;
height: 130px;
display: block;
margin: 0 auto;
}
.wy_service_content .wy_QR > p{
text-align: center;
font-size: 16px;
line-height: 25px;
margin-top: 10px;
}
.wy_service_content .wy_guide_list>a{
color: #666;
}
.wy_service_content .wy_guide_list .wy_span_r{
float: right;
margin-right: 3%;
}
/* 我的订单 */
.wy_order_header{
z-index: 5;
}
.wy_order_content{
background: #f5f5f5;
/* height: calc(100vh - 60px); */
}
.wy_order_content .wy_fenge{
height: 10px;
z-index: 10;
position: fixed;
}
.wy_order_content .wy_order_ul{
padding: 0 3%;
overflow: hidden;
border-bottom: 1px solid #eaeaea;
background: #fff;
position: fixed;
width: 94%;
z-index: 5;
margin-top: 12px;
}
.wy_order_content .wy_order_ul .wy_order_li{
float: left;
width: 25%;
text-align: center;
}
.wy_order_content .wy_order_ul .wy_order_li>p{
width: 60px;
height: 52px;
line-height: 52px;
margin: 0 auto;
position: relative;
}
.wy_order_content .wy_order_ul .wy_order_li span{
position: absolute;
display: block;
width: 15px;
height: 15px;
line-height: 15px;
border-radius: 50%;
background: #e33441;
color: #fff;
right: -10px;
top: 8px;
font-size: 12px;
}
.wy_order_content .wy_order_ul .wy_order_li_on > p{
color: #e97220;
border-bottom: 3px solid #e97220;
box-sizing: border-box;
}
.wy_order_content .wy_orderBox{
padding-top: 65px;
margin-bottom: 20px;
}
.wy_order_content .wy_order_box{
background: #fff;
height: auto;
}
.wy_order_box .wy_order_top{
height: 45px;
line-height: 45px;
border-top: 1px solid #eaeaea;
font-size: 15px;
color: #999;
padding: 0 4%;
margin-top: 10px;
}
.wy_order_box .wy_order_top>p{
font-size: 16px;
color: #e97220;
float: right;
}
.wy_order_bottom .wy_order_list{
border-top: 1px solid #eaeaea;
overflow: hidden;
padding: 10px 0;
position: relative;
}
.wy_order_bottom .wy_order_list> a{
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.wy_order_bottom .wy_order_list img{
width: 106px;
height: 103px;
margin-left: 4%;
margin-right: 12px;
display: block;
float: left;
}
.wy_order_bottom .wy_order_list a >.wy_titP{
font-size: 16px;
float: left;
width: calc(92% - 118px);
margin-top: 6px;
}
.wy_order_bottom .wy_order_list .wy_price{
position: absolute;
bottom: 10px;
left: calc(4% + 118px);
font-size: 16px;
}
.wy_order_bottom .wy_order_list .wy_number{
position: absolute;
right: 4%;
bottom: 10px;
}
.wy_order_bottom .wy_order_list .wy_money{
color: #999;
font-size: 13px;
text-decoration: line-through;
}
.wy_order_box .wy_order_all{
height: 52px;
line-height: 52px;
padding: 0 4%;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.wy_order_box .wy_order_all .wy_moneyP{
font-size: 13px;
color: #db2624;
float: left;
}
.wy_order_box .wy_order_all .wy_moneyP >em{
color: #999;
font-size: 14px;
}
.wy_order_box .wy_order_all> button{
float: right;
height: 28px;
box-sizing:border-box;
font-size: 12px;
border-radius: 5px;
margin-top: 12px;
padding: 0 6px;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn{
background: #e97220;
color: #fff;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn1{
padding: 0 13px;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn3{
font-size: 13px;
padding: 0 15px;
}
.wy_order_box .wy_order_all >.wy_order_yesBtn4{
font-size: 13px;
padding: 0 15px;
}
.wy_order_box .wy_order_all >.wy_order_noBtn{
border: 1px solid #e97220;
margin-right: 2%;
color: #e97220;
}
/* 订单详情 */
.wy_orderPay_content{
background: #f5f5f5;
margin-bottom: 50px;
}
.wy_orderPay_content .wy_order_box{
background: #fff;
}
.wy_orderAddress {
border-top: 1px solid #eaeaea;
padding: 15px 4%;
overflow: hidden;
}
.wy_orderAddress .wy_icon1{
width: 20px;
height: auto;
float: left;
margin: 12px 10px 12px 0;
}
.wy_orderAddress .wy_p1{
font-size: 15px;
float: left;
margin-bottom: 8px;
}
.wy_orderAddress .wy_p1 > .wy_name{
margin-right: 20px;
}
.wy_orderAddress .wy_p2{
float: left;
font-size: 13px;
color: #535353;
width: calc(100% - 30px);
}
.wy_order_box .wy_order_pay {
border-bottom: none;
}
.wy_order_pay .wy_leftSpan{
color: #666;
font-size: 15px;
}
.wy_order_pay .wy_rightSpan{
float: right;
font-size: 16px;
}
.wy_order_pay .wy_span2{
color: #db2624;
}
.wy_orderPay_content .wy_fenge{
height: 10px;
}
.wy_orderPay_content .wy_orderPay_b{
background: #fff;
padding: 20px 4% 40px;
color: #666;
font-size: 16px;
overflow: hidden;
}
.wy_orderPay_content .wy_orderPay_b > .wy_span1{
float: left;
}
.wy_orderPay_content .wy_orderPay_b > .wy_span2{
float: right;
}
.wy_footer_order{
position: fixed;
bottom: 0;
}
.wy_footer_order{
width: 100%;
height: 50px;
overflow: hidden;
}
.wy_footer_order > button{
width: 50%;
height: 50px;
font-size: 17px;
float: left;
}
.wy_footer_order >.wy_cancelBtn{
border: 1px solid #e97220;
color: #e97220;
background: #fce0ce;
box-sizing:border-box;
}
.wy_footer_order >.wy_sureBtn{
background: #e97220;
color: #fff;
}
.wy_footer_order >.wy_takeBtn{
width: 100%;
background: #e97220;
color: #fff;
}
/* 修改资料 */
.wy_editData_body{
padding: 0 4%;
}
.wy_editData_body .wy_edit_list{
line-height: 70px;
border-bottom: 1px solid #b3b3b3;
}
.wy_editData_body .wy_edit_list>input{
width: calc(94% - 87px);
height: 36px;
border: 1px solid #808080;
border-radius: 5px;
padding: 0 3%;
font-size: 16px;
}
.wy_editData_body .wy_edit_list1{
overflow: hidden;
border: none;
}
.wy_editData_body .wy_edit_list1>span{
float: left;
}
.wy_editData_body .wy_edit_list1>.wy_inputBtn{
width: 80px;
height: 32px;
border: none;
background: #e97220;
color: #fff;
font-size: 15px;
text-align: center;
line-height: 32px;
margin-top: 50px;
float: left;
}
.wy_editData_body .wy_edit_list1>img{
width: 100px;
height: 100px;
float: left;
margin: 20px 5% 20px 0;
}
.wy_footer_edit{
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
}
.wy_footer_edit > button{
width: 100%;
height: 50px;
background: #e97220;
font-size: 17px;
color: #fff;
}
/* 充值记录 */
.wy_rechange_content{
background: #f5f5f5;
height: calc(100vh - 50px);
}
.wy_rechangeBox{
background: #fff;
}
.wy_rechangeBox .wy_rechangeList{
overflow: hidden;
padding: 12px 4%;
border-bottom: 1px solid #eaeaea;
}
.wy_rechangeBox .wy_rechangeList>img{
float: left;
width: 40px;
height: 40px;
margin-right: 12px;
}
.wy_rechangeBox .wy_rechangeList>p.wy_p1{
float: left;
font-size: 15px;
}
.wy_rechangeBox .wy_rechangeList>.wy_p1>.wy_time{
font-size: 11px;
color: #999;
}
.wy_rechangeBox .wy_rechangeList>p.wy_p2{
float: right;
line-height: 42px;
font-size: 17px;
}
/* 我的账单 */
.wy_rechangeNav{
width: 92%;
/* height: 40px; */
background: #fff;
padding: 10px 4%;
}
.wy_rechangeNav > .wy_ul{
height: 45px;
border: 1px solid #e97220;
border-radius: 5px;
box-sizing:border-box;
overflow: hidden;
}
.wy_rechangeNav > .wy_ul > .wy_li{
float: left;
width: calc(50% - 6px);
line-height: 37px;
text-align: center;
margin: 3px;
}
.wy_rechangeNav > .wy_ul > .wy_li_on{
background: #e97220;
border-radius: 5px;
color: #fff;
}
.wy_rechangeBox .wy_rechangeList>p.wy_p3{
font-size: 12px;
float: right;
color: #999;
line-height: 45px;
margin-right: 8%;
}
.wy_rechangeBox .wy_rechangeList>p.wy_shenhe{
color: #03a9f4;
}
/* 新加二维码 */
.wy_QR_TOP{
background: #fff;
padding: 50px 0;
text-align: center;
font-size: 16px;
color: #666;
position: relative;
}
.wy_QR_TOP .wy_img{
display: block;
margin: 0 auto;
width: 35%;
margin-bottom: 35px;
}
.wy_QR_TOP .wy_fige{
display: block;
width: 60px;
height: 62px;
position: absolute;
bottom: -31px;
left: calc(50% - 30px);
}
.wy_youlianQR{
display: block;
width: 60%;
height: auto;
border: 1px solid #eaeaea;
border-radius: 5px;
margin: 60px auto 30px;
}
/* 绑定支付宝 */
.wy_bind_content .wy_bindUl{
background: #fff;
margin-top: 12px;
border-top: 1px solid #eaeaea;
}
.wy_bind_content .wy_bindUl > li{
line-height: 50px;
font-size: 14px;
margin: 0 3%;
border-bottom: 1px solid #eaeaea;
overflow: hidden;
}
.wy_bind_content .wy_bindUl > li >.wy_span{
width: 98px;
display: block;
float: left;
}
.wy_bind_content .wy_bindUl > li >input{
float: left;
}
.wy_bind_content .wy_bindUl > li >.wy_input_text{
line-height: 50px;
padding: 0 2%;
width: calc(94% - 98px);
font-size: 14px;
}
.wy_yzm_btn{
width: 94px;
padding: 6px 0;
border: 1px solid #3599d9;
color: #3599d9;
border-radius: 3px;
background: #f3f9fd;
margin-top: 10px;
font-size: 12px;
}
.wy_bind_content .wy_bindUl > li >.wy_input_yzm{
width: calc(94% - 186px);
}
.wy_bind_btn{
position: fixed;
bottom: 0;
display: block;
width: 100%;
height: 50px;
color: #fff;
font-size: 16px;
background: #e97220;
}
/* 绑定微信 */
.wy_weChatDiv .wy_pp{
font-size: 16px;
text-align: center;
color: #333;
} | 0.137561 | 0.049797 |
* TODO: table templates in this projects are using multiple tbodies,
* so we're marking odd `tbody`es instead of odd `tr`s
*/
.table-striped-body > tbody:nth-of-type(odd) > tr {
background-color: #f9f9f9;
}
/* override default theme's `table` font size */
table {
font-size: 14px;
}
/* collapse the buttons column */
.buttons-column {
width: 1%;
white-space: nowrap;
}
/*static text for forms when fields are not shown*/
.form-static-text {
padding-top: 6px;
padding-left: 13px;
}
.datetime-filter-area {
position: absolute;
overflow: visible;
display: none;
}
.datetime-filter-area.modal,
.datetime-filter-area>.modal-dialog {
width: 400px;
}
/* loader */
.main-table thead tr.loading-area
{
background-color: white;
}
.main-table thead tr.loading-area th
{
background: top center url(images/loadera64.gif) no-repeat;
/*background-color: #d3d3d3;*/
height: 70px;
}
.overlay
{
background-color: white;
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0.5;
}
.overlay-loading
{
margin: 200px auto 0;
background: top center url(images/loadera64.gif) no-repeat;
height: 70px;
}
.navbar-nav {
cursor: pointer;
}
.token-holder {
word-wrap: break-word;
}
.classWithPad {
margin:10px;
padding:10px;
}
.classWithPad.jwt-token-container{
position: relative;
}
.grey {
background-color: #f9f9f9;
}
#error-empty-page {
display: none;
width: 50%;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
padding: 20px;
resize: both;
overflow: auto;
}
.enjoyhint .customSkipBtn {
width: 130px;
}
.validation-errors {
display: none;
color: red;
}
.registered-networks-col {
padding-left: 0;
}
.password-info-icon {
line-height: 35px;
}
.kineticjs-content canvas {
background: rgba(0, 0, 0, 0.5) !important;
}
.new-device-network {
max-width: 460px;
}
.network {
width: 42%;
}
.max-rows-number-reached {
display: none;
}
.new-notification-params {
min-width: 700px;
}
.new-isBlocked-state {
min-width: 109px;
}
.device-data .current-value {
word-break: break-word;
}
.copy-token-messages {
display: none;
color: #fff;
background-color: #333333;;
position:absolute;
width:300px;
height:50px;
top: 50%;
margin: -25px auto;
left:0;
right: 0;
line-height: 50px;
text-align: center;
} | css/style-custom.css | * TODO: table templates in this projects are using multiple tbodies,
* so we're marking odd `tbody`es instead of odd `tr`s
*/
.table-striped-body > tbody:nth-of-type(odd) > tr {
background-color: #f9f9f9;
}
/* override default theme's `table` font size */
table {
font-size: 14px;
}
/* collapse the buttons column */
.buttons-column {
width: 1%;
white-space: nowrap;
}
/*static text for forms when fields are not shown*/
.form-static-text {
padding-top: 6px;
padding-left: 13px;
}
.datetime-filter-area {
position: absolute;
overflow: visible;
display: none;
}
.datetime-filter-area.modal,
.datetime-filter-area>.modal-dialog {
width: 400px;
}
/* loader */
.main-table thead tr.loading-area
{
background-color: white;
}
.main-table thead tr.loading-area th
{
background: top center url(images/loadera64.gif) no-repeat;
/*background-color: #d3d3d3;*/
height: 70px;
}
.overlay
{
background-color: white;
position: fixed;
top: 0px;
left: 0px;
height: 100%;
width: 100%;
opacity: 0.5;
}
.overlay-loading
{
margin: 200px auto 0;
background: top center url(images/loadera64.gif) no-repeat;
height: 70px;
}
.navbar-nav {
cursor: pointer;
}
.token-holder {
word-wrap: break-word;
}
.classWithPad {
margin:10px;
padding:10px;
}
.classWithPad.jwt-token-container{
position: relative;
}
.grey {
background-color: #f9f9f9;
}
#error-empty-page {
display: none;
width: 50%;
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
padding: 20px;
resize: both;
overflow: auto;
}
.enjoyhint .customSkipBtn {
width: 130px;
}
.validation-errors {
display: none;
color: red;
}
.registered-networks-col {
padding-left: 0;
}
.password-info-icon {
line-height: 35px;
}
.kineticjs-content canvas {
background: rgba(0, 0, 0, 0.5) !important;
}
.new-device-network {
max-width: 460px;
}
.network {
width: 42%;
}
.max-rows-number-reached {
display: none;
}
.new-notification-params {
min-width: 700px;
}
.new-isBlocked-state {
min-width: 109px;
}
.device-data .current-value {
word-break: break-word;
}
.copy-token-messages {
display: none;
color: #fff;
background-color: #333333;;
position:absolute;
width:300px;
height:50px;
top: 50%;
margin: -25px auto;
left:0;
right: 0;
line-height: 50px;
text-align: center;
} | 0.411584 | 0.157008 |
* {
margin: 0;
padding: 0;
font-family: "Lato";
}
body {
background-color: #f5f5fa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Bree Serif";
}
.center-align {
text-align: center;
}
.bg-primary {
background-color: #ffc927;
color: #000;
}
.btn {
border: none;
outline: none;
padding: 1rem 2rem;
font-size: 18px;
text-transform: uppercase;
transition: all 0.5s;
text-decoration: none;
}
.btn:hover {
cursor: pointer;
background-color: red;
}
.btn.btn-primary {
background-color: #ffc927;
color: #000;
}
.btn.btn-primary:hover {
background-color: #f3b600;
}
.btn.btn-primary.btn-transparent {
background-color: transparent;
border: 2px solid #ffc927;
}
.btn.btn-primary.btn-transparent:hover {
background-color: #ffc927;
}
/* navbar */
nav {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
z-index: 2;
}
nav a {
text-decoration: none;
color: #46586a;
}
nav .brand {
height: 80px;
line-height: 80px;
padding-left: 1.5rem;
width: 300px;
border-right: 1px solid #dfdfdf;
}
nav .brand .brand-logo {
font-size: 2.5rem;
font-family: "Bree Serif";
}
nav ul li {
display: inline-block;
}
nav ul li:first-child {
border-right: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
}
nav ul li a {
display: block;
height: 80px;
line-height: 80px;
padding: 0 1.5rem;
color: #46586a;
}
nav ul li a.bg-primary {
font-weight: bold;
text-transform: capitalize;
}
/* content */
.content {
display: flex;
flex-direction: row;
}
/* sidebar */
.sidebar {
width: calc(300px - 1.5rem);
padding: 2rem 1.5rem;
}
.sidebar h4 {
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
color: #bbbbbb;
margin-bottom: 15px;
}
.sidebar ul.categories li {
list-style-type: none;
height: 50px;
line-height: 50px;
}
.sidebar ul.categories li a {
text-decoration: none;
color: #757e88;
text-transform: capitalize;
font-size: 18px;
transition: all 0.5s;
}
.sidebar ul.categories li a:hover {
color: #46586a;
}
.sidebar ul.categories li a i {
width: 42px;
font-size: 22px;
}
/* main content */
.main-content {
background-color: #e2e5ee;
z-index: 1;
width: 100%;
/* search bar */
/* section */
}
.main-content .hero {
background: url("https://images.pexels.com/photos/749353/pexels-photo-749353.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
position: relative;
z-index: 1;
}
.main-content .hero:after {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.main-content .hero h1 {
text-transform: capitalize;
font-size: 3.5rem;
margin-bottom: 10px;
}
.main-content .hero h2 {
font-family: "Lato";
font-weight: normal;
width: 60%;
text-align: center;
}
.main-content .search-bar {
width: 70%;
margin: auto;
z-index: 5;
background-color: #fff;
padding: 1.5rem;
border-radius: 3px;
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
position: relative;
top: -40px;
}
.main-content .search-bar form {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.main-content .search-bar form .input-field:first-child {
width: 50%;
}
.main-content .search-bar form .input-field:nth-child(2) {
width: 30%;
}
.main-content .search-bar form .input-field:last-child {
width: 20%;
text-align: right;
}
.main-content .section {
padding: 2rem;
}
.main-content .section h2 {
font-size: 2rem;
margin-bottom: 10px;
}
.main-content .section .list {
margin-left: -20px;
margin-right: -20px;
}
/* list */
.list {
display: flex;
flex-wrap: wrap;
}
/* cards */
.card {
margin: 20px;
width: 300px;
}
.card .card-image {
width: 100%;
height: 340px;
background: url("");
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
border-radius: 3px;
}
.card .card-infos {
background-color: #fff;
width: calc(95% - 2rem);
margin: auto;
padding: 1rem;
position: relative;
top: -40px;
border-radius: 7px;
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.card .card-infos span.title {
display: block;
font-size: 1.5rem;
margin-bottom: 5px;
}
.card .card-infos span.category a {
color: #bbbbbb;
font-size: 14px;
text-decoration: none;
}
.card .card-infos span.price {
display: block;
font-size: 1.8rem;
font-weight: bold;
margin-top: 5px;
}
.category-card {
margin: 20px;
width: 300px;
height: 320px;
background: url("https://store.storeimages.cdn-apple.com/4668/as-images.apple.com/is/image/AppleInc/aos/published/images/i/ph/iphone8/gallery1/iphone8-gallery1-2017_FMT_WHH?wid=582&hei=776&fmt=jpeg&qlt=95&op_usm=0.5,0.5&.v=1506703278228");
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
border-radius: 3px;
display: flex;
justify-content: center;
padding-top: 2rem;
padding-bottom: 2rem;
position: relative;
z-index: 1;
}
.category-card.top {
align-items: flex-start;
}
.category-card.bottom {
align-items: flex-end;
}
.category-card span.title {
font-size: 3rem;
text-transform: capitalize;
font-weight: bold;
font-family: "Pacifico";
color: #fff;
}
.category-card:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
}
/* footer */
footer {
text-transform: uppercase;
}
footer .top-footer {
padding: 4rem;
padding-bottom: 2rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: 1px solid #bbbbbb;
}
footer .top-footer ul li {
display: inline-block;
}
footer .top-footer ul li:not(:last-child) {
margin-right: 20px;
}
footer .top-footer ul li a {
text-decoration: none;
color: #46586a;
}
footer .bottom-footer {
padding: 1rem;
font-size: 14px;
text-align: center;
}
/* form */
form input[type=text] {
border: none;
outline: none;
border: 1px solid #dfdfdf;
padding: 1rem 1rem;
font-size: 18px;
width: calc(100% - 2rem);
margin-bottom: 10px;
}
/*# sourceMappingURL=app.css.map */ | assets/css/app.css | * {
margin: 0;
padding: 0;
font-family: "Lato";
}
body {
background-color: #f5f5fa;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Bree Serif";
}
.center-align {
text-align: center;
}
.bg-primary {
background-color: #ffc927;
color: #000;
}
.btn {
border: none;
outline: none;
padding: 1rem 2rem;
font-size: 18px;
text-transform: uppercase;
transition: all 0.5s;
text-decoration: none;
}
.btn:hover {
cursor: pointer;
background-color: red;
}
.btn.btn-primary {
background-color: #ffc927;
color: #000;
}
.btn.btn-primary:hover {
background-color: #f3b600;
}
.btn.btn-primary.btn-transparent {
background-color: transparent;
border: 2px solid #ffc927;
}
.btn.btn-primary.btn-transparent:hover {
background-color: #ffc927;
}
/* navbar */
nav {
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
z-index: 2;
}
nav a {
text-decoration: none;
color: #46586a;
}
nav .brand {
height: 80px;
line-height: 80px;
padding-left: 1.5rem;
width: 300px;
border-right: 1px solid #dfdfdf;
}
nav .brand .brand-logo {
font-size: 2.5rem;
font-family: "Bree Serif";
}
nav ul li {
display: inline-block;
}
nav ul li:first-child {
border-right: 1px solid #dfdfdf;
border-left: 1px solid #dfdfdf;
}
nav ul li a {
display: block;
height: 80px;
line-height: 80px;
padding: 0 1.5rem;
color: #46586a;
}
nav ul li a.bg-primary {
font-weight: bold;
text-transform: capitalize;
}
/* content */
.content {
display: flex;
flex-direction: row;
}
/* sidebar */
.sidebar {
width: calc(300px - 1.5rem);
padding: 2rem 1.5rem;
}
.sidebar h4 {
text-transform: uppercase;
font-size: 1rem;
font-weight: normal;
color: #bbbbbb;
margin-bottom: 15px;
}
.sidebar ul.categories li {
list-style-type: none;
height: 50px;
line-height: 50px;
}
.sidebar ul.categories li a {
text-decoration: none;
color: #757e88;
text-transform: capitalize;
font-size: 18px;
transition: all 0.5s;
}
.sidebar ul.categories li a:hover {
color: #46586a;
}
.sidebar ul.categories li a i {
width: 42px;
font-size: 22px;
}
/* main content */
.main-content {
background-color: #e2e5ee;
z-index: 1;
width: 100%;
/* search bar */
/* section */
}
.main-content .hero {
background: url("https://images.pexels.com/photos/749353/pexels-photo-749353.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
position: relative;
z-index: 1;
}
.main-content .hero:after {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
}
.main-content .hero h1 {
text-transform: capitalize;
font-size: 3.5rem;
margin-bottom: 10px;
}
.main-content .hero h2 {
font-family: "Lato";
font-weight: normal;
width: 60%;
text-align: center;
}
.main-content .search-bar {
width: 70%;
margin: auto;
z-index: 5;
background-color: #fff;
padding: 1.5rem;
border-radius: 3px;
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
position: relative;
top: -40px;
}
.main-content .search-bar form {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.main-content .search-bar form .input-field:first-child {
width: 50%;
}
.main-content .search-bar form .input-field:nth-child(2) {
width: 30%;
}
.main-content .search-bar form .input-field:last-child {
width: 20%;
text-align: right;
}
.main-content .section {
padding: 2rem;
}
.main-content .section h2 {
font-size: 2rem;
margin-bottom: 10px;
}
.main-content .section .list {
margin-left: -20px;
margin-right: -20px;
}
/* list */
.list {
display: flex;
flex-wrap: wrap;
}
/* cards */
.card {
margin: 20px;
width: 300px;
}
.card .card-image {
width: 100%;
height: 340px;
background: url("");
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
border-radius: 3px;
}
.card .card-infos {
background-color: #fff;
width: calc(95% - 2rem);
margin: auto;
padding: 1rem;
position: relative;
top: -40px;
border-radius: 7px;
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.card .card-infos span.title {
display: block;
font-size: 1.5rem;
margin-bottom: 5px;
}
.card .card-infos span.category a {
color: #bbbbbb;
font-size: 14px;
text-decoration: none;
}
.card .card-infos span.price {
display: block;
font-size: 1.8rem;
font-weight: bold;
margin-top: 5px;
}
.category-card {
margin: 20px;
width: 300px;
height: 320px;
background: url("https://store.storeimages.cdn-apple.com/4668/as-images.apple.com/is/image/AppleInc/aos/published/images/i/ph/iphone8/gallery1/iphone8-gallery1-2017_FMT_WHH?wid=582&hei=776&fmt=jpeg&qlt=95&op_usm=0.5,0.5&.v=1506703278228");
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
border-radius: 3px;
display: flex;
justify-content: center;
padding-top: 2rem;
padding-bottom: 2rem;
position: relative;
z-index: 1;
}
.category-card.top {
align-items: flex-start;
}
.category-card.bottom {
align-items: flex-end;
}
.category-card span.title {
font-size: 3rem;
text-transform: capitalize;
font-weight: bold;
font-family: "Pacifico";
color: #fff;
}
.category-card:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: -1;
}
/* footer */
footer {
text-transform: uppercase;
}
footer .top-footer {
padding: 4rem;
padding-bottom: 2rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: 1px solid #bbbbbb;
}
footer .top-footer ul li {
display: inline-block;
}
footer .top-footer ul li:not(:last-child) {
margin-right: 20px;
}
footer .top-footer ul li a {
text-decoration: none;
color: #46586a;
}
footer .bottom-footer {
padding: 1rem;
font-size: 14px;
text-align: center;
}
/* form */
form input[type=text] {
border: none;
outline: none;
border: 1px solid #dfdfdf;
padding: 1rem 1rem;
font-size: 18px;
width: calc(100% - 2rem);
margin-bottom: 10px;
}
/*# sourceMappingURL=app.css.map */ | 0.368633 | 0.075858 |
.table-head small.collection,
#pages small.collection,
.table-head small.collection-item,
#pages small.collection-item {
font-weight: 600;
margin-right: 1px;
}
.table-head small.layout,
#pages small.layout {
color: #999;
}
.table-head small.collection,
#pages small.collection {
color: #298c21;
}
.table-head small.collection-item,
#pages small.collection-item {
color: #a929cf;
}
.table-head small.layout {
margin-left: 1px;
}
#pages {
line-height: 48px;
}
#pages .grid-9-16 {
padding-left: 0;
}
#pages [class^="wicon-"],
#pages [class*=" wicon-"] {
position: relative;
top: 5px;
}
#pages .expander {
top: 15px;
cursor: pointer;
position: absolute;
left: 8px;
}
#pages .wicon-page {
margin-left: 0;
width: 16px;
height: 22px;
position: absolute;
top: 8px;
left: 25px;
background-position: -123px -3px;
}
#pages .no-children > div .expander {
visibility: hidden;
}
#pages .page-meta {
line-height: 0.6em;
}
#pages .page-info {
padding-left: 48px;
position: relative;
line-height: 1.4em;
margin-top: 4px;
margin-bottom: 4px;
}
#pages .page-info a {
display: inline-block;
margin-top: 4px;
}
#pages .move {
color: #bbb;
cursor: move;
}
#pages .move .icon-grab {
position: relative;
top: 1px;
}
#pages .sortable-placeholder {
background: #fff6bf;
}
#pages ul {
margin: 0;
padding: 0;
list-style: none;
}
#pages ul .sortable-placeholder {
border-left: 108px solid #ccc;
}
#pages ul .page-info {
margin-left: 24px;
}
#pages ul ul .sortable-placeholder {
border-left: 132px solid #ccc;
}
#pages ul ul .page-info {
margin-left: 48px;
}
#pages ul ul ul .sortable-placeholder {
border-left: 156px solid #ccc;
}
#pages ul ul ul .page-info {
margin-left: 72px;
}
#pages ul ul ul ul .sortable-placeholder {
border-left: 180px solid #ccc;
}
#pages ul ul ul ul .page-info {
margin-left: 96px;
}
#pages ul ul ul ul ul .sortable-placeholder {
border-left: 204px solid #ccc;
}
#pages ul ul ul ul ul .page-info {
margin-left: 120px;
}
#pages ul ul ul ul ul ul .sortable-placeholder {
border-left: 228px solid #ccc;
}
#pages ul ul ul ul ul ul .page-info {
margin-left: 144px;
}
#pages ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 252px solid #ccc;
}
#pages ul ul ul ul ul ul ul .page-info {
margin-left: 168px;
}
#pages ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 276px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul .page-info {
margin-left: 192px;
}
#pages ul ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 300px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul ul .page-info {
margin-left: 216px;
}
#pages ul ul ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 324px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul ul ul .page-info {
margin-left: 240px;
}
#pages ul ul ul ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 348px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul ul ul ul .page-info {
margin-left: 264px;
}
#pages .ui-sortable-helper {
border-bottom: none;
}
#pages .sortable-placeholder {
border-left: 0 none;
border-bottom: 1px dotted #e3e5e6;
}
.page-form > .tab-content {
margin-bottom: 21px;
border-bottom: 1px solid #e3e5e6;
}
.page-form > .tab-content .form-row > label,
.page-form > .tab-content .form-row > .field {
padding-bottom: 10px;
}
.page-form > .tab-content .form-row:last-child > label,
.page-form > .tab-content .form-row:last-child > .field {
padding-bottom: 20px;
}
.page-form .new-route .form-row {
background-color: transparent;
border: 0 none;
}
.page-form .routes .form-error {
border-color: #d49494;
}
.page-form .tab-content[data-tabify-tab="seo"] .toggle-switch {
max-width: 200px;
}
.pb-PageBuilder {
margin-right: 0;
}
.pb-PageBuilder .pb-PageBuilder-controls {
cursor: default;
margin-bottom: 10px;
}
.pb-PageBuilder .pb-PageBuilder-controls li {
display: inline-block;
}
.pb-PageBuilder .pb-PageBuilder-controls li .button {
padding: 8px 10px 7px;
font-size: 10px;
line-height: 10px;
}
.pb-PageBuilder .pb-PageBuilder-controls li .button i {
font-size: 8px;
}
.pb-PageBuilder .pb-PageBuilder-content {
margin: 0 -5px;
}
.pb-PageBuilder .pb-PageBuilder-content > [class*="grid-"] {
padding: 0 5px;
}
.pb-ContentArea {
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #d5d7d7;
}
.pb-ContentArea-header {
padding: 0 0 1px 5px;
background-color: #d6d9dc;
border-bottom: 1px solid #d5d7d7;
}
.pb-ContentArea-header h5 {
margin: 0;
display: inline-block;
font-size: 10px;
font-weight: 600;
}
.pb-ContentArea-actions {
float: right;
}
.pb-ContentArea-actions li {
display: inline-block;
}
.pb-ContentArea-actions li a {
display: inline-block;
color: #424242;
border-left: 1px solid #d5d7d7;
line-height: 21px;
padding: 2px 4px 0;
}
.pb-ContentArea-actions li a:hover {
background-color: #d5d7d7;
}
.pb-ContentArea-content {
padding: 10px 10px 0;
min-height: 92px;
background-color: #fcfcfc;
}
.pb-ContentArea--selected .pb-ContentArea-content {
background-color: #ffeca0;
}
[data-type="container"] {
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #d5d7d7;
}
[data-type="container"].placeholder {
background: none;
border: 1px dashed #909090;
}
.pb-Container-content {
padding: 10px 10px 0;
min-height: 72px;
background-color: #f0f8ff;
}
.pb-Container-header {
background-color: #f2f3f4;
border-bottom: 1px solid #d5d7d7;
}
.pb-Container-header h6 {
margin: 0;
padding: 0 0 3px 5px;
display: inline-block;
font-size: 10px;
font-weight: 600;
}
.pb-Container-header h6 small {
font-family: monospace;
font-size: 13px;
padding-left: 10px;
}
.pb-Container-actions {
float: right;
}
.pb-Container-actions > ul > li {
float: left;
}
.pb-Container-actions > ul > li > a {
display: inline-block;
color: #424242;
border-left: 1px solid #d5d7d7;
line-height: 22px;
padding: 2px 4px 0;
}
.pb-Container-actions > ul > li > a:hover {
background-color: #d5d7d7;
}
.pb-Container-actions .dropdown.open .pb-Container-settings {
background-color: #1c1f22;
color: #fff;
}
.pb-Container-actions .dropdown.open .pb-Container-settings:hover {
background-color: #5d6367;
}
.pb-Container-actions .dropdown-menu a {
color: #fff;
background-color: #1c1f22;
}
.pb-Container-actions .dropdown-menu a:hover {
background-color: #5d6367;
}
.pb-Container--selected .pb-Container-content {
background-color: #ffeca0;
}
.pb-Container-move {
cursor: move;
}
.pb-Container-options-panel {
display: none;
border-bottom: 1px solid #d5d7d7;
}
.pb-Container-options-panel .form-row {
border-width: 0;
}
.pb-Container-options-panel .form-row label {
padding: 10px 20px 9px;
font-size: 12px;
}
.pb-Container-options-panel .form-row .field {
padding: 4px 10px;
}
.pb-Container-options-panel .form-row .field label {
display: inline-block;
padding: 7px 0 5px;
}
.pb-Container-options-panel .form-row .field label input[type="checkbox"] {
position: relative;
top: 2px;
margin-right: 3px;
}
.pb-Container-options-panel .form-section {
border-width: 1px 0;
padding: 8px 20px 7px;
}
.pb-Container-options-panel .form-section .form-section-title {
font-size: 14px;
font-weight: bold;
}
.pb-Container-options-panel input[type="text"],
.pb-Container-options-panel select {
margin-top: 2px;
padding: 3px 3px 2px;
font-size: 12px;
}
.pb-Container--options-open .pb-Container-options-panel {
display: block;
}
.pb-Container--options-open .pb-Container-options {
background-color: #fff;
padding-bottom: 1px;
}
[data-type="row"] {
position: relative;
padding: 0 5px 0 25px;
margin: 0 -10px 10px;
}
[data-type="row"] .pb-Row-cells {
display: flex;
flex-direction: row;
}
[data-type="row"] .pb-Row-actions {
position: absolute;
top: 0;
left: 10px;
width: 20px;
height: 100%;
padding-top: 6px;
}
[data-type="row"] .pb-Row-actions > ul > li {
margin-bottom: 5px;
}
[data-type="row"] .pb-Row-actions .pb-Row-move,
[data-type="row"] .pb-Row-actions .pb-Row-settings {
display: inline-block;
padding: 4px 2px 2px 4px;
color: #424242;
background-color: #e3e5e6;
-webkit-border-radius: 3px 0 0 3px;
/* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
border-radius: 3px 0 0 3px;
/* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
[data-type="row"] .pb-Row-actions .pb-Row-move:hover,
[data-type="row"] .pb-Row-actions .pb-Row-settings:hover {
background-color: #d5d7d7;
}
[data-type="row"] .pb-Row-actions .pb-Row-move i,
[data-type="row"] .pb-Row-actions .pb-Row-settings i {
min-width: 14px;
display: inline-block;
text-align: center;
}
[data-type="row"] .pb-Row-actions .pb-Row-move {
cursor: move;
}
[data-type="row"] .pb-Row-actions .dropdown.open .pb-Row-settings {
background-color: #1c1f22;
color: #fff;
}
[data-type="row"] .pb-Row-actions .dropdown.open .pb-Row-settings:hover {
background-color: #5d6367;
}
[data-type="row"] .pb-Row-actions .dropdown-menu {
top: 0;
left: 100%;
}
[data-type="row"] .pb-Row-actions .dropdown-menu a {
color: #fff;
background-color: #1c1f22;
}
[data-type="row"] .pb-Row-actions .dropdown-menu a:hover {
background-color: #5d6367;
}
[data-type="row"].placeholder {
padding: 0;
margin: 0 0 10px;
border: 1px dashed #909090;
}
[data-type="row"].row-editor {
margin: 0 -5px;
padding: 0;
}
[data-type="row"].row-editor .layout-select-row {
padding-left: 10px;
margin-bottom: 20px;
}
[data-type="row"].row-editor .layout-select-row label {
padding-right: 5px;
}
[data-type="row"].row-editor .cell-wrapper {
position: relative;
padding: 0;
text-align: center;
}
[data-type="row"].row-editor .cell-wrapper > span {
cursor: default;
}
[data-type="row"].row-editor .cell-wrapper .cell-width {
display: inline-block;
padding-top: 19px;
color: #9d9d9d;
}
[data-type="row"].row-editor .cell-wrapper .cell-colwidth {
font-weight: 600;
font-size: 20px;
color: #424242;
}
[data-type="row"].row-editor .cell-actions {
position: absolute;
top: 0;
right: 5px;
}
[data-type="row"].row-editor .cell-actions li {
display: inline-block;
}
[data-type="row"].row-editor .cell-actions li .cell-remove {
font-size: 10px;
color: #424242;
}
[data-type="row"].row-editor .cell-actions li .cell-remove:hover {
color: #000;
}
[data-type="row"].pb-Row-cells--resizing [data-type="cell"] .cell-width-wrapper {
display: block;
}
[data-type="cell"] {
padding: 0 5px;
position: relative;
display: flex;
}
[data-type="cell"] .resize-handle {
position: absolute;
left: -5px;
width: 10px;
height: 100%;
background-color: #e5ebf5;
-webkit-transition: background-color 0.25s ease-in-out 0s;
-moz-transition: background-color 0.25s ease-in-out 0s;
-o-transition: background-color 0.25s ease-in-out 0s;
transition: background-color 0.25s ease-in-out 0s;
}
[data-type="cell"] .resize-handle:hover,
[data-type="cell"] .resize-handle.hover {
cursor: col-resize;
background-color: #94b3d9;
}
[data-type="cell"] .cell-wrapper {
padding: 10px 10px 0;
min-height: 72px;
width: 100%;
border: 1px solid #c2cbd0;
background-color: #e1f0ff;
}
[data-type="cell"] .cell-width-wrapper {
display: none;
position: absolute;
top: 0;
right: 5px;
bottom: 0;
left: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 0.45);
}
[data-type="cell"] .cell-width-wrapper .cell-width {
position: absolute;
top: 50%;
margin-top: -22px;
margin-left: -12px;
color: rgba(255, 255, 255, 0.84);
}
[data-type="cell"] .cell-width-wrapper .cell-colwidth {
font-weight: 600;
font-size: 30px;
}
[data-type="cell"]:first-child .resize-handle {
display: none;
}
.cell--selected .cell-wrapper {
border-color: #008ccc;
background-color: #b2d5f1;
}
.module {
margin-bottom: 10px;
padding: 5px 10px 4px;
background-color: #fff;
border: 1px solid #aeb0b0;
cursor: move;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: 0 1px rgba(0, 0, 0, 0.3);
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.module:hover .module-actions {
display: block;
}
.module.placeholder {
background-color: transparent;
border-style: dashed;
-webkit-box-shadow: none;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: none;
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.module-title {
position: relative;
margin-bottom: 2px;
}
.module-title h6 {
margin: 0;
font-size: 13px;
font-weight: 600;
height: 20px;
overflow: hidden;
white-space: nowrap;
}
.module-title .module-actions {
display: none;
position: absolute;
top: 0;
right: 0;
cursor: default;
background-color: #fff;
}
.module-title .module-actions li {
display: inline-block;
}
.module-title .module-actions li a {
color: #424242;
}
.module-title .module-actions li a:hover {
color: #000;
}
.module-title .module-actions li a.module-remove {
color: #990000;
}
.module-title .module-actions li a.module-remove:hover {
color: #c90000;
}
.module-description {
display: block;
font-size: 11px;
}
.add-row {
text-align: center;
}
.add-row .button {
padding: 5px 6px;
font-size: 10px;
}
.cursor-force--col-resize,
.cursor-force--col-resize * {
cursor: col-resize !important;
}
.page-builder-loader {
margin: 0 auto 20px;
width: 40px;
height: 40px;
position: relative;
}
.page-builder-loader .cube1,
.page-builder-loader .cube2 {
background-color: #223648;
width: 15px;
height: 15px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: page-builder-loader 1.8s infinite ease-in-out;
-moz-animation: page-builder-loader 1.8s infinite ease-in-out;
-o-animation: page-builder-loader 1.8s infinite ease-in-out;
animation: page-builder-loader 1.8s infinite ease-in-out;
}
.page-builder-loader .cube2 {
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-moz-keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-ms-keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
.modules .module {
position: relative;
cursor: pointer;
}
.modules .module [class*="icon-"] {
position: absolute;
left: 10px;
top: 10px;
font-size: 16px;
}
.modules .module h3 {
margin: 0;
padding-left: 20px;
}
.module-dialog-sidebar {
padding: 15px;
}
#module-search {
margin-bottom: 15px;
}
.module-groups {
list-style: none;
margin: 0 -15px;
padding: 0;
}
.module-groups li a {
display: block;
padding: 7px 16px;
}
.module-groups li a:hover {
color: #3b9df8;
background-color: #fbfbfb;
}
.module-groups li a.active,
.module-groups li a.active:hover {
background-color: #fff;
font-weight: 700;
color: #333;
}
.edit-module-dialog .dialog-content {
padding: 0;
}
.edit-module-dialog .dialog-content > .flash-message {
margin: 5px;
}
.edit-module-dialog form {
margin: 5px;
border-top: 1px solid #e3e5e6;
border-bottom: 1px solid #e3e5e6;
}
@-webkit-keyframes medium-editor-image-loading {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes medium-editor-image-loading {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes medium-editor-pop-upwards {
0% {
opacity: 0;
-webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
transform: matrix(0.97, 0, 0, 1, 0, 12);
}
20% {
opacity: .7;
-webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
transform: matrix(0.99, 0, 0, 1, 0, 2);
}
40% {
opacity: 1;
-webkit-transform: matrix(1, 0, 0, 1, 0, -1);
transform: matrix(1, 0, 0, 1, 0, -1);
}
100% {
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes medium-editor-pop-upwards {
0% {
opacity: 0;
-webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
transform: matrix(0.97, 0, 0, 1, 0, 12);
}
20% {
opacity: .7;
-webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
transform: matrix(0.99, 0, 0, 1, 0, 2);
}
40% {
opacity: 1;
-webkit-transform: matrix(1, 0, 0, 1, 0, -1);
transform: matrix(1, 0, 0, 1, 0, -1);
}
100% {
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
transform: matrix(1, 0, 0, 1, 0, 0);
}
}
.medium-editor-anchor-preview {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
left: 0;
line-height: 1.4;
max-width: 280px;
position: absolute;
text-align: center;
top: 0;
word-break: break-all;
word-wrap: break-word;
visibility: hidden;
z-index: 2000;
}
.medium-editor-anchor-preview a {
color: #fff;
display: inline-block;
margin: 5px 5px 10px;
}
.medium-editor-anchor-preview-active {
visibility: visible;
}
.medium-editor-dragover {
background: #ddd;
}
.medium-editor-image-loading {
-webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
animation: medium-editor-image-loading 1s infinite ease-in-out;
background-color: #333;
border-radius: 100%;
display: inline-block;
height: 40px;
width: 40px;
}
.medium-editor-placeholder {
position: relative;
}
.medium-editor-placeholder:after {
content: attr(data-placeholder) !important;
font-style: italic;
left: 0;
position: absolute;
top: 0;
white-space: pre;
padding: inherit;
margin: inherit;
}
.medium-toolbar-arrow-under:after,
.medium-toolbar-arrow-over:before {
border-style: solid;
content: '';
display: block;
height: 0;
left: 50%;
margin-left: -8px;
position: absolute;
width: 0;
}
.medium-toolbar-arrow-under:after {
border-width: 8px 8px 0 8px;
}
.medium-toolbar-arrow-over:before {
border-width: 0 8px 8px 8px;
top: -8px;
}
.medium-editor-toolbar {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
left: 0;
position: absolute;
top: 0;
visibility: hidden;
z-index: 2000;
}
.medium-editor-toolbar ul {
margin: 0;
padding: 0;
}
.medium-editor-toolbar li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.medium-editor-toolbar li button {
box-sizing: border-box;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 1.33;
margin: 0;
padding: 15px;
text-decoration: none;
}
.medium-editor-toolbar li button:focus {
outline: none;
}
.medium-editor-toolbar li .medium-editor-action-underline {
text-decoration: underline;
}
.medium-editor-toolbar li .medium-editor-action-pre {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 12px;
font-weight: 100;
padding: 15px 0;
}
.medium-editor-toolbar-active {
visibility: visible;
}
.medium-editor-sticky-toolbar {
position: fixed;
top: 1px;
}
.medium-editor-relative-toolbar {
position: relative;
}
.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
-webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
animation: medium-editor-pop-upwards 160ms forwards linear;
}
.medium-editor-action-bold {
font-weight: bolder;
}
.medium-editor-action-italic {
font-style: italic;
}
.medium-editor-toolbar-form {
display: none;
}
.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
line-height: 14px;
margin-left: 5px;
padding-bottom: 5px;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
border: none;
box-sizing: border-box;
font-size: 14px;
margin: 0;
padding: 6px;
width: 316px;
display: inline-block;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
box-shadow: none;
outline: 0;
}
.medium-editor-toolbar-form a {
display: inline-block;
font-size: 24px;
font-weight: bolder;
margin: 0 10px;
text-decoration: none;
}
.medium-editor-toolbar-form-active {
display: block;
}
.medium-editor-toolbar-actions:after {
clear: both;
content: "";
display: table;
}
[data-medium-editor-element] {
word-wrap: break-word;
min-height: 30px;
}
[data-medium-editor-element] img {
max-width: 100%;
}
[data-medium-editor-element] sub {
vertical-align: sub;
}
[data-medium-editor-element] sup {
vertical-align: super;
}
.medium-editor-hidden {
display: none;
}
.medium-toolbar-arrow-under:after {
border-color: #242424 transparent transparent transparent;
top: 50px;
}
.medium-toolbar-arrow-over:before {
border-color: transparent transparent #242424 transparent;
top: -8px;
}
.medium-editor-toolbar {
background-color: #242424;
background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
border: 1px solid #000;
border-radius: 5px;
box-shadow: 0 0 3px #000;
}
.medium-editor-toolbar li button {
background-color: #242424;
background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
border: 0;
border-right: 1px solid #000;
border-left: 1px solid #333;
border-left: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
color: #fff;
height: 50px;
min-width: 50px;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
background-color: #000;
color: yellow;
}
.medium-editor-toolbar li .medium-editor-button-first {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.medium-editor-toolbar li .medium-editor-button-last {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.medium-editor-toolbar li .medium-editor-button-active {
background-color: #000;
background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
color: #fff;
}
.medium-editor-toolbar-form {
background: #242424;
border-radius: 5px;
color: #999;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input {
background: #242424;
box-sizing: border-box;
color: #ccc;
height: 50px;
}
.medium-editor-toolbar-form a {
color: #fff;
}
.medium-editor-toolbar-anchor-preview {
background: #242424;
border-radius: 5px;
color: #fff;
}
.medium-editor-placeholder:after {
color: #b3b3b1;
}
.medium-editor-toolbar {
z-index: 10000;
}
.medium-editor {
padding: 6px 6px 5px;
color: #333333;
border: 1px solid #e2e2e2;
}
.medium-editor:focus {
border-color: #999999;
outline: none;
}
.medium-editor p {
margin: 0 0 10px;
}
.medium-editor-content {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.medium-editor-code {
display: none;
white-space: pre-wrap;
}
.list.routes,
.list.layout-attributes {
margin-top: 2px;
}
.page-form .collection,
.page-form .collection-item {
display: none;
}
.page-form .collection.active,
.page-form .collection-item.active {
display: table;
}
table.layout-attributes tr > td label {
display: inline !important;
}
table.layout-attributes tr > td > label {
display: block !important;
padding-top: 5px;
}
table.layout-attributes tr > td div.input.radio,
table.layout-attributes tr > td div.input.checkbox {
padding-top: 5px;
}
.wasabi-cms--menus-edit .menu-items > .no-items,
.wasabi-cms--menus-edit .menu-items .menu-item [class*="grid-"] {
padding: 8px;
background-color: #fff;
-webkit-box-shadow: inset 0 -1px 0 #e3e5e6;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: inset 0 -1px 0 #e3e5e6;
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.wasabi-cms--menus-edit .menu-items .menu-item {
background-color: #d5d7d7;
}
.wasabi-cms--menus-edit .menu-items .menu-item .actions {
padding-left: 0;
padding-right: 0;
}
.wasabi-cms--menus-edit .menu-items .menu-item > .row {
position: relative;
border-bottom: none;
}
.wasabi-cms--menus-edit .menu-items .spacer {
float: left;
width: 10px;
margin: -8px 8px -8px -8px;
background-color: #d5d7d7;
line-height: 36px;
display: none;
}
.wasabi-cms--menus-edit .menu-items .sortable-placeholder {
background-color: #fff6bf;
-webkit-box-shadow: inset 0 -1px 0 #e3e5e6;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: inset 0 -1px 0 #e3e5e6;
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.wasabi-cms--menus-edit .menu-items ul {
margin: 0;
padding: 0;
list-style: none;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .sortable-placeholder {
margin-left: 20px;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .menu-item > .row .spacer {
width: 20px;
display: block;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .menu-item > ul > .sortable-placeholder {
margin-left: 40px;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .menu-item > ul > .menu-item > .row .spacer {
width: 40px;
display: block;
}
.wasabi-cms--menus-edit .menu-items [class*="wicon-"] {
vertical-align: top;
}
/*# sourceMappingURL=webroot/css/cms.css.map */ | webroot/css/cms.css | .table-head small.collection,
#pages small.collection,
.table-head small.collection-item,
#pages small.collection-item {
font-weight: 600;
margin-right: 1px;
}
.table-head small.layout,
#pages small.layout {
color: #999;
}
.table-head small.collection,
#pages small.collection {
color: #298c21;
}
.table-head small.collection-item,
#pages small.collection-item {
color: #a929cf;
}
.table-head small.layout {
margin-left: 1px;
}
#pages {
line-height: 48px;
}
#pages .grid-9-16 {
padding-left: 0;
}
#pages [class^="wicon-"],
#pages [class*=" wicon-"] {
position: relative;
top: 5px;
}
#pages .expander {
top: 15px;
cursor: pointer;
position: absolute;
left: 8px;
}
#pages .wicon-page {
margin-left: 0;
width: 16px;
height: 22px;
position: absolute;
top: 8px;
left: 25px;
background-position: -123px -3px;
}
#pages .no-children > div .expander {
visibility: hidden;
}
#pages .page-meta {
line-height: 0.6em;
}
#pages .page-info {
padding-left: 48px;
position: relative;
line-height: 1.4em;
margin-top: 4px;
margin-bottom: 4px;
}
#pages .page-info a {
display: inline-block;
margin-top: 4px;
}
#pages .move {
color: #bbb;
cursor: move;
}
#pages .move .icon-grab {
position: relative;
top: 1px;
}
#pages .sortable-placeholder {
background: #fff6bf;
}
#pages ul {
margin: 0;
padding: 0;
list-style: none;
}
#pages ul .sortable-placeholder {
border-left: 108px solid #ccc;
}
#pages ul .page-info {
margin-left: 24px;
}
#pages ul ul .sortable-placeholder {
border-left: 132px solid #ccc;
}
#pages ul ul .page-info {
margin-left: 48px;
}
#pages ul ul ul .sortable-placeholder {
border-left: 156px solid #ccc;
}
#pages ul ul ul .page-info {
margin-left: 72px;
}
#pages ul ul ul ul .sortable-placeholder {
border-left: 180px solid #ccc;
}
#pages ul ul ul ul .page-info {
margin-left: 96px;
}
#pages ul ul ul ul ul .sortable-placeholder {
border-left: 204px solid #ccc;
}
#pages ul ul ul ul ul .page-info {
margin-left: 120px;
}
#pages ul ul ul ul ul ul .sortable-placeholder {
border-left: 228px solid #ccc;
}
#pages ul ul ul ul ul ul .page-info {
margin-left: 144px;
}
#pages ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 252px solid #ccc;
}
#pages ul ul ul ul ul ul ul .page-info {
margin-left: 168px;
}
#pages ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 276px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul .page-info {
margin-left: 192px;
}
#pages ul ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 300px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul ul .page-info {
margin-left: 216px;
}
#pages ul ul ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 324px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul ul ul .page-info {
margin-left: 240px;
}
#pages ul ul ul ul ul ul ul ul ul ul ul .sortable-placeholder {
border-left: 348px solid #ccc;
}
#pages ul ul ul ul ul ul ul ul ul ul ul .page-info {
margin-left: 264px;
}
#pages .ui-sortable-helper {
border-bottom: none;
}
#pages .sortable-placeholder {
border-left: 0 none;
border-bottom: 1px dotted #e3e5e6;
}
.page-form > .tab-content {
margin-bottom: 21px;
border-bottom: 1px solid #e3e5e6;
}
.page-form > .tab-content .form-row > label,
.page-form > .tab-content .form-row > .field {
padding-bottom: 10px;
}
.page-form > .tab-content .form-row:last-child > label,
.page-form > .tab-content .form-row:last-child > .field {
padding-bottom: 20px;
}
.page-form .new-route .form-row {
background-color: transparent;
border: 0 none;
}
.page-form .routes .form-error {
border-color: #d49494;
}
.page-form .tab-content[data-tabify-tab="seo"] .toggle-switch {
max-width: 200px;
}
.pb-PageBuilder {
margin-right: 0;
}
.pb-PageBuilder .pb-PageBuilder-controls {
cursor: default;
margin-bottom: 10px;
}
.pb-PageBuilder .pb-PageBuilder-controls li {
display: inline-block;
}
.pb-PageBuilder .pb-PageBuilder-controls li .button {
padding: 8px 10px 7px;
font-size: 10px;
line-height: 10px;
}
.pb-PageBuilder .pb-PageBuilder-controls li .button i {
font-size: 8px;
}
.pb-PageBuilder .pb-PageBuilder-content {
margin: 0 -5px;
}
.pb-PageBuilder .pb-PageBuilder-content > [class*="grid-"] {
padding: 0 5px;
}
.pb-ContentArea {
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #d5d7d7;
}
.pb-ContentArea-header {
padding: 0 0 1px 5px;
background-color: #d6d9dc;
border-bottom: 1px solid #d5d7d7;
}
.pb-ContentArea-header h5 {
margin: 0;
display: inline-block;
font-size: 10px;
font-weight: 600;
}
.pb-ContentArea-actions {
float: right;
}
.pb-ContentArea-actions li {
display: inline-block;
}
.pb-ContentArea-actions li a {
display: inline-block;
color: #424242;
border-left: 1px solid #d5d7d7;
line-height: 21px;
padding: 2px 4px 0;
}
.pb-ContentArea-actions li a:hover {
background-color: #d5d7d7;
}
.pb-ContentArea-content {
padding: 10px 10px 0;
min-height: 92px;
background-color: #fcfcfc;
}
.pb-ContentArea--selected .pb-ContentArea-content {
background-color: #ffeca0;
}
[data-type="container"] {
margin-bottom: 10px;
background-color: #fff;
border: 1px solid #d5d7d7;
}
[data-type="container"].placeholder {
background: none;
border: 1px dashed #909090;
}
.pb-Container-content {
padding: 10px 10px 0;
min-height: 72px;
background-color: #f0f8ff;
}
.pb-Container-header {
background-color: #f2f3f4;
border-bottom: 1px solid #d5d7d7;
}
.pb-Container-header h6 {
margin: 0;
padding: 0 0 3px 5px;
display: inline-block;
font-size: 10px;
font-weight: 600;
}
.pb-Container-header h6 small {
font-family: monospace;
font-size: 13px;
padding-left: 10px;
}
.pb-Container-actions {
float: right;
}
.pb-Container-actions > ul > li {
float: left;
}
.pb-Container-actions > ul > li > a {
display: inline-block;
color: #424242;
border-left: 1px solid #d5d7d7;
line-height: 22px;
padding: 2px 4px 0;
}
.pb-Container-actions > ul > li > a:hover {
background-color: #d5d7d7;
}
.pb-Container-actions .dropdown.open .pb-Container-settings {
background-color: #1c1f22;
color: #fff;
}
.pb-Container-actions .dropdown.open .pb-Container-settings:hover {
background-color: #5d6367;
}
.pb-Container-actions .dropdown-menu a {
color: #fff;
background-color: #1c1f22;
}
.pb-Container-actions .dropdown-menu a:hover {
background-color: #5d6367;
}
.pb-Container--selected .pb-Container-content {
background-color: #ffeca0;
}
.pb-Container-move {
cursor: move;
}
.pb-Container-options-panel {
display: none;
border-bottom: 1px solid #d5d7d7;
}
.pb-Container-options-panel .form-row {
border-width: 0;
}
.pb-Container-options-panel .form-row label {
padding: 10px 20px 9px;
font-size: 12px;
}
.pb-Container-options-panel .form-row .field {
padding: 4px 10px;
}
.pb-Container-options-panel .form-row .field label {
display: inline-block;
padding: 7px 0 5px;
}
.pb-Container-options-panel .form-row .field label input[type="checkbox"] {
position: relative;
top: 2px;
margin-right: 3px;
}
.pb-Container-options-panel .form-section {
border-width: 1px 0;
padding: 8px 20px 7px;
}
.pb-Container-options-panel .form-section .form-section-title {
font-size: 14px;
font-weight: bold;
}
.pb-Container-options-panel input[type="text"],
.pb-Container-options-panel select {
margin-top: 2px;
padding: 3px 3px 2px;
font-size: 12px;
}
.pb-Container--options-open .pb-Container-options-panel {
display: block;
}
.pb-Container--options-open .pb-Container-options {
background-color: #fff;
padding-bottom: 1px;
}
[data-type="row"] {
position: relative;
padding: 0 5px 0 25px;
margin: 0 -10px 10px;
}
[data-type="row"] .pb-Row-cells {
display: flex;
flex-direction: row;
}
[data-type="row"] .pb-Row-actions {
position: absolute;
top: 0;
left: 10px;
width: 20px;
height: 100%;
padding-top: 6px;
}
[data-type="row"] .pb-Row-actions > ul > li {
margin-bottom: 5px;
}
[data-type="row"] .pb-Row-actions .pb-Row-move,
[data-type="row"] .pb-Row-actions .pb-Row-settings {
display: inline-block;
padding: 4px 2px 2px 4px;
color: #424242;
background-color: #e3e5e6;
-webkit-border-radius: 3px 0 0 3px;
/* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
border-radius: 3px 0 0 3px;
/* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
[data-type="row"] .pb-Row-actions .pb-Row-move:hover,
[data-type="row"] .pb-Row-actions .pb-Row-settings:hover {
background-color: #d5d7d7;
}
[data-type="row"] .pb-Row-actions .pb-Row-move i,
[data-type="row"] .pb-Row-actions .pb-Row-settings i {
min-width: 14px;
display: inline-block;
text-align: center;
}
[data-type="row"] .pb-Row-actions .pb-Row-move {
cursor: move;
}
[data-type="row"] .pb-Row-actions .dropdown.open .pb-Row-settings {
background-color: #1c1f22;
color: #fff;
}
[data-type="row"] .pb-Row-actions .dropdown.open .pb-Row-settings:hover {
background-color: #5d6367;
}
[data-type="row"] .pb-Row-actions .dropdown-menu {
top: 0;
left: 100%;
}
[data-type="row"] .pb-Row-actions .dropdown-menu a {
color: #fff;
background-color: #1c1f22;
}
[data-type="row"] .pb-Row-actions .dropdown-menu a:hover {
background-color: #5d6367;
}
[data-type="row"].placeholder {
padding: 0;
margin: 0 0 10px;
border: 1px dashed #909090;
}
[data-type="row"].row-editor {
margin: 0 -5px;
padding: 0;
}
[data-type="row"].row-editor .layout-select-row {
padding-left: 10px;
margin-bottom: 20px;
}
[data-type="row"].row-editor .layout-select-row label {
padding-right: 5px;
}
[data-type="row"].row-editor .cell-wrapper {
position: relative;
padding: 0;
text-align: center;
}
[data-type="row"].row-editor .cell-wrapper > span {
cursor: default;
}
[data-type="row"].row-editor .cell-wrapper .cell-width {
display: inline-block;
padding-top: 19px;
color: #9d9d9d;
}
[data-type="row"].row-editor .cell-wrapper .cell-colwidth {
font-weight: 600;
font-size: 20px;
color: #424242;
}
[data-type="row"].row-editor .cell-actions {
position: absolute;
top: 0;
right: 5px;
}
[data-type="row"].row-editor .cell-actions li {
display: inline-block;
}
[data-type="row"].row-editor .cell-actions li .cell-remove {
font-size: 10px;
color: #424242;
}
[data-type="row"].row-editor .cell-actions li .cell-remove:hover {
color: #000;
}
[data-type="row"].pb-Row-cells--resizing [data-type="cell"] .cell-width-wrapper {
display: block;
}
[data-type="cell"] {
padding: 0 5px;
position: relative;
display: flex;
}
[data-type="cell"] .resize-handle {
position: absolute;
left: -5px;
width: 10px;
height: 100%;
background-color: #e5ebf5;
-webkit-transition: background-color 0.25s ease-in-out 0s;
-moz-transition: background-color 0.25s ease-in-out 0s;
-o-transition: background-color 0.25s ease-in-out 0s;
transition: background-color 0.25s ease-in-out 0s;
}
[data-type="cell"] .resize-handle:hover,
[data-type="cell"] .resize-handle.hover {
cursor: col-resize;
background-color: #94b3d9;
}
[data-type="cell"] .cell-wrapper {
padding: 10px 10px 0;
min-height: 72px;
width: 100%;
border: 1px solid #c2cbd0;
background-color: #e1f0ff;
}
[data-type="cell"] .cell-width-wrapper {
display: none;
position: absolute;
top: 0;
right: 5px;
bottom: 0;
left: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 0.45);
}
[data-type="cell"] .cell-width-wrapper .cell-width {
position: absolute;
top: 50%;
margin-top: -22px;
margin-left: -12px;
color: rgba(255, 255, 255, 0.84);
}
[data-type="cell"] .cell-width-wrapper .cell-colwidth {
font-weight: 600;
font-size: 30px;
}
[data-type="cell"]:first-child .resize-handle {
display: none;
}
.cell--selected .cell-wrapper {
border-color: #008ccc;
background-color: #b2d5f1;
}
.module {
margin-bottom: 10px;
padding: 5px 10px 4px;
background-color: #fff;
border: 1px solid #aeb0b0;
cursor: move;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.3);
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: 0 1px rgba(0, 0, 0, 0.3);
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.module:hover .module-actions {
display: block;
}
.module.placeholder {
background-color: transparent;
border-style: dashed;
-webkit-box-shadow: none;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: none;
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.module-title {
position: relative;
margin-bottom: 2px;
}
.module-title h6 {
margin: 0;
font-size: 13px;
font-weight: 600;
height: 20px;
overflow: hidden;
white-space: nowrap;
}
.module-title .module-actions {
display: none;
position: absolute;
top: 0;
right: 0;
cursor: default;
background-color: #fff;
}
.module-title .module-actions li {
display: inline-block;
}
.module-title .module-actions li a {
color: #424242;
}
.module-title .module-actions li a:hover {
color: #000;
}
.module-title .module-actions li a.module-remove {
color: #990000;
}
.module-title .module-actions li a.module-remove:hover {
color: #c90000;
}
.module-description {
display: block;
font-size: 11px;
}
.add-row {
text-align: center;
}
.add-row .button {
padding: 5px 6px;
font-size: 10px;
}
.cursor-force--col-resize,
.cursor-force--col-resize * {
cursor: col-resize !important;
}
.page-builder-loader {
margin: 0 auto 20px;
width: 40px;
height: 40px;
position: relative;
}
.page-builder-loader .cube1,
.page-builder-loader .cube2 {
background-color: #223648;
width: 15px;
height: 15px;
position: absolute;
top: 0;
left: 0;
-webkit-animation: page-builder-loader 1.8s infinite ease-in-out;
-moz-animation: page-builder-loader 1.8s infinite ease-in-out;
-o-animation: page-builder-loader 1.8s infinite ease-in-out;
animation: page-builder-loader 1.8s infinite ease-in-out;
}
.page-builder-loader .cube2 {
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-moz-keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@-ms-keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes page-builder-loader {
25% {
-webkit-transform: translateX(20px) rotate(-90deg) scale(0.5);
-moz-transform: translateX(20px) rotate(-90deg) scale(0.5);
-ms-transform: translateX(20px) rotate(-90deg) scale(0.5);
-o-transform: translateX(20px) rotate(-90deg) scale(0.5);
transform: translateX(20px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-179deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-179deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-179deg);
-o-transform: translateX(20px) translateY(20px) rotate(-179deg);
transform: translateX(20px) translateY(20px) rotate(-179deg);
}
50.1% {
-webkit-transform: translateX(20px) translateY(20px) rotate(-180deg);
-moz-transform: translateX(20px) translateY(20px) rotate(-180deg);
-ms-transform: translateX(20px) translateY(20px) rotate(-180deg);
-o-transform: translateX(20px) translateY(20px) rotate(-180deg);
transform: translateX(20px) translateY(20px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-moz-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-ms-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
-o-transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
transform: translateX(0px) translateY(20px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
.modules .module {
position: relative;
cursor: pointer;
}
.modules .module [class*="icon-"] {
position: absolute;
left: 10px;
top: 10px;
font-size: 16px;
}
.modules .module h3 {
margin: 0;
padding-left: 20px;
}
.module-dialog-sidebar {
padding: 15px;
}
#module-search {
margin-bottom: 15px;
}
.module-groups {
list-style: none;
margin: 0 -15px;
padding: 0;
}
.module-groups li a {
display: block;
padding: 7px 16px;
}
.module-groups li a:hover {
color: #3b9df8;
background-color: #fbfbfb;
}
.module-groups li a.active,
.module-groups li a.active:hover {
background-color: #fff;
font-weight: 700;
color: #333;
}
.edit-module-dialog .dialog-content {
padding: 0;
}
.edit-module-dialog .dialog-content > .flash-message {
margin: 5px;
}
.edit-module-dialog form {
margin: 5px;
border-top: 1px solid #e3e5e6;
border-bottom: 1px solid #e3e5e6;
}
@-webkit-keyframes medium-editor-image-loading {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes medium-editor-image-loading {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes medium-editor-pop-upwards {
0% {
opacity: 0;
-webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
transform: matrix(0.97, 0, 0, 1, 0, 12);
}
20% {
opacity: .7;
-webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
transform: matrix(0.99, 0, 0, 1, 0, 2);
}
40% {
opacity: 1;
-webkit-transform: matrix(1, 0, 0, 1, 0, -1);
transform: matrix(1, 0, 0, 1, 0, -1);
}
100% {
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes medium-editor-pop-upwards {
0% {
opacity: 0;
-webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
transform: matrix(0.97, 0, 0, 1, 0, 12);
}
20% {
opacity: .7;
-webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
transform: matrix(0.99, 0, 0, 1, 0, 2);
}
40% {
opacity: 1;
-webkit-transform: matrix(1, 0, 0, 1, 0, -1);
transform: matrix(1, 0, 0, 1, 0, -1);
}
100% {
-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
transform: matrix(1, 0, 0, 1, 0, 0);
}
}
.medium-editor-anchor-preview {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
left: 0;
line-height: 1.4;
max-width: 280px;
position: absolute;
text-align: center;
top: 0;
word-break: break-all;
word-wrap: break-word;
visibility: hidden;
z-index: 2000;
}
.medium-editor-anchor-preview a {
color: #fff;
display: inline-block;
margin: 5px 5px 10px;
}
.medium-editor-anchor-preview-active {
visibility: visible;
}
.medium-editor-dragover {
background: #ddd;
}
.medium-editor-image-loading {
-webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
animation: medium-editor-image-loading 1s infinite ease-in-out;
background-color: #333;
border-radius: 100%;
display: inline-block;
height: 40px;
width: 40px;
}
.medium-editor-placeholder {
position: relative;
}
.medium-editor-placeholder:after {
content: attr(data-placeholder) !important;
font-style: italic;
left: 0;
position: absolute;
top: 0;
white-space: pre;
padding: inherit;
margin: inherit;
}
.medium-toolbar-arrow-under:after,
.medium-toolbar-arrow-over:before {
border-style: solid;
content: '';
display: block;
height: 0;
left: 50%;
margin-left: -8px;
position: absolute;
width: 0;
}
.medium-toolbar-arrow-under:after {
border-width: 8px 8px 0 8px;
}
.medium-toolbar-arrow-over:before {
border-width: 0 8px 8px 8px;
top: -8px;
}
.medium-editor-toolbar {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
left: 0;
position: absolute;
top: 0;
visibility: hidden;
z-index: 2000;
}
.medium-editor-toolbar ul {
margin: 0;
padding: 0;
}
.medium-editor-toolbar li {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.medium-editor-toolbar li button {
box-sizing: border-box;
cursor: pointer;
display: block;
font-size: 14px;
line-height: 1.33;
margin: 0;
padding: 15px;
text-decoration: none;
}
.medium-editor-toolbar li button:focus {
outline: none;
}
.medium-editor-toolbar li .medium-editor-action-underline {
text-decoration: underline;
}
.medium-editor-toolbar li .medium-editor-action-pre {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 12px;
font-weight: 100;
padding: 15px 0;
}
.medium-editor-toolbar-active {
visibility: visible;
}
.medium-editor-sticky-toolbar {
position: fixed;
top: 1px;
}
.medium-editor-relative-toolbar {
position: relative;
}
.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
-webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
animation: medium-editor-pop-upwards 160ms forwards linear;
}
.medium-editor-action-bold {
font-weight: bolder;
}
.medium-editor-action-italic {
font-style: italic;
}
.medium-editor-toolbar-form {
display: none;
}
.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
line-height: 14px;
margin-left: 5px;
padding-bottom: 5px;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
border: none;
box-sizing: border-box;
font-size: 14px;
margin: 0;
padding: 6px;
width: 316px;
display: inline-block;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
box-shadow: none;
outline: 0;
}
.medium-editor-toolbar-form a {
display: inline-block;
font-size: 24px;
font-weight: bolder;
margin: 0 10px;
text-decoration: none;
}
.medium-editor-toolbar-form-active {
display: block;
}
.medium-editor-toolbar-actions:after {
clear: both;
content: "";
display: table;
}
[data-medium-editor-element] {
word-wrap: break-word;
min-height: 30px;
}
[data-medium-editor-element] img {
max-width: 100%;
}
[data-medium-editor-element] sub {
vertical-align: sub;
}
[data-medium-editor-element] sup {
vertical-align: super;
}
.medium-editor-hidden {
display: none;
}
.medium-toolbar-arrow-under:after {
border-color: #242424 transparent transparent transparent;
top: 50px;
}
.medium-toolbar-arrow-over:before {
border-color: transparent transparent #242424 transparent;
top: -8px;
}
.medium-editor-toolbar {
background-color: #242424;
background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
border: 1px solid #000;
border-radius: 5px;
box-shadow: 0 0 3px #000;
}
.medium-editor-toolbar li button {
background-color: #242424;
background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
border: 0;
border-right: 1px solid #000;
border-left: 1px solid #333;
border-left: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
color: #fff;
height: 50px;
min-width: 50px;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
}
.medium-editor-toolbar li button:hover {
background-color: #000;
color: yellow;
}
.medium-editor-toolbar li .medium-editor-button-first {
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.medium-editor-toolbar li .medium-editor-button-last {
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.medium-editor-toolbar li .medium-editor-button-active {
background-color: #000;
background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
color: #fff;
}
.medium-editor-toolbar-form {
background: #242424;
border-radius: 5px;
color: #999;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input {
background: #242424;
box-sizing: border-box;
color: #ccc;
height: 50px;
}
.medium-editor-toolbar-form a {
color: #fff;
}
.medium-editor-toolbar-anchor-preview {
background: #242424;
border-radius: 5px;
color: #fff;
}
.medium-editor-placeholder:after {
color: #b3b3b1;
}
.medium-editor-toolbar {
z-index: 10000;
}
.medium-editor {
padding: 6px 6px 5px;
color: #333333;
border: 1px solid #e2e2e2;
}
.medium-editor:focus {
border-color: #999999;
outline: none;
}
.medium-editor p {
margin: 0 0 10px;
}
.medium-editor-content {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.medium-editor-code {
display: none;
white-space: pre-wrap;
}
.list.routes,
.list.layout-attributes {
margin-top: 2px;
}
.page-form .collection,
.page-form .collection-item {
display: none;
}
.page-form .collection.active,
.page-form .collection-item.active {
display: table;
}
table.layout-attributes tr > td label {
display: inline !important;
}
table.layout-attributes tr > td > label {
display: block !important;
padding-top: 5px;
}
table.layout-attributes tr > td div.input.radio,
table.layout-attributes tr > td div.input.checkbox {
padding-top: 5px;
}
.wasabi-cms--menus-edit .menu-items > .no-items,
.wasabi-cms--menus-edit .menu-items .menu-item [class*="grid-"] {
padding: 8px;
background-color: #fff;
-webkit-box-shadow: inset 0 -1px 0 #e3e5e6;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: inset 0 -1px 0 #e3e5e6;
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.wasabi-cms--menus-edit .menu-items .menu-item {
background-color: #d5d7d7;
}
.wasabi-cms--menus-edit .menu-items .menu-item .actions {
padding-left: 0;
padding-right: 0;
}
.wasabi-cms--menus-edit .menu-items .menu-item > .row {
position: relative;
border-bottom: none;
}
.wasabi-cms--menus-edit .menu-items .spacer {
float: left;
width: 10px;
margin: -8px 8px -8px -8px;
background-color: #d5d7d7;
line-height: 36px;
display: none;
}
.wasabi-cms--menus-edit .menu-items .sortable-placeholder {
background-color: #fff6bf;
-webkit-box-shadow: inset 0 -1px 0 #e3e5e6;
/* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
box-shadow: inset 0 -1px 0 #e3e5e6;
/* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}
.wasabi-cms--menus-edit .menu-items ul {
margin: 0;
padding: 0;
list-style: none;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .sortable-placeholder {
margin-left: 20px;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .menu-item > .row .spacer {
width: 20px;
display: block;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .menu-item > ul > .sortable-placeholder {
margin-left: 40px;
}
.wasabi-cms--menus-edit .menu-items > .menu-item > ul > .menu-item > ul > .menu-item > .row .spacer {
width: 40px;
display: block;
}
.wasabi-cms--menus-edit .menu-items [class*="wicon-"] {
vertical-align: top;
}
/*# sourceMappingURL=webroot/css/cms.css.map */ | 0.293607 | 0.050354 |
@media screen and (max-width: 991px) and (min-width: 0px) {
.first{
width: 320px;
}
.second{
width: 320px;
}
.third{
width: 320px;
}
footer section .fourth div{
width: 320px;
}
footer section{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
footer section .first h5{
font-size: 18px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .second h5{
font-size: 18px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .third h5{
font-size: 18px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .third div{
font-size: 16px;
margin: 0px;
padding: 0px;
display: inline-block;
margin-left: 50px;
}
footer section .third div a{
text-decoration: none;
color: black;
}
footer section .third div a{
margin-right: 15px;
font-size: 20px;
}
footer section .fourth div{
display: inline-block;
}
footer section .fourth div span{
margin: 0px;
padding: 0px;
margin-left: 0px;
margin-top: 35px;
margin-bottom: 0px;
display: flex;
}
footer section .second span{
font-size: 16px;
margin: 0px;
padding: 0px;
margin-left: 50px;
}
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
footer section .first h5{
font-size: 14px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .first span{
font-size: 12px;
margin: 0px;
padding: 0px;
margin-left: 50px;
}
footer section .second h5{
font-size: 14px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 100px;
margin-bottom: 10px;
}
footer section .second span{
font-size: 12px;
margin: 0px;
padding: 0px;
margin-left: 100px;
}
footer section .third h5{
font-size: 14px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 100px;
margin-bottom: 10px;
}
footer section .third div{
font-size: 12px;
margin: 0px;
padding: 0px;
display: inline-block;
margin-left: 100px;
}
footer section .third div a{
text-decoration: none;
color: black;
}
footer section .third div a{
margin-right: 15px;
font-size: 20px;
}
footer section .fourth div{
width: 350px;
}
footer section .fourth div span{
font-size: 12px;
margin: 0px;
padding: 0px;
margin-left: 100px;
margin-top: 55px;
margin-bottom: 0px;
display: flex;
}
}
@media screen and (max-width: 2700px) and (min-width: 2000px) {
.divi{
margin-left: 500px !important;
}
}
@media screen and (max-width: 1500px) and (min-width: 1120px) {
.rightia{
margin-left: 50px;
}
main .section .left .divi{
margin-left: 180px !important;
}
}
@media screen and (max-width: 1120px) and (min-width: 0px) {
.rightia{
margin-left: 0px;
}
main .section .left .divi{
margin-left: 80px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 0px) {
main section{
display: grid;
grid-template-columns: 1fr !important;
grid-template-rows: 1fr 1fr;
}
main .section .right .rightia{
width: 200px;
}
main .section .left .divi{
margin-left: 50px !important;
}
main .section .right .rightia{
margin-left: 50px;
}
main .section .right{
margin-top: -150px;
}
main .section .right .rightia .pirvelia input{
margin-top: 0px;
}
main .section .right .rightia .pirvelia input{
margin-bottom: 15px;
}
main .section .right .rightia .meorea input{
margin-top: 0px;
margin-bottom: 15px;
}
main .section .right .rightia .mesamea input{
margin-top: 0px;
margin-bottom: 15px;
}
main .section .right .rightia .meotxea input{
margin-top: 0px;
margin-bottom: 15px;
}
main .section .right .rightia .mexutea input{
margin-top: 0px;
margin-bottom: 20px;
}
main .section .right .rightia .clik{
margin-left: 0px;
}
}
@media screen and (max-width: 355px) and (min-width: 0px) {
main .section .right .rightia{
margin-left: 20px;
}
main .section .left .divi{
margin-left: 20px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 0px) {
.pirveli{
display: none;
}
} | test/contactresp.css | @media screen and (max-width: 991px) and (min-width: 0px) {
.first{
width: 320px;
}
.second{
width: 320px;
}
.third{
width: 320px;
}
footer section .fourth div{
width: 320px;
}
footer section{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr;
}
footer section .first h5{
font-size: 18px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .second h5{
font-size: 18px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .third h5{
font-size: 18px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .third div{
font-size: 16px;
margin: 0px;
padding: 0px;
display: inline-block;
margin-left: 50px;
}
footer section .third div a{
text-decoration: none;
color: black;
}
footer section .third div a{
margin-right: 15px;
font-size: 20px;
}
footer section .fourth div{
display: inline-block;
}
footer section .fourth div span{
margin: 0px;
padding: 0px;
margin-left: 0px;
margin-top: 35px;
margin-bottom: 0px;
display: flex;
}
footer section .second span{
font-size: 16px;
margin: 0px;
padding: 0px;
margin-left: 50px;
}
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
footer section .first h5{
font-size: 14px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 50px;
margin-bottom: 10px;
}
footer section .first span{
font-size: 12px;
margin: 0px;
padding: 0px;
margin-left: 50px;
}
footer section .second h5{
font-size: 14px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 100px;
margin-bottom: 10px;
}
footer section .second span{
font-size: 12px;
margin: 0px;
padding: 0px;
margin-left: 100px;
}
footer section .third h5{
font-size: 14px;
margin: 0px;
padding: 0px;
margin-top: 45px;
margin-left: 100px;
margin-bottom: 10px;
}
footer section .third div{
font-size: 12px;
margin: 0px;
padding: 0px;
display: inline-block;
margin-left: 100px;
}
footer section .third div a{
text-decoration: none;
color: black;
}
footer section .third div a{
margin-right: 15px;
font-size: 20px;
}
footer section .fourth div{
width: 350px;
}
footer section .fourth div span{
font-size: 12px;
margin: 0px;
padding: 0px;
margin-left: 100px;
margin-top: 55px;
margin-bottom: 0px;
display: flex;
}
}
@media screen and (max-width: 2700px) and (min-width: 2000px) {
.divi{
margin-left: 500px !important;
}
}
@media screen and (max-width: 1500px) and (min-width: 1120px) {
.rightia{
margin-left: 50px;
}
main .section .left .divi{
margin-left: 180px !important;
}
}
@media screen and (max-width: 1120px) and (min-width: 0px) {
.rightia{
margin-left: 0px;
}
main .section .left .divi{
margin-left: 80px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 0px) {
main section{
display: grid;
grid-template-columns: 1fr !important;
grid-template-rows: 1fr 1fr;
}
main .section .right .rightia{
width: 200px;
}
main .section .left .divi{
margin-left: 50px !important;
}
main .section .right .rightia{
margin-left: 50px;
}
main .section .right{
margin-top: -150px;
}
main .section .right .rightia .pirvelia input{
margin-top: 0px;
}
main .section .right .rightia .pirvelia input{
margin-bottom: 15px;
}
main .section .right .rightia .meorea input{
margin-top: 0px;
margin-bottom: 15px;
}
main .section .right .rightia .mesamea input{
margin-top: 0px;
margin-bottom: 15px;
}
main .section .right .rightia .meotxea input{
margin-top: 0px;
margin-bottom: 15px;
}
main .section .right .rightia .mexutea input{
margin-top: 0px;
margin-bottom: 20px;
}
main .section .right .rightia .clik{
margin-left: 0px;
}
}
@media screen and (max-width: 355px) and (min-width: 0px) {
main .section .right .rightia{
margin-left: 20px;
}
main .section .left .divi{
margin-left: 20px !important;
}
}
@media screen and (max-width: 991px) and (min-width: 0px) {
.pirveli{
display: none;
}
} | 0.254231 | 0.071851 |
select::-ms-expand {
display: none; }
.left {
float: left; }
.right {
float: right; }
.bgc {
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.main {
width: 100%;
overflow: hidden;
height: auto;
position: relative; }
.table {
width: 100%;
height: 100%;
display: table; }
.table .table-cell {
width: 100%;
height: 100%;
vertical-align: middle;
display: table-cell; }
.w1440 {
width: 1440px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.w1400 {
width: 1400px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.w1200 {
width: 1200px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.w1100 {
width: 1100px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.head {
width: 100%;
height: auto; }
.head .headerTop {
width: 100%;
height: 40px;
background-color: #f9f9f9; }
.head .headerTop a {
font-size: 12px;
line-height: 40px;
display: block;
float: right;
margin-left: 30px;
color: #666;
padding-left: 33px;
background-position: left center;
background-repeat: no-repeat; }
.head .headerTop a.a1 {
background-image: url("../img/header_icon4.png"); }
.head .headerTop a.a2 {
background-image: url("/template/company/wangwangjituan/img/header_icon3.png"); }
.head .headerTop a.a3 {
background-image: url("/template/company/wangwangjituan/img/header_icon2.png"); }
.head .headerTop a.a4 {
background-image: url("/template/company/wangwangjituan/img/header_icon1.png"); }
.head .header {
background-color: #fff;
z-index: 100;
position: relative; }
.head .header .logo {
width: 182px;
height: auto;
float: left;
margin-top: 16px; }
.head .header .search {
width: 21px;
height: 20px;
background-repeat: no-repeat;
float: right;
background-position: center;
background-image: url("/template/company/wangwangjituan/img/search.png");
margin-top: 35px;
display: block; }
.head .header .nav {
float: right;
margin-right: 15px; }
.head .header .nav ul li {
float: left;
position: relative;
z-index: 10; }
.head .header .nav ul li.m{display: none;}
@media (max-width: 1024px){
.head .header .nav ul li.m{display: block;}
.index .list .con .tabs .a{width: 70px;}
.index .list .con{width:470px;}
}
.head .header .nav ul li .tits {
font-size: 15px;
line-height: 90px;
color: #333;
font-weight: bold;
padding: 0 25px; }
.head .header .nav ul li dl {
width: 166px;
height: auto;
top: 76px;
display: none;
left: 50%;
margin-left: -83px;
background-color: #fff;
border-top: 4px solid #008cd6;
position: absolute;
transition: top .5s .1s;
padding: 8px 0;}
.head .header .nav ul li dl dd.phone{
display: none;
}
@media (max-width: 1024px){
.head .header .nav ul li dl dd.phone{
display: block;
}
.head .header .nav ul li dl dd.pc{
display: none;
}
}
.head .header .nav ul li dl dd a {
width: calc(100% - 20px);
display: block;
margin: 0 auto;
font-size: 14px;
line-height: 40px;
color: #666;
border-bottom: 1px solid #fff;
text-align: center; }
@media (min-width: 1024px) {
.head .header .nav ul li dl dd:hover a {
border-color: #008cd6;
color: #008cd6; } }
@media (min-width: 1024px) {
.head .header .nav ul li:hover .tits {
color: #008cd6; }
.head .header .nav ul li:hover dl {
display: block;
top: 86px; } }
.head .header .nav ul li.on .tits {
color: #008cd6; }
.head.on .headerTop {
display: none; }
.head.on .header .w1440 {
width: calc(100% - 120px); }
.head.on .header .logo {
width: 150px; }
.head.on .header .search {
margin-top: 30px; }
.head.on .header .nav ul li .tits {
line-height: 80px; }
.head.on .header .nav ul li dl {
top: 76px; }
.head .header .navClick{
width: 22px;
height: 18px;
margin-top: 16px;
display: block;
float: right;
display: none;
}
.head .header .navClick span{
width: 100%;
height: 2px;
background-color: #333;
display: block;
position: relative;
transition: .3s;
-webkit-transition: .3s;
}
.head .header .navClick span:nth-child(1){
margin-bottom: 6px;
}
.head .header .navClick span:nth-child(2){
margin-bottom: 6px;
}
.head .header .navClick.on span:nth-child(1){
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: 8px;
right: 0px;
}
.head .header .navClick.on span:nth-child(2){
display: none;
}
.head .header .navClick.on span:nth-child(3){
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
top: 0;
right: 0;
}
@media (max-width: 1530px){
.head .header .nav ul li .tits{
padding: 0 15px;
}
}
@media (max-width: 1366px){
.head .header .nav ul li .tits{
padding: 0 12px;
font-size: 14px;
}
}
@media (max-width: 1200px){
.head .header .nav{
margin-right: 10px;
}
.head .header .nav ul li .tits{
padding: 0 8px;
}
}
@media (max-width: 1100px){
.head .header .logo{
width: 110px;
}
.head .header .nav ul li .tits{
line-height: 70px;
}
.head .header .search{
margin-top: 27px;
}
.head .header .nav ul li dl{
top: 66px;
}
.head.on .header .w1440{
width: 1440px;
}
}
@media (max-width: 1024px){
.head .headerTop{
display: none;
}
.head .header{
width: 100%;
height: 50px;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
.headerBox{
height: 50px;
}
.head .header .search{
display: none;
}
.head .header .logo{
width: 96px !important;
margin-top: 9.5px;
}
.head .header .navClick{
display: block;
}
.head .header .nav{
width: 100%;
position: fixed;
top: 50px;
background-color: #fff;
left: 0;
height: calc(100% - 51px);
border-top: 1px solid #eee;
overflow-y: scroll;
display: none;
}
.head .header .nav ul{
width: 92%;
margin: 0 auto;
padding: 20px 0;
}
.head .header .nav ul li{
width: 100%;
float: none;
margin: 0;
padding: 0;
}
.head .header .nav ul li .tits{
color: #0c1729 !important;
border-bottom: 1px solid #e5e5e5;
font-size: 16px;
line-height: 36px !important;
height: auto;
opacity: 1;
font-weight: bold;
text-align: left;
display: block;
}
.head .header .nav ul li dl{
width: 100%;
display: block;
position: relative;
left: auto;
top: auto !important;
background: none;
padding: 6px 5px;
border-bottom: none;
margin-left: 0;
box-shadow: 0 0 0;
border-top: none;
}
.head .header .nav ul li dl dd{
display: inline-block;
width: auto;
margin-right: 15px;
float: left;
line-height: 30px;
}
.head .header .nav ul li dl dd a{
width: auto;
font-size: 14px;
line-height: 25px;
}
}
.index {
width: 100%;
height: calc(100vh - 190px);
position: relative; }
.index .list {
position: relative;
width: 100%;
height: 100%; }
.index .list ul {
width: 100%;
height: 100%; }
.index .list ul li {
width: 100%;
height: 100%;
position: relative; }
.index .list ul li a{
width: 100%;
height: auto;
display: block;
}
.index .list ul li img{
display: none;}
.index .list ul li .img{
width: 100%;height: calc(100vh - 190px);}
.index .list .con {
width: 555px;
top: 0;
left: 12.5%;
height: 100%;
z-index: 10;
display: none;
position: absolute; }
@media (max-width: 1024px){
.index .list .con{
display: block;
}
}
.index .list .con .pic {
width: 287px;
max-width: 100%;
/*opacity: 0;
transition: all .8s;
transform: translateY(30px);*/ }
.index .list .con .txt {
font-size: 16px;
line-height: 24px;
color: #fff;
margin-top: 25px;
/*opacity: 0;
transition: all .8s;
transform: translateY(30px);*/
transition-delay: 0.4s; }
.index .list .con .tabs {
margin-top: 52px;
/*opacity: 0;
transition: all .8s;
transform: translateY(30px);*/
transition-delay: 0.6s; }
.index .list .con .tabs .a {
width: 75px;
display: block;
float: left; }
.index .list .con .tabs .a .icon{
width: 100%;
border-radius: 100%;
overflow: hidden;
}
.index .list .con .tabs .a p {
text-align: center;
font-size: 14px;
line-height: 26px;
color: #fff; }
.index .list .con .tabs .a p a{
color: #fff;
}
.index .list .con .tabs span {
width: 40px;
height: 1px;
display: block;
float: left;
border-top: 1px dashed #fff;
margin-top: 37px;
box-sizing: border-box; }
.index .list .btns {
width: 100%;
position: absolute;
bottom: 30px;
left: 0;
z-index: 10;
text-align: center; }
@media (max-width: 768px){
.index .list .btns{
bottom: 10px;
}
}
.index .list .btns span {
display: inline-block;
opacity: 1;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff;
margin: 0 10px;
background: none; }
.index .list .btns span.swiper-pagination-bullet-active {
background-color: #fff; }
.index .nav {
width: 46.4%;
height: auto;
position: absolute;
top: 50%;
right: 60px;
z-index: 20;
transform: translateY(-50%); }
.index .nav a {
width: 48.3%;
margin-right: 3.4%;
margin-bottom: 3.4%;
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(255, 255, 255, 0.2);
display: block;
padding-bottom: 27.1%;
position: relative;
float: left;
color: #fff;
box-sizing: border-box; }
.index .nav a:nth-child(2n) {
margin-right: 0; }
.index .nav a .tits {
position: absolute;
top: 42px;
left: 30px;
font-size: 20px;
line-height: 20px;
color: #ffff; }
@media (max-width: 768px){
.index .nav a .tits{font-size: 16px;
line-height: 16px;}}
.index .nav a .tits span {
position: relative; }
.index .nav a .tits span:after {
width: 24px;
height: 1px;
content: '';
background-color: #fff;
position: absolute;
bottom: -14px;
left: 0;
transition: width .5s; }
@media (min-width: 1024px) {
.index .nav a:hover {
background-color: rgba(0, 0, 0, 0.45); }
.index .nav a:hover .tits span:after {
width: 100%; } }
.index .nav a.on {
background-color: rgba(0, 0, 0, 0.6); }
.index .nav a.on .tits span:after {
width: 100%; }
@media (max-width: 1024px){
.index .list{height:auto;}
.index .list ul li .img{
display: none;
}
.index .list ul li img{
display: block;
}
}
.home {
font-size: 14px;
line-height: 60px;
color: #666;
border-top: 1px solid #eee; }
.home a {
color: #666; }
@media (min-width: 1024px) {
.home a:hover {
color: #008cd6; } }
.home i {
color: #333; }
@media (max-width: 1024px){
.home{
line-height: 40px;
}
}
.footerIndex {
width: 100%;
height: auto;
background-color: #fff; }
.footerIndex .footer {
width: calc(100% - 120px);
background: none;
padding: 0;
margin: 0 auto; }
.footerIndex .footer .p {
font-size: 14px;
line-height: 26px;
padding: 17px 0;
color: #000;
opacity: 0.7;
float: left; }
.footerIndex .footer .p a {
color: #000; }
.footerIndex .footer .p a:hover {
color: #008cd6; }
.footerIndex .footer .t {
float: right;
padding: 14px 0; }
.footerIndex .footer .t a {
padding-left: 37px;
display: block;
float: left;
margin-left: 20px;
font-size: 13px;
line-height: 32px;
color: #000;
background-position: left center;
background-repeat: no-repeat; }
.footerIndex .footer .t a.a1 {
background-image: url("/template/company/wangwangjituan/img/1.png"); }
.footerIndex .footer .t a.a2 {
background-image: url("/template/company/wangwangjituan/img/2.png"); }
.footer {
position: relative;
z-index: 10;
background-color: #313131;
padding-top: 63px; }
.footer .frilink{
width: 1440px;
max-width: 92%;
margin: 0 auto 20px;
position: relative;
padding-left: 85px;
box-sizing: border-box;
}
.footer .frilink span{
font-size: 14px;
line-height: 24px;
color: #fff;
padding-right: 20px;
position: absolute;display: block;top: 0;
left: 0;
}
.footer .frilink a{
font-size: 14px;
line-height: 24px;
color: #fff;
opacity: 0.6;
padding-right: 20px;
position: relative;display: block;float: left;
}
.footer .frilink a:after{
width: 1px;
height: 14px;
top: 3px;
right: 7px;
background-color: #fff;
opacity: 0.6;
content: '';
position: absolute;
}
.footer .frilink a:last-child{
padding-right: 0;
}
.footer .frilink a:last-child:after{
display: none;
}
.footer .foot {
padding-bottom: 45px; }
.footer .foot .logo {
width: 125px;
float: left; }
.footer .foot .nav {
float: right; }
.footer .foot .nav dl {
width: 135px;
float: left; }
.footer .foot .nav dl:last-child {
width: auto; }
.footer .foot .nav dl:nth-child(6) {
width: 150px; }
.footer .foot .nav dl dt {
margin-bottom: 22px; }
.footer .foot .nav dl dt a {
font-size: 15px;
line-height: 18px;
color: #fff; }
.footer .foot .nav dl dd.phone{display:none;}
@media (max-width: 1024px){
.footer .foot .nav dl dd.phone{display:block;}
.footer .foot .nav dl dd.pc{display:none;}
}
.footer .foot .nav dl dd a {
font-size: 14px;
line-height: 24px;
opacity: 0.6;
color: #fff; }
@media (min-width: 1024px) {
.footer .foot .nav dl dd a:hover {
opacity: 1; } }
.footer .foott {
border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .foott .left {
padding: 15px 0; }
.footer .foott .left a {
width: 34px;
display: block;
float: left;
margin-right: 20px; }
.footer .foott .right {
font-size: 14px;
line-height: 64px;
color: #fff;
opacity: 0.5; }
.footer .foott .right a {
color: #fff; }
@media (min-width: 1024px) {
.footer .foott .right a:hover {
color: #008cd6; } }
@media (max-width: 1500px){
.footer .foot .nav dl{
width: 115px;
}
}
@media (max-width: 1366px){
.footer .foot .nav dl{
width: 100px;
}
}
@media (max-width: 1024px){
.footer .foot .nav{
display: none;
}
.footer{
padding-top: 30px;
}
}
@media (max-width: 768px){
.footer .foot{
padding-bottom: 15px;
}
.footer{
padding-top: 15px;
}
.footer .foott .right{
line-height: 30px;
float: none;
}
.footer .foott .right em{
display: block;
}
.footer .foott .left{
float: none;
}
.footer .foott .left a{
margin-right: 10px;
}
.footer{
padding-bottom: 20px;
}
}
.aboutNav {
width: 100%;
text-align: center;
background-color: #f9f9f9;
border-bottom: 1px solid #ececec; }
.aboutNav a {
display: inline-block;
margin: 0 40px;
color: #ececec;
font-size: 16px;
line-height: 60px;
color: #555;
position: relative; }
.aboutNav a:after {
width: 0;
height: 4px;
background-color: #008cd6;
position: absolute;
bottom: -1px;
left: 50%;
content: '';
transition: all 0.5s; }
.aboutNav a.on {
color: #008cd6; }
.aboutNav a.on:after {
width: 100%;
left: 0; }
@media (min-width: 1024px) {
.aboutNav a:hover {
color: #008cd6; }
.aboutNav a:hover:after {
width: 100%;
left: 0; } }
.aboutNavM{
width: 100%;
background-color: #f9f9f9;
display: none;
position: relative;
z-index: 10;
}
.aboutNavM .tits{
border-bottom: 1px solid #ececec;
font-size: 16px;
line-height: 40px;
color: #555;
position: relative;
}
.aboutNavM .tits span{
padding-left: 20px;
}
.aboutNavM .tits i{
width: 19px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
background-image: url('/template/company/wangwangjituan/img/cxx.png');
display: block;
transition: all .5s;
}
.aboutNavM .tits.on i{
transform: rotate(180deg);
}
.aboutNavM ul{
width: 100%;
height: auto;
position: absolute;
top: 41px;
left: 0;
background-color: #f9f9f9;
box-shadow: 0 5px 10px rgba(0,0,0,0.2);
display: none;
}
.aboutNavM ul li a{
width: calc(100% - 20px);
font-size: 15px;
line-height: 40px;
color: #555;
display: block;
padding-left: 20px;
}
.about {
padding-top: 4.7%;
padding-bottom: 7.7%;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg"); }
.about .box {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 50px; }
.about .box .pic {
width: 50%;
float: left; }
.about .box .con {
width: 45.8%;
float: right;
border-bottom: 1px solid #e0e0e0;
padding-top: 33px;
padding-bottom: 37px; }
.about .box .con .tits {
font-size: 36px;
line-height: 36px;
color: #000; }
.about .box .con .txt {
font-size: 16px;
line-height: 24px;
color: #575757;
margin-top: 30px; }
.about .conn {
font-size: 16px;
line-height: 24px;
color: #575757;
margin-top: 46px; }
.team {
padding-top: 4.2%;
padding-bottom: 3%; }
.team ul li {
width: 100%;
/*margin-right: 3.4%;*/
margin-bottom: 3.4%;
background-color: #f8f8f8;
float: left; }
.team ul li:nth-child(2n) {
margin-right: 0; }
.team ul li .pic {
width: 290px;
float: left; }
.team ul li .con {
width: calc(90% - 290px);
float: right;
margin-right: 5%;
padding-top: 50px; }
.team ul li .con .tits {
font-size: 18px;
line-height: 18px;
color: #000; }
.team ul li .con .line {
width: 30px;
height: 1px;
background-color: #cdd0df;
margin-top: 30px; }
.team ul li .con .txt {
font-size: 15px;
line-height: 24px;
color: #666;
margin-top: 28px; }
.story {
padding-top: 4.2%;
padding-bottom: 5.2%; }
.story .box .boxLeft {
width: 50%;
float: left;
position: relative; }
.story .box .boxLeft .con {
width: calc(100% - 80px);
position: absolute;
bottom: 10%;
left: 40px;
color: #fff; }
.story .box .boxLeft .con .tits {
font-size: 14px;
line-height: 15px;
position: relative; }
.story .box .boxLeft .con .tits:after {
width: 30px;
height: 1px;
position: absolute;
top: 7px;
left: -40px;
background-color: #fff;
content: ''; }
.story .box .boxLeft .con .tit {
font-size: 16px;
line-height: 24px;
height: 48px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 13px;
width: 420px;
max-width: 100%; }
.story .box .itemBox {
width: 50%;
float: left; }
.story .box .itemBox .item {
width: 100%;
background-color: #f3f3f3;
position: relative; }
.story .box .itemBox .item .pic {
width: 50%;
float: left; }
.story .box .itemBox .item .con {
width: 50%;
height: 100%;
float: left;
position: absolute;
top: 0;
right: 0; }
.story .box .itemBox .item .con .conn {
width: calc(100% - 75px);
position: absolute;
left: 40px;
top: 29%; }
.story .box .itemBox .item .con .conn .tits {
color: #000;
font-size: 18px;
line-height: 18px;
position: relative; }
.story .box .itemBox .item .con .conn .tits:after {
width: 30px;
height: 1px;
background-color: #000;
position: absolute;
top: 9px;
left: -40px;
content: ''; }
.story .box .itemBox .item .con .conn .tit {
font-size: 15px;
line-height: 20px;
color: #666;
margin-top: 12px; }
.story .box .itemBox .item:nth-child(2) .pic {
float: right; }
.story .box .itemBox .item:nth-child(2) .con {
right: auto;
left: 0; }
.story .box .itemBox .item:nth-child(2) .con .conn {
left: auto;
right: 40px; }
.story .box .itemBox .item:nth-child(2) .con .conn .tits:after {
left: auto;
right: -40px; }
.story .clickMore {
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
text-align: center;
display: block;
margin: 60px auto 0;
font-size: 16px;
line-height: 50px;
color: #fff; }
.media {
padding: 3.6% 0;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg"); }
.media .box .pic {
width: 48.3%;
float: left; }
.media .box .con {
width: 48.3%;
float: right;
font-size: 16px;
line-height: 24px;
color: #333;
padding-top: 40px; }
.group {
background-color: #fcfbfb;
padding-top: 4.7%;
padding-bottom: 5.2%; }
.group .con .tits {
text-align: center;
font-size: 36px;
line-height: 36px;
color: #333; }
.group .con .tit {
font-size: 16px;
line-height: 26px;
color: #333;
margin-top: 27px; }
.group .list {
width: 100%;
height: auto;
margin-top: 66px; }
.group .list ul li .pic{
width: 68.5%;
margin: 0 auto;
transform: scale(0.8);
transition: all 0.5s;
}
.group .list ul li.swiper-slide-active .pic{
transform: scale(1);
}
.group .list ul li p{
text-align: center;
font-size: 16px;
line-height: 30px;
color: #333;
margin-top: 20px;
}
.group .list .a{
width: 67px;height:67px;position: absolute;top: 50%;transform:translateY(-50%);display:block;background-image:url('/template/company/wangwangjituan/img/culture_next.png');background-size:cover;background-repeat: no-repeat;z-index: 10;
}
.group .list .a.prev{left: 0;transform:rotateY(-180deg) translateY(-50%);}
.group .list .a.next{right: 0;}
@media (max-width: 1024px){.group .list .a{width: 40px;height:40px;}}
.group .list .btns {
margin-top: 32px;
text-align: center; }
.group .list .btns span {
display: inline-block;
opacity: 1;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #188dfe;
margin: 0 10px;
background: none; }
.group .list .btns span.swiper-pagination-bullet-active {
background-color: #188dfe; }
.banner {
position: relative;
width: 100%;
height: auto; }
.banner .con {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
transform: translateY(-50%);
color: #fff; }
.banner .con .tits {
font-size: 48px;
line-height: 48px; }
.banner .con .tit {
font-size: 18px;
line-height: 18px;
margin-top: 24px; }
.banner .down {
width: 28px;
height: auto;
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%); }
.oemTitle {
text-align: center;
color: #000; }
.oemTitle .tits {
font-size: 36px;
line-height: 36px; }
.oemTitle .tit {
font-size: 18px;
line-height: 18px;
opacity: 0.7;
margin-top: 20px; }
.oem .box1 {
padding-top: 5.2%;
padding-bottom: 3.4%; }
.oem .box1 .list {
margin-top: 6.1%; }
.oem .box1 .list ul li {
width: 48.3%;
float: left;
margin-bottom: 44px; }
.oem .box1 .list ul li:nth-child(2n) {
float: right; }
.oem .box1 .list ul li .con {
width: 100%;
height: auto;
position: relative; }
.oem .box1 .list ul li .con img {
width: 50px;
float: left;
margin-left: 5px; }
.oem .box1 .list ul li .con .tits {
width: calc(100% - 60px);
font-size: 16px;
line-height: 24px;
color: #666;
position: absolute;
bottom: 0;
right: 0; }
.oem .box1 .list ul li .con .tits span {
color: #000; }
.oem .box1 .list ul li .line {
width: 100%;
height: 8px;
background-color: #555;
border: 1px solid #000;
border-radius: 4px;
opacity: .1;
margin-top: 10px; }
.oem .box2 {
background-image: url("/template/company/wangwangjituan/img/oem_bg.jpg");
padding-bottom: 6%;
padding-top: 5.2%; }
.oem .box2 .oemTitle {
color: #fff; }
.oem .box2 .list {
width: 100%;
height: auto;
margin-top: 52px;
position: relative;
z-index: 10; }
.oem .box2 .list ul li {
width: 31%;
background-color: #fff;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
float: left; }
.oem .box2 .list ul li .pic{
width: 100%;
height: auto;
overflow: hidden;
}
.oem .box2 .list ul li .pic img{
transition: all 1.5s;
}
@media (min-width: 1024px){
.oem .box2 .list ul li:hover .pic img{
transform: scale(1.1);
}
}
.oem .box2 .list ul li:nth-child(3) {
margin-left: -4px; }
.oem .box2 .list ul li .con {
width: calc(100% - 60px);
margin: 0 auto;
padding-top: 28px;
padding-bottom: 28px; }
.oem .box2 .list ul li .con .tits {
font-size: 18px;
line-height: 20px;
color: #000; }
.oem .box2 .list ul li .con .tit {
font-size: 16px;
line-height: 24px;
height: 72px;
color: #555;
margin-top: 14px; }
.oem .box2 .list .btns {
width: 100%;
height: auto;
text-align: center;
font-size: 0;
position: relative;
bottom: auto;
left: auto;
margin-top: 60px; }
.oem .box2 .list .btns span {
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff;
margin: 0 8px;
opacity: 1;
background: none; }
.oem .box2 .list .btns span.swiper-pagination-bullet-active {
background-color: #fff; }
.oem .box2 .bg {
width: 44.25%;
position: absolute;
top: 24%;
right: -18%;
z-index: 5; }
.oem .box3 {
padding-top: 5.2%;
padding-bottom: 6.25%; }
.oem .box3 .list {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
margin-top: 40px;
padding-top: 50px;
padding-bottom: 20px; }
.oem .box3 .list ul {
width: calc(100% - 160px);
margin: 0 auto; }
.oem .box3 .list ul li {
width: 28.8%;
float: left;
margin-right: 6.8%;
margin-bottom: 30px; }
.oem .box3 .list ul li:nth-child(3n) {
margin-right: 0; }
.oem .box3 .list ul li .pic {
padding: 16px;
background-color: #efefef;
box-sizing: border-box; }
.oem .box3 .list ul li p {
text-align: center;
font-size: 16px;
line-height: 24px;
color: #333;
margin-top: 17px; }
.join{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.7%;
}
.join .content{
background-image: url(/template/company/wangwangjituan/img/join_bg.png);
background-size: 100% auto;
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 5.2%;
}
.join .box1{
position: relative;
}
.join .box1 .img{
width: 16.3%;
position: absolute;
left: 0;
bottom: 0;
}
.join .box1 .box-new{
width: 965px;
max-width: 92%;
margin: 0 auto;
}
.join .box1 .title .tits{
font-size: 36px;
line-height: 36px;
color: #000;
text-align: center;
}
.join .box1 .title .txt{
font-size: 16px;
line-height: 24px;
color: #333;
margin-top: 24px;
}
.tableBox{
margin-top: 55px;
}
.tableBox .t{
margin-bottom: 20px;
}
.tableBox .t .tt{
width: 48.4%;
float: left;
margin-right: 3.2%;
}
.tableBox .t .tt:last-child{
margin-right: 0;
}
.tableBox .t .tt .span{
width: 100px;
margin-right: 5px;
float: left;
font-size: 16px;
line-height: 50px;
color: #000;
text-align: right;
}
.tableBox .t .tt .span span{
color: #dc0000;
}
.tableBox .t .tt .text{
width: calc(100% - 107px);
float: left;
height: 48px;
font-size: 15px;
line-height: 24px;
color: #333;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t .tt .cc{
width: calc(100% - 107px);
float: left;
height: 48px;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t .tt .cc .text{
font-size: 15px;
line-height: 24px;
color: #333;
border: none;
background: none;
width: calc(100% - 100px);
height: 48px;
text-align: center;
}
.tableBox .t .tt .cc a{
width: 100px;
height: 48px;
font-size: 16px;
line-height: 48px;
display: block;
float: right;
background-color: #008cd6;
color: #fff;
}
.tableBox .t .tt .cc a.cur{
background-color: #999;
}
.tableBox .t .tt .cc .img{
width: 100px;
height: 48px;
position: relative;
float: right;
}
.tableBox .t .tt .cc .img img{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
cursor: pointer;
}
@media (max-width: 768px){
.tableBox .t .tt .cc{
width: calc(100% - 92px);
height: 36px;
}
.tableBox .t .tt .cc .text{
font-size: 14px;
line-height: 36px;
height: 36px;
}
.tableBox .t .tt .cc a{
height: 36px;
line-height: 36px;
font-size: 14px;
}
.tableBox .t .tt .cc .img{
height: 36px;
}
}
.tableBox .t .tt .sel{
width: calc(100% - 107px);
float: left;
height: 48px;
font-size: 15px;
line-height: 24px;
color: #7d7d7d;
text-align: center;
text-align-last: center;
background: none;
display: block;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1{
margin-bottom: 20px;
}
.tableBox .t1 .span{
width: 100px;
margin-right: 5px;
float: left;
font-size: 16px;
line-height: 50px;
color: #000;
text-align: right;
}
.tableBox .t1 .span span{
color: #dc0000;
}
.tableBox .t .tt label{
line-height: 52px;
font-size: 16px;
float: left;
margin-right: 10px;
}
.tableBox .t1 .ttBox{
width: calc(100% - 107px);
float: left;
}
.tableBox .t1 .ttBox .tt1{
width: 29.5%;
float: left;
margin-right: 4.5%;
}
.tableBox .t1 .ttBox .tt1:last-child{
margin-right: 0;
}
.tableBox .t1 .ttBox .tt1 .sel{
width: calc(100% - 60px);
float: left;
height: 48px;
font-size: 15px;
line-height: 24px;
color: #333;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1 .ttBox .tt1 span{
float: left;
font-size: 16px;
line-height: 50px;
margin-left: 10px;
color: #000;
}
.tableBox .t2{
width: 100px;
font-size: 16px;
line-height: 50px;
color: #000;
text-align: right;
}
.tableBox .t2 span{
color: #dc0000;
}
.join .box2{
background-color: rgba(220,220,220,0.1);
border-top: 1px solid #e1e1e1;
padding-top: 74px;
border-bottom: 1px solid #e1e1e1;
margin-top: 20px;
padding-bottom: 48px;
}
.join .box2 .tBox{
width: 1000px;
max-width: 92%;
margin: 0 auto;
}
.join .box2 .tBox .t{
width: 10%;
float: left;
text-align: center;
cursor: pointer;
margin-bottom: 7px;
}
.join .box2 .tBox .t img{
width: 50px;
height: 50px;
border-radius: 100%;
display: block;
margin: 0 auto;
}
.join .box2 .tBox .t .tits{
text-align: center;
font-size: 15px;
line-height: 20px;
color: #000;
margin-top: 6px;
height: 40px;
overflow: hidden;
}
.join .box2 .tBox .t .tits span{
display: inline-block;
padding-left: 25px;
background-position: left 3px;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/join_ic1.png');
}
.join .box2 .tBox .t.on .tits span{
background-position: left 3px;
background-image: url('/template/company/wangwangjituan/img/join_ic2.png');
}
.join .submit{
width: 180px;
height: 50px;
border-radius: 25px;
display: block;
border: none;
background-color: #008cd6;
font-size: 16px;
line-height: 50px;
text-align: center;
color: #fff;
margin: 60px auto 0;
}
.tk{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
display: none;
}
.tk .bg{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
position: absolute;
top: 0;
left: 0;
}
.tk .box{
width: 260px;
height: 155px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-color: #fff;
}
.tk .box .tits{
width: calc(100% - 20px);
padding-left: 20px;
height: 42px;
background-color: #f7f7f7;
font-size: 15px;
line-height: 42px;
color: #333;
border-bottom: 1px solid #ededed;
}
.tk .box .con{
width: calc(100% - 40px);
margin: 22px auto 0;
}
.tk .box .con .t{
font-size: 15px;
line-height: 20px;
color: #333;
}
.tk .box .con .t1 {
margin-top: 27px;
}
.tk .box .con .t1 .but{
float: right;
width: 76px;
height: 30px;
border-radius: 15px;
background-color: #008cd7;
font-size: 14px;
line-height: 30px;
color: #fff;
display: block;
text-align: center;
}
.digital{
padding-top: 5.2%;
}
.digital .list{
width: 100%;
height: auto;
position: relative;
}
.digital .list .line{
width: 100%;
height: 1px;
background-color: #f2f2f2;
position: absolute;
top: 30px;
left: 0;
}
.digital .list .a{
width: 60px;
height: 60px;
position: absolute;
top: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 10;
}
.digital .list .a.prev{
background-image: url('/template/company/wangwangjituan/img/prev.png');
left: 35px;
}
.digital .list .a.next{
background-image: url('/template/company/wangwangjituan/img/next.png');
right: 35px;
}
.digital .list .a.swiper-button-disabled.prev{
background-image: url('/template/company/wangwangjituan/img/prev_h.png');
}
.digital .list .a.swiper-button-disabled.next{
background-image: url('/template/company/wangwangjituan/img/next_h.png');
}
.digital .list .list-new{
width: calc(100% - 260px);
margin: 0 auto;
position: relative;
z-index: 10;
}
.digital .list .list-new ul li{
width: 14.2%;
float: left;
cursor: pointer;
}
.digital .list .list-new ul li .dian{
width: 60px;
height: 60px;
position: relative;
margin: 0 auto;
}
.digital .list .list-new ul li .dian span{
display: none;
width: 100%;
line-height: 60px;
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #fff;
font-family: Arial;
text-align: center;
transition: all .5s;
}
.digital .list .list-new ul li .dian i{
width: 10px;
height: 10px;
border: 1px solid #008cd6;
background-color: #fff;
border-radius: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
transition: all .5s;
}
.digital .list .list-new ul li p{
text-align: center;
font-size: 16px;
line-height: 18px;
color: #555;
text-align: center;
margin-top: 5px;
}
.digital .list .list-new ul li.on .dian i{
width: 60px;
height: 60px;
background-color: #008cd6;
border: none;
}
.digital .list .list-new ul li.on p{
color: #008cd6;
font-weight: bold;
margin-top: 13px;
}
.digital .list .list-new ul li.on .dian span{
display: block;
}
.digital .list1{
margin-top: 9.6%;
}
.digital .list1 ul{
display: none;
}
.digital .list1 ul li{
width: 22.5%;
float: left;
margin-right: 3.3%;
margin-bottom: 5.2%;
}
.digital .list1 ul li:nth-child(4n){
margin-right: 0;
}
.digital .list1 ul li p{
text-align: center;
font-size: 16px;
line-height: 20px;
color: #444;
margin-top: 27px;
}
.hr{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
}
.hr .box1{
padding-top: 4.2%;
padding-bottom: 7.1%;
}
.hr .box1 .title{
width: 25.8%;
float: left;
}
.hr .box1 .title .en{
font-size: 36px;
line-height: 36px;
color: #000;
opacity: 0.1;
text-transform: uppercase;
font-family: Arial;
}
.hr .box1 .title .cn{
font-size: 28px;
line-height: 28px;
color: #000;
margin-top: 15px;
}
.hr .box1 .con{
width: 74.2%;
float: left;
padding-top: 67px;
}
.hr .box1 .con .img{
width: 75px;
float: left;
}
.hr .box1 .con .txt{
font-size: 16px;
line-height: 28px;
color: #333;
width: calc(100% - 115px);
float: right;
padding-top: 10px;
}
.hr .box1 .con .txt span{
font-size: 20px;
}
.hr .box2{
background-image: url('/template/company/wangwangjituan/img/hr_bg.jpg');
padding-top: 6.5%;
padding-bottom: 3.3%;
}
.hr .box2 .title{
width: 100%;
}
.hr .box2 .title .en{
font-size: 36px;
line-height: 36px;
color: #000;
opacity: 0.1;
text-transform: uppercase;
}
.hr .box2 .title .cn{
font-size: 28px;
line-height: 28px;
color: #000;
margin-top: 15px;
}
.hr .box2 .list{
margin-top: 50px;
}
.hr .box2 .list ul li{
width: 48.3%;
float: left;
margin-right: 3.4%;
margin-bottom: 46px;
}
.hr .box2 .list ul li:nth-child(2n){
margin-right: 0;
}
.hr .box2 .list ul li .con{
width: calc(100% - 40px);
margin: 40px auto 0;
}
.hr .box2 .list ul li .con .tits{
font-size: 22px;
line-height: 24px;
color: #000;
}
.hr .box2 .list ul li .con .tit{
font-size: 16px;
line-height: 24px;
height: 96px;
color: #666;
margin-top: 14px;
}
.lesson{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding: 4.2% 0;
}
.lesson .nav{
width: 144px;
float: left;
position:relative;
}
.lesson .nav .tit{
font-size: 14px;
line-height: 24px;
padding: 0 13px;
display: inline-block;
color: #b9b9b9;
border: 1px solid #b9b9b9;
border-radius: 12px;
position: absolute;
right: 28px;
top: 0;
z-index: 20;
}
.lesson .nav ul li{
border-right: 1px solid rgba(0,0,0,0.1);
}
.lesson .nav ul li a{
width: 100%;
display: block;
position: relative;
padding: 40px 0;
}
.lesson .nav ul li a .tits{
font-size: 16px;
line-height: 30px;
color: #000;
width: 115px;
text-align: right;
}
.lesson .nav ul li a .dian{
width: 7px;
height: 7px;
border: 2px solid #058ed6;
background-color: #fff;
border-radius: 100%;
position: absolute;
top: 50%;
right: -6.5px;
margin-top: -5.5px;
}
.lesson .nav ul li.on a .tits{
font-size: 28px;
font-weight: bold;
}
.lesson .nav ul li.on a .tit{
display: block;
}
.lesson .content{
width: 70%;
float: right;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 50px;
}
.lesson .content .pic{
width: 100%;
}
.lesson .content .pic img{
max-width: 100%;
display: block;
}
.lesson .content .list{
margin-top: 27px;
}
.lesson .content .list ul{
padding-bottom: 25px;
}
.lesson .content .list ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 35px;
margin-bottom: 35px;
}
.lesson .content .list ul li .tits{
font-size: 20px;
line-height: 24px;
color: #000;
}
.lesson .content .list ul li .tit{
width: calc(100% - 70px);
font-size: 16px;
line-height: 24px;
color: #666;
margin-top: 18px;
}
.page{
text-align: center;
font-size: 0;
width: 100%;
}
.page a{
font-size: 16px;
line-height: 48px;
width: 48px;
border: 1px solid #e7e7e7;
display: inline-block;
margin: 0 5px;
color: #333;
border-radius: 25px;
}
.page a.p{
width: 118px;
background-color: #e7e7e7;
}
.page .active{
width: 48px;
height: 48px;
background-color: #008cd6;
color: #fff;
border: 1px solid #008cd6;
display: inline-block;
border-radius: 25px;
font-size: 16px;
line-height: 48px;
}
@media (min-width: 1024px){
.page a:hover{
background-color: #008cd6;
color: #fff;
border: 1px solid #008cd6;
}
}
.procurement{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.2%;
padding-bottom: 5.2%;
}
.procurement ul{
border-top: 1px solid rgba(0,0,0,0.1);
padding-bottom: 60px;
}
.procurement ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 30px 0;
}
.procurement ul li a{
width: 100%;
display: block;
position: relative;
}
.procurement ul li a .time{
width: 105px;
float: left;
text-align: center;
position: relative;
}
.procurement ul li a .time:after{
width: 1px;
height: 50px;
opacity: 0.05;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
content: '';
}
.procurement ul li a .time span{
display: block;
width: 100%;
font-size: 48px;
line-height: 50px;
color: #008cd6;
}
.procurement ul li a .time i{
width: 100%;
display: block;
font-size: 14px;
line-height: 16px;
color: #000;
opacity: 0.8;
}
.procurement ul li a .tits{
width: calc(100% - 165px);
font-size: 20px;
line-height: 22px;
height: 22px;
overflow: hidden;
color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.factory{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.factory .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
padding-top: 4.7%;
padding-bottom: 7%;
position: relative;
}
.factory .content .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.factory .content .title{
text-align: center;
}
.factory .content .title .tits{
font-size: 36px;
line-height: 36px;
color: #000;
}
.factory .content .title .tit{
font-size: 16px;
line-height: 18px;
color: #444;
margin-top: 23px;
}
.factory .content .box1{
width: 1180px;
max-width: 92%;
margin: 50px auto 0;
box-sizing: border-box;
border: 1px solid #e4e5e5;
border-radius: 20px;
padding-top: 5.5%;
padding-bottom: 7.7%;
position: relative;
}
.factory .content .box1 .line{
width: 100%;
height: calc(100% - 40px);
top: 20px;
left: 0;
border: 1px solid #e4e5e5;
border-radius: 20px;
position: absolute;
}
.factory .content .box1 .item{
width: 44.9%;
float: left;
}
.factory .content .box1 .item:nth-child(1){
margin-left: 5.3%;
margin-right: 2.8%;
}
.factory .content .box1 .item .icon{
width: 102px;
float: left;
}
.factory .content .box1 .item .con{
width: calc(100% - 120px);
margin-left: 18px;
line-height: 26px;
color: #666;
float: left;
padding-top: 25px;
}
.factory .content .box1 .item .con .tits{
font-size: 18px;
}
.factory .content .box1 .item .con .tit{
font-size: 16px;
}
.factory .content .box2{
width: 1060px;
max-width: 92%;
margin: 45px auto 0;
}
.factory .content .box2 .item{
margin-bottom: 45px;
}
.factory .content .box2 .item .tits{
font-size: 30px;
line-height: 30px;
color: #008cd6;
}
.factory .content .box2 .item .tit{
font-size: 16px;
line-height: 24px;
color: #666;
margin-top: 15px;
}
.message{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
padding-bottom: 4.7%;
position: relative;
}
.message .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.messageTabs{
width: 800px;
margin: 0 auto;
max-width: 90%;
border-bottom: 1px solid #e1e1e1;
padding-top: 70px;
position: relative;
}
.messageTabs a{
width: 25%;
float: left;
text-align: center;
font-size: 16px;
line-height: 56px;
color: #555;
display: block;
position: relative;
}
.messageTabs a:after{
width: 100%;
height: 1px;
background-color: #008cd6;
position: absolute;
bottom: -1px;
left: 0;
content: '';
display: none;
}
.messageTabs a.on{
color: #008cd6;
}
.messageTabs a.on:after{
display: block;
}
.messageTabs img{
width: 62px;
position: absolute;
bottom: -30px;
left: -38px;
}
.messageTabs.w3 a{
width: 33.333%;
}
.message .list{
width: 100%;
margin-top: 50px;
}
.message .list .tits{
background-color: #008cd6;
width: 100%;
height: 60px;
}
.message .list .tits .t{
text-align: center;
font-size: 16px;
line-height: 60px;
color: #fff;
float: left;
width: 16.6%;
position: relative;
cursor: pointer;
}
.message .list .tits .t:after{
width: 1px;
height: 14px;
position: absolute;
top: 23px;
right: 0;
background-color: #fff;
opacity: 0.3;
content: '';
}
.message .list .tits .t:last-child:after{
display: none;
}
.message .list .tits .t span{
display: inline-block;
padding-right: 23px;
background-position: right center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/sj.png');
}
.message .list .tits .t ul{
width: 100%;
height: 200px;
overflow-y: scroll;
background-color: #fff;
border: 1px solid #008cd6;
text-align: center;
position: absolute;
top: 60px;
left: 0;
display: none;
}
.message .list .tits .t ul li{
font-size: 16px;
line-height: 40px;
color: #333;
}
.message .list .list-new{
margin-top: 10px;
}
.message .list .list-new ul{
padding-bottom: 50px;
}
.message .list .list-new ul li{
background-color: #edf4f8;
margin-bottom: 10px;
font-size: 15px;
line-height: 60px;
color: #333;
}
.message .list .list-new ul li .t{
text-align: center;
overflow: hidden;
height: 60px;
float: left;
width: 16.6%;
}
.message .list .list-new ul li .t a{
color: #333;
}
.message .list .list-new ul li .t a:hover{
color: #008cd6;
}
.qa{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
position: relative;
}
.qa .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 5.2%;
}
.qa .content .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.qa .content .list{
padding-top: 10.8%;
}
.qa .content .list ul{
padding-bottom: 25px;
}
.qa .content .list ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 27px;
margin-bottom: 25px;
}
.qa .content .list ul li .tits{
font-size: 20px;
line-height: 26px;
color: #008cd6;
}
.qa .content .list ul li .tit{
font-size: 16px;
line-height: 26px;
color: #555;
text-indent: 2em;
margin-top: 20px;
}
.qa .content .list .moreClick{
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
display: block;
margin: 0 auto 0;
text-align: center;
font-size: 16px;
line-height: 50px;
color: #fff;
}
.service{
width: 100%;
height: auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url('/template/company/wangwangjituan/img/service_bg.jpg');
padding-top: 5.2%;
padding-bottom: 11.2%;
position: relative;
}
.service .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.service .tits{
text-align: center;
font-size: 36px;
line-height: 36px;
font-weight: bold;
color: #000;
}
.service .box{
border: 1px solid #e9eaea;
border-radius: 20px;
width: 788px;
height: auto;
margin: 50px auto 0;
position: relative;
padding-top: 8.3%;
padding-bottom: 9.2%;
max-width: 100%;
}
.service .box .txt{
font-size: 18px;
line-height: 30px;
color: #555;
margin-left: 20.7%;
}
.service .box .pic{
width: 25.5%;
position: absolute;
bottom: 0;
right: 3.5%;
}
.service .box .line{
width: 100%;
height: calc(100% - 20px);
left: -1px;
top: 10px;
border: 1px solid #e6e6e6;
border-radius: 20px;
position: absolute;
}
.hr .box1 .boxNew{
width: 100%;
position: relative;
margin-top: 8.9%;
}
.hr .box1 .boxNew ul{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.hr .box1 .boxNew ul li{
width: 16.6%;
float: left;
height: 100%;
position: relative;
cursor: pointer;
}
.hr .box1 .boxNew ul li .icon{
width: 60%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.hr .box1 .boxNew ul li .icon .img2{
display: none;
}
.hr .box1 .boxNew ul li p{
width: 100%;
text-align: center;
font-size: 16px;
line-height: 20px;
color: #333;
position: absolute;
bottom: 10px;
left: 0;
}
.hr .box1 .boxNew ul li:nth-child(2n) p{
top: 10px;
bottom: auto;
}
.hr .box1 .boxNew ul li.on .icon .img1{
display: none;
}
.hr .box1 .boxNew ul li.on .icon .img2{
display: block;
}
.hr .box1 .boxNew ul li.on p{
color: #008cd6;
}
.hr .box3{
background-color: #fafafa;
padding-top: 4.7%;
padding-bottom: 6.25%;
}
.hr .box3 .top .title{
float: left;
}
.hr .box3 .top .title .en{
font-size: 36px;
line-height: 36px;
color: #000;
opacity: 0.1;
text-transform: uppercase;
font-family: Arial;
}
.hr .box3 .top .title .cn{
font-size: 28px;
line-height: 28px;
color: #000;
margin-top: 10px;
}
.hr .box3 .top .search{
width: 280px;
height: 50px;
box-sizing: border-box;
float: right;
border: 1px solid #e1e1e1;
margin-top: 24px;
}
.hr .box3 .top .search .submit{
width: 60px;
height: 50px;
float: left;
border: none;
background: none;
background-image: url('/template/company/wangwangjituan/img/search1.png');
background-position: center;
background-repeat: no-repeat;
}
.hr .box3 .top .search .text{
width: calc(100% - 60px);
float: left;
height: 50px;
background: none;
border: none;
font-size: 16px;
line-height: 30px;
color: #333;
}
.hr .box3 .tabs{
width: 100%;
height: auto;
border-bottom: 1px solid #e1e1e1;
text-align: center;
font-size: 0;
}
.hr .box3 .tabs a{
font-size: 16px;
line-height: 54px;
color: #000;
display: inline-block;
margin: 0 52px;
position: relative;
}
.hr .box3 .tabs a:after{
width: 24px;
height: 7px;
position: absolute;
bottom: -4px;
left: 50%;
margin-left: -12px;
border-radius: 4px;
background-color: #008cd6;
content: '';
display: none;
}
.hr .box3 .tabs a.on{
color: #008cd6;
}
.hr .box3 .tabs a.on:after{
display: block;
}
.hr .box3 .tabs a:hover{
color: #008cd6;
}
.hr .box3 .tabs a:hover:after{
display: block;
}
.hr .box3 .frilink{padding-top: 15px;}
.hr .box3 .frilink a{
font-size: 16px;
line-height: 28px;
color: #000;
float: left;
padding-right: 14px;
position: relative;
}
.hr .box3 .frilink a.on{color: #008cd6;}
.hr .box3 .frilink a:after{width: 1px;height: 14px;top: 7px;background-color: #000;position: absolute;right: 7px;content: '';}
.hr .box3 .sel{
width: 280px;
height: 50px;
margin-top: 40px;
box-sizing: border-box;
position: relative;
}
.hr .box3 .sel .tits{
width: calc(100% - 2px);
height: 48px;
position: relative;
cursor: pointer;
border: 1px solid #e1e1e1;
}
.hr .box3 .sel .tits span{
float: left;
font-size: 16px;
line-height: 48px;
color: #000;
margin-left: 12px;
}
.hr .box3 .sel .tits i{
width: 19px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-image: url('/template/company/wangwangjituan/img/recruitment_icon.png');
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
display: block;
}
.hr .box3 .sel ul{
width: calc(100% - 2px);
height: auto;
/*max-height: 200px;
overflow-y: scroll;*/
background-color: #fafafa;
border: 1px solid #e1e1e1;
position: absolute;
top: 49px;
left: 0;
display: none;
max-height: 200px;
overflow-y: scroll;
}
.hr .box3 .sel ul li{
width: calc(100% - 12px);
padding-left: 12px;
font-size: 15px;
line-height: 40px;
color: #333;
cursor: pointer;
}
.hr .box3 .sel ul li:hover{
background-color: #fff;
}
.hr .box3 .jgTxt{
font-size: 14px;
line-height: 24px;
color: #666;
margin-left: 12px;
margin-top: 15px;
}
.hr .box3 .content{
width: 100%;
height: auto;
background-color: #fff;
box-shadow: 0 5px 10px rgba(0,0,0,0.04);
margin-top: 20px;
}
.hr .box3 .content ul li{
width: 20%;
line-height: 100px;
float: left;
text-align: center;
}
.hr .box3 .content ul li a{
font-size: 16px;
color: #000;
border-bottom: 1px solid #bfbfbf;
}
.consumers{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.consumers .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 5.6%;
}
.consumers .title{
text-align: center;
padding-top: 7.5%;
}
.consumers .title .t{
font-size: 36px;
line-height: 36px;
color: #000;
}
.consumers .title .t1{
font-size: 16px;
line-height: 18px;
color: #000;
margin-top: 20px;
}
.consumerstabs{
width: 600px;
margin: 0 auto;
max-width: 90%;
border-bottom: 1px solid #e1e1e1;
padding-top: 70px;
position: relative;
}
.consumerstabs a{
width: 33.333%;
float: left;
text-align: center;
font-size: 16px;
line-height: 56px;
color: #555;
display: block;
position: relative;
}
.consumerstabs.w{
width: 800px;
}
.consumerstabs.w a{
width: 24%;
}
.consumerstabs.w a:nth-child(2){
width: 28%;
}
.consumerstabs a:after{
width: 100%;
height: 1px;
background-color: #008cd6;
position: absolute;
bottom: -1px;
left: 0;
content: '';
display: none;
}
.consumerstabs a.on{
color: #008cd6;
}
.consumerstabs a.on:after{
display: block;
}
.consumerstabs img{
width: 62px;
position: absolute;
bottom: -30px;
left: -38px;
}
.consumers .box1{
width: calc(100% - 10px);
height: auto;
margin: 84px auto 0;
box-sizing: border-box;
border: 1px solid #e4e5e5;
border-radius: 20px;
padding-top: 7.9%;
padding-bottom: 10.25%;
position: relative;
}
.consumers .box1 .line{
width: 100%;
height: calc(100% - 40px);
top: 20px;
left: 0;
border: 1px solid #e4e5e5;
border-radius: 20px;
position: absolute;
}
.consumers .box1 .itemBox .item{
width: 33.333%;
float: left;
text-align: center;
}
.consumers .box1 .itemBox .item .icon{
width: 102px;
height: auto;
margin: 0 auto;
}
.consumers .box1 .itemBox .item .t{
font-size: 16px;
line-height: 18px;
color: #000;
opacity: 0.7;
margin-top: 18px;
}
.consumers .box1 .itemBox .item .t1{
font-size: 16px;
line-height: 18px;
color: #000;
font-family: Arial;
margin-top: 13px;
}
.consumers .box2{
width: 100%;
margin-top: 35px;
}
.consumers .box2 .boxLeft{
margin-left: 9.4%;
float: left;
}
.consumers .box2 .boxLeft img{
width: 90px;
float: left;
}
.consumers .box2 .boxLeft .txt{
font-size: 16px;
line-height: 26px;
color: #333;
margin-left: 20px;
padding-top: 19px;
float: left;
}
.consumers .box2 .boxRight{
font-size: 16px;
line-height: 26px;
color: #333;
float: right;
text-align: right;
padding-top: 19px;
margin-right: 7.9%;
}
.jieshao{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.jieshao .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 6%;
}
.jieshao .box1{
width: calc(100% - 10px);
height: auto;
margin: 84px auto 0;
box-sizing: border-box;
border: 1px solid #e4e5e5;
position: relative;
border-radius: 20px;
padding-top: 6.4%;
padding-bottom: 5%;
}
.jieshao .box1 .line{
width: 100%;
height: calc(100% - 40px);
top: 20px;
left: 0;
border: 1px solid #e4e5e5;
border-radius: 20px;
position: absolute;
}
.jieshao .box1 .boxNew{
width: 83.9%;
margin: 0 auto;
}
.jieshao .box1 .boxNew .con{
font-size: 16px;
line-height: 26px;
color: #333;
}
.jieshao .box1 .boxNew .itemBox{
margin-top: 45px;
}
.jieshao .box1 .boxNew .itemBox .item{
float: left;
margin-right: 9%;
}
.jieshao .box1 .boxNew .itemBox .item .icon{
width: 102px;
float: left;
}
.jieshao .box1 .boxNew .itemBox .item .img{
width: 90px;
margin-top: 6px;
float: left;
}
.jieshao .box1 .boxNew .itemBox .item .tit{
float: left;
font-size: 16px;
line-height: 26px;
color: #000;
padding-top: 25px;
margin-left: 16px;
}
.jieshao .box1 .boxNew .itemBox .item .tit span{
opacity: 0.7;
}
.fankui{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.fankui .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 5.2%;
}
.fankui .content .tableBox{
margin: 82px auto 0;
width: calc(100% - 240px)
}
.tableBox .t1 .ttC{
width: calc(100% - 107px);
float: right;
}
.tableBox .t1 .ttC.mt{
margin-top: 20px;
}
.tableBox .t1 .ttC .text{
width: calc(100% - 2px);
height: 48px;
font-size: 15px;
line-height: 24px;
color: #333;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1 .txtC{
width: calc(100% - 127px);
font-size: 15px;
line-height: 20px;
color: #333;
margin-top: 14px;
margin-left: 127px;
float: left;
}
.tableBox .t1 .txt{
width: calc(100% - 127px);
height: 155px;
font-size: 15px;
line-height: 24px;
color: #333;
background: none;
padding: 10px;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .submit{
width: 180px;
height: 50px;
border-radius: 25px;
display: block;
border: none;
background-color: #008cd6;
font-size: 16px;
line-height: 50px;
text-align: center;
color: #fff;
margin-left: 107px;
margin-top: 47px;
}
.standard{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fefefe;
padding-top: 60px;
padding-bottom: 4.2%;
}
.standard .sel{
width: 230px;
height: 44px;
box-sizing: border-box;
position: relative;
z-index: 10;
}
.standard .sel .tits{
width: calc(100% - 2px);
height: 42px;
position: relative;
cursor: pointer;
border: 1px solid #cbcbcb;
}
.standard .sel .tits span{
float: left;
font-size: 16px;
line-height: 42px;
color: #000;
margin-left: 12px;
}
.standard .sel .tits i{
width: 10px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-image: url('/template/company/wangwangjituan/img/recruitment_icon.png');
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
display: block;
}
.standard .sel ul{
width: calc(100% - 2px);
height: auto;
/*max-height: 200px;
overflow-y: scroll;*/
background-color: #fff;
border: 1px solid #e1e1e1;
position: absolute;
top: 43px;
left: 0;
display: none;
}
.standard .sel ul li{
width: calc(100% - 12px);
padding-left: 12px;
font-size: 15px;
line-height: 40px;
color: #333;
cursor: pointer;
}
.standard .sel ul li:hover{
background-color: #fefefe;
}
.standard .title{
font-size: 14px;
line-height: 14px;
color: #666;
margin-top: 20px;
}
.standard .list{
margin-top: 40px;
}
.standard .list ul{
border-top: 1px solid rgba(0,0,0,0.1);
padding-bottom: 60px;
}
.standard .list ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 30px 0;
}
.standard .list ul li a{
width: 100%;
display: block;
position: relative;
}
.standard .list ul li a .time{
width: 105px;
float: left;
text-align: center;
position: relative;
}
.standard .list ul li a .time:after{
width: 1px;
height: 50px;
opacity: 0.05;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
content: '';
}
.standard .list ul li a .time span{
display: block;
width: 100%;
font-size: 48px;
line-height: 50px;
color: #008cd6;
}
.standard .list ul li a .time i{
width: 100%;
display: block;
font-size: 14px;
line-height: 16px;
color: #000;
opacity: 0.8;
}
.standard .list ul li a .tits{
width: calc(100% - 227px);
font-size: 20px;
line-height: 22px;
overflow: hidden;
color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 62px;
}
.standard .list ul li a .icon{
width: 23px;
height: 100%;
position: absolute;
right: 39px;
top: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/download.png');
}
.aboutNav.w a{
margin: 0 30px;
}
.standard .list ul li a .con{
width: 69.6%;
float: left;
margin-left: 5.25%;
}
.standard .list ul li a .con .t{
font-size: 24px;
line-height: 30px;
color: #333;
height: 30px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.standard .list ul li a .con .t1{
font-size: 16px;
line-height: 24px;
color: #000;
margin-top: 12px;
}
.standard .list ul li a .line{
width: 1px;
height: 90px;
background-color: rgba(0,0,0,0.05);
float: left;
margin-left: -1px;
}
@media (max-width: 768px){
.standard .list ul li a .line{
height: 110px;
}
}
.standard .list.list1 ul li a .time:after{
display: none;
}
.investor{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fcfcfc;
padding-top: 5.2%;
position: relative;
padding-bottom: 4.7%;
}
.investor .img{
position: absolute;
left: 0;
top: 24%;
width: 16.3%;
}
.investor .list .t{
margin-bottom: 30px;
}
.investor .list .t .tits{
width: 26.6%;
height: auto;
border-radius: 40px;
background-color: #fff;
box-shadow: 0 5px 25px rgba(0,0,0,0.03);
float: left;
text-align: center;
font-size: 16px;
line-height: 30px;
padding: 25px 0;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center;
}
.investor .list .t .tit{
width: calc(69% - 60px);
height: auto;
padding: 25px 0;
border-radius: 40px;
background-color: #fff;
box-shadow: 0 5px 25px rgba(0,0,0,0.03);
font-size: 16px;
line-height: 30px;
color: #555;
float: right;
padding-left: 60px;
}
.investor .list .t .tits.tx{
padding: 60px 0;
}
.investor .list .t .tx{
border-radius: 75px;
}
@media (min-width: 1024px){
.investor .list .t:hover .tits{
background-color: #078fd6;
background-image: url('/template/company/wangwangjituan/img/ww.png');
color: #fff;
}
.investor .list .t:hover .tit{
background-color: #e5f3fb;
}
}
.controls{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fcfcfc;
position: relative;
padding-bottom: 6.8%;
}
.controls .img{
position: absolute;
left: 0;
top: 40%;
width: 16.3%;
}
.controls .list{
width: 900px;
margin: 70px auto 0;
max-width: 100%;
border-top: 1px solid #e8e9e9;
}
.controls .list ul li{
border-bottom: 1px solid #e8e9e9;
margin-top: 7px;
}
.controls .list ul li a{
width: 100%;
display: block;
position: relative;
padding: 13px 0;
}
.controls .list ul li a .tits{
margin-left: 20px;
width: 70%;
overflow: hidden;
float: left;
font-size: 15px;
line-height: 28px;
color: #008cd6;
}
.controls .list ul li a i{
width: 23px;
height: 100%;
position: absolute;
top: 0;
right: 30px;
background-image: url('/template/company/wangwangjituan/img/download.png');
background-position: center;
background-repeat: no-repeat;
}
.controls .pic{
width: 100%;
margin-top: 84px;
}
.controls .pic img{
display: block;
margin: 0 auto;
max-width: 100%;
height: auto !important;
}
.history{
background-image: url('/template/company/wangwangjituan/img/history_bg.jpg');
padding-top: 5.2%;
padding-bottom: 6.25%;
position: relative;
}
.history .img{
width: 16.3%;
position: absolute;
left: 0;
top: 20%;
}
.history .title{
text-align: center;
color: #000;
}
.history .title .tits{
font-size: 36px;
line-height: 36px;
}
.history .title .tit{
font-size: 16px;
line-height: 16px;
opacity: 0.6;
margin-top: 22px;
}
.history .list{
width: 100%;
height: auto;
position: relative;
margin-top: 70px;
}
.history .list ul li{
position: relative;
}
.history .list ul li .conBox{
width: 50%;
float: right;
position: relative;
}
.history .list ul li .conBox .con{
margin-left: 15.8%;
background-color: #fff;
box-shadow: 0 8px 30px rgba(0,0,0,0.05);
position: relative;
z-index: 5;
}
.history .list ul li:nth-child(2n) .conBox{
float: left;
}
.history .list ul li:nth-child(2n) .conBox .con{
float: right;
margin-right: 15.8%;
}
.history .list ul li .conBox .con{
width: 56.3%;
}
.history .list ul li .conBox .con.c4{
width: 79.8%;
}
.history .list ul li .conBox .con.c5{
width: 73%;
}
.history .list ul li .conBox .con.c6{
width: 64%;
}
.history .list ul li .conBox .con .conn{
width: calc(100% - 62px);
margin: 0 auto;
padding-top: 27px;
padding-bottom: 35px;
}
.history .list ul li .conBox .con .conn .year{
font-size: 36px;
line-height: 36px;
font-family: Arial;
color: #008cd6;
}
.history .list ul li .conBox .con .conn .cc{
font-size: 16px;
line-height: 24px;
color: #000;
margin-top: 10px;
}
.history .list ul li .conBox .img1{
width: 14.5%;
position: absolute;
left: 37%;
top: -35%;
transform: rotate(45deg);
}
.history .list ul li .conBox .img2{
width: 36.3%;
position: absolute;
right: 1.6%;
top: 64%;
z-index: 7;
}
.history .list ul li .conBox .img3{
width: 11.3%;
position: absolute;
left: 8.3%;
bottom: 0;
z-index: 7;
}
.history .list .line{
width: 1px;
height: 100%;
background-color: rgba(0,0,0,0.1);
position: absolute;
top: 0;
left: 50%;
margin-left: -0.5px;
}
.history .list ul li:before{
width: 22px;
height: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
content: '';
background-size: cover;
background-image: url('/template/company/wangwangjituan/img/history_icon4.png');
background-repeat: no-repeat;
}
.history .clickMore{
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
display: block;
text-align: center;
font-size: 16px;
line-height: 50px;
color: #fff;
margin: 68px auto 0;
}
.oem .box4{
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-color: #f9f9f9;
background-size: 100% auto;
background-position: center bottom;
width: 100%;
height: auto;
padding-top: 5.2%;
padding-bottom: 4.2%;
position: relative;
}
.oem .box4 .list{
width: calc(100% - 88px);
margin: 60px auto 0;
border-top: 3px solid #008cd6;
}
.oem .box4 .list ul li{
border-bottom: 1px solid #e0e0e0;
padding: 30px 0;
}
.oem .box4 .list ul li .tits{
position: relative;
cursor: pointer;
padding: 15px 0;
}
.oem .box4 .list ul li .tits .t{
width: 80%;
float: left;
font-size: 18px;
line-height: 30px;
color: #008cd6;
}
.oem .box4 .list ul li .tits i{
width: 14px;
height: 14px;
position: absolute;
top: 23px;
right: 0;
background-image: url('/template/company/wangwangjituan/img/oem_icon14.png');
background-repeat: no-repeat;
background-position: center;
display: block;
}
.oem .box4 .list ul li.on .tits i{
background-image: url('/template/company/wangwangjituan/img/oem_icon14_h.png');
}
.oem .box4 .list ul li .con{
width: calc(100% - 60px);
height: auto;
font-size: 16px;
line-height: 26px;
color: #777;
margin-top: 25px;
display: none;
}
.oem .box4 .list ul li.on .con{
display: block;
}
.oem .box4 .list .clickMore{
width: 190px;
height: 50px;
border-radius: 25px;
background-color: #1896d8;
text-align: center;
font-size: 16px;
line-height: 50px;
color: #fff;
display: block;
margin: 60px auto 0;
}
.oem .box4 .img{
width: 16.3%;
position: absolute;
left: 0;
top: 28%;
}
.oem .box5{
padding-top: 5.2%;
background-image: url('/template/company/wangwangjituan/img/oem_bg6.png');
background-size: 90.3% auto;
background-position: center;
background-repeat: no-repeat;
}
.oem .box5 .box{
width: 589px;
height: auto;
margin: 10.6% auto 0;
position: relative;
z-index: 10;
}
.oem .box5 .box ul{
width: 100%;
position: absolute;
left: 0;
}
.oem .box5 .box ul:nth-child(1){
top: 80px;
}
.oem .box5 .box ul:nth-child(2){
top: 215px;
}
.oem .box5 .box ul:nth-child(3){
top: 343px;
}
.oem .box5 .box ul:nth-child(4){
top: 453px;
}
.oem .box5 .box ul li{
width: 48%;
color: #fff;
text-align: right;
float: left;
}
.oem .box5 .box ul li:nth-child(2n){
text-align: left;
float: right;
}
.oem .box5 .box ul:nth-child(3) li:nth-child(2n){
margin-top: -15px;
}
.oem .box5 .box ul:nth-child(4) li:nth-child(2n){
margin-top: -22px;
}
.oem .box5 .box ul li .t{
font-size: 18px;
line-height: 18px;
}
.oem .box5 .box ul li .t1{
font-size: 14px;
line-height: 20px;
margin-top: 7px;
}
.oem .box5 .bb{
width: 774px;
height: auto;
margin: -38px auto 0;
position: relative;
z-index: 4;
}
.oem .box5 .bb .con{
width: 100%;
height: auto;
position: absolute;
top: 60px;
left: 0;
text-align: center;
}
.oem .box5 .bb .con .t{
width: 220px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
font-size: 16px;
line-height: 50px;
color: #fff;
margin: 0 auto;
}
.oem .box5 .bb .con .t1{
font-size: 16px;
line-height: 24px;
color: #333;
margin-top: 50px;
}
.oem .box5 .bb .con .t1>br{
display: none;
}
.oemInfo{
position: relative;
padding: 5.2% 0;
}
.oemInfo .img{
width: 16.3%;
position: absolute;
left: 0;
top: 40%;
}
.oemInfo .tits{
font-size: 42px;
line-height: 42px;
color: #000;
text-align: center;
}
.oemInfo .list{
margin-top: 50px;
}
.oemInfo .list ul li{
width: 31%;
margin-right: 3.5%;
margin-bottom: 3.5%;
float: left;
background-color: #fff;
box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}
.oemInfo .list ul li:nth-child(3n){
margin-right: 0;
}
.oemInfo .list ul li a{
width: 100%;
height: auto;
display: block;
}
.oemInfo .list ul li a .pic{
width: 100%;
height: auto;
overflow: hidden;
}
.oemInfo .list ul li a .pic img{
transition: all 1.5s;
}
@media (min-width: 1024px){
.oemInfo .list ul li:hover a .pic img{
transform: scale(1.1);
}
}
.oemInfo .list ul li a .con{
padding: 30px 0;
}
.oemInfo .list ul li a .con p{
font-size: 18px;
line-height: 30px;
color: #000;
margin-left: 30px;
}
.oemInfo .list .clickMore{
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #0098e9;
margin: 40px auto 0;
text-align: center;
display: block;
font-size: 16px;
line-height: 50px;
color: #fff;
}
.oemInfo .box{
border-top: 1px solid #e5e5e5;
margin-top: 6.1%;
padding-top: 8.3%;
}
.oemInfo .box .tit{
text-align: center;
font-size: 18px;
line-height: 30px;
color: #181818;
margin-top: 25px;
}
.oemInfo .box .tit1{
width: 320px;
height: 50px;
border-radius: 25px;
background-color: #0098e9;
margin: 40px auto 0;
text-align: center;
font-size: 0;
}
.oemInfo .box .tit1 span{
font-size: 16px;
line-height: 50px;
color: #fff;
display: inline-block;
padding-left: 35px;
background-position: left center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/info_icon1.png');
}
@media (max-width: 1366px){
.oemInfo .tits{
font-size: 30px;
line-height: 30px;
}
.oemInfo .box .tit{
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 768px){
.oemInfo .tits{
font-size: 22px;
line-height: 22px;
}
.oemInfo .list{
margin-top: 20px;
}
.oemInfo .list ul li{
width: 100%;
float: none;
margin-right: 0;
}
.oemInfo .list ul li a .con{
padding: 10px 0;
}
.oemInfo .list ul li a .con p{
font-size: 16px;
line-height: 24px;
}
.oemInfo .list .clickMore{
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
line-height: 36px;
margin: 20px auto 0;
}
.oemInfo .box .tit{
font-size: 14px;
line-height: 24px;
margin-top: 15px;
}
.oemInfo .box .tit1{
width: 260px;
height: 36px;
border-radius: 18px;
margin: 20px auto 0;
}
.oemInfo .box .tit1 span{
font-size: 14px;
line-height: 36px;
-webkit-background-size: 20px;
background-size: 20px;
padding-left: 25px;
}
}
.culture{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
}
.culture .list{
width: 19.5%;
float: left;
position: relative;
z-index: 10;
}
.culture .list ul{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.culture .list ul li{
position: absolute;
width: 200px;
cursor: pointer;
}
.culture .list ul li:nth-child(1){
top: 10%;
left: 40%;
}
.culture .list ul li:nth-child(2){
top: 28%;
left: 77%;
}
.culture .list ul li:nth-child(3){
top: 45%;
left: 89%;
}
.culture .list ul li:nth-child(4){
top: 66%;
left: 77%;
}
.culture .list ul li:nth-child(5){
top: 85%;
left: 40%;
}
.culture .list ul li .icon{
width: 50px;
height: 50px;
background-image: url('/template/company/wangwangjituan/img/culture_icon1.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
float: left;
}
.culture .list ul li.on .icon{
background-image: url('/template/company/wangwangjituan/img/culture_icon2.png');
}
.culture .list ul li .txt{
float: left;
margin-left: 10px;
}
.culture .list ul li .txt p{
font-size: 16px;
line-height: 20px;
margin-top: 15px;
color: #000;
}
.culture .list ul li .txt img{
max-width: 57px;
max-height: 57px;
display: block;
margin-top: 8px;
}
.culture .con{
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
color: #000;
text-align: center;
padding-top: 8.3%;
}
.culture .con .item{
display: none;
}
.culture .con .tits{
font-size: 36px;
line-height: 36px;
}
.culture .con .tit{
font-size: 16px;
line-height: 16px;
margin-top: 23px;
}
.culture .con .list1{
width: 100%;
height: auto;
margin-top: 8%;
position: relative;
}
.culture .con .list1 ul li{
width: 100%;
height: 448px;
position: relative;
}
.culture .con .list1 ul li img{
max-width: 448px;
max-height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}
.culture .con .list1 .next{
width: 67px;
height: 67px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5.7%;
display: block;
background-image: url('/template/company/wangwangjituan/img/culture_next.png');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 5;
}
.clubSong{
margin: 4.7% auto 0;
padding-bottom: 7.8%;
}
.clubSong .box{
width: 100%;
height: auto;
background-color: #f6f6f6;
padding-top: 70px;
padding-bottom: 48px;
background-image: url('/template/company/wangwangjituan/img/clubSong_img1.png');
background-size: 34.7% auto;
background-position: 96% bottom;
background-repeat: no-repeat;
position: relative;
}
.clubSong .box .but{
width: 116px;
position: absolute;
top: 73px;
right: 2.5%;
}
.clubSong .box .but .a{
width: 44px;
height: 44px;
display: block;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
float: left;
}
.clubSong .box .but .a.prev{
background-image: url('/template/company/wangwangjituan/img/clubSong_prev.png');
}
.clubSong .box .but .a.next{
background-image: url('/template/company/wangwangjituan/img/clubSong_next.png');
float: right;
}
@media (min-width: 1024px){
.clubSong .box .but .a:hover.prev{
background-image: url('/template/company/wangwangjituan/img/clubSong_prev_h.png');
}
.clubSong .box .but .a:hover.next{
background-image: url('/template/company/wangwangjituan/img/clubSong_next_h.png');
}
}
.clubSong .box .boxLeft .bb{
width: 47%;
position: absolute;
left: -47%;
top: 10%;
}
.clubSong .box .boxLeft{
width: 42.8%;
float: left;
margin-left: 5%;
margin-top: 22px;
position: relative;
}
.clubSong .box .boxLeft .bg{
width: 10.9%;
position: absolute;
top: 50%;
right: -10.9%;
transform: translateY(-50%);
}
.clubSong .box .boxLeft p{
text-align: center;
font-size: 18px;
line-height: 20px;
color: #000;
margin-top: 15px;
}
.clubSong .box .boxLeft .list{
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
background-color: #fff;
padding: 20px;
box-sizing: border-box;
border-radius: 10px;
}
.clubSong .box .boxLeft .videoBox{
width: 100%;
height: auto;
position: relative;
display: none;
}
.clubSong .box .boxLeft .videoBox img{
position: relative;
z-index: 5;
}
.clubSong .box .boxLeft .videoBox .video{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
z-index: 4;
}
.clubSong .box .boxLeft .videoBox.open .video{
z-index: 8;
}
.clubSong .box .boxLeft .list .videoBox.on{
display: block;
}
.clubSong .box .boxRight{
width: 37.9%;
float: right;
margin-right: 2.5%;
}
.clubSong .box .boxRight .conBox .con{
display: none;
}
.clubSong .box .boxRight .conBox .con.on{
display: block;
}
.clubSong .box .boxRight .conBox .tits{
font-size: 36px;
line-height: 36px;
color: #000;
}
.clubSong .box .boxRight .conBox .txt{
font-size: 16px;
line-height: 36px;
color: #000;
margin-top: 30px;
}
.clubSong .box .boxRight .titleImg{
width: 100%;
height: auto;
margin-top: 70px;
}
.clubSong .box .boxRight .titleImg img{
max-width: 100%;
}
.messageTabsM{
width: 100%;
height: auto;
margin-top: 15px;
position: relative;
z-index: 10;
display: none;
}
.messageTabsM .tits{
width: calc(100% - 2px);
height: 40px;
border: 1px solid #e1e1e1;
position: relative;
font-size: 16px;
line-height: 40px;
color: #555;
}
.messageTabsM .tits span{
padding-left: 20px;
}
.messageTabsM .tits i{
width: 19px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
background-image: url('/template/company/wangwangjituan/img/recruitment_icon.png');
display: block;
transition: all .5s;
}
.messageTabsM .tits.on i{
transform: rotate(180deg);
}
.messageTabsM ul{
width: 100%;
height: auto;
border: 1px solid #e1e1e1;
top: 40px;
left: 0;
background-color: #fff;
box-sizing: border-box;
position: absolute;
display: none;
}
.messageTabsM ul li{
font-size: 15px;
line-height: 38px;
padding-left: 20px;
color: #555;
}
.messageTabsM ul li a{
color: #555;
display: block;
}
@media (max-width: 1500px){
.index .list .con{
left: 5%;
}
}
@media (max-width: 1366px){
.index .list .con{
width: 445px;
}
.index .list .con .tabs span{
width: 15px;
}
.index .list .con .pic{
width: 235px;
}
.index .list .con .tabs{
margin-top: 30px;
}
.about .box .con .tits{
font-size: 26px;
line-height: 26px;
}
.join .box1 .title .tits{
font-size: 26px;
line-height: 26px;
}
.history .title .tits{
font-size: 26px;
line-height: 26px;
}
.history .list ul li .conBox .con .conn .year{
font-size: 26px;
line-height: 26px;
}
.culture .con .tits{
font-size: 26px;
line-height: 26px;
}
.group .con .tits{
font-size: 26px;
line-height: 26px;
}
.standard .list ul li a .time span{
font-size: 38px;
line-height: 40px;
}
.factory .content .title .tits{
font-size: 26px;
line-height: 26px;
}
.service .tits{
font-size: 26px;
line-height: 26px;
}
.consumers .title .t{
font-size: 26px;
line-height: 26px;
}
.clubSong .box .boxRight .conBox .tits{
font-size: 26px;
line-height: 26px;
}
.banner .con .tits{
font-size: 36px;
line-height: 36px;
}
}
@media (max-width: 1200px){
.aboutNav a{
margin: 0 30px;
}
.aboutNav.w a{
margin: 0 20px;
}
.index .list .con .pic{
width: 210px;
}
.index .list .con .txt{
font-size: 14px;
line-height: 22px;
}
.index .list .con .tabs{
margin-top: 20px;
}
.index .list .con .tabs .a{
width: 48px;
}
.index .list .con .tabs span{
width: 30px;
margin-top: 27px;
}
.index .list .con .tabs .a p{
width: 160%;
margin-left: -30%;
}
.team ul li .con{
padding-top: 30px;
}
.team ul li .con .line{
margin-top: 15px;
}
.team ul li .con .txt{
margin-top: 13px;
}
.history .list ul li .conBox .con .conn .year{
font-size: 20px;
line-height: 20px;
}
.history .list ul li .conBox .con .conn .cc{
font-size: 15px;
line-height: 23px;
}
.history .list ul li .conBox .con{
margin-left: 8%;
width: 68%;
}
.history .list ul li:nth-child(2n) .conBox .con{
margin-right: 8%;
}
.history .list ul li .conBox .con.c6{
width: 73%;
}
.history .list ul li .conBox .img1{
left: 30%;
}
.story .box .itemBox .item .con .conn{
top: 14%;
}
.group .con .tits{
font-size: 20px;
line-height: 20px;
}
.standard .list ul li a .time span{
font-size: 30px;
line-height: 32px;
}
.standard .list ul li a .tits{
font-size: 16px;
line-height: 18px;
}
.standard .list ul li{
padding: 20px 0;
}
.standard .list ul li a .tits{
right: 80px;
}
.standard .list ul li a .con .t{
font-size: 20px;
line-height: 26px;
height: 26px;
}
.controls .pic{
margin-top: 50px;
}
.procurement ul li a .time span{
font-size: 30px;
line-height: 32px;
}
.procurement ul li a .tits{
width: calc(100% - 140px);
}
.procurement ul li{
padding: 20px 0;
}
.factory .content .title .tits{
font-size: 20px;
line-height: 20px;
}
.factory .content .title .tit{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.factory .content .box2 .item .tits{
font-size: 20px;
line-height: 20px;
}
.factory .content .box2 .item .tit{
font-size: 14px;
line-height: 22px;
}
.service .tits{
font-size: 20px;
line-height: 20px;
}
.fankui .content .tableBox{
margin: 60px auto 0;
width: 80%;
}
.consumers .title .t{
font-size: 20px;
line-height: 20px;
}
.consumers .title .t1{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.clubSong .box .boxRight .conBox .tits{
font-size: 20px;
line-height: 20px;
}
.banner .con .tits{
font-size: 26px;
line-height: 26px;
}
.banner .con .tit{
font-size: 16px;
line-height: 16px;
margin-top: 15px;
}
.oemTitle .tits{
font-size: 26px;
line-height: 26px;
}
.oem .box3 .list ul{
width: calc(100% - 80px);
}
}
@media (max-width: 1024px){
.index{
height: calc(100vh - 110px);
}
.index .list ul li .img{height: 27vh;}
.index .list .con{
position: relative;
margin: 30px auto 0;
top: auto;
left: auto;
}
.index .list .con .tabs .a p a{
color: #333;}
.messageTabs{
display: none;
}
.messageTabsM{
display: block;
}
.aboutNav{
display: none;
}
.aboutNavM{
display: block;
}
.about .box .con .tits{
font-size: 20px;
line-height: 20px;
}
.about .box .con{
padding-top: 15px;
}
.join .box1 .title .tits{
font-size: 20px;
line-height: 20px;
}
.history .title .tits{
font-size: 20px;
line-height: 20px;
}
.history .title .tit{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.culture .con .tits{
font-size: 20px;
line-height: 20px;
}
.culture .con .tit{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.culture .list ul li .icon{
width: 30px;
height: 30px;
}
.culture .con .list1 ul li{
height: 370px;
}
.culture .con .list1 ul li img{
max-width: 370px;
}
.story .box .boxLeft{
width: 100%;
float: none;
}
.story .box .itemBox{
float: none;
width: 100%;
}
.media .box .pic{
width: 100%;
float: none;
}
.media .box .con{
width: 100%;
float: none;
font-size: 14px;
line-height: 22px;
padding-top: 15px;
}
.digital .list .list-new ul li{
width: 20%;
}
.digital .list .a{
width: 40px;
height: 40px;
}
.digital .list .list-new ul li .dian{
width: 40px;
height: 40px;
}
.digital .list .list-new ul li .dian span{
line-height: 40px;
}
.digital .list .list-new ul li.on .dian i{
width: 40px;
height: 40px;
}
.digital .list .list-new{
width: calc(100% - 140px);
}
.digital .list .line{
top: 20px;
}
.digital .list .list-new ul li p{
font-size: 14px;
line-height: 16px;
}
.digital .list1 ul li p{
font-size: 14px;
line-height: 18px;
}
.messageTabs{
padding-top: 50px;
}
.controls .list{
margin: 50px auto 0;
}
.messageTabs a{
font-size: 14px;
line-height: 40px;
}
.messageTabs img{
width: 40px;
bottom: -15px;
left: -25px;
}
.hr .box1 .con{
padding-top: 35px;
}
.hr .box1 .title .cn{
font-size: 22px;
line-height: 22px;
margin-top: 5px;
}
.hr .box1 .title .en{
font-size: 28px;
line-height: 28px;
}
.hr .box2 .title .cn{
font-size: 22px;
line-height: 22px;
margin-top: 5px;
}
.hr .box2 .title .en{
font-size: 28px;
line-height: 28px;
}
.hr .box2 .list ul li .con .tits{
font-size: 18px;
line-height: 18px;
}
.hr .box2 .list{
margin-top: 30px;
}
.hr .box2 .list ul li .con .tit{
font-size: 14px;
line-height: 20px;
height: 60px;
}
.hr .box1 .con .txt{
font-size: 14px;
line-height: 24px;
}
.hr .box1 .con .txt span{
font-size: 18px;
}
.hr .box1 .boxNew ul li p{
font-size: 14px;
line-height: 18px;
bottom: 0;
}
.hr .box1 .boxNew ul li:nth-child(2n) p{
top: 0;
}
.hr .box3 .top .title .en{
font-size: 28px;
line-height: 28px;
}
.hr .box3 .top .title .cn{
font-size: 22px;
line-height: 22px;
margin-top: 0;
}
.lesson .nav ul li.on a .tits{
font-size: 22px;
}
.lesson .content .list ul li .tit{
width: 100%;
font-size: 14px;
line-height: 24px;
margin-top: 10px;
}
.lesson .content .list ul li{
padding-bottom: 20px;
margin-bottom: 20px;
}
.lesson .content{
width: 100%;
float: none;
padding-top: 15px;
margin-top: 15px;
}
.lesson .nav{
display: none;
}
.lesson .content .list ul li .tits{
font-size: 16px;
line-height: 20px;
}
.qa .content .list ul li .tits{
font-size: 16px;
line-height: 22px;
}
.qa .content .list ul li .tit{
font-size: 14px;
line-height: 22px;
margin-top: 10px;
}
.qa .content .list ul li{
margin-bottom: 20px;
padding-bottom: 20px;
}
.consumerstabs{
display: none;
}
.fankui .content .tableBox{
margin: 40px auto 0;
width: 100%;
}
.clubSong .box{
padding-top: 40px;
}
.clubSong .box .but{
top: 20px;
width: 95px;
}
.clubSong .box .but .a{
width: 34px;
height: 34px;
}
.clubSong .box .boxRight .conBox .txt{
font-size: 14px;
line-height: 24px;
margin-top: 20px;
}
.clubSong .box .boxRight .titleImg{
margin-top: 30px;
}
.oem .box2 .list ul li .con .tits{
font-size: 16px;
line-height: 18px;
}
.oem .box2 .list ul li .con{
width: calc(100% - 30px);
padding: 18px 0;
}
.oem .box2 .list ul li .con .tit{
font-size: 14px;
line-height: 20px;
height: 60px;
}
.oem .box3 .list{
margin-top: 30px;
padding-top: 30px;
padding-bottom: 10px;
}
.oem .box3 .list ul{
width: 100%;
}
.oem .box3 .list ul li{
margin-bottom: 15px;
}
.oem .box4 .list{
width: 100%;
}
.oem .box4 .list ul li{
padding: 20px 0;
}
.oem .box4 .list ul li .con{
font-size: 14px;
line-height: 22px;
width: 100%;
margin-top: 10px;
}
.oem .box4 .list ul li .tits{
padding: 10px 0;
}
.oem .box4 .list ul li .tits i{
top: 18px;
}
.index .nav{
width: 92%;
float: none;
margin: 5% auto 0;
position: relative;
top: auto;
right: auto;
bottom: auto;
transform: translateY(0);
}
.index{
height: auto;
min-height: calc(100vh - 50px - 140px);
}
}
@media (max-width: 900px){
.footerIndex .footer{
width: 92%;
}
.footerIndex .footer .p{
width: 100%;
text-align: center;
padding: 10px 0;
}
.footerIndex .footer .p em{
display: block;
}
.footerIndex .footer .t{
width: 100%;
text-align: center;
font-size: 0;
float: none;
}
.footerIndex .footer .t a{
display: inline-block;
float: none;
margin: 0 15px;
}
.team ul li{
width: 100%;
float: none;
margin-bottom: 20px;
margin-right: 0;
}
.join .box2{
padding-top: 25px;
padding-bottom: 15px;
}
.join .box2 .tBox .t{
width: 14%;
}
.message .list .tits .t{
width: 33.333%;
}
.message .list .tits .t:nth-child(3){
display: none;
}
.message .list .tits .t:nth-child(4){
display: none;
}
.message .list .tits .t:nth-child(5){
display: none;
}
.message .list .list-new ul li .t{
width: 33.333%;
}
.message .list .list-new ul li .t:nth-child(3){
display: none;
}
.message .list .list-new ul li .t:nth-child(4){
display: none;
}
.message .list .list-new ul li .t:nth-child(5){
display: none;
}
.message .list .tits .t{
line-height: 40px;
}
.message .list .tits{
height: 40px;
}
.message .list .list-new ul li .t{
height: 40px;
}
.message .list .list-new ul li{
font-size: 14px;
line-height: 40px;
}
.message .list .tits .t:after{
top: 14px;
}
}
@media (max-width: 768px){
.index .list .con{text-align:center;}
.index .list .con .tabs{margin-top:0;display:inline-block;}
.index .list .con .tabs .a{width:54px;}
.index .list .con{
width: 92%;
margin: 5% auto 0;
height: auto;
}
.index .list .con .pic{
width: 140px;
}
.index .list .con .txt{
font-size: 12px;
line-height: 20px;
margin-top: 15px;
}
.index .list .con .tabs span{
width: 15px;
}
.index .list .con .tabs .a p{
font-size: 12px;
line-height: 22px;
}
.about .box .pic{
width: 100%;
float: none;
}
.about .box .con{
width: 100%;
float: none;
padding-bottom: 0;
border-bottom: none;
}
.about .box .con .txt{
margin-top: 10px;
font-size: 14px;
line-height: 22px;
}
.about .conn{
font-size: 14px;
line-height: 22px;
margin-top: 20px;
}
.about .box{
padding-bottom: 20px;
}
.join .box1 .title .txt{
font-size: 14px;
line-height: 22px;
margin-top: 10px;
}
.tableBox{
margin-top: 20px;
}
.tableBox .t{
margin-bottom: 0;
}
.tableBox .t .tt{
width: 100%;
float: none;
margin-bottom: 10px;
}
.tableBox .t .tt .span{
font-size: 14px;
line-height: 34px;
width: 85px;
}
.tableBox .t .tt .text{
width: calc(100% - 92px);
height: 34px;
font-size: 14px;
}
.tableBox .t .tt .sel{
width: calc(100% - 92px);
height: 34px;
font-size: 14px;
}
.tableBox .t1 .span{
font-size: 14px;
line-height: 34px;
width: 85px;
}
.tableBox .t1 .ttBox{
width: calc(100% - 92px);
}
.tableBox .t1 .ttBox .tt1{
width: 100%;
margin-bottom: 10px;
}
.tableBox .t1 .ttBox .tt1 .sel{
height: 36px;
font-size: 14px;
line-height: 36px;
}
.tableBox .t1 .ttBox .tt1 span{
font-size: 14px;
line-height: 34px;
}
.tableBox .t .tt label{
font-size: 14px;
line-height: 34px;
}
.tableBox .t1{
margin-bottom: 0;
}
.tableBox .t2{
font-size: 14px;
line-height: 34px;
width: 85px;
}
.join .box2 .tBox .t{
width: 25%;
}
.join .box2 .tBox .t .tits{
font-size: 12px;
}
.join .box2 .tBox .t .tits span{
background-size: 14px;
padding-left: 20px;
}
.join .submit{
width: 120px;
height: 34px;
border-radius: 17px;
font-size: 14px;
line-height: 34px;
margin: 25px auto 0;
}
.history .list{
margin-top: 25px;
}
.history .list ul{
width: calc(100% - 40px);
padding-left: 40px;
}
.history .list ul li{
margin-bottom: 20px;
}
.history .list ul li .conBox{
width: 90% !important;
margin: 0 !important;
float: none !important;
}
.history .list ul li .conBox .con{
width: 100% !important;
margin: 0 !important;
}
.history .list ul li .conBox .con .conn{
width: calc(100% - 30px);
padding-top: 10px;
padding-bottom: 15px;
}
.history .list ul li .conBox .con .conn .cc{
font-size: 14px;
line-height: 22px;
}
.history .list .line{
left: 15px;
margin-left: 0;
}
.history .list ul li:before{
left: -36px;
transform: translateX(0);
}
.history .list ul li .conBox .img2{
right: -12%;
top: 70%;
}
.history .list ul li .conBox .img3{
left: -9%;
}
.history .list ul li .conBox .img1{
left: 9%;
top: -22%;
z-index: 4;
}
.history .clickMore{
width: 120px;
height: 34px;
border-radius: 17px;
font-size: 14px;
margin: 25px auto 0;
line-height: 34px;
}
.culture .list{
width: 100%;
margin-top: 30px;
float: none;
}
.culture .list>img{
display: none;
}
.culture .list ul{
width: 100%;
position: relative;
height: auto;
z-index: 5;
}
.culture .list ul li{
position: relative;
top: auto !important;
left: auto !important;
float: left;
width: 20%;
}
.culture .list:after{
width: 100%;
height: 1px;
background-color: #ececec;
position: absolute;
top: 15px;
left: 0;
content: '';
z-index: 0;
}
.culture .list ul li .icon{
margin: 0 auto;
float: none;
}
.culture .list ul li .txt{
text-align: center;
font-family: none;
}
.culture .con{
position: relative;
width: 100%;
top: auto;
padding-top: 0;
left: auto;
}
.culture .list ul li .txt p{
font-size: 14px;
margin-top: 5px;
line-height: 16px;
}
.culture .list ul li .txt img{
display: block;
margin: 5px auto 0;
max-width: 40px;
max-height: 40px;
}
.culture .con .list1{
margin-top: 20px;
}
.culture .con .list1 ul li{
height: 330px;
}
.culture .con .list1 ul li img{
max-height: 330px;
}
.culture{
padding-bottom: 5.2%;
}
.culture .con .list1 .next{
width: 36px;
height: 36px;
right: 0;
}
.culture .con{
margin-top: 25px;
}
.story .box .boxLeft .con .tit{
font-size: 14px;
line-height: 20px;
height: auto;
-webkit-line-clamp: unset;
}
.story .box .itemBox .item .pic{
width: 100%;
float: none;
}
.story .box .itemBox .item .con{
width: 100%;
position: relative;
top: auto;
left: auto !important;
right: auto !important;
}
.story .box .itemBox .item .con .conn{
top: 0;
width: calc(100% - 30px);
position: relative;
margin: 0 auto;
padding: 15px 0;
left: 0;
}
.story .box .itemBox .item:nth-child(2) .con .conn{
right: 0;
}
.story .box .itemBox .item .con .conn .tits:after{
width: 15px;
left: -20px;
display: none;
}
.story .box .itemBox .item:nth-child(2) .con .conn .tits:after{
right: -20px;
}
.story .box .itemBox .item .con .conn .tits{
font-size: 14px;
line-height: 18px;
}
.story .box .itemBox .item .con .conn .tit{
font-size: 12px;
line-height: 16px;
margin-top: 5px;
}
.story .box .itemBox .item .con .conn .tit br{
display: none;
}
.story .clickMore{
width: 120px;
height: 34px;
border-radius: 17px;
line-height: 34px;
font-size: 14px;
margin: 30px auto 0;
}
.group .con .tit{
font-size: 14px;
line-height: 22px;
margin-top: 15px;
}
.group .list{
margin-top: 30px;
}
.group .list .btns{
margin-top: 15px;
}
.group .list .btns span{
margin: 0 5px;
}
.digital .list1 ul li{
width: 48.5%;
margin-right: 3%;
border-bottom: 3%;
}
.digital .list1 ul li:nth-child(4n){
margin-right: 3%;
}
.digital .list1 ul li:nth-child(2n){
margin-right: 0;
}
.digital .list .a.prev{
left: 0;
}
.digital .list .a.next{
right: 0;
}
.digital .list .a{
width: 30px;
height: 30px;
}
.digital .list .list-new ul li .dian{
width: 30px;
height: 30px;
}
.digital .list .list-new ul li .dian span{
line-height: 30px;
font-size: 14px;
}
.digital .list .list-new ul li.on .dian i{
width: 30px;
height: 30px;
}
.digital .list .list-new{
width: calc(100% - 80px);
}
.digital .list .line{
top: 15px;
}
.digital .list .list-new ul li{
width: 33.333%;
}
.digital .list .list-new ul li.on p{
margin-top: 5px;
}
.digital .list .list-new ul li p{
margin-top: 0;
}
.digital .list1 ul li p{
margin-top: 10px;
}
.investor .list .t{
margin-bottom: 15px;
}
.investor .list .t .tits{
width: calc(100% - 40px);
text-align: left;
font-size: 14px;
line-height: 30px;
border-radius: 20px;
float: none;
padding: 10px 20px;
margin-bottom: 10px;
background-color: #078fd6;
color: #fff;
}
.investor .list .t .tit{
width: calc(100% - 40px);
font-size: 14px;
line-height: 30px;
padding: 10px 20px;
border-radius: 20px;
background-color: #e5f3fb;
float: none;
}
.investor .list .t .tits.tx{
padding: 10px 0 10px 20px;
}
.controls .list{
margin: 20px auto 0;
}
.controls .list ul li a{
padding: 10px 0;
}
.controls .list ul li{
margin-top: 0;
}
.standard .list ul li a .time{
width: 60px;
}
.standard .list ul li a .time span{
font-size: 24px;
line-height: 26px;
}
.standard .list ul li a .time i{
font-size: 12px;
line-height: 14px;
}
.standard .list ul li a .icon{
right: 10px;
}
.standard .list ul li a .tits{
width: calc(100% - 110px);
font-size: 14px;
line-height: 16px;
right: 40px;
}
.standard .list ul li{
padding: 15px 0;
}
.standard{
padding-top: 20px;
}
.standard .list{
margin-top: 15px;
}
.standard .sel{
width: 180px;
height: 38px;
}
.standard .sel .tits{
height: 36px;
}
.standard .sel .tits span{
font-size: 14px;
line-height: 36px;
}
.standard .sel ul{
top: 37px;
}
.standard .sel ul li{
font-size: 14px;
line-height: 34px;
}
.page a{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.page .active{
width: 30px;
height: 30px;
font-size: 14px;
line-height: 30px;
}
.page a.p{
width: 60px;
}
.standard .list ul{
padding-bottom: 30px;
}
.standard .list ul li a .con{
margin-left: 15px;
width: calc(100% - 76px);
}
.standard .list ul li a .con .t{
font-size: 16px;
line-height: 20px;
height: auto;
-webkit-line-clamp: initial;
}
.standard .list ul li a .con .t1{
font-size: 14px;
line-height: 22px;
margin-top: 10px;
}
.controls .pic{
margin-top: 25px;
}
.hr .box1 .title{
width: 100%;
float: none;
}
.hr .box1 .title .en{
font-size: 20px;
line-height: 20px;
}
.hr .box1 .title .cn{
font-size: 18px;
line-height: 18px;
}
.hr .box1 .con .img{
width: 50px;
}
.hr .box1 .con .txt{
width: calc(100% - 80px);
}
.hr .box1 .con{
width: 100%;
float: none;
}
.hr .box1 .con .txt span{
font-size: 16px;
}
.hr .box1 .con{
padding-top: 20px;
}
.hr .box1 .con .txt{
padding-top: 0;
}
.hr .box2 .title .en{
font-size: 20px;
line-height: 20px;
}
.hr .box2 .title .cn{
font-size: 18px;
line-height: 18px;
}
.hr .box2 .list ul li{
width: 100%;
float: none;
}
.hr .box2 .list ul li .con{
margin: 15px auto 0;
width: calc(100% - 20px);
}
.hr .box2 .list ul li .con .tits{
font-size: 16px;
line-height: 16px;
}
.hr .box2 .list ul li .con .tit{
height: auto;
}
.hr .box2 .list ul li{
margin-bottom: 20px;
}
.hr .box1 .boxNew>img{
display: none;
}
.hr .box1 .boxNew ul{
position: relative;
height: auto;
top: auto;
left: auto;
}
.hr .box1 .boxNew ul li{
width: 33.333%;
margin-bottom: 20px;
}
.hr .box1 .boxNew ul li .icon{
position: relative;
top: auto;
left: auto;
transform: translate(0);
margin: 0 auto;
}
.hr .box1 .boxNew ul li p{
position: relative;
top: auto !important;
left: auto;
bottom: auto !important;
margin-top: 10px;
}
.hr .box3 .top .title .en{
font-size: 20px;
line-height: 20px;
}
.hr .box3 .top .title .cn{
font-size: 18px;
line-height: 18px;
margin-top: 0;
}
.hr .box3 .tabs a{
margin: 0 30px;
}
.hr .box3 .sel{
width: 100%;
height: 40px;
margin-top: 15px;
}
.hr .box3 .sel .tits{
height: 38px;
}
.hr .box3 .sel .tits span{
font-size: 14px;
line-height: 38px;
}
.hr .box3 .content ul li{
width: 33.333%;
line-height: 50px;
}
.procurement ul li a .time span{
font-size: 24px;
line-height: 26px;
}
.procurement ul li a .time i{
font-size: 12px;
line-height: 14px;
}
.procurement ul li a .time{
width: 60px;
}
.procurement ul li a .tits{
font-size: 14px;
line-height: 16px;
height: 16px;
width: calc(100% - 70px);
}
.procurement ul li{
padding: 10px 0;
}
.procurement ul{
padding-bottom: 30px;
}
.factory .content .box1 .item{
width: 90% !important;
margin: 0 auto 20px !important;
float: none;
}
.factory .content .box1 .item .icon{
width: 60px;
}
.factory .content .box1{
padding-top: 11%;
margin: 25px auto 0;
}
.factory .content .box1 .item .con{
word-break: break-word;
font-size: 14px;
line-height: 24px;
width: calc(100% - 80px);
padding-top: 10px;
}
.factory .content .box1 .item .con .tit{
font-size: 14px;
}
.factory .content .box1 .item .con .tits{
font-size: 16px;
}
.factory .content .box2{
margin: 25px auto 0;
}
.factory .content .box2 .item{
margin-bottom: 25px;
}
.factory .content .box2 .item .tits{
font-size: 18px;
line-height: 18px;
}
.message .list{
margin-top: 20px;
}
.message .list .list-new ul{
padding-bottom: 20px;
}
.qa .content .list .moreClick{
width: 120px;
height: 34px;
line-height: 34px;
border-radius: 17px;
font-size: 14px;
}
.qa .content .list ul{
padding-bottom: 0;
}
.service .box .txt{
font-size: 14px;
line-height: 24px;
margin-left: 5%;
width: 75%;
}
.service .box{
padding: 15% 0;
margin: 30px auto 0;
}
.consumers .box1{
margin: 30px auto 0;
padding: 12% 0;
}
.consumers .box1 .itemBox .item .icon{
width: 60px;
}
.consumers .box1 .itemBox .item .t{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.consumers .box1 .itemBox .item .t1{
font-size: 14px;
line-height: 20px;
margin-top: 8px;
}
.consumers .box2 .boxLeft{
float: none;
margin-left: 0;
}
.consumers .box2 .boxLeft .txt{
font-size: 14px;
line-height: 24px;
float: left;
}
.consumers .box2 .boxRight{
float: none;
font-size: 14px;
line-height: 20px;
text-align: left;
}
.consumers .box2{
margin-top: 20px;
}
.consumers .box1 .line{
height: calc(100% - 20px);
top: 10px;
}
.jieshao .box1{
margin: 25px auto 0;
}
.jieshao .box1 .boxNew{
width: 90%;
}
.jieshao .box1 .boxNew .con{
font-size: 14px;
line-height: 24px;
}
.jieshao .box1{
padding: 10% 0;
}
.jieshao .box1 .line{
height: calc(100% - 20px);
top: 10px;
}
.jieshao .box1 .boxNew .itemBox{
margin-top: 25px;
}
.jieshao .box1 .boxNew .itemBox .item .icon{
width: 60px;
}
.jieshao .box1 .boxNew .itemBox .item .tit{
font-size: 14px;
line-height: 20px;
padding-top: 10px;
}
.jieshao .box1 .boxNew .itemBox .item .img{
width: 65px;
}
.fankui .content .tableBox{
margin: 20px auto 0;
}
.tableBox .t1 .ttC{
width: calc(100% - 90px);
margin-top: 0;
}
.tableBox .t1 .ttC.mt{
margin-top: 0;
margin-bottom: 10px;
}
.tableBox .t1 .ttC .text{
height: 32px;
}
.tableBox .t1 .txtC{
width: calc(100% - 92px);
margin-left: 90px;
}
.tableBox .t1 .txt{
height: 120px;
}
.tableBox .submit{
width: 120px;
border-radius: 17px;
height: 34px;
line-height: 34px;
font-size: 14px;
margin: 20px auto 0;
}
.consumers .box1 .itemBox .item{
width: 100%;
float: none;
margin-bottom: 15px;
}
.clubSong .box .boxLeft{
width: 80%;
float: none;
margin: 0 auto;
}
.clubSong .box .boxLeft .list{
padding: 10px;
}
.clubSong .box .boxRight{
width: 90%;
float: none;
margin: 15px auto 0;
}
.clubSong .box .but{
top: 10px;
width: 80px;
}
.clubSong .box{
padding-top: 55px;
padding-bottom: 25px;
}
.banner .con .tits{
font-size: 18px;
line-height: 18px;
}
.banner .con .tit{
font-size: 14px;
line-height: 14px;
margin-top: 5px;
}
.banner .down{
width: 16px;
bottom: 10px;
}
.banner{
overflow: hidden;
}
.banner img{
width: 140%;
margin-left: -20%;
}
.oemTitle .tits{
font-size: 18px;
line-height: 18px;
}
.oemTitle .tit{
font-size: 14px;
line-height: 14px;
margin-top: 5px;
}
.oem .box1 .list ul li{
width: 100%;
float: none !important;
margin-right: 0;
margin-bottom: 15px;
}
.oem .box1 .list ul li .con .tits{
font-size: 14px;
line-height: 24px;
bottom: -4px;
}
.oem .box1 .list ul li .con img{
width: 40px;
}
.oem .box1 .list ul li .con .tits{
width: calc(100% - 50px);
}
.oem .box2 .list ul li:nth-child(3){
margin-left: 0;
}
.oem .box2 .list{
margin-top: 20px;
}
.oem .box2 .list .btns{
margin-top: 15px;
}
.oem .box2 .list .btns span{
width: 6px;
height: 6px;
margin: 0 4px;
}
.oem .box3 .list ul li{
width: 100%;
float: none;
margin-right: 0;
}
.oem .box4 .list ul li .tits{
padding: 0;
}
.oem .box4 .list ul li .tits .t{
font-size: 16px;
line-height: 26px;
}
.oem .box4 .list ul li .tits i{
top: 7px;
}
.oem .box4 .list .clickMore{
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
line-height: 36px;
margin: 20px auto 0;
}
.oem .box4 .list ul li{
padding: 15px 0;
}
.oem .box4 .list{
margin: 25px auto 0;
}
.oem .box5 .box{
width: 110%;
margin-left: -5%;
}
.oem .box5 .bb{
width: 100%;
margin: -25px auto 0;
}
.oem .box5 .box ul:nth-child(1){
top: 50px;
}
.oem .box5 .box ul li .t{
font-size: 14px;
line-height: 14px;
}
.oem .box5 .box ul li .t1{
font-size: 12px;
line-height: 16px;
margin-top: 2px;
}
.oem .box5 .box ul:nth-child(2){
top: 136px;
}
.oem .box5 .box ul:nth-child(3){
top: 238px;
}
.oem .box5 .box ul:nth-child(4){
top: 320px;
}
.oem .box5 .box ul:nth-child(4) li:nth-child(2n){
margin-top: -17px;
}
.oem .box5 .bb .con .t{
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
line-height: 36px;
}
.oem .box5 .bb .con{
top: 20px;
}
.oem .box5 .bb .con .t1{
font-size: 12px;
line-height: 18px;
max-width: 80%;
margin: 10px auto 0;
}
.procurement span{
font-family: "微软雅黑" !important;
}
.oem .box5 .bb .con .t1 span{
font-size: 12px !important;
}
}
@media (max-width: 500px){
.team ul li {
padding-bottom: 20px;
}
.team ul li .pic{
width: 100%;
float: none;
}
.team ul li .con{
width: 90%;
float: none;
margin: 0 auto;
padding-top: 15px;
}
.team ul li .con .txt{
font-size: 14px;
line-height: 22px;
}
}
@media (max-width: 400px){
.oem .box5 .box ul:nth-child(3){
top: 219px;
}
.oem .box5 .box ul:nth-child(4){
top: 287px;
}
}
.email{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.7%;
}
.email .content{
background-image: url(/template/company/wangwangjituan/img/join_bg.png);
background-size: 100% auto;
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 6.7%;
}
.email .content .title{
position: relative;
width: 100%;
text-align: center;
}
.email .content .title .tits{
font-size: 36px;
line-height: 36px;
color: #181818;
}
.email .content .title .tit{
font-size: 16px;
line-height: 16px;
color: #666;
margin-top: 18px;
}
.email .content .title img{
width: 68px;
height: auto;
position: absolute;
left: 50%;
margin-left: -228px;
top: -20px;
}
.email .content .box{
width: 842px;
max-width: 92%;
margin: 40px auto 0;
}
.email .content .box-new{
width: calc(100% - 2px);
border: 1px solid rgba(0,0,0,0.08);
background-color: rgba(255,255,255,0.08);
border-radius: 60px;
padding-top: 70px;
padding-bottom: 50px;
}
.email .content .box-new:nth-child(1){
margin-bottom: 50px;
}
.email .content .box-new .con{
width: calc(100% - 200px);
margin: 0 auto;
}
.email .content .box-new .con .t{
width: calc(100% - 2px);
height: 48px;
border: 1px solid #d3d3d3;
background: none;
}
.email .content .box-new .con .t span{
float: left;
margin-left: 18px;
font-size: 16px;
line-height: 48px;
color: #777;
}
.email .content .box-new .con .t span i{
color: #e70012;
}
.email .content .box-new .con .t .text{
width: 250px;
height: 48px;
border: none;
float: left;
background: none;
font-size: 16px;
line-height: 48px;
color: #333;
}
.email .content .box-new .con .t img{
width: 112px;
padding: 3px;
float: right;
}
.email .content .box-new .con .t.c1{
width: 304px;
margin-top: 28px;
}
.email .content .box-new .con .t.c1 .text{
width: 90px;
}
.email .content .box-new .con .t1{
width: calc(100% - 19px);
padding-left: 19px;
margin-top: 27px;
}
.email .content .box-new .con .t1 .tt{
font-size: 16px;
line-height: 20px;
color: #333;
}
.email .content .box-new .con .t1 .tt span{
color: #e70012;
}
.email .content .box-new .con .t1 .tt em{
color: #666;
}
.email .content .box-new .con .t1 .tt1{
margin-left: 35px;
margin-top: 19px;
}
.email .content .box-new .con .t1 .tt1 .ttt{
padding-left: 26px;
font-size: 16px;
line-height: 30px;
color: #666;
background-position: left center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/email_icon1.png');
cursor: pointer;
}
.email .content .box-new .con .t1 .tt1 .ttt.on{
background-image: url('/template/company/wangwangjituan/img/email_icon2.png');
}
.email .content .box-new .con .submit{
width: 180px;
height: 50px;
background: none;
border: none;
border-radius: 25px;
background-color: #008cd6;
background-image: url('/template/company/wangwangjituan/img/ww.png');
background-size: auto 100%;
background-position: center;
text-align: center;
font-size: 16px;
color: #fff;
background-repeat: no-repeat;
margin-top: 52px;
}
.email .content .box-new .con .submit.sub{
background-color: #d2d2d2;
color: rgba(0,0,0,0.7);
background-image: url('/template/company/wangwangjituan/img/xw.png');
}
.email .img{
position: absolute;
left: 0;
top: 43%;
width: 16.3%;
}
.contact{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.7%;
}
.contact .img{
position: absolute;
left: 0;
top: 56%;
width: 16.3%;
}
.contact .box{
margin: 5.2% auto;
background-color: #fff;
box-shadow: 0 5px 30px rgba(0,0,0,0.03);
}
.contact .box .pic{
width: 50%;
float: left;
}
.contact .box .con{
width: 50%;
float: left;
padding-top: 65px;
}
.contact .box .con .conNew{
width: calc(100% - 144px);
margin: 0 auto;
}
.contact .box .con .conNew .item {
margin-bottom: 30px;
}
.contact .box .con .conNew .item:last-child{
margin-bottom: 0;
}
.contact .box .con .conNew .item .tits{
font-size: 24px;
line-height: 24px;
color: #000;
}
.contact .box .con .conNew .item .line{
width: 365px;
max-width: 100%;
height: 1px;
background-color: rgba(0,0,0,0.1);
margin-top: 20px;
}
.contact .box .con .conNew .item .tit{
font-size: 15px;
line-height: 30px;
color: #555;
margin-top: 22px;
}
@media (max-width: 1366px){
.email .content .title .tits{
font-size: 26px;
line-height: 26px;
}
.email .content .title img{
margin-left: -185px;
top: -26px;
}
}
@media (max-width: 1280px){
.contact .box .con{
padding-top: 30px;
}
.contact .box .con .conNew .item{
margin-bottom: 20px;
}
}
@media (max-width: 1200px){
.contact .box .con .conNew .item .tits{
font-size: 20px;
line-height: 20px;
}
.contact .box .con .conNew .item .line{
margin-top: 15px;
}
.contact .box .con .conNew .item .tit{
margin-top: 15px;
font-size: 14px;
line-height: 26px;
}
.email .content .title .tits{
font-size: 22px;
line-height: 22px;
}
}
@media (max-width: 1024px){
.contact .box .con .conNew{
width: calc(100% - 80px);
}
}
@media (max-width: 768px){
.contact .box .pic{
float: none;
width: 100%;
}
.contact .box .con{
width: 100%;
float: none;
padding: 20px 0;
}
.contact .box .con .conNew{
width: calc(100% - 30px);
}
.contact .box .con .conNew .item .tits{
font-size: 18px;
line-height: 18px;
}
.contact .box .con .conNew .item .line{
margin-top: 10px;
}
.email .content .title .tits{
font-size: 18px;
line-height: 18px;
}
.email .content .title .tit{
font-size: 14px;
line-height: 14px;
margin-top: 8px;
}
.email .content .title img{
width: 40px;
margin-left: -122px;
top: -14px;
}
.email .content .box{
margin: 20px auto 0;
}
.email .content .box-new{
padding-top: 25px;
padding-bottom: 20px;
border-radius: 20px;
}
.email .content .box-new .con{
width: calc(100% - 30px);
}
.email .content .box-new .con .t{
height: 36px;
}
.email .content .box-new .con .t span{
font-size: 14px;
line-height: 36px;
}
.email .content .box-new .con .t .text{
font-size: 14px;
line-height: 36px;
height: 36px;
width: 180px;
}
.email .content .box-new .con .t img{
width: 79px;
}
.email .content .box-new .con .t1 .tt1{
margin-left: 15px;
margin-top: 10px;
}
.email .content .box-new .con .t1 .tt1 .ttt{
font-size: 14px;
line-height: 24px;
}
.email .content .box-new .con .t.c1 .text{
width: 110px;
}
.email .content .box-new .con .t.c1{
margin-top: 10px;
}
.email .content .box-new .con .t1{
margin-top: 10px;
}
.email .content .box-new .con .t1 .tt{
font-size: 14px;
line-height: 18px;
}
.email .content .box-new .con .submit{
margin-top: 15px;
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
}
}
h1{
margin-bottom: 15px;
}
@media (max-width: 768px){
h1{
font-size: 18px;
line-height: 24px;
}
.procurement p{
font-size: 14px;
}
.procurement table{
width: 100% !important;
overflow-x: scroll;
}
.procurement table tbody{
width: 600px !important;
}
.index .nav a{
padding-bottom: 22%;
}
.index .nav a .tits{
top: 24px;
}
}
.market {
padding-top: 4.2%;
padding-bottom: 6.25%;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg");
}
.market .tits{
font-size: 36px;
line-height: 36px;
color: #000;
text-align: center;
}
.market .box{
width: 510px;
height: auto;
margin: 30px auto 0;
font-size: 17px;
line-height: 26px;
color: #555;
text-align: center;
border-top: 1px solid rgba(0,0,0,0.08);
border-bottom: 1px solid rgba(0,0,0,0.08);
padding: 31px 0;
position: relative;
max-width: 100%;
}
.market .box.box1{
width: 865px;
}
.market .box img{
width: 83px;
position: absolute;
left: -35px;
bottom: 0;
display: block;
}
.market .box .t{
text-align: center;
font-size: 17px;
line-height: 26px;
color: #00a2fa;
margin-top: 26px;
}
.market .map{
width: 100%;
margin-top: 55px;
position: relative;
}
.market .map a{
display: block;
position: absolute;
}
.market .map a:nth-child(1){
width: 30%;
position: absolute;
right: 11.6%;
top: 0;
height: 86%;
}
.market .map a:nth-child(2) {
width: 27.1%;
position: absolute;
right: 31.6%;
top: 50%;
height: 26%;
}
.market .map a:nth-child(3) {
width: 27.1%;
position: absolute;
left: 25.6%;
top: 7%;
height: 42%;
border-top-left-radius: 90%;
}
@media (max-width: 1366px){
.market .tits{
font-size: 26px;
line-height: 26px;
}
.market .box{
font-size: 16px;
}
}
@media (max-width: 1366px){
.market .tits{
font-size: 22px;
line-height: 20px;
}
.market .box{
margin: 20px auto 0;
font-size: 14px;
padding: 10px 0 40px;
}
.market .box.box1{
padding-bottom: 20px;
}
.market .box .t{
font-size: 14px;
line-height: 20px;
margin-top: 15px;
}
.market .map{
margin-top: 25px;
}
.market .box p br{
display: none;
}
.market .box img{
width: 60px;
left: -17px;
}
}
.videoC{
padding-top: 4.2%;
padding-bottom: 6.25%;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg");
}
.videoC .txt{
margin: 0 auto 4%;
}
.videoC .video .mp{
height: 600px;
background-color: #fff;
margin-bottom: 20px;
}
@media (max-width: 768px){
.videoC .video .mp{
height: 210px;
}
}
.building{
padding: 5.2% 0;
}
.building img{
max-width: 90%;
display: block;
margin: 0 auto;
}
.picTk{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: none;
}
.picTk .bg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.6);
}
.picTk .box{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.picTk .box .boxNew{
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 90%;
max-height: 90%;
}
.picTk .box img{
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
/*position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;*/
}
.picTk .box .close{
width: 46px;
height: 46px;
background-color: #fff;
position: absolute;
top: -23px;
right: -23px;
background-position: center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/close.png');
background-size: 20px;
border-radius: 100%;
box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
@media (max-width: 1024px){
.controls{min-height: 40vh;}
.index .list .btns{bottom: auto;top:53%;}
}
.navM{
width: 100%;
display: none;
margin-top: 20px;
}
.navM a{
width: calc(50% - 0.5px);
display: block;
position: relative;
float: left;
margin-bottom: 1px;
}
.navM a:nth-child(2n){
float: right;
}
.navM a .tttt{
position: absolute;
top: 42px;
left: 10.6%;
}
.navM a .tttt .t{
font-size: 14px;
line-height: 14px;
color: #fff;
}
.navM a .tttt .line{
width: 30px;
height: 2px;
background-color: #fff;
margin-top: 10px;
}
@media (max-width: 1024px){
.navM{
display: block;
}
.index .nav{
display: none;
}
.aboutNavM ul{
max-height: 160px;
overflow-y: scroll;
}
.footerIndex .footer .p a{
display: none;}
} | public/template/company/wangwangjituan/css/style.css | select::-ms-expand {
display: none; }
.left {
float: left; }
.right {
float: right; }
.bgc {
background-size: cover;
background-repeat: no-repeat;
background-position: center; }
.main {
width: 100%;
overflow: hidden;
height: auto;
position: relative; }
.table {
width: 100%;
height: 100%;
display: table; }
.table .table-cell {
width: 100%;
height: 100%;
vertical-align: middle;
display: table-cell; }
.w1440 {
width: 1440px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.w1400 {
width: 1400px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.w1200 {
width: 1200px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.w1100 {
width: 1100px;
max-width: 92%;
margin: 0 auto;
position: relative;
z-index: 5; }
.head {
width: 100%;
height: auto; }
.head .headerTop {
width: 100%;
height: 40px;
background-color: #f9f9f9; }
.head .headerTop a {
font-size: 12px;
line-height: 40px;
display: block;
float: right;
margin-left: 30px;
color: #666;
padding-left: 33px;
background-position: left center;
background-repeat: no-repeat; }
.head .headerTop a.a1 {
background-image: url("../img/header_icon4.png"); }
.head .headerTop a.a2 {
background-image: url("/template/company/wangwangjituan/img/header_icon3.png"); }
.head .headerTop a.a3 {
background-image: url("/template/company/wangwangjituan/img/header_icon2.png"); }
.head .headerTop a.a4 {
background-image: url("/template/company/wangwangjituan/img/header_icon1.png"); }
.head .header {
background-color: #fff;
z-index: 100;
position: relative; }
.head .header .logo {
width: 182px;
height: auto;
float: left;
margin-top: 16px; }
.head .header .search {
width: 21px;
height: 20px;
background-repeat: no-repeat;
float: right;
background-position: center;
background-image: url("/template/company/wangwangjituan/img/search.png");
margin-top: 35px;
display: block; }
.head .header .nav {
float: right;
margin-right: 15px; }
.head .header .nav ul li {
float: left;
position: relative;
z-index: 10; }
.head .header .nav ul li.m{display: none;}
@media (max-width: 1024px){
.head .header .nav ul li.m{display: block;}
.index .list .con .tabs .a{width: 70px;}
.index .list .con{width:470px;}
}
.head .header .nav ul li .tits {
font-size: 15px;
line-height: 90px;
color: #333;
font-weight: bold;
padding: 0 25px; }
.head .header .nav ul li dl {
width: 166px;
height: auto;
top: 76px;
display: none;
left: 50%;
margin-left: -83px;
background-color: #fff;
border-top: 4px solid #008cd6;
position: absolute;
transition: top .5s .1s;
padding: 8px 0;}
.head .header .nav ul li dl dd.phone{
display: none;
}
@media (max-width: 1024px){
.head .header .nav ul li dl dd.phone{
display: block;
}
.head .header .nav ul li dl dd.pc{
display: none;
}
}
.head .header .nav ul li dl dd a {
width: calc(100% - 20px);
display: block;
margin: 0 auto;
font-size: 14px;
line-height: 40px;
color: #666;
border-bottom: 1px solid #fff;
text-align: center; }
@media (min-width: 1024px) {
.head .header .nav ul li dl dd:hover a {
border-color: #008cd6;
color: #008cd6; } }
@media (min-width: 1024px) {
.head .header .nav ul li:hover .tits {
color: #008cd6; }
.head .header .nav ul li:hover dl {
display: block;
top: 86px; } }
.head .header .nav ul li.on .tits {
color: #008cd6; }
.head.on .headerTop {
display: none; }
.head.on .header .w1440 {
width: calc(100% - 120px); }
.head.on .header .logo {
width: 150px; }
.head.on .header .search {
margin-top: 30px; }
.head.on .header .nav ul li .tits {
line-height: 80px; }
.head.on .header .nav ul li dl {
top: 76px; }
.head .header .navClick{
width: 22px;
height: 18px;
margin-top: 16px;
display: block;
float: right;
display: none;
}
.head .header .navClick span{
width: 100%;
height: 2px;
background-color: #333;
display: block;
position: relative;
transition: .3s;
-webkit-transition: .3s;
}
.head .header .navClick span:nth-child(1){
margin-bottom: 6px;
}
.head .header .navClick span:nth-child(2){
margin-bottom: 6px;
}
.head .header .navClick.on span:nth-child(1){
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: 8px;
right: 0px;
}
.head .header .navClick.on span:nth-child(2){
display: none;
}
.head .header .navClick.on span:nth-child(3){
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
top: 0;
right: 0;
}
@media (max-width: 1530px){
.head .header .nav ul li .tits{
padding: 0 15px;
}
}
@media (max-width: 1366px){
.head .header .nav ul li .tits{
padding: 0 12px;
font-size: 14px;
}
}
@media (max-width: 1200px){
.head .header .nav{
margin-right: 10px;
}
.head .header .nav ul li .tits{
padding: 0 8px;
}
}
@media (max-width: 1100px){
.head .header .logo{
width: 110px;
}
.head .header .nav ul li .tits{
line-height: 70px;
}
.head .header .search{
margin-top: 27px;
}
.head .header .nav ul li dl{
top: 66px;
}
.head.on .header .w1440{
width: 1440px;
}
}
@media (max-width: 1024px){
.head .headerTop{
display: none;
}
.head .header{
width: 100%;
height: 50px;
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
.headerBox{
height: 50px;
}
.head .header .search{
display: none;
}
.head .header .logo{
width: 96px !important;
margin-top: 9.5px;
}
.head .header .navClick{
display: block;
}
.head .header .nav{
width: 100%;
position: fixed;
top: 50px;
background-color: #fff;
left: 0;
height: calc(100% - 51px);
border-top: 1px solid #eee;
overflow-y: scroll;
display: none;
}
.head .header .nav ul{
width: 92%;
margin: 0 auto;
padding: 20px 0;
}
.head .header .nav ul li{
width: 100%;
float: none;
margin: 0;
padding: 0;
}
.head .header .nav ul li .tits{
color: #0c1729 !important;
border-bottom: 1px solid #e5e5e5;
font-size: 16px;
line-height: 36px !important;
height: auto;
opacity: 1;
font-weight: bold;
text-align: left;
display: block;
}
.head .header .nav ul li dl{
width: 100%;
display: block;
position: relative;
left: auto;
top: auto !important;
background: none;
padding: 6px 5px;
border-bottom: none;
margin-left: 0;
box-shadow: 0 0 0;
border-top: none;
}
.head .header .nav ul li dl dd{
display: inline-block;
width: auto;
margin-right: 15px;
float: left;
line-height: 30px;
}
.head .header .nav ul li dl dd a{
width: auto;
font-size: 14px;
line-height: 25px;
}
}
.index {
width: 100%;
height: calc(100vh - 190px);
position: relative; }
.index .list {
position: relative;
width: 100%;
height: 100%; }
.index .list ul {
width: 100%;
height: 100%; }
.index .list ul li {
width: 100%;
height: 100%;
position: relative; }
.index .list ul li a{
width: 100%;
height: auto;
display: block;
}
.index .list ul li img{
display: none;}
.index .list ul li .img{
width: 100%;height: calc(100vh - 190px);}
.index .list .con {
width: 555px;
top: 0;
left: 12.5%;
height: 100%;
z-index: 10;
display: none;
position: absolute; }
@media (max-width: 1024px){
.index .list .con{
display: block;
}
}
.index .list .con .pic {
width: 287px;
max-width: 100%;
/*opacity: 0;
transition: all .8s;
transform: translateY(30px);*/ }
.index .list .con .txt {
font-size: 16px;
line-height: 24px;
color: #fff;
margin-top: 25px;
/*opacity: 0;
transition: all .8s;
transform: translateY(30px);*/
transition-delay: 0.4s; }
.index .list .con .tabs {
margin-top: 52px;
/*opacity: 0;
transition: all .8s;
transform: translateY(30px);*/
transition-delay: 0.6s; }
.index .list .con .tabs .a {
width: 75px;
display: block;
float: left; }
.index .list .con .tabs .a .icon{
width: 100%;
border-radius: 100%;
overflow: hidden;
}
.index .list .con .tabs .a p {
text-align: center;
font-size: 14px;
line-height: 26px;
color: #fff; }
.index .list .con .tabs .a p a{
color: #fff;
}
.index .list .con .tabs span {
width: 40px;
height: 1px;
display: block;
float: left;
border-top: 1px dashed #fff;
margin-top: 37px;
box-sizing: border-box; }
.index .list .btns {
width: 100%;
position: absolute;
bottom: 30px;
left: 0;
z-index: 10;
text-align: center; }
@media (max-width: 768px){
.index .list .btns{
bottom: 10px;
}
}
.index .list .btns span {
display: inline-block;
opacity: 1;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff;
margin: 0 10px;
background: none; }
.index .list .btns span.swiper-pagination-bullet-active {
background-color: #fff; }
.index .nav {
width: 46.4%;
height: auto;
position: absolute;
top: 50%;
right: 60px;
z-index: 20;
transform: translateY(-50%); }
.index .nav a {
width: 48.3%;
margin-right: 3.4%;
margin-bottom: 3.4%;
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.6);
border: 1px solid rgba(255, 255, 255, 0.2);
display: block;
padding-bottom: 27.1%;
position: relative;
float: left;
color: #fff;
box-sizing: border-box; }
.index .nav a:nth-child(2n) {
margin-right: 0; }
.index .nav a .tits {
position: absolute;
top: 42px;
left: 30px;
font-size: 20px;
line-height: 20px;
color: #ffff; }
@media (max-width: 768px){
.index .nav a .tits{font-size: 16px;
line-height: 16px;}}
.index .nav a .tits span {
position: relative; }
.index .nav a .tits span:after {
width: 24px;
height: 1px;
content: '';
background-color: #fff;
position: absolute;
bottom: -14px;
left: 0;
transition: width .5s; }
@media (min-width: 1024px) {
.index .nav a:hover {
background-color: rgba(0, 0, 0, 0.45); }
.index .nav a:hover .tits span:after {
width: 100%; } }
.index .nav a.on {
background-color: rgba(0, 0, 0, 0.6); }
.index .nav a.on .tits span:after {
width: 100%; }
@media (max-width: 1024px){
.index .list{height:auto;}
.index .list ul li .img{
display: none;
}
.index .list ul li img{
display: block;
}
}
.home {
font-size: 14px;
line-height: 60px;
color: #666;
border-top: 1px solid #eee; }
.home a {
color: #666; }
@media (min-width: 1024px) {
.home a:hover {
color: #008cd6; } }
.home i {
color: #333; }
@media (max-width: 1024px){
.home{
line-height: 40px;
}
}
.footerIndex {
width: 100%;
height: auto;
background-color: #fff; }
.footerIndex .footer {
width: calc(100% - 120px);
background: none;
padding: 0;
margin: 0 auto; }
.footerIndex .footer .p {
font-size: 14px;
line-height: 26px;
padding: 17px 0;
color: #000;
opacity: 0.7;
float: left; }
.footerIndex .footer .p a {
color: #000; }
.footerIndex .footer .p a:hover {
color: #008cd6; }
.footerIndex .footer .t {
float: right;
padding: 14px 0; }
.footerIndex .footer .t a {
padding-left: 37px;
display: block;
float: left;
margin-left: 20px;
font-size: 13px;
line-height: 32px;
color: #000;
background-position: left center;
background-repeat: no-repeat; }
.footerIndex .footer .t a.a1 {
background-image: url("/template/company/wangwangjituan/img/1.png"); }
.footerIndex .footer .t a.a2 {
background-image: url("/template/company/wangwangjituan/img/2.png"); }
.footer {
position: relative;
z-index: 10;
background-color: #313131;
padding-top: 63px; }
.footer .frilink{
width: 1440px;
max-width: 92%;
margin: 0 auto 20px;
position: relative;
padding-left: 85px;
box-sizing: border-box;
}
.footer .frilink span{
font-size: 14px;
line-height: 24px;
color: #fff;
padding-right: 20px;
position: absolute;display: block;top: 0;
left: 0;
}
.footer .frilink a{
font-size: 14px;
line-height: 24px;
color: #fff;
opacity: 0.6;
padding-right: 20px;
position: relative;display: block;float: left;
}
.footer .frilink a:after{
width: 1px;
height: 14px;
top: 3px;
right: 7px;
background-color: #fff;
opacity: 0.6;
content: '';
position: absolute;
}
.footer .frilink a:last-child{
padding-right: 0;
}
.footer .frilink a:last-child:after{
display: none;
}
.footer .foot {
padding-bottom: 45px; }
.footer .foot .logo {
width: 125px;
float: left; }
.footer .foot .nav {
float: right; }
.footer .foot .nav dl {
width: 135px;
float: left; }
.footer .foot .nav dl:last-child {
width: auto; }
.footer .foot .nav dl:nth-child(6) {
width: 150px; }
.footer .foot .nav dl dt {
margin-bottom: 22px; }
.footer .foot .nav dl dt a {
font-size: 15px;
line-height: 18px;
color: #fff; }
.footer .foot .nav dl dd.phone{display:none;}
@media (max-width: 1024px){
.footer .foot .nav dl dd.phone{display:block;}
.footer .foot .nav dl dd.pc{display:none;}
}
.footer .foot .nav dl dd a {
font-size: 14px;
line-height: 24px;
opacity: 0.6;
color: #fff; }
@media (min-width: 1024px) {
.footer .foot .nav dl dd a:hover {
opacity: 1; } }
.footer .foott {
border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .foott .left {
padding: 15px 0; }
.footer .foott .left a {
width: 34px;
display: block;
float: left;
margin-right: 20px; }
.footer .foott .right {
font-size: 14px;
line-height: 64px;
color: #fff;
opacity: 0.5; }
.footer .foott .right a {
color: #fff; }
@media (min-width: 1024px) {
.footer .foott .right a:hover {
color: #008cd6; } }
@media (max-width: 1500px){
.footer .foot .nav dl{
width: 115px;
}
}
@media (max-width: 1366px){
.footer .foot .nav dl{
width: 100px;
}
}
@media (max-width: 1024px){
.footer .foot .nav{
display: none;
}
.footer{
padding-top: 30px;
}
}
@media (max-width: 768px){
.footer .foot{
padding-bottom: 15px;
}
.footer{
padding-top: 15px;
}
.footer .foott .right{
line-height: 30px;
float: none;
}
.footer .foott .right em{
display: block;
}
.footer .foott .left{
float: none;
}
.footer .foott .left a{
margin-right: 10px;
}
.footer{
padding-bottom: 20px;
}
}
.aboutNav {
width: 100%;
text-align: center;
background-color: #f9f9f9;
border-bottom: 1px solid #ececec; }
.aboutNav a {
display: inline-block;
margin: 0 40px;
color: #ececec;
font-size: 16px;
line-height: 60px;
color: #555;
position: relative; }
.aboutNav a:after {
width: 0;
height: 4px;
background-color: #008cd6;
position: absolute;
bottom: -1px;
left: 50%;
content: '';
transition: all 0.5s; }
.aboutNav a.on {
color: #008cd6; }
.aboutNav a.on:after {
width: 100%;
left: 0; }
@media (min-width: 1024px) {
.aboutNav a:hover {
color: #008cd6; }
.aboutNav a:hover:after {
width: 100%;
left: 0; } }
.aboutNavM{
width: 100%;
background-color: #f9f9f9;
display: none;
position: relative;
z-index: 10;
}
.aboutNavM .tits{
border-bottom: 1px solid #ececec;
font-size: 16px;
line-height: 40px;
color: #555;
position: relative;
}
.aboutNavM .tits span{
padding-left: 20px;
}
.aboutNavM .tits i{
width: 19px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
background-image: url('/template/company/wangwangjituan/img/cxx.png');
display: block;
transition: all .5s;
}
.aboutNavM .tits.on i{
transform: rotate(180deg);
}
.aboutNavM ul{
width: 100%;
height: auto;
position: absolute;
top: 41px;
left: 0;
background-color: #f9f9f9;
box-shadow: 0 5px 10px rgba(0,0,0,0.2);
display: none;
}
.aboutNavM ul li a{
width: calc(100% - 20px);
font-size: 15px;
line-height: 40px;
color: #555;
display: block;
padding-left: 20px;
}
.about {
padding-top: 4.7%;
padding-bottom: 7.7%;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg"); }
.about .box {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 50px; }
.about .box .pic {
width: 50%;
float: left; }
.about .box .con {
width: 45.8%;
float: right;
border-bottom: 1px solid #e0e0e0;
padding-top: 33px;
padding-bottom: 37px; }
.about .box .con .tits {
font-size: 36px;
line-height: 36px;
color: #000; }
.about .box .con .txt {
font-size: 16px;
line-height: 24px;
color: #575757;
margin-top: 30px; }
.about .conn {
font-size: 16px;
line-height: 24px;
color: #575757;
margin-top: 46px; }
.team {
padding-top: 4.2%;
padding-bottom: 3%; }
.team ul li {
width: 100%;
/*margin-right: 3.4%;*/
margin-bottom: 3.4%;
background-color: #f8f8f8;
float: left; }
.team ul li:nth-child(2n) {
margin-right: 0; }
.team ul li .pic {
width: 290px;
float: left; }
.team ul li .con {
width: calc(90% - 290px);
float: right;
margin-right: 5%;
padding-top: 50px; }
.team ul li .con .tits {
font-size: 18px;
line-height: 18px;
color: #000; }
.team ul li .con .line {
width: 30px;
height: 1px;
background-color: #cdd0df;
margin-top: 30px; }
.team ul li .con .txt {
font-size: 15px;
line-height: 24px;
color: #666;
margin-top: 28px; }
.story {
padding-top: 4.2%;
padding-bottom: 5.2%; }
.story .box .boxLeft {
width: 50%;
float: left;
position: relative; }
.story .box .boxLeft .con {
width: calc(100% - 80px);
position: absolute;
bottom: 10%;
left: 40px;
color: #fff; }
.story .box .boxLeft .con .tits {
font-size: 14px;
line-height: 15px;
position: relative; }
.story .box .boxLeft .con .tits:after {
width: 30px;
height: 1px;
position: absolute;
top: 7px;
left: -40px;
background-color: #fff;
content: ''; }
.story .box .boxLeft .con .tit {
font-size: 16px;
line-height: 24px;
height: 48px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-top: 13px;
width: 420px;
max-width: 100%; }
.story .box .itemBox {
width: 50%;
float: left; }
.story .box .itemBox .item {
width: 100%;
background-color: #f3f3f3;
position: relative; }
.story .box .itemBox .item .pic {
width: 50%;
float: left; }
.story .box .itemBox .item .con {
width: 50%;
height: 100%;
float: left;
position: absolute;
top: 0;
right: 0; }
.story .box .itemBox .item .con .conn {
width: calc(100% - 75px);
position: absolute;
left: 40px;
top: 29%; }
.story .box .itemBox .item .con .conn .tits {
color: #000;
font-size: 18px;
line-height: 18px;
position: relative; }
.story .box .itemBox .item .con .conn .tits:after {
width: 30px;
height: 1px;
background-color: #000;
position: absolute;
top: 9px;
left: -40px;
content: ''; }
.story .box .itemBox .item .con .conn .tit {
font-size: 15px;
line-height: 20px;
color: #666;
margin-top: 12px; }
.story .box .itemBox .item:nth-child(2) .pic {
float: right; }
.story .box .itemBox .item:nth-child(2) .con {
right: auto;
left: 0; }
.story .box .itemBox .item:nth-child(2) .con .conn {
left: auto;
right: 40px; }
.story .box .itemBox .item:nth-child(2) .con .conn .tits:after {
left: auto;
right: -40px; }
.story .clickMore {
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
text-align: center;
display: block;
margin: 60px auto 0;
font-size: 16px;
line-height: 50px;
color: #fff; }
.media {
padding: 3.6% 0;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg"); }
.media .box .pic {
width: 48.3%;
float: left; }
.media .box .con {
width: 48.3%;
float: right;
font-size: 16px;
line-height: 24px;
color: #333;
padding-top: 40px; }
.group {
background-color: #fcfbfb;
padding-top: 4.7%;
padding-bottom: 5.2%; }
.group .con .tits {
text-align: center;
font-size: 36px;
line-height: 36px;
color: #333; }
.group .con .tit {
font-size: 16px;
line-height: 26px;
color: #333;
margin-top: 27px; }
.group .list {
width: 100%;
height: auto;
margin-top: 66px; }
.group .list ul li .pic{
width: 68.5%;
margin: 0 auto;
transform: scale(0.8);
transition: all 0.5s;
}
.group .list ul li.swiper-slide-active .pic{
transform: scale(1);
}
.group .list ul li p{
text-align: center;
font-size: 16px;
line-height: 30px;
color: #333;
margin-top: 20px;
}
.group .list .a{
width: 67px;height:67px;position: absolute;top: 50%;transform:translateY(-50%);display:block;background-image:url('/template/company/wangwangjituan/img/culture_next.png');background-size:cover;background-repeat: no-repeat;z-index: 10;
}
.group .list .a.prev{left: 0;transform:rotateY(-180deg) translateY(-50%);}
.group .list .a.next{right: 0;}
@media (max-width: 1024px){.group .list .a{width: 40px;height:40px;}}
.group .list .btns {
margin-top: 32px;
text-align: center; }
.group .list .btns span {
display: inline-block;
opacity: 1;
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #188dfe;
margin: 0 10px;
background: none; }
.group .list .btns span.swiper-pagination-bullet-active {
background-color: #188dfe; }
.banner {
position: relative;
width: 100%;
height: auto; }
.banner .con {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
transform: translateY(-50%);
color: #fff; }
.banner .con .tits {
font-size: 48px;
line-height: 48px; }
.banner .con .tit {
font-size: 18px;
line-height: 18px;
margin-top: 24px; }
.banner .down {
width: 28px;
height: auto;
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%); }
.oemTitle {
text-align: center;
color: #000; }
.oemTitle .tits {
font-size: 36px;
line-height: 36px; }
.oemTitle .tit {
font-size: 18px;
line-height: 18px;
opacity: 0.7;
margin-top: 20px; }
.oem .box1 {
padding-top: 5.2%;
padding-bottom: 3.4%; }
.oem .box1 .list {
margin-top: 6.1%; }
.oem .box1 .list ul li {
width: 48.3%;
float: left;
margin-bottom: 44px; }
.oem .box1 .list ul li:nth-child(2n) {
float: right; }
.oem .box1 .list ul li .con {
width: 100%;
height: auto;
position: relative; }
.oem .box1 .list ul li .con img {
width: 50px;
float: left;
margin-left: 5px; }
.oem .box1 .list ul li .con .tits {
width: calc(100% - 60px);
font-size: 16px;
line-height: 24px;
color: #666;
position: absolute;
bottom: 0;
right: 0; }
.oem .box1 .list ul li .con .tits span {
color: #000; }
.oem .box1 .list ul li .line {
width: 100%;
height: 8px;
background-color: #555;
border: 1px solid #000;
border-radius: 4px;
opacity: .1;
margin-top: 10px; }
.oem .box2 {
background-image: url("/template/company/wangwangjituan/img/oem_bg.jpg");
padding-bottom: 6%;
padding-top: 5.2%; }
.oem .box2 .oemTitle {
color: #fff; }
.oem .box2 .list {
width: 100%;
height: auto;
margin-top: 52px;
position: relative;
z-index: 10; }
.oem .box2 .list ul li {
width: 31%;
background-color: #fff;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
float: left; }
.oem .box2 .list ul li .pic{
width: 100%;
height: auto;
overflow: hidden;
}
.oem .box2 .list ul li .pic img{
transition: all 1.5s;
}
@media (min-width: 1024px){
.oem .box2 .list ul li:hover .pic img{
transform: scale(1.1);
}
}
.oem .box2 .list ul li:nth-child(3) {
margin-left: -4px; }
.oem .box2 .list ul li .con {
width: calc(100% - 60px);
margin: 0 auto;
padding-top: 28px;
padding-bottom: 28px; }
.oem .box2 .list ul li .con .tits {
font-size: 18px;
line-height: 20px;
color: #000; }
.oem .box2 .list ul li .con .tit {
font-size: 16px;
line-height: 24px;
height: 72px;
color: #555;
margin-top: 14px; }
.oem .box2 .list .btns {
width: 100%;
height: auto;
text-align: center;
font-size: 0;
position: relative;
bottom: auto;
left: auto;
margin-top: 60px; }
.oem .box2 .list .btns span {
width: 10px;
height: 10px;
border-radius: 100%;
border: 1px solid #fff;
margin: 0 8px;
opacity: 1;
background: none; }
.oem .box2 .list .btns span.swiper-pagination-bullet-active {
background-color: #fff; }
.oem .box2 .bg {
width: 44.25%;
position: absolute;
top: 24%;
right: -18%;
z-index: 5; }
.oem .box3 {
padding-top: 5.2%;
padding-bottom: 6.25%; }
.oem .box3 .list {
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
margin-top: 40px;
padding-top: 50px;
padding-bottom: 20px; }
.oem .box3 .list ul {
width: calc(100% - 160px);
margin: 0 auto; }
.oem .box3 .list ul li {
width: 28.8%;
float: left;
margin-right: 6.8%;
margin-bottom: 30px; }
.oem .box3 .list ul li:nth-child(3n) {
margin-right: 0; }
.oem .box3 .list ul li .pic {
padding: 16px;
background-color: #efefef;
box-sizing: border-box; }
.oem .box3 .list ul li p {
text-align: center;
font-size: 16px;
line-height: 24px;
color: #333;
margin-top: 17px; }
.join{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.7%;
}
.join .content{
background-image: url(/template/company/wangwangjituan/img/join_bg.png);
background-size: 100% auto;
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 5.2%;
}
.join .box1{
position: relative;
}
.join .box1 .img{
width: 16.3%;
position: absolute;
left: 0;
bottom: 0;
}
.join .box1 .box-new{
width: 965px;
max-width: 92%;
margin: 0 auto;
}
.join .box1 .title .tits{
font-size: 36px;
line-height: 36px;
color: #000;
text-align: center;
}
.join .box1 .title .txt{
font-size: 16px;
line-height: 24px;
color: #333;
margin-top: 24px;
}
.tableBox{
margin-top: 55px;
}
.tableBox .t{
margin-bottom: 20px;
}
.tableBox .t .tt{
width: 48.4%;
float: left;
margin-right: 3.2%;
}
.tableBox .t .tt:last-child{
margin-right: 0;
}
.tableBox .t .tt .span{
width: 100px;
margin-right: 5px;
float: left;
font-size: 16px;
line-height: 50px;
color: #000;
text-align: right;
}
.tableBox .t .tt .span span{
color: #dc0000;
}
.tableBox .t .tt .text{
width: calc(100% - 107px);
float: left;
height: 48px;
font-size: 15px;
line-height: 24px;
color: #333;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t .tt .cc{
width: calc(100% - 107px);
float: left;
height: 48px;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t .tt .cc .text{
font-size: 15px;
line-height: 24px;
color: #333;
border: none;
background: none;
width: calc(100% - 100px);
height: 48px;
text-align: center;
}
.tableBox .t .tt .cc a{
width: 100px;
height: 48px;
font-size: 16px;
line-height: 48px;
display: block;
float: right;
background-color: #008cd6;
color: #fff;
}
.tableBox .t .tt .cc a.cur{
background-color: #999;
}
.tableBox .t .tt .cc .img{
width: 100px;
height: 48px;
position: relative;
float: right;
}
.tableBox .t .tt .cc .img img{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
cursor: pointer;
}
@media (max-width: 768px){
.tableBox .t .tt .cc{
width: calc(100% - 92px);
height: 36px;
}
.tableBox .t .tt .cc .text{
font-size: 14px;
line-height: 36px;
height: 36px;
}
.tableBox .t .tt .cc a{
height: 36px;
line-height: 36px;
font-size: 14px;
}
.tableBox .t .tt .cc .img{
height: 36px;
}
}
.tableBox .t .tt .sel{
width: calc(100% - 107px);
float: left;
height: 48px;
font-size: 15px;
line-height: 24px;
color: #7d7d7d;
text-align: center;
text-align-last: center;
background: none;
display: block;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1{
margin-bottom: 20px;
}
.tableBox .t1 .span{
width: 100px;
margin-right: 5px;
float: left;
font-size: 16px;
line-height: 50px;
color: #000;
text-align: right;
}
.tableBox .t1 .span span{
color: #dc0000;
}
.tableBox .t .tt label{
line-height: 52px;
font-size: 16px;
float: left;
margin-right: 10px;
}
.tableBox .t1 .ttBox{
width: calc(100% - 107px);
float: left;
}
.tableBox .t1 .ttBox .tt1{
width: 29.5%;
float: left;
margin-right: 4.5%;
}
.tableBox .t1 .ttBox .tt1:last-child{
margin-right: 0;
}
.tableBox .t1 .ttBox .tt1 .sel{
width: calc(100% - 60px);
float: left;
height: 48px;
font-size: 15px;
line-height: 24px;
color: #333;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1 .ttBox .tt1 span{
float: left;
font-size: 16px;
line-height: 50px;
margin-left: 10px;
color: #000;
}
.tableBox .t2{
width: 100px;
font-size: 16px;
line-height: 50px;
color: #000;
text-align: right;
}
.tableBox .t2 span{
color: #dc0000;
}
.join .box2{
background-color: rgba(220,220,220,0.1);
border-top: 1px solid #e1e1e1;
padding-top: 74px;
border-bottom: 1px solid #e1e1e1;
margin-top: 20px;
padding-bottom: 48px;
}
.join .box2 .tBox{
width: 1000px;
max-width: 92%;
margin: 0 auto;
}
.join .box2 .tBox .t{
width: 10%;
float: left;
text-align: center;
cursor: pointer;
margin-bottom: 7px;
}
.join .box2 .tBox .t img{
width: 50px;
height: 50px;
border-radius: 100%;
display: block;
margin: 0 auto;
}
.join .box2 .tBox .t .tits{
text-align: center;
font-size: 15px;
line-height: 20px;
color: #000;
margin-top: 6px;
height: 40px;
overflow: hidden;
}
.join .box2 .tBox .t .tits span{
display: inline-block;
padding-left: 25px;
background-position: left 3px;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/join_ic1.png');
}
.join .box2 .tBox .t.on .tits span{
background-position: left 3px;
background-image: url('/template/company/wangwangjituan/img/join_ic2.png');
}
.join .submit{
width: 180px;
height: 50px;
border-radius: 25px;
display: block;
border: none;
background-color: #008cd6;
font-size: 16px;
line-height: 50px;
text-align: center;
color: #fff;
margin: 60px auto 0;
}
.tk{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 100;
display: none;
}
.tk .bg{
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
position: absolute;
top: 0;
left: 0;
}
.tk .box{
width: 260px;
height: 155px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-color: #fff;
}
.tk .box .tits{
width: calc(100% - 20px);
padding-left: 20px;
height: 42px;
background-color: #f7f7f7;
font-size: 15px;
line-height: 42px;
color: #333;
border-bottom: 1px solid #ededed;
}
.tk .box .con{
width: calc(100% - 40px);
margin: 22px auto 0;
}
.tk .box .con .t{
font-size: 15px;
line-height: 20px;
color: #333;
}
.tk .box .con .t1 {
margin-top: 27px;
}
.tk .box .con .t1 .but{
float: right;
width: 76px;
height: 30px;
border-radius: 15px;
background-color: #008cd7;
font-size: 14px;
line-height: 30px;
color: #fff;
display: block;
text-align: center;
}
.digital{
padding-top: 5.2%;
}
.digital .list{
width: 100%;
height: auto;
position: relative;
}
.digital .list .line{
width: 100%;
height: 1px;
background-color: #f2f2f2;
position: absolute;
top: 30px;
left: 0;
}
.digital .list .a{
width: 60px;
height: 60px;
position: absolute;
top: 0;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 10;
}
.digital .list .a.prev{
background-image: url('/template/company/wangwangjituan/img/prev.png');
left: 35px;
}
.digital .list .a.next{
background-image: url('/template/company/wangwangjituan/img/next.png');
right: 35px;
}
.digital .list .a.swiper-button-disabled.prev{
background-image: url('/template/company/wangwangjituan/img/prev_h.png');
}
.digital .list .a.swiper-button-disabled.next{
background-image: url('/template/company/wangwangjituan/img/next_h.png');
}
.digital .list .list-new{
width: calc(100% - 260px);
margin: 0 auto;
position: relative;
z-index: 10;
}
.digital .list .list-new ul li{
width: 14.2%;
float: left;
cursor: pointer;
}
.digital .list .list-new ul li .dian{
width: 60px;
height: 60px;
position: relative;
margin: 0 auto;
}
.digital .list .list-new ul li .dian span{
display: none;
width: 100%;
line-height: 60px;
position: absolute;
top: 0;
left: 0;
font-size: 18px;
color: #fff;
font-family: Arial;
text-align: center;
transition: all .5s;
}
.digital .list .list-new ul li .dian i{
width: 10px;
height: 10px;
border: 1px solid #008cd6;
background-color: #fff;
border-radius: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
transition: all .5s;
}
.digital .list .list-new ul li p{
text-align: center;
font-size: 16px;
line-height: 18px;
color: #555;
text-align: center;
margin-top: 5px;
}
.digital .list .list-new ul li.on .dian i{
width: 60px;
height: 60px;
background-color: #008cd6;
border: none;
}
.digital .list .list-new ul li.on p{
color: #008cd6;
font-weight: bold;
margin-top: 13px;
}
.digital .list .list-new ul li.on .dian span{
display: block;
}
.digital .list1{
margin-top: 9.6%;
}
.digital .list1 ul{
display: none;
}
.digital .list1 ul li{
width: 22.5%;
float: left;
margin-right: 3.3%;
margin-bottom: 5.2%;
}
.digital .list1 ul li:nth-child(4n){
margin-right: 0;
}
.digital .list1 ul li p{
text-align: center;
font-size: 16px;
line-height: 20px;
color: #444;
margin-top: 27px;
}
.hr{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
}
.hr .box1{
padding-top: 4.2%;
padding-bottom: 7.1%;
}
.hr .box1 .title{
width: 25.8%;
float: left;
}
.hr .box1 .title .en{
font-size: 36px;
line-height: 36px;
color: #000;
opacity: 0.1;
text-transform: uppercase;
font-family: Arial;
}
.hr .box1 .title .cn{
font-size: 28px;
line-height: 28px;
color: #000;
margin-top: 15px;
}
.hr .box1 .con{
width: 74.2%;
float: left;
padding-top: 67px;
}
.hr .box1 .con .img{
width: 75px;
float: left;
}
.hr .box1 .con .txt{
font-size: 16px;
line-height: 28px;
color: #333;
width: calc(100% - 115px);
float: right;
padding-top: 10px;
}
.hr .box1 .con .txt span{
font-size: 20px;
}
.hr .box2{
background-image: url('/template/company/wangwangjituan/img/hr_bg.jpg');
padding-top: 6.5%;
padding-bottom: 3.3%;
}
.hr .box2 .title{
width: 100%;
}
.hr .box2 .title .en{
font-size: 36px;
line-height: 36px;
color: #000;
opacity: 0.1;
text-transform: uppercase;
}
.hr .box2 .title .cn{
font-size: 28px;
line-height: 28px;
color: #000;
margin-top: 15px;
}
.hr .box2 .list{
margin-top: 50px;
}
.hr .box2 .list ul li{
width: 48.3%;
float: left;
margin-right: 3.4%;
margin-bottom: 46px;
}
.hr .box2 .list ul li:nth-child(2n){
margin-right: 0;
}
.hr .box2 .list ul li .con{
width: calc(100% - 40px);
margin: 40px auto 0;
}
.hr .box2 .list ul li .con .tits{
font-size: 22px;
line-height: 24px;
color: #000;
}
.hr .box2 .list ul li .con .tit{
font-size: 16px;
line-height: 24px;
height: 96px;
color: #666;
margin-top: 14px;
}
.lesson{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding: 4.2% 0;
}
.lesson .nav{
width: 144px;
float: left;
position:relative;
}
.lesson .nav .tit{
font-size: 14px;
line-height: 24px;
padding: 0 13px;
display: inline-block;
color: #b9b9b9;
border: 1px solid #b9b9b9;
border-radius: 12px;
position: absolute;
right: 28px;
top: 0;
z-index: 20;
}
.lesson .nav ul li{
border-right: 1px solid rgba(0,0,0,0.1);
}
.lesson .nav ul li a{
width: 100%;
display: block;
position: relative;
padding: 40px 0;
}
.lesson .nav ul li a .tits{
font-size: 16px;
line-height: 30px;
color: #000;
width: 115px;
text-align: right;
}
.lesson .nav ul li a .dian{
width: 7px;
height: 7px;
border: 2px solid #058ed6;
background-color: #fff;
border-radius: 100%;
position: absolute;
top: 50%;
right: -6.5px;
margin-top: -5.5px;
}
.lesson .nav ul li.on a .tits{
font-size: 28px;
font-weight: bold;
}
.lesson .nav ul li.on a .tit{
display: block;
}
.lesson .content{
width: 70%;
float: right;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 50px;
}
.lesson .content .pic{
width: 100%;
}
.lesson .content .pic img{
max-width: 100%;
display: block;
}
.lesson .content .list{
margin-top: 27px;
}
.lesson .content .list ul{
padding-bottom: 25px;
}
.lesson .content .list ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 35px;
margin-bottom: 35px;
}
.lesson .content .list ul li .tits{
font-size: 20px;
line-height: 24px;
color: #000;
}
.lesson .content .list ul li .tit{
width: calc(100% - 70px);
font-size: 16px;
line-height: 24px;
color: #666;
margin-top: 18px;
}
.page{
text-align: center;
font-size: 0;
width: 100%;
}
.page a{
font-size: 16px;
line-height: 48px;
width: 48px;
border: 1px solid #e7e7e7;
display: inline-block;
margin: 0 5px;
color: #333;
border-radius: 25px;
}
.page a.p{
width: 118px;
background-color: #e7e7e7;
}
.page .active{
width: 48px;
height: 48px;
background-color: #008cd6;
color: #fff;
border: 1px solid #008cd6;
display: inline-block;
border-radius: 25px;
font-size: 16px;
line-height: 48px;
}
@media (min-width: 1024px){
.page a:hover{
background-color: #008cd6;
color: #fff;
border: 1px solid #008cd6;
}
}
.procurement{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.2%;
padding-bottom: 5.2%;
}
.procurement ul{
border-top: 1px solid rgba(0,0,0,0.1);
padding-bottom: 60px;
}
.procurement ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 30px 0;
}
.procurement ul li a{
width: 100%;
display: block;
position: relative;
}
.procurement ul li a .time{
width: 105px;
float: left;
text-align: center;
position: relative;
}
.procurement ul li a .time:after{
width: 1px;
height: 50px;
opacity: 0.05;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
content: '';
}
.procurement ul li a .time span{
display: block;
width: 100%;
font-size: 48px;
line-height: 50px;
color: #008cd6;
}
.procurement ul li a .time i{
width: 100%;
display: block;
font-size: 14px;
line-height: 16px;
color: #000;
opacity: 0.8;
}
.procurement ul li a .tits{
width: calc(100% - 165px);
font-size: 20px;
line-height: 22px;
height: 22px;
overflow: hidden;
color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.factory{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.factory .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
padding-top: 4.7%;
padding-bottom: 7%;
position: relative;
}
.factory .content .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.factory .content .title{
text-align: center;
}
.factory .content .title .tits{
font-size: 36px;
line-height: 36px;
color: #000;
}
.factory .content .title .tit{
font-size: 16px;
line-height: 18px;
color: #444;
margin-top: 23px;
}
.factory .content .box1{
width: 1180px;
max-width: 92%;
margin: 50px auto 0;
box-sizing: border-box;
border: 1px solid #e4e5e5;
border-radius: 20px;
padding-top: 5.5%;
padding-bottom: 7.7%;
position: relative;
}
.factory .content .box1 .line{
width: 100%;
height: calc(100% - 40px);
top: 20px;
left: 0;
border: 1px solid #e4e5e5;
border-radius: 20px;
position: absolute;
}
.factory .content .box1 .item{
width: 44.9%;
float: left;
}
.factory .content .box1 .item:nth-child(1){
margin-left: 5.3%;
margin-right: 2.8%;
}
.factory .content .box1 .item .icon{
width: 102px;
float: left;
}
.factory .content .box1 .item .con{
width: calc(100% - 120px);
margin-left: 18px;
line-height: 26px;
color: #666;
float: left;
padding-top: 25px;
}
.factory .content .box1 .item .con .tits{
font-size: 18px;
}
.factory .content .box1 .item .con .tit{
font-size: 16px;
}
.factory .content .box2{
width: 1060px;
max-width: 92%;
margin: 45px auto 0;
}
.factory .content .box2 .item{
margin-bottom: 45px;
}
.factory .content .box2 .item .tits{
font-size: 30px;
line-height: 30px;
color: #008cd6;
}
.factory .content .box2 .item .tit{
font-size: 16px;
line-height: 24px;
color: #666;
margin-top: 15px;
}
.message{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
padding-bottom: 4.7%;
position: relative;
}
.message .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.messageTabs{
width: 800px;
margin: 0 auto;
max-width: 90%;
border-bottom: 1px solid #e1e1e1;
padding-top: 70px;
position: relative;
}
.messageTabs a{
width: 25%;
float: left;
text-align: center;
font-size: 16px;
line-height: 56px;
color: #555;
display: block;
position: relative;
}
.messageTabs a:after{
width: 100%;
height: 1px;
background-color: #008cd6;
position: absolute;
bottom: -1px;
left: 0;
content: '';
display: none;
}
.messageTabs a.on{
color: #008cd6;
}
.messageTabs a.on:after{
display: block;
}
.messageTabs img{
width: 62px;
position: absolute;
bottom: -30px;
left: -38px;
}
.messageTabs.w3 a{
width: 33.333%;
}
.message .list{
width: 100%;
margin-top: 50px;
}
.message .list .tits{
background-color: #008cd6;
width: 100%;
height: 60px;
}
.message .list .tits .t{
text-align: center;
font-size: 16px;
line-height: 60px;
color: #fff;
float: left;
width: 16.6%;
position: relative;
cursor: pointer;
}
.message .list .tits .t:after{
width: 1px;
height: 14px;
position: absolute;
top: 23px;
right: 0;
background-color: #fff;
opacity: 0.3;
content: '';
}
.message .list .tits .t:last-child:after{
display: none;
}
.message .list .tits .t span{
display: inline-block;
padding-right: 23px;
background-position: right center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/sj.png');
}
.message .list .tits .t ul{
width: 100%;
height: 200px;
overflow-y: scroll;
background-color: #fff;
border: 1px solid #008cd6;
text-align: center;
position: absolute;
top: 60px;
left: 0;
display: none;
}
.message .list .tits .t ul li{
font-size: 16px;
line-height: 40px;
color: #333;
}
.message .list .list-new{
margin-top: 10px;
}
.message .list .list-new ul{
padding-bottom: 50px;
}
.message .list .list-new ul li{
background-color: #edf4f8;
margin-bottom: 10px;
font-size: 15px;
line-height: 60px;
color: #333;
}
.message .list .list-new ul li .t{
text-align: center;
overflow: hidden;
height: 60px;
float: left;
width: 16.6%;
}
.message .list .list-new ul li .t a{
color: #333;
}
.message .list .list-new ul li .t a:hover{
color: #008cd6;
}
.qa{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
position: relative;
}
.qa .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 5.2%;
}
.qa .content .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.qa .content .list{
padding-top: 10.8%;
}
.qa .content .list ul{
padding-bottom: 25px;
}
.qa .content .list ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 27px;
margin-bottom: 25px;
}
.qa .content .list ul li .tits{
font-size: 20px;
line-height: 26px;
color: #008cd6;
}
.qa .content .list ul li .tit{
font-size: 16px;
line-height: 26px;
color: #555;
text-indent: 2em;
margin-top: 20px;
}
.qa .content .list .moreClick{
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
display: block;
margin: 0 auto 0;
text-align: center;
font-size: 16px;
line-height: 50px;
color: #fff;
}
.service{
width: 100%;
height: auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-image: url('/template/company/wangwangjituan/img/service_bg.jpg');
padding-top: 5.2%;
padding-bottom: 11.2%;
position: relative;
}
.service .img{
width: 16.3%;
position: absolute;
top: 25%;
left: 0;
}
.service .tits{
text-align: center;
font-size: 36px;
line-height: 36px;
font-weight: bold;
color: #000;
}
.service .box{
border: 1px solid #e9eaea;
border-radius: 20px;
width: 788px;
height: auto;
margin: 50px auto 0;
position: relative;
padding-top: 8.3%;
padding-bottom: 9.2%;
max-width: 100%;
}
.service .box .txt{
font-size: 18px;
line-height: 30px;
color: #555;
margin-left: 20.7%;
}
.service .box .pic{
width: 25.5%;
position: absolute;
bottom: 0;
right: 3.5%;
}
.service .box .line{
width: 100%;
height: calc(100% - 20px);
left: -1px;
top: 10px;
border: 1px solid #e6e6e6;
border-radius: 20px;
position: absolute;
}
.hr .box1 .boxNew{
width: 100%;
position: relative;
margin-top: 8.9%;
}
.hr .box1 .boxNew ul{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.hr .box1 .boxNew ul li{
width: 16.6%;
float: left;
height: 100%;
position: relative;
cursor: pointer;
}
.hr .box1 .boxNew ul li .icon{
width: 60%;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.hr .box1 .boxNew ul li .icon .img2{
display: none;
}
.hr .box1 .boxNew ul li p{
width: 100%;
text-align: center;
font-size: 16px;
line-height: 20px;
color: #333;
position: absolute;
bottom: 10px;
left: 0;
}
.hr .box1 .boxNew ul li:nth-child(2n) p{
top: 10px;
bottom: auto;
}
.hr .box1 .boxNew ul li.on .icon .img1{
display: none;
}
.hr .box1 .boxNew ul li.on .icon .img2{
display: block;
}
.hr .box1 .boxNew ul li.on p{
color: #008cd6;
}
.hr .box3{
background-color: #fafafa;
padding-top: 4.7%;
padding-bottom: 6.25%;
}
.hr .box3 .top .title{
float: left;
}
.hr .box3 .top .title .en{
font-size: 36px;
line-height: 36px;
color: #000;
opacity: 0.1;
text-transform: uppercase;
font-family: Arial;
}
.hr .box3 .top .title .cn{
font-size: 28px;
line-height: 28px;
color: #000;
margin-top: 10px;
}
.hr .box3 .top .search{
width: 280px;
height: 50px;
box-sizing: border-box;
float: right;
border: 1px solid #e1e1e1;
margin-top: 24px;
}
.hr .box3 .top .search .submit{
width: 60px;
height: 50px;
float: left;
border: none;
background: none;
background-image: url('/template/company/wangwangjituan/img/search1.png');
background-position: center;
background-repeat: no-repeat;
}
.hr .box3 .top .search .text{
width: calc(100% - 60px);
float: left;
height: 50px;
background: none;
border: none;
font-size: 16px;
line-height: 30px;
color: #333;
}
.hr .box3 .tabs{
width: 100%;
height: auto;
border-bottom: 1px solid #e1e1e1;
text-align: center;
font-size: 0;
}
.hr .box3 .tabs a{
font-size: 16px;
line-height: 54px;
color: #000;
display: inline-block;
margin: 0 52px;
position: relative;
}
.hr .box3 .tabs a:after{
width: 24px;
height: 7px;
position: absolute;
bottom: -4px;
left: 50%;
margin-left: -12px;
border-radius: 4px;
background-color: #008cd6;
content: '';
display: none;
}
.hr .box3 .tabs a.on{
color: #008cd6;
}
.hr .box3 .tabs a.on:after{
display: block;
}
.hr .box3 .tabs a:hover{
color: #008cd6;
}
.hr .box3 .tabs a:hover:after{
display: block;
}
.hr .box3 .frilink{padding-top: 15px;}
.hr .box3 .frilink a{
font-size: 16px;
line-height: 28px;
color: #000;
float: left;
padding-right: 14px;
position: relative;
}
.hr .box3 .frilink a.on{color: #008cd6;}
.hr .box3 .frilink a:after{width: 1px;height: 14px;top: 7px;background-color: #000;position: absolute;right: 7px;content: '';}
.hr .box3 .sel{
width: 280px;
height: 50px;
margin-top: 40px;
box-sizing: border-box;
position: relative;
}
.hr .box3 .sel .tits{
width: calc(100% - 2px);
height: 48px;
position: relative;
cursor: pointer;
border: 1px solid #e1e1e1;
}
.hr .box3 .sel .tits span{
float: left;
font-size: 16px;
line-height: 48px;
color: #000;
margin-left: 12px;
}
.hr .box3 .sel .tits i{
width: 19px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-image: url('/template/company/wangwangjituan/img/recruitment_icon.png');
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
display: block;
}
.hr .box3 .sel ul{
width: calc(100% - 2px);
height: auto;
/*max-height: 200px;
overflow-y: scroll;*/
background-color: #fafafa;
border: 1px solid #e1e1e1;
position: absolute;
top: 49px;
left: 0;
display: none;
max-height: 200px;
overflow-y: scroll;
}
.hr .box3 .sel ul li{
width: calc(100% - 12px);
padding-left: 12px;
font-size: 15px;
line-height: 40px;
color: #333;
cursor: pointer;
}
.hr .box3 .sel ul li:hover{
background-color: #fff;
}
.hr .box3 .jgTxt{
font-size: 14px;
line-height: 24px;
color: #666;
margin-left: 12px;
margin-top: 15px;
}
.hr .box3 .content{
width: 100%;
height: auto;
background-color: #fff;
box-shadow: 0 5px 10px rgba(0,0,0,0.04);
margin-top: 20px;
}
.hr .box3 .content ul li{
width: 20%;
line-height: 100px;
float: left;
text-align: center;
}
.hr .box3 .content ul li a{
font-size: 16px;
color: #000;
border-bottom: 1px solid #bfbfbf;
}
.consumers{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.consumers .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 5.6%;
}
.consumers .title{
text-align: center;
padding-top: 7.5%;
}
.consumers .title .t{
font-size: 36px;
line-height: 36px;
color: #000;
}
.consumers .title .t1{
font-size: 16px;
line-height: 18px;
color: #000;
margin-top: 20px;
}
.consumerstabs{
width: 600px;
margin: 0 auto;
max-width: 90%;
border-bottom: 1px solid #e1e1e1;
padding-top: 70px;
position: relative;
}
.consumerstabs a{
width: 33.333%;
float: left;
text-align: center;
font-size: 16px;
line-height: 56px;
color: #555;
display: block;
position: relative;
}
.consumerstabs.w{
width: 800px;
}
.consumerstabs.w a{
width: 24%;
}
.consumerstabs.w a:nth-child(2){
width: 28%;
}
.consumerstabs a:after{
width: 100%;
height: 1px;
background-color: #008cd6;
position: absolute;
bottom: -1px;
left: 0;
content: '';
display: none;
}
.consumerstabs a.on{
color: #008cd6;
}
.consumerstabs a.on:after{
display: block;
}
.consumerstabs img{
width: 62px;
position: absolute;
bottom: -30px;
left: -38px;
}
.consumers .box1{
width: calc(100% - 10px);
height: auto;
margin: 84px auto 0;
box-sizing: border-box;
border: 1px solid #e4e5e5;
border-radius: 20px;
padding-top: 7.9%;
padding-bottom: 10.25%;
position: relative;
}
.consumers .box1 .line{
width: 100%;
height: calc(100% - 40px);
top: 20px;
left: 0;
border: 1px solid #e4e5e5;
border-radius: 20px;
position: absolute;
}
.consumers .box1 .itemBox .item{
width: 33.333%;
float: left;
text-align: center;
}
.consumers .box1 .itemBox .item .icon{
width: 102px;
height: auto;
margin: 0 auto;
}
.consumers .box1 .itemBox .item .t{
font-size: 16px;
line-height: 18px;
color: #000;
opacity: 0.7;
margin-top: 18px;
}
.consumers .box1 .itemBox .item .t1{
font-size: 16px;
line-height: 18px;
color: #000;
font-family: Arial;
margin-top: 13px;
}
.consumers .box2{
width: 100%;
margin-top: 35px;
}
.consumers .box2 .boxLeft{
margin-left: 9.4%;
float: left;
}
.consumers .box2 .boxLeft img{
width: 90px;
float: left;
}
.consumers .box2 .boxLeft .txt{
font-size: 16px;
line-height: 26px;
color: #333;
margin-left: 20px;
padding-top: 19px;
float: left;
}
.consumers .box2 .boxRight{
font-size: 16px;
line-height: 26px;
color: #333;
float: right;
text-align: right;
padding-top: 19px;
margin-right: 7.9%;
}
.jieshao{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.jieshao .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 6%;
}
.jieshao .box1{
width: calc(100% - 10px);
height: auto;
margin: 84px auto 0;
box-sizing: border-box;
border: 1px solid #e4e5e5;
position: relative;
border-radius: 20px;
padding-top: 6.4%;
padding-bottom: 5%;
}
.jieshao .box1 .line{
width: 100%;
height: calc(100% - 40px);
top: 20px;
left: 0;
border: 1px solid #e4e5e5;
border-radius: 20px;
position: absolute;
}
.jieshao .box1 .boxNew{
width: 83.9%;
margin: 0 auto;
}
.jieshao .box1 .boxNew .con{
font-size: 16px;
line-height: 26px;
color: #333;
}
.jieshao .box1 .boxNew .itemBox{
margin-top: 45px;
}
.jieshao .box1 .boxNew .itemBox .item{
float: left;
margin-right: 9%;
}
.jieshao .box1 .boxNew .itemBox .item .icon{
width: 102px;
float: left;
}
.jieshao .box1 .boxNew .itemBox .item .img{
width: 90px;
margin-top: 6px;
float: left;
}
.jieshao .box1 .boxNew .itemBox .item .tit{
float: left;
font-size: 16px;
line-height: 26px;
color: #000;
padding-top: 25px;
margin-left: 16px;
}
.jieshao .box1 .boxNew .itemBox .item .tit span{
opacity: 0.7;
}
.fankui{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fafafa;
}
.fankui .content{
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: relative;
padding-bottom: 5.2%;
}
.fankui .content .tableBox{
margin: 82px auto 0;
width: calc(100% - 240px)
}
.tableBox .t1 .ttC{
width: calc(100% - 107px);
float: right;
}
.tableBox .t1 .ttC.mt{
margin-top: 20px;
}
.tableBox .t1 .ttC .text{
width: calc(100% - 2px);
height: 48px;
font-size: 15px;
line-height: 24px;
color: #333;
text-align: center;
background: none;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .t1 .txtC{
width: calc(100% - 127px);
font-size: 15px;
line-height: 20px;
color: #333;
margin-top: 14px;
margin-left: 127px;
float: left;
}
.tableBox .t1 .txt{
width: calc(100% - 127px);
height: 155px;
font-size: 15px;
line-height: 24px;
color: #333;
background: none;
padding: 10px;
border: 1px solid rgba(0,0,0,0.15);
}
.tableBox .submit{
width: 180px;
height: 50px;
border-radius: 25px;
display: block;
border: none;
background-color: #008cd6;
font-size: 16px;
line-height: 50px;
text-align: center;
color: #fff;
margin-left: 107px;
margin-top: 47px;
}
.standard{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fefefe;
padding-top: 60px;
padding-bottom: 4.2%;
}
.standard .sel{
width: 230px;
height: 44px;
box-sizing: border-box;
position: relative;
z-index: 10;
}
.standard .sel .tits{
width: calc(100% - 2px);
height: 42px;
position: relative;
cursor: pointer;
border: 1px solid #cbcbcb;
}
.standard .sel .tits span{
float: left;
font-size: 16px;
line-height: 42px;
color: #000;
margin-left: 12px;
}
.standard .sel .tits i{
width: 10px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-image: url('/template/company/wangwangjituan/img/recruitment_icon.png');
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
display: block;
}
.standard .sel ul{
width: calc(100% - 2px);
height: auto;
/*max-height: 200px;
overflow-y: scroll;*/
background-color: #fff;
border: 1px solid #e1e1e1;
position: absolute;
top: 43px;
left: 0;
display: none;
}
.standard .sel ul li{
width: calc(100% - 12px);
padding-left: 12px;
font-size: 15px;
line-height: 40px;
color: #333;
cursor: pointer;
}
.standard .sel ul li:hover{
background-color: #fefefe;
}
.standard .title{
font-size: 14px;
line-height: 14px;
color: #666;
margin-top: 20px;
}
.standard .list{
margin-top: 40px;
}
.standard .list ul{
border-top: 1px solid rgba(0,0,0,0.1);
padding-bottom: 60px;
}
.standard .list ul li{
border-bottom: 1px solid rgba(0,0,0,0.1);
padding: 30px 0;
}
.standard .list ul li a{
width: 100%;
display: block;
position: relative;
}
.standard .list ul li a .time{
width: 105px;
float: left;
text-align: center;
position: relative;
}
.standard .list ul li a .time:after{
width: 1px;
height: 50px;
opacity: 0.05;
background-color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
content: '';
}
.standard .list ul li a .time span{
display: block;
width: 100%;
font-size: 48px;
line-height: 50px;
color: #008cd6;
}
.standard .list ul li a .time i{
width: 100%;
display: block;
font-size: 14px;
line-height: 16px;
color: #000;
opacity: 0.8;
}
.standard .list ul li a .tits{
width: calc(100% - 227px);
font-size: 20px;
line-height: 22px;
overflow: hidden;
color: #000;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 62px;
}
.standard .list ul li a .icon{
width: 23px;
height: 100%;
position: absolute;
right: 39px;
top: 0;
background-position: center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/download.png');
}
.aboutNav.w a{
margin: 0 30px;
}
.standard .list ul li a .con{
width: 69.6%;
float: left;
margin-left: 5.25%;
}
.standard .list ul li a .con .t{
font-size: 24px;
line-height: 30px;
color: #333;
height: 30px;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.standard .list ul li a .con .t1{
font-size: 16px;
line-height: 24px;
color: #000;
margin-top: 12px;
}
.standard .list ul li a .line{
width: 1px;
height: 90px;
background-color: rgba(0,0,0,0.05);
float: left;
margin-left: -1px;
}
@media (max-width: 768px){
.standard .list ul li a .line{
height: 110px;
}
}
.standard .list.list1 ul li a .time:after{
display: none;
}
.investor{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fcfcfc;
padding-top: 5.2%;
position: relative;
padding-bottom: 4.7%;
}
.investor .img{
position: absolute;
left: 0;
top: 24%;
width: 16.3%;
}
.investor .list .t{
margin-bottom: 30px;
}
.investor .list .t .tits{
width: 26.6%;
height: auto;
border-radius: 40px;
background-color: #fff;
box-shadow: 0 5px 25px rgba(0,0,0,0.03);
float: left;
text-align: center;
font-size: 16px;
line-height: 30px;
padding: 25px 0;
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center;
}
.investor .list .t .tit{
width: calc(69% - 60px);
height: auto;
padding: 25px 0;
border-radius: 40px;
background-color: #fff;
box-shadow: 0 5px 25px rgba(0,0,0,0.03);
font-size: 16px;
line-height: 30px;
color: #555;
float: right;
padding-left: 60px;
}
.investor .list .t .tits.tx{
padding: 60px 0;
}
.investor .list .t .tx{
border-radius: 75px;
}
@media (min-width: 1024px){
.investor .list .t:hover .tits{
background-color: #078fd6;
background-image: url('/template/company/wangwangjituan/img/ww.png');
color: #fff;
}
.investor .list .t:hover .tit{
background-color: #e5f3fb;
}
}
.controls{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
background-color: #fcfcfc;
position: relative;
padding-bottom: 6.8%;
}
.controls .img{
position: absolute;
left: 0;
top: 40%;
width: 16.3%;
}
.controls .list{
width: 900px;
margin: 70px auto 0;
max-width: 100%;
border-top: 1px solid #e8e9e9;
}
.controls .list ul li{
border-bottom: 1px solid #e8e9e9;
margin-top: 7px;
}
.controls .list ul li a{
width: 100%;
display: block;
position: relative;
padding: 13px 0;
}
.controls .list ul li a .tits{
margin-left: 20px;
width: 70%;
overflow: hidden;
float: left;
font-size: 15px;
line-height: 28px;
color: #008cd6;
}
.controls .list ul li a i{
width: 23px;
height: 100%;
position: absolute;
top: 0;
right: 30px;
background-image: url('/template/company/wangwangjituan/img/download.png');
background-position: center;
background-repeat: no-repeat;
}
.controls .pic{
width: 100%;
margin-top: 84px;
}
.controls .pic img{
display: block;
margin: 0 auto;
max-width: 100%;
height: auto !important;
}
.history{
background-image: url('/template/company/wangwangjituan/img/history_bg.jpg');
padding-top: 5.2%;
padding-bottom: 6.25%;
position: relative;
}
.history .img{
width: 16.3%;
position: absolute;
left: 0;
top: 20%;
}
.history .title{
text-align: center;
color: #000;
}
.history .title .tits{
font-size: 36px;
line-height: 36px;
}
.history .title .tit{
font-size: 16px;
line-height: 16px;
opacity: 0.6;
margin-top: 22px;
}
.history .list{
width: 100%;
height: auto;
position: relative;
margin-top: 70px;
}
.history .list ul li{
position: relative;
}
.history .list ul li .conBox{
width: 50%;
float: right;
position: relative;
}
.history .list ul li .conBox .con{
margin-left: 15.8%;
background-color: #fff;
box-shadow: 0 8px 30px rgba(0,0,0,0.05);
position: relative;
z-index: 5;
}
.history .list ul li:nth-child(2n) .conBox{
float: left;
}
.history .list ul li:nth-child(2n) .conBox .con{
float: right;
margin-right: 15.8%;
}
.history .list ul li .conBox .con{
width: 56.3%;
}
.history .list ul li .conBox .con.c4{
width: 79.8%;
}
.history .list ul li .conBox .con.c5{
width: 73%;
}
.history .list ul li .conBox .con.c6{
width: 64%;
}
.history .list ul li .conBox .con .conn{
width: calc(100% - 62px);
margin: 0 auto;
padding-top: 27px;
padding-bottom: 35px;
}
.history .list ul li .conBox .con .conn .year{
font-size: 36px;
line-height: 36px;
font-family: Arial;
color: #008cd6;
}
.history .list ul li .conBox .con .conn .cc{
font-size: 16px;
line-height: 24px;
color: #000;
margin-top: 10px;
}
.history .list ul li .conBox .img1{
width: 14.5%;
position: absolute;
left: 37%;
top: -35%;
transform: rotate(45deg);
}
.history .list ul li .conBox .img2{
width: 36.3%;
position: absolute;
right: 1.6%;
top: 64%;
z-index: 7;
}
.history .list ul li .conBox .img3{
width: 11.3%;
position: absolute;
left: 8.3%;
bottom: 0;
z-index: 7;
}
.history .list .line{
width: 1px;
height: 100%;
background-color: rgba(0,0,0,0.1);
position: absolute;
top: 0;
left: 50%;
margin-left: -0.5px;
}
.history .list ul li:before{
width: 22px;
height: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
content: '';
background-size: cover;
background-image: url('/template/company/wangwangjituan/img/history_icon4.png');
background-repeat: no-repeat;
}
.history .clickMore{
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
display: block;
text-align: center;
font-size: 16px;
line-height: 50px;
color: #fff;
margin: 68px auto 0;
}
.oem .box4{
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/join_bg.png');
background-color: #f9f9f9;
background-size: 100% auto;
background-position: center bottom;
width: 100%;
height: auto;
padding-top: 5.2%;
padding-bottom: 4.2%;
position: relative;
}
.oem .box4 .list{
width: calc(100% - 88px);
margin: 60px auto 0;
border-top: 3px solid #008cd6;
}
.oem .box4 .list ul li{
border-bottom: 1px solid #e0e0e0;
padding: 30px 0;
}
.oem .box4 .list ul li .tits{
position: relative;
cursor: pointer;
padding: 15px 0;
}
.oem .box4 .list ul li .tits .t{
width: 80%;
float: left;
font-size: 18px;
line-height: 30px;
color: #008cd6;
}
.oem .box4 .list ul li .tits i{
width: 14px;
height: 14px;
position: absolute;
top: 23px;
right: 0;
background-image: url('/template/company/wangwangjituan/img/oem_icon14.png');
background-repeat: no-repeat;
background-position: center;
display: block;
}
.oem .box4 .list ul li.on .tits i{
background-image: url('/template/company/wangwangjituan/img/oem_icon14_h.png');
}
.oem .box4 .list ul li .con{
width: calc(100% - 60px);
height: auto;
font-size: 16px;
line-height: 26px;
color: #777;
margin-top: 25px;
display: none;
}
.oem .box4 .list ul li.on .con{
display: block;
}
.oem .box4 .list .clickMore{
width: 190px;
height: 50px;
border-radius: 25px;
background-color: #1896d8;
text-align: center;
font-size: 16px;
line-height: 50px;
color: #fff;
display: block;
margin: 60px auto 0;
}
.oem .box4 .img{
width: 16.3%;
position: absolute;
left: 0;
top: 28%;
}
.oem .box5{
padding-top: 5.2%;
background-image: url('/template/company/wangwangjituan/img/oem_bg6.png');
background-size: 90.3% auto;
background-position: center;
background-repeat: no-repeat;
}
.oem .box5 .box{
width: 589px;
height: auto;
margin: 10.6% auto 0;
position: relative;
z-index: 10;
}
.oem .box5 .box ul{
width: 100%;
position: absolute;
left: 0;
}
.oem .box5 .box ul:nth-child(1){
top: 80px;
}
.oem .box5 .box ul:nth-child(2){
top: 215px;
}
.oem .box5 .box ul:nth-child(3){
top: 343px;
}
.oem .box5 .box ul:nth-child(4){
top: 453px;
}
.oem .box5 .box ul li{
width: 48%;
color: #fff;
text-align: right;
float: left;
}
.oem .box5 .box ul li:nth-child(2n){
text-align: left;
float: right;
}
.oem .box5 .box ul:nth-child(3) li:nth-child(2n){
margin-top: -15px;
}
.oem .box5 .box ul:nth-child(4) li:nth-child(2n){
margin-top: -22px;
}
.oem .box5 .box ul li .t{
font-size: 18px;
line-height: 18px;
}
.oem .box5 .box ul li .t1{
font-size: 14px;
line-height: 20px;
margin-top: 7px;
}
.oem .box5 .bb{
width: 774px;
height: auto;
margin: -38px auto 0;
position: relative;
z-index: 4;
}
.oem .box5 .bb .con{
width: 100%;
height: auto;
position: absolute;
top: 60px;
left: 0;
text-align: center;
}
.oem .box5 .bb .con .t{
width: 220px;
height: 50px;
border-radius: 25px;
background-color: #008cd6;
font-size: 16px;
line-height: 50px;
color: #fff;
margin: 0 auto;
}
.oem .box5 .bb .con .t1{
font-size: 16px;
line-height: 24px;
color: #333;
margin-top: 50px;
}
.oem .box5 .bb .con .t1>br{
display: none;
}
.oemInfo{
position: relative;
padding: 5.2% 0;
}
.oemInfo .img{
width: 16.3%;
position: absolute;
left: 0;
top: 40%;
}
.oemInfo .tits{
font-size: 42px;
line-height: 42px;
color: #000;
text-align: center;
}
.oemInfo .list{
margin-top: 50px;
}
.oemInfo .list ul li{
width: 31%;
margin-right: 3.5%;
margin-bottom: 3.5%;
float: left;
background-color: #fff;
box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}
.oemInfo .list ul li:nth-child(3n){
margin-right: 0;
}
.oemInfo .list ul li a{
width: 100%;
height: auto;
display: block;
}
.oemInfo .list ul li a .pic{
width: 100%;
height: auto;
overflow: hidden;
}
.oemInfo .list ul li a .pic img{
transition: all 1.5s;
}
@media (min-width: 1024px){
.oemInfo .list ul li:hover a .pic img{
transform: scale(1.1);
}
}
.oemInfo .list ul li a .con{
padding: 30px 0;
}
.oemInfo .list ul li a .con p{
font-size: 18px;
line-height: 30px;
color: #000;
margin-left: 30px;
}
.oemInfo .list .clickMore{
width: 180px;
height: 50px;
border-radius: 25px;
background-color: #0098e9;
margin: 40px auto 0;
text-align: center;
display: block;
font-size: 16px;
line-height: 50px;
color: #fff;
}
.oemInfo .box{
border-top: 1px solid #e5e5e5;
margin-top: 6.1%;
padding-top: 8.3%;
}
.oemInfo .box .tit{
text-align: center;
font-size: 18px;
line-height: 30px;
color: #181818;
margin-top: 25px;
}
.oemInfo .box .tit1{
width: 320px;
height: 50px;
border-radius: 25px;
background-color: #0098e9;
margin: 40px auto 0;
text-align: center;
font-size: 0;
}
.oemInfo .box .tit1 span{
font-size: 16px;
line-height: 50px;
color: #fff;
display: inline-block;
padding-left: 35px;
background-position: left center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/info_icon1.png');
}
@media (max-width: 1366px){
.oemInfo .tits{
font-size: 30px;
line-height: 30px;
}
.oemInfo .box .tit{
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 768px){
.oemInfo .tits{
font-size: 22px;
line-height: 22px;
}
.oemInfo .list{
margin-top: 20px;
}
.oemInfo .list ul li{
width: 100%;
float: none;
margin-right: 0;
}
.oemInfo .list ul li a .con{
padding: 10px 0;
}
.oemInfo .list ul li a .con p{
font-size: 16px;
line-height: 24px;
}
.oemInfo .list .clickMore{
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
line-height: 36px;
margin: 20px auto 0;
}
.oemInfo .box .tit{
font-size: 14px;
line-height: 24px;
margin-top: 15px;
}
.oemInfo .box .tit1{
width: 260px;
height: 36px;
border-radius: 18px;
margin: 20px auto 0;
}
.oemInfo .box .tit1 span{
font-size: 14px;
line-height: 36px;
-webkit-background-size: 20px;
background-size: 20px;
padding-left: 25px;
}
}
.culture{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
}
.culture .list{
width: 19.5%;
float: left;
position: relative;
z-index: 10;
}
.culture .list ul{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.culture .list ul li{
position: absolute;
width: 200px;
cursor: pointer;
}
.culture .list ul li:nth-child(1){
top: 10%;
left: 40%;
}
.culture .list ul li:nth-child(2){
top: 28%;
left: 77%;
}
.culture .list ul li:nth-child(3){
top: 45%;
left: 89%;
}
.culture .list ul li:nth-child(4){
top: 66%;
left: 77%;
}
.culture .list ul li:nth-child(5){
top: 85%;
left: 40%;
}
.culture .list ul li .icon{
width: 50px;
height: 50px;
background-image: url('/template/company/wangwangjituan/img/culture_icon1.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
float: left;
}
.culture .list ul li.on .icon{
background-image: url('/template/company/wangwangjituan/img/culture_icon2.png');
}
.culture .list ul li .txt{
float: left;
margin-left: 10px;
}
.culture .list ul li .txt p{
font-size: 16px;
line-height: 20px;
margin-top: 15px;
color: #000;
}
.culture .list ul li .txt img{
max-width: 57px;
max-height: 57px;
display: block;
margin-top: 8px;
}
.culture .con{
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
color: #000;
text-align: center;
padding-top: 8.3%;
}
.culture .con .item{
display: none;
}
.culture .con .tits{
font-size: 36px;
line-height: 36px;
}
.culture .con .tit{
font-size: 16px;
line-height: 16px;
margin-top: 23px;
}
.culture .con .list1{
width: 100%;
height: auto;
margin-top: 8%;
position: relative;
}
.culture .con .list1 ul li{
width: 100%;
height: 448px;
position: relative;
}
.culture .con .list1 ul li img{
max-width: 448px;
max-height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}
.culture .con .list1 .next{
width: 67px;
height: 67px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5.7%;
display: block;
background-image: url('/template/company/wangwangjituan/img/culture_next.png');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
z-index: 5;
}
.clubSong{
margin: 4.7% auto 0;
padding-bottom: 7.8%;
}
.clubSong .box{
width: 100%;
height: auto;
background-color: #f6f6f6;
padding-top: 70px;
padding-bottom: 48px;
background-image: url('/template/company/wangwangjituan/img/clubSong_img1.png');
background-size: 34.7% auto;
background-position: 96% bottom;
background-repeat: no-repeat;
position: relative;
}
.clubSong .box .but{
width: 116px;
position: absolute;
top: 73px;
right: 2.5%;
}
.clubSong .box .but .a{
width: 44px;
height: 44px;
display: block;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
float: left;
}
.clubSong .box .but .a.prev{
background-image: url('/template/company/wangwangjituan/img/clubSong_prev.png');
}
.clubSong .box .but .a.next{
background-image: url('/template/company/wangwangjituan/img/clubSong_next.png');
float: right;
}
@media (min-width: 1024px){
.clubSong .box .but .a:hover.prev{
background-image: url('/template/company/wangwangjituan/img/clubSong_prev_h.png');
}
.clubSong .box .but .a:hover.next{
background-image: url('/template/company/wangwangjituan/img/clubSong_next_h.png');
}
}
.clubSong .box .boxLeft .bb{
width: 47%;
position: absolute;
left: -47%;
top: 10%;
}
.clubSong .box .boxLeft{
width: 42.8%;
float: left;
margin-left: 5%;
margin-top: 22px;
position: relative;
}
.clubSong .box .boxLeft .bg{
width: 10.9%;
position: absolute;
top: 50%;
right: -10.9%;
transform: translateY(-50%);
}
.clubSong .box .boxLeft p{
text-align: center;
font-size: 18px;
line-height: 20px;
color: #000;
margin-top: 15px;
}
.clubSong .box .boxLeft .list{
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
background-color: #fff;
padding: 20px;
box-sizing: border-box;
border-radius: 10px;
}
.clubSong .box .boxLeft .videoBox{
width: 100%;
height: auto;
position: relative;
display: none;
}
.clubSong .box .boxLeft .videoBox img{
position: relative;
z-index: 5;
}
.clubSong .box .boxLeft .videoBox .video{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #000;
z-index: 4;
}
.clubSong .box .boxLeft .videoBox.open .video{
z-index: 8;
}
.clubSong .box .boxLeft .list .videoBox.on{
display: block;
}
.clubSong .box .boxRight{
width: 37.9%;
float: right;
margin-right: 2.5%;
}
.clubSong .box .boxRight .conBox .con{
display: none;
}
.clubSong .box .boxRight .conBox .con.on{
display: block;
}
.clubSong .box .boxRight .conBox .tits{
font-size: 36px;
line-height: 36px;
color: #000;
}
.clubSong .box .boxRight .conBox .txt{
font-size: 16px;
line-height: 36px;
color: #000;
margin-top: 30px;
}
.clubSong .box .boxRight .titleImg{
width: 100%;
height: auto;
margin-top: 70px;
}
.clubSong .box .boxRight .titleImg img{
max-width: 100%;
}
.messageTabsM{
width: 100%;
height: auto;
margin-top: 15px;
position: relative;
z-index: 10;
display: none;
}
.messageTabsM .tits{
width: calc(100% - 2px);
height: 40px;
border: 1px solid #e1e1e1;
position: relative;
font-size: 16px;
line-height: 40px;
color: #555;
}
.messageTabsM .tits span{
padding-left: 20px;
}
.messageTabsM .tits i{
width: 19px;
height: 100%;
position: absolute;
top: 0;
right: 20px;
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
background-image: url('/template/company/wangwangjituan/img/recruitment_icon.png');
display: block;
transition: all .5s;
}
.messageTabsM .tits.on i{
transform: rotate(180deg);
}
.messageTabsM ul{
width: 100%;
height: auto;
border: 1px solid #e1e1e1;
top: 40px;
left: 0;
background-color: #fff;
box-sizing: border-box;
position: absolute;
display: none;
}
.messageTabsM ul li{
font-size: 15px;
line-height: 38px;
padding-left: 20px;
color: #555;
}
.messageTabsM ul li a{
color: #555;
display: block;
}
@media (max-width: 1500px){
.index .list .con{
left: 5%;
}
}
@media (max-width: 1366px){
.index .list .con{
width: 445px;
}
.index .list .con .tabs span{
width: 15px;
}
.index .list .con .pic{
width: 235px;
}
.index .list .con .tabs{
margin-top: 30px;
}
.about .box .con .tits{
font-size: 26px;
line-height: 26px;
}
.join .box1 .title .tits{
font-size: 26px;
line-height: 26px;
}
.history .title .tits{
font-size: 26px;
line-height: 26px;
}
.history .list ul li .conBox .con .conn .year{
font-size: 26px;
line-height: 26px;
}
.culture .con .tits{
font-size: 26px;
line-height: 26px;
}
.group .con .tits{
font-size: 26px;
line-height: 26px;
}
.standard .list ul li a .time span{
font-size: 38px;
line-height: 40px;
}
.factory .content .title .tits{
font-size: 26px;
line-height: 26px;
}
.service .tits{
font-size: 26px;
line-height: 26px;
}
.consumers .title .t{
font-size: 26px;
line-height: 26px;
}
.clubSong .box .boxRight .conBox .tits{
font-size: 26px;
line-height: 26px;
}
.banner .con .tits{
font-size: 36px;
line-height: 36px;
}
}
@media (max-width: 1200px){
.aboutNav a{
margin: 0 30px;
}
.aboutNav.w a{
margin: 0 20px;
}
.index .list .con .pic{
width: 210px;
}
.index .list .con .txt{
font-size: 14px;
line-height: 22px;
}
.index .list .con .tabs{
margin-top: 20px;
}
.index .list .con .tabs .a{
width: 48px;
}
.index .list .con .tabs span{
width: 30px;
margin-top: 27px;
}
.index .list .con .tabs .a p{
width: 160%;
margin-left: -30%;
}
.team ul li .con{
padding-top: 30px;
}
.team ul li .con .line{
margin-top: 15px;
}
.team ul li .con .txt{
margin-top: 13px;
}
.history .list ul li .conBox .con .conn .year{
font-size: 20px;
line-height: 20px;
}
.history .list ul li .conBox .con .conn .cc{
font-size: 15px;
line-height: 23px;
}
.history .list ul li .conBox .con{
margin-left: 8%;
width: 68%;
}
.history .list ul li:nth-child(2n) .conBox .con{
margin-right: 8%;
}
.history .list ul li .conBox .con.c6{
width: 73%;
}
.history .list ul li .conBox .img1{
left: 30%;
}
.story .box .itemBox .item .con .conn{
top: 14%;
}
.group .con .tits{
font-size: 20px;
line-height: 20px;
}
.standard .list ul li a .time span{
font-size: 30px;
line-height: 32px;
}
.standard .list ul li a .tits{
font-size: 16px;
line-height: 18px;
}
.standard .list ul li{
padding: 20px 0;
}
.standard .list ul li a .tits{
right: 80px;
}
.standard .list ul li a .con .t{
font-size: 20px;
line-height: 26px;
height: 26px;
}
.controls .pic{
margin-top: 50px;
}
.procurement ul li a .time span{
font-size: 30px;
line-height: 32px;
}
.procurement ul li a .tits{
width: calc(100% - 140px);
}
.procurement ul li{
padding: 20px 0;
}
.factory .content .title .tits{
font-size: 20px;
line-height: 20px;
}
.factory .content .title .tit{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.factory .content .box2 .item .tits{
font-size: 20px;
line-height: 20px;
}
.factory .content .box2 .item .tit{
font-size: 14px;
line-height: 22px;
}
.service .tits{
font-size: 20px;
line-height: 20px;
}
.fankui .content .tableBox{
margin: 60px auto 0;
width: 80%;
}
.consumers .title .t{
font-size: 20px;
line-height: 20px;
}
.consumers .title .t1{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.clubSong .box .boxRight .conBox .tits{
font-size: 20px;
line-height: 20px;
}
.banner .con .tits{
font-size: 26px;
line-height: 26px;
}
.banner .con .tit{
font-size: 16px;
line-height: 16px;
margin-top: 15px;
}
.oemTitle .tits{
font-size: 26px;
line-height: 26px;
}
.oem .box3 .list ul{
width: calc(100% - 80px);
}
}
@media (max-width: 1024px){
.index{
height: calc(100vh - 110px);
}
.index .list ul li .img{height: 27vh;}
.index .list .con{
position: relative;
margin: 30px auto 0;
top: auto;
left: auto;
}
.index .list .con .tabs .a p a{
color: #333;}
.messageTabs{
display: none;
}
.messageTabsM{
display: block;
}
.aboutNav{
display: none;
}
.aboutNavM{
display: block;
}
.about .box .con .tits{
font-size: 20px;
line-height: 20px;
}
.about .box .con{
padding-top: 15px;
}
.join .box1 .title .tits{
font-size: 20px;
line-height: 20px;
}
.history .title .tits{
font-size: 20px;
line-height: 20px;
}
.history .title .tit{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.culture .con .tits{
font-size: 20px;
line-height: 20px;
}
.culture .con .tit{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.culture .list ul li .icon{
width: 30px;
height: 30px;
}
.culture .con .list1 ul li{
height: 370px;
}
.culture .con .list1 ul li img{
max-width: 370px;
}
.story .box .boxLeft{
width: 100%;
float: none;
}
.story .box .itemBox{
float: none;
width: 100%;
}
.media .box .pic{
width: 100%;
float: none;
}
.media .box .con{
width: 100%;
float: none;
font-size: 14px;
line-height: 22px;
padding-top: 15px;
}
.digital .list .list-new ul li{
width: 20%;
}
.digital .list .a{
width: 40px;
height: 40px;
}
.digital .list .list-new ul li .dian{
width: 40px;
height: 40px;
}
.digital .list .list-new ul li .dian span{
line-height: 40px;
}
.digital .list .list-new ul li.on .dian i{
width: 40px;
height: 40px;
}
.digital .list .list-new{
width: calc(100% - 140px);
}
.digital .list .line{
top: 20px;
}
.digital .list .list-new ul li p{
font-size: 14px;
line-height: 16px;
}
.digital .list1 ul li p{
font-size: 14px;
line-height: 18px;
}
.messageTabs{
padding-top: 50px;
}
.controls .list{
margin: 50px auto 0;
}
.messageTabs a{
font-size: 14px;
line-height: 40px;
}
.messageTabs img{
width: 40px;
bottom: -15px;
left: -25px;
}
.hr .box1 .con{
padding-top: 35px;
}
.hr .box1 .title .cn{
font-size: 22px;
line-height: 22px;
margin-top: 5px;
}
.hr .box1 .title .en{
font-size: 28px;
line-height: 28px;
}
.hr .box2 .title .cn{
font-size: 22px;
line-height: 22px;
margin-top: 5px;
}
.hr .box2 .title .en{
font-size: 28px;
line-height: 28px;
}
.hr .box2 .list ul li .con .tits{
font-size: 18px;
line-height: 18px;
}
.hr .box2 .list{
margin-top: 30px;
}
.hr .box2 .list ul li .con .tit{
font-size: 14px;
line-height: 20px;
height: 60px;
}
.hr .box1 .con .txt{
font-size: 14px;
line-height: 24px;
}
.hr .box1 .con .txt span{
font-size: 18px;
}
.hr .box1 .boxNew ul li p{
font-size: 14px;
line-height: 18px;
bottom: 0;
}
.hr .box1 .boxNew ul li:nth-child(2n) p{
top: 0;
}
.hr .box3 .top .title .en{
font-size: 28px;
line-height: 28px;
}
.hr .box3 .top .title .cn{
font-size: 22px;
line-height: 22px;
margin-top: 0;
}
.lesson .nav ul li.on a .tits{
font-size: 22px;
}
.lesson .content .list ul li .tit{
width: 100%;
font-size: 14px;
line-height: 24px;
margin-top: 10px;
}
.lesson .content .list ul li{
padding-bottom: 20px;
margin-bottom: 20px;
}
.lesson .content{
width: 100%;
float: none;
padding-top: 15px;
margin-top: 15px;
}
.lesson .nav{
display: none;
}
.lesson .content .list ul li .tits{
font-size: 16px;
line-height: 20px;
}
.qa .content .list ul li .tits{
font-size: 16px;
line-height: 22px;
}
.qa .content .list ul li .tit{
font-size: 14px;
line-height: 22px;
margin-top: 10px;
}
.qa .content .list ul li{
margin-bottom: 20px;
padding-bottom: 20px;
}
.consumerstabs{
display: none;
}
.fankui .content .tableBox{
margin: 40px auto 0;
width: 100%;
}
.clubSong .box{
padding-top: 40px;
}
.clubSong .box .but{
top: 20px;
width: 95px;
}
.clubSong .box .but .a{
width: 34px;
height: 34px;
}
.clubSong .box .boxRight .conBox .txt{
font-size: 14px;
line-height: 24px;
margin-top: 20px;
}
.clubSong .box .boxRight .titleImg{
margin-top: 30px;
}
.oem .box2 .list ul li .con .tits{
font-size: 16px;
line-height: 18px;
}
.oem .box2 .list ul li .con{
width: calc(100% - 30px);
padding: 18px 0;
}
.oem .box2 .list ul li .con .tit{
font-size: 14px;
line-height: 20px;
height: 60px;
}
.oem .box3 .list{
margin-top: 30px;
padding-top: 30px;
padding-bottom: 10px;
}
.oem .box3 .list ul{
width: 100%;
}
.oem .box3 .list ul li{
margin-bottom: 15px;
}
.oem .box4 .list{
width: 100%;
}
.oem .box4 .list ul li{
padding: 20px 0;
}
.oem .box4 .list ul li .con{
font-size: 14px;
line-height: 22px;
width: 100%;
margin-top: 10px;
}
.oem .box4 .list ul li .tits{
padding: 10px 0;
}
.oem .box4 .list ul li .tits i{
top: 18px;
}
.index .nav{
width: 92%;
float: none;
margin: 5% auto 0;
position: relative;
top: auto;
right: auto;
bottom: auto;
transform: translateY(0);
}
.index{
height: auto;
min-height: calc(100vh - 50px - 140px);
}
}
@media (max-width: 900px){
.footerIndex .footer{
width: 92%;
}
.footerIndex .footer .p{
width: 100%;
text-align: center;
padding: 10px 0;
}
.footerIndex .footer .p em{
display: block;
}
.footerIndex .footer .t{
width: 100%;
text-align: center;
font-size: 0;
float: none;
}
.footerIndex .footer .t a{
display: inline-block;
float: none;
margin: 0 15px;
}
.team ul li{
width: 100%;
float: none;
margin-bottom: 20px;
margin-right: 0;
}
.join .box2{
padding-top: 25px;
padding-bottom: 15px;
}
.join .box2 .tBox .t{
width: 14%;
}
.message .list .tits .t{
width: 33.333%;
}
.message .list .tits .t:nth-child(3){
display: none;
}
.message .list .tits .t:nth-child(4){
display: none;
}
.message .list .tits .t:nth-child(5){
display: none;
}
.message .list .list-new ul li .t{
width: 33.333%;
}
.message .list .list-new ul li .t:nth-child(3){
display: none;
}
.message .list .list-new ul li .t:nth-child(4){
display: none;
}
.message .list .list-new ul li .t:nth-child(5){
display: none;
}
.message .list .tits .t{
line-height: 40px;
}
.message .list .tits{
height: 40px;
}
.message .list .list-new ul li .t{
height: 40px;
}
.message .list .list-new ul li{
font-size: 14px;
line-height: 40px;
}
.message .list .tits .t:after{
top: 14px;
}
}
@media (max-width: 768px){
.index .list .con{text-align:center;}
.index .list .con .tabs{margin-top:0;display:inline-block;}
.index .list .con .tabs .a{width:54px;}
.index .list .con{
width: 92%;
margin: 5% auto 0;
height: auto;
}
.index .list .con .pic{
width: 140px;
}
.index .list .con .txt{
font-size: 12px;
line-height: 20px;
margin-top: 15px;
}
.index .list .con .tabs span{
width: 15px;
}
.index .list .con .tabs .a p{
font-size: 12px;
line-height: 22px;
}
.about .box .pic{
width: 100%;
float: none;
}
.about .box .con{
width: 100%;
float: none;
padding-bottom: 0;
border-bottom: none;
}
.about .box .con .txt{
margin-top: 10px;
font-size: 14px;
line-height: 22px;
}
.about .conn{
font-size: 14px;
line-height: 22px;
margin-top: 20px;
}
.about .box{
padding-bottom: 20px;
}
.join .box1 .title .txt{
font-size: 14px;
line-height: 22px;
margin-top: 10px;
}
.tableBox{
margin-top: 20px;
}
.tableBox .t{
margin-bottom: 0;
}
.tableBox .t .tt{
width: 100%;
float: none;
margin-bottom: 10px;
}
.tableBox .t .tt .span{
font-size: 14px;
line-height: 34px;
width: 85px;
}
.tableBox .t .tt .text{
width: calc(100% - 92px);
height: 34px;
font-size: 14px;
}
.tableBox .t .tt .sel{
width: calc(100% - 92px);
height: 34px;
font-size: 14px;
}
.tableBox .t1 .span{
font-size: 14px;
line-height: 34px;
width: 85px;
}
.tableBox .t1 .ttBox{
width: calc(100% - 92px);
}
.tableBox .t1 .ttBox .tt1{
width: 100%;
margin-bottom: 10px;
}
.tableBox .t1 .ttBox .tt1 .sel{
height: 36px;
font-size: 14px;
line-height: 36px;
}
.tableBox .t1 .ttBox .tt1 span{
font-size: 14px;
line-height: 34px;
}
.tableBox .t .tt label{
font-size: 14px;
line-height: 34px;
}
.tableBox .t1{
margin-bottom: 0;
}
.tableBox .t2{
font-size: 14px;
line-height: 34px;
width: 85px;
}
.join .box2 .tBox .t{
width: 25%;
}
.join .box2 .tBox .t .tits{
font-size: 12px;
}
.join .box2 .tBox .t .tits span{
background-size: 14px;
padding-left: 20px;
}
.join .submit{
width: 120px;
height: 34px;
border-radius: 17px;
font-size: 14px;
line-height: 34px;
margin: 25px auto 0;
}
.history .list{
margin-top: 25px;
}
.history .list ul{
width: calc(100% - 40px);
padding-left: 40px;
}
.history .list ul li{
margin-bottom: 20px;
}
.history .list ul li .conBox{
width: 90% !important;
margin: 0 !important;
float: none !important;
}
.history .list ul li .conBox .con{
width: 100% !important;
margin: 0 !important;
}
.history .list ul li .conBox .con .conn{
width: calc(100% - 30px);
padding-top: 10px;
padding-bottom: 15px;
}
.history .list ul li .conBox .con .conn .cc{
font-size: 14px;
line-height: 22px;
}
.history .list .line{
left: 15px;
margin-left: 0;
}
.history .list ul li:before{
left: -36px;
transform: translateX(0);
}
.history .list ul li .conBox .img2{
right: -12%;
top: 70%;
}
.history .list ul li .conBox .img3{
left: -9%;
}
.history .list ul li .conBox .img1{
left: 9%;
top: -22%;
z-index: 4;
}
.history .clickMore{
width: 120px;
height: 34px;
border-radius: 17px;
font-size: 14px;
margin: 25px auto 0;
line-height: 34px;
}
.culture .list{
width: 100%;
margin-top: 30px;
float: none;
}
.culture .list>img{
display: none;
}
.culture .list ul{
width: 100%;
position: relative;
height: auto;
z-index: 5;
}
.culture .list ul li{
position: relative;
top: auto !important;
left: auto !important;
float: left;
width: 20%;
}
.culture .list:after{
width: 100%;
height: 1px;
background-color: #ececec;
position: absolute;
top: 15px;
left: 0;
content: '';
z-index: 0;
}
.culture .list ul li .icon{
margin: 0 auto;
float: none;
}
.culture .list ul li .txt{
text-align: center;
font-family: none;
}
.culture .con{
position: relative;
width: 100%;
top: auto;
padding-top: 0;
left: auto;
}
.culture .list ul li .txt p{
font-size: 14px;
margin-top: 5px;
line-height: 16px;
}
.culture .list ul li .txt img{
display: block;
margin: 5px auto 0;
max-width: 40px;
max-height: 40px;
}
.culture .con .list1{
margin-top: 20px;
}
.culture .con .list1 ul li{
height: 330px;
}
.culture .con .list1 ul li img{
max-height: 330px;
}
.culture{
padding-bottom: 5.2%;
}
.culture .con .list1 .next{
width: 36px;
height: 36px;
right: 0;
}
.culture .con{
margin-top: 25px;
}
.story .box .boxLeft .con .tit{
font-size: 14px;
line-height: 20px;
height: auto;
-webkit-line-clamp: unset;
}
.story .box .itemBox .item .pic{
width: 100%;
float: none;
}
.story .box .itemBox .item .con{
width: 100%;
position: relative;
top: auto;
left: auto !important;
right: auto !important;
}
.story .box .itemBox .item .con .conn{
top: 0;
width: calc(100% - 30px);
position: relative;
margin: 0 auto;
padding: 15px 0;
left: 0;
}
.story .box .itemBox .item:nth-child(2) .con .conn{
right: 0;
}
.story .box .itemBox .item .con .conn .tits:after{
width: 15px;
left: -20px;
display: none;
}
.story .box .itemBox .item:nth-child(2) .con .conn .tits:after{
right: -20px;
}
.story .box .itemBox .item .con .conn .tits{
font-size: 14px;
line-height: 18px;
}
.story .box .itemBox .item .con .conn .tit{
font-size: 12px;
line-height: 16px;
margin-top: 5px;
}
.story .box .itemBox .item .con .conn .tit br{
display: none;
}
.story .clickMore{
width: 120px;
height: 34px;
border-radius: 17px;
line-height: 34px;
font-size: 14px;
margin: 30px auto 0;
}
.group .con .tit{
font-size: 14px;
line-height: 22px;
margin-top: 15px;
}
.group .list{
margin-top: 30px;
}
.group .list .btns{
margin-top: 15px;
}
.group .list .btns span{
margin: 0 5px;
}
.digital .list1 ul li{
width: 48.5%;
margin-right: 3%;
border-bottom: 3%;
}
.digital .list1 ul li:nth-child(4n){
margin-right: 3%;
}
.digital .list1 ul li:nth-child(2n){
margin-right: 0;
}
.digital .list .a.prev{
left: 0;
}
.digital .list .a.next{
right: 0;
}
.digital .list .a{
width: 30px;
height: 30px;
}
.digital .list .list-new ul li .dian{
width: 30px;
height: 30px;
}
.digital .list .list-new ul li .dian span{
line-height: 30px;
font-size: 14px;
}
.digital .list .list-new ul li.on .dian i{
width: 30px;
height: 30px;
}
.digital .list .list-new{
width: calc(100% - 80px);
}
.digital .list .line{
top: 15px;
}
.digital .list .list-new ul li{
width: 33.333%;
}
.digital .list .list-new ul li.on p{
margin-top: 5px;
}
.digital .list .list-new ul li p{
margin-top: 0;
}
.digital .list1 ul li p{
margin-top: 10px;
}
.investor .list .t{
margin-bottom: 15px;
}
.investor .list .t .tits{
width: calc(100% - 40px);
text-align: left;
font-size: 14px;
line-height: 30px;
border-radius: 20px;
float: none;
padding: 10px 20px;
margin-bottom: 10px;
background-color: #078fd6;
color: #fff;
}
.investor .list .t .tit{
width: calc(100% - 40px);
font-size: 14px;
line-height: 30px;
padding: 10px 20px;
border-radius: 20px;
background-color: #e5f3fb;
float: none;
}
.investor .list .t .tits.tx{
padding: 10px 0 10px 20px;
}
.controls .list{
margin: 20px auto 0;
}
.controls .list ul li a{
padding: 10px 0;
}
.controls .list ul li{
margin-top: 0;
}
.standard .list ul li a .time{
width: 60px;
}
.standard .list ul li a .time span{
font-size: 24px;
line-height: 26px;
}
.standard .list ul li a .time i{
font-size: 12px;
line-height: 14px;
}
.standard .list ul li a .icon{
right: 10px;
}
.standard .list ul li a .tits{
width: calc(100% - 110px);
font-size: 14px;
line-height: 16px;
right: 40px;
}
.standard .list ul li{
padding: 15px 0;
}
.standard{
padding-top: 20px;
}
.standard .list{
margin-top: 15px;
}
.standard .sel{
width: 180px;
height: 38px;
}
.standard .sel .tits{
height: 36px;
}
.standard .sel .tits span{
font-size: 14px;
line-height: 36px;
}
.standard .sel ul{
top: 37px;
}
.standard .sel ul li{
font-size: 14px;
line-height: 34px;
}
.page a{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.page .active{
width: 30px;
height: 30px;
font-size: 14px;
line-height: 30px;
}
.page a.p{
width: 60px;
}
.standard .list ul{
padding-bottom: 30px;
}
.standard .list ul li a .con{
margin-left: 15px;
width: calc(100% - 76px);
}
.standard .list ul li a .con .t{
font-size: 16px;
line-height: 20px;
height: auto;
-webkit-line-clamp: initial;
}
.standard .list ul li a .con .t1{
font-size: 14px;
line-height: 22px;
margin-top: 10px;
}
.controls .pic{
margin-top: 25px;
}
.hr .box1 .title{
width: 100%;
float: none;
}
.hr .box1 .title .en{
font-size: 20px;
line-height: 20px;
}
.hr .box1 .title .cn{
font-size: 18px;
line-height: 18px;
}
.hr .box1 .con .img{
width: 50px;
}
.hr .box1 .con .txt{
width: calc(100% - 80px);
}
.hr .box1 .con{
width: 100%;
float: none;
}
.hr .box1 .con .txt span{
font-size: 16px;
}
.hr .box1 .con{
padding-top: 20px;
}
.hr .box1 .con .txt{
padding-top: 0;
}
.hr .box2 .title .en{
font-size: 20px;
line-height: 20px;
}
.hr .box2 .title .cn{
font-size: 18px;
line-height: 18px;
}
.hr .box2 .list ul li{
width: 100%;
float: none;
}
.hr .box2 .list ul li .con{
margin: 15px auto 0;
width: calc(100% - 20px);
}
.hr .box2 .list ul li .con .tits{
font-size: 16px;
line-height: 16px;
}
.hr .box2 .list ul li .con .tit{
height: auto;
}
.hr .box2 .list ul li{
margin-bottom: 20px;
}
.hr .box1 .boxNew>img{
display: none;
}
.hr .box1 .boxNew ul{
position: relative;
height: auto;
top: auto;
left: auto;
}
.hr .box1 .boxNew ul li{
width: 33.333%;
margin-bottom: 20px;
}
.hr .box1 .boxNew ul li .icon{
position: relative;
top: auto;
left: auto;
transform: translate(0);
margin: 0 auto;
}
.hr .box1 .boxNew ul li p{
position: relative;
top: auto !important;
left: auto;
bottom: auto !important;
margin-top: 10px;
}
.hr .box3 .top .title .en{
font-size: 20px;
line-height: 20px;
}
.hr .box3 .top .title .cn{
font-size: 18px;
line-height: 18px;
margin-top: 0;
}
.hr .box3 .tabs a{
margin: 0 30px;
}
.hr .box3 .sel{
width: 100%;
height: 40px;
margin-top: 15px;
}
.hr .box3 .sel .tits{
height: 38px;
}
.hr .box3 .sel .tits span{
font-size: 14px;
line-height: 38px;
}
.hr .box3 .content ul li{
width: 33.333%;
line-height: 50px;
}
.procurement ul li a .time span{
font-size: 24px;
line-height: 26px;
}
.procurement ul li a .time i{
font-size: 12px;
line-height: 14px;
}
.procurement ul li a .time{
width: 60px;
}
.procurement ul li a .tits{
font-size: 14px;
line-height: 16px;
height: 16px;
width: calc(100% - 70px);
}
.procurement ul li{
padding: 10px 0;
}
.procurement ul{
padding-bottom: 30px;
}
.factory .content .box1 .item{
width: 90% !important;
margin: 0 auto 20px !important;
float: none;
}
.factory .content .box1 .item .icon{
width: 60px;
}
.factory .content .box1{
padding-top: 11%;
margin: 25px auto 0;
}
.factory .content .box1 .item .con{
word-break: break-word;
font-size: 14px;
line-height: 24px;
width: calc(100% - 80px);
padding-top: 10px;
}
.factory .content .box1 .item .con .tit{
font-size: 14px;
}
.factory .content .box1 .item .con .tits{
font-size: 16px;
}
.factory .content .box2{
margin: 25px auto 0;
}
.factory .content .box2 .item{
margin-bottom: 25px;
}
.factory .content .box2 .item .tits{
font-size: 18px;
line-height: 18px;
}
.message .list{
margin-top: 20px;
}
.message .list .list-new ul{
padding-bottom: 20px;
}
.qa .content .list .moreClick{
width: 120px;
height: 34px;
line-height: 34px;
border-radius: 17px;
font-size: 14px;
}
.qa .content .list ul{
padding-bottom: 0;
}
.service .box .txt{
font-size: 14px;
line-height: 24px;
margin-left: 5%;
width: 75%;
}
.service .box{
padding: 15% 0;
margin: 30px auto 0;
}
.consumers .box1{
margin: 30px auto 0;
padding: 12% 0;
}
.consumers .box1 .itemBox .item .icon{
width: 60px;
}
.consumers .box1 .itemBox .item .t{
font-size: 14px;
line-height: 14px;
margin-top: 10px;
}
.consumers .box1 .itemBox .item .t1{
font-size: 14px;
line-height: 20px;
margin-top: 8px;
}
.consumers .box2 .boxLeft{
float: none;
margin-left: 0;
}
.consumers .box2 .boxLeft .txt{
font-size: 14px;
line-height: 24px;
float: left;
}
.consumers .box2 .boxRight{
float: none;
font-size: 14px;
line-height: 20px;
text-align: left;
}
.consumers .box2{
margin-top: 20px;
}
.consumers .box1 .line{
height: calc(100% - 20px);
top: 10px;
}
.jieshao .box1{
margin: 25px auto 0;
}
.jieshao .box1 .boxNew{
width: 90%;
}
.jieshao .box1 .boxNew .con{
font-size: 14px;
line-height: 24px;
}
.jieshao .box1{
padding: 10% 0;
}
.jieshao .box1 .line{
height: calc(100% - 20px);
top: 10px;
}
.jieshao .box1 .boxNew .itemBox{
margin-top: 25px;
}
.jieshao .box1 .boxNew .itemBox .item .icon{
width: 60px;
}
.jieshao .box1 .boxNew .itemBox .item .tit{
font-size: 14px;
line-height: 20px;
padding-top: 10px;
}
.jieshao .box1 .boxNew .itemBox .item .img{
width: 65px;
}
.fankui .content .tableBox{
margin: 20px auto 0;
}
.tableBox .t1 .ttC{
width: calc(100% - 90px);
margin-top: 0;
}
.tableBox .t1 .ttC.mt{
margin-top: 0;
margin-bottom: 10px;
}
.tableBox .t1 .ttC .text{
height: 32px;
}
.tableBox .t1 .txtC{
width: calc(100% - 92px);
margin-left: 90px;
}
.tableBox .t1 .txt{
height: 120px;
}
.tableBox .submit{
width: 120px;
border-radius: 17px;
height: 34px;
line-height: 34px;
font-size: 14px;
margin: 20px auto 0;
}
.consumers .box1 .itemBox .item{
width: 100%;
float: none;
margin-bottom: 15px;
}
.clubSong .box .boxLeft{
width: 80%;
float: none;
margin: 0 auto;
}
.clubSong .box .boxLeft .list{
padding: 10px;
}
.clubSong .box .boxRight{
width: 90%;
float: none;
margin: 15px auto 0;
}
.clubSong .box .but{
top: 10px;
width: 80px;
}
.clubSong .box{
padding-top: 55px;
padding-bottom: 25px;
}
.banner .con .tits{
font-size: 18px;
line-height: 18px;
}
.banner .con .tit{
font-size: 14px;
line-height: 14px;
margin-top: 5px;
}
.banner .down{
width: 16px;
bottom: 10px;
}
.banner{
overflow: hidden;
}
.banner img{
width: 140%;
margin-left: -20%;
}
.oemTitle .tits{
font-size: 18px;
line-height: 18px;
}
.oemTitle .tit{
font-size: 14px;
line-height: 14px;
margin-top: 5px;
}
.oem .box1 .list ul li{
width: 100%;
float: none !important;
margin-right: 0;
margin-bottom: 15px;
}
.oem .box1 .list ul li .con .tits{
font-size: 14px;
line-height: 24px;
bottom: -4px;
}
.oem .box1 .list ul li .con img{
width: 40px;
}
.oem .box1 .list ul li .con .tits{
width: calc(100% - 50px);
}
.oem .box2 .list ul li:nth-child(3){
margin-left: 0;
}
.oem .box2 .list{
margin-top: 20px;
}
.oem .box2 .list .btns{
margin-top: 15px;
}
.oem .box2 .list .btns span{
width: 6px;
height: 6px;
margin: 0 4px;
}
.oem .box3 .list ul li{
width: 100%;
float: none;
margin-right: 0;
}
.oem .box4 .list ul li .tits{
padding: 0;
}
.oem .box4 .list ul li .tits .t{
font-size: 16px;
line-height: 26px;
}
.oem .box4 .list ul li .tits i{
top: 7px;
}
.oem .box4 .list .clickMore{
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
line-height: 36px;
margin: 20px auto 0;
}
.oem .box4 .list ul li{
padding: 15px 0;
}
.oem .box4 .list{
margin: 25px auto 0;
}
.oem .box5 .box{
width: 110%;
margin-left: -5%;
}
.oem .box5 .bb{
width: 100%;
margin: -25px auto 0;
}
.oem .box5 .box ul:nth-child(1){
top: 50px;
}
.oem .box5 .box ul li .t{
font-size: 14px;
line-height: 14px;
}
.oem .box5 .box ul li .t1{
font-size: 12px;
line-height: 16px;
margin-top: 2px;
}
.oem .box5 .box ul:nth-child(2){
top: 136px;
}
.oem .box5 .box ul:nth-child(3){
top: 238px;
}
.oem .box5 .box ul:nth-child(4){
top: 320px;
}
.oem .box5 .box ul:nth-child(4) li:nth-child(2n){
margin-top: -17px;
}
.oem .box5 .bb .con .t{
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
line-height: 36px;
}
.oem .box5 .bb .con{
top: 20px;
}
.oem .box5 .bb .con .t1{
font-size: 12px;
line-height: 18px;
max-width: 80%;
margin: 10px auto 0;
}
.procurement span{
font-family: "微软雅黑" !important;
}
.oem .box5 .bb .con .t1 span{
font-size: 12px !important;
}
}
@media (max-width: 500px){
.team ul li {
padding-bottom: 20px;
}
.team ul li .pic{
width: 100%;
float: none;
}
.team ul li .con{
width: 90%;
float: none;
margin: 0 auto;
padding-top: 15px;
}
.team ul li .con .txt{
font-size: 14px;
line-height: 22px;
}
}
@media (max-width: 400px){
.oem .box5 .box ul:nth-child(3){
top: 219px;
}
.oem .box5 .box ul:nth-child(4){
top: 287px;
}
}
.email{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.7%;
}
.email .content{
background-image: url(/template/company/wangwangjituan/img/join_bg.png);
background-size: 100% auto;
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: 6.7%;
}
.email .content .title{
position: relative;
width: 100%;
text-align: center;
}
.email .content .title .tits{
font-size: 36px;
line-height: 36px;
color: #181818;
}
.email .content .title .tit{
font-size: 16px;
line-height: 16px;
color: #666;
margin-top: 18px;
}
.email .content .title img{
width: 68px;
height: auto;
position: absolute;
left: 50%;
margin-left: -228px;
top: -20px;
}
.email .content .box{
width: 842px;
max-width: 92%;
margin: 40px auto 0;
}
.email .content .box-new{
width: calc(100% - 2px);
border: 1px solid rgba(0,0,0,0.08);
background-color: rgba(255,255,255,0.08);
border-radius: 60px;
padding-top: 70px;
padding-bottom: 50px;
}
.email .content .box-new:nth-child(1){
margin-bottom: 50px;
}
.email .content .box-new .con{
width: calc(100% - 200px);
margin: 0 auto;
}
.email .content .box-new .con .t{
width: calc(100% - 2px);
height: 48px;
border: 1px solid #d3d3d3;
background: none;
}
.email .content .box-new .con .t span{
float: left;
margin-left: 18px;
font-size: 16px;
line-height: 48px;
color: #777;
}
.email .content .box-new .con .t span i{
color: #e70012;
}
.email .content .box-new .con .t .text{
width: 250px;
height: 48px;
border: none;
float: left;
background: none;
font-size: 16px;
line-height: 48px;
color: #333;
}
.email .content .box-new .con .t img{
width: 112px;
padding: 3px;
float: right;
}
.email .content .box-new .con .t.c1{
width: 304px;
margin-top: 28px;
}
.email .content .box-new .con .t.c1 .text{
width: 90px;
}
.email .content .box-new .con .t1{
width: calc(100% - 19px);
padding-left: 19px;
margin-top: 27px;
}
.email .content .box-new .con .t1 .tt{
font-size: 16px;
line-height: 20px;
color: #333;
}
.email .content .box-new .con .t1 .tt span{
color: #e70012;
}
.email .content .box-new .con .t1 .tt em{
color: #666;
}
.email .content .box-new .con .t1 .tt1{
margin-left: 35px;
margin-top: 19px;
}
.email .content .box-new .con .t1 .tt1 .ttt{
padding-left: 26px;
font-size: 16px;
line-height: 30px;
color: #666;
background-position: left center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/email_icon1.png');
cursor: pointer;
}
.email .content .box-new .con .t1 .tt1 .ttt.on{
background-image: url('/template/company/wangwangjituan/img/email_icon2.png');
}
.email .content .box-new .con .submit{
width: 180px;
height: 50px;
background: none;
border: none;
border-radius: 25px;
background-color: #008cd6;
background-image: url('/template/company/wangwangjituan/img/ww.png');
background-size: auto 100%;
background-position: center;
text-align: center;
font-size: 16px;
color: #fff;
background-repeat: no-repeat;
margin-top: 52px;
}
.email .content .box-new .con .submit.sub{
background-color: #d2d2d2;
color: rgba(0,0,0,0.7);
background-image: url('/template/company/wangwangjituan/img/xw.png');
}
.email .img{
position: absolute;
left: 0;
top: 43%;
width: 16.3%;
}
.contact{
background-image: url(/template/company/wangwangjituan/img/about_bg.jpg);
padding-top: 4.7%;
}
.contact .img{
position: absolute;
left: 0;
top: 56%;
width: 16.3%;
}
.contact .box{
margin: 5.2% auto;
background-color: #fff;
box-shadow: 0 5px 30px rgba(0,0,0,0.03);
}
.contact .box .pic{
width: 50%;
float: left;
}
.contact .box .con{
width: 50%;
float: left;
padding-top: 65px;
}
.contact .box .con .conNew{
width: calc(100% - 144px);
margin: 0 auto;
}
.contact .box .con .conNew .item {
margin-bottom: 30px;
}
.contact .box .con .conNew .item:last-child{
margin-bottom: 0;
}
.contact .box .con .conNew .item .tits{
font-size: 24px;
line-height: 24px;
color: #000;
}
.contact .box .con .conNew .item .line{
width: 365px;
max-width: 100%;
height: 1px;
background-color: rgba(0,0,0,0.1);
margin-top: 20px;
}
.contact .box .con .conNew .item .tit{
font-size: 15px;
line-height: 30px;
color: #555;
margin-top: 22px;
}
@media (max-width: 1366px){
.email .content .title .tits{
font-size: 26px;
line-height: 26px;
}
.email .content .title img{
margin-left: -185px;
top: -26px;
}
}
@media (max-width: 1280px){
.contact .box .con{
padding-top: 30px;
}
.contact .box .con .conNew .item{
margin-bottom: 20px;
}
}
@media (max-width: 1200px){
.contact .box .con .conNew .item .tits{
font-size: 20px;
line-height: 20px;
}
.contact .box .con .conNew .item .line{
margin-top: 15px;
}
.contact .box .con .conNew .item .tit{
margin-top: 15px;
font-size: 14px;
line-height: 26px;
}
.email .content .title .tits{
font-size: 22px;
line-height: 22px;
}
}
@media (max-width: 1024px){
.contact .box .con .conNew{
width: calc(100% - 80px);
}
}
@media (max-width: 768px){
.contact .box .pic{
float: none;
width: 100%;
}
.contact .box .con{
width: 100%;
float: none;
padding: 20px 0;
}
.contact .box .con .conNew{
width: calc(100% - 30px);
}
.contact .box .con .conNew .item .tits{
font-size: 18px;
line-height: 18px;
}
.contact .box .con .conNew .item .line{
margin-top: 10px;
}
.email .content .title .tits{
font-size: 18px;
line-height: 18px;
}
.email .content .title .tit{
font-size: 14px;
line-height: 14px;
margin-top: 8px;
}
.email .content .title img{
width: 40px;
margin-left: -122px;
top: -14px;
}
.email .content .box{
margin: 20px auto 0;
}
.email .content .box-new{
padding-top: 25px;
padding-bottom: 20px;
border-radius: 20px;
}
.email .content .box-new .con{
width: calc(100% - 30px);
}
.email .content .box-new .con .t{
height: 36px;
}
.email .content .box-new .con .t span{
font-size: 14px;
line-height: 36px;
}
.email .content .box-new .con .t .text{
font-size: 14px;
line-height: 36px;
height: 36px;
width: 180px;
}
.email .content .box-new .con .t img{
width: 79px;
}
.email .content .box-new .con .t1 .tt1{
margin-left: 15px;
margin-top: 10px;
}
.email .content .box-new .con .t1 .tt1 .ttt{
font-size: 14px;
line-height: 24px;
}
.email .content .box-new .con .t.c1 .text{
width: 110px;
}
.email .content .box-new .con .t.c1{
margin-top: 10px;
}
.email .content .box-new .con .t1{
margin-top: 10px;
}
.email .content .box-new .con .t1 .tt{
font-size: 14px;
line-height: 18px;
}
.email .content .box-new .con .submit{
margin-top: 15px;
width: 120px;
height: 36px;
border-radius: 18px;
font-size: 14px;
}
}
h1{
margin-bottom: 15px;
}
@media (max-width: 768px){
h1{
font-size: 18px;
line-height: 24px;
}
.procurement p{
font-size: 14px;
}
.procurement table{
width: 100% !important;
overflow-x: scroll;
}
.procurement table tbody{
width: 600px !important;
}
.index .nav a{
padding-bottom: 22%;
}
.index .nav a .tits{
top: 24px;
}
}
.market {
padding-top: 4.2%;
padding-bottom: 6.25%;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg");
}
.market .tits{
font-size: 36px;
line-height: 36px;
color: #000;
text-align: center;
}
.market .box{
width: 510px;
height: auto;
margin: 30px auto 0;
font-size: 17px;
line-height: 26px;
color: #555;
text-align: center;
border-top: 1px solid rgba(0,0,0,0.08);
border-bottom: 1px solid rgba(0,0,0,0.08);
padding: 31px 0;
position: relative;
max-width: 100%;
}
.market .box.box1{
width: 865px;
}
.market .box img{
width: 83px;
position: absolute;
left: -35px;
bottom: 0;
display: block;
}
.market .box .t{
text-align: center;
font-size: 17px;
line-height: 26px;
color: #00a2fa;
margin-top: 26px;
}
.market .map{
width: 100%;
margin-top: 55px;
position: relative;
}
.market .map a{
display: block;
position: absolute;
}
.market .map a:nth-child(1){
width: 30%;
position: absolute;
right: 11.6%;
top: 0;
height: 86%;
}
.market .map a:nth-child(2) {
width: 27.1%;
position: absolute;
right: 31.6%;
top: 50%;
height: 26%;
}
.market .map a:nth-child(3) {
width: 27.1%;
position: absolute;
left: 25.6%;
top: 7%;
height: 42%;
border-top-left-radius: 90%;
}
@media (max-width: 1366px){
.market .tits{
font-size: 26px;
line-height: 26px;
}
.market .box{
font-size: 16px;
}
}
@media (max-width: 1366px){
.market .tits{
font-size: 22px;
line-height: 20px;
}
.market .box{
margin: 20px auto 0;
font-size: 14px;
padding: 10px 0 40px;
}
.market .box.box1{
padding-bottom: 20px;
}
.market .box .t{
font-size: 14px;
line-height: 20px;
margin-top: 15px;
}
.market .map{
margin-top: 25px;
}
.market .box p br{
display: none;
}
.market .box img{
width: 60px;
left: -17px;
}
}
.videoC{
padding-top: 4.2%;
padding-bottom: 6.25%;
background-image: url("/template/company/wangwangjituan/img/about_bg.jpg");
}
.videoC .txt{
margin: 0 auto 4%;
}
.videoC .video .mp{
height: 600px;
background-color: #fff;
margin-bottom: 20px;
}
@media (max-width: 768px){
.videoC .video .mp{
height: 210px;
}
}
.building{
padding: 5.2% 0;
}
.building img{
max-width: 90%;
display: block;
margin: 0 auto;
}
.picTk{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: none;
}
.picTk .bg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.6);
}
.picTk .box{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.picTk .box .boxNew{
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 90%;
max-height: 90%;
}
.picTk .box img{
max-width: 100%;
max-height: 100%;
display: block;
margin: 0 auto;
/*position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;*/
}
.picTk .box .close{
width: 46px;
height: 46px;
background-color: #fff;
position: absolute;
top: -23px;
right: -23px;
background-position: center;
background-repeat: no-repeat;
background-image: url('/template/company/wangwangjituan/img/close.png');
background-size: 20px;
border-radius: 100%;
box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
@media (max-width: 1024px){
.controls{min-height: 40vh;}
.index .list .btns{bottom: auto;top:53%;}
}
.navM{
width: 100%;
display: none;
margin-top: 20px;
}
.navM a{
width: calc(50% - 0.5px);
display: block;
position: relative;
float: left;
margin-bottom: 1px;
}
.navM a:nth-child(2n){
float: right;
}
.navM a .tttt{
position: absolute;
top: 42px;
left: 10.6%;
}
.navM a .tttt .t{
font-size: 14px;
line-height: 14px;
color: #fff;
}
.navM a .tttt .line{
width: 30px;
height: 2px;
background-color: #fff;
margin-top: 10px;
}
@media (max-width: 1024px){
.navM{
display: block;
}
.index .nav{
display: none;
}
.aboutNavM ul{
max-height: 160px;
overflow-y: scroll;
}
.footerIndex .footer .p a{
display: none;}
} | 0.348534 | 0.09187 |
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
font-family: Verdana, sans-serif;
}
.header {
background-color: #000099;
border-bottom: 1px solid #010102;
display: flex;
align-items: center;
}
.header__logo {
max-height: 120px;
padding: 1em;
}
.header__title {
font-family: Georgia, "Times New Roman", serif;
line-height: 1.1;
padding: 0.5em;
text-align: center;
color: #f2f3f4;
font-size: 3rem;
}
.footer {
background-color: #000099;
border-top: 1px solid #010102;
}
.footer__copyright {
font-family: Verdana, sans-serif;
line-height: 1.6;
padding: 1em;
color: #f2f3f4;
text-align: right;
font-size: 0.75rem;
}
.main {
display: grid;
grid-template-columns: auto 1fr;
}
.users {
padding: 1em;
}
.users__form {
display: grid;
grid-template-areas: "title title" "add-user user-list" "create-groups create-groups";
justify-content: center;
margin: 0 1em;
border: 2px solid #000099;
border-radius: 15px;
background-color: #e6e6e6;
}
.users__title {
font-family: Georgia, "Times New Roman", serif;
line-height: 1.1;
padding: 0.5em;
text-align: center;
color: #010102;
grid-area: title;
text-align: center;
background-color: #000099;
background-image: linear-gradient(#000099, #0a0ac2);
color: #f2f3f4;
border-radius: 10px 10px 0 0;
}
.add-user {
grid-area: add-user;
width: max-content;
margin: 1em;
margin-left: 2em;
padding: 2em;
display: flex;
flex-direction: column;
align-items: center;
border: 4px solid #000099;
border-radius: 10px;
background-color: #f2f2f2;
}
.add-user__name-input, .add-user__email-input {
font-size: 1rem;
padding: 0.5em;
margin: 0.25em 0 2em;
}
.add-user__submit {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
}
.add-user__submit:focus, .add-user__submit:hover {
background-color: #6fb3e4;
}
.user-list {
grid-area: user-list;
min-width: 30em;
height: 19em;
overflow-y: scroll;
padding: 0.5em;
margin: 1em;
margin-right: 2em;
background-color: #6fb3e477;
border: 4px solid #000099;
box-shadow: inset 0 0 4px #000099;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.user {
display: grid;
grid-template-columns: auto 6em auto 1fr auto;
align-items: center;
margin: 0.25em;
padding: 0.5em 1em;
background-color: #000099;
color: #f2f3f4;
border-radius: 10px;
}
.user__name-icon {
width: 16px;
height: auto;
}
.user__email-icon {
width: 16px;
height: auto;
margin-left: 0.5em;
}
.user__name {
margin-left: 0.5em;
}
.user__email {
font-size: 0.75rem;
margin-left: 0.5em;
}
.user__remove {
color: red;
font-weight: 900;
cursor: pointer;
}
.create-groups {
grid-area: create-groups;
margin: 0 2em;
display: flex;
justify-content: flex-end;
align-items: center;
}
.create-groups__min-size-label {
text-align: right;
}
.create-groups__min-size-input {
font-size: 1rem;
padding: 0.5em;
text-align: center;
width: 6em;
margin-left: 0.25em;
}
.create-groups__submit {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
margin: 1em;
margin-right: 0;
}
.create-groups__submit:focus, .create-groups__submit:hover {
background-color: #6fb3e4;
}
.create-groups__secret-santa {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
margin: 1em;
margin-right: 0;
}
.create-groups__secret-santa:focus, .create-groups__secret-santa:hover {
background-color: #6fb3e4;
}
.groups {
padding: 1em;
}
.groups__container {
display: grid;
grid-template-rows: auto 1fr auto;
margin: 0 1em;
border: 2px solid #000099;
border-radius: 15px;
background-color: #e6e6e6;
}
.groups__title {
font-family: Georgia, "Times New Roman", serif;
line-height: 1.1;
padding: 0.5em;
text-align: center;
color: #010102;
text-align: center;
background-color: #000099;
background-image: linear-gradient(#000099, #0a0ac2);
color: #f2f3f4;
border-radius: 10px 10px 0 0;
}
.groups__list {
margin: 2em 0;
justify-self: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
.groups__group {
list-style-type: none;
margin: 1em;
padding: 1em;
background-color: #6fb3e477;
border: 4px solid #000099;
border-radius: 10px;
text-align: center;
}
.groups__group-title {
margin-bottom: 0.25em;
}
.groups__email {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
justify-self: center;
margin: 1em;
}
.groups__email:focus, .groups__email:hover {
background-color: #6fb3e4;
}
.popup {
position: fixed;
bottom: 5em;
left: 25vw;
right: 25vw;
height: 5em;
background-color: #6fb3e4;
border: 4px solid #000099;
border-radius: 10px;
padding: 1em;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 400ms;
}
.popup--active {
opacity: 1;
}
/*# sourceMappingURL=style.css.map */ | client/css/style.css | *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
font-family: Verdana, sans-serif;
}
.header {
background-color: #000099;
border-bottom: 1px solid #010102;
display: flex;
align-items: center;
}
.header__logo {
max-height: 120px;
padding: 1em;
}
.header__title {
font-family: Georgia, "Times New Roman", serif;
line-height: 1.1;
padding: 0.5em;
text-align: center;
color: #f2f3f4;
font-size: 3rem;
}
.footer {
background-color: #000099;
border-top: 1px solid #010102;
}
.footer__copyright {
font-family: Verdana, sans-serif;
line-height: 1.6;
padding: 1em;
color: #f2f3f4;
text-align: right;
font-size: 0.75rem;
}
.main {
display: grid;
grid-template-columns: auto 1fr;
}
.users {
padding: 1em;
}
.users__form {
display: grid;
grid-template-areas: "title title" "add-user user-list" "create-groups create-groups";
justify-content: center;
margin: 0 1em;
border: 2px solid #000099;
border-radius: 15px;
background-color: #e6e6e6;
}
.users__title {
font-family: Georgia, "Times New Roman", serif;
line-height: 1.1;
padding: 0.5em;
text-align: center;
color: #010102;
grid-area: title;
text-align: center;
background-color: #000099;
background-image: linear-gradient(#000099, #0a0ac2);
color: #f2f3f4;
border-radius: 10px 10px 0 0;
}
.add-user {
grid-area: add-user;
width: max-content;
margin: 1em;
margin-left: 2em;
padding: 2em;
display: flex;
flex-direction: column;
align-items: center;
border: 4px solid #000099;
border-radius: 10px;
background-color: #f2f2f2;
}
.add-user__name-input, .add-user__email-input {
font-size: 1rem;
padding: 0.5em;
margin: 0.25em 0 2em;
}
.add-user__submit {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
}
.add-user__submit:focus, .add-user__submit:hover {
background-color: #6fb3e4;
}
.user-list {
grid-area: user-list;
min-width: 30em;
height: 19em;
overflow-y: scroll;
padding: 0.5em;
margin: 1em;
margin-right: 2em;
background-color: #6fb3e477;
border: 4px solid #000099;
box-shadow: inset 0 0 4px #000099;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.user {
display: grid;
grid-template-columns: auto 6em auto 1fr auto;
align-items: center;
margin: 0.25em;
padding: 0.5em 1em;
background-color: #000099;
color: #f2f3f4;
border-radius: 10px;
}
.user__name-icon {
width: 16px;
height: auto;
}
.user__email-icon {
width: 16px;
height: auto;
margin-left: 0.5em;
}
.user__name {
margin-left: 0.5em;
}
.user__email {
font-size: 0.75rem;
margin-left: 0.5em;
}
.user__remove {
color: red;
font-weight: 900;
cursor: pointer;
}
.create-groups {
grid-area: create-groups;
margin: 0 2em;
display: flex;
justify-content: flex-end;
align-items: center;
}
.create-groups__min-size-label {
text-align: right;
}
.create-groups__min-size-input {
font-size: 1rem;
padding: 0.5em;
text-align: center;
width: 6em;
margin-left: 0.25em;
}
.create-groups__submit {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
margin: 1em;
margin-right: 0;
}
.create-groups__submit:focus, .create-groups__submit:hover {
background-color: #6fb3e4;
}
.create-groups__secret-santa {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
margin: 1em;
margin-right: 0;
}
.create-groups__secret-santa:focus, .create-groups__secret-santa:hover {
background-color: #6fb3e4;
}
.groups {
padding: 1em;
}
.groups__container {
display: grid;
grid-template-rows: auto 1fr auto;
margin: 0 1em;
border: 2px solid #000099;
border-radius: 15px;
background-color: #e6e6e6;
}
.groups__title {
font-family: Georgia, "Times New Roman", serif;
line-height: 1.1;
padding: 0.5em;
text-align: center;
color: #010102;
text-align: center;
background-color: #000099;
background-image: linear-gradient(#000099, #0a0ac2);
color: #f2f3f4;
border-radius: 10px 10px 0 0;
}
.groups__list {
margin: 2em 0;
justify-self: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
.groups__group {
list-style-type: none;
margin: 1em;
padding: 1em;
background-color: #6fb3e477;
border: 4px solid #000099;
border-radius: 10px;
text-align: center;
}
.groups__group-title {
margin-bottom: 0.25em;
}
.groups__email {
cursor: pointer;
background-color: #000099;
color: #f2f3f4;
font-size: 1rem;
padding: 0.5em 1em;
border-radius: 10px;
width: max-content;
transition: background-color 250ms;
justify-self: center;
margin: 1em;
}
.groups__email:focus, .groups__email:hover {
background-color: #6fb3e4;
}
.popup {
position: fixed;
bottom: 5em;
left: 25vw;
right: 25vw;
height: 5em;
background-color: #6fb3e4;
border: 4px solid #000099;
border-radius: 10px;
padding: 1em;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 400ms;
}
.popup--active {
opacity: 1;
}
/*# sourceMappingURL=style.css.map */ | 0.524882 | 0.105579 |
@keyframes slideIn {
0% {
width: 250px;
min-height: 250px;
overflow: hidden;
height: 250px;
border-radius: 125px;
transform: translateX(50vw) scale(0, 0);
}
50% {
transform: translateX(-150px) scale(1.3, 0.9);
}
70% {
width: 250px;
min-height: 250px;
height: 250px;
border-radius:125px
}
95% {
transform: translateX(0) scale(1);
}
100% {
width: 2000px;
min-height: 95vh;
overflow: hidden;
border-radius: 2px;
}
}
@keyframes slideOut {
0% {
width: 2000px;
min-height: 95vh;
overflow: hidden;
border-radius: 2px;
}
30% {
width: 2000px;
min-height: 95vh;
overflow: hidden;
border-radius: 2px;
transform: translateX(-150px) scale(1);
}
80% {
width: 250px;
min-height: 250px;
height: 250px;
border-radius: 125px;
}
100% {
width: 250px;
min-height: 250px;
height: 250px;
border-radius: 125px;
overflow: hidden;
transform: translateX(50vw) scale(0, 0);
}
}
@keyframes shrinkIn
{
0% {
height: 50px;
min-height: 50px;
overflow: hidden;
padding: 0 40px;
}
100% {
min-height: 95vh;
padding: 40px;
}
}
@keyframes shrinkOut {
0%{
min-height: 95vh;
padding: 40px;
}
100% {
height: 50px;
min-height: 50px;
overflow: hidden;
padding: 0 40px;
}
}
.page-container {
position: relative;
z-index: 0;
background-color: var(--background-color);
min-height: 95vh;
transition: all 0.4s;
padding:40px;
}
.page-container.tab-show {
animation-name: shrinkIn;
animation-duration: 0.3s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
}
.page-container.tab-hide {
animation-name: shrinkOut;
animation-duration: 0.2s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
.page-container.initial-hide {
display:none;
}
.page-container.show {
display:block;
animation-name: slideIn;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.page-container.hide {
animation-name: slideOut;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.page-container.hide .page-content {
display:none;
} | GiacomoPalma.com/ClientApp/src/components/Layout.css | @keyframes slideIn {
0% {
width: 250px;
min-height: 250px;
overflow: hidden;
height: 250px;
border-radius: 125px;
transform: translateX(50vw) scale(0, 0);
}
50% {
transform: translateX(-150px) scale(1.3, 0.9);
}
70% {
width: 250px;
min-height: 250px;
height: 250px;
border-radius:125px
}
95% {
transform: translateX(0) scale(1);
}
100% {
width: 2000px;
min-height: 95vh;
overflow: hidden;
border-radius: 2px;
}
}
@keyframes slideOut {
0% {
width: 2000px;
min-height: 95vh;
overflow: hidden;
border-radius: 2px;
}
30% {
width: 2000px;
min-height: 95vh;
overflow: hidden;
border-radius: 2px;
transform: translateX(-150px) scale(1);
}
80% {
width: 250px;
min-height: 250px;
height: 250px;
border-radius: 125px;
}
100% {
width: 250px;
min-height: 250px;
height: 250px;
border-radius: 125px;
overflow: hidden;
transform: translateX(50vw) scale(0, 0);
}
}
@keyframes shrinkIn
{
0% {
height: 50px;
min-height: 50px;
overflow: hidden;
padding: 0 40px;
}
100% {
min-height: 95vh;
padding: 40px;
}
}
@keyframes shrinkOut {
0%{
min-height: 95vh;
padding: 40px;
}
100% {
height: 50px;
min-height: 50px;
overflow: hidden;
padding: 0 40px;
}
}
.page-container {
position: relative;
z-index: 0;
background-color: var(--background-color);
min-height: 95vh;
transition: all 0.4s;
padding:40px;
}
.page-container.tab-show {
animation-name: shrinkIn;
animation-duration: 0.3s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
}
.page-container.tab-hide {
animation-name: shrinkOut;
animation-duration: 0.2s;
animation-fill-mode: forwards;
animation-timing-function: ease-out;
}
.page-container.initial-hide {
display:none;
}
.page-container.show {
display:block;
animation-name: slideIn;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.page-container.hide {
animation-name: slideOut;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.page-container.hide .page-content {
display:none;
} | 0.68595 | 0.166032 |
body{
font-family: mirtaregular, tahoma, arial, san-serif;
}
/* Header */
div#header{
background: url("../images/bkg/header.jpg") no-repeat center top;
/*background-size: 2570px 596px;*/
}
div#header div.left h1{
font-size: 31px;
color: #fff;
line-height: 36px;
text-align: center;
background: url("../images/bkg/logo-top.png") no-repeat center top;
border-bottom: #fff dashed 1px;
}
div#header div.left h2{
font-size: 21px;
line-height: 26px;
color: #fff;
text-align: center;
}
div#header div.left div.phone{
font-size: 30px;
color: #fff;
text-align: center;
}
div#header div.left a.callback{
font-size: 15px;
color: #94a502;
}
div#header div.left a.button{
font-family: tahoma, arial, san-serif;
font-size: 15px;
font-weight: bold;
color: #fff;
text-decoration: none;
background: url("../images/bkg/top-button.png") no-repeat;
text-align: center;
line-height: 60px;
text-shadow: 0 1px 2px #334a02;
}
/* end Header */
/* Navigation */
div#navigation{
font-family: mirtabold;
background: #000;
text-align: center;
position: relative;
height: 68px;
}
div#navigation a{
font-size: 20px;
color: #ffffff;
}
div#navigation a:hover, div#navigation a.active{
color: #94a502;
}
div#navigation li.download a, div#navigation li.download a:hover{
color: #ff5400;
}
div#navigation.fixed{
position: fixed;
top:0;
left: 0;
width: 100%;
z-index: 3;
}
/* end Navigation */
/* Products */
div#products{
color: #000;
font-size: 15px;
font-family: "mirtaregular";
background: #fff;
padding-top: 50px;
}
div#products h1{
font-size: 20px;
line-height: 25px;
border-bottom: #000 dotted 1px;
}
div#products p{
line-height: 22px;
}
div#products table.products-table, div#products table.products-table td{
vertical-align: top;
}
div#products table.products-table table.product-table{
}
div#products ul{
line-height: 22px;
font-family: mirtaitalic;
}
/* end Products */
/* More Clients */
div#more-clients{
background: url("../images/bkg/more-clients.jpg") no-repeat center top;
font-family: mirtaitalic;
color: #fff;
font-size: 19px;
line-height: 22px;
}
div#more-clients div.icon{
padding-top: 60px;
text-align: center;
}
div#more-clients div.size{
position: relative;
}
div#more-clients h1{
font-family: mirtabold;
font-size: 30px;
line-height: 30px;
text-align: center;
}
div#more-clients div.tooltip{
position: absolute;
}
div#more-clients div.tooltip-1{
font-size: 18px;
}
div#more-clients div.tooltip-3{
text-align: center;
}
div#more-clients div.tooltip-4{
text-align: center;
}
div#more-clients div.tooltip-4 p{
font-family: tahoma, arial, san-serif;
font-weight: bold;
font-size: 15px;
line-height: 22px;
}
/* end More Clients */
/* Why Floris */
div#why-floris{
background: url("../images/bkg/why-floris.jpg") no-repeat center top;
}
div#why-floris a.button{
display: block;
margin: 0 auto;
font:bold 20px "Tahoma";
color: #ffffff;
text-decoration: none;
background: url("../images/bkg/why-button.png") no-repeat;
text-align: center;
line-height: 54px;
text-shadow: #892005 0px 1px 2px;
}
div#why-floris{
font-family: mirtabold;
font-size: 30px;
color: #fff;
text-align: center;
}
div#why-floris table{
margin: 0 auto;
}
div#why-floris table td{
text-align: left;
vertical-align: top;
}
div#why-floris table h2{
font-family: mirtabold;
font-size: 20px;
color: #00fffc;
line-height: 25px;
background-color: #000;
display: inline-block;
text-align: left;
}
div#why-floris table p{
border-top:#fff dotted 2px;
font-family: mirtaitalic;
font-size: 17px;
line-height: 22px;
}
div#why-floris table a{
color: #ff5400;
font-size: 17px;
font-family: mirtaregular;
}
/* end Why Floris */
/* Why Floris Desc */
div#why-floris-desc{
background: url("../images/bkg/why-floris-bottom.jpg") no-repeat center top;
}
div#why-floris-desc div.icon{
position: absolute;
width: 100%;
top:145px;
left: 0;
text-align: center;
}
div#why-floris-desc div.tooltips{
position: relative;
}
div#why-floris-desc div.tooltip{
position: absolute;
}
div#why-floris-desc div.tooltip h1{
font-family: nerissemibold;
font-size: 85px;
color: #ffffff;
}
div#why-floris-desc div.tooltip p{
font-family: mirtabold_italic;
font-size: 27px;
color: #fff;
}
div#why-floris-desc a.button{
display: block;
margin: 0 auto;
font:bold 20px "Tahoma";
color: #ffffff;
text-decoration: none;
background: url("../images/bkg/why-button.png") no-repeat;
text-align: center;
line-height: 54px;
text-shadow: #892005 0px 1px 2px;
position: relative;
top:420px;
}
div#why-floris-desc div#sales{
position: relative;
}
div#why-floris-desc div#sales h1{
font-size: 30px;
text-align: center;
font-family: mirtabold;
color: #fff;
line-height: 35px;
padding-top: 30px;
position: absolute;
width: 100%;
left: 0;
top:0
}
div#why-floris-desc div#sales div.r-align{
text-align: right;
}
div#why-floris-desc div#sales div.tooltip h2{
font-family: mirtabold;
font-size: 25px;
line-height: 25px;
color: #3399cc;
border-bottom: #fff dashed 1px;
padding-bottom: 10px;
}
div#why-floris-desc div#sales div.tooltip p{
font-size: 16px;
line-height: 22px;
}
/* end Why Floris Desc */
/* You are */
div#you-are{
background: #fff;
}
div#you-are h1{
font-family: mirtabold;
font-size: 30px;
color: #000;
}
div#you-are ul{
font-family: mirtaitalic;
font-size: 16px;
line-height: 22px;
color: #000;
margin: 0 auto;
}
div#you-are ul li{
float: left;
background: url("../images/bkg/list-item.png") no-repeat;
}
div#you-are ul li.space{
padding-right: 60px;
}
div#you-are table.clients{
font-family: mirtaitalic;
font-size: 16px;
line-height: 22px;
}
div#you-are table.clients table.client td.client-logo{
text-align: center;
vertical-align: middle;
}
div#you-are div.sales-photo-container{
padding-top: 45px;
text-align: center;
}
div#you-are a.sales-photo{
color: #ff5400;
font-size: 17px;
}
/* edn You are */
/* Image Gallery */
div#image-gallery div.top{
background: #000 url("../images/bkg/black.jpg") repeat;
font-family: mirtabold;
font-size: 30px;
color: #fff;
line-height: 120px;
text-align: center;
}
div#image-gallery div.center{
}
div#image-gallery div.bottom{
background: #000 url("../images/bkg/black.jpg") repeat;
}
div#image-gallery div.bottom a.button{
display: block;
margin: 0 auto;
font:bold 20px "Tahoma";
color: #ffffff;
text-decoration: none;
background: url("../images/bkg/why-button.png") no-repeat;
text-align: center;
line-height: 54px;
text-shadow: #892005 0px 1px 2px;
position: relative;
top:55px;
}
/* end Image Gallery */
/* Footer */
div#footer{
background: url("../images/bkg/footer.jpg") no-repeat center top;
}
div#footer h1{
font-family: mirtabold;
font-size: 30px;
color: #fff;
text-align: center;
line-height: 35px;
}
div#footer div.video{
text-align: center;
}
div#footer div.bottom{
font-family: mirtaitalic;
font-size: 20px;
color: #fff;
text-align: center;
}
/* end Footer */
#products .legendy-kryma{
margin-bottom: 50px;
}
#products .legendy-kryma h1{
padding-top: 11px;
} | frontend/web/business2/css/main.css | body{
font-family: mirtaregular, tahoma, arial, san-serif;
}
/* Header */
div#header{
background: url("../images/bkg/header.jpg") no-repeat center top;
/*background-size: 2570px 596px;*/
}
div#header div.left h1{
font-size: 31px;
color: #fff;
line-height: 36px;
text-align: center;
background: url("../images/bkg/logo-top.png") no-repeat center top;
border-bottom: #fff dashed 1px;
}
div#header div.left h2{
font-size: 21px;
line-height: 26px;
color: #fff;
text-align: center;
}
div#header div.left div.phone{
font-size: 30px;
color: #fff;
text-align: center;
}
div#header div.left a.callback{
font-size: 15px;
color: #94a502;
}
div#header div.left a.button{
font-family: tahoma, arial, san-serif;
font-size: 15px;
font-weight: bold;
color: #fff;
text-decoration: none;
background: url("../images/bkg/top-button.png") no-repeat;
text-align: center;
line-height: 60px;
text-shadow: 0 1px 2px #334a02;
}
/* end Header */
/* Navigation */
div#navigation{
font-family: mirtabold;
background: #000;
text-align: center;
position: relative;
height: 68px;
}
div#navigation a{
font-size: 20px;
color: #ffffff;
}
div#navigation a:hover, div#navigation a.active{
color: #94a502;
}
div#navigation li.download a, div#navigation li.download a:hover{
color: #ff5400;
}
div#navigation.fixed{
position: fixed;
top:0;
left: 0;
width: 100%;
z-index: 3;
}
/* end Navigation */
/* Products */
div#products{
color: #000;
font-size: 15px;
font-family: "mirtaregular";
background: #fff;
padding-top: 50px;
}
div#products h1{
font-size: 20px;
line-height: 25px;
border-bottom: #000 dotted 1px;
}
div#products p{
line-height: 22px;
}
div#products table.products-table, div#products table.products-table td{
vertical-align: top;
}
div#products table.products-table table.product-table{
}
div#products ul{
line-height: 22px;
font-family: mirtaitalic;
}
/* end Products */
/* More Clients */
div#more-clients{
background: url("../images/bkg/more-clients.jpg") no-repeat center top;
font-family: mirtaitalic;
color: #fff;
font-size: 19px;
line-height: 22px;
}
div#more-clients div.icon{
padding-top: 60px;
text-align: center;
}
div#more-clients div.size{
position: relative;
}
div#more-clients h1{
font-family: mirtabold;
font-size: 30px;
line-height: 30px;
text-align: center;
}
div#more-clients div.tooltip{
position: absolute;
}
div#more-clients div.tooltip-1{
font-size: 18px;
}
div#more-clients div.tooltip-3{
text-align: center;
}
div#more-clients div.tooltip-4{
text-align: center;
}
div#more-clients div.tooltip-4 p{
font-family: tahoma, arial, san-serif;
font-weight: bold;
font-size: 15px;
line-height: 22px;
}
/* end More Clients */
/* Why Floris */
div#why-floris{
background: url("../images/bkg/why-floris.jpg") no-repeat center top;
}
div#why-floris a.button{
display: block;
margin: 0 auto;
font:bold 20px "Tahoma";
color: #ffffff;
text-decoration: none;
background: url("../images/bkg/why-button.png") no-repeat;
text-align: center;
line-height: 54px;
text-shadow: #892005 0px 1px 2px;
}
div#why-floris{
font-family: mirtabold;
font-size: 30px;
color: #fff;
text-align: center;
}
div#why-floris table{
margin: 0 auto;
}
div#why-floris table td{
text-align: left;
vertical-align: top;
}
div#why-floris table h2{
font-family: mirtabold;
font-size: 20px;
color: #00fffc;
line-height: 25px;
background-color: #000;
display: inline-block;
text-align: left;
}
div#why-floris table p{
border-top:#fff dotted 2px;
font-family: mirtaitalic;
font-size: 17px;
line-height: 22px;
}
div#why-floris table a{
color: #ff5400;
font-size: 17px;
font-family: mirtaregular;
}
/* end Why Floris */
/* Why Floris Desc */
div#why-floris-desc{
background: url("../images/bkg/why-floris-bottom.jpg") no-repeat center top;
}
div#why-floris-desc div.icon{
position: absolute;
width: 100%;
top:145px;
left: 0;
text-align: center;
}
div#why-floris-desc div.tooltips{
position: relative;
}
div#why-floris-desc div.tooltip{
position: absolute;
}
div#why-floris-desc div.tooltip h1{
font-family: nerissemibold;
font-size: 85px;
color: #ffffff;
}
div#why-floris-desc div.tooltip p{
font-family: mirtabold_italic;
font-size: 27px;
color: #fff;
}
div#why-floris-desc a.button{
display: block;
margin: 0 auto;
font:bold 20px "Tahoma";
color: #ffffff;
text-decoration: none;
background: url("../images/bkg/why-button.png") no-repeat;
text-align: center;
line-height: 54px;
text-shadow: #892005 0px 1px 2px;
position: relative;
top:420px;
}
div#why-floris-desc div#sales{
position: relative;
}
div#why-floris-desc div#sales h1{
font-size: 30px;
text-align: center;
font-family: mirtabold;
color: #fff;
line-height: 35px;
padding-top: 30px;
position: absolute;
width: 100%;
left: 0;
top:0
}
div#why-floris-desc div#sales div.r-align{
text-align: right;
}
div#why-floris-desc div#sales div.tooltip h2{
font-family: mirtabold;
font-size: 25px;
line-height: 25px;
color: #3399cc;
border-bottom: #fff dashed 1px;
padding-bottom: 10px;
}
div#why-floris-desc div#sales div.tooltip p{
font-size: 16px;
line-height: 22px;
}
/* end Why Floris Desc */
/* You are */
div#you-are{
background: #fff;
}
div#you-are h1{
font-family: mirtabold;
font-size: 30px;
color: #000;
}
div#you-are ul{
font-family: mirtaitalic;
font-size: 16px;
line-height: 22px;
color: #000;
margin: 0 auto;
}
div#you-are ul li{
float: left;
background: url("../images/bkg/list-item.png") no-repeat;
}
div#you-are ul li.space{
padding-right: 60px;
}
div#you-are table.clients{
font-family: mirtaitalic;
font-size: 16px;
line-height: 22px;
}
div#you-are table.clients table.client td.client-logo{
text-align: center;
vertical-align: middle;
}
div#you-are div.sales-photo-container{
padding-top: 45px;
text-align: center;
}
div#you-are a.sales-photo{
color: #ff5400;
font-size: 17px;
}
/* edn You are */
/* Image Gallery */
div#image-gallery div.top{
background: #000 url("../images/bkg/black.jpg") repeat;
font-family: mirtabold;
font-size: 30px;
color: #fff;
line-height: 120px;
text-align: center;
}
div#image-gallery div.center{
}
div#image-gallery div.bottom{
background: #000 url("../images/bkg/black.jpg") repeat;
}
div#image-gallery div.bottom a.button{
display: block;
margin: 0 auto;
font:bold 20px "Tahoma";
color: #ffffff;
text-decoration: none;
background: url("../images/bkg/why-button.png") no-repeat;
text-align: center;
line-height: 54px;
text-shadow: #892005 0px 1px 2px;
position: relative;
top:55px;
}
/* end Image Gallery */
/* Footer */
div#footer{
background: url("../images/bkg/footer.jpg") no-repeat center top;
}
div#footer h1{
font-family: mirtabold;
font-size: 30px;
color: #fff;
text-align: center;
line-height: 35px;
}
div#footer div.video{
text-align: center;
}
div#footer div.bottom{
font-family: mirtaitalic;
font-size: 20px;
color: #fff;
text-align: center;
}
/* end Footer */
#products .legendy-kryma{
margin-bottom: 50px;
}
#products .legendy-kryma h1{
padding-top: 11px;
} | 0.307878 | 0.067424 |
*{
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
body{
width: 100vw;
height: 100%;
overflow-x: hidden;
}
/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Serif', serif; */
.main{
height: fit-content;
display: grid;
grid-template-rows: auto 1fr auto;
row-gap: 38px;
max-width: 800px;
margin: 0px auto;
}
header{
display: flex;
flex-wrap: wrap;
margin: 0px 12px;
row-gap: 38px;
padding-top: 71px;
justify-content: space-between;
align-items: baseline;
}
header h1{
font-family: 'PT Serif', serif;
font-weight: 700;
font-size: 36px;
line-height: 47px;
letter-spacing: -2px;
}
header .right{
font-family: 'Poppins', sans-serif;
}
header .right h3{
font-weight: 600;
font-size: 18px;
line-height: 27px;
}
header .right p{
display: inline-block;
font-weight: 400;
font-size: 14px;
line-height: 21px;
width: fit-content;
max-width: 330px;
}
.main main{
margin: 0px 18px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
column-gap: 10px;
row-gap: 50px;
grid-auto-rows: auto;
height: fit-content;
max-width: 390px;
}
.main main .card:nth-child(2),
.main main .card:nth-child(4),
.main main .card:nth-child(6){
margin-top: 60px;
}
.card{
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: 1fr auto;
height: 238px;
max-width: 155px;
}
.card .image{
background-image: url('./photo1.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.card .image.a{
background-image: url('./photo2.png');
}
.card .image.b{
background-image: url('./photo3.png');
}
.card .image.c{
background-image: url('./photo4.png');
}
.card .image.d{
background-image: url('./photo5.png');
}
.card .image.e{
background-image: url('./photo6.png');
}
.card .title{
writing-mode: vertical-lr;
}
.card .title h4{
font-family: 'PT Serif', serif;
font-weight: 500;
font-size: 10px;
margin-left: 6px;
}
.card .name h4{
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 14px;
margin-top: 10px;
}
footer{
display: flex;
justify-content: center;
font-family: 'Montserrat', sans-serif;
color: #A9A9A9;
font-weight: 500;
font-size: 14px;
padding-bottom: 24px;
}
@media screen and (min-width: 425px) {
.main main{
margin: 0 auto;
min-width: 390px;
}
}
@media screen and (min-width: 800px) {
.card {
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: 1fr auto;
height: 400px;
max-width: 269px;
}
.main main{
margin: 0px auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
column-gap: 25px;
row-gap: 50px;
grid-auto-rows: auto;
height: fit-content;
max-width: 1000px;
min-width: 100%;
}
.card .title h4{
font-size: 12px;
}
.card .name h4{
font-size: 18px;
}
.main{
min-width: 800px;
max-width: 1000px;
row-gap: 115px;
}
.main main .card:nth-child(2),
.main main .card:nth-child(4),
.main main .card:nth-child(6){
margin-top: 0px;
}
.main main .card:nth-child(2),
.main main .card:nth-child(5){
margin-top: 80px;
}
} | style.css | *{
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
body{
width: 100vw;
height: 100%;
overflow-x: hidden;
}
/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'PT Serif', serif; */
.main{
height: fit-content;
display: grid;
grid-template-rows: auto 1fr auto;
row-gap: 38px;
max-width: 800px;
margin: 0px auto;
}
header{
display: flex;
flex-wrap: wrap;
margin: 0px 12px;
row-gap: 38px;
padding-top: 71px;
justify-content: space-between;
align-items: baseline;
}
header h1{
font-family: 'PT Serif', serif;
font-weight: 700;
font-size: 36px;
line-height: 47px;
letter-spacing: -2px;
}
header .right{
font-family: 'Poppins', sans-serif;
}
header .right h3{
font-weight: 600;
font-size: 18px;
line-height: 27px;
}
header .right p{
display: inline-block;
font-weight: 400;
font-size: 14px;
line-height: 21px;
width: fit-content;
max-width: 330px;
}
.main main{
margin: 0px 18px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
column-gap: 10px;
row-gap: 50px;
grid-auto-rows: auto;
height: fit-content;
max-width: 390px;
}
.main main .card:nth-child(2),
.main main .card:nth-child(4),
.main main .card:nth-child(6){
margin-top: 60px;
}
.card{
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: 1fr auto;
height: 238px;
max-width: 155px;
}
.card .image{
background-image: url('./photo1.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.card .image.a{
background-image: url('./photo2.png');
}
.card .image.b{
background-image: url('./photo3.png');
}
.card .image.c{
background-image: url('./photo4.png');
}
.card .image.d{
background-image: url('./photo5.png');
}
.card .image.e{
background-image: url('./photo6.png');
}
.card .title{
writing-mode: vertical-lr;
}
.card .title h4{
font-family: 'PT Serif', serif;
font-weight: 500;
font-size: 10px;
margin-left: 6px;
}
.card .name h4{
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 14px;
margin-top: 10px;
}
footer{
display: flex;
justify-content: center;
font-family: 'Montserrat', sans-serif;
color: #A9A9A9;
font-weight: 500;
font-size: 14px;
padding-bottom: 24px;
}
@media screen and (min-width: 425px) {
.main main{
margin: 0 auto;
min-width: 390px;
}
}
@media screen and (min-width: 800px) {
.card {
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: 1fr auto;
height: 400px;
max-width: 269px;
}
.main main{
margin: 0px auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
column-gap: 25px;
row-gap: 50px;
grid-auto-rows: auto;
height: fit-content;
max-width: 1000px;
min-width: 100%;
}
.card .title h4{
font-size: 12px;
}
.card .name h4{
font-size: 18px;
}
.main{
min-width: 800px;
max-width: 1000px;
row-gap: 115px;
}
.main main .card:nth-child(2),
.main main .card:nth-child(4),
.main main .card:nth-child(6){
margin-top: 0px;
}
.main main .card:nth-child(2),
.main main .card:nth-child(5){
margin-top: 80px;
}
} | 0.234757 | 0.060225 |
@charset "utf-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Lato', 'sans-serif', 'Open Sans', serif;
font-size: 16px;
line-height: 1.6;
color: #444;
margin: 0 0;
background-color: #eee;
}
h1 {
font-size: 40px;
color: #fff;
font-weight: 700;
font-style: italic;
letter-spacing: -0.6px;
}
h2 {
font-size: 49px;
font-weight: 100;
}
h3 {
font-size: 47px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 29px;
}
small {
font-size: 66.67%;
}
a, a:link, a:active, a:visited, a:hover {
color: #515151;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
dl {
overflow: hidden;
margin: 6px 0 0;
padding: 0;
}
dl dt, dl dd {
margin: 0;
}
dl dt {
float: left;
width: 40%;
clear: left;
}
dl dd {
float: left;
width: 60%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
/* color: #66666f;*/
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
pre {
background: #122b3b;
padding: 10px 20px;
border: 1px solid #000;
}
/* clearfix */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
.clearfix {
display: block;
}
/* end: clearfix */
.logo-group {
width: 470px;
margin: 0 auto;
position: relative;
}
.logo-group .author-top {
position: absolute;
top: 10px;
margin-left: 16px;
}
a.logo {
padding: 8px 20px 12px;
font-family: 'Lato', 'serif', 'Open Sans', serif;
font-style: italic;
font-weight: 900;
font-size: 30px;
color: #fff;
text-decoration: none;
border: 3px solid #ef2b43;
-webkit-transition: border-color 300ms ease-out;
-moz-transition: border-color 300ms ease-out;
-ms-transition: border-color 300ms ease-out;
-o-transition: border-color 300ms ease-out;
transition: border-color 300ms ease-out;
}
a.logo:hover {
border-color: #fff;
}
.hero {
background: #2e3039;
text-align: center;
padding: 40px 0;
}
.hero h1 {
margin: 40px 0 0;
padding: 0 40px;
}
.hero h2 {
margin-top: 0;
color: #efefef;
}
.navbar {
height: 45px;
margin-bottom: 18px;
background: #ef2b43;
z-index: 100;
}
.right-menu {
float: right;
}
.right-menu > ul {
list-style: none;
margin: 0;
padding: 0;
}
.right-menu > ul > li {
display: inline-block;
height: 45px;
}
.right-menu > ul > li > a, .navbar .back {
display: inline-block;
line-height: 45px;
height: 45px;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: normal;
margin-left: 36px;
}
.right-menu > ul > li > a:hover {
color: #dbdbdb;
}
.navbar .back {
margin-left: 0;
}
.main, .container {
max-width: 1000px;
margin: 0 auto;
}
.main {
padding: 20px;
}
.main.subpage {
margin-top: 37px;
}
.sheet {
border: #eee;
border-radius: 3px;
}
.sheet h1 {
margin: 0 0 20px;
border-bottom: 1px solid #444;
}
.links a {
text-decoration: none;
color: #666;
font-size: 12px;
}
.links a:hover {
color: #222;
}
.sheet .links {
margin-top:0;
margin-bottom: 25px;
padding-bottom: 16px;
border-bottom: 1px solid #eee;
}
.sheet .ellipsis {
width: 250px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sheet p {
margin: 0 0 16px;
font-size: 14px;
}
.separator {
margin: 0 9px;
color: #999;
font-weight: 100;
}
.sheet .links .fa {
margin-right: 4px;
}
.sheet h3 {
margin: 18px 0 0;
}
.sheet h4 {
margin: 12px 0 0;
line-height: 1.2;
}
.sheet h5 {
font-size: 16px;
font-weight: normal;
padding-bottom: 0;
margin: 26px 0 0;
line-height: 1.2;
}
.sheet ol, .sheet ul {
padding: 0;
}
.sheet ol ol, .sheet ol ul, .sheet ul ol, .sheet ul ul {
margin-top: 12px;
padding-left: 20px;
}
.sheet li {
margin-bottom: 0;
}
.sheet h3 + ul {
margin-top: 0;
}
.sheet img {
margin: 18px 0 0;
width: 100%;
border: none;
box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}
.sheet p a {
text-decoration: underline;
}
.projects {
min-height: 900px;
}
.projects, .stats {
list-style: none;
margin: 0;
padding: 0;
}
.card {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 6px;
padding: 18px 18px 16px;
margin: 0 0 18px;
font-size: 13px;
}
.project:first-child .card {
padding: 14px 14px 12px;
border: 4px solid #4EBB4B;
}
.card .title {
margin: -12px -18px 0px;
padding: 12px 18px 6px;
/* background: #0971B2;*/
font-weight: normal;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
text-align: center;
}
.card .title a, .card .title a:visited, .card .title a:active, .card .title a:hover {
color: #2e3039;
font-weight: 700;
text-decoration: none;
}
.card .url {
margin: -6px 0 0;
text-align: center;
font-size: 13px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.card .url a, .card .url a:visited, .card .url a:active, .card .url a:hover {
text-decoration: none;
color: #666;
font-weight: normal;
}
.card .description {
min-height: 6em;
margin-top: 16px;
padding-top: 12px;
border-top: 1px solid #eee;
}
.card dl {
color: #999;
}
.stats {
margin-top: 20px;
padding-top: 10px;
overflow: hidden;
border-top: 1px solid #eee;
}
.stat {
font-size: 14px;
margin: 2px 0 1px 2px;
-webkit-font-smoothing: antialiased;
}
.fa-star {
color: #ffd200;
}
.fa-code-fork {
color: #2e3039;
}
.fa-bug {
color: #ef2b43;
}
.stats li {
float: left;
width: 33.3%;
text-align: center;
margin: 0;
padding: 6px;
line-height: 1.4;
}
.sheet:after {
content: "";
display: table;
clear: both;
}
.main h1 {
margin: 0 0 10px;
font-size: 36px;
color: #2e3039;
font-weight: normal;
font-style: normal;
}
.left-side, .right-side {
float: left;
font-size: 14px;
}
.left-side ul {
margin-left: 40px;
list-style: square;
}
.left-side h4 {
margin: 40px 0 10px;
font-size: 19px;
}
.right-side {
width: 35%;
margin-left: 3%;
overflow: hidden;
}
.right-side h4 {
font-size: 14px;
font-weight: 500;
}
.right-side .stats, .right-side .stat {
font-size: 21px;
}
.right-side .stats {
padding: 14px 0 12px;
}
.left-side {
width: 62%;
padding: 2% 3%;
background-color: #fff;
}
.box {
margin-bottom: 26px;
padding: 3% 7%;
background-color: #fff;
}
.installation .btn {
width: 90%;
padding: 7px 0;
margin: 6px auto 12px;
color: #fff;
background-color: #2e3039;
display: block;
border-radius: 4px;
text-align: center;
font-size: 14px;
text-decoration: none;
-webkit-transition: background-color 400ms;
-moz-transition: background-color 400ms;
-ms-transition: background-color 400ms;
-o-transition: background-color 400ms;
transition: background-color 400ms;
}
.installation .btn.blue {
background-color: #323a5d;
}
.installation .btn.blue:hover {
background-color: #293152;
}
.installation .btn.red {
background-color: #ef2b43;
}
.installation .btn.red:hover {
background-color: #D5051F;
}
.installation .buttons {
margin-top: 20px;
padding: 14px 0 12px;
border-top: 1px solid #eee;
}
.installation dl {
margin-bottom: 20px;
font-size: 14px;
}
.installation dl dt {
width: 34%;
}
.installation dl dd {
width: 66%;
}
.graphs {
margin-top: 20px;
padding: 14px 0 12px;
border-top: 1px solid #eee;
}
.chart {
width: 80%;
margin: 20px auto 30px;
height: 200px;
font-size: 11px;
}
#disqus_thread {
margin: 60px 0 20px;
}
.static {
padding: 3%;
background-color: #fff;
}
.static h1 {
padding-bottom: 20px;
border-color: #eee;
}
.static h4 {
margin: 30px 0 10px;
}
.static p {
margin-top: 20px;
font-size: 15px;
}
.static p a {
color: #ef2b43;
}
.footer {
background: #d6d6d6;
margin: 46px 0 0;
padding: 26px 46px 38px;
}
.footer-container {
max-width: 1000px;
margin: 0 auto;
}
.postscript {
color: #808080;
font-size: 12px;
text-align: center;
margin-top: 32px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
.postscript a, .postscript a:visited, .postscript a:link, .postscript a:active, .postscript a:hover {
color: #808080;
text-decoration: none;
}
.postscript a:hover {
text-decoration: underline;
}
.footer h3 {
color: #2e3039;
font-weight: 700;
font-size: 28px;
font-style: italic;
text-align: center;
}
.footer h3 a, .footer h3 a:visited, .footer h3 a:active, .footer h3 a:hover {
color: #ef2b43;
text-decoration: underline;
}
.footer h3 a:hover {
color: #D5051F;
text-decoration: underline;
}
/* Awesome dropdown design from this Codepen: http://codepen.io/Thibaut/pen/Jasci */
.dropdown {
display: inline-block;
position: relative;
overflow: hidden;
height: 28px;
width: 150px;
background: #f2f2f2;
border: 1px solid;
border-color: white #f7f7f7 whitesmoke;
border-radius: 3px;
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.navbar .dropdown {
margin-top: 8px;
margin-right: 12px;
}
.dropdown:before, .dropdown:after {
content: '';
position: absolute;
z-index: 2;
top: 9px;
right: 10px;
width: 0;
height: 0;
border: 4px dashed;
border-color: #888888 transparent;
pointer-events: none;
}
.dropdown:before {
border-bottom-style: solid;
border-top: none;
}
.dropdown:after {
margin-top: 7px;
border-top-style: solid;
border-bottom: none;
}
.dropdown-select {
position: relative;
width: 130%;
margin: 0;
padding: 6px 8px 6px 10px;
height: 28px;
line-height: 14px;
font-size: 12px;
color: #272727;
text-shadow: 0 1px white;
background: #f2f2f2; /* Fallback for IE 8 */
background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
border: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px; /* Fix select appearance on Firefox https://gist.github.com/joaocunha/6273016/ */
text-overflow: '';
}
.dropdown-select:focus {
z-index: 3;
width: 100%;
color: #394349;
outline: none;
}
.dropdown-select > option {
margin: 3px;
padding: 6px 8px;
text-shadow: none;
background: #fff;
border-radius: 3px;
cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
z-index: 1;
}
.lt-ie9 .dropdown-select {
z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
.dropdown-select {
padding-left: 6px;
}
}
.share-button {
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-bottom: 24px;
}
@media all and (max-width: 499px) {
.hero h1 {
margin: 50px 0 0;
padding: 0 20px;
font-size: 32px;
}
.project {
display: block;
width: 100%;
}
.projects {
margin-right: 0;
}
.logo-group {
width: 100%;
}
.logo-group .author-top {
display: none;
}
.left-side, .right-side {
width: 100%;
float: none;
}
.subpage h1 {
margin: 0 0 20px;
text-align: center;
font-size: 32px;
}
.left-side .links {
padding-top: 10px;
text-align: center;
}
.left-side .links a {
display: block;
}
.left-side .links .separator {
display: none;
}
.footer h3 a {
margin-top: 20px;
display: block;
font-size: 20px;
}
}
/* Responsiveness */
@media all and (min-width: 500px) {
.project {
float: left;
width: 48%;
margin: 1%;
}
.project:nth-of-type(n) {
clear: none;
}
.project:nth-of-type(2n+1) {
clear: both;
}
}
@media all and (min-width: 800px) {
.project {
float: left;
width: 30%;
margin: 1%;
}
.project:nth-of-type(n) {
clear: none;
}
.project:nth-of-type(3n+1) {
clear: both;
}
.navbar {
padding: 0 20px;
}
}
/* navigation bar only */
@media all and (max-width: 800px) {
.navbar {
height: 90px;
}
.navbar .container {
text-align: center;
}
.navbar .right-menu {
float: none;
}
.navbar .right-menu a {
margin-left: 0;
}
.navbar .container {
padding: 0 12px;
}
} | source/stylesheets/all.css | @charset "utf-8";
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Lato', 'sans-serif', 'Open Sans', serif;
font-size: 16px;
line-height: 1.6;
color: #444;
margin: 0 0;
background-color: #eee;
}
h1 {
font-size: 40px;
color: #fff;
font-weight: 700;
font-style: italic;
letter-spacing: -0.6px;
}
h2 {
font-size: 49px;
font-weight: 100;
}
h3 {
font-size: 47px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 29px;
}
small {
font-size: 66.67%;
}
a, a:link, a:active, a:visited, a:hover {
color: #515151;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
dl {
overflow: hidden;
margin: 6px 0 0;
padding: 0;
}
dl dt, dl dd {
margin: 0;
}
dl dt {
float: left;
width: 40%;
clear: left;
}
dl dd {
float: left;
width: 60%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
h2 a, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
/* color: #66666f;*/
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
}
pre {
background: #122b3b;
padding: 10px 20px;
border: 1px solid #000;
}
/* clearfix */
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
.clearfix {
display: block;
}
/* end: clearfix */
.logo-group {
width: 470px;
margin: 0 auto;
position: relative;
}
.logo-group .author-top {
position: absolute;
top: 10px;
margin-left: 16px;
}
a.logo {
padding: 8px 20px 12px;
font-family: 'Lato', 'serif', 'Open Sans', serif;
font-style: italic;
font-weight: 900;
font-size: 30px;
color: #fff;
text-decoration: none;
border: 3px solid #ef2b43;
-webkit-transition: border-color 300ms ease-out;
-moz-transition: border-color 300ms ease-out;
-ms-transition: border-color 300ms ease-out;
-o-transition: border-color 300ms ease-out;
transition: border-color 300ms ease-out;
}
a.logo:hover {
border-color: #fff;
}
.hero {
background: #2e3039;
text-align: center;
padding: 40px 0;
}
.hero h1 {
margin: 40px 0 0;
padding: 0 40px;
}
.hero h2 {
margin-top: 0;
color: #efefef;
}
.navbar {
height: 45px;
margin-bottom: 18px;
background: #ef2b43;
z-index: 100;
}
.right-menu {
float: right;
}
.right-menu > ul {
list-style: none;
margin: 0;
padding: 0;
}
.right-menu > ul > li {
display: inline-block;
height: 45px;
}
.right-menu > ul > li > a, .navbar .back {
display: inline-block;
line-height: 45px;
height: 45px;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: normal;
margin-left: 36px;
}
.right-menu > ul > li > a:hover {
color: #dbdbdb;
}
.navbar .back {
margin-left: 0;
}
.main, .container {
max-width: 1000px;
margin: 0 auto;
}
.main {
padding: 20px;
}
.main.subpage {
margin-top: 37px;
}
.sheet {
border: #eee;
border-radius: 3px;
}
.sheet h1 {
margin: 0 0 20px;
border-bottom: 1px solid #444;
}
.links a {
text-decoration: none;
color: #666;
font-size: 12px;
}
.links a:hover {
color: #222;
}
.sheet .links {
margin-top:0;
margin-bottom: 25px;
padding-bottom: 16px;
border-bottom: 1px solid #eee;
}
.sheet .ellipsis {
width: 250px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sheet p {
margin: 0 0 16px;
font-size: 14px;
}
.separator {
margin: 0 9px;
color: #999;
font-weight: 100;
}
.sheet .links .fa {
margin-right: 4px;
}
.sheet h3 {
margin: 18px 0 0;
}
.sheet h4 {
margin: 12px 0 0;
line-height: 1.2;
}
.sheet h5 {
font-size: 16px;
font-weight: normal;
padding-bottom: 0;
margin: 26px 0 0;
line-height: 1.2;
}
.sheet ol, .sheet ul {
padding: 0;
}
.sheet ol ol, .sheet ol ul, .sheet ul ol, .sheet ul ul {
margin-top: 12px;
padding-left: 20px;
}
.sheet li {
margin-bottom: 0;
}
.sheet h3 + ul {
margin-top: 0;
}
.sheet img {
margin: 18px 0 0;
width: 100%;
border: none;
box-shadow: 0 0 7px rgba(0, 0, 0, .2);
}
.sheet p a {
text-decoration: underline;
}
.projects {
min-height: 900px;
}
.projects, .stats {
list-style: none;
margin: 0;
padding: 0;
}
.card {
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 6px;
padding: 18px 18px 16px;
margin: 0 0 18px;
font-size: 13px;
}
.project:first-child .card {
padding: 14px 14px 12px;
border: 4px solid #4EBB4B;
}
.card .title {
margin: -12px -18px 0px;
padding: 12px 18px 6px;
/* background: #0971B2;*/
font-weight: normal;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
text-align: center;
}
.card .title a, .card .title a:visited, .card .title a:active, .card .title a:hover {
color: #2e3039;
font-weight: 700;
text-decoration: none;
}
.card .url {
margin: -6px 0 0;
text-align: center;
font-size: 13px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.card .url a, .card .url a:visited, .card .url a:active, .card .url a:hover {
text-decoration: none;
color: #666;
font-weight: normal;
}
.card .description {
min-height: 6em;
margin-top: 16px;
padding-top: 12px;
border-top: 1px solid #eee;
}
.card dl {
color: #999;
}
.stats {
margin-top: 20px;
padding-top: 10px;
overflow: hidden;
border-top: 1px solid #eee;
}
.stat {
font-size: 14px;
margin: 2px 0 1px 2px;
-webkit-font-smoothing: antialiased;
}
.fa-star {
color: #ffd200;
}
.fa-code-fork {
color: #2e3039;
}
.fa-bug {
color: #ef2b43;
}
.stats li {
float: left;
width: 33.3%;
text-align: center;
margin: 0;
padding: 6px;
line-height: 1.4;
}
.sheet:after {
content: "";
display: table;
clear: both;
}
.main h1 {
margin: 0 0 10px;
font-size: 36px;
color: #2e3039;
font-weight: normal;
font-style: normal;
}
.left-side, .right-side {
float: left;
font-size: 14px;
}
.left-side ul {
margin-left: 40px;
list-style: square;
}
.left-side h4 {
margin: 40px 0 10px;
font-size: 19px;
}
.right-side {
width: 35%;
margin-left: 3%;
overflow: hidden;
}
.right-side h4 {
font-size: 14px;
font-weight: 500;
}
.right-side .stats, .right-side .stat {
font-size: 21px;
}
.right-side .stats {
padding: 14px 0 12px;
}
.left-side {
width: 62%;
padding: 2% 3%;
background-color: #fff;
}
.box {
margin-bottom: 26px;
padding: 3% 7%;
background-color: #fff;
}
.installation .btn {
width: 90%;
padding: 7px 0;
margin: 6px auto 12px;
color: #fff;
background-color: #2e3039;
display: block;
border-radius: 4px;
text-align: center;
font-size: 14px;
text-decoration: none;
-webkit-transition: background-color 400ms;
-moz-transition: background-color 400ms;
-ms-transition: background-color 400ms;
-o-transition: background-color 400ms;
transition: background-color 400ms;
}
.installation .btn.blue {
background-color: #323a5d;
}
.installation .btn.blue:hover {
background-color: #293152;
}
.installation .btn.red {
background-color: #ef2b43;
}
.installation .btn.red:hover {
background-color: #D5051F;
}
.installation .buttons {
margin-top: 20px;
padding: 14px 0 12px;
border-top: 1px solid #eee;
}
.installation dl {
margin-bottom: 20px;
font-size: 14px;
}
.installation dl dt {
width: 34%;
}
.installation dl dd {
width: 66%;
}
.graphs {
margin-top: 20px;
padding: 14px 0 12px;
border-top: 1px solid #eee;
}
.chart {
width: 80%;
margin: 20px auto 30px;
height: 200px;
font-size: 11px;
}
#disqus_thread {
margin: 60px 0 20px;
}
.static {
padding: 3%;
background-color: #fff;
}
.static h1 {
padding-bottom: 20px;
border-color: #eee;
}
.static h4 {
margin: 30px 0 10px;
}
.static p {
margin-top: 20px;
font-size: 15px;
}
.static p a {
color: #ef2b43;
}
.footer {
background: #d6d6d6;
margin: 46px 0 0;
padding: 26px 46px 38px;
}
.footer-container {
max-width: 1000px;
margin: 0 auto;
}
.postscript {
color: #808080;
font-size: 12px;
text-align: center;
margin-top: 32px;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
.postscript a, .postscript a:visited, .postscript a:link, .postscript a:active, .postscript a:hover {
color: #808080;
text-decoration: none;
}
.postscript a:hover {
text-decoration: underline;
}
.footer h3 {
color: #2e3039;
font-weight: 700;
font-size: 28px;
font-style: italic;
text-align: center;
}
.footer h3 a, .footer h3 a:visited, .footer h3 a:active, .footer h3 a:hover {
color: #ef2b43;
text-decoration: underline;
}
.footer h3 a:hover {
color: #D5051F;
text-decoration: underline;
}
/* Awesome dropdown design from this Codepen: http://codepen.io/Thibaut/pen/Jasci */
.dropdown {
display: inline-block;
position: relative;
overflow: hidden;
height: 28px;
width: 150px;
background: #f2f2f2;
border: 1px solid;
border-color: white #f7f7f7 whitesmoke;
border-radius: 3px;
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.navbar .dropdown {
margin-top: 8px;
margin-right: 12px;
}
.dropdown:before, .dropdown:after {
content: '';
position: absolute;
z-index: 2;
top: 9px;
right: 10px;
width: 0;
height: 0;
border: 4px dashed;
border-color: #888888 transparent;
pointer-events: none;
}
.dropdown:before {
border-bottom-style: solid;
border-top: none;
}
.dropdown:after {
margin-top: 7px;
border-top-style: solid;
border-bottom: none;
}
.dropdown-select {
position: relative;
width: 130%;
margin: 0;
padding: 6px 8px 6px 10px;
height: 28px;
line-height: 14px;
font-size: 12px;
color: #272727;
text-shadow: 0 1px white;
background: #f2f2f2; /* Fallback for IE 8 */
background: rgba(0, 0, 0, 0) !important; /* "transparent" doesn't work with Opera */
border: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 0.01px; /* Fix select appearance on Firefox https://gist.github.com/joaocunha/6273016/ */
text-overflow: '';
}
.dropdown-select:focus {
z-index: 3;
width: 100%;
color: #394349;
outline: none;
}
.dropdown-select > option {
margin: 3px;
padding: 6px 8px;
text-shadow: none;
background: #fff;
border-radius: 3px;
cursor: pointer;
}
/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
z-index: 1;
}
.lt-ie9 .dropdown-select {
z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
z-index: 3;
}
/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
.dropdown-select {
padding-left: 6px;
}
}
.share-button {
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-bottom: 24px;
}
@media all and (max-width: 499px) {
.hero h1 {
margin: 50px 0 0;
padding: 0 20px;
font-size: 32px;
}
.project {
display: block;
width: 100%;
}
.projects {
margin-right: 0;
}
.logo-group {
width: 100%;
}
.logo-group .author-top {
display: none;
}
.left-side, .right-side {
width: 100%;
float: none;
}
.subpage h1 {
margin: 0 0 20px;
text-align: center;
font-size: 32px;
}
.left-side .links {
padding-top: 10px;
text-align: center;
}
.left-side .links a {
display: block;
}
.left-side .links .separator {
display: none;
}
.footer h3 a {
margin-top: 20px;
display: block;
font-size: 20px;
}
}
/* Responsiveness */
@media all and (min-width: 500px) {
.project {
float: left;
width: 48%;
margin: 1%;
}
.project:nth-of-type(n) {
clear: none;
}
.project:nth-of-type(2n+1) {
clear: both;
}
}
@media all and (min-width: 800px) {
.project {
float: left;
width: 30%;
margin: 1%;
}
.project:nth-of-type(n) {
clear: none;
}
.project:nth-of-type(3n+1) {
clear: both;
}
.navbar {
padding: 0 20px;
}
}
/* navigation bar only */
@media all and (max-width: 800px) {
.navbar {
height: 90px;
}
.navbar .container {
text-align: center;
}
.navbar .right-menu {
float: none;
}
.navbar .right-menu a {
margin-left: 0;
}
.navbar .container {
padding: 0 12px;
}
} | 0.373647 | 0.110088 |
QMainWindow{
background: %PRIMARY%;
}
QMainWindow::separator{
width: 1px;
background: %SECONDARY%;
}
/* MENU BAR STYLE */
QMenuBar{
background: %PRIMARY%;
color: #A9B7C6;
font-family: Consolas;
border-bottom: 1px solid %SECONDARY%;
font-size: 12;
padding: 2px;
}
QMenuBar::item:selected{
background: #39435b;
color: #afbece;
}
/* MENU DROPDOWN STYLE */
QMenu{
background-color: %PRIMARY%;
border: 2px solid %SECONDARY%;
color: #A9B7C6;
font-family: Consolas;
}
QMenu::item{
background: transparent;
}
QMenu::item::selected{
color: #afbece;
background: #39435b;
}
/* TAB BAR STYLE */
QTabWidget#code_tabs::pane{
border-top: 1px solid %SECONDARY%;
}
QTabWidget#code_tabs QTabBar::tab{
background: %PRIMARY%;
color: #A9B7C6;
text-align: center;
min-width: 10em;
height: 24px;
font-family: Consolas;
}
QTabWidget#code_tabs QTabBar::tab:selected{
background: %HIGHLIGHTED%;
border-bottom: 2px solid white;
}
QTabWidget#code_tabs QTabBar::close-button{
image: url(":/img/close_button.png");
}
QTabWidget#code_tabs QTabBar::close-button:hover{
image: url(":/img/close_button_hover.png");
}
/* Modal Dialog */
QWidget#modal{
background: %PRIMARY%;
border-top: 1px solid %SECONDARY%;
}
QWidget#modal > QLabel#header{
color: #A9B7C6;
font-family: Consolas;
font-size: 12px;
}
QLineEdit#dialog_entry{
background: %HIGHLIGHTED%;
border: 2px solid %SECONDARY%;
color: #A9B7C6;
padding: 5px;
max-width: 500px;
font-family: Consolas;
}
/* Project Structure Dock */
QTreeView#project_structure{
background: %PRIMARY%;
color: #A9B7C6;
font-family: Consolas;
border: none;
padding-top: 5px;
}
QTreeView#project_structure::branch{
image: none;
}
QWidget#dock_title{
background: %PRIMARY%;
border-bottom: 1px solid %SECONDARY%;
}
QLabel#dock_title_label{
background: %PRIMARY%;
color: #A9B7C6;
padding-top: 6px;
padding-bottom: 7px;
font-family: Consolas;
border-bottom: 1px solid %SECONDARY%;
}
QDockWidget#project_structure{
color: #A9B7C6;
border: none;
}
QPushButton#dock_close{
qproperty-icon: url(" ");
qproperty-iconSize: 12px 12px;
width: 12px;
height: 12px;
padding-right: 10px;
background-color: %PRIMARY%;
border: none;
background-image: url(":/img/close_button.png");
background-position: center;
background-repeat: no-repeat;
}
QPushButton#dock_close:hover{
background-image: url(":/img/close_button_hover.png");
}
/* Run Console Dock */
QPlainTextEdit#console{
background: %CONSOLE_BG%;
border: none;
padding: 10px;
font-family: Consolas;
color: #A9B7C6;
} | resources/theme.css | QMainWindow{
background: %PRIMARY%;
}
QMainWindow::separator{
width: 1px;
background: %SECONDARY%;
}
/* MENU BAR STYLE */
QMenuBar{
background: %PRIMARY%;
color: #A9B7C6;
font-family: Consolas;
border-bottom: 1px solid %SECONDARY%;
font-size: 12;
padding: 2px;
}
QMenuBar::item:selected{
background: #39435b;
color: #afbece;
}
/* MENU DROPDOWN STYLE */
QMenu{
background-color: %PRIMARY%;
border: 2px solid %SECONDARY%;
color: #A9B7C6;
font-family: Consolas;
}
QMenu::item{
background: transparent;
}
QMenu::item::selected{
color: #afbece;
background: #39435b;
}
/* TAB BAR STYLE */
QTabWidget#code_tabs::pane{
border-top: 1px solid %SECONDARY%;
}
QTabWidget#code_tabs QTabBar::tab{
background: %PRIMARY%;
color: #A9B7C6;
text-align: center;
min-width: 10em;
height: 24px;
font-family: Consolas;
}
QTabWidget#code_tabs QTabBar::tab:selected{
background: %HIGHLIGHTED%;
border-bottom: 2px solid white;
}
QTabWidget#code_tabs QTabBar::close-button{
image: url(":/img/close_button.png");
}
QTabWidget#code_tabs QTabBar::close-button:hover{
image: url(":/img/close_button_hover.png");
}
/* Modal Dialog */
QWidget#modal{
background: %PRIMARY%;
border-top: 1px solid %SECONDARY%;
}
QWidget#modal > QLabel#header{
color: #A9B7C6;
font-family: Consolas;
font-size: 12px;
}
QLineEdit#dialog_entry{
background: %HIGHLIGHTED%;
border: 2px solid %SECONDARY%;
color: #A9B7C6;
padding: 5px;
max-width: 500px;
font-family: Consolas;
}
/* Project Structure Dock */
QTreeView#project_structure{
background: %PRIMARY%;
color: #A9B7C6;
font-family: Consolas;
border: none;
padding-top: 5px;
}
QTreeView#project_structure::branch{
image: none;
}
QWidget#dock_title{
background: %PRIMARY%;
border-bottom: 1px solid %SECONDARY%;
}
QLabel#dock_title_label{
background: %PRIMARY%;
color: #A9B7C6;
padding-top: 6px;
padding-bottom: 7px;
font-family: Consolas;
border-bottom: 1px solid %SECONDARY%;
}
QDockWidget#project_structure{
color: #A9B7C6;
border: none;
}
QPushButton#dock_close{
qproperty-icon: url(" ");
qproperty-iconSize: 12px 12px;
width: 12px;
height: 12px;
padding-right: 10px;
background-color: %PRIMARY%;
border: none;
background-image: url(":/img/close_button.png");
background-position: center;
background-repeat: no-repeat;
}
QPushButton#dock_close:hover{
background-image: url(":/img/close_button_hover.png");
}
/* Run Console Dock */
QPlainTextEdit#console{
background: %CONSOLE_BG%;
border: none;
padding: 10px;
font-family: Consolas;
color: #A9B7C6;
} | 0.227212 | 0.060391 |
* Variables
* ======================================================================== */
:root {
--arrow-size: var(--arrow-size-medium);
--arrow-size-small: 0.75em;
--arrow-size-medium: 1em;
--arrow-size-large: 1.5em;
--arrow-b-clip-path: polygon(100% 0, calc(100% - 1px) 0, 0 calc(100% - 1px), 0 100%, 100% 100%);
--arrow-l-clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 1px), 1px 0, 0 0);
--arrow-r-clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, 0 1px, 0 0);
--arrow-t-clip-path: polygon(100% 0, 100% 1px, 1px 100%, 0 100%, 0 0);
}
/* ========================================================================
Component: Arrow
========================================================================== */
.c-arrow {
/* set base positioning for an arrow */
position: relative;
}
.c-arrow::before {
/* allow any border inherited by ::after to show through */
border-width: inherit;
border-style: inherit;
border-color: transparent;
background-clip: content-box;
}
.c-arrow::after {
/* styling and z-space positioning for arrow ::after. Border styling and
box-shadow will be automatically inherited from the parent element */
z-index: -1;
border: inherit;
box-shadow: inherit;
}
.c-arrow:--around {
/* apply shared position and sizing properties to ::before and ::after */
position: absolute;
transform: rotate(45deg);
background-color: inherit;
box-sizing: inherit;
width: var(--arrow-size);
height: var(--arrow-size);
content: '';
}
/* Size modifiers
========================================================================== */
.c-arrow-small { --arrow-size: var(--arrow-size-small); }
.c-arrow-large { --arrow-size: var(--arrow-size-large); }
/* Style modifiers
========================================================================== */
/* 1. Round-off portion of the foreground square opposite the arrow tip
* (improved layout for IE which doesn't support `clip-path`).
* 2. Clip portion of the foreground square opposite the arrow tip so that it
* doesn't interfere with container content. */
/**
* Top
*/
.c-arrow-t::before,
.c-arrow-tl::before,
.c-arrow-tr::before {
border-bottom-right-radius: 100%; /* [1] */
clip-path: var(--arrow-t-clip-path); /* [2] */
border-top-color: inherit;
border-left-color: inherit;
}
.c-arrow-t:--around {
/* Positions an arrow at the top(v) center(h) of the parent element */
top: calc(var(--arrow-size) / -2);
left: 50%;
margin-left: calc(var(--arrow-size) / -2);
}
.c-arrow-tl:--around {
/* Positions an arrow at the top(v) left(h) of the parent element */
top: calc(var(--arrow-size) / -2);
left: var(--arrow-size);
}
.c-arrow-tr:--around {
/* Positions an arrow at the top(v) right(h) of the parent element */
top: calc(var(--arrow-size) / -2);
right: var(--arrow-size);
}
/**
* Right
*/
.c-arrow-r::before,
.c-arrow-rt::before,
.c-arrow-rb::before {
border-bottom-left-radius: 100%; /* [1] */
clip-path: var(--arrow-r-clip-path); /* [2] */
border-top-color: inherit;
border-right-color: inherit;
}
.c-arrow-rt:--around {
/* Positions an arrow at the right(h) top(v) of the parent element */
top: var(--arrow-size);
right: calc(var(--arrow-size) / -2);
}
.c-arrow-r:--around {
/* Positions an arrow at the center(v) right(h) of the parent element */
top: 50%;
right: calc(var(--arrow-size) / -2);
margin-top: calc(var(--arrow-size) / -2);
}
.c-arrow-rb:--around {
/* Positions an arrow at the right(h) bottom(v) of the parent element */
right: calc(var(--arrow-size) / -2);
bottom: var(--arrow-size);
}
/**
* Left
*/
.c-arrow-l::before,
.c-arrow-lt::before,
.c-arrow-lb::before {
border-top-right-radius: 100%; /* [1] */
clip-path: var(--arrow-l-clip-path); /* [2] */
border-bottom-color: inherit;
border-left-color: inherit;
}
.c-arrow-lt:--around {
/* Positions an arrow at the left(h) top(v) of the parent element */
top: var(--arrow-size);
left: calc(var(--arrow-size) / -2);
}
.c-arrow-l:--around {
/* Positions an arrow at the center(v) left(h) of the parent element */
top: 50%;
left: calc(var(--arrow-size) / -2);
margin-top: calc(var(--arrow-size) / -2);
}
.c-arrow-lb:--around {
/* Positions an arrow at the left(h) bottom(v) of the parent element */
bottom: var(--arrow-size);
left: calc(var(--arrow-size) / -2);
}
/**
* Bottom
*/
.c-arrow-b::before,
.c-arrow-bl::before,
.c-arrow-br::before {
border-top-left-radius: 100%; /* [1] */
clip-path: var(--arrow-b-clip-path); /* [2] */
border-bottom-color: inherit;
border-right-color: inherit;
}
.c-arrow-b:--around {
/* Positions an arrow at the bottom(v) center(h) of the parent element */
bottom: calc(var(--arrow-size) / -2);
left: 50%;
margin-left: calc(var(--arrow-size) / -2);
}
.c-arrow-bl:--around {
/* Positions an arrow at the bottom(v) left(h) of the parent element */
bottom: calc(var(--arrow-size) / -2);
left: var(--arrow-size);
}
.c-arrow-br:--around {
/* Positions an arrow at the bottom(v) right(h) of the parent element */
right: var(--arrow-size);
bottom: calc(var(--arrow-size) / -2);
} | src/css/components/arrow.css | * Variables
* ======================================================================== */
:root {
--arrow-size: var(--arrow-size-medium);
--arrow-size-small: 0.75em;
--arrow-size-medium: 1em;
--arrow-size-large: 1.5em;
--arrow-b-clip-path: polygon(100% 0, calc(100% - 1px) 0, 0 calc(100% - 1px), 0 100%, 100% 100%);
--arrow-l-clip-path: polygon(0 100%, 100% 100%, 100% calc(100% - 1px), 1px 0, 0 0);
--arrow-r-clip-path: polygon(100% 0, 100% 100%, calc(100% - 1px) 100%, 0 1px, 0 0);
--arrow-t-clip-path: polygon(100% 0, 100% 1px, 1px 100%, 0 100%, 0 0);
}
/* ========================================================================
Component: Arrow
========================================================================== */
.c-arrow {
/* set base positioning for an arrow */
position: relative;
}
.c-arrow::before {
/* allow any border inherited by ::after to show through */
border-width: inherit;
border-style: inherit;
border-color: transparent;
background-clip: content-box;
}
.c-arrow::after {
/* styling and z-space positioning for arrow ::after. Border styling and
box-shadow will be automatically inherited from the parent element */
z-index: -1;
border: inherit;
box-shadow: inherit;
}
.c-arrow:--around {
/* apply shared position and sizing properties to ::before and ::after */
position: absolute;
transform: rotate(45deg);
background-color: inherit;
box-sizing: inherit;
width: var(--arrow-size);
height: var(--arrow-size);
content: '';
}
/* Size modifiers
========================================================================== */
.c-arrow-small { --arrow-size: var(--arrow-size-small); }
.c-arrow-large { --arrow-size: var(--arrow-size-large); }
/* Style modifiers
========================================================================== */
/* 1. Round-off portion of the foreground square opposite the arrow tip
* (improved layout for IE which doesn't support `clip-path`).
* 2. Clip portion of the foreground square opposite the arrow tip so that it
* doesn't interfere with container content. */
/**
* Top
*/
.c-arrow-t::before,
.c-arrow-tl::before,
.c-arrow-tr::before {
border-bottom-right-radius: 100%; /* [1] */
clip-path: var(--arrow-t-clip-path); /* [2] */
border-top-color: inherit;
border-left-color: inherit;
}
.c-arrow-t:--around {
/* Positions an arrow at the top(v) center(h) of the parent element */
top: calc(var(--arrow-size) / -2);
left: 50%;
margin-left: calc(var(--arrow-size) / -2);
}
.c-arrow-tl:--around {
/* Positions an arrow at the top(v) left(h) of the parent element */
top: calc(var(--arrow-size) / -2);
left: var(--arrow-size);
}
.c-arrow-tr:--around {
/* Positions an arrow at the top(v) right(h) of the parent element */
top: calc(var(--arrow-size) / -2);
right: var(--arrow-size);
}
/**
* Right
*/
.c-arrow-r::before,
.c-arrow-rt::before,
.c-arrow-rb::before {
border-bottom-left-radius: 100%; /* [1] */
clip-path: var(--arrow-r-clip-path); /* [2] */
border-top-color: inherit;
border-right-color: inherit;
}
.c-arrow-rt:--around {
/* Positions an arrow at the right(h) top(v) of the parent element */
top: var(--arrow-size);
right: calc(var(--arrow-size) / -2);
}
.c-arrow-r:--around {
/* Positions an arrow at the center(v) right(h) of the parent element */
top: 50%;
right: calc(var(--arrow-size) / -2);
margin-top: calc(var(--arrow-size) / -2);
}
.c-arrow-rb:--around {
/* Positions an arrow at the right(h) bottom(v) of the parent element */
right: calc(var(--arrow-size) / -2);
bottom: var(--arrow-size);
}
/**
* Left
*/
.c-arrow-l::before,
.c-arrow-lt::before,
.c-arrow-lb::before {
border-top-right-radius: 100%; /* [1] */
clip-path: var(--arrow-l-clip-path); /* [2] */
border-bottom-color: inherit;
border-left-color: inherit;
}
.c-arrow-lt:--around {
/* Positions an arrow at the left(h) top(v) of the parent element */
top: var(--arrow-size);
left: calc(var(--arrow-size) / -2);
}
.c-arrow-l:--around {
/* Positions an arrow at the center(v) left(h) of the parent element */
top: 50%;
left: calc(var(--arrow-size) / -2);
margin-top: calc(var(--arrow-size) / -2);
}
.c-arrow-lb:--around {
/* Positions an arrow at the left(h) bottom(v) of the parent element */
bottom: var(--arrow-size);
left: calc(var(--arrow-size) / -2);
}
/**
* Bottom
*/
.c-arrow-b::before,
.c-arrow-bl::before,
.c-arrow-br::before {
border-top-left-radius: 100%; /* [1] */
clip-path: var(--arrow-b-clip-path); /* [2] */
border-bottom-color: inherit;
border-right-color: inherit;
}
.c-arrow-b:--around {
/* Positions an arrow at the bottom(v) center(h) of the parent element */
bottom: calc(var(--arrow-size) / -2);
left: 50%;
margin-left: calc(var(--arrow-size) / -2);
}
.c-arrow-bl:--around {
/* Positions an arrow at the bottom(v) left(h) of the parent element */
bottom: calc(var(--arrow-size) / -2);
left: var(--arrow-size);
}
.c-arrow-br:--around {
/* Positions an arrow at the bottom(v) right(h) of the parent element */
right: var(--arrow-size);
bottom: calc(var(--arrow-size) / -2);
} | 0.759582 | 0.236142 |
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fade-in-page-load-1 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-2 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-3 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-4 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-5 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-6 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-7 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-8 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-9 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-10 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
} | dist/velour.css | @-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fade-in-page-load-1 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-2 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-3 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-4 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-5 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-6 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 6s;
animation-duration: 6s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-7 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 7s;
animation-duration: 7s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-8 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 8s;
animation-duration: 8s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-9 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 9s;
animation-duration: 9s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.fade-in-page-load-10 {
opacity: 0;
-webkit-animation: fadeIn ease-in 1;
animation: fadeIn ease-in 1;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
} | 0.383641 | 0.047338 |
body{
color:black;
font-family: "Questrial", sans-serif;
background-image: url('./img/wall5.png');
background-size: cover;
background-attachment: fixed;
margin: 0 0 0 0;
}
#btn{
font-size: 14pt;
background: #ff8c1a;
z-index: 3;
width: 100%;
padding: 11px 10px 11px 13px;
margin-bottom: 10%;
margin-top: 10%;
border: 2px solid black;
box-shadow: 0 0 0 black;
transition: all 0.2s;
}
#btn:hover {
box-shadow: 0.4rem 0.4rem 0 black;
transform: translate(-0.4rem, -0.4rem);
}
#btn:active {
box-shadow: 0 0 0 black;
transform: translate(0, 0);
}
#sign_in_content, #sign_up_content{
top: 12%;
left: 35%;
position: absolute;
width: 20%;
margin: auto;
text-align: center;
background-color: #FFD68C;
border-color: #cc6600;
border-style: solid;
border-width: 2px;
padding: 3%;
border-radius: 30px;
margin: 3% 0 3% 0;
}
#sign_in_content label, #sign_up_content label{
display: none;
}
#sign_in_content_header{
color: #cc6600;
font-size: 32pt;
font-weight: bold;
text-shadow: 1px 0px 0px rgba(0, 0, 0, 1);
margin-bottom: 15%;
}
#sign_in_content input, #sign_up_content input{
width: 100%;
padding: 11px 10px 11px 13px;
text-align: center;
display: block;
margin: 0;
border: 0;
background-color: #ffffe6;
font: 16px "Helvetica Neue","HelveticaNeue","Helvetica","Arial","sans-serif";
box-sizing: border-box;
color: #222;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-align: start;
outline-width: 0;
}
#sign_in_content input[type="text"], #sign_up_content input[type="text"]{
border-top: 1px solid rgb(68, 68, 68);
border-right: 1px solid rgb(68, 68, 68);
border-left: 1px solid rgb(68, 68, 68);
border-radius: 2px 2px 0px 0px;
}
#sign_in_content input[type="password"], #sign_up_content input[type="email"]{
z-index: 2;
border-top: none;
border-bottom: 1px solid rgb(68, 68, 68);
border-right: 1px solid rgb(68, 68, 68);
border-left: 1px solid rgb(68, 68, 68);
border-radius: 0px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 1px 0px 0px rgba(255,255,255,0.5);
}
#sign_up_content input[type="password"], #sign_up_content input[type="repassword"]{
z-index: 2;
border-top: none;
border-bottom: none;
border-right: 1px solid rgb(68, 68, 68);
border-left: 1px solid rgb(68, 68, 68);
border-radius: 0px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 1px 0px 0px rgba(255,255,255,0.5);
}
#sign_in_footer{
bottom: 0%;
position: fixed;
text-align: center;
margin-top: 5px;
margin-bottom: 0px;
width: 100%;
height: 50px;
background-color: rgba(100, 100, 100, 0.4);
text-shadow: 1px 0px 10px rgba(0, 0, 0, 1);
}
footer{
width: 20%;
vertical-align: text-bottom;
margin: 15px 0px 0px 0px;
}
.footer_div{
float: left;
color: #fff;
font-size: 14px;
margin-right: 12px;
font-weight: bold;
margin-top: 18px;
margin-left: 10px;
}
div.footer_div.right_footer{
float: right;
}
.sign_in_error{
margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
margin-bottom: 5px;
width: 75%;
position: relative;
background-color: rgba(255, 0, 0, 0.2);
border: 1px solid rgba(255, 0, 0, 0.8);
border-radius: 4px;
color: rgb(132, 3, 3);
text-align: center;
text-shadow: 0 0 3px rgb(255, 255, 255);
padding: 2%;
width: 66%;
}
.sign_in_ok{
background-color: rgba(102, 255, 102, 0.2);
border: 1px solid rgba(0, 153, 51, 0.8);
margin-top: 40px;
margin-bottom: 5px;
margin-left: 15%;
margin-bottom: 15%;
width: 66%;
position: relative;
border-radius: 4px;
color: rgb(132, 3, 3);
text-align: center;
text-shadow: 0 0 3px rgb(255, 255, 255);
padding: 2%;
} | css/login.css | body{
color:black;
font-family: "Questrial", sans-serif;
background-image: url('./img/wall5.png');
background-size: cover;
background-attachment: fixed;
margin: 0 0 0 0;
}
#btn{
font-size: 14pt;
background: #ff8c1a;
z-index: 3;
width: 100%;
padding: 11px 10px 11px 13px;
margin-bottom: 10%;
margin-top: 10%;
border: 2px solid black;
box-shadow: 0 0 0 black;
transition: all 0.2s;
}
#btn:hover {
box-shadow: 0.4rem 0.4rem 0 black;
transform: translate(-0.4rem, -0.4rem);
}
#btn:active {
box-shadow: 0 0 0 black;
transform: translate(0, 0);
}
#sign_in_content, #sign_up_content{
top: 12%;
left: 35%;
position: absolute;
width: 20%;
margin: auto;
text-align: center;
background-color: #FFD68C;
border-color: #cc6600;
border-style: solid;
border-width: 2px;
padding: 3%;
border-radius: 30px;
margin: 3% 0 3% 0;
}
#sign_in_content label, #sign_up_content label{
display: none;
}
#sign_in_content_header{
color: #cc6600;
font-size: 32pt;
font-weight: bold;
text-shadow: 1px 0px 0px rgba(0, 0, 0, 1);
margin-bottom: 15%;
}
#sign_in_content input, #sign_up_content input{
width: 100%;
padding: 11px 10px 11px 13px;
text-align: center;
display: block;
margin: 0;
border: 0;
background-color: #ffffe6;
font: 16px "Helvetica Neue","HelveticaNeue","Helvetica","Arial","sans-serif";
box-sizing: border-box;
color: #222;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-align: start;
outline-width: 0;
}
#sign_in_content input[type="text"], #sign_up_content input[type="text"]{
border-top: 1px solid rgb(68, 68, 68);
border-right: 1px solid rgb(68, 68, 68);
border-left: 1px solid rgb(68, 68, 68);
border-radius: 2px 2px 0px 0px;
}
#sign_in_content input[type="password"], #sign_up_content input[type="email"]{
z-index: 2;
border-top: none;
border-bottom: 1px solid rgb(68, 68, 68);
border-right: 1px solid rgb(68, 68, 68);
border-left: 1px solid rgb(68, 68, 68);
border-radius: 0px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 1px 0px 0px rgba(255,255,255,0.5);
}
#sign_up_content input[type="password"], #sign_up_content input[type="repassword"]{
z-index: 2;
border-top: none;
border-bottom: none;
border-right: 1px solid rgb(68, 68, 68);
border-left: 1px solid rgb(68, 68, 68);
border-radius: 0px;
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0px 1px 0px 0px rgba(255,255,255,0.5);
}
#sign_in_footer{
bottom: 0%;
position: fixed;
text-align: center;
margin-top: 5px;
margin-bottom: 0px;
width: 100%;
height: 50px;
background-color: rgba(100, 100, 100, 0.4);
text-shadow: 1px 0px 10px rgba(0, 0, 0, 1);
}
footer{
width: 20%;
vertical-align: text-bottom;
margin: 15px 0px 0px 0px;
}
.footer_div{
float: left;
color: #fff;
font-size: 14px;
margin-right: 12px;
font-weight: bold;
margin-top: 18px;
margin-left: 10px;
}
div.footer_div.right_footer{
float: right;
}
.sign_in_error{
margin-top: 40px;
margin-left: 15%;
margin-right: 15%;
margin-bottom: 5px;
width: 75%;
position: relative;
background-color: rgba(255, 0, 0, 0.2);
border: 1px solid rgba(255, 0, 0, 0.8);
border-radius: 4px;
color: rgb(132, 3, 3);
text-align: center;
text-shadow: 0 0 3px rgb(255, 255, 255);
padding: 2%;
width: 66%;
}
.sign_in_ok{
background-color: rgba(102, 255, 102, 0.2);
border: 1px solid rgba(0, 153, 51, 0.8);
margin-top: 40px;
margin-bottom: 5px;
margin-left: 15%;
margin-bottom: 15%;
width: 66%;
position: relative;
border-radius: 4px;
color: rgb(132, 3, 3);
text-align: center;
text-shadow: 0 0 3px rgb(255, 255, 255);
padding: 2%;
} | 0.262086 | 0.1011 |
body {
background: url("../img/background.jpg") fixed;
}
.container {
padding-left: 460px;
min-height: 400px;
}
.home .container, .home .span12 {
width: initial;
}
.row {
margin: 0;
}
/* =============================================================================
Header
========================================================================== */
.sidebar {
float: left;
position: fixed;
height: 100%;
margin-bottom: 40px;
padding-left: 60px;
padding-top: 60px;
box-shadow: 0px 0px 15px rgba(0,0,0,10.75);
z-index: 40;
width: 400px;
}
.navbar .brand {
color: #ff6600;
color: rgba(255, 102, 0, 0.8);
text-shadow: 1px 2px 4px #e3e3e3, 0 0 0 #000, 1px 2px 4px #e3e3e3, 0 1px 0 #fff;
font: 50px 'Cinzel Decorative', Tahoma, Helvetica, Arial, sans-serif;
font-weight: bold;
}
/* ==========================================================================
Content
========================================================================== */
.content { }
article.post .wp-post-image {
width: 100%;
display: block;
}
article.post {
overflow: hidden;
position: relative;
height: 400px;
}
article.post h2 {
position: absolute;
bottom: 10px;
left: 30px;
line-height: 58px;
font: 58px 'Cinzel Decorative', Tahoma, Helvetica, Arial, sans-serif;
z-index: 4;
font-weight: bold;
}
article.post h2 a {
color: rgba(255,255,255,0.1);
text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
transition: all 0.3s ease-in-out;
}
article.post .hover-background {
display: block;
opacity: 0;
left: 0;
right: 0;
position: absolute;
bottom: 0;
top: 0;
background: rgba(255, 102, 0, 0.8);
transition: all 0.3s ease-in-out;
}
article.post:hover .hover-background {
opacity: 1;
}
article.post:hover h2 a {
color: white;
text-shadow: none;
text-decoration: none;
}
/* ==========================================================================
Primary Content
========================================================================== */
.main { }
/* ==========================================================================
Sidebar
========================================================================== */
.sidebar { }
/* ==========================================================================
Posts
========================================================================== */
.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }
/* ==========================================================================
Footer
========================================================================== */
.content-info { }
/* ==========================================================================
WordPress Generated Classes
See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
========================================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 767px) {
} | assets/css/app.css | body {
background: url("../img/background.jpg") fixed;
}
.container {
padding-left: 460px;
min-height: 400px;
}
.home .container, .home .span12 {
width: initial;
}
.row {
margin: 0;
}
/* =============================================================================
Header
========================================================================== */
.sidebar {
float: left;
position: fixed;
height: 100%;
margin-bottom: 40px;
padding-left: 60px;
padding-top: 60px;
box-shadow: 0px 0px 15px rgba(0,0,0,10.75);
z-index: 40;
width: 400px;
}
.navbar .brand {
color: #ff6600;
color: rgba(255, 102, 0, 0.8);
text-shadow: 1px 2px 4px #e3e3e3, 0 0 0 #000, 1px 2px 4px #e3e3e3, 0 1px 0 #fff;
font: 50px 'Cinzel Decorative', Tahoma, Helvetica, Arial, sans-serif;
font-weight: bold;
}
/* ==========================================================================
Content
========================================================================== */
.content { }
article.post .wp-post-image {
width: 100%;
display: block;
}
article.post {
overflow: hidden;
position: relative;
height: 400px;
}
article.post h2 {
position: absolute;
bottom: 10px;
left: 30px;
line-height: 58px;
font: 58px 'Cinzel Decorative', Tahoma, Helvetica, Arial, sans-serif;
z-index: 4;
font-weight: bold;
}
article.post h2 a {
color: rgba(255,255,255,0.1);
text-shadow: 0px 0px 10px rgba(255,255,255,0.9);
transition: all 0.3s ease-in-out;
}
article.post .hover-background {
display: block;
opacity: 0;
left: 0;
right: 0;
position: absolute;
bottom: 0;
top: 0;
background: rgba(255, 102, 0, 0.8);
transition: all 0.3s ease-in-out;
}
article.post:hover .hover-background {
opacity: 1;
}
article.post:hover h2 a {
color: white;
text-shadow: none;
text-decoration: none;
}
/* ==========================================================================
Primary Content
========================================================================== */
.main { }
/* ==========================================================================
Sidebar
========================================================================== */
.sidebar { }
/* ==========================================================================
Posts
========================================================================== */
.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }
/* ==========================================================================
Footer
========================================================================== */
.content-info { }
/* ==========================================================================
WordPress Generated Classes
See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
========================================================================== */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
/* ==========================================================================
Media Queries
========================================================================== */
@media (max-width: 767px) {
} | 0.374791 | 0.077938 |
.row{
margin: 0 0 0 -33px;
height: auto;
}
.container-fluid{
margin-left: 25px;
margin-right: 25px;
height: 60px;
}
.navbar-default{
margin-bottom: 0;
height: 60px;
}
.navbar-header{
/*padding-top: 15px;
padding-bottom: 15px;*/
height: 60px;
}
.navbar-toggle{
margin-top: 13px;
}
.navbar-brand{
padding-top: 7px;
}
.navbar-default .navbar-text{
font-size: 22px;
font-family: 'Acme', sans-serif;
font-weight: bold;
color: #98a51a;
}
.navbar-right{
padding-top: 4px;
font-size: 20px;
}
/*Slider admin*/
.sidebar{
background: #E6E6E6;
padding-left:25px;
height: 600px;
}
.container-fluid1{
margin-left: 0px;
}
/*Inicio Colision navbar*/
@media (max-width: 768px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
overflow: hidden!important;
}
}
/*Fin Colision Navbar*/
.navbar-nav li:hover{
background-color: #2B3248;
color: white;
}
.navbar-default .navbar-nav>li>a:hover {
color: white;
text-decoration: none;
}
#descrip{
background-color: #7f88dd;
color: white;
}
#descrip .container{
padding-bottom: 2%;
}
#descrip .redesSociales{
padding-top: 3%;
}
.a:hover{
color:#051B5B;
text-decoration: none;
}
#descrip .btn{
margin-top: 2%;
padding: 10px;
font-size: 120%;
font-family: 'Architects Daughter', cursive;
font-weight: bold;
border-radius: 0px;
background-color: #3B9F22;
}
#descrip .btn:hover{
border-color: white;
border: 3px solid;
}
#descrip h1{
font-size:50px;
margin-bottom: 5%;
}
#stadistics {
padding-top: 3%;
}
#stadistics .container{
padding-top: 25px;
padding-bottom: 25px;
color: #010E35;
}
#alianzas{
background-color: #7F88DD;
color: white;
}
#alianzas{
padding-bottom: 25px;
text-align: justify;
}
#quote-carousel
{
margin-top:1px;
height: 100%;
width: 100%;
}
#fixtures{
text-align: left;
}
#contenido{
margin-top: 25px;
margin-left: 0;
}
.carousel .slide{
height: 100%;
width: 100%;
}
.carousel-inner{
width: 100%;
}
/* Control buttons */
#quote-carousel .carousel-control
{
background: none;
color: #222;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
background: #333333;
}
#Carousel_Action{
width: 5900px;
height:150px ;
}
#contactosInfor{
padding-top: 40px;
padding-bottom:10px ;
background-color: #f9fbff;
}
#contactos{
padding-top: 10px;
padding-bottom:45px ;
background-color: #f9fbff;
}
#mapIframe{
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.panel-title{
color: darkslategrey;
font-family:sans serif;
}
.panel-default > .panel-heading:hover{
background-color:#BCE3BD;
}
.panels{
padding-bottom: 20px;
}
.container p{
color: darkslategrey;
padding-top:15px;
padding-bottom: 30px;
font-size:14px
}
.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
h1{
font-family: 'Acme', sans-serif;
}
h2{
font-family: 'Architects Daughter', cursive;
font-weight: bold;
}
p{
font-size: 12px;
font-family: 'Indie Flower', cursive;
}
.icon{
width: 50px;
height: 50px;
}
#error{
color: #a94442;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
}
#errorcss .control-label .required .label{
color: #a94442;
}
#ver_organiz .form-group{
margin-bottom: 0;
}
#borrar{
padding-bottom: 15px;
}
.footer {
background: #E9D4B7;
font-size: 1.3em;
justify-content: center;
}
.footer-text {
color: #3a3a3a;
}
/*Estilo Login Form*/
.modal-header, h4, .close {
background-color: #5cb85c;
color:white !important;
text-align: center;
font-size: 30px;
}
.modal-footer {
background-color: #f9f9f9;
} | web/css/styles.css | .row{
margin: 0 0 0 -33px;
height: auto;
}
.container-fluid{
margin-left: 25px;
margin-right: 25px;
height: 60px;
}
.navbar-default{
margin-bottom: 0;
height: 60px;
}
.navbar-header{
/*padding-top: 15px;
padding-bottom: 15px;*/
height: 60px;
}
.navbar-toggle{
margin-top: 13px;
}
.navbar-brand{
padding-top: 7px;
}
.navbar-default .navbar-text{
font-size: 22px;
font-family: 'Acme', sans-serif;
font-weight: bold;
color: #98a51a;
}
.navbar-right{
padding-top: 4px;
font-size: 20px;
}
/*Slider admin*/
.sidebar{
background: #E6E6E6;
padding-left:25px;
height: 600px;
}
.container-fluid1{
margin-left: 0px;
}
/*Inicio Colision navbar*/
@media (max-width: 768px) {
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
display: block!important;
}
.collapsing {
overflow: hidden!important;
}
}
/*Fin Colision Navbar*/
.navbar-nav li:hover{
background-color: #2B3248;
color: white;
}
.navbar-default .navbar-nav>li>a:hover {
color: white;
text-decoration: none;
}
#descrip{
background-color: #7f88dd;
color: white;
}
#descrip .container{
padding-bottom: 2%;
}
#descrip .redesSociales{
padding-top: 3%;
}
.a:hover{
color:#051B5B;
text-decoration: none;
}
#descrip .btn{
margin-top: 2%;
padding: 10px;
font-size: 120%;
font-family: 'Architects Daughter', cursive;
font-weight: bold;
border-radius: 0px;
background-color: #3B9F22;
}
#descrip .btn:hover{
border-color: white;
border: 3px solid;
}
#descrip h1{
font-size:50px;
margin-bottom: 5%;
}
#stadistics {
padding-top: 3%;
}
#stadistics .container{
padding-top: 25px;
padding-bottom: 25px;
color: #010E35;
}
#alianzas{
background-color: #7F88DD;
color: white;
}
#alianzas{
padding-bottom: 25px;
text-align: justify;
}
#quote-carousel
{
margin-top:1px;
height: 100%;
width: 100%;
}
#fixtures{
text-align: left;
}
#contenido{
margin-top: 25px;
margin-left: 0;
}
.carousel .slide{
height: 100%;
width: 100%;
}
.carousel-inner{
width: 100%;
}
/* Control buttons */
#quote-carousel .carousel-control
{
background: none;
color: #222;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
background: #333333;
}
#Carousel_Action{
width: 5900px;
height:150px ;
}
#contactosInfor{
padding-top: 40px;
padding-bottom:10px ;
background-color: #f9fbff;
}
#contactos{
padding-top: 10px;
padding-bottom:45px ;
background-color: #f9fbff;
}
#mapIframe{
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.panel-title{
color: darkslategrey;
font-family:sans serif;
}
.panel-default > .panel-heading:hover{
background-color:#BCE3BD;
}
.panels{
padding-bottom: 20px;
}
.container p{
color: darkslategrey;
padding-top:15px;
padding-bottom: 30px;
font-size:14px
}
.item blockquote p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: 10px;
}
h1{
font-family: 'Acme', sans-serif;
}
h2{
font-family: 'Architects Daughter', cursive;
font-weight: bold;
}
p{
font-size: 12px;
font-family: 'Indie Flower', cursive;
}
.icon{
width: 50px;
height: 50px;
}
#error{
color: #a94442;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
}
#errorcss .control-label .required .label{
color: #a94442;
}
#ver_organiz .form-group{
margin-bottom: 0;
}
#borrar{
padding-bottom: 15px;
}
.footer {
background: #E9D4B7;
font-size: 1.3em;
justify-content: center;
}
.footer-text {
color: #3a3a3a;
}
/*Estilo Login Form*/
.modal-header, h4, .close {
background-color: #5cb85c;
color:white !important;
text-align: center;
font-size: 30px;
}
.modal-footer {
background-color: #f9f9f9;
} | 0.336876 | 0.064036 |
.img-circle{
width: 180px;
position: center;
margin-left: 25px;
margin-top: 30px;
}
body{
font-family: 'Roboto', sans-serif;
background-color: #01a9ac;
}
h1{
text-align: center;
font-size: 35px;
margin-top: 25px;
margin-bottom: 50px;
color: #FFF9F8;
}
.logoUnpas{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 130px;
}
.pmbUnpas{
font-weight: bold;
font-family: Berlin Sans FB;
color: #FFFFFF;
font-weight: normal;
text-align: center;
margin-left: 20px;
margin-right: 20px;
}
.mainMenu{
font-size: 18px;
margin-left: 15px;
font-family: arial;
font-weight: bold;
}
.subMainMenu{
font-size: 25px;
margin-left: 15px;
font-family: arial;
}
.sampurasun{
font-size: 20px;
margin-top: 35px;
margin-right: 30px;
color: #31302F;
}
.pemberitahuan-kesalahan{
font-size: 25px;
margin-top: 20px;
margin-right: 30px;
color: #31302F;
}
.hay-sampurasun{
font-size: 35px;
margin-top: 5px;
margin-left: 20px;
}
.garis-sampurasun{
margin-right: 30px;
border-width: 1px;
background-color: #31302F;
}
.isi-kuisioner{
padding-right: : 5000px;
margin-top: 50px;
}
.btn-kuisioner{
background-color: #01a9ac;
}
.header-card{
height: 50px;
background-color: #01a9ac;
margin-bottom: 8px;
}
.tinggi-card{
height: 300px;
}
.pengumuman{
text-align: center;
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 20px;
}
.log-pengguna{
text-align: center;
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 20px;
}
.isi-pengumuman{
color: #31302F;
}
.garis-pengumuman{
border-width: 1px;
background-color: #31302F;
}
.garis-log-pengguna{
border-width: 1px;
background-color: #31302F;
}
.scroll{
height: 100%;
overflow: auto;
}
.header-charts{
height: 50px;
background-color: #01a9ac;
margin-bottom: 8px;
}
.card-ipk{
height: 500px;
}
.charts-img{
width: 1400px;
/*margin-top: 10px;
margin-bottom: 20px;*/
margin-left: 50px;
}
.logoftunpas-atas{
margin-top: 0px;
width: 200px;
height: 55px;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .main-menu {
background-color: #01a9ac;
}
.pcoded .bg-navbar[navbar-theme="theme1"] {
background: #01a9ac;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a {
background: #01a9ac;
color: #dcdcdc;
border-bottom-color: #404E67;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
background: #01a9ac;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a {
background-color: #01a9ac;
color: #dcdcdc;
}
.pcoded .pcoded-header .bg-nav-header[logo-theme="theme1"] {
background-color: #01a9ac;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .bg-hover>li.active:hover>a,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .bg-hover>li:hover>a {
background: #01a9ac;
color: #dcdcdc;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .bg-hover-nav-kanan li:hover,
.header-navbar .navbar-wrapper .navbar-container .header-notification .bg-hover-nav-kanan li:hover {
background-color: #01a9ac;
}
.kalender-akademik{
text-align: center;
font-size: 30px;
margin-top: 8px;
}
.tahun-akademik{
color: #404E67;
font-size: 20px;
margin-left: 20px;
margin-right: 70px;
}
.program{
color: #404E67;
font-size: 20px;
margin-left: 20px;
margin-right: 147px;
}
.program-studi{
color: #404E67;
font-size: 20px;
margin-left: 20px;
margin-right: 97px;
}
.btn-kalender-akademik{
background-color: #01a9ac;
margin-top: 40px;
float: right;
margin-right: 13px;
}
.tbody-kalender-akademik{
color: #404E67;
text-align: center;
}
.tinggi-card-Kalender-akademik{
height: 1220px;
}
.thead-kalender-akademik{
background-color: #01a9ac;
font-size: 20px;
}
.data-mahasiswa{
font-size: 35px;
margin-top: 5px;
margin-left: 20px;
text-align: center;
}
.tbody-status-akademik{
color: #404E67;
/*font-size: 100px;*/
}
.semester, .isi-semester, .status, .isi-status, .dpp, .sks, .indeks{
/*color: #E75101;*/
font-weight: bold;
}
.btn-tampilkan-tahun-akademik{
background-color: #01a9ac;
float: right;
margin-left: 5px;
}
.head-tabel-krs{
background-color: #FF9000;
color: #FFFFFF;
}
.tabel-krs{
color: #404E67;
text-align: center;
}
.head-tabel-jadwal-kuliah{
background-color: #FF9000;
color: #FFFFFF;
}
.btn-proses-dpp1{
background-color: #01a9ac;
font-size: 11px;
}
.btn-hitung-ipk1{
background-color: #01a9ac;
font-size: 11px;
}
.btn-proses-dpp2{
float: left;
background-color: #01a9ac;
font-size: 13px;
}
.btn-hitung-ipk2{
float: right;
background-color: #01a9ac;
font-size: 13px;
}
.home-logo{
max-width: 100%;
height: auto;
margin-top: 30px;
margin-bottom: 30px;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/*.card-foto-profil{
margin-bottom: 30px;
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}*/
.tabs-pmb .nav-item{
font-weight: bold;
width: calc(100% / 12);
text-align: center;
}
.tabs-pmb .nav-item.open .nav-link,
.tabs-pmb .nav-item.open .nav-link:focus,
.tabs-pmb .nav-item.open .nav-link:hover,
.tabs-pmb .nav-link.active,
.tabs-pmb .nav-link.active:focus,
.tabs-pmb .nav-link.active:hover {
color: #01a9ac;
border: none;
background-color: transparent;
border-radius: 0;
}
.tabs-penjualan-formulir .nav-item.open .nav-link,
.tabs-penjualan-formulir .nav-item.open .nav-link:focus,
.tabs-penjualan-formulir .nav-item.open .nav-link:hover,
.tabs-penjualan-formulir .nav-link.active,
.tabs-penjualan-formulir .nav-link.active:focus,
.tabs-penjualan-formulir .nav-link.active:hover {
color: #01a9ac;
border: none;
background-color: transparent;
border-radius: 0;
font-weight: bold;
}
.tabs-pmb .slide {
/*background: #01a9ac;*/
width: calc(100% / 12);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}
/*.tabs-jadwal-perkuliahan .nav-item {
width: calc(100% / 6);
text-align: center;
}*/
.tabs-jadwal-perkuliahan .slide {
background: #01a9ac;
width: calc(100% / 6);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}
/*.tabs-SetUpPMB .nav-item {
width: calc(100% / 12);
text-align: center;
}
.tabs-SetUpPMB .slide {
background: #01a9ac;
width: calc(100% / 12);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}*/
.btn-tampilkan-tahun-akademik-jadwal-kuliah{
height: 38px;
margin-top: 10px;
background-color: #01a9ac;
float: right;
margin-left: 0px;
}
.tahun-akademik-jadwal-kuliah{
margin-top: 15px;
}
.tabs-nilai .nav-item {
width: calc(100% / 3);
text-align: center;
}
.tabs-nilai .slide {
background: #01a9ac;
width: calc(100% / 3);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}
.pcoded-submenu{
font-family: arial;
font-weight: bold;
}
.btn-krs{
height: 38px;
margin-top: 10px;
background-color: #01a9ac;
float: left;
margin-left: 5px;
}
.btn-kartu-ujian{
height: 38px;
margin-top: 10px;
background-color: #01a9ac;
float: left;
margin-left: 5px;
}
.mainMenu{
padding: 0px;
}
.sliderPMB .active {
background-color: #01a9ac;
}
/* start settingan tampilan mobile*/
@media only screen and (max-width: 576px) {
.nav-link {
width: 300px;
display: block;
padding: .5rem 1rem;
}
/* style.css : baris 23836*/
.nav-tabs .slide {
width: 300px;
}
}
/* end settingan tampilan mobile*/
/*.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a {
color: #dcdcdc;
background-color: ;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger.active>a {
background:
}*/
/*.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a {
background: #E75101;
color: #dcdcdc
}*/ | public/foundations/adminity/assets/css/style2.css | .img-circle{
width: 180px;
position: center;
margin-left: 25px;
margin-top: 30px;
}
body{
font-family: 'Roboto', sans-serif;
background-color: #01a9ac;
}
h1{
text-align: center;
font-size: 35px;
margin-top: 25px;
margin-bottom: 50px;
color: #FFF9F8;
}
.logoUnpas{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
width: 130px;
}
.pmbUnpas{
font-weight: bold;
font-family: Berlin Sans FB;
color: #FFFFFF;
font-weight: normal;
text-align: center;
margin-left: 20px;
margin-right: 20px;
}
.mainMenu{
font-size: 18px;
margin-left: 15px;
font-family: arial;
font-weight: bold;
}
.subMainMenu{
font-size: 25px;
margin-left: 15px;
font-family: arial;
}
.sampurasun{
font-size: 20px;
margin-top: 35px;
margin-right: 30px;
color: #31302F;
}
.pemberitahuan-kesalahan{
font-size: 25px;
margin-top: 20px;
margin-right: 30px;
color: #31302F;
}
.hay-sampurasun{
font-size: 35px;
margin-top: 5px;
margin-left: 20px;
}
.garis-sampurasun{
margin-right: 30px;
border-width: 1px;
background-color: #31302F;
}
.isi-kuisioner{
padding-right: : 5000px;
margin-top: 50px;
}
.btn-kuisioner{
background-color: #01a9ac;
}
.header-card{
height: 50px;
background-color: #01a9ac;
margin-bottom: 8px;
}
.tinggi-card{
height: 300px;
}
.pengumuman{
text-align: center;
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 20px;
}
.log-pengguna{
text-align: center;
font-size: 20px;
margin-top: 15px;
margin-bottom: 10px;
margin-left: 20px;
}
.isi-pengumuman{
color: #31302F;
}
.garis-pengumuman{
border-width: 1px;
background-color: #31302F;
}
.garis-log-pengguna{
border-width: 1px;
background-color: #31302F;
}
.scroll{
height: 100%;
overflow: auto;
}
.header-charts{
height: 50px;
background-color: #01a9ac;
margin-bottom: 8px;
}
.card-ipk{
height: 500px;
}
.charts-img{
width: 1400px;
/*margin-top: 10px;
margin-bottom: 20px;*/
margin-left: 50px;
}
.logoftunpas-atas{
margin-top: 0px;
width: 200px;
height: 55px;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .main-menu {
background-color: #01a9ac;
}
.pcoded .bg-navbar[navbar-theme="theme1"] {
background: #01a9ac;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a {
background: #01a9ac;
color: #dcdcdc;
border-bottom-color: #404E67;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
background: #01a9ac;
}
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a {
background-color: #01a9ac;
color: #dcdcdc;
}
.pcoded .pcoded-header .bg-nav-header[logo-theme="theme1"] {
background-color: #01a9ac;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .bg-hover>li.active:hover>a,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .bg-hover>li:hover>a {
background: #01a9ac;
color: #dcdcdc;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .bg-hover-nav-kanan li:hover,
.header-navbar .navbar-wrapper .navbar-container .header-notification .bg-hover-nav-kanan li:hover {
background-color: #01a9ac;
}
.kalender-akademik{
text-align: center;
font-size: 30px;
margin-top: 8px;
}
.tahun-akademik{
color: #404E67;
font-size: 20px;
margin-left: 20px;
margin-right: 70px;
}
.program{
color: #404E67;
font-size: 20px;
margin-left: 20px;
margin-right: 147px;
}
.program-studi{
color: #404E67;
font-size: 20px;
margin-left: 20px;
margin-right: 97px;
}
.btn-kalender-akademik{
background-color: #01a9ac;
margin-top: 40px;
float: right;
margin-right: 13px;
}
.tbody-kalender-akademik{
color: #404E67;
text-align: center;
}
.tinggi-card-Kalender-akademik{
height: 1220px;
}
.thead-kalender-akademik{
background-color: #01a9ac;
font-size: 20px;
}
.data-mahasiswa{
font-size: 35px;
margin-top: 5px;
margin-left: 20px;
text-align: center;
}
.tbody-status-akademik{
color: #404E67;
/*font-size: 100px;*/
}
.semester, .isi-semester, .status, .isi-status, .dpp, .sks, .indeks{
/*color: #E75101;*/
font-weight: bold;
}
.btn-tampilkan-tahun-akademik{
background-color: #01a9ac;
float: right;
margin-left: 5px;
}
.head-tabel-krs{
background-color: #FF9000;
color: #FFFFFF;
}
.tabel-krs{
color: #404E67;
text-align: center;
}
.head-tabel-jadwal-kuliah{
background-color: #FF9000;
color: #FFFFFF;
}
.btn-proses-dpp1{
background-color: #01a9ac;
font-size: 11px;
}
.btn-hitung-ipk1{
background-color: #01a9ac;
font-size: 11px;
}
.btn-proses-dpp2{
float: left;
background-color: #01a9ac;
font-size: 13px;
}
.btn-hitung-ipk2{
float: right;
background-color: #01a9ac;
font-size: 13px;
}
.home-logo{
max-width: 100%;
height: auto;
margin-top: 30px;
margin-bottom: 30px;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/*.card-foto-profil{
margin-bottom: 30px;
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}*/
.tabs-pmb .nav-item{
font-weight: bold;
width: calc(100% / 12);
text-align: center;
}
.tabs-pmb .nav-item.open .nav-link,
.tabs-pmb .nav-item.open .nav-link:focus,
.tabs-pmb .nav-item.open .nav-link:hover,
.tabs-pmb .nav-link.active,
.tabs-pmb .nav-link.active:focus,
.tabs-pmb .nav-link.active:hover {
color: #01a9ac;
border: none;
background-color: transparent;
border-radius: 0;
}
.tabs-penjualan-formulir .nav-item.open .nav-link,
.tabs-penjualan-formulir .nav-item.open .nav-link:focus,
.tabs-penjualan-formulir .nav-item.open .nav-link:hover,
.tabs-penjualan-formulir .nav-link.active,
.tabs-penjualan-formulir .nav-link.active:focus,
.tabs-penjualan-formulir .nav-link.active:hover {
color: #01a9ac;
border: none;
background-color: transparent;
border-radius: 0;
font-weight: bold;
}
.tabs-pmb .slide {
/*background: #01a9ac;*/
width: calc(100% / 12);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}
/*.tabs-jadwal-perkuliahan .nav-item {
width: calc(100% / 6);
text-align: center;
}*/
.tabs-jadwal-perkuliahan .slide {
background: #01a9ac;
width: calc(100% / 6);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}
/*.tabs-SetUpPMB .nav-item {
width: calc(100% / 12);
text-align: center;
}
.tabs-SetUpPMB .slide {
background: #01a9ac;
width: calc(100% / 12);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}*/
.btn-tampilkan-tahun-akademik-jadwal-kuliah{
height: 38px;
margin-top: 10px;
background-color: #01a9ac;
float: right;
margin-left: 0px;
}
.tahun-akademik-jadwal-kuliah{
margin-top: 15px;
}
.tabs-nilai .nav-item {
width: calc(100% / 3);
text-align: center;
}
.tabs-nilai .slide {
background: #01a9ac;
width: calc(100% / 3);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0
}
.pcoded-submenu{
font-family: arial;
font-weight: bold;
}
.btn-krs{
height: 38px;
margin-top: 10px;
background-color: #01a9ac;
float: left;
margin-left: 5px;
}
.btn-kartu-ujian{
height: 38px;
margin-top: 10px;
background-color: #01a9ac;
float: left;
margin-left: 5px;
}
.mainMenu{
padding: 0px;
}
.sliderPMB .active {
background-color: #01a9ac;
}
/* start settingan tampilan mobile*/
@media only screen and (max-width: 576px) {
.nav-link {
width: 300px;
display: block;
padding: .5rem 1rem;
}
/* style.css : baris 23836*/
.nav-tabs .slide {
width: 300px;
}
}
/* end settingan tampilan mobile*/
/*.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a {
color: #dcdcdc;
background-color: ;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger.active>a {
background:
}*/
/*.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded .bg-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a {
background: #E75101;
color: #dcdcdc
}*/ | 0.290679 | 0.045016 |
.container {
position: relative;
width: 435px;
height: 435px;
border: 5px solid black;
margin: 50px auto;
background-color: black;
border-radius: 100%;
}
.button{
position: absolute;
min-height: 200px;
min-width: 200px;
display: inline-block;
border: 5px solid black;
opacity: .6;
}
.active:active{
opacity: 1;
}
.one{
top: 5px;
left: 5px;
border-top-left-radius: 100%;
background-color: green;
}
.two{
top: 5px;
right: 5px;
border-top-right-radius: 100%;
background-color: red;
}
.three{
left: 5px;
top: 220px;
border-bottom-left-radius: 100%;
background-color: yellow;
}
.four{
right: 5px;
top: 220px;
border-bottom-right-radius: 100%;
background-color: blue;
}
.block{
margin-top: 5px;
}
.highlight {
opacity: 1;
}
.control-container{
border: 10px solid black;
height: 200px;
width: 200px;
border-radius: 100%;
position: absolute;
top: 107.5px;
left: 107.5px;
background-color: silver;
font-family: helvetica;
}
.game-title {
font-size: 45px;
font-weight: 800;
margin-top: 25px;
margin-left: auto;
text-align: center;
}
.controls-block-one {
position: relative;
margin-top: 3px;
margin-left: auto;
padding-left: 5px;
}
.controls-block-one>div {
display: inline-block;
margin: 3px 10px;
align-content: center;
}
.label {
font-weight: 500;
font-size: 12px;
text-align: center;
}
.screen{
border: 1px solid white;
background-color: black;
border-radius: 10%;
min-height: 30px;
min-width: 40px;
margin: 3px auto;
color: darkred;
text-align: right;
font-family: monospace;
font-size: 20px;
padding-right: 8px;
padding-top: 2px;
box-sizing: border-box;
}
.start, .strict {
background-color: yellow;
height: 15px;
width: 15px;
border-radius: 50%;
position: absolute;
top: 5px;
left: 5px;
}
.start-border, .strict-border {
margin: 6px auto;
border-radius: 50%;
height: 25px;
width: 25px;
background-color: grey;
position: relative;
}
.strict {
background-color: red;
opacity: .3;
}
.controls-block-two{
margin-top: 15px;
}
.slider-container {
position: relative;
width: 50px;
height: 15px;
background-color: black;
border-radius: 5px;
border: 3px solid black;
margin: auto;
}
.slider-button {
position: absolute;
height:15px;
width: 25px;
background-color: blue;
border-radius: 3px;
left:25px;
} | css/simon.css | .container {
position: relative;
width: 435px;
height: 435px;
border: 5px solid black;
margin: 50px auto;
background-color: black;
border-radius: 100%;
}
.button{
position: absolute;
min-height: 200px;
min-width: 200px;
display: inline-block;
border: 5px solid black;
opacity: .6;
}
.active:active{
opacity: 1;
}
.one{
top: 5px;
left: 5px;
border-top-left-radius: 100%;
background-color: green;
}
.two{
top: 5px;
right: 5px;
border-top-right-radius: 100%;
background-color: red;
}
.three{
left: 5px;
top: 220px;
border-bottom-left-radius: 100%;
background-color: yellow;
}
.four{
right: 5px;
top: 220px;
border-bottom-right-radius: 100%;
background-color: blue;
}
.block{
margin-top: 5px;
}
.highlight {
opacity: 1;
}
.control-container{
border: 10px solid black;
height: 200px;
width: 200px;
border-radius: 100%;
position: absolute;
top: 107.5px;
left: 107.5px;
background-color: silver;
font-family: helvetica;
}
.game-title {
font-size: 45px;
font-weight: 800;
margin-top: 25px;
margin-left: auto;
text-align: center;
}
.controls-block-one {
position: relative;
margin-top: 3px;
margin-left: auto;
padding-left: 5px;
}
.controls-block-one>div {
display: inline-block;
margin: 3px 10px;
align-content: center;
}
.label {
font-weight: 500;
font-size: 12px;
text-align: center;
}
.screen{
border: 1px solid white;
background-color: black;
border-radius: 10%;
min-height: 30px;
min-width: 40px;
margin: 3px auto;
color: darkred;
text-align: right;
font-family: monospace;
font-size: 20px;
padding-right: 8px;
padding-top: 2px;
box-sizing: border-box;
}
.start, .strict {
background-color: yellow;
height: 15px;
width: 15px;
border-radius: 50%;
position: absolute;
top: 5px;
left: 5px;
}
.start-border, .strict-border {
margin: 6px auto;
border-radius: 50%;
height: 25px;
width: 25px;
background-color: grey;
position: relative;
}
.strict {
background-color: red;
opacity: .3;
}
.controls-block-two{
margin-top: 15px;
}
.slider-container {
position: relative;
width: 50px;
height: 15px;
background-color: black;
border-radius: 5px;
border: 3px solid black;
margin: auto;
}
.slider-button {
position: absolute;
height:15px;
width: 25px;
background-color: blue;
border-radius: 3px;
left:25px;
} | 0.492432 | 0.071851 |
:root{
--vermelho:#e50914;
--preto:#141414;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
background-color: var(--preto);
font-family: 'Times New Roman', Times, serif;
}
header .container{
width: 100%;
position: static;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 5px;
background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
}
.logo{
color: var(--vermelho);
font-family: 'Arial Black', Times;
font-size: 30px;
margin: 10px 30px;
}
header nav{
display: flex;
align-items: center;
}
header .container nav a{
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: none;
color: white;
margin-right: 13px;
transition: color 0.5s;
}
.container nav a:hover{
color: #c7c7c7;
}
#user-tab{
margin-right: 60px;
}
#user-tab a{
margin-right: 25px;
font-size: 16px;
}
#user-img{
width: 32px;
height: 32px;
border-radius: 10px;
}
#main{
width: 100%;
height: 85vh;
}
#btns{
display: flex;
justify-content: flex-start;
align-items: center;
}
p{
color: white;
}
.filme-principal{
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.filme-principal img{
min-width: 1500px;
width: 100%;
position: absolute;
top: 0;
z-index: -3;
}
.filme-info{
position: absolute;
top: 300px;
left: 50px;
width: 500px;
}
.filme-info{
font-family: sans-serif;
}
.filme-info h1{
font-family: 'Gabriela', serif;
font-size: 5em;
}
.filme-info p{
font-size: 20px;
margin-bottom: 20px;
text-align: justify;
}
.filme-info .botao, #popup-main .botao{
padding: 13px 30px;
border-radius: 3px;
font-weight: 550;
font-size: 16px;
outline: none;
border: 0;
}
/*btns*/
#assistirbtn{
background-color: white;
margin-right: 10px;
}
#assistirbtn:hover{
background-color: rgba(255, 255, 255, 0.7);
}
#maisinfobtn{
color: white;
background-color: rgba(80,80,80,0.8);
}
#maisinfobtn:hover{
background-color: rgba(80,80,80,0.7);
}
.botaopop i{
width: 15px;
height: 15px;
}
.botaopop{
margin: 4px;
background-color: rgba(41, 41, 41, 0.7);
border: 2px solid rgba(255, 255, 255, 0.7);
font-size: 15px;
padding: 15px;
border-radius: 500px;
font-weight: 550;
outline: none;
color: white;
}
.botaopop:hover{
background-color: rgb(41, 41, 41);
}
/*carousel*/
.container-carousel{
padding-left: 50px;
margin-bottom: 70px;
}
.container-carousel p{
font-size: 25px;
font-weight: 700;
margin-bottom: 10px;
}
#owl-div .item img{
border: 30px;
height: 100%;
width: 100%;
display: block;
}
#social-media-links{
margin-left: 28%;
}
#social-media-links a{
width: 40px;
flex-direction: row;
color: rgb(95, 95, 95);
font-size: 40px;
text-decoration: none;
margin-right: 15px;
}
footer{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
footer ul{
list-style-type: none;
margin: 0 60px;
}
footer ul li a{
color: rgb(95, 95, 95);
font-size: 14px;
margin-bottom: 15px;
display: flex;
align-items: flex-start;
flex-direction: column;
list-style-type: none;
text-decoration: none;
}
footer ul li a:hover{
outline: 1px solid rgb(95, 95, 95);
} | clone_netflix/style/main.css | :root{
--vermelho:#e50914;
--preto:#141414;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
background-color: var(--preto);
font-family: 'Times New Roman', Times, serif;
}
header .container{
width: 100%;
position: static;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 5px;
background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
}
.logo{
color: var(--vermelho);
font-family: 'Arial Black', Times;
font-size: 30px;
margin: 10px 30px;
}
header nav{
display: flex;
align-items: center;
}
header .container nav a{
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: none;
color: white;
margin-right: 13px;
transition: color 0.5s;
}
.container nav a:hover{
color: #c7c7c7;
}
#user-tab{
margin-right: 60px;
}
#user-tab a{
margin-right: 25px;
font-size: 16px;
}
#user-img{
width: 32px;
height: 32px;
border-radius: 10px;
}
#main{
width: 100%;
height: 85vh;
}
#btns{
display: flex;
justify-content: flex-start;
align-items: center;
}
p{
color: white;
}
.filme-principal{
color: white;
display: flex;
align-items: center;
justify-content: center;
}
.filme-principal img{
min-width: 1500px;
width: 100%;
position: absolute;
top: 0;
z-index: -3;
}
.filme-info{
position: absolute;
top: 300px;
left: 50px;
width: 500px;
}
.filme-info{
font-family: sans-serif;
}
.filme-info h1{
font-family: 'Gabriela', serif;
font-size: 5em;
}
.filme-info p{
font-size: 20px;
margin-bottom: 20px;
text-align: justify;
}
.filme-info .botao, #popup-main .botao{
padding: 13px 30px;
border-radius: 3px;
font-weight: 550;
font-size: 16px;
outline: none;
border: 0;
}
/*btns*/
#assistirbtn{
background-color: white;
margin-right: 10px;
}
#assistirbtn:hover{
background-color: rgba(255, 255, 255, 0.7);
}
#maisinfobtn{
color: white;
background-color: rgba(80,80,80,0.8);
}
#maisinfobtn:hover{
background-color: rgba(80,80,80,0.7);
}
.botaopop i{
width: 15px;
height: 15px;
}
.botaopop{
margin: 4px;
background-color: rgba(41, 41, 41, 0.7);
border: 2px solid rgba(255, 255, 255, 0.7);
font-size: 15px;
padding: 15px;
border-radius: 500px;
font-weight: 550;
outline: none;
color: white;
}
.botaopop:hover{
background-color: rgb(41, 41, 41);
}
/*carousel*/
.container-carousel{
padding-left: 50px;
margin-bottom: 70px;
}
.container-carousel p{
font-size: 25px;
font-weight: 700;
margin-bottom: 10px;
}
#owl-div .item img{
border: 30px;
height: 100%;
width: 100%;
display: block;
}
#social-media-links{
margin-left: 28%;
}
#social-media-links a{
width: 40px;
flex-direction: row;
color: rgb(95, 95, 95);
font-size: 40px;
text-decoration: none;
margin-right: 15px;
}
footer{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
footer ul{
list-style-type: none;
margin: 0 60px;
}
footer ul li a{
color: rgb(95, 95, 95);
font-size: 14px;
margin-bottom: 15px;
display: flex;
align-items: flex-start;
flex-direction: column;
list-style-type: none;
text-decoration: none;
}
footer ul li a:hover{
outline: 1px solid rgb(95, 95, 95);
} | 0.444324 | 0.141222 |
body {
color: white;
margin: 0;
}
nav {
height: 80px;
font-family: 'Sofia', sans;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
top: 0;
left: 0;
right: 0;
background-color: black;
}
nav #titolo {
font-size: 2rem;
margin: 40px;
}
#main {
color: black;
display: flex;
height: 100vh;
}
/*per la sezione nomi*/
#sez1 h1{
margin-left: 40px;
}
#collab {
display: flex;
flex-direction: column;
margin: 40px;
font-size: 15px;
}
#collab div{
cursor: pointer;
padding-bottom: 10px;
}
#collab div:hover{
color: rgb(189, 19, 19);
}
#collab div span{
letter-spacing: 2px;
margin: 10px;
}
.highlight{
font-weight: bold;
}
/**per la finestrsa delle info**/
#finestra.hidden {
display: none;
}
#finestra {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 400px;
height: 200px;
margin: 80px 40px;
background-color: rgb(245, 245, 245);
border: 1px solid grey;
border-radius: 30px;
}
#finestra #exit{
position: absolute;
top: 20px;
right: 30px;
}
#finestra #info{
margin: 100px 20px 20px 20px;
}
#finestra #info span{
letter-spacing: 2px;
font-size: 15px;
}
#finestra #exit{
cursor: pointer;
}
/* sezione menù tendina */
#link .arrow {
cursor: pointer;
border: solid 3px white;
border-width: 0 5px 5px 0;
display: inline-block;
padding: 6px;
margin-right: 30px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
z-index: 2;
}
#options {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
top: 100px;
left: calc(100% - 200px);
border: solid 1px grey;
border-radius: 10px;
background-color: rgb(245, 245, 245);
width: 180px;
height: 100px;
color: black;
z-index: 4;
}
#options a:hover {
color: gray;
}
#options.hidden {
display: none;
}
/* * * per la X * */
#exit .x {
background: teal;
width: 25px;
height: 25px;
position: relative;
}
#exit .x:after {
content: '';
height: 25px;
border-left: 5px solid black;
position: absolute;
transform: rotate(45deg);
}
#exit .x:before {
content: '';
height: 25px;
border-left: 5px solid black;
position: absolute;
transform: rotate(-45deg);
} | public/style/info_negozio.css | body {
color: white;
margin: 0;
}
nav {
height: 80px;
font-family: 'Sofia', sans;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
top: 0;
left: 0;
right: 0;
background-color: black;
}
nav #titolo {
font-size: 2rem;
margin: 40px;
}
#main {
color: black;
display: flex;
height: 100vh;
}
/*per la sezione nomi*/
#sez1 h1{
margin-left: 40px;
}
#collab {
display: flex;
flex-direction: column;
margin: 40px;
font-size: 15px;
}
#collab div{
cursor: pointer;
padding-bottom: 10px;
}
#collab div:hover{
color: rgb(189, 19, 19);
}
#collab div span{
letter-spacing: 2px;
margin: 10px;
}
.highlight{
font-weight: bold;
}
/**per la finestrsa delle info**/
#finestra.hidden {
display: none;
}
#finestra {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 400px;
height: 200px;
margin: 80px 40px;
background-color: rgb(245, 245, 245);
border: 1px solid grey;
border-radius: 30px;
}
#finestra #exit{
position: absolute;
top: 20px;
right: 30px;
}
#finestra #info{
margin: 100px 20px 20px 20px;
}
#finestra #info span{
letter-spacing: 2px;
font-size: 15px;
}
#finestra #exit{
cursor: pointer;
}
/* sezione menù tendina */
#link .arrow {
cursor: pointer;
border: solid 3px white;
border-width: 0 5px 5px 0;
display: inline-block;
padding: 6px;
margin-right: 30px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
z-index: 2;
}
#options {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
top: 100px;
left: calc(100% - 200px);
border: solid 1px grey;
border-radius: 10px;
background-color: rgb(245, 245, 245);
width: 180px;
height: 100px;
color: black;
z-index: 4;
}
#options a:hover {
color: gray;
}
#options.hidden {
display: none;
}
/* * * per la X * */
#exit .x {
background: teal;
width: 25px;
height: 25px;
position: relative;
}
#exit .x:after {
content: '';
height: 25px;
border-left: 5px solid black;
position: absolute;
transform: rotate(45deg);
}
#exit .x:before {
content: '';
height: 25px;
border-left: 5px solid black;
position: absolute;
transform: rotate(-45deg);
} | 0.295942 | 0.101012 |
body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Source Sans Pro', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus, a:hover {
text-decoration: none;
}
input[type="button"], input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1, h2 {
margin: 50px;
padding: 0;
text-align: center;
}
h3, h4, h5, h6 {
margin: 0;
padding: 0;
color: #FFF;
text-align: left;
}
p {
margin: 0;
}
ul {
margin: 0;
padding: 0;
}
label {
margin: 0;
}
a:focus, a:hover {
text-decoration: none;
outline: none
}
img {
width: 100%;
}
.clear {
clear: both;
}
/*-- //Reset Code --*/
body {
background: url('../images/banner.jpg') no-repeat 0px 0px;
background-size: cover;
min-height: 699px;
}
.main {
width: 65%;
margin: 70px auto 0px auto;
text-align: center;
}
.main h2 {
font-size: 80px;
font-weight: 400;
color: #FFF;
}
.main h1 {
font-size: 170px;
font-weight: 400;
color: #FFF;
}
.main h1 img {
width: 11%;
}
.main h3 {
margin: 30px 0px;
font-size: 28px;
font-weight: 400;
color: #FFF;
}
a.back {
display: inline-block;
color: #FFF;
border: 1px solid #FFF;
padding: 7px 25px;
margin-bottom: 30px;
margin-right: 5px;
}
a.back:hover {
color: #fff;
border: 1px solid #fff;
transition: all 0.5s ease-in-out;
}
.main ul {
margin: 0;
width: 57%;
margin: 0 auto;
}
.main ul li {
display: inline;
}
.footer {
text-align: center;
margin-top: 100px;
}
.footer p {
font-size: 16px;
color: #FFF;
}
.footer a {
color: #FFF;
font-size: 16px;
border: none;
padding: 0;
}
.footer a:hover {
color: #fff;
font-size: 16px;
}
@media (max-width: 1366px) {
.footer {
margin-top: 70px;
}
}
@media (max-width: 1080px) {
.main h1 {
font-size: 149px;
}
}
@media (max-width: 1024px) {
.main h1 {
font-size: 140px;
}
}
@media (max-width: 991px) {
.main h1 {
font-size: 135px;
}
.main h2 {
font-size: 75px;
}
}
@media (max-width: 966px) {
.main {
width: 70%;
}
}
@media (max-width: 966px) {
.main {
width: 75%;
}
}
@media (max-width: 800px) {
.main {
width: 76%;
}
.main h1 {
font-size: 127px;
}
}
@media (max-width: 768px) {
body {
min-height: 744px;
}
.main {
width: 81%;
margin: 185px auto 0px auto;
}
}
@media (max-width: 736px) {
body {
min-height: 600px;
}
.main {
width: 86%;
margin: 50px auto 0px auto;
}
}
@media (max-width: 667px) {
.main h1 {
font-size: 119px;
}
}
@media (max-width: 640px) {
.main h1 {
font-size: 113px;
}
}
@media (max-width: 600px) {
.main h1 {
font-size: 107px;
}
.main h3 {
font-size: 26px;
}
}
@media (max-width: 568px) {
.main {
width: 90%;
}
.main h1 {
font-size: 100px;
}
}
@media (max-width: 480px) {
.main h1 {
font-size: 90px;
}
}
@media (max-width: 414px) {
.main {
margin-top: 72px;
}
.main h1 {
font-size: 77px;
}
.main h2 {
font-size: 65px;
}
.footer p {
line-height: 25px;
}
}
@media (max-width: 384px) {
body {
min-height: 550px;
}
.main h2 {
font-size: 52px;
}
.main {
width: 98%;
margin-top: 50px;
}
.main h3 {
font-size: 23px;
}
}
@media (max-width: 375px) {
body {
min-height: 557px;
}
.main {
margin-top: 46px;
}
.main h1 {
font-size: 74px;
}
}
@media (max-width: 320px) {
body {
min-height: 464px;
}
.main {
margin-top: 40px;
}
.main h2 {
font-size: 45px;
}
.main h1 {
font-size: 63px;
}
.main h3 {
font-size: 17px;
}
.footer {
margin-top: 35px;
}
} | packages/eurynome-cloud-oauth/src/main/resources/static/features/error/css/style.css | body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Source Sans Pro', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus, a:hover {
text-decoration: none;
}
input[type="button"], input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1, h2 {
margin: 50px;
padding: 0;
text-align: center;
}
h3, h4, h5, h6 {
margin: 0;
padding: 0;
color: #FFF;
text-align: left;
}
p {
margin: 0;
}
ul {
margin: 0;
padding: 0;
}
label {
margin: 0;
}
a:focus, a:hover {
text-decoration: none;
outline: none
}
img {
width: 100%;
}
.clear {
clear: both;
}
/*-- //Reset Code --*/
body {
background: url('../images/banner.jpg') no-repeat 0px 0px;
background-size: cover;
min-height: 699px;
}
.main {
width: 65%;
margin: 70px auto 0px auto;
text-align: center;
}
.main h2 {
font-size: 80px;
font-weight: 400;
color: #FFF;
}
.main h1 {
font-size: 170px;
font-weight: 400;
color: #FFF;
}
.main h1 img {
width: 11%;
}
.main h3 {
margin: 30px 0px;
font-size: 28px;
font-weight: 400;
color: #FFF;
}
a.back {
display: inline-block;
color: #FFF;
border: 1px solid #FFF;
padding: 7px 25px;
margin-bottom: 30px;
margin-right: 5px;
}
a.back:hover {
color: #fff;
border: 1px solid #fff;
transition: all 0.5s ease-in-out;
}
.main ul {
margin: 0;
width: 57%;
margin: 0 auto;
}
.main ul li {
display: inline;
}
.footer {
text-align: center;
margin-top: 100px;
}
.footer p {
font-size: 16px;
color: #FFF;
}
.footer a {
color: #FFF;
font-size: 16px;
border: none;
padding: 0;
}
.footer a:hover {
color: #fff;
font-size: 16px;
}
@media (max-width: 1366px) {
.footer {
margin-top: 70px;
}
}
@media (max-width: 1080px) {
.main h1 {
font-size: 149px;
}
}
@media (max-width: 1024px) {
.main h1 {
font-size: 140px;
}
}
@media (max-width: 991px) {
.main h1 {
font-size: 135px;
}
.main h2 {
font-size: 75px;
}
}
@media (max-width: 966px) {
.main {
width: 70%;
}
}
@media (max-width: 966px) {
.main {
width: 75%;
}
}
@media (max-width: 800px) {
.main {
width: 76%;
}
.main h1 {
font-size: 127px;
}
}
@media (max-width: 768px) {
body {
min-height: 744px;
}
.main {
width: 81%;
margin: 185px auto 0px auto;
}
}
@media (max-width: 736px) {
body {
min-height: 600px;
}
.main {
width: 86%;
margin: 50px auto 0px auto;
}
}
@media (max-width: 667px) {
.main h1 {
font-size: 119px;
}
}
@media (max-width: 640px) {
.main h1 {
font-size: 113px;
}
}
@media (max-width: 600px) {
.main h1 {
font-size: 107px;
}
.main h3 {
font-size: 26px;
}
}
@media (max-width: 568px) {
.main {
width: 90%;
}
.main h1 {
font-size: 100px;
}
}
@media (max-width: 480px) {
.main h1 {
font-size: 90px;
}
}
@media (max-width: 414px) {
.main {
margin-top: 72px;
}
.main h1 {
font-size: 77px;
}
.main h2 {
font-size: 65px;
}
.footer p {
line-height: 25px;
}
}
@media (max-width: 384px) {
body {
min-height: 550px;
}
.main h2 {
font-size: 52px;
}
.main {
width: 98%;
margin-top: 50px;
}
.main h3 {
font-size: 23px;
}
}
@media (max-width: 375px) {
body {
min-height: 557px;
}
.main {
margin-top: 46px;
}
.main h1 {
font-size: 74px;
}
}
@media (max-width: 320px) {
body {
min-height: 464px;
}
.main {
margin-top: 40px;
}
.main h2 {
font-size: 45px;
}
.main h1 {
font-size: 63px;
}
.main h3 {
font-size: 17px;
}
.footer {
margin-top: 35px;
}
} | 0.427038 | 0.085862 |
body.palm-default {
background-color : #000000;
}
/* Override the default styling of the progress portion of a progress bar. */
/* This is the part that usually is blue and is what "fills up". */
/* We're doing this because the image here is a mask such that any */
/* background-color would shine through, allowing us to programmatically */
/* change the color of the progress bar. */
.progress-pill-progress {
width : 100%;
height : 11px;
border-width : 0px 6px 0 6px;
-webkit-border-image : url(../images/progress_bar_progress.png) 0 6 0 6 repeat repeat;
-webkit-box-sizing : border-box;
position : absolute;
}
/* Style for the Engineer logo. */
.cssEngineerLogo {
position : absolute;
left : 21px;
top : 16px;
}
/* Style for the div where our game instructions are on the title screen. */
.cssHighScore {
font-size : 70%;
width : 320px;
height : 20px;
position : absolute;
left : 0px;
top : 72px;
color : #ffffff;
}
/* Style for the div where our game instructions are on the title screen. */
.cssHowToPlay {
overflow : hidden;
padding : 4px;
font-size : 80%;
width : 290px;
height : 188px;
position : absolute;
left : 7px;
top : 96px;
color : #ffffff;
border : 4px groove #00ff00;
}
/* Style for the "Click scroller to begin game" div. */
.cssClickToBeginDiv {
position : absolute;
left : 0px;
top : 306px;
width : 100%;
color : #ffffff;
}
/* Style for the information at the bottom of the title scene. */
.cssTitleInfo {
font-size : 70%;
position : absolute;
left : 0px;
top : 354px;
width : 100%;
color : #ffffff;
}
/* Style for the Game Paused graphic seen when the app is "minimized". */
.cssGamePaused {
position : absolute;
left : 15px;
top : 190px;
}
/* Style for the canvas on which the game runs. Note that width and height */
/* are not specified here because doing so (indeed, specifying width and */
/* and height with CSS at all) leads to rendering issues on the canvas. */
.cssMainCanvas {
position : absolute;
left : 40px;
top : 76px;
}
/* Style for the engine overheat progress bar. */
.cssOverheatProgress {
position : absolute;
left : 25px;
top : 390px;
width : 270px;
}
/* Style for the area where the current score is shown. */
.cssScoreArea {
position : absolute;
left : 0px;
top : 412px;
width : 100%;
color:#ffffff;
} | practical-palm-pre-webos-projects/projects/Engineer/stylesheets/engineer.css | body.palm-default {
background-color : #000000;
}
/* Override the default styling of the progress portion of a progress bar. */
/* This is the part that usually is blue and is what "fills up". */
/* We're doing this because the image here is a mask such that any */
/* background-color would shine through, allowing us to programmatically */
/* change the color of the progress bar. */
.progress-pill-progress {
width : 100%;
height : 11px;
border-width : 0px 6px 0 6px;
-webkit-border-image : url(../images/progress_bar_progress.png) 0 6 0 6 repeat repeat;
-webkit-box-sizing : border-box;
position : absolute;
}
/* Style for the Engineer logo. */
.cssEngineerLogo {
position : absolute;
left : 21px;
top : 16px;
}
/* Style for the div where our game instructions are on the title screen. */
.cssHighScore {
font-size : 70%;
width : 320px;
height : 20px;
position : absolute;
left : 0px;
top : 72px;
color : #ffffff;
}
/* Style for the div where our game instructions are on the title screen. */
.cssHowToPlay {
overflow : hidden;
padding : 4px;
font-size : 80%;
width : 290px;
height : 188px;
position : absolute;
left : 7px;
top : 96px;
color : #ffffff;
border : 4px groove #00ff00;
}
/* Style for the "Click scroller to begin game" div. */
.cssClickToBeginDiv {
position : absolute;
left : 0px;
top : 306px;
width : 100%;
color : #ffffff;
}
/* Style for the information at the bottom of the title scene. */
.cssTitleInfo {
font-size : 70%;
position : absolute;
left : 0px;
top : 354px;
width : 100%;
color : #ffffff;
}
/* Style for the Game Paused graphic seen when the app is "minimized". */
.cssGamePaused {
position : absolute;
left : 15px;
top : 190px;
}
/* Style for the canvas on which the game runs. Note that width and height */
/* are not specified here because doing so (indeed, specifying width and */
/* and height with CSS at all) leads to rendering issues on the canvas. */
.cssMainCanvas {
position : absolute;
left : 40px;
top : 76px;
}
/* Style for the engine overheat progress bar. */
.cssOverheatProgress {
position : absolute;
left : 25px;
top : 390px;
width : 270px;
}
/* Style for the area where the current score is shown. */
.cssScoreArea {
position : absolute;
left : 0px;
top : 412px;
width : 100%;
color:#ffffff;
} | 0.414069 | 0.137272 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;800&display=swap");
html {
background: white;
}
body {
margin: 0;
background: #044972;
color: white;
font-family: 'Montserrat';
font-size: 1.1em;
}
.wrapper {
max-width: 1200px;
margin: 0 auto;
}
.hero-wrapper {
background: white;
}
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
header .logo {
font-weight: bold;
}
header a {
color: #022133;
text-decoration: none;
font-size: 1.1em;
}
header a:hover {
text-decoration: underline;
-webkit-text-decoration-color: dodgerblue;
text-decoration-color: dodgerblue;
}
header ul {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
header ul li {
padding: 0 .6em;
}
.hero-bg {
background: white;
height: 240px;
padding: 1em 2em;
position: relative;
}
.hero-bg img {
right: 2em;
bottom: 0;
position: absolute;
}
.hero-bg h1, .hero-bg p {
color: #022133;
}
.hero-bg h1 {
font-size: 2.8em;
margin-top: 2em;
}
.hero-bg p {
font-size: 1.2em;
margin-top: -1.5em;
}
main {
margin: 3.5em 2em;
}
main p {
margin-bottom: 2em;
}
.button {
display: block;
color: #022133;
background: #ddd;
text-decoration: none;
text-align: center;
border-radius: 10px;
}
.call-to-action {
padding: 8px 50px;
font-size: 1em;
font-weight: bold;
margin: 2em 0;
}
.img-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.img-wrapper img {
width: 100%;
border-radius: 15px;
}
@media only screen and (min-width: 768px) {
main {
min-height: 300px;
}
.img-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.img-wrapper img {
position: relative;
}
.img-wrapper :nth-child(2) {
padding: 0 20px;
}
a.button {
display: inline-block;
position: relative;
overflow: hidden;
z-index: 1;
}
a.button span {
z-index: 2;
position: relative;
width: 100%;
height: 100%;
display: block;
}
a.call-to-action {
font-size: 1.2em;
padding: .8em 3em;
}
a.button:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: white;
top: 0;
left: 0;
-webkit-clip-path: circle(100% at 50% 50%);
clip-path: circle(100% at 50% 50%);
-webkit-transition: -webkit-clip-path .6s ease-in-out;
transition: -webkit-clip-path .6s ease-in-out;
transition: clip-path .6s ease-in-out;
transition: clip-path .6s ease-in-out, -webkit-clip-path .6s ease-in-out;
}
a.button:hover:before {
-webkit-clip-path: circle(0%);
clip-path: circle(0%);
}
}
.footer-wrapper {
background: #022133;
height: 300px;
}
.footer-wrapper footer {
margin: 0 auto;
margin-top: 3.5em;
padding: 4em;
text-align: center;
font-size: .8em;
}
.footer-wrapper img {
margin-top: 1em;
width: 100px;
}
@media only screen and (max-width: 800px) {
.hero-bg {
min-height: 190px;
height: auto;
}
.hero-bg h1 {
font-size: 2.4em;
margin-top: 1.4em;
}
.hero-bg p {
font-size: 1.2em;
margin-top: -1.5em;
}
}
@media only screen and (max-width: 1000px) {
.hero-bg img {
display: none;
}
/* fix navigation */
}
/*# sourceMappingURL=main.css.map */ | css/main.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;800&display=swap");
html {
background: white;
}
body {
margin: 0;
background: #044972;
color: white;
font-family: 'Montserrat';
font-size: 1.1em;
}
.wrapper {
max-width: 1200px;
margin: 0 auto;
}
.hero-wrapper {
background: white;
}
header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
header .logo {
font-weight: bold;
}
header a {
color: #022133;
text-decoration: none;
font-size: 1.1em;
}
header a:hover {
text-decoration: underline;
-webkit-text-decoration-color: dodgerblue;
text-decoration-color: dodgerblue;
}
header ul {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
header ul li {
padding: 0 .6em;
}
.hero-bg {
background: white;
height: 240px;
padding: 1em 2em;
position: relative;
}
.hero-bg img {
right: 2em;
bottom: 0;
position: absolute;
}
.hero-bg h1, .hero-bg p {
color: #022133;
}
.hero-bg h1 {
font-size: 2.8em;
margin-top: 2em;
}
.hero-bg p {
font-size: 1.2em;
margin-top: -1.5em;
}
main {
margin: 3.5em 2em;
}
main p {
margin-bottom: 2em;
}
.button {
display: block;
color: #022133;
background: #ddd;
text-decoration: none;
text-align: center;
border-radius: 10px;
}
.call-to-action {
padding: 8px 50px;
font-size: 1em;
font-weight: bold;
margin: 2em 0;
}
.img-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.img-wrapper img {
width: 100%;
border-radius: 15px;
}
@media only screen and (min-width: 768px) {
main {
min-height: 300px;
}
.img-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.img-wrapper img {
position: relative;
}
.img-wrapper :nth-child(2) {
padding: 0 20px;
}
a.button {
display: inline-block;
position: relative;
overflow: hidden;
z-index: 1;
}
a.button span {
z-index: 2;
position: relative;
width: 100%;
height: 100%;
display: block;
}
a.call-to-action {
font-size: 1.2em;
padding: .8em 3em;
}
a.button:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: white;
top: 0;
left: 0;
-webkit-clip-path: circle(100% at 50% 50%);
clip-path: circle(100% at 50% 50%);
-webkit-transition: -webkit-clip-path .6s ease-in-out;
transition: -webkit-clip-path .6s ease-in-out;
transition: clip-path .6s ease-in-out;
transition: clip-path .6s ease-in-out, -webkit-clip-path .6s ease-in-out;
}
a.button:hover:before {
-webkit-clip-path: circle(0%);
clip-path: circle(0%);
}
}
.footer-wrapper {
background: #022133;
height: 300px;
}
.footer-wrapper footer {
margin: 0 auto;
margin-top: 3.5em;
padding: 4em;
text-align: center;
font-size: .8em;
}
.footer-wrapper img {
margin-top: 1em;
width: 100px;
}
@media only screen and (max-width: 800px) {
.hero-bg {
min-height: 190px;
height: auto;
}
.hero-bg h1 {
font-size: 2.4em;
margin-top: 1.4em;
}
.hero-bg p {
font-size: 1.2em;
margin-top: -1.5em;
}
}
@media only screen and (max-width: 1000px) {
.hero-bg img {
display: none;
}
/* fix navigation */
}
/*# sourceMappingURL=main.css.map */ | 0.341473 | 0.064565 |
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu ul li {
padding: 27px 8px;
}
.main-menu.nav-fixed ul li {
padding: 10px 7px;
}
.about-community:after {
border-left: 572px solid transparent;
border-right: 572px solid transparent;
}
.service-wrapper {
padding: 23px;
}
.price-table-header:after {
border-left: 105px solid transparent;
border-right: 104px solid transparent;
}
.payment-method:after {
border-left: 572px solid transparent;
border-right: 572px solid transparent;
}
.contact-info {
padding: 85px 35px;
}
input[type="text"] {
width: 45%;
}
input.captcha{
width: 100%;
}
.single-shape-box:before {
border-left: 147px solid transparent;
border-right: 147px solid transparent;;
}
.single-shape-box:after {
border-left: 147px solid transparent;
border-right: 147px solid transparent;;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
nav.main-menu.nav-fixed {
display: none;
}
.main-menu {
display: none;
}
.support-bar {
display: none;
}
.header-section h1 {
font-size: 40px;
padding-bottom: 50px;
}
.about-community:after {
border-left: 465px solid transparent;
border-right: 465px solid transparent;
}
.price-table-footer {
left: 30%;
}
.price-table {
margin-bottom: 50px;
}
.price-table-header:after {
border-left: 170px solid transparent;
border-right: 170px solid transparent;
}
.discunt-text {
border-bottom-left-radius: 61px;
margin-left: -93px;
padding: 70px;
}
.happy-clients-box {
margin-bottom: 50px;
}
.slider-activation .owl-nav div {
left: -10%;
}
.slider-activation .owl-nav div.owl-next {
right: -10%;
}
.deposit-table {
margin-bottom: 50px;
}
.deposit-body {
padding: 50px;
}
table.table.main-table tbody tr:after {
width: 64%;
left: 130px;
}
.payment-method:after {
border-left: 465px solid transparent;
border-right: 465px solid transparent;
}
.contact-info {
padding: 107px 40px;
}
input[type="text"] {
width: 46%;
}
input.captcha{
width: 100%;
}
.single-shape-box {
width: 359px;
margin-left: 200px;
margin-bottom: 150px;
}
.slicknav_menu{
display: block;
}
.slicknav_btn{
background-color: transparent;
}
.slicknav_menu .slicknav_menutxt{
text-shadow: none;
}
.slicknav_nav a:hover {
border-radius: 0;
background: #2C4065;
color: #fff;
}
.slicknav_menu.nav-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9;
box-shadow: 0 0px 5px #333;
}
.single-team-member {
padding: 20px;
margin-top: 20px;
}
.about-us-content h2 {
padding-top: 50px;
}
.single-team-member:hover .member-hover {
bottom: 135px;
left: 26%;
}
.main-login.main-center img {
margin-left: 25%;
}
.slicknav_arrow {
display: none;
}
.mobile-logo {
display: block;
}
.mobile-logo.fixed {
position: fixed;
z-index: 9;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.support-bar,
.main-menu{
display: none;
}
.header-section h1 {
font-size: 35px;
line-height: 1.9;
}
.header-section h1 span {
line-height: 1;
}
.about-community-text {
text-align: center;
padding-top: 20px;
}
.about-community:after {
display: none;
}
.section-title h2 {
padding-bottom: 50px;
line-height: 1.2;
}
.our-plan .section-title p {
color: #333;
}
.price-table {
margin-bottom: 50px;
}
.price-table-footer {
left: 30%;
}
.discunt-text h3 {
font-size: 32px;
}
.discunt-text {
margin-left: 0;
border-top-right-radius: 0;
padding: 80px 0;
}
.contact-info {
border-bottom-left-radius: 0;
border-top-right-radius: 85px;
}
.happy-clients-box {
margin-bottom: 50px;
}
.slider-activation .owl-nav {
display: none;
}
.table>tbody>tr>th {
padding: 22px 0px;
}
table.table.main-table {
margin-bottom: 50px;
}
.payment-logo {
text-align: center;
margin-top: 50px;
}
.payment-method:after {
display: none;
}
input[type="text"],input[type="email"] {
width: 100%;
margin-top: 30px
}
.contact-form .email {
margin-left: 0;
}
p.captcha-code{
padding-bottom: 0;
}
input.captcha{
margin-top: 0;
margin-bottom: 20px;
}
.single-shape-box {
margin-bottom: 150px;
}
.slicknav_menu{
display: block;
}
.slicknav_btn{
background-color: transparent;
}
.slicknav_menu .slicknav_menutxt{
text-shadow: none;
}
.slicknav_nav a:hover {
border-radius: 0;
background: #2C4065;
color: #fff;
}
.slicknav_menu.nav-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9;
box-shadow: 0 0px 5px #333;
}
.spinner {
margin: 35% auto;
}
.member .section-title h2 {
font-size: 25px;
}
.single-team-member {
padding: 20px;
margin-top: 20px;
}
.single-team-member:hover .member-hover {
bottom: 135px;
left: 26%;
}
.slicknav_arrow {
display: none;
}
.mobile-logo {
display: block;
}
.mobile-logo.fixed {
position: fixed;
z-index: 9;
}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 480px) {
.price-table-footer {
left: 35%;
}
.price-table-header::after {
border-left: 150px solid transparent;
border-right: 150px solid transparent;
}
table.table.main-table tbody tr::after {
margin-top: 110px;
}
.deposit-table {
margin-bottom: 50px;
}
table.table.main-table tbody tr::before {
left: 24px;
}
table.table.main-table tbody tr::after {
left: 31px;
}
.testimoanial-top-text p {
text-align: center;
right: 30%;
top: 65px;
display: block;
margin-top: 30px;
}
.about-us-content h2 {
padding-top: 50px;
}
.section-title p {
line-height: 1.9em;
}
.single-team-member:hover .member-hover {
bottom: 135px;
left: 28%;
}
.main-login.main-center img {
margin-left: 0;
}
.slicknav_arrow {
display: none;
}
.mobile-logo {
display: block;
}
.mobile-logo.fixed {
position: fixed;
z-index: 9;
}
} | public/assets/css/responsive.css | @media only screen and (min-width: 992px) and (max-width: 1200px) {
.main-menu ul li {
padding: 27px 8px;
}
.main-menu.nav-fixed ul li {
padding: 10px 7px;
}
.about-community:after {
border-left: 572px solid transparent;
border-right: 572px solid transparent;
}
.service-wrapper {
padding: 23px;
}
.price-table-header:after {
border-left: 105px solid transparent;
border-right: 104px solid transparent;
}
.payment-method:after {
border-left: 572px solid transparent;
border-right: 572px solid transparent;
}
.contact-info {
padding: 85px 35px;
}
input[type="text"] {
width: 45%;
}
input.captcha{
width: 100%;
}
.single-shape-box:before {
border-left: 147px solid transparent;
border-right: 147px solid transparent;;
}
.single-shape-box:after {
border-left: 147px solid transparent;
border-right: 147px solid transparent;;
}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
nav.main-menu.nav-fixed {
display: none;
}
.main-menu {
display: none;
}
.support-bar {
display: none;
}
.header-section h1 {
font-size: 40px;
padding-bottom: 50px;
}
.about-community:after {
border-left: 465px solid transparent;
border-right: 465px solid transparent;
}
.price-table-footer {
left: 30%;
}
.price-table {
margin-bottom: 50px;
}
.price-table-header:after {
border-left: 170px solid transparent;
border-right: 170px solid transparent;
}
.discunt-text {
border-bottom-left-radius: 61px;
margin-left: -93px;
padding: 70px;
}
.happy-clients-box {
margin-bottom: 50px;
}
.slider-activation .owl-nav div {
left: -10%;
}
.slider-activation .owl-nav div.owl-next {
right: -10%;
}
.deposit-table {
margin-bottom: 50px;
}
.deposit-body {
padding: 50px;
}
table.table.main-table tbody tr:after {
width: 64%;
left: 130px;
}
.payment-method:after {
border-left: 465px solid transparent;
border-right: 465px solid transparent;
}
.contact-info {
padding: 107px 40px;
}
input[type="text"] {
width: 46%;
}
input.captcha{
width: 100%;
}
.single-shape-box {
width: 359px;
margin-left: 200px;
margin-bottom: 150px;
}
.slicknav_menu{
display: block;
}
.slicknav_btn{
background-color: transparent;
}
.slicknav_menu .slicknav_menutxt{
text-shadow: none;
}
.slicknav_nav a:hover {
border-radius: 0;
background: #2C4065;
color: #fff;
}
.slicknav_menu.nav-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9;
box-shadow: 0 0px 5px #333;
}
.single-team-member {
padding: 20px;
margin-top: 20px;
}
.about-us-content h2 {
padding-top: 50px;
}
.single-team-member:hover .member-hover {
bottom: 135px;
left: 26%;
}
.main-login.main-center img {
margin-left: 25%;
}
.slicknav_arrow {
display: none;
}
.mobile-logo {
display: block;
}
.mobile-logo.fixed {
position: fixed;
z-index: 9;
}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.support-bar,
.main-menu{
display: none;
}
.header-section h1 {
font-size: 35px;
line-height: 1.9;
}
.header-section h1 span {
line-height: 1;
}
.about-community-text {
text-align: center;
padding-top: 20px;
}
.about-community:after {
display: none;
}
.section-title h2 {
padding-bottom: 50px;
line-height: 1.2;
}
.our-plan .section-title p {
color: #333;
}
.price-table {
margin-bottom: 50px;
}
.price-table-footer {
left: 30%;
}
.discunt-text h3 {
font-size: 32px;
}
.discunt-text {
margin-left: 0;
border-top-right-radius: 0;
padding: 80px 0;
}
.contact-info {
border-bottom-left-radius: 0;
border-top-right-radius: 85px;
}
.happy-clients-box {
margin-bottom: 50px;
}
.slider-activation .owl-nav {
display: none;
}
.table>tbody>tr>th {
padding: 22px 0px;
}
table.table.main-table {
margin-bottom: 50px;
}
.payment-logo {
text-align: center;
margin-top: 50px;
}
.payment-method:after {
display: none;
}
input[type="text"],input[type="email"] {
width: 100%;
margin-top: 30px
}
.contact-form .email {
margin-left: 0;
}
p.captcha-code{
padding-bottom: 0;
}
input.captcha{
margin-top: 0;
margin-bottom: 20px;
}
.single-shape-box {
margin-bottom: 150px;
}
.slicknav_menu{
display: block;
}
.slicknav_btn{
background-color: transparent;
}
.slicknav_menu .slicknav_menutxt{
text-shadow: none;
}
.slicknav_nav a:hover {
border-radius: 0;
background: #2C4065;
color: #fff;
}
.slicknav_menu.nav-fixed {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9;
box-shadow: 0 0px 5px #333;
}
.spinner {
margin: 35% auto;
}
.member .section-title h2 {
font-size: 25px;
}
.single-team-member {
padding: 20px;
margin-top: 20px;
}
.single-team-member:hover .member-hover {
bottom: 135px;
left: 26%;
}
.slicknav_arrow {
display: none;
}
.mobile-logo {
display: block;
}
.mobile-logo.fixed {
position: fixed;
z-index: 9;
}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 480px) {
.price-table-footer {
left: 35%;
}
.price-table-header::after {
border-left: 150px solid transparent;
border-right: 150px solid transparent;
}
table.table.main-table tbody tr::after {
margin-top: 110px;
}
.deposit-table {
margin-bottom: 50px;
}
table.table.main-table tbody tr::before {
left: 24px;
}
table.table.main-table tbody tr::after {
left: 31px;
}
.testimoanial-top-text p {
text-align: center;
right: 30%;
top: 65px;
display: block;
margin-top: 30px;
}
.about-us-content h2 {
padding-top: 50px;
}
.section-title p {
line-height: 1.9em;
}
.single-team-member:hover .member-hover {
bottom: 135px;
left: 28%;
}
.main-login.main-center img {
margin-left: 0;
}
.slicknav_arrow {
display: none;
}
.mobile-logo {
display: block;
}
.mobile-logo.fixed {
position: fixed;
z-index: 9;
}
} | 0.378459 | 0.103522 |
@font-face {
font-family: 'icomoon';
src: url('./fonts/icomoon.eot?h4ovmv');
src: url('./fonts/icomoon.eot?h4ovmv#iefix') format('embedded-opentype'),
url('./fonts/icomoon.ttf?h4ovmv') format('truetype'),
url('./fonts/icomoon.woff?h4ovmv') format('woff'),
url('./fonts/icomoon.svg?h4ovmv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[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-book2:before {
content: "\f007";
}
.icon-file-text:before {
content: "\f011";
}
.icon-info:before {
content: "\f059";
}
.icon-issue-opened:before {
content: "\f026";
}
.icon-issue-reopened:before {
content: "\f027";
}
.icon-repo:before {
content: "\f001";
}
.icon-warning:before {
content: "\e900";
}
.icon-cloud:before {
content: "\e901";
}
.icon-user:before {
content: "\e933";
}
.icon-star:before {
content: "\e902";
}
.icon-key:before {
content: "\e903";
}
.icon-home4:before {
content: "\e904";
}
.icon-earth2:before {
content: "\e905";
}
.icon-heart2:before {
content: "\e906";
}
.icon-thumbsup:before {
content: "\e907";
}
.icon-addressbook:before {
content: "\e934";
}
.icon-home:before {
content: "\e908";
}
.icon-home2:before {
content: "\e909";
}
.icon-home3:before {
content: "\e90a";
}
.icon-office:before {
content: "\e90b";
}
.icon-pencil:before {
content: "\e90c";
}
.icon-pencil2:before {
content: "\e90d";
}
.icon-pacman:before {
content: "\e90e";
}
.icon-book:before {
content: "\e90f";
}
.icon-books:before {
content: "\e910";
}
.icon-library:before {
content: "\e911";
}
.icon-profile:before {
content: "\e912";
}
.icon-phone:before {
content: "\e935";
}
.icon-envelop:before {
content: "\e936";
}
.icon-location2:before {
content: "\e913";
}
.icon-alarm:before {
content: "\e914";
}
.icon-keyboard:before {
content: "\e915";
}
.icon-display:before {
content: "\e916";
}
.icon-laptop:before {
content: "\e917";
}
.icon-mobile:before {
content: "\e918";
}
.icon-mobile2:before {
content: "\e919";
}
.icon-tablet:before {
content: "\e91a";
}
.icon-tv:before {
content: "\e91b";
}
.icon-drawer:before {
content: "\e91c";
}
.icon-drawer2:before {
content: "\e91d";
}
.icon-bubbles:before {
content: "\e91e";
}
.icon-bubbles2:before {
content: "\e91f";
}
.icon-users:before {
content: "\e920";
}
.icon-user-tie:before {
content: "\e921";
}
.icon-equalizer2:before {
content: "\e922";
}
.icon-cog:before {
content: "\e923";
}
.icon-cogs:before {
content: "\e924";
}
.icon-stats-dots:before {
content: "\e925";
}
.icon-leaf:before {
content: "\e926";
}
.icon-fire:before {
content: "\e927";
}
.icon-power-cord:before {
content: "\e928";
}
.icon-earth:before {
content: "\e929";
}
.icon-eye:before {
content: "\e92a";
}
.icon-star-empty:before {
content: "\e92b";
}
.icon-star-half:before {
content: "\e92c";
}
.icon-star-full:before {
content: "\e92d";
}
.icon-heart:before {
content: "\e92e";
}
.icon-man-woman:before {
content: "\e92f";
}
.icon-facebook2:before {
content: "\e930";
}
.icon-instagram:before {
content: "\e931";
}
.icon-twitter:before {
content: "\e932";
} | assets/front/css/iconmoon.css | @font-face {
font-family: 'icomoon';
src: url('./fonts/icomoon.eot?h4ovmv');
src: url('./fonts/icomoon.eot?h4ovmv#iefix') format('embedded-opentype'),
url('./fonts/icomoon.ttf?h4ovmv') format('truetype'),
url('./fonts/icomoon.woff?h4ovmv') format('woff'),
url('./fonts/icomoon.svg?h4ovmv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[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-book2:before {
content: "\f007";
}
.icon-file-text:before {
content: "\f011";
}
.icon-info:before {
content: "\f059";
}
.icon-issue-opened:before {
content: "\f026";
}
.icon-issue-reopened:before {
content: "\f027";
}
.icon-repo:before {
content: "\f001";
}
.icon-warning:before {
content: "\e900";
}
.icon-cloud:before {
content: "\e901";
}
.icon-user:before {
content: "\e933";
}
.icon-star:before {
content: "\e902";
}
.icon-key:before {
content: "\e903";
}
.icon-home4:before {
content: "\e904";
}
.icon-earth2:before {
content: "\e905";
}
.icon-heart2:before {
content: "\e906";
}
.icon-thumbsup:before {
content: "\e907";
}
.icon-addressbook:before {
content: "\e934";
}
.icon-home:before {
content: "\e908";
}
.icon-home2:before {
content: "\e909";
}
.icon-home3:before {
content: "\e90a";
}
.icon-office:before {
content: "\e90b";
}
.icon-pencil:before {
content: "\e90c";
}
.icon-pencil2:before {
content: "\e90d";
}
.icon-pacman:before {
content: "\e90e";
}
.icon-book:before {
content: "\e90f";
}
.icon-books:before {
content: "\e910";
}
.icon-library:before {
content: "\e911";
}
.icon-profile:before {
content: "\e912";
}
.icon-phone:before {
content: "\e935";
}
.icon-envelop:before {
content: "\e936";
}
.icon-location2:before {
content: "\e913";
}
.icon-alarm:before {
content: "\e914";
}
.icon-keyboard:before {
content: "\e915";
}
.icon-display:before {
content: "\e916";
}
.icon-laptop:before {
content: "\e917";
}
.icon-mobile:before {
content: "\e918";
}
.icon-mobile2:before {
content: "\e919";
}
.icon-tablet:before {
content: "\e91a";
}
.icon-tv:before {
content: "\e91b";
}
.icon-drawer:before {
content: "\e91c";
}
.icon-drawer2:before {
content: "\e91d";
}
.icon-bubbles:before {
content: "\e91e";
}
.icon-bubbles2:before {
content: "\e91f";
}
.icon-users:before {
content: "\e920";
}
.icon-user-tie:before {
content: "\e921";
}
.icon-equalizer2:before {
content: "\e922";
}
.icon-cog:before {
content: "\e923";
}
.icon-cogs:before {
content: "\e924";
}
.icon-stats-dots:before {
content: "\e925";
}
.icon-leaf:before {
content: "\e926";
}
.icon-fire:before {
content: "\e927";
}
.icon-power-cord:before {
content: "\e928";
}
.icon-earth:before {
content: "\e929";
}
.icon-eye:before {
content: "\e92a";
}
.icon-star-empty:before {
content: "\e92b";
}
.icon-star-half:before {
content: "\e92c";
}
.icon-star-full:before {
content: "\e92d";
}
.icon-heart:before {
content: "\e92e";
}
.icon-man-woman:before {
content: "\e92f";
}
.icon-facebook2:before {
content: "\e930";
}
.icon-instagram:before {
content: "\e931";
}
.icon-twitter:before {
content: "\e932";
} | 0.28597 | 0.13319 |
* { font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.table-hover>tbody>tr:hover { background-color: #ebebeb; }
.row .btn-info:hover {
background-color: #0088A8;
border-color: #0088A8;
}
.row .btn-danger:hover {
background-color: #e11;
border-color: #e11;
}
.row .btn-warning:hover {
background-color: #eb1;
border-color: #eb1;
}
.profile-img-sm,
.my-container .profile-img-sm,
.bookInformation-container .profile-img-sm {
overflow: hidden;
background: #fff;
border: 2px solid #fff;
border-radius: 50%;
-webkit-transition: border-color 500ms;
transition: border-color 500ms;
}
.profile-img-main {
display: inline-block;
width: 40px; height: 40px;
}
/************************************/
/* sidebar search */
/************************************/
.sidebar-form {
border-radius: 3px;
border: 1px solid #374850;
margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
margin: 0;
box-shadow: none;
background-color: #374850;
border: 1px solid transparent;
height: 35px;
}
.sidebar-form input[type="text"] {
color: #666;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
background-color: #fff;
color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
border-left-color: #fff; }
.sidebar-form .btn {
color: #999;
border-top-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
/*****************************************/
/* index & myBooks & myFavorites */
/*****************************************/
.books-container .row {
padding-left: 0;
margin: 0 -15px;
}
.books-container .books img { width: 145px; }
.books-container .author {
color: #088; font-size: 15px; }
.books-container .text-danger { padding-left: 50px; }
@media (max-width: 768px) {
/* myBooks myFavorites */
.text-danger { padding-left: 0; }
.books-container .books img { width: 165px; }
}
@media (max-width: 340px) {
.books-container .author { font-size: 13px; }
.books-container .pirce { font-size: 17px; }
}
@media (min-width: 1200px) {
.books-container .books { height: 211px; }
}
/****************************/
/* book information */
/****************************/
.bookInformation-container .books .table .price2 { font-size: 26px; color: #f00; }
.bookInformation-container .books .table .discount {
padding-left: 8px;
color: #e70; font-size: 24px;
}
.books-information {
padding-left: 3%;
padding-top: 15px;
}
.books-information .books { padding-left: 5%; }
.books-information .leader { padding-right: 13%; }
.books-information .otherNoBr { display: block-inline; }
.books-information .otherBr { display: none; }
.books-information .favorites {
display: none;
background: rgba(255, 119, 68, .75);
border-color: rgba(255, 119, 68, .75);
}
.books-information .favorites:hover {
background: rgba(255, 119, 68, 1);
border-color: rgba(255, 119, 68, 1);
}
.books-information .message .plzLogin { font-size: 16px; }
.books-information .message .login { color: #59f; }
.books-information .message .login:hover { color: #008; }
.books-information .message .content { padding-bottom: 13px; }
.books-information .message .content p {
padding-top: 8px;
font-size: 16px;
}
.books-information .message .content a {
font-size: 16px;
color: #888;
}
.books-information .message .content a:hover { color: #59f; }
.books-information .message .reply-form {
padding-top: 20px;
display: none;
}
.books-information .message .reply-form.expanded { display: block; }
.books-information .message .reply-form input { margin-top: 13px; }
.books-information .message .message-board h4 { color: #003c9d; }
.books-information .message .message-board .nextMessage { padding-left: 25px; }
.books-information .message .message-board .isSeller {
background: rgba(0, 0, 0, .65);
color: #fff; border-radius: 100px;
font-size: .855em; padding: 2px 10px;
}
.bookInformation-fixed {
position: fixed;
bottom: 20px; right: 20px;
width: 190px; padding: 10px;
background-color: #abcdef;
display: none; opacity: 0.85;
}
@media (max-width: 767px) {
.books-information .books h3:first-child { padding-left: 0; }
.books-information .books .table { margin-left: 0; }
.books-information .leader { padding-right: 17%; }
.books-information .otherNoBr { display: none; }
.books-information .otherBr { display: table-row; }
.books-information .message .message-board .nextMessage { padding-left: 0; }
}
@media (max-width: 570px) {
.bookInformation-container .books .col-md-8 {
padding-left: 0;
padding-right: 0;
}
.bookInformation-container .books .table td,
.bookInformation-container .books .table .price2,
.bookInformation-container .books .table .discount {
font-size: 17px;
padding-left: 0;
}
.bookInformation-container .books .table .btn-info { width: 68px; }
}
@media (max-width: 991px) {
.books-information .message { margin-top: 35px; }
.books-information .message div[class^="col-md-"] {
padding-left: 0;
padding-right: 0;
}
.books-information .message .content {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 992px) {
.books-information .message .messageBtn-padding { padding-bottom: 50px; }
}
/***************************/
/* books */
/***************************/
.books {
background-color: #fff;
border: 1px solid #ddd; }
.books img {
display: block;
margin: auto;
border: 1.5px solid #fff;
transition: border-color 500ms, padding 300ms;
-webkit-transition: border-color 500ms, padding 300ms;
}
.books img:hover {
border-color: #19B5FE;
padding: 5px;
}
.books h4.books-name {
font-size: 1.05em;
padding-bottom: 15px;
}
@media (max-width: 750px) {
.books h4.books-name { padding-top: 13px; }
}
@media (max-width: 570px) {
.books h4.books-name {
font-weight: bold;
line-height: 24px;
font-size: 17px;
}
}
@media (max-width: 340px) {
.books h4.books-name { font-size: 15px; }
}
/**************************/
/* Form */
/**************************/
.my-container {
padding-left: 18%;
padding-right: 25%
}
.my-container label {
font-weight: normal;
font-size: 18px;
}
.my-container .btn-primary,
.my-container .profile .btn-success {
border-radius: 10px;
width: 80px;
display: block;
margin: auto;
}
/* 註冊 & 忘記密碼 */
.my-container .row-active {
font-size: 13px;
padding-bottom: 50px;
}
.my-container .row-active a { color: #38c; }
.my-container .row-active a:hover { color: #208; }
.my-container .profile-img:hover { border-color: #19B5FE; }
@media (max-width: 768px) {
.my-container {
padding-left: 5%;
padding-right: 5%
}
}
/****************************/
/* Errors */
/****************************/
.list-group li { font-size: 16px; }
/******************************/
/* paginate */
/******************************/
.flat-blue .pager { display: none; }
.flat-blue .pagination { display: inline-block; }
@media (max-width: 768px) {
.flat-blue .pager { display: block; }
.flat-blue .pagination { display: none; }
} | public/assets/css/customer.css | * { font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.table-hover>tbody>tr:hover { background-color: #ebebeb; }
.row .btn-info:hover {
background-color: #0088A8;
border-color: #0088A8;
}
.row .btn-danger:hover {
background-color: #e11;
border-color: #e11;
}
.row .btn-warning:hover {
background-color: #eb1;
border-color: #eb1;
}
.profile-img-sm,
.my-container .profile-img-sm,
.bookInformation-container .profile-img-sm {
overflow: hidden;
background: #fff;
border: 2px solid #fff;
border-radius: 50%;
-webkit-transition: border-color 500ms;
transition: border-color 500ms;
}
.profile-img-main {
display: inline-block;
width: 40px; height: 40px;
}
/************************************/
/* sidebar search */
/************************************/
.sidebar-form {
border-radius: 3px;
border: 1px solid #374850;
margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
margin: 0;
box-shadow: none;
background-color: #374850;
border: 1px solid transparent;
height: 35px;
}
.sidebar-form input[type="text"] {
color: #666;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
background-color: #fff;
color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
border-left-color: #fff; }
.sidebar-form .btn {
color: #999;
border-top-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
/*****************************************/
/* index & myBooks & myFavorites */
/*****************************************/
.books-container .row {
padding-left: 0;
margin: 0 -15px;
}
.books-container .books img { width: 145px; }
.books-container .author {
color: #088; font-size: 15px; }
.books-container .text-danger { padding-left: 50px; }
@media (max-width: 768px) {
/* myBooks myFavorites */
.text-danger { padding-left: 0; }
.books-container .books img { width: 165px; }
}
@media (max-width: 340px) {
.books-container .author { font-size: 13px; }
.books-container .pirce { font-size: 17px; }
}
@media (min-width: 1200px) {
.books-container .books { height: 211px; }
}
/****************************/
/* book information */
/****************************/
.bookInformation-container .books .table .price2 { font-size: 26px; color: #f00; }
.bookInformation-container .books .table .discount {
padding-left: 8px;
color: #e70; font-size: 24px;
}
.books-information {
padding-left: 3%;
padding-top: 15px;
}
.books-information .books { padding-left: 5%; }
.books-information .leader { padding-right: 13%; }
.books-information .otherNoBr { display: block-inline; }
.books-information .otherBr { display: none; }
.books-information .favorites {
display: none;
background: rgba(255, 119, 68, .75);
border-color: rgba(255, 119, 68, .75);
}
.books-information .favorites:hover {
background: rgba(255, 119, 68, 1);
border-color: rgba(255, 119, 68, 1);
}
.books-information .message .plzLogin { font-size: 16px; }
.books-information .message .login { color: #59f; }
.books-information .message .login:hover { color: #008; }
.books-information .message .content { padding-bottom: 13px; }
.books-information .message .content p {
padding-top: 8px;
font-size: 16px;
}
.books-information .message .content a {
font-size: 16px;
color: #888;
}
.books-information .message .content a:hover { color: #59f; }
.books-information .message .reply-form {
padding-top: 20px;
display: none;
}
.books-information .message .reply-form.expanded { display: block; }
.books-information .message .reply-form input { margin-top: 13px; }
.books-information .message .message-board h4 { color: #003c9d; }
.books-information .message .message-board .nextMessage { padding-left: 25px; }
.books-information .message .message-board .isSeller {
background: rgba(0, 0, 0, .65);
color: #fff; border-radius: 100px;
font-size: .855em; padding: 2px 10px;
}
.bookInformation-fixed {
position: fixed;
bottom: 20px; right: 20px;
width: 190px; padding: 10px;
background-color: #abcdef;
display: none; opacity: 0.85;
}
@media (max-width: 767px) {
.books-information .books h3:first-child { padding-left: 0; }
.books-information .books .table { margin-left: 0; }
.books-information .leader { padding-right: 17%; }
.books-information .otherNoBr { display: none; }
.books-information .otherBr { display: table-row; }
.books-information .message .message-board .nextMessage { padding-left: 0; }
}
@media (max-width: 570px) {
.bookInformation-container .books .col-md-8 {
padding-left: 0;
padding-right: 0;
}
.bookInformation-container .books .table td,
.bookInformation-container .books .table .price2,
.bookInformation-container .books .table .discount {
font-size: 17px;
padding-left: 0;
}
.bookInformation-container .books .table .btn-info { width: 68px; }
}
@media (max-width: 991px) {
.books-information .message { margin-top: 35px; }
.books-information .message div[class^="col-md-"] {
padding-left: 0;
padding-right: 0;
}
.books-information .message .content {
padding-left: 10px;
padding-right: 10px;
}
}
@media (min-width: 992px) {
.books-information .message .messageBtn-padding { padding-bottom: 50px; }
}
/***************************/
/* books */
/***************************/
.books {
background-color: #fff;
border: 1px solid #ddd; }
.books img {
display: block;
margin: auto;
border: 1.5px solid #fff;
transition: border-color 500ms, padding 300ms;
-webkit-transition: border-color 500ms, padding 300ms;
}
.books img:hover {
border-color: #19B5FE;
padding: 5px;
}
.books h4.books-name {
font-size: 1.05em;
padding-bottom: 15px;
}
@media (max-width: 750px) {
.books h4.books-name { padding-top: 13px; }
}
@media (max-width: 570px) {
.books h4.books-name {
font-weight: bold;
line-height: 24px;
font-size: 17px;
}
}
@media (max-width: 340px) {
.books h4.books-name { font-size: 15px; }
}
/**************************/
/* Form */
/**************************/
.my-container {
padding-left: 18%;
padding-right: 25%
}
.my-container label {
font-weight: normal;
font-size: 18px;
}
.my-container .btn-primary,
.my-container .profile .btn-success {
border-radius: 10px;
width: 80px;
display: block;
margin: auto;
}
/* 註冊 & 忘記密碼 */
.my-container .row-active {
font-size: 13px;
padding-bottom: 50px;
}
.my-container .row-active a { color: #38c; }
.my-container .row-active a:hover { color: #208; }
.my-container .profile-img:hover { border-color: #19B5FE; }
@media (max-width: 768px) {
.my-container {
padding-left: 5%;
padding-right: 5%
}
}
/****************************/
/* Errors */
/****************************/
.list-group li { font-size: 16px; }
/******************************/
/* paginate */
/******************************/
.flat-blue .pager { display: none; }
.flat-blue .pagination { display: inline-block; }
@media (max-width: 768px) {
.flat-blue .pager { display: block; }
.flat-blue .pagination { display: none; }
} | 0.417271 | 0.105533 |
.pui-shadow{-moz-box-shadow:0 5px 10px rgba(0,0,0,0.8);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.8);box-shadow:0 5px 10px rgba(0,0,0,0.8);}.pui-autocomplete{width:auto;zoom:1;cursor:pointer;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;position:static;}
.pui-autocomplete-query{font-weight:bold;}
.pui-autocomplete-panel{position:absolute;overflow:auto;}
.pui-autocomplete-panel .pui-autocomplete-list{padding:.4em;border:0 none;}
.pui-autocomplete-panel .pui-autocomplete-list-item{border:0 none;cursor:pointer;font-weight:normal;margin:1px 0;padding:3px 5px;text-align:left;}
.pui-autocomplete-panel .pui-autocomplete-table{border-collapse:collapse;width:100%;}
.pui-autocomplete-panel .pui-autocomplete-table td{border-width:1px;border-style:solid;border-color:inherit;padding:4px 10px 4px 10px;}
.pui-autocomplete .ui-button-icon-only .ui-button-text{padding:.29em;}
.pui-autocomplete-multiple-container{clear:left;cursor:text;list-style-type:none;margin:0;min-height:1px;overflow:hidden;width:400px;}
.pui-autocomplete-multiple-container.ui-inputfield{padding:0;}
.pui-autocomplete-token{cursor:default;float:left;overflow:hidden;padding:1px 3px;white-space:nowrap;position:relative;margin:2px;}
.pui-autocomplete-token-label{display:block;padding:0 2.1em 0 .5em;}
.pui-autocomplete-token-icon{margin-top:-9px;position:absolute;right:.2em;top:50%;cursor:pointer;}
.pui-autocomplete-input-token{float:left;list-style-type:none;margin:1px;padding:0;}
.pui-autocomplete-input-token input{border:0 none;width:140px;outline:medium none;background-color:transparent;margin:2px;}
.pui-autocomplete-itemtip-content{display:none;}
.pui-autocomplete-itemtip{position:absolute;display:none;padding:.4em;}.pui-accordion{width:100%;}
.pui-accordion .pui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1;}
.pui-accordion .pui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em 2.2em;}
.pui-accordion .pui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;}
.pui-accordion .pui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;zoom:1;}
.pui-accordion .pui-accordion-header.ui-state-disabled,.pui-accordion .pui-accordion-header.ui-state-disabled a{cursor:default;}.pui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible;}
.pui-button-icon-only{width:2.4em;}
.pui-button .pui-button-text{display:block;line-height:1.4;}
.pui-button-text-only .pui-button-text{padding:.4em 1em;}
.pui-button-icon-only .pui-button-text{padding:.4em;text-indent:-9999999px;}
.pui-button-text-icon-left .pui-button-text{padding:.4em 1em .4em 2.1em;}
.pui-button-text-icon-right .pui-button-text{padding:.4em 2.1em .4em 1em;}
.pui-button-icon-only .ui-icon,.pui-button-text-icon-left .ui-icon,.pui-button-text-icon-right .ui-icon{position:absolute;top:50%;margin-top:-8px;}
.pui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}
.pui-button-icon-left{left:.5em;}
.pui-button-icon-right{right:.5em;}
.pui-buttonset{margin-right:7px;}
.pui-buttonset .pui-button{margin-left:0;margin-right:0;}
button.pui-button::-moz-focus-inner{border:0;padding:0;}* html .pui-growl{position:absolute;}
* html .pui-growl-item{padding-bottom:0;}
* html .pui-growl-icon-close{top:7px;right:7px;}
.pui-growl{position:fixed;top:20px;right:20px;width:301px;}
.pui-growl-item-container{position:relative;margin:0 0 10px 0;opacity:.85;filter:alpha(opacity=85);}
.pui-growl-item{display:block;padding:10px 15px;}
.pui-growl-item p{padding:0;margin:0;}
.pui-growl-icon-close{position:absolute;top:5px;right:3px;cursor:pointer;}
.pui-growl-title{font-weight:bold;padding:0 0 7px 0;display:block;}
.pui-growl-image{width:32px;height:32px;float:left;margin:0;padding:0;display:block;background:url("../../images/messages.png") no-repeat;}
.pui-growl-image-info{background-position:0 -264px;}
.pui-growl-image-warn{background-position:0 -396px;}
.pui-growl-image-error{background-position:0 0;}
.pui-growl-image-fatal{background-position:0 -228px;}
.pui-growl-message{padding:0 0 5px 0;width:220px;float:right;}
.pui-growl-message p{font-weight:normal;}.pui-inputtext{margin:0;outline:medium none;padding:4px;font-weight:normal;}
.ui-widget-header .pui-inputtext,.ui-widget-content .pui-inputtext{font-weight:normal;}.pui-inputtextarea-resizable{overflow:hidden;resize:none;}.pui-rating-star,.pui-rating-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer;}
.pui-rating-star a,.pui-rating-cancel a{width:16px;height:15px;display:block;background:url("./images/rating.png") no-repeat 0 0;}
.pui-rating-star a{background-position:0 -32px;}
.pui-rating-star-on a{background-position:0 -48px;}
.pui-rating-star-hover a{background-position:0 -64px;}
.pui-rating-cancel-hover a{background-position:0 -16px;}
.pui-rating.ui-state-disabled .pui-rating-star,.pui-rating.ui-state-disabled .pui-rating-cancel{cursor:default;}.pui-spinner{display:inline-block;overflow:visible;padding:0;position:relative;vertical-align:middle;}
.pui-spinner-input{vertical-align:middle;text-align:right;padding-right:20px;}
.pui-spinner-button{cursor:default;display:block;font-size:.5em;height:50%;margin:0;overflow:hidden;padding:0;position:absolute;right:0;text-align:center;vertical-align:middle;width:16px;z-index:100;}
.pui-spinner .ui-icon{left:0;margin-top:-8px;position:absolute;top:50%;}
.pui-spinner-up{top:0;}
.pui-spinner-down{bottom:0;}
.pui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px;}
.pui-spinner .ui-icon-triangle-1-n{margin-top:-9px;}.pui-tabview{position:relative;padding:.2em;zoom:1;}
.pui-tabview .pui-tabview-nav{margin:0;}
.pui-tabview .pui-tabview-nav li{list-style:none;float:left;position:relative;margin:0 .2em 1px 0;padding:0;white-space:nowrap;}
.pui-tabview .pui-tabview-nav li a{float:left;padding:.5em 1em;text-decoration:none;}
.pui-tabview .pui-tabview-nav li.pui-tabview-selected a,.pui-tabview .pui-tabview-nav li.ui-state-disabled a,.pui-tabview .pui-tabview-nav li.ui-state-processing a{cursor:text;}
.pui-tabview .pui-tabview-nav li a,.pui-tabview.pui-tabview-collapsible .pui-tabview-nav li.pui-tabview-selected a{cursor:pointer;}
.pui-tabview .pui-tabview-panel{border-width:0;padding:1em 1.4em;background:none;}
.pui-tabview .pui-tabview-nav li{display:block;}
.pui-tabview .pui-tabview-nav li .ui-icon{float:left;margin:.4em .2em 0 0;cursor:pointer;}
.pui-tabview.pui-tabview-top>.pui-tabview-nav li{border-bottom:0;top:1px;}
.pui-tabview.pui-tabview-top>.pui-tabview-nav{padding:.2em .2em 0;}
.pui-tabview.pui-tabview-bottom>.pui-tabview-nav{padding:0 .2em .2em;}
.pui-tabview.pui-tabview-bottom>.pui-tabview-nav li{border-top:0;}
.pui-tabview-left:after,.pui-tabview-right:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.pui-tabview-left>.pui-tabview-nav{float:left;width:23%;height:300px;background-image:none;padding-top:1px;}
.pui-tabview-left>.pui-tabview-panels{float:right;width:75%;}
.pui-tabview.pui-tabview-left>.pui-tabview-nav li,.pui-tabview.pui-tabview-right>.pui-tabview-nav li{display:block;float:right;white-space:normal;width:98%;}
.pui-tabview.pui-tabview-left>.pui-tabview-nav li{margin:0 0 1px .2em;border-right:0 none;}
.pui-tabview.pui-tabview-right>.pui-tabview-nav{float:right;width:23%;height:300px;background-image:none;padding-top:1px;}
.pui-tabview.pui-tabview-right>.pui-tabview-panels{float:left;width:75%;}
.pui-tabview.pui-tabview-right>.pui-tabview-nav li{margin:0 .2em 1px 0;border-left:0 none;} | server/http/prime-ui-0.2/production/prime-ui-0.2-min.css | .pui-shadow{-moz-box-shadow:0 5px 10px rgba(0,0,0,0.8);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.8);box-shadow:0 5px 10px rgba(0,0,0,0.8);}.pui-autocomplete{width:auto;zoom:1;cursor:pointer;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;position:static;}
.pui-autocomplete-query{font-weight:bold;}
.pui-autocomplete-panel{position:absolute;overflow:auto;}
.pui-autocomplete-panel .pui-autocomplete-list{padding:.4em;border:0 none;}
.pui-autocomplete-panel .pui-autocomplete-list-item{border:0 none;cursor:pointer;font-weight:normal;margin:1px 0;padding:3px 5px;text-align:left;}
.pui-autocomplete-panel .pui-autocomplete-table{border-collapse:collapse;width:100%;}
.pui-autocomplete-panel .pui-autocomplete-table td{border-width:1px;border-style:solid;border-color:inherit;padding:4px 10px 4px 10px;}
.pui-autocomplete .ui-button-icon-only .ui-button-text{padding:.29em;}
.pui-autocomplete-multiple-container{clear:left;cursor:text;list-style-type:none;margin:0;min-height:1px;overflow:hidden;width:400px;}
.pui-autocomplete-multiple-container.ui-inputfield{padding:0;}
.pui-autocomplete-token{cursor:default;float:left;overflow:hidden;padding:1px 3px;white-space:nowrap;position:relative;margin:2px;}
.pui-autocomplete-token-label{display:block;padding:0 2.1em 0 .5em;}
.pui-autocomplete-token-icon{margin-top:-9px;position:absolute;right:.2em;top:50%;cursor:pointer;}
.pui-autocomplete-input-token{float:left;list-style-type:none;margin:1px;padding:0;}
.pui-autocomplete-input-token input{border:0 none;width:140px;outline:medium none;background-color:transparent;margin:2px;}
.pui-autocomplete-itemtip-content{display:none;}
.pui-autocomplete-itemtip{position:absolute;display:none;padding:.4em;}.pui-accordion{width:100%;}
.pui-accordion .pui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1;}
.pui-accordion .pui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em 2.2em;}
.pui-accordion .pui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;}
.pui-accordion .pui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;zoom:1;}
.pui-accordion .pui-accordion-header.ui-state-disabled,.pui-accordion .pui-accordion-header.ui-state-disabled a{cursor:default;}.pui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible;}
.pui-button-icon-only{width:2.4em;}
.pui-button .pui-button-text{display:block;line-height:1.4;}
.pui-button-text-only .pui-button-text{padding:.4em 1em;}
.pui-button-icon-only .pui-button-text{padding:.4em;text-indent:-9999999px;}
.pui-button-text-icon-left .pui-button-text{padding:.4em 1em .4em 2.1em;}
.pui-button-text-icon-right .pui-button-text{padding:.4em 2.1em .4em 1em;}
.pui-button-icon-only .ui-icon,.pui-button-text-icon-left .ui-icon,.pui-button-text-icon-right .ui-icon{position:absolute;top:50%;margin-top:-8px;}
.pui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}
.pui-button-icon-left{left:.5em;}
.pui-button-icon-right{right:.5em;}
.pui-buttonset{margin-right:7px;}
.pui-buttonset .pui-button{margin-left:0;margin-right:0;}
button.pui-button::-moz-focus-inner{border:0;padding:0;}* html .pui-growl{position:absolute;}
* html .pui-growl-item{padding-bottom:0;}
* html .pui-growl-icon-close{top:7px;right:7px;}
.pui-growl{position:fixed;top:20px;right:20px;width:301px;}
.pui-growl-item-container{position:relative;margin:0 0 10px 0;opacity:.85;filter:alpha(opacity=85);}
.pui-growl-item{display:block;padding:10px 15px;}
.pui-growl-item p{padding:0;margin:0;}
.pui-growl-icon-close{position:absolute;top:5px;right:3px;cursor:pointer;}
.pui-growl-title{font-weight:bold;padding:0 0 7px 0;display:block;}
.pui-growl-image{width:32px;height:32px;float:left;margin:0;padding:0;display:block;background:url("../../images/messages.png") no-repeat;}
.pui-growl-image-info{background-position:0 -264px;}
.pui-growl-image-warn{background-position:0 -396px;}
.pui-growl-image-error{background-position:0 0;}
.pui-growl-image-fatal{background-position:0 -228px;}
.pui-growl-message{padding:0 0 5px 0;width:220px;float:right;}
.pui-growl-message p{font-weight:normal;}.pui-inputtext{margin:0;outline:medium none;padding:4px;font-weight:normal;}
.ui-widget-header .pui-inputtext,.ui-widget-content .pui-inputtext{font-weight:normal;}.pui-inputtextarea-resizable{overflow:hidden;resize:none;}.pui-rating-star,.pui-rating-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer;}
.pui-rating-star a,.pui-rating-cancel a{width:16px;height:15px;display:block;background:url("./images/rating.png") no-repeat 0 0;}
.pui-rating-star a{background-position:0 -32px;}
.pui-rating-star-on a{background-position:0 -48px;}
.pui-rating-star-hover a{background-position:0 -64px;}
.pui-rating-cancel-hover a{background-position:0 -16px;}
.pui-rating.ui-state-disabled .pui-rating-star,.pui-rating.ui-state-disabled .pui-rating-cancel{cursor:default;}.pui-spinner{display:inline-block;overflow:visible;padding:0;position:relative;vertical-align:middle;}
.pui-spinner-input{vertical-align:middle;text-align:right;padding-right:20px;}
.pui-spinner-button{cursor:default;display:block;font-size:.5em;height:50%;margin:0;overflow:hidden;padding:0;position:absolute;right:0;text-align:center;vertical-align:middle;width:16px;z-index:100;}
.pui-spinner .ui-icon{left:0;margin-top:-8px;position:absolute;top:50%;}
.pui-spinner-up{top:0;}
.pui-spinner-down{bottom:0;}
.pui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px;}
.pui-spinner .ui-icon-triangle-1-n{margin-top:-9px;}.pui-tabview{position:relative;padding:.2em;zoom:1;}
.pui-tabview .pui-tabview-nav{margin:0;}
.pui-tabview .pui-tabview-nav li{list-style:none;float:left;position:relative;margin:0 .2em 1px 0;padding:0;white-space:nowrap;}
.pui-tabview .pui-tabview-nav li a{float:left;padding:.5em 1em;text-decoration:none;}
.pui-tabview .pui-tabview-nav li.pui-tabview-selected a,.pui-tabview .pui-tabview-nav li.ui-state-disabled a,.pui-tabview .pui-tabview-nav li.ui-state-processing a{cursor:text;}
.pui-tabview .pui-tabview-nav li a,.pui-tabview.pui-tabview-collapsible .pui-tabview-nav li.pui-tabview-selected a{cursor:pointer;}
.pui-tabview .pui-tabview-panel{border-width:0;padding:1em 1.4em;background:none;}
.pui-tabview .pui-tabview-nav li{display:block;}
.pui-tabview .pui-tabview-nav li .ui-icon{float:left;margin:.4em .2em 0 0;cursor:pointer;}
.pui-tabview.pui-tabview-top>.pui-tabview-nav li{border-bottom:0;top:1px;}
.pui-tabview.pui-tabview-top>.pui-tabview-nav{padding:.2em .2em 0;}
.pui-tabview.pui-tabview-bottom>.pui-tabview-nav{padding:0 .2em .2em;}
.pui-tabview.pui-tabview-bottom>.pui-tabview-nav li{border-top:0;}
.pui-tabview-left:after,.pui-tabview-right:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.pui-tabview-left>.pui-tabview-nav{float:left;width:23%;height:300px;background-image:none;padding-top:1px;}
.pui-tabview-left>.pui-tabview-panels{float:right;width:75%;}
.pui-tabview.pui-tabview-left>.pui-tabview-nav li,.pui-tabview.pui-tabview-right>.pui-tabview-nav li{display:block;float:right;white-space:normal;width:98%;}
.pui-tabview.pui-tabview-left>.pui-tabview-nav li{margin:0 0 1px .2em;border-right:0 none;}
.pui-tabview.pui-tabview-right>.pui-tabview-nav{float:right;width:23%;height:300px;background-image:none;padding-top:1px;}
.pui-tabview.pui-tabview-right>.pui-tabview-panels{float:left;width:75%;}
.pui-tabview.pui-tabview-right>.pui-tabview-nav li{margin:0 .2em 1px 0;border-left:0 none;} | 0.281208 | 0.037679 |
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1450px) {
.menu-active {
left: 80% !important;
}
}
@media only screen and (max-width : 1200px) {
.menu-active {
left: 70% !important;
}
#our-clients li.each-client{
width: 33.33% !important;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.menu-active {
left: 65% !important;
}
.caption .main-title{
font-size: 60px !important;
margin-bottom: 15px !important;
}
.caption .sub-title{
font-size: 30px !important;
margin-bottom: 50px !important;
}
.home-slider .slider-button{
font-size: 14px !important;
}
.feature-item{
margin-bottom: 30px;
}
#expertise .col-xs-height {
display: block;
}
#expertise .content-part{
display: none;
}
#expertise .info-part{
padding-right: 15px !important;
}
#blog-details .social-icon{
text-align: left;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.logo-left{
left: 50px !important;
}
.menu-button{
left: 85% !important;
}
.menu-active {
left: 55% !important;
}
.caption .main-title{
font-size: 40px !important;
margin-bottom: 10px !important;
}
.caption .sub-title{
font-size: 20px !important;
margin-bottom: 30px !important;
}
#our-clients li.each-client{
width: 50% !important;
}
#features .header-content .title{
margin-bottom: 30px;
}
.isotope .isotope-item{
width: 100%;
}
.achievment-item .content .caption{
width: 100%;
}
#count-down .counter-content .each-counter{
margin-bottom: 30px;
}
.team-member .content{
margin-bottom: 30px;
}
#latest-blog .each-post{
margin-bottom: 50px;
}
#client-feedback .custom-control #slider-prev{
left: 20px !important;
}
#client-feedback .custom-control #slider-next{
right: 20px !important;
}
.comments-form form input,
.comments-form form textarea{
margin-bottom: 20px;
}
#footer .bottom-part .left-part{
margin-bottom: 30px;
}
}
/*other Devices*/
@media only screen and (max-width : 600px) {
.menu-active {
left: 45% !important;
}
#our-clients li.each-client{
width: 100% !important;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.logo-left{
left: 20px !important;
}
.menu-active {
left: 30% !important;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
} | photography-html-template-bootstrap/css/responsive.css |
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1450px) {
.menu-active {
left: 80% !important;
}
}
@media only screen and (max-width : 1200px) {
.menu-active {
left: 70% !important;
}
#our-clients li.each-client{
width: 33.33% !important;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.menu-active {
left: 65% !important;
}
.caption .main-title{
font-size: 60px !important;
margin-bottom: 15px !important;
}
.caption .sub-title{
font-size: 30px !important;
margin-bottom: 50px !important;
}
.home-slider .slider-button{
font-size: 14px !important;
}
.feature-item{
margin-bottom: 30px;
}
#expertise .col-xs-height {
display: block;
}
#expertise .content-part{
display: none;
}
#expertise .info-part{
padding-right: 15px !important;
}
#blog-details .social-icon{
text-align: left;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.logo-left{
left: 50px !important;
}
.menu-button{
left: 85% !important;
}
.menu-active {
left: 55% !important;
}
.caption .main-title{
font-size: 40px !important;
margin-bottom: 10px !important;
}
.caption .sub-title{
font-size: 20px !important;
margin-bottom: 30px !important;
}
#our-clients li.each-client{
width: 50% !important;
}
#features .header-content .title{
margin-bottom: 30px;
}
.isotope .isotope-item{
width: 100%;
}
.achievment-item .content .caption{
width: 100%;
}
#count-down .counter-content .each-counter{
margin-bottom: 30px;
}
.team-member .content{
margin-bottom: 30px;
}
#latest-blog .each-post{
margin-bottom: 50px;
}
#client-feedback .custom-control #slider-prev{
left: 20px !important;
}
#client-feedback .custom-control #slider-next{
right: 20px !important;
}
.comments-form form input,
.comments-form form textarea{
margin-bottom: 20px;
}
#footer .bottom-part .left-part{
margin-bottom: 30px;
}
}
/*other Devices*/
@media only screen and (max-width : 600px) {
.menu-active {
left: 45% !important;
}
#our-clients li.each-client{
width: 100% !important;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.logo-left{
left: 20px !important;
}
.menu-active {
left: 30% !important;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
} | 0.197522 | 0.077727 |
body {
background-color: #2EC4B6;
margin: 0;
font-family: 'Poppins', sans-serif;
}
#container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100vh;
width: 100vw;
}
#topbar {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
height: 17%;
width: 75%;
}
#your-4-year-plan {
display: flex;
align-items: center;
justify-content: center;
color: #1D3557;
background-color: #CBF3F0;
width: 50%;
max-height: 50%;
border-radius: 30px;
font-size: 2.5vmax;
font-weight: 600;
text-align: center;
user-select: none;
}
#smallbuttons {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 40%;
width: 60%;
}
#plan {
height: 83%;
width: 75%;
overflow-y: scroll;
overflow-x: hidden;
}
#classlist {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-color: white;
height: 100%;
width: 25%;
overflow-y: scroll;
overflow-x: hidden;
}
#drag-class {
color: #FF9F1C;
opacity: 29%;
width: 100%;
height: 25%;
font-size: 2.4vw;
font-weight: 800;
text-align: center;
user-select: none;
}
.smallbutton {
display: flex;
align-items: center;
justify-content: center;
background-color: #FF3A3A;
color: white;
width: 25%;
height: 50%;
border: 4px solid #FFBF69;
border-radius: 30px;
font-size: 0.8vw;
user-select: none;
}
.yearlabel {
display: flex;
flex-direction: column;
justify-content: flex-start;
color: #FFBF69;
font-size: 2vw;
font-weight: 600;
height: 6vh;
width: 47.5%;
border-bottom: 7px solid #FF9F1C;
user-select: none;
padding-left: 25px;
}
.termtab {
display: flex;
align-items: center;
justify-self: center;
height: 6vh;
}
.termlabel {
display: flex;
align-items: center;
justify-content: center;
width: 10%;
height: 50%;
background-color: white;
border: 3px solid black;
border-radius: 30px;
margin: 0px 17px 0px 17px;
font-size: 1.3vw;
font-weight: 600;
user-select: none;
}
.termclear {
display: none;
user-select: none;
}
.term {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 18vh;
width: 98%;
border-radius: 30px;
margin: 10px 10px 10px 10px;
}
.dropzone {
display: flex;
height: 100%;
width: 23%;
background-color: #C4C4C4;
border-radius: 5px;
}
.dropstate {
display: none;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
opacity: 70%;
background-color: #ffbd60;
border-radius: 5px;
font-size: 2vw;
user-select: none;
}
.dragzone {
display: flex;
align-items: center;
justify-content: center;
min-height: 20vh;
width: 80%;
opacity: 50%;
background-color: #ffbd60;
margin: 15px 0px 15px 0px;
border-radius: 5px;
font-size: 2vw;
text-align: center;
user-select: none;
cursor: grab;
white-space: pre-line;
overflow-y: scroll;
overflow-x: hidden;
} | static/css/styles.css |
body {
background-color: #2EC4B6;
margin: 0;
font-family: 'Poppins', sans-serif;
}
#container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100vh;
width: 100vw;
}
#topbar {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
height: 17%;
width: 75%;
}
#your-4-year-plan {
display: flex;
align-items: center;
justify-content: center;
color: #1D3557;
background-color: #CBF3F0;
width: 50%;
max-height: 50%;
border-radius: 30px;
font-size: 2.5vmax;
font-weight: 600;
text-align: center;
user-select: none;
}
#smallbuttons {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 40%;
width: 60%;
}
#plan {
height: 83%;
width: 75%;
overflow-y: scroll;
overflow-x: hidden;
}
#classlist {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-color: white;
height: 100%;
width: 25%;
overflow-y: scroll;
overflow-x: hidden;
}
#drag-class {
color: #FF9F1C;
opacity: 29%;
width: 100%;
height: 25%;
font-size: 2.4vw;
font-weight: 800;
text-align: center;
user-select: none;
}
.smallbutton {
display: flex;
align-items: center;
justify-content: center;
background-color: #FF3A3A;
color: white;
width: 25%;
height: 50%;
border: 4px solid #FFBF69;
border-radius: 30px;
font-size: 0.8vw;
user-select: none;
}
.yearlabel {
display: flex;
flex-direction: column;
justify-content: flex-start;
color: #FFBF69;
font-size: 2vw;
font-weight: 600;
height: 6vh;
width: 47.5%;
border-bottom: 7px solid #FF9F1C;
user-select: none;
padding-left: 25px;
}
.termtab {
display: flex;
align-items: center;
justify-self: center;
height: 6vh;
}
.termlabel {
display: flex;
align-items: center;
justify-content: center;
width: 10%;
height: 50%;
background-color: white;
border: 3px solid black;
border-radius: 30px;
margin: 0px 17px 0px 17px;
font-size: 1.3vw;
font-weight: 600;
user-select: none;
}
.termclear {
display: none;
user-select: none;
}
.term {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 18vh;
width: 98%;
border-radius: 30px;
margin: 10px 10px 10px 10px;
}
.dropzone {
display: flex;
height: 100%;
width: 23%;
background-color: #C4C4C4;
border-radius: 5px;
}
.dropstate {
display: none;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
opacity: 70%;
background-color: #ffbd60;
border-radius: 5px;
font-size: 2vw;
user-select: none;
}
.dragzone {
display: flex;
align-items: center;
justify-content: center;
min-height: 20vh;
width: 80%;
opacity: 50%;
background-color: #ffbd60;
margin: 15px 0px 15px 0px;
border-radius: 5px;
font-size: 2vw;
text-align: center;
user-select: none;
cursor: grab;
white-space: pre-line;
overflow-y: scroll;
overflow-x: hidden;
} | 0.469034 | 0.0771 |
.module-content {
display: flex;
padding: 80px 80px 40px 80px;
margin-top: -141px;
}
.module-content > .main-forum {
width: 100%;
}
.module-content > .main-forum > * {
margin-bottom: 40px;
}
.module-content > .main-forum > *:last-child {
margin-bottom: 0;
}
.forum-table .th-width--stretch {
width: 100%;
}
.forum-table .table-align--center {
text-align: center;
}
.forum-table .row-align--center {
display: flex;
flex-direction: row;
align-items: center;
}
.forum-table {
width: 100%;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
border-collapse: collapse;
}
.forum-table td,
th {
border-bottom: 1px solid #e8eef1;
text-align: left;
color: #00064b;
padding: 20px 35px;
}
.forum-table tr:last-child td {
border-bottom: none;
}
.forum-table .category-link {
cursor: pointer;
transition: 0.3s;
}
.forum-table .category-link > td {
color: #857f99;
}
.forum-table .category-link:hover {
background-color: #f5f6f7;
}
.forum-table .category-icon {
background-color: #eaeaea;
color: #bdc4ce;
font-size: 21px;
min-width: 55px;
min-height: 55px;
height: 55px;
}
.forum-table .last-post-icon {
min-width: 45px;
min-height: 45px;
}
.forum-table .category-text {
margin-left: 20px;
}
.forum-table .last-post-text {
white-space: nowrap;
}
.forum-table .category-text > .title {
color: #00064b;
}
.forum-table .last-post-text > .author {
color: #006cfb;
text-decoration: none;
}
.forum-table .last-post-text > .author:hover {
text-decoration: underline;
}
.category-menu > .content {
display: flex;
padding: 0 35px;
}
.category-menu > .content .button i:first-child {
margin-right: 10px;
}
.category-menu > .content .button i.fa-caret-down {
margin-left: 10px;
}
@media only screen and (max-width: 1600px) {
.forum-table td,
th {
padding: 20px 25px;
}
.category-menu > .content {
padding: 0 25px;
}
.module-content {
padding: 80px 40px 40px 40px;
}
}
@media only screen and (max-width: 1280px) {
.module-content {
flex-direction: column;
}
.module-content > .forum-sidebar {
padding: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 1024px) {
.module-content {
padding: 80px 0 40px 0;
}
}
@media only screen and (max-width: 600px) {
.category-menu > .content .button span {
display: none;
}
.category-menu > .content .button i.fa-caret-down {
margin-left: 0;
}
}
/*# sourceMappingURL=style.css.map */ | public/styles/themes/default/modules/home/style.css | .module-content {
display: flex;
padding: 80px 80px 40px 80px;
margin-top: -141px;
}
.module-content > .main-forum {
width: 100%;
}
.module-content > .main-forum > * {
margin-bottom: 40px;
}
.module-content > .main-forum > *:last-child {
margin-bottom: 0;
}
.forum-table .th-width--stretch {
width: 100%;
}
.forum-table .table-align--center {
text-align: center;
}
.forum-table .row-align--center {
display: flex;
flex-direction: row;
align-items: center;
}
.forum-table {
width: 100%;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
background-color: #fff;
border-collapse: collapse;
}
.forum-table td,
th {
border-bottom: 1px solid #e8eef1;
text-align: left;
color: #00064b;
padding: 20px 35px;
}
.forum-table tr:last-child td {
border-bottom: none;
}
.forum-table .category-link {
cursor: pointer;
transition: 0.3s;
}
.forum-table .category-link > td {
color: #857f99;
}
.forum-table .category-link:hover {
background-color: #f5f6f7;
}
.forum-table .category-icon {
background-color: #eaeaea;
color: #bdc4ce;
font-size: 21px;
min-width: 55px;
min-height: 55px;
height: 55px;
}
.forum-table .last-post-icon {
min-width: 45px;
min-height: 45px;
}
.forum-table .category-text {
margin-left: 20px;
}
.forum-table .last-post-text {
white-space: nowrap;
}
.forum-table .category-text > .title {
color: #00064b;
}
.forum-table .last-post-text > .author {
color: #006cfb;
text-decoration: none;
}
.forum-table .last-post-text > .author:hover {
text-decoration: underline;
}
.category-menu > .content {
display: flex;
padding: 0 35px;
}
.category-menu > .content .button i:first-child {
margin-right: 10px;
}
.category-menu > .content .button i.fa-caret-down {
margin-left: 10px;
}
@media only screen and (max-width: 1600px) {
.forum-table td,
th {
padding: 20px 25px;
}
.category-menu > .content {
padding: 0 25px;
}
.module-content {
padding: 80px 40px 40px 40px;
}
}
@media only screen and (max-width: 1280px) {
.module-content {
flex-direction: column;
}
.module-content > .forum-sidebar {
padding: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 1024px) {
.module-content {
padding: 80px 0 40px 0;
}
}
@media only screen and (max-width: 600px) {
.category-menu > .content .button span {
display: none;
}
.category-menu > .content .button i.fa-caret-down {
margin-left: 0;
}
}
/*# sourceMappingURL=style.css.map */ | 0.292595 | 0.062818 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
.container {
display: flex;
width: 100%;
height: 1130px;
background: rgb(39, 39, 39);
}
.cv_left {
background-color: #00435c;
margin-left: 150px;
}
/*#foto{
border-radius: 50%;
border: 3px solid #000;
width: 200px;
height: 220px;
text-align: center;
margin-left: 55px;
}
*/
#nome{
color: rgb(255, 255, 255);
font-size: 28px;
-webkit-text-stroke-width: .8px; /*borda do contorno*/
-webkit-text-stroke-color: #000; /*cor do contorno*/
}
.bold {
font-weight: 700;
font-size: 23px;
text-transform: uppercase;
color: #000;
}
.regulare {
font-size: 16px;
font-weight: 500;
margin-top: -15px;
}
.resumo_perfil ul li {
display: inline-table;
margin-left: -25px;
margin-bottom: 8px;
}
.icon {
color: #000000;
display: table-cell;
}
.data {
margin-top: 5px;
font-size: 16px;
margin-left: 5px;
color: #fff;
}
/*
.bold{
border-bottom: 2px solid rgb(0, 0, 0);
padding: 5px;
width: auto;
}
*/
.bolds {
/*traço nome */
border-bottom: 1px solid rgb(0, 132, 255);
text-align: center;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
color: #00ffc8;
}
.cv_left ul li {
/*retira os pontos dos LI*/
list-style: none;
}
.redesocial {
text-align: center;
}
.redesocial a {
background-color: #fff;
border-radius: 50%;
}
.redesocial a:hover {
transform: translateY(5px);
transition: 0.5s;
background-color: darkgrey;
}
.resumo_skills ul li img {
background-color: white;
border-radius: 50%;
padding: 3px;
margin-top: 2px;
}
.resumo_skills ul li {
margin-left: -35px;
color: white;
display: flex;
justify-content: space-between;
}
.skill_name {
width: 40%;
padding: 6px;
}
.skill_progress {
width: 90%;
margin: 10px;
max-height: 6px;
background: #000;
position: relative;
padding: 6px;
border-radius: 1px 4px 4px 1px;
}
.skill_percentual {
width: 15%;
padding: 6px;
}
.skill_progress span {
position: absolute;
top: 8px;
left: 0;
height: 6px;
border-radius: 1px 4px 4px 1px;
background: #009fd9;
}
.PDF {
/*posição do button*/
text-align: center;
}
.code img {
width: 130px;
height: 130px;
}
.icon {
color: #009fd9;
}
/*-----------------CV_RIGHT---------------*/
.title {
font-weight: 700;
padding: 20px 0;
/*o n° 0 representa a margin*/
font-size: 20px;
}
.about-me, .works, .education {
/*divisor*/
border-bottom: 3px solid #5f5f5f;
}
.works ul li {
list-style: none;
}
.sub-title {
font-size: 12px;
text-align: center;
width: 75px;
background-color: #009fd9;
border-radius: 8px 8px 8px 8px;
box-shadow: 2px 2px 3px 1px #000;
height: auto;
color: white;
}
/*-----------------------*/
.title#port {
color: #009fd9;
text-align: center;
font-size: 25px;
text-decoration: underline;
}
.portfolio {
height: 100px;
display: flex;
}
.projeto2 {
margin-left: 7%;
}
.frame {
margin-top: -20px;
display: inline-flex;
}
/*--------------------------------------------------*/
@media screen and (max-width: 530px) {
.container{
height: 3000px;
}
.cv_left {
width: 100px;
margin-left: 1px;
height: 100%;
}
.container {
background-color: #000;
}
/*#foto {
height: 270px;
width: 76%;
margin-left: 14%;
margin-top: 55px;
border:4px solid #999;
}
*/
#inf {
display: none;
}
.resumo_perfil{
text-align: center;
}
#nome{
color:#fff;
-webkit-text-stroke-width: 1.5px; /*borda do contorno*/
-webkit-text-stroke-color: rgb(0, 0, 0); /*cor do contorno*/
font-size: 32px;
}
#fig{
margin-top: -20px;
}
/*---------------------------------------------------------*/
.cv_right {
margin-top: 1030px;
margin-left: -346px;
display: block;
}
.portfolio{
margin-left: 2px;
display: inline-block;
}
.projeto1 img, .projeto2 img, .projeto3 img{
width: 320px;
height: 180px;
}
.projeto2 {
margin-left: -3px;
}
.Frameworks{
margin-top: 60px;
text-align: center;
}
} | style_boot.css |
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
.container {
display: flex;
width: 100%;
height: 1130px;
background: rgb(39, 39, 39);
}
.cv_left {
background-color: #00435c;
margin-left: 150px;
}
/*#foto{
border-radius: 50%;
border: 3px solid #000;
width: 200px;
height: 220px;
text-align: center;
margin-left: 55px;
}
*/
#nome{
color: rgb(255, 255, 255);
font-size: 28px;
-webkit-text-stroke-width: .8px; /*borda do contorno*/
-webkit-text-stroke-color: #000; /*cor do contorno*/
}
.bold {
font-weight: 700;
font-size: 23px;
text-transform: uppercase;
color: #000;
}
.regulare {
font-size: 16px;
font-weight: 500;
margin-top: -15px;
}
.resumo_perfil ul li {
display: inline-table;
margin-left: -25px;
margin-bottom: 8px;
}
.icon {
color: #000000;
display: table-cell;
}
.data {
margin-top: 5px;
font-size: 16px;
margin-left: 5px;
color: #fff;
}
/*
.bold{
border-bottom: 2px solid rgb(0, 0, 0);
padding: 5px;
width: auto;
}
*/
.bolds {
/*traço nome */
border-bottom: 1px solid rgb(0, 132, 255);
text-align: center;
font-size: 22px;
font-weight: bold;
text-transform: uppercase;
color: #00ffc8;
}
.cv_left ul li {
/*retira os pontos dos LI*/
list-style: none;
}
.redesocial {
text-align: center;
}
.redesocial a {
background-color: #fff;
border-radius: 50%;
}
.redesocial a:hover {
transform: translateY(5px);
transition: 0.5s;
background-color: darkgrey;
}
.resumo_skills ul li img {
background-color: white;
border-radius: 50%;
padding: 3px;
margin-top: 2px;
}
.resumo_skills ul li {
margin-left: -35px;
color: white;
display: flex;
justify-content: space-between;
}
.skill_name {
width: 40%;
padding: 6px;
}
.skill_progress {
width: 90%;
margin: 10px;
max-height: 6px;
background: #000;
position: relative;
padding: 6px;
border-radius: 1px 4px 4px 1px;
}
.skill_percentual {
width: 15%;
padding: 6px;
}
.skill_progress span {
position: absolute;
top: 8px;
left: 0;
height: 6px;
border-radius: 1px 4px 4px 1px;
background: #009fd9;
}
.PDF {
/*posição do button*/
text-align: center;
}
.code img {
width: 130px;
height: 130px;
}
.icon {
color: #009fd9;
}
/*-----------------CV_RIGHT---------------*/
.title {
font-weight: 700;
padding: 20px 0;
/*o n° 0 representa a margin*/
font-size: 20px;
}
.about-me, .works, .education {
/*divisor*/
border-bottom: 3px solid #5f5f5f;
}
.works ul li {
list-style: none;
}
.sub-title {
font-size: 12px;
text-align: center;
width: 75px;
background-color: #009fd9;
border-radius: 8px 8px 8px 8px;
box-shadow: 2px 2px 3px 1px #000;
height: auto;
color: white;
}
/*-----------------------*/
.title#port {
color: #009fd9;
text-align: center;
font-size: 25px;
text-decoration: underline;
}
.portfolio {
height: 100px;
display: flex;
}
.projeto2 {
margin-left: 7%;
}
.frame {
margin-top: -20px;
display: inline-flex;
}
/*--------------------------------------------------*/
@media screen and (max-width: 530px) {
.container{
height: 3000px;
}
.cv_left {
width: 100px;
margin-left: 1px;
height: 100%;
}
.container {
background-color: #000;
}
/*#foto {
height: 270px;
width: 76%;
margin-left: 14%;
margin-top: 55px;
border:4px solid #999;
}
*/
#inf {
display: none;
}
.resumo_perfil{
text-align: center;
}
#nome{
color:#fff;
-webkit-text-stroke-width: 1.5px; /*borda do contorno*/
-webkit-text-stroke-color: rgb(0, 0, 0); /*cor do contorno*/
font-size: 32px;
}
#fig{
margin-top: -20px;
}
/*---------------------------------------------------------*/
.cv_right {
margin-top: 1030px;
margin-left: -346px;
display: block;
}
.portfolio{
margin-left: 2px;
display: inline-block;
}
.projeto1 img, .projeto2 img, .projeto3 img{
width: 320px;
height: 180px;
}
.projeto2 {
margin-left: -3px;
}
.Frameworks{
margin-top: 60px;
text-align: center;
}
} | 0.215186 | 0.061087 |
.bm-burger-button {
position: fixed;
width: 36px;
height: 30px;
left: 25px;
top: 36px;
}
/* Color/shape of burger icon bars */
.bm-burger-bars {
background: #373a47;
}
/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
background: #a90000;
}
/* Position and sizing of clickable cross button */
.bm-cross-button {
height: 24px;
width: 24px;
top: 20px !important;
right: 24px !important;
}
/* Color/shape of close button cross */
.bm-cross {
background: #bdc3c7;
height: 24px !important;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: fixed;
height: 100%;
top: 0px;
}
/* General sidebar styles */
.bm-menu {
background: var(--blue);
padding: 2.5em 1.5em 0;
font-size: 1.15em;
overflow-y: hidden !important;
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #373a47;
}
/* Wrapper for item list */
.bm-item-list {
color: var(--beige);
padding: 15px;
font-size: 24px;
font-family: var(--primary-font);
margin-top: 60px;
}
/* Individual item */
.bm-item {
display: inline-block;
margin-bottom: 20px;
}
.list-item-hidden {
/* display: none; */
visibility: hidden;
opacity: 0;
position: absolute;
top: -100px;
}
.list-item-show {
display: block;
margin-top: 10px;
transition: all 0.3s ease;
opacity: 1;
}
.list-item-show button {
border: none;
background-color: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
padding: 5px;
}
/* Styling of overlay */
.bm-overlay {
background: rgba(0, 0, 0, 0.3);
top: 0px;
}
.menu-item {
text-decoration: none;
color: var(--beige);
}
@media only screen and (min-width: 800px) {
.bm-menu-wrap {
display: none;
}
.bm-burger-button {
display: none;
}
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
/* .bm-menu-wrap {
margin-left: -50px;
} */
.bm-burger-button {
left: 50px;
}
} | guldrush/components/BurgerMenu/BurgerMenu.css | .bm-burger-button {
position: fixed;
width: 36px;
height: 30px;
left: 25px;
top: 36px;
}
/* Color/shape of burger icon bars */
.bm-burger-bars {
background: #373a47;
}
/* Color/shape of burger icon bars on hover*/
.bm-burger-bars-hover {
background: #a90000;
}
/* Position and sizing of clickable cross button */
.bm-cross-button {
height: 24px;
width: 24px;
top: 20px !important;
right: 24px !important;
}
/* Color/shape of close button cross */
.bm-cross {
background: #bdc3c7;
height: 24px !important;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: fixed;
height: 100%;
top: 0px;
}
/* General sidebar styles */
.bm-menu {
background: var(--blue);
padding: 2.5em 1.5em 0;
font-size: 1.15em;
overflow-y: hidden !important;
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #373a47;
}
/* Wrapper for item list */
.bm-item-list {
color: var(--beige);
padding: 15px;
font-size: 24px;
font-family: var(--primary-font);
margin-top: 60px;
}
/* Individual item */
.bm-item {
display: inline-block;
margin-bottom: 20px;
}
.list-item-hidden {
/* display: none; */
visibility: hidden;
opacity: 0;
position: absolute;
top: -100px;
}
.list-item-show {
display: block;
margin-top: 10px;
transition: all 0.3s ease;
opacity: 1;
}
.list-item-show button {
border: none;
background-color: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
padding: 5px;
}
/* Styling of overlay */
.bm-overlay {
background: rgba(0, 0, 0, 0.3);
top: 0px;
}
.menu-item {
text-decoration: none;
color: var(--beige);
}
@media only screen and (min-width: 800px) {
.bm-menu-wrap {
display: none;
}
.bm-burger-button {
display: none;
}
}
@media only screen and (min-width: 500px) and (max-width: 800px) {
/* .bm-menu-wrap {
margin-left: -50px;
} */
.bm-burger-button {
left: 50px;
}
} | 0.441191 | 0.076857 |
.boxShadow{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.validate-err{
color: #bc1414e6;
margin-left: 9px;
font-size: 13px;
font-weight: 600;
}
input.parsley-error {
border: 1px solid #bc1414e6;
}
textarea.parsley-error {
border: 1px solid #bc1414e6;
}
select.parsley-error {
border: 1px solid #bc1414e6;
}
.parsley-errors-list {
color: #bc1414e6 !important;
}
.dataTables_empty{
color: #f10075 !important;
font-weight: bold !important;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 39px;
user-select: none;
-webkit-user-select: none;
}
#timepicker-example ul{
width: 100%;
}
tr.hide-table-padding td {
padding: 0;
}
.expand-button {
position: relative;
}
.accordion-toggle .expand-button:after
{
position: absolute;
left:.75rem;
top: 50%;
transform: translate(0, -50%);
content: '-';
}
/* .accordion-toggle.collapsed .expand-button:after
{
content: '+';
} */
.task-list .btn i{
padding: 8px;
}
.float-left{
float: left !important;
}
body.modal-open {
overflow: hidden;
position:fixed;
width: 100%;
}
.learnMomBckgrund{
background: #f12711; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f5af19, #f12711); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-size:20px;
}
.faqBckgrund{
background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
}
.faqHeading{
font-size: 20px !important;
}
.faqQuesCss{
font-size: 21px;
text-decoration: lavenderblush;
text-decoration: underline;
font-weight: bold;
color: crimson;
}
.activeVideo{
background: black;
color: white;
}
.header {
background: #021531 url(../img/NEW3.jpg) 0 0 no-repeat;
background-size: 100% 100%;
padding: 0 15px;
display: table;
width: 100%;
box-shadow: 0 0 6px rgba(0,0,0,.6);
position: fixed;
bottom: auto;
top: 0;
z-index: 1001;
height: 60px;
}
nav li:hover{
background: white;
/* width: 100px; */
}
nav li a:hover{
color:black !important;
text-align: center;
font-weight: bold;
}
#hero {
width: 100%;
height: 60vh !important;
/* background: linear-gradient(45deg, rgba(58, 250, 90, 0.9) 0%, rgba(15, 131, 214, 0.9) 100%), url(http://localhost:8080/techie/assets/img/hero-img.png) center center no-repeat; */
background:linear-gradient(45deg, rgba(154, 254, 34, 0.9) 0%, rgba(83, 195, 200, 0.9) 100%), url(http://localhost:8080/techie/assets/img/hero-img.png) center center no-repeat;
background-size: cover;
}
.meetingDesc{
height: 60%;
text-align:center;
font-size:17px !important;
line-height:17px !important;
color:#171313;
}
.meetingCount{
height:40%;
text-align:center;
font-size:17px;
line-height:20px;
color:#171313;
}
.bgtotalMeet{
background: #373b44; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #104edb, #4286f4); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #104edb, #4286f4);
}
.bgCompletedMeeting{
background: #52c234; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #52c234, #3f8227); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #52c234, #3f8227);
}
.bgProgressMeeting{
background: #f12711; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f12711, #db7f20); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f12711, #db7f20); /
}
.bgTotalAgenda{
background: #bc4e9c; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #bc3f56, #f80759); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #bc3f56, #f80759); /
}
.bgAgendaCompleted{
background: #ad5389; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ad5389, #632284); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ad5389, #632284);
}
.bgAgendaProgress{
background: #00416a; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #737e36, #91b822, #ffe000); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #737e36, #91b822, #ffe000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tableMeetingheader{
text-align: center;
background: black;
color: white !important;
padding: 4px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
padding:25px;
}
.countSpan{
padding:7px 12px;
background: #db0d0d;
color: white;
border-radius:50%;
} | public/assets/css/custom.css | .boxShadow{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.validate-err{
color: #bc1414e6;
margin-left: 9px;
font-size: 13px;
font-weight: 600;
}
input.parsley-error {
border: 1px solid #bc1414e6;
}
textarea.parsley-error {
border: 1px solid #bc1414e6;
}
select.parsley-error {
border: 1px solid #bc1414e6;
}
.parsley-errors-list {
color: #bc1414e6 !important;
}
.dataTables_empty{
color: #f10075 !important;
font-weight: bold !important;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 39px;
user-select: none;
-webkit-user-select: none;
}
#timepicker-example ul{
width: 100%;
}
tr.hide-table-padding td {
padding: 0;
}
.expand-button {
position: relative;
}
.accordion-toggle .expand-button:after
{
position: absolute;
left:.75rem;
top: 50%;
transform: translate(0, -50%);
content: '-';
}
/* .accordion-toggle.collapsed .expand-button:after
{
content: '+';
} */
.task-list .btn i{
padding: 8px;
}
.float-left{
float: left !important;
}
body.modal-open {
overflow: hidden;
position:fixed;
width: 100%;
}
.learnMomBckgrund{
background: #f12711; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f5af19, #f12711); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
font-size:20px;
}
.faqBckgrund{
background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
}
.faqHeading{
font-size: 20px !important;
}
.faqQuesCss{
font-size: 21px;
text-decoration: lavenderblush;
text-decoration: underline;
font-weight: bold;
color: crimson;
}
.activeVideo{
background: black;
color: white;
}
.header {
background: #021531 url(../img/NEW3.jpg) 0 0 no-repeat;
background-size: 100% 100%;
padding: 0 15px;
display: table;
width: 100%;
box-shadow: 0 0 6px rgba(0,0,0,.6);
position: fixed;
bottom: auto;
top: 0;
z-index: 1001;
height: 60px;
}
nav li:hover{
background: white;
/* width: 100px; */
}
nav li a:hover{
color:black !important;
text-align: center;
font-weight: bold;
}
#hero {
width: 100%;
height: 60vh !important;
/* background: linear-gradient(45deg, rgba(58, 250, 90, 0.9) 0%, rgba(15, 131, 214, 0.9) 100%), url(http://localhost:8080/techie/assets/img/hero-img.png) center center no-repeat; */
background:linear-gradient(45deg, rgba(154, 254, 34, 0.9) 0%, rgba(83, 195, 200, 0.9) 100%), url(http://localhost:8080/techie/assets/img/hero-img.png) center center no-repeat;
background-size: cover;
}
.meetingDesc{
height: 60%;
text-align:center;
font-size:17px !important;
line-height:17px !important;
color:#171313;
}
.meetingCount{
height:40%;
text-align:center;
font-size:17px;
line-height:20px;
color:#171313;
}
.bgtotalMeet{
background: #373b44; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #104edb, #4286f4); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #104edb, #4286f4);
}
.bgCompletedMeeting{
background: #52c234; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #52c234, #3f8227); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #52c234, #3f8227);
}
.bgProgressMeeting{
background: #f12711; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f12711, #db7f20); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f12711, #db7f20); /
}
.bgTotalAgenda{
background: #bc4e9c; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #bc3f56, #f80759); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #bc3f56, #f80759); /
}
.bgAgendaCompleted{
background: #ad5389; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #ad5389, #632284); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #ad5389, #632284);
}
.bgAgendaProgress{
background: #00416a; /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #737e36, #91b822, #ffe000); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #737e36, #91b822, #ffe000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.tableMeetingheader{
text-align: center;
background: black;
color: white !important;
padding: 4px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
padding:25px;
}
.countSpan{
padding:7px 12px;
background: #db0d0d;
color: white;
border-radius:50%;
} | 0.335351 | 0.129046 |
@charset "UTF-8";
/* 多规格 */
.goods-spec-many { display: none; /*添加规格组 sku容器 */ }
.goods-spec-many .goods-spec-box { margin-top: 15px; border: 1px solid #e4e4e4; padding: 20px; border-radius: 4px;margin-left:110px; }
.goods-spec-many input { padding-left: 10px !important; border: 1px solid #e3e2e5 !important; }
.goods-spec-many input.am-field-error { border-color: #dd514c !important; }
.goods-spec-many .spec-group-item { margin-bottom: 25px; }
.goods-spec-many .spec-group-item .spec-group-name { margin-bottom: 15px; }
.goods-spec-many .spec-group-item .spec-group-name span { font-size: 1.0rem; }
.goods-spec-many .spec-group-item .spec-group-name .icon-shanchu1 { display: inline-block; }
.goods-spec-many .spec-group-item .spec-list .spec-item { position: relative; margin-right: 12px; margin-bottom: 12px; float:left;}
.goods-spec-many .spec-group-item .spec-list .spec-item span { min-width: 50px; display: inline-block; border: 1px solid #ddd; text-align: center; padding: 0 15px; border-radius: 2px; font-size: 15px; line-height: 30px; }
.goods-spec-many .spec-group-item .spec-list .spec-item:hover .icon-shanchu1 { visibility: visible; }
.goods-spec-many .spec-group-item .spec-list .spec-item .icon-shanchu1 { position: absolute; width: 20px; top: -9px; right: -9px; visibility: hidden; }
.goods-spec-many .spec-group-item .spec-item-add input { width: 110px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.goods-spec-many .spec-group-item .spec-item-add button { display: table-cell; height: 32px; font-size: 16px; border-color: #e3e2e5; border-left: none; border-top-right-radius: 4px; border-bottom-right-radius: 4px; outline: none;padding-left:15px;padding-right:15px; }
.goods-spec-many .icon-shanchu1 { cursor: pointer; text-align: center; color: #ababab; font-size: 1.3rem; }
.goods-spec-many .icon-shanchu1:hover { color: #6b6b6b; }
.goods-spec-many .spec-group-button button { color: #2589ff; background-color: #fff; border-color: #2589ff; font-size: 12px; border-radius: 4px; outline: 0; font-weight: 400; padding: .6em 1em; outline: none !important; }
.goods-spec-many .spec-group-button button:hover, .goods-spec-many .spec-group-button button:focus { color: #fbfbfb; background-color: #19a7f0; }
.goods-spec-many .spec-group-add { display: none; }
.goods-spec-many .spec-group-add .spec-group-add-item { margin-bottom: 10px;padding-left:10px; }
.goods-spec-many .spec-group-add .spec-group-add-item input { width: 160px; border-radius: 4px; display: inline-block; margin-left: 12px;height:32px; }
.goods-spec-many .goods-sku { display: none; /* 批量设置sku */ /* 商品sku表格 */ }
.goods-spec-many .goods-sku .goods-spec-line {
border: 1px dashed #e3e2e5;
margin-bottom: 15px;
margin-top: 15px;
}
.goods-spec-many .goods-sku .spec-batch { margin-bottom: 2rem; }
.goods-spec-many .goods-sku .spec-batch .am-form-label { padding-top: 0;line-height:30px; }
.goods-spec-many .goods-sku .spec-batch .am-form-group {
margin-left: .6rem;
float: left;
padding: 5px 6px;
}
.goods-spec-many .goods-sku .spec-batch .am-form-group input { width: 140px;height:28px; }
.goods-spec-many .goods-sku .spec-sku-tabel td.td-spec-value { padding: .7rem 1.3rem !important; }
.goods-spec-many .goods-sku .spec-sku-tabel input { display: inline-block !important; }
.goods-spec-many .goods-sku .spec-sku-tabel input.ipt-goods-no { width: 140px; }
.goods-spec-many .goods-sku .spec-sku-tabel input.ipt-w80 { width: 80px; }
/*# sourceMappingURL=goods.css.map */
.am-form-group {
margin-bottom: 1.5rem;
}
.am-u-sm-push-2 {
left: 16.66666667%;
}
.tpl-form-line-form .am-form-label {
margin: 0;
padding-top: .8rem;
font-size: 1.34rem;
color: #656565;
font-weight: inherit;
text-align: right;
}
.am-btn-secondary {
color: #fff;
background-color: #3bb4f2;
border-color: #3bb4f2;
}
.am-cf:after {
clear: both;
}
.am-cf:after, .am-cf:before {
content: " ";
display: table;
}
.am-fl {
float: left;
}
.am-btn {
display: inline-block;
margin-bottom: 0;
padding: 0.3em 1em;
vertical-align: middle;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
text-align: center;
white-space: nowrap;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
cursor: pointer;
outline: 0;
-webkit-appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;
transition: background-color .3s ease-out,border-color .3s ease-out;
}
.am-field-valid {
padding: 6px 5px;
line-height: 1.42857;
}
.am-text-nowrap {
white-space: nowrap;
}
.am-margin-bottom-xs {
margin-bottom: .5rem;
}
.am-table-bordered {
border: 1px solid #ddd;
}
.am-table {
width: 100%;
margin-bottom: 15px;
border-spacing: 0;
border-collapse: collapse;
font-size: 15px;
}
.am-table-bordered > tbody > tr:first-child > td, .am-table-bordered > tbody > tr:first-child > th {
border-top: none;
}
.am-table-centered > tbody > tr > td, .am-table-centered > tbody > tr > th, .am-table-centered > tfoot > tr > td, .am-table-centered > tfoot > tr > th, .am-table-centered > thead > tr > td, .am-table-centered > thead > tr > th {
text-align: center;
}
.am-table-bordered > tbody > tr > td, .am-table-bordered > tbody > tr > th, .am-table-bordered > tfoot > tr > td, .am-table-bordered > tfoot > tr > th, .am-table-bordered > thead > tr > td, .am-table-bordered > thead > tr > th {
border-left: 1px solid #ddd;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
padding: .7rem;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
/*图片删除样式*/
.del{
color: white;
background: red;
font-weight: 600;
font-size: 14px;
}
/*.layui-upload-img {
height: 100px;
width: 100%;
}
.div_img {
float:left;
margin-right:5px;
}
*/
.div_img {
position: relative;
display: inline-block;
width: 180px;
border: solid 1px #ccc;
}
.layui-upload-img {
height: 100px;
width: 140px;
}
.delete-img {
position: absolute;
bottom: 0;
left: 158px;
color: red;
cursor: pointer;
}
input[type='file'] {
opacity: 0;
position: absolute;
top: 0;
left: 0
}
.layui-btn {
display: inline-block;
height: 38px;
line-height: 38px;
padding: 0 18px;
background-color: #009688;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border: none;
border-radius: 2px;
cursor: pointer;
}
.layui-quote-nm {
border-style: solid;
border-width: 1px 1px 1px 5px;
background: 0 0;
}
.layui-elem-quote {
margin-bottom: 10px;
padding: 15px;
line-height: 22px;
border-left: 5px solid #009688;
border-radius: 0 2px 2px 0;
/*background-color: #e6e6e6;*/
} | src/client/GodOx.Mvc.Admin/wwwroot/css/goods.css | @charset "UTF-8";
/* 多规格 */
.goods-spec-many { display: none; /*添加规格组 sku容器 */ }
.goods-spec-many .goods-spec-box { margin-top: 15px; border: 1px solid #e4e4e4; padding: 20px; border-radius: 4px;margin-left:110px; }
.goods-spec-many input { padding-left: 10px !important; border: 1px solid #e3e2e5 !important; }
.goods-spec-many input.am-field-error { border-color: #dd514c !important; }
.goods-spec-many .spec-group-item { margin-bottom: 25px; }
.goods-spec-many .spec-group-item .spec-group-name { margin-bottom: 15px; }
.goods-spec-many .spec-group-item .spec-group-name span { font-size: 1.0rem; }
.goods-spec-many .spec-group-item .spec-group-name .icon-shanchu1 { display: inline-block; }
.goods-spec-many .spec-group-item .spec-list .spec-item { position: relative; margin-right: 12px; margin-bottom: 12px; float:left;}
.goods-spec-many .spec-group-item .spec-list .spec-item span { min-width: 50px; display: inline-block; border: 1px solid #ddd; text-align: center; padding: 0 15px; border-radius: 2px; font-size: 15px; line-height: 30px; }
.goods-spec-many .spec-group-item .spec-list .spec-item:hover .icon-shanchu1 { visibility: visible; }
.goods-spec-many .spec-group-item .spec-list .spec-item .icon-shanchu1 { position: absolute; width: 20px; top: -9px; right: -9px; visibility: hidden; }
.goods-spec-many .spec-group-item .spec-item-add input { width: 110px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.goods-spec-many .spec-group-item .spec-item-add button { display: table-cell; height: 32px; font-size: 16px; border-color: #e3e2e5; border-left: none; border-top-right-radius: 4px; border-bottom-right-radius: 4px; outline: none;padding-left:15px;padding-right:15px; }
.goods-spec-many .icon-shanchu1 { cursor: pointer; text-align: center; color: #ababab; font-size: 1.3rem; }
.goods-spec-many .icon-shanchu1:hover { color: #6b6b6b; }
.goods-spec-many .spec-group-button button { color: #2589ff; background-color: #fff; border-color: #2589ff; font-size: 12px; border-radius: 4px; outline: 0; font-weight: 400; padding: .6em 1em; outline: none !important; }
.goods-spec-many .spec-group-button button:hover, .goods-spec-many .spec-group-button button:focus { color: #fbfbfb; background-color: #19a7f0; }
.goods-spec-many .spec-group-add { display: none; }
.goods-spec-many .spec-group-add .spec-group-add-item { margin-bottom: 10px;padding-left:10px; }
.goods-spec-many .spec-group-add .spec-group-add-item input { width: 160px; border-radius: 4px; display: inline-block; margin-left: 12px;height:32px; }
.goods-spec-many .goods-sku { display: none; /* 批量设置sku */ /* 商品sku表格 */ }
.goods-spec-many .goods-sku .goods-spec-line {
border: 1px dashed #e3e2e5;
margin-bottom: 15px;
margin-top: 15px;
}
.goods-spec-many .goods-sku .spec-batch { margin-bottom: 2rem; }
.goods-spec-many .goods-sku .spec-batch .am-form-label { padding-top: 0;line-height:30px; }
.goods-spec-many .goods-sku .spec-batch .am-form-group {
margin-left: .6rem;
float: left;
padding: 5px 6px;
}
.goods-spec-many .goods-sku .spec-batch .am-form-group input { width: 140px;height:28px; }
.goods-spec-many .goods-sku .spec-sku-tabel td.td-spec-value { padding: .7rem 1.3rem !important; }
.goods-spec-many .goods-sku .spec-sku-tabel input { display: inline-block !important; }
.goods-spec-many .goods-sku .spec-sku-tabel input.ipt-goods-no { width: 140px; }
.goods-spec-many .goods-sku .spec-sku-tabel input.ipt-w80 { width: 80px; }
/*# sourceMappingURL=goods.css.map */
.am-form-group {
margin-bottom: 1.5rem;
}
.am-u-sm-push-2 {
left: 16.66666667%;
}
.tpl-form-line-form .am-form-label {
margin: 0;
padding-top: .8rem;
font-size: 1.34rem;
color: #656565;
font-weight: inherit;
text-align: right;
}
.am-btn-secondary {
color: #fff;
background-color: #3bb4f2;
border-color: #3bb4f2;
}
.am-cf:after {
clear: both;
}
.am-cf:after, .am-cf:before {
content: " ";
display: table;
}
.am-fl {
float: left;
}
.am-btn {
display: inline-block;
margin-bottom: 0;
padding: 0.3em 1em;
vertical-align: middle;
font-size: 15px;
font-weight: 400;
line-height: 1.2;
text-align: center;
white-space: nowrap;
background-image: none;
border: 1px solid transparent;
border-radius: 0;
cursor: pointer;
outline: 0;
-webkit-appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;
transition: background-color .3s ease-out,border-color .3s ease-out;
}
.am-field-valid {
padding: 6px 5px;
line-height: 1.42857;
}
.am-text-nowrap {
white-space: nowrap;
}
.am-margin-bottom-xs {
margin-bottom: .5rem;
}
.am-table-bordered {
border: 1px solid #ddd;
}
.am-table {
width: 100%;
margin-bottom: 15px;
border-spacing: 0;
border-collapse: collapse;
font-size: 15px;
}
.am-table-bordered > tbody > tr:first-child > td, .am-table-bordered > tbody > tr:first-child > th {
border-top: none;
}
.am-table-centered > tbody > tr > td, .am-table-centered > tbody > tr > th, .am-table-centered > tfoot > tr > td, .am-table-centered > tfoot > tr > th, .am-table-centered > thead > tr > td, .am-table-centered > thead > tr > th {
text-align: center;
}
.am-table-bordered > tbody > tr > td, .am-table-bordered > tbody > tr > th, .am-table-bordered > tfoot > tr > td, .am-table-bordered > tfoot > tr > th, .am-table-bordered > thead > tr > td, .am-table-bordered > thead > tr > th {
border-left: 1px solid #ddd;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
padding: .7rem;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd;
}
/*图片删除样式*/
.del{
color: white;
background: red;
font-weight: 600;
font-size: 14px;
}
/*.layui-upload-img {
height: 100px;
width: 100%;
}
.div_img {
float:left;
margin-right:5px;
}
*/
.div_img {
position: relative;
display: inline-block;
width: 180px;
border: solid 1px #ccc;
}
.layui-upload-img {
height: 100px;
width: 140px;
}
.delete-img {
position: absolute;
bottom: 0;
left: 158px;
color: red;
cursor: pointer;
}
input[type='file'] {
opacity: 0;
position: absolute;
top: 0;
left: 0
}
.layui-btn {
display: inline-block;
height: 38px;
line-height: 38px;
padding: 0 18px;
background-color: #009688;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border: none;
border-radius: 2px;
cursor: pointer;
}
.layui-quote-nm {
border-style: solid;
border-width: 1px 1px 1px 5px;
background: 0 0;
}
.layui-elem-quote {
margin-bottom: 10px;
padding: 15px;
line-height: 22px;
border-left: 5px solid #009688;
border-radius: 0 2px 2px 0;
/*background-color: #e6e6e6;*/
} | 0.391639 | 0.097133 |
body {
}
.main_div{
align-content:center;
display: flex;
width:100% ;
height: 100% ;
background-color: #e5e5e5;
text-decoration: none;
opacity: 0.8;
}
.div_header{
font-family: 'Fira Mono', monospace;
color: #FFFFFF;
text-align: center;
font-size: 25px;
width:100%;
border: none;
background: #0a2b1d;
/*opacity: 0.5;*/
}
.center {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 5pt;
}
.font_custom{
font-size: medium;
color: #000000;
text-decoration: none;
opacity: 1;
}
.posts{
height: 5rem;
width:50%;
background: #f8f8f8;
/*opacity: 0.3;*/
color: #000000;
/*margin-right:20px !important;*/
/*margin-left:20px !important;*/
}
.custom_container{
/*padding-right:15px !important;*/
/*padding-left:15px !important;*/
margin-right: 0.1pt !important;
margin-left:0.1pt !important;
height: auto;
}
.add_name{
margin-bottom: 20pt;
font-size: 16pt;
color: #4b3124;
background: rgba(209, 228, 213, 0.47);
display: -ms-flex;
}
.add_message_f{
margin-bottom: 20pt;
color: rgb(26, 105, 0);
background: rgba(20, 153, 0, 0.29);
display: -ms-flex;
display: flex;
justify-content: center;
align-items: center;
}
.add_bar{
color: #000000;
background: rgba(39, 160, 0, 0.61);
display: inline-flex;
alignment: center;
align-self: center;
}
table{
border-spacing:0.1rem;
justify-content: flex-start;
background-color:#f8f8f8;
}
.add_note{
resize: none;
font-size:14pt;
display: block;
justify-content: center;
text-align: left;
background: #2a2a2a;
width:100%
}
.edit_btn{
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.edit_btn:hover {
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.edit_btn:focus, .edit_btn.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.edit_btn.disabled, .edit_btn:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} | views/main/stylesheet.css | body {
}
.main_div{
align-content:center;
display: flex;
width:100% ;
height: 100% ;
background-color: #e5e5e5;
text-decoration: none;
opacity: 0.8;
}
.div_header{
font-family: 'Fira Mono', monospace;
color: #FFFFFF;
text-align: center;
font-size: 25px;
width:100%;
border: none;
background: #0a2b1d;
/*opacity: 0.5;*/
}
.center {
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 5pt;
}
.font_custom{
font-size: medium;
color: #000000;
text-decoration: none;
opacity: 1;
}
.posts{
height: 5rem;
width:50%;
background: #f8f8f8;
/*opacity: 0.3;*/
color: #000000;
/*margin-right:20px !important;*/
/*margin-left:20px !important;*/
}
.custom_container{
/*padding-right:15px !important;*/
/*padding-left:15px !important;*/
margin-right: 0.1pt !important;
margin-left:0.1pt !important;
height: auto;
}
.add_name{
margin-bottom: 20pt;
font-size: 16pt;
color: #4b3124;
background: rgba(209, 228, 213, 0.47);
display: -ms-flex;
}
.add_message_f{
margin-bottom: 20pt;
color: rgb(26, 105, 0);
background: rgba(20, 153, 0, 0.29);
display: -ms-flex;
display: flex;
justify-content: center;
align-items: center;
}
.add_bar{
color: #000000;
background: rgba(39, 160, 0, 0.61);
display: inline-flex;
alignment: center;
align-self: center;
}
table{
border-spacing:0.1rem;
justify-content: flex-start;
background-color:#f8f8f8;
}
.add_note{
resize: none;
font-size:14pt;
display: block;
justify-content: center;
text-align: left;
background: #2a2a2a;
width:100%
}
.edit_btn{
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.edit_btn:hover {
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.edit_btn:focus, .edit_btn.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.edit_btn.disabled, .edit_btn:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} | 0.238462 | 0.040276 |
@import url(fonts.css);
html
{
background: black;
background-image: url('../images/seats.jpeg');
background-repeat: no-repeat;
background-position: bottom center;
font-family: Gudea;
font-weight: 400;
margin: 0;
padding: 0;
}
h1, h2 { color: rgb(230, 221, 35); }
#launcher, #status
{
top: 70px;
margin: 0;
padding: .25em;
overflow: auto;
background: rgba(230, 221, 35, 0.15);
color: rgba(230, 221, 35, 0.6);
z-index: 2;
}
.popup
{
border: 1px solid;
position: absolute;
top: 80;
height: 200;
left: 20%;
width: 60%;
margin: 0;
padding: .25em;
overflow: auto;
z-index: 5;
background: rgba(80, 8, 8, 0.9);
color: rgba(230, 221, 35, 0.9);
}
.popup a { color: rgba(230, 221, 35, 1); }
.popup a:hover { color: rgba(230, 221, 35, .75); }
.header
{
font-weight: bold;
}
#launcher
{
position: fixed;
left: 0;
width: 7em;
}
#status
{
position: absolute;
right: 0;
width: 12em;
}
#status { background: rgba(230, 221, 35, 0.1); }
#launcher a { color: rgba(230, 221, 35, 0.75); }
#launcher a:hover { color: rgba(230, 221, 35, 1.0); }
#content
{
position: absolute;
top: 5em;
margin-top: 0;
margin-left: 7em;
margin-right: 13em;
padding: .25em;
width: auto;
max-width: 100%;
color: #333;
z-index: 0;
}
#curtain-top, #curtain-left, #curtain-right
{
position: fixed;
top: 0;
z-index: 1;
}
#curtain-right { right: 0; }
.timestamp
{
color: rgba(230, 221, 35, 0.4);
font-size: smaller;
display: block;
}
#mainframe
{
height: 90%;
width: 100%;
margin: 0;
padding: 0;
}
#launcher hr, #status hr
{
border: 0;
background-color: rgba(230, 221, 35, 0.6);
color: rgba(230, 221, 35, 0.6);
height: 1px;
}
.sandboxlabel
{
color: orange;
font-family: monospace;
font-size: smaller;
}
.sandbox
{
background: #ffc;
border: 1px solid orange;
margin: .5em;
padding: .5em;
position: relative;
}
.sandbox:before
{
content: 'This is a sandbox for untrusted ECMAScript';
display: block;
border-bottom: 1px solid orange;
color: orange;
font-size: smaller;
}
.placeholder
{
background: orange;
}
#banner
{
position: fixed;
top: 0;
z-index: 1;
}
a
{
color: #339;
font-family: Abel;
text-decoration: none;
}
a:followed
{
color: #339;
}
.console
{
font-family: "Ubuntu Mono";
/* 50em translates to 80 columns... maybe it's ems of the container? */
width: 50em;
background-color: black;
color: grey;
}
.console a { color: #99f; }
.error
{
background: rgba(255, 201, 201, 0.8);
padding: 0.5em;
}
.error .stack
{
font-family: "Ubuntu Mono";
white-space: pre-wrap;
border: 1px solid;
padding: 0.5em;
} | Client/UI/Web/src/main/resources/me/footlights/ui/web/style/footlights.css | @import url(fonts.css);
html
{
background: black;
background-image: url('../images/seats.jpeg');
background-repeat: no-repeat;
background-position: bottom center;
font-family: Gudea;
font-weight: 400;
margin: 0;
padding: 0;
}
h1, h2 { color: rgb(230, 221, 35); }
#launcher, #status
{
top: 70px;
margin: 0;
padding: .25em;
overflow: auto;
background: rgba(230, 221, 35, 0.15);
color: rgba(230, 221, 35, 0.6);
z-index: 2;
}
.popup
{
border: 1px solid;
position: absolute;
top: 80;
height: 200;
left: 20%;
width: 60%;
margin: 0;
padding: .25em;
overflow: auto;
z-index: 5;
background: rgba(80, 8, 8, 0.9);
color: rgba(230, 221, 35, 0.9);
}
.popup a { color: rgba(230, 221, 35, 1); }
.popup a:hover { color: rgba(230, 221, 35, .75); }
.header
{
font-weight: bold;
}
#launcher
{
position: fixed;
left: 0;
width: 7em;
}
#status
{
position: absolute;
right: 0;
width: 12em;
}
#status { background: rgba(230, 221, 35, 0.1); }
#launcher a { color: rgba(230, 221, 35, 0.75); }
#launcher a:hover { color: rgba(230, 221, 35, 1.0); }
#content
{
position: absolute;
top: 5em;
margin-top: 0;
margin-left: 7em;
margin-right: 13em;
padding: .25em;
width: auto;
max-width: 100%;
color: #333;
z-index: 0;
}
#curtain-top, #curtain-left, #curtain-right
{
position: fixed;
top: 0;
z-index: 1;
}
#curtain-right { right: 0; }
.timestamp
{
color: rgba(230, 221, 35, 0.4);
font-size: smaller;
display: block;
}
#mainframe
{
height: 90%;
width: 100%;
margin: 0;
padding: 0;
}
#launcher hr, #status hr
{
border: 0;
background-color: rgba(230, 221, 35, 0.6);
color: rgba(230, 221, 35, 0.6);
height: 1px;
}
.sandboxlabel
{
color: orange;
font-family: monospace;
font-size: smaller;
}
.sandbox
{
background: #ffc;
border: 1px solid orange;
margin: .5em;
padding: .5em;
position: relative;
}
.sandbox:before
{
content: 'This is a sandbox for untrusted ECMAScript';
display: block;
border-bottom: 1px solid orange;
color: orange;
font-size: smaller;
}
.placeholder
{
background: orange;
}
#banner
{
position: fixed;
top: 0;
z-index: 1;
}
a
{
color: #339;
font-family: Abel;
text-decoration: none;
}
a:followed
{
color: #339;
}
.console
{
font-family: "Ubuntu Mono";
/* 50em translates to 80 columns... maybe it's ems of the container? */
width: 50em;
background-color: black;
color: grey;
}
.console a { color: #99f; }
.error
{
background: rgba(255, 201, 201, 0.8);
padding: 0.5em;
}
.error .stack
{
font-family: "Ubuntu Mono";
white-space: pre-wrap;
border: 1px solid;
padding: 0.5em;
} | 0.333503 | 0.099645 |
table.padded-table td {
padding:5px;
}
#shoppingCart {
margin-top:10px;
}
.itemPrice {
width:75px;
text-align:center;
border-bottom:1px solid;
border-right:1px solid;
}
#payment_form {
margin: 20px auto 0;
width: 515px;
}
#payment_form .payment_description {
}
#payment_form .payment_details {
}
#payment_form span {
font-family: sans-serif;
font-size: 12px;
font-style: italic;
color: #666666;
}
#payment_form h2 {
*background: none repeat scroll 0px 0px #FFF;
*color: rgb(255, 255, 255);
*border-radius: 5px 5px 5px 5px;
*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
font-size: 18px;
font-weight: bold;
height: 30px;
margin: 0px;
padding: 10px 0px 0px 15px;
text-align: center;
width: 500px;
}
#payment_form .section {
color: #000000;
font-size: 12px;
padding: 0 15px 10px 15px;
text-align: left;
}
#payment_form .section label {
float: left;
font-size: 13px;
padding: 0 5px 0 0;
text-align: right;
width: 170px;
}
#payment_form .field {
background-color: #F8F8F8;
border: 1px solid #666666;
*border-radius: 3px 3px 3px 3px;
float: left;
margin-bottom: 4px;
padding-left: 5px;
width: 195px;
height: 22px;
}
#payment_form .fields {
background-color: #F8F8F8;
border: 1px solid #666666;
border-radius: 3px 3px 3px 3px;
float: left;
margin-bottom: 8px;
margin-right: 10px;
padding-left: 5px;
width: 80px;
}
#payment_form .field:hover, #payment_form .fields:hover {
border: 1px solid #CCCCCC;
}
#payment_form .field:focus, #payment_form .fields:focus {
border: 1px solid #6B1289;
}
#payment_form .field_float {
float: left;
margin-bottom: 8px;
margin-right: 10px;
}
#payment_form .static_value {
margin-top:8px;
font-size:15px;
font-weight:bold;
}
#payment_form #paymentCreditCard {
float: left;
font-weight: bold;
height: 85px;
text-align: center;
width: 100px;
margin-top: -11px;
}
#payment_form #paymentCreditCard label {
float:none;
font-weight: bold;
text-align: center;
widows: 100px;
padding: 0;
cursor:pointer;
}
#payment_form #paymentPayPal {
cursor: pointer;
float: left;
padding-left: 5px;
text-align: center;
margin-top: 0px;
}
#payment_form .cart_totals {
width: 80px;
font-size: 12px;
font-weight: bold;
}
#payment_form .payOr {
float: left;
width: 75px;
text-align: center;
margin-left: 140px;
font-weight: bold;
margin-top: 21px;
}
#disclaimer {
margin-bottom: 20px;
}
.divSpacer {
clear: both;
}
.hiddenBox {
display: none;
}
.cvvBox {
background-color: #FFF;
border: 1px dotted black;
height: 300px;
width: 450px;
position: fixed;
top:200px;
left:35%;
z-index: 1000;
}
.cvvBox p {
padding: 0 10px 0 10px;
}
.echeck_help {
background-image: url("images/echeck-help.gif"/*tpa=https://raspberryketonepremium.com/cart_new/css/images/echeck-help.gif*/);
width: 315px;
height: 53px;
margin: 0 auto;
}
.BoxClose {
height: 20px;
position: absolute;
text-indent: -9999px;
top: 0px;
width: 20px;
right: 0;
cursor: pointer;
}
.click {
cursor: pointer;
}
.divShip {
margin-top:5px;
}
#submit {
background-image: none;
font-family: "AllerBold", "Arial", "Helvetica", sans-serif;
font-size: 14px;
font-weight: bold;
color: white;
padding: 5px 17px;
line-height: 1.3;
height: auto;
border: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.46);
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
}
#submit:hover {
text-decoration: none;
color:#e5a43a;
}
.submit {
text-align: center;
}
.section_text {
padding: 0 50px;
}
.disclaimer {
padding: 0 70px 0 50px;
}
.error {
color: white;
padding: 11px;
background-color: red;
border-radius: 5px 5px 5px 5px;
font-weight: bold;
}
#crossProducts {
width: 93%;
margin: 0 auto;
}
#payment_form .section2 {
color: #000000;
font-size: 12px;
padding: 10px 15px 10px 15px;
text-align: left;
border: #e3e3e3 solid 3px;
}
#payment_form .section2 label {
float: left;
font-size: 13px;
padding: 0 5px 0 0;
text-align: right;
width: 170px;
} | cart_new/css/payment_form.css | table.padded-table td {
padding:5px;
}
#shoppingCart {
margin-top:10px;
}
.itemPrice {
width:75px;
text-align:center;
border-bottom:1px solid;
border-right:1px solid;
}
#payment_form {
margin: 20px auto 0;
width: 515px;
}
#payment_form .payment_description {
}
#payment_form .payment_details {
}
#payment_form span {
font-family: sans-serif;
font-size: 12px;
font-style: italic;
color: #666666;
}
#payment_form h2 {
*background: none repeat scroll 0px 0px #FFF;
*color: rgb(255, 255, 255);
*border-radius: 5px 5px 5px 5px;
*box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
font-size: 18px;
font-weight: bold;
height: 30px;
margin: 0px;
padding: 10px 0px 0px 15px;
text-align: center;
width: 500px;
}
#payment_form .section {
color: #000000;
font-size: 12px;
padding: 0 15px 10px 15px;
text-align: left;
}
#payment_form .section label {
float: left;
font-size: 13px;
padding: 0 5px 0 0;
text-align: right;
width: 170px;
}
#payment_form .field {
background-color: #F8F8F8;
border: 1px solid #666666;
*border-radius: 3px 3px 3px 3px;
float: left;
margin-bottom: 4px;
padding-left: 5px;
width: 195px;
height: 22px;
}
#payment_form .fields {
background-color: #F8F8F8;
border: 1px solid #666666;
border-radius: 3px 3px 3px 3px;
float: left;
margin-bottom: 8px;
margin-right: 10px;
padding-left: 5px;
width: 80px;
}
#payment_form .field:hover, #payment_form .fields:hover {
border: 1px solid #CCCCCC;
}
#payment_form .field:focus, #payment_form .fields:focus {
border: 1px solid #6B1289;
}
#payment_form .field_float {
float: left;
margin-bottom: 8px;
margin-right: 10px;
}
#payment_form .static_value {
margin-top:8px;
font-size:15px;
font-weight:bold;
}
#payment_form #paymentCreditCard {
float: left;
font-weight: bold;
height: 85px;
text-align: center;
width: 100px;
margin-top: -11px;
}
#payment_form #paymentCreditCard label {
float:none;
font-weight: bold;
text-align: center;
widows: 100px;
padding: 0;
cursor:pointer;
}
#payment_form #paymentPayPal {
cursor: pointer;
float: left;
padding-left: 5px;
text-align: center;
margin-top: 0px;
}
#payment_form .cart_totals {
width: 80px;
font-size: 12px;
font-weight: bold;
}
#payment_form .payOr {
float: left;
width: 75px;
text-align: center;
margin-left: 140px;
font-weight: bold;
margin-top: 21px;
}
#disclaimer {
margin-bottom: 20px;
}
.divSpacer {
clear: both;
}
.hiddenBox {
display: none;
}
.cvvBox {
background-color: #FFF;
border: 1px dotted black;
height: 300px;
width: 450px;
position: fixed;
top:200px;
left:35%;
z-index: 1000;
}
.cvvBox p {
padding: 0 10px 0 10px;
}
.echeck_help {
background-image: url("images/echeck-help.gif"/*tpa=https://raspberryketonepremium.com/cart_new/css/images/echeck-help.gif*/);
width: 315px;
height: 53px;
margin: 0 auto;
}
.BoxClose {
height: 20px;
position: absolute;
text-indent: -9999px;
top: 0px;
width: 20px;
right: 0;
cursor: pointer;
}
.click {
cursor: pointer;
}
.divShip {
margin-top:5px;
}
#submit {
background-image: none;
font-family: "AllerBold", "Arial", "Helvetica", sans-serif;
font-size: 14px;
font-weight: bold;
color: white;
padding: 5px 17px;
line-height: 1.3;
height: auto;
border: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
cursor: pointer;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.46);
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.46);
}
#submit:hover {
text-decoration: none;
color:#e5a43a;
}
.submit {
text-align: center;
}
.section_text {
padding: 0 50px;
}
.disclaimer {
padding: 0 70px 0 50px;
}
.error {
color: white;
padding: 11px;
background-color: red;
border-radius: 5px 5px 5px 5px;
font-weight: bold;
}
#crossProducts {
width: 93%;
margin: 0 auto;
}
#payment_form .section2 {
color: #000000;
font-size: 12px;
padding: 10px 15px 10px 15px;
text-align: left;
border: #e3e3e3 solid 3px;
}
#payment_form .section2 label {
float: left;
font-size: 13px;
padding: 0 5px 0 0;
text-align: right;
width: 170px;
} | 0.311846 | 0.183777 |
.background_glossyPowderBlue2,
.hover_background_glossyPowderBlue2:hover,
.active_background_glossyPowderBlue2:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyPowderBlue2h,
.hover_background_glossyPowderBlue2h:hover,
.active_background_glossyPowderBlue2h:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyPowderBlue2a,
.hover_background_glossyPowderBlue2a:hover,
.active_background_glossyPowderBlue2a:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyPowderBlue2s,
.hover_background_glossyPowderBlue2s:hover,
.active_background_glossyPowderBlue2s:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyPowderBlue2,
.hover_background_color_glossyPowderBlue2:hover,
.active_background_color_glossyPowderBlue2:active:hover {
background-color:#82ced7;
}
.background_first_color_glossyPowderBlue2,
.hover_background_first_color_glossyPowderBlue2:hover,
.active_background_first_color_glossyPowderBlue2:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyPowderBlue2,
.hover_background_last_color_glossyPowderBlue2:hover,
.active_background_color_last_glossyPowderBlue2:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyPowderBlue2,
.hover_color_glossyPowderBlue2:hover,
.active_color_glossyPowderBlue2:active:hover {
color: #282828;
}
.color_glossyPowderBlue2h,
.hover_color_glossyPowderBlue2h:hover,
.active_color_glossyPowderBlue2h:active:hover {
color: #282828;
}
.color_glossyPowderBlue2a,
.hover_color_glossyPowderBlue2a:hover,
.active_color_glossyPowderBlue2a:active:hover {
color: #282828;
}
.color_glossyPowderBlue2s,
.hover_color_glossyPowderBlue2s:hover,
.active_color_glossyPowderBlue2s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyPowderBlue2,
.hover_border_glossyPowderBlue2:hover,
.active_border_glossyPowderBlue2:active:hover {
border-color: #4db9c7 #4db9c7 #4db9c7 #4db9c7;
}
.border_glossyPowderBlue2h,
.hover_border_glossyPowderBlue2h:hover,
.active_border_glossyPowderBlue2h:active:hover {
border-color: #369daa #369daa #369daa #369daa;
}
.border_glossyPowderBlue2a,
.hover_border_glossyPowderBlue2a:hover,
.active_border_glossyPowderBlue2a:active:hover {
border-color: #297983 #297983 #297983 #297983;
}
.border_glossyPowderBlue2s,
.hover_border_glossyPowderBlue2s:hover,
.active_border_glossyPowderBlue2s:active:hover {
border-color: #4db9c7 #4db9c7 #4db9c7 #4db9c7;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyPowderBlue2,
.hover_shadow_expand_glossyPowderBlue2:hover,
.active_shadow_expand_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(130, 206, 215, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(130, 206, 215, .39);
box-shadow: 0em 0em 1em 0.25em rgba(130, 206, 215, .39);
}
.shadow_expand_glossyPowderBlue2h,
.hover_shadow_expand_glossyPowderBlue2h:hover,
.active_shadow_expand_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(182, 226, 232, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(182, 226, 232, .50);
box-shadow: 0em 0em 1em 0.25em rgba(182, 226, 232, .50);
}
.shadow_expand_glossyPowderBlue2a,
.hover_shadow_expand_glossyPowderBlue2a:hover,
.active_shadow_expand_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .63);
box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .63);
}
.shadow_expand_glossyPowderBlue2s,
.hover_shadow_expand_glossyPowderBlue2s:hover,
.active_shadow_expand_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .71);
box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyPowderBlue2,
.hover_shadow_left_glossyPowderBlue2:hover,
.active_shadow_left_glossyPowderBlue2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_left_glossyPowderBlue2h,
.hover_shadow_left_glossyPowderBlue2h:hover,
.active_shadow_left_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_left_glossyPowderBlue2a,
.hover_shadow_left_glossyPowderBlue2a:hover,
.active_shadow_left_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_left_glossyPowderBlue2s,
.hover_shadow_left_glossyPowderBlue2s:hover,
.active_shadow_left_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyPowderBlue2,
.hover_shadow_right_glossyPowderBlue2:hover,
.active_shadow_right_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(130, 206, 215, .39);
box-shadow: 0.5em 0em 1em rgba(130, 206, 215, .39);
}
.shadow_right_glossyPowderBlue2h,
.hover_shadow_right_glossyPowderBlue2h:hover,
.active_shadow_right_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(182, 226, 232, .50);
box-shadow: 0.5em 0em 1em rgba(182, 226, 232, .50);
}
.shadow_right_glossyPowderBlue2a,
.hover_shadow_right_glossyPowderBlue2a:hover,
.active_shadow_right_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .63);
box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .63);
}
.shadow_right_glossyPowderBlue2s,
.hover_shadow_right_glossyPowderBlue2s:hover,
.active_shadow_right_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .71);
box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyPowderBlue2,
.hover_shadow_top_glossyPowderBlue2:hover,
.active_shadow_top_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_top_glossyPowderBlue2h,
.hover_shadow_top_glossyPowderBlue2h:hover,
.active_shadow_top_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_top_glossyPowderBlue2a,
.hover_shadow_top_glossyPowderBlue2a:hover,
.active_shadow_top_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_top_glossyPowderBlue2s,
.hover_shadow_top_glossyPowderBlue2s:hover,
.active_shadow_top_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyPowderBlue2,
.hover_shadow_bottom_glossyPowderBlue2:hover,
.active_shadow_bottom_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0em 0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_bottom_glossyPowderBlue2h,
.hover_shadow_bottom_glossyPowderBlue2h:hover,
.active_shadow_bottom_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0em 0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_bottom_glossyPowderBlue2a,
.hover_shadow_bottom_glossyPowderBlue2a:hover,
.active_shadow_bottom_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_bottom_glossyPowderBlue2s,
.hover_shadow_bottom_glossyPowderBlue2s:hover,
.active_shadow_bottom_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyPowderBlue2,
.hover_shadow_top_left_glossyPowderBlue2:hover,
.active_shadow_top_left_glossyPowderBlue2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_top_left_glossyPowderBlue2h,
.hover_shadow_top_left_glossyPowderBlue2h:hover,
.active_shadow_top_left_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_top_left_glossyPowderBlue2a,
.hover_shadow_top_left_glossyPowderBlue2a:hover,
.active_shadow_top_left_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_top_left_glossyPowderBlue2s,
.hover_shadow_top_left_glossyPowderBlue2s:hover,
.active_shadow_top_left_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyPowderBlue2,
.hover_shadow_top_right_glossyPowderBlue2:hover,
.active_shadow_top_right_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0.5em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_top_right_glossyPowderBlue2h,
.hover_shadow_top_right_glossyPowderBlue2h:hover,
.active_shadow_top_right_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0.5em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_top_right_glossyPowderBlue2a,
.hover_shadow_top_right_glossyPowderBlue2a:hover,
.active_shadow_top_right_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_top_right_glossyPowderBlue2s,
.hover_shadow_top_right_glossyPowderBlue2s:hover,
.active_shadow_top_right_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyPowderBlue2,
.hover_shadow_bottom_left_glossyPowderBlue2:hover,
.active_shadow_bottom_left_glossyPowderBlue2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(130, 206, 215, .39);
box-shadow: -0.5em 0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_bottom_left_glossyPowderBlue2h,
.hover_shadow_bottom_left_glossyPowderBlue2h:hover,
.active_shadow_bottom_left_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(182, 226, 232, .50);
box-shadow: -0.5em 0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_bottom_left_glossyPowderBlue2a,
.hover_shadow_bottom_left_glossyPowderBlue2a:hover,
.active_shadow_bottom_left_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .63);
box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_bottom_left_glossyPowderBlue2s,
.hover_shadow_bottom_left_glossyPowderBlue2s:hover,
.active_shadow_bottom_left_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .71);
box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyPowderBlue2,
.hover_shadow_bottom_right_glossyPowderBlue2:hover,
.active_shadow_bottom_right_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0.5em 0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_bottom_right_glossyPowderBlue2h,
.hover_shadow_bottom_right_glossyPowderBlue2h:hover,
.active_shadow_bottom_right_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0.5em 0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_bottom_right_glossyPowderBlue2a,
.hover_shadow_bottom_right_glossyPowderBlue2a:hover,
.active_shadow_bottom_right_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_bottom_right_glossyPowderBlue2s,
.hover_shadow_bottom_right_glossyPowderBlue2s:hover,
.active_shadow_bottom_right_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .71);
} | widgets/common/assets/gradients/glossy/glossyPowderBlue/glossyPowderBlue2.css | .background_glossyPowderBlue2,
.hover_background_glossyPowderBlue2:hover,
.active_background_glossyPowderBlue2:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyPowderBlue2h,
.hover_background_glossyPowderBlue2h:hover,
.active_background_glossyPowderBlue2h:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyPowderBlue2a,
.hover_background_glossyPowderBlue2a:hover,
.active_background_glossyPowderBlue2a:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyPowderBlue2s,
.hover_background_glossyPowderBlue2s:hover,
.active_background_glossyPowderBlue2s:active:hover {
background: #82ced7;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyPowderBlue2,
.hover_background_color_glossyPowderBlue2:hover,
.active_background_color_glossyPowderBlue2:active:hover {
background-color:#82ced7;
}
.background_first_color_glossyPowderBlue2,
.hover_background_first_color_glossyPowderBlue2:hover,
.active_background_first_color_glossyPowderBlue2:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyPowderBlue2,
.hover_background_last_color_glossyPowderBlue2:hover,
.active_background_color_last_glossyPowderBlue2:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyPowderBlue2,
.hover_color_glossyPowderBlue2:hover,
.active_color_glossyPowderBlue2:active:hover {
color: #282828;
}
.color_glossyPowderBlue2h,
.hover_color_glossyPowderBlue2h:hover,
.active_color_glossyPowderBlue2h:active:hover {
color: #282828;
}
.color_glossyPowderBlue2a,
.hover_color_glossyPowderBlue2a:hover,
.active_color_glossyPowderBlue2a:active:hover {
color: #282828;
}
.color_glossyPowderBlue2s,
.hover_color_glossyPowderBlue2s:hover,
.active_color_glossyPowderBlue2s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyPowderBlue2,
.hover_border_glossyPowderBlue2:hover,
.active_border_glossyPowderBlue2:active:hover {
border-color: #4db9c7 #4db9c7 #4db9c7 #4db9c7;
}
.border_glossyPowderBlue2h,
.hover_border_glossyPowderBlue2h:hover,
.active_border_glossyPowderBlue2h:active:hover {
border-color: #369daa #369daa #369daa #369daa;
}
.border_glossyPowderBlue2a,
.hover_border_glossyPowderBlue2a:hover,
.active_border_glossyPowderBlue2a:active:hover {
border-color: #297983 #297983 #297983 #297983;
}
.border_glossyPowderBlue2s,
.hover_border_glossyPowderBlue2s:hover,
.active_border_glossyPowderBlue2s:active:hover {
border-color: #4db9c7 #4db9c7 #4db9c7 #4db9c7;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyPowderBlue2,
.hover_shadow_expand_glossyPowderBlue2:hover,
.active_shadow_expand_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(130, 206, 215, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(130, 206, 215, .39);
box-shadow: 0em 0em 1em 0.25em rgba(130, 206, 215, .39);
}
.shadow_expand_glossyPowderBlue2h,
.hover_shadow_expand_glossyPowderBlue2h:hover,
.active_shadow_expand_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(182, 226, 232, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(182, 226, 232, .50);
box-shadow: 0em 0em 1em 0.25em rgba(182, 226, 232, .50);
}
.shadow_expand_glossyPowderBlue2a,
.hover_shadow_expand_glossyPowderBlue2a:hover,
.active_shadow_expand_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .63);
box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .63);
}
.shadow_expand_glossyPowderBlue2s,
.hover_shadow_expand_glossyPowderBlue2s:hover,
.active_shadow_expand_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .71);
box-shadow: 0em 0em 1em 0.25em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyPowderBlue2,
.hover_shadow_left_glossyPowderBlue2:hover,
.active_shadow_left_glossyPowderBlue2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_left_glossyPowderBlue2h,
.hover_shadow_left_glossyPowderBlue2h:hover,
.active_shadow_left_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_left_glossyPowderBlue2a,
.hover_shadow_left_glossyPowderBlue2a:hover,
.active_shadow_left_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_left_glossyPowderBlue2s,
.hover_shadow_left_glossyPowderBlue2s:hover,
.active_shadow_left_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyPowderBlue2,
.hover_shadow_right_glossyPowderBlue2:hover,
.active_shadow_right_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(130, 206, 215, .39);
box-shadow: 0.5em 0em 1em rgba(130, 206, 215, .39);
}
.shadow_right_glossyPowderBlue2h,
.hover_shadow_right_glossyPowderBlue2h:hover,
.active_shadow_right_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(182, 226, 232, .50);
box-shadow: 0.5em 0em 1em rgba(182, 226, 232, .50);
}
.shadow_right_glossyPowderBlue2a,
.hover_shadow_right_glossyPowderBlue2a:hover,
.active_shadow_right_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .63);
box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .63);
}
.shadow_right_glossyPowderBlue2s,
.hover_shadow_right_glossyPowderBlue2s:hover,
.active_shadow_right_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .71);
box-shadow: 0.5em 0em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyPowderBlue2,
.hover_shadow_top_glossyPowderBlue2:hover,
.active_shadow_top_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_top_glossyPowderBlue2h,
.hover_shadow_top_glossyPowderBlue2h:hover,
.active_shadow_top_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_top_glossyPowderBlue2a,
.hover_shadow_top_glossyPowderBlue2a:hover,
.active_shadow_top_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_top_glossyPowderBlue2s,
.hover_shadow_top_glossyPowderBlue2s:hover,
.active_shadow_top_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyPowderBlue2,
.hover_shadow_bottom_glossyPowderBlue2:hover,
.active_shadow_bottom_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0em 0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_bottom_glossyPowderBlue2h,
.hover_shadow_bottom_glossyPowderBlue2h:hover,
.active_shadow_bottom_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0em 0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_bottom_glossyPowderBlue2a,
.hover_shadow_bottom_glossyPowderBlue2a:hover,
.active_shadow_bottom_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_bottom_glossyPowderBlue2s,
.hover_shadow_bottom_glossyPowderBlue2s:hover,
.active_shadow_bottom_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0em 0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyPowderBlue2,
.hover_shadow_top_left_glossyPowderBlue2:hover,
.active_shadow_top_left_glossyPowderBlue2:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: -0.5em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_top_left_glossyPowderBlue2h,
.hover_shadow_top_left_glossyPowderBlue2h:hover,
.active_shadow_top_left_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: -0.5em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_top_left_glossyPowderBlue2a,
.hover_shadow_top_left_glossyPowderBlue2a:hover,
.active_shadow_top_left_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_top_left_glossyPowderBlue2s,
.hover_shadow_top_left_glossyPowderBlue2s:hover,
.active_shadow_top_left_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: -0.5em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyPowderBlue2,
.hover_shadow_top_right_glossyPowderBlue2:hover,
.active_shadow_top_right_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0.5em -0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_top_right_glossyPowderBlue2h,
.hover_shadow_top_right_glossyPowderBlue2h:hover,
.active_shadow_top_right_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0.5em -0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_top_right_glossyPowderBlue2a,
.hover_shadow_top_right_glossyPowderBlue2a:hover,
.active_shadow_top_right_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_top_right_glossyPowderBlue2s,
.hover_shadow_top_right_glossyPowderBlue2s:hover,
.active_shadow_top_right_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0.5em -0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyPowderBlue2,
.hover_shadow_bottom_left_glossyPowderBlue2:hover,
.active_shadow_bottom_left_glossyPowderBlue2:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(130, 206, 215, .39);
box-shadow: -0.5em 0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_bottom_left_glossyPowderBlue2h,
.hover_shadow_bottom_left_glossyPowderBlue2h:hover,
.active_shadow_bottom_left_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(182, 226, 232, .50);
box-shadow: -0.5em 0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_bottom_left_glossyPowderBlue2a,
.hover_shadow_bottom_left_glossyPowderBlue2a:hover,
.active_shadow_bottom_left_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .63);
box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_bottom_left_glossyPowderBlue2s,
.hover_shadow_bottom_left_glossyPowderBlue2s:hover,
.active_shadow_bottom_left_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .71);
box-shadow: -0.5em 0.5em 1em rgba(104, 196, 207, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyPowderBlue2,
.hover_shadow_bottom_right_glossyPowderBlue2:hover,
.active_shadow_bottom_right_glossyPowderBlue2:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(130, 206, 215, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(130, 206, 215, .39);
box-shadow: 0.5em 0.5em 1em rgba(130, 206, 215, .39);
}
.shadow_bottom_right_glossyPowderBlue2h,
.hover_shadow_bottom_right_glossyPowderBlue2h:hover,
.active_shadow_bottom_right_glossyPowderBlue2h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(182, 226, 232, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(182, 226, 232, .50);
box-shadow: 0.5em 0.5em 1em rgba(182, 226, 232, .50);
}
.shadow_bottom_right_glossyPowderBlue2a,
.hover_shadow_bottom_right_glossyPowderBlue2a:hover,
.active_shadow_bottom_right_glossyPowderBlue2a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .63);
box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .63);
}
.shadow_bottom_right_glossyPowderBlue2s,
.hover_shadow_bottom_right_glossyPowderBlue2s:hover,
.active_shadow_bottom_right_glossyPowderBlue2s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .71);
box-shadow: 0.5em 0.5em 1em rgba(104, 196, 207, .71);
} | 0.455199 | 0.065785 |
@font-face {
font-family: "Al-Jazeera-Arabic-Regular";
src: url("/www/2017framework/font/Al-Jazeera-Arabic-Regular.ttf");
}
/* ---------- RESET ------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
direction: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: "arial";
vertical-align: baseline;
}
.arabic div,
.arabic span,
.arabic applet,
.arabic object,
.arabic iframe,
.arabic h1,
.arabic h2,
.arabic h3,
.arabic h4,
.arabic h5,
.arabic h6,
.arabic p,
.arabic blockquote,
.arabic pre,
.arabic a,
.arabic abbr,
.arabic acronym,
.arabic address,
.arabic big,
.arabic cite,
.arabic code,
.arabic del,
.arabic dfn,
.arabic em,
.arabic font,
.arabic img,
.arabic ins,
.arabic kbd,
.arabic q,
.arabic s,
.arabic samp,
.arabic small,
.arabic strike,
.arabic strong,
.arabic sub,
.arabic sup,
.arabic tt,
.arabic var,
.arabic dl,
.arabic dt,
.arabic dd,
.arabic ol,
.arabic ul,
.arabic li,
.arabic fieldset,
.arabic form,
.arabic label,
.arabic legend,
.arabic table,
.arabic caption,
.arabic tbody,
.arabic tfoot,
.arabic thead,
.arabic tr,
.arabic th,
.arabic td {
font-family: "Al-Jazeera-Arabic-Regular" !important ;
}
:focus {
outline: 0;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
}
img,
a img {
border: none;
vertical-align: bottom;
}
a {
text-decoration: none;
color: #1a1a1a;
}
ol,
ul {
list-style: none;
}
input,
textarea,
select,
button {
font-size: 100%;
font-family: inherit;
}
select {
margin: inherit;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
.hidden,
.dis_none {
display: none !important;
}
/* Hides from IE-mac \*/
*html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
body{color: #000;
line-height: 150%;
height: 100%;
word-wrap: break-word;
-webkit-text-size-adjust: none;} | css/common/common.css | @font-face {
font-family: "Al-Jazeera-Arabic-Regular";
src: url("/www/2017framework/font/Al-Jazeera-Arabic-Regular.ttf");
}
/* ---------- RESET ------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
direction: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: "arial";
vertical-align: baseline;
}
.arabic div,
.arabic span,
.arabic applet,
.arabic object,
.arabic iframe,
.arabic h1,
.arabic h2,
.arabic h3,
.arabic h4,
.arabic h5,
.arabic h6,
.arabic p,
.arabic blockquote,
.arabic pre,
.arabic a,
.arabic abbr,
.arabic acronym,
.arabic address,
.arabic big,
.arabic cite,
.arabic code,
.arabic del,
.arabic dfn,
.arabic em,
.arabic font,
.arabic img,
.arabic ins,
.arabic kbd,
.arabic q,
.arabic s,
.arabic samp,
.arabic small,
.arabic strike,
.arabic strong,
.arabic sub,
.arabic sup,
.arabic tt,
.arabic var,
.arabic dl,
.arabic dt,
.arabic dd,
.arabic ol,
.arabic ul,
.arabic li,
.arabic fieldset,
.arabic form,
.arabic label,
.arabic legend,
.arabic table,
.arabic caption,
.arabic tbody,
.arabic tfoot,
.arabic thead,
.arabic tr,
.arabic th,
.arabic td {
font-family: "Al-Jazeera-Arabic-Regular" !important ;
}
:focus {
outline: 0;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
}
img,
a img {
border: none;
vertical-align: bottom;
}
a {
text-decoration: none;
color: #1a1a1a;
}
ol,
ul {
list-style: none;
}
input,
textarea,
select,
button {
font-size: 100%;
font-family: inherit;
}
select {
margin: inherit;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
.hidden,
.dis_none {
display: none !important;
}
/* Hides from IE-mac \*/
*html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
body{color: #000;
line-height: 150%;
height: 100%;
word-wrap: break-word;
-webkit-text-size-adjust: none;} | 0.433502 | 0.118615 |
@charset "UTF-8";
/*
Copyright © <NAME> | @dbushell | http://dbushell.com
*/
html {
height: 100%;
color: #494b4d;
font-family: 'Droid Serif', serif;
}
body {
height: 100%;
overflow-x: hidden;
background: #f2f0e6;
}
body.js-lock-scroll {
overflow: hidden !important;
}
body.js-lock-pointer {
pointer-events: none !important;
}
a {
color: #3d9ccc;
text-decoration: none;
}
a:focus, a:hover {
color: #226181;
}
.site {
position: relative;
width: 100%;
height: 100%;
overflow: visible;
/* .js-lock-scroll & {
overflow: hidden;
}*/
}
.site-content {
display: -ms-flexbox;
-ms-flex-align: center;
-ms-flex-pack: center;
display: flex;
justify-content: center;
align-items: center;
min-height: 100%;
padding-bottom: 100px;
}
.button {
display: inline-block;
appearance: none;
outline: none;
border: none;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 0.875rem;
line-height: 1.3125rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
transition: color 150ms ease, box-shadow 150ms ease, background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: #fff;
color: #3d9ccc;
}
.button:hover {
color: #226181;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.button:active {
color: #fff;
transition: none;
background: #3d9ccc;
}
.button:not([class*='button--']) {
padding: 0.4375rem 0.875rem;
}
.button--circular {
position: relative;
border-radius: 100%;
padding: 0.875rem;
}
.button--circular span {
display: block;
height: 0;
line-height: 0;
margin: 50% 0 -50% 0;
width: calc(100%);
padding-bottom: calc(100%);
}
.button--circular .fa {
display: inline;
line-height: 0;
}
.nav-open {
position: absolute;
position: fixed;
top: 0.875rem;
left: 0.875rem;
}
.overlay,
.modal-wrapper {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.overlay {
z-index: 10000;
overflow: hidden;
}
.overlay.js-open {
display: block;
}
.overlay__ripple {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 100%;
background: #3d9ccc;
opacity: 0;
transform-origin: 0 0;
backface-visiblity: hidden;
transform: scale(0) translate3d(-50%, -50%, 0);
transition: opacity 600ms ease-in-out, transform 600ms cubic-bezier(0.7, 0, 0.6, 0.8);
}
.overlay[data-modal="nav"] .overlay__ripple {
background: #99cc66;
}
.js-animate-in .overlay__ripple {
opacity: 0.8;
transform: scale(1) translate3d(-50%, -50%, 0);
}
.js-animate-done .overlay__ripple {
border-radius: 0;
transform: none;
transition: opacity 600ms ease-in-out;
}
.modal-wrapper {
z-index: 10001;
overflow: hidden;
-webkit-overflow-scrolling: touch;
display: -ms-flexbox;
-ms-flex-align: center;
-ms-flex-pack: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.overlay:not(.js-open) + .modal-wrapper {
display: none;
}
.overlay.js-animate-in.js-animate-done + .modal-wrapper {
overflow: auto;
}
.modal-wrapper:after, .modal-wrapper:before {
display: block;
content: "";
}
.modal {
box-sizing: border-box;
position: relative;
display: none;
max-width: 400px;
margin: 1.75rem;
padding: 1.3125rem;
padding-bottom: 3.9375rem;
background: #fff;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
opacity: 0;
transform: translateZ(0);
transition: opacity 300ms 150ms ease-in-out, transform 300ms 150ms ease-in-out;
}
.modal[data-modal="nav"] {
transform: scale(0.5);
transform-origin: 0 0;
padding: 0.875rem 1.75rem;
width: 100%;
max-width: 15rem;
}
.modal[data-modal="nav"] ul {
list-style: none;
padding: 0;
margin: 0;
}
.modal[data-modal="nav"] li {
display: block;
border-bottom: 1px solid #d7d6d2;
}
.modal[data-modal="nav"] li:last-child {
border-bottom: 0;
}
.modal[data-modal="nav"] li a {
display: block;
font-size: 1rem;
line-height: 1.75rem;
padding: 0.4375rem;
}
.modal[data-modal="nav"] .button[data-action="close"] {
position: absolute;
top: -0.875rem;
left: -0.875rem;
}
.overlay[data-modal="nav"] + .modal-wrapper {
justify-content: flex-start;
align-items: flex-start;
flex-direction: row;
}
.overlay[data-modal="nav"] + .modal-wrapper:after, .overlay[data-modal="nav"] + .modal-wrapper:before {
display: none;
}
.overlay[data-modal="nav"].js-open + .modal-wrapper .modal[data-modal="nav"] {
display: block;
}
.overlay[data-modal="nav"].js-animate-in + .modal-wrapper .modal[data-modal="nav"] {
opacity: 1;
transform: scale(1);
}
.modal[data-modal="test"] {
opacity: 0;
transform: scale(0.95);
}
.cssclippaths .modal[data-modal="test"] {
transform: translateZ(0);
-webkit-clip-path: circle(0% at 50% 50%);
transition: opacity 300ms ease-in-out, -webkit-clip-path 300ms cubic-bezier(0.7, 0, 0.6, 0.8);
}
.overlay[data-modal="test"].js-open + .modal-wrapper .modal[data-modal="test"] {
display: block;
}
.overlay[data-modal="test"].js-animate-in + .modal-wrapper .modal[data-modal="test"] {
opacity: 1;
transform: scale(1);
}
.modal__footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0.875rem 1.3125rem;
background: #d9d7ce;
text-align: right;
} | CSS/style.css | @charset "UTF-8";
/*
Copyright © <NAME> | @dbushell | http://dbushell.com
*/
html {
height: 100%;
color: #494b4d;
font-family: 'Droid Serif', serif;
}
body {
height: 100%;
overflow-x: hidden;
background: #f2f0e6;
}
body.js-lock-scroll {
overflow: hidden !important;
}
body.js-lock-pointer {
pointer-events: none !important;
}
a {
color: #3d9ccc;
text-decoration: none;
}
a:focus, a:hover {
color: #226181;
}
.site {
position: relative;
width: 100%;
height: 100%;
overflow: visible;
/* .js-lock-scroll & {
overflow: hidden;
}*/
}
.site-content {
display: -ms-flexbox;
-ms-flex-align: center;
-ms-flex-pack: center;
display: flex;
justify-content: center;
align-items: center;
min-height: 100%;
padding-bottom: 100px;
}
.button {
display: inline-block;
appearance: none;
outline: none;
border: none;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 0.875rem;
line-height: 1.3125rem;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
transition: color 150ms ease, box-shadow 150ms ease, background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: #fff;
color: #3d9ccc;
}
.button:hover {
color: #226181;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.button:active {
color: #fff;
transition: none;
background: #3d9ccc;
}
.button:not([class*='button--']) {
padding: 0.4375rem 0.875rem;
}
.button--circular {
position: relative;
border-radius: 100%;
padding: 0.875rem;
}
.button--circular span {
display: block;
height: 0;
line-height: 0;
margin: 50% 0 -50% 0;
width: calc(100%);
padding-bottom: calc(100%);
}
.button--circular .fa {
display: inline;
line-height: 0;
}
.nav-open {
position: absolute;
position: fixed;
top: 0.875rem;
left: 0.875rem;
}
.overlay,
.modal-wrapper {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.overlay {
z-index: 10000;
overflow: hidden;
}
.overlay.js-open {
display: block;
}
.overlay__ripple {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 100%;
background: #3d9ccc;
opacity: 0;
transform-origin: 0 0;
backface-visiblity: hidden;
transform: scale(0) translate3d(-50%, -50%, 0);
transition: opacity 600ms ease-in-out, transform 600ms cubic-bezier(0.7, 0, 0.6, 0.8);
}
.overlay[data-modal="nav"] .overlay__ripple {
background: #99cc66;
}
.js-animate-in .overlay__ripple {
opacity: 0.8;
transform: scale(1) translate3d(-50%, -50%, 0);
}
.js-animate-done .overlay__ripple {
border-radius: 0;
transform: none;
transition: opacity 600ms ease-in-out;
}
.modal-wrapper {
z-index: 10001;
overflow: hidden;
-webkit-overflow-scrolling: touch;
display: -ms-flexbox;
-ms-flex-align: center;
-ms-flex-pack: center;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.overlay:not(.js-open) + .modal-wrapper {
display: none;
}
.overlay.js-animate-in.js-animate-done + .modal-wrapper {
overflow: auto;
}
.modal-wrapper:after, .modal-wrapper:before {
display: block;
content: "";
}
.modal {
box-sizing: border-box;
position: relative;
display: none;
max-width: 400px;
margin: 1.75rem;
padding: 1.3125rem;
padding-bottom: 3.9375rem;
background: #fff;
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
opacity: 0;
transform: translateZ(0);
transition: opacity 300ms 150ms ease-in-out, transform 300ms 150ms ease-in-out;
}
.modal[data-modal="nav"] {
transform: scale(0.5);
transform-origin: 0 0;
padding: 0.875rem 1.75rem;
width: 100%;
max-width: 15rem;
}
.modal[data-modal="nav"] ul {
list-style: none;
padding: 0;
margin: 0;
}
.modal[data-modal="nav"] li {
display: block;
border-bottom: 1px solid #d7d6d2;
}
.modal[data-modal="nav"] li:last-child {
border-bottom: 0;
}
.modal[data-modal="nav"] li a {
display: block;
font-size: 1rem;
line-height: 1.75rem;
padding: 0.4375rem;
}
.modal[data-modal="nav"] .button[data-action="close"] {
position: absolute;
top: -0.875rem;
left: -0.875rem;
}
.overlay[data-modal="nav"] + .modal-wrapper {
justify-content: flex-start;
align-items: flex-start;
flex-direction: row;
}
.overlay[data-modal="nav"] + .modal-wrapper:after, .overlay[data-modal="nav"] + .modal-wrapper:before {
display: none;
}
.overlay[data-modal="nav"].js-open + .modal-wrapper .modal[data-modal="nav"] {
display: block;
}
.overlay[data-modal="nav"].js-animate-in + .modal-wrapper .modal[data-modal="nav"] {
opacity: 1;
transform: scale(1);
}
.modal[data-modal="test"] {
opacity: 0;
transform: scale(0.95);
}
.cssclippaths .modal[data-modal="test"] {
transform: translateZ(0);
-webkit-clip-path: circle(0% at 50% 50%);
transition: opacity 300ms ease-in-out, -webkit-clip-path 300ms cubic-bezier(0.7, 0, 0.6, 0.8);
}
.overlay[data-modal="test"].js-open + .modal-wrapper .modal[data-modal="test"] {
display: block;
}
.overlay[data-modal="test"].js-animate-in + .modal-wrapper .modal[data-modal="test"] {
opacity: 1;
transform: scale(1);
}
.modal__footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0.875rem 1.3125rem;
background: #d9d7ce;
text-align: right;
} | 0.477311 | 0.054074 |
@-moz-document url-prefix("http://wolnemedia.net") {
body {
background-color: black !important;
color: #ccc !important;
}
body.hidden.editor {
background-color: #fff !important;
color: #333 !important;
}
h1, a {
color: #307097 !important;
}
#main {
background-image: none !important;
}
#content .entry p {
color: #ccc !important;
}
#content .meta {
color: #aaa !important;
}
#content .meta a {
color: #979797 !important;
}
#content .tags a {
color: #aaa !important;
}
#commentform textarea {
background-color: #333 !important;
color: #ccc !important;
border-color: #18374E !important;
}
#sidebar-right ul li.widget {
background-color: #111 !important;
border-color: #12293B !important;
border-radius: 5px;
}
#sidebar-right ul li.bullet li a, #sidebar-left ul li a {
color: #4D98C7 !important;
}
#sidebar-left, #sidebar-right li.important-subjects ul {
background-image: none !important;
background: rgb(30,66,98) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,66,98,1) 0%, rgba(12,27,39,1) 37%, rgba(12,27,39,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,66,98,1)), color-stop(37%,rgba(12,27,39,1)), color-stop(100%,rgba(12,27,39,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* W3C */
border-radius: 0px 0px 5px 5px;
}
#sidebar-left h3 {
color: #ccc !important;
}
#content ul.messages .content h4 a {
color: #ccc !important;
}
#comments ol li span {
background-color: #111 !important;
}
#comments ol li span strong {
color: #3C88BE !important;
}
#bar-second {
background-color: #18374E !important;
border-radius: 0px 5px 5px 0px;
}
#bar-second ul li .content {
color: #aaa !important;
}
img[src="http://wolnemedia.net/wp-content/themes/wolnemedia/images/bg.jpg"] {
opacity: 0.5;
}
#bar-menu ul li.search .text {
background-color: #333 !important;
color: #ccc !important;
border-color: #666 !important;
border-radius: 3px;
}
#bar-second .logo {
opacity: 0.5;
}
td[style="font-family:tahoma;font-size:11px; color:#000000; background-color:transparent;"] {
color: #bbb !important;
}
#sidebar-right li.important-subjects ul {
border-radius: 5px;
}
#sidebar-right li.important-subjects ul a {
color: #60A3CD !important;
}
#sidebar-right ul li.bullet li a, #sidebar-right li.important-subjects ul li a, #sidebar-left ul li a {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAKUlEQVR42mM4c+bMfwY0gCzGhC6ArogJmy5kMbgCExMTRnQFYDFCbgAA71wcWQwbcYAAAAAASUVORK5CYII=) !important;
}
#comments ol li {
border-color: #12293B !important;
}
#footer {
background-color: #18374E !important;
color: #ccc !important;
}
#footer .logo {
opacity: 0.5;
}
#bar-menu ul li {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAABCCAIAAAAQUItmAAAAvklEQVR42p1SWxLEIAhT9tMTeCjvfxV/1KWFomFs95GZOjKBBLCvUkrOOaVERLVWGmP03vlsrfFJHPCtnwghEH/jhFzIkhkH3xccseiFCxoDL0rAm4XqQTwugJ/Gpq/9rc0qbxY6D/h7P9+/Vfp+Zv9ryZxv+vl8vx9BjHHG4L/Zl58P5oF8lgU9r795j03+Iw/1a7Dbh+0T+Blv9vWTX0D8M6/nfX/y59/wX/QL+fLsn/Zxn+/1NvpQz3jKfwN4c6PGrh/ngwAAAABJRU5ErkJggg==) !important;
}
#bar-menu ul li.pogoda, #bar-menu ul li.search {
background: none !important;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 3px;
background-color: #555;
}
::-webkit-scrollbar
{
width: 13px;
background-color: #555;
}
::-webkit-scrollbar-thumb
{
border-radius: 3px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #a5a5a5;
}
ul.messages a.thumb > img[alt="thumb"] {
opacity: 0.7;
}
td[style*="color:#000000"] {
color:#5b7fa4 !important;
}
.increaseFont, .resetFont, .decreaseFont {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAUAQMAAAADTXlBAAAABlBMVEUAAACy0eay9yCiAAAAAXRSTlMAQObYZgAAAEBJREFUeNpj+P//4///j///P8DQwCDIwKDEwOCAi8X8AcJKEGSTgLF4eHCy2v+BWPI/kFn4dSCZjLANr6vgrgcAbMEsTX9G9mwAAAAASUVORK5CYII=) !important;
}
} | data/usercss/89069.user.css | @-moz-document url-prefix("http://wolnemedia.net") {
body {
background-color: black !important;
color: #ccc !important;
}
body.hidden.editor {
background-color: #fff !important;
color: #333 !important;
}
h1, a {
color: #307097 !important;
}
#main {
background-image: none !important;
}
#content .entry p {
color: #ccc !important;
}
#content .meta {
color: #aaa !important;
}
#content .meta a {
color: #979797 !important;
}
#content .tags a {
color: #aaa !important;
}
#commentform textarea {
background-color: #333 !important;
color: #ccc !important;
border-color: #18374E !important;
}
#sidebar-right ul li.widget {
background-color: #111 !important;
border-color: #12293B !important;
border-radius: 5px;
}
#sidebar-right ul li.bullet li a, #sidebar-left ul li a {
color: #4D98C7 !important;
}
#sidebar-left, #sidebar-right li.important-subjects ul {
background-image: none !important;
background: rgb(30,66,98) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(30,66,98,1) 0%, rgba(12,27,39,1) 37%, rgba(12,27,39,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,66,98,1)), color-stop(37%,rgba(12,27,39,1)), color-stop(100%,rgba(12,27,39,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* IE10+ */
background: linear-gradient(to bottom, rgba(30,66,98,1) 0%,rgba(12,27,39,1) 37%,rgba(12,27,39,1) 100%) !important; /* W3C */
border-radius: 0px 0px 5px 5px;
}
#sidebar-left h3 {
color: #ccc !important;
}
#content ul.messages .content h4 a {
color: #ccc !important;
}
#comments ol li span {
background-color: #111 !important;
}
#comments ol li span strong {
color: #3C88BE !important;
}
#bar-second {
background-color: #18374E !important;
border-radius: 0px 5px 5px 0px;
}
#bar-second ul li .content {
color: #aaa !important;
}
img[src="http://wolnemedia.net/wp-content/themes/wolnemedia/images/bg.jpg"] {
opacity: 0.5;
}
#bar-menu ul li.search .text {
background-color: #333 !important;
color: #ccc !important;
border-color: #666 !important;
border-radius: 3px;
}
#bar-second .logo {
opacity: 0.5;
}
td[style="font-family:tahoma;font-size:11px; color:#000000; background-color:transparent;"] {
color: #bbb !important;
}
#sidebar-right li.important-subjects ul {
border-radius: 5px;
}
#sidebar-right li.important-subjects ul a {
color: #60A3CD !important;
}
#sidebar-right ul li.bullet li a, #sidebar-right li.important-subjects ul li a, #sidebar-left ul li a {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAKUlEQVR42mM4c+bMfwY0gCzGhC6ArogJmy5kMbgCExMTRnQFYDFCbgAA71wcWQwbcYAAAAAASUVORK5CYII=) !important;
}
#comments ol li {
border-color: #12293B !important;
}
#footer {
background-color: #18374E !important;
color: #ccc !important;
}
#footer .logo {
opacity: 0.5;
}
#bar-menu ul li {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAABCCAIAAAAQUItmAAAAvklEQVR42p1SWxLEIAhT9tMTeCjvfxV/1KWFomFs95GZOjKBBLCvUkrOOaVERLVWGmP03vlsrfFJHPCtnwghEH/jhFzIkhkH3xccseiFCxoDL0rAm4XqQTwugJ/Gpq/9rc0qbxY6D/h7P9+/Vfp+Zv9ryZxv+vl8vx9BjHHG4L/Zl58P5oF8lgU9r795j03+Iw/1a7Dbh+0T+Blv9vWTX0D8M6/nfX/y59/wX/QL+fLsn/Zxn+/1NvpQz3jKfwN4c6PGrh/ngwAAAABJRU5ErkJggg==) !important;
}
#bar-menu ul li.pogoda, #bar-menu ul li.search {
background: none !important;
}
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 3px;
background-color: #555;
}
::-webkit-scrollbar
{
width: 13px;
background-color: #555;
}
::-webkit-scrollbar-thumb
{
border-radius: 3px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #a5a5a5;
}
ul.messages a.thumb > img[alt="thumb"] {
opacity: 0.7;
}
td[style*="color:#000000"] {
color:#5b7fa4 !important;
}
.increaseFont, .resetFont, .decreaseFont {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAUAQMAAAADTXlBAAAABlBMVEUAAACy0eay9yCiAAAAAXRSTlMAQObYZgAAAEBJREFUeNpj+P//4///j///P8DQwCDIwKDEwOCAi8X8AcJKEGSTgLF4eHCy2v+BWPI/kFn4dSCZjLANr6vgrgcAbMEsTX9G9mwAAAAASUVORK5CYII=) !important;
}
} | 0.169646 | 0.053305 |
body, html {
height: 100%;
overflow: auto;
}
/*=================
splash page
=================== */
.window1 {
position: absolute;
top: 15%;
left: 10%;
background-image: url(style/image/otherBg/glittering.gif);
width: 220px;
height: 220px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.window1 .windowpane2 {
position: relative;
top: 0;
width: 180px;
height: 180px;
z-index: 5;
background-image: url(style/image/otherBg/blue.jpg);
border: 1px solid #486FDE;
opacity: 1;
}
.window2 {
position: absolute;
top: 45%;
left: 25%;
background-image: url(style/image/otherBg/blobs.jpg);
width: 120px;
height: 120px;
z-index: -1;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.window2 .windowpane5 {
position: relative;
top: 0;
width: 112px;
height: 112px;
z-index: 5;
background-image: url(style/image/otherBg/glittering6.gif);
opacity: 1;
}
.window3 {
position: absolute;
top: 10%;
left: 25%;
background: white;
border: 1px solid #486FDE;
width: 60px;
height: 60px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.window3 .windowpane8 {
position: relative;
top: 0;
width: 40px;
height: 40px;
z-index: 5;
background-image: url(style/image/otherBg/blobs.jpg);
opacity: 1;
}
.name {
position: fixed;
bottom: 50px;
right: 10%;
width: 300px;
z-index: 8;
}
@media (max-width: 415px) {
.name {
bottom: 10px;
right: 0;
left: 12%;
width: 100px;
}
}
.name #firstName {
height: 170px;
}
@media (max-width: 415px) {
.name #firstName {
height: 100px;
}
}
/*=================
Navigation
=================== */
.navigation {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 300px;
}
@media (max-width: 415px) {
.navigation .arrow {
margin-top: 150px;
}
}
.navigation .icons {
width: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.navigation .icons:hover {
width: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
.bounce {
-webkit-animation: bounce 3s;
animation: bounce 3s;
-webkit-animation-iteration-count: 3;
animation-iteration-count: 3;
}
@-webkit-keyframes bounce {
0%,
25%,
50%,
75%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
}
@keyframes bounce {
0%,
25%,
50%,
75%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
}
nav {
position: absolute;
bottom: 0px;
text-align: right;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 0;
width: 100vw;
z-index: 5;
background: white;
opacity: 0.8;
}
@media (max-width: 415px) {
nav {
text-align: center;
left: 0;
padding: 0;
margin: 0;
border: 0;
padding-top: 25px;
border-top: 100px;
background: white;
}
}
nav .pageNav {
height: 25px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
nav .pageNav {
height: 30px;
padding: 10px;
margin: 0;
border: 0;
}
}
nav .back {
position: relative;
right: 37%;
height: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
nav .back {
left: 0;
height: 30px;
padding: 10px;
margin: 0;
border: 0;
}
}
/*=================
Page titles & other uniform styles
=================== */
.titleImg {
width: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.icons2 {
width: 30px;
border-top: 5px;
border-bottom: 5px;
}
.icons3 {
bottom: 0;
width: 25px;
border-top: 5px;
border-bottom: 5px;
}
.icons4 {
width: 95px;
border-top: 5px;
border-bottom: 5px;
}
@media (max-width: 415px) {
.icons4 {
width: 60px;
}
}
/*=================
About Page & Portfolio Page
=================== */
#work {
margin-top: 2%;
margin-left: 2%;
width: 100%;
padding-bottom: 10%;
}
@media (max-width: 415px) {
#work {
margin-bottom: 20%;
margin-left: 0;
width: 100%;
padding-bottom: 20%;
}
}
#work .subCon {
display: inline-block;
position: relative;
width: 40%;
padding: 15px;
}
@media (max-width: 415px) {
#work .subCon {
width: 85%;
height: 200px;
}
}
#work .subCon .projTitle {
text-align: center;
color: white;
font-weight: bold;
font-size: 20px;
}
@media (max-width: 415px) {
#work .subCon .projTitle {
font-size: 12px;
}
}
#work .subCon2 {
display: inline-block;
text-align: center;
position: relative;
width: 40%;
padding: 15px;
}
@media (max-width: 415px) {
#work .subCon2 {
width: 85%;
margin-bottom: 0;
}
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
-webkit-transition: .5s ease;
transition: .5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
@media (max-width: 415px) {
.image {
border-radius: 5 5 5 5;
height: 150px;
}
}
.box {
-webkit-transition: .5s ease;
transition: .5s ease;
display: block;
width: 93%;
height: 88%;
opacity: 0;
position: absolute;
top: 15px;
text-align: center;
background: black;
}
@media (max-width: 415px) {
.box {
border-radius: 5 5 5 5;
height: 150px;
}
}
.box .text {
font-size: 16px;
padding: 2px;
opacity: 0.8;
color: white;
}
@media (max-width: 415px) {
.box .text {
font-size: 12px;
}
}
.imgCon {
text-align: center;
}
.imgCon .profile {
width: 80%;
}
@media (max-width: 415px) {
.imgCon .profile {
width: 70%;
margin-right: 10px;
}
}
.aboutMe {
font-size: 14px;
text-align: left;
}
@media (max-width: 415px) {
.aboutMe {
border-right: 18px;
margin-left: 2%;
margin-right: 10%;
width: 80%;
margin-bottom: 50%;
}
}
.window5 {
display: inline-block;
position: relative;
margin-left: 37%;
background: white;
border: 1px solid #486FDE;
width: 40px;
height: 40px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media (max-width: 415px) {
.window5 {
margin-left: 35%;
top: 0;
}
}
.window5 .windowpane13 {
position: relative;
top: 0;
width: 20px;
height: 20px;
z-index: 5;
background-image: url(style/image/otherBg/blobs.jpg);
opacity: 1;
}
.dl {
display: block;
margin-left: 33%;
font-size: 12px;
color: #486FDE;
}
@media (max-width: 415px) {
.dl {
margin-left: 20%;
}
}
/*=================
Skills Page
=================== */
#skills {
margin-top: 2%;
margin-left: 2%;
width: 60%;
margin-bottom: 20%;
}
@media (max-width: 415px) {
#skills {
margin-top: 20%;
border-right: 10px;
margin-left: 2%;
margin-right: 10%;
width: 80%;
margin-bottom: 50%;
}
}
#skills .techImgTitle {
width: 20%;
display: block;
margin-left: 35%;
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 415px) {
#skills .techImgTitle {
margin-left: 30%;
width: 60%;
}
}
.window4 {
position: absolute;
top: 30%;
right: 13%;
background-image: url(style/image/otherBg/blobs.jpg);
width: 200px;
height: 200px;
z-index: -1;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
opacity: 0.8;
}
@media (max-width: 415px) {
.window4 {
top: 2%;
left: 43%;
width: 50px;
height: 50px;
}
}
.window4 .windowpane10 {
position: relative;
top: 0;
width: 200px;
height: 200px;
z-index: 5;
background-image: url(style/image/otherBg/glittering.gif);
opacity: 0.7;
border-radius: 50%;
}
@media (max-width: 415px) {
.window4 .windowpane10 {
width: 50px;
height: 50px;
}
}
/*=================
All Hover effects
=================== */
.pageNav:hover {
height: 28px;
padding-left: 12px;
padding-right: 12px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
.pageNav:hover {
height: 30px;
padding: 10px;
margin: 0;
border: 0;
background: rgba(0, 0, 0, 0.2);
}
}
.back:hover {
height: 35px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
.back:hover {
height: 30px;
padding: 10px;
margin: 0;
border: 0;
background: rgba(0, 0, 0, 0.2);
}
}
.icons2:hover {
width: 45px;
padding-top: 0px;
padding-bottom: 0px;
}
.icons3:hover {
width: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
.container:hover .image {
opacity: 0.5;
}
.container:hover .box {
opacity: 0.7;
}
@media (max-width: 415px) {
.container:hover .box {
opacity: 0.9;
}
}
.container:hover .techImg {
opacity: 0.6;
}
/*=================
Page Transition
=================== */
/*# sourceMappingURL=main.css.map */ | main.css | body, html {
height: 100%;
overflow: auto;
}
/*=================
splash page
=================== */
.window1 {
position: absolute;
top: 15%;
left: 10%;
background-image: url(style/image/otherBg/glittering.gif);
width: 220px;
height: 220px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.window1 .windowpane2 {
position: relative;
top: 0;
width: 180px;
height: 180px;
z-index: 5;
background-image: url(style/image/otherBg/blue.jpg);
border: 1px solid #486FDE;
opacity: 1;
}
.window2 {
position: absolute;
top: 45%;
left: 25%;
background-image: url(style/image/otherBg/blobs.jpg);
width: 120px;
height: 120px;
z-index: -1;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.window2 .windowpane5 {
position: relative;
top: 0;
width: 112px;
height: 112px;
z-index: 5;
background-image: url(style/image/otherBg/glittering6.gif);
opacity: 1;
}
.window3 {
position: absolute;
top: 10%;
left: 25%;
background: white;
border: 1px solid #486FDE;
width: 60px;
height: 60px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.window3 .windowpane8 {
position: relative;
top: 0;
width: 40px;
height: 40px;
z-index: 5;
background-image: url(style/image/otherBg/blobs.jpg);
opacity: 1;
}
.name {
position: fixed;
bottom: 50px;
right: 10%;
width: 300px;
z-index: 8;
}
@media (max-width: 415px) {
.name {
bottom: 10px;
right: 0;
left: 12%;
width: 100px;
}
}
.name #firstName {
height: 170px;
}
@media (max-width: 415px) {
.name #firstName {
height: 100px;
}
}
/*=================
Navigation
=================== */
.navigation {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 300px;
}
@media (max-width: 415px) {
.navigation .arrow {
margin-top: 150px;
}
}
.navigation .icons {
width: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.navigation .icons:hover {
width: 35px;
padding-top: 0px;
padding-bottom: 0px;
}
.bounce {
-webkit-animation: bounce 3s;
animation: bounce 3s;
-webkit-animation-iteration-count: 3;
animation-iteration-count: 3;
}
@-webkit-keyframes bounce {
0%,
25%,
50%,
75%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
}
@keyframes bounce {
0%,
25%,
50%,
75%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
60% {
-webkit-transform: translateY(-12px);
transform: translateY(-12px);
}
}
nav {
position: absolute;
bottom: 0px;
text-align: right;
padding-right: 20px;
padding-top: 15px;
padding-bottom: 0;
width: 100vw;
z-index: 5;
background: white;
opacity: 0.8;
}
@media (max-width: 415px) {
nav {
text-align: center;
left: 0;
padding: 0;
margin: 0;
border: 0;
padding-top: 25px;
border-top: 100px;
background: white;
}
}
nav .pageNav {
height: 25px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
nav .pageNav {
height: 30px;
padding: 10px;
margin: 0;
border: 0;
}
}
nav .back {
position: relative;
right: 37%;
height: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
nav .back {
left: 0;
height: 30px;
padding: 10px;
margin: 0;
border: 0;
}
}
/*=================
Page titles & other uniform styles
=================== */
.titleImg {
width: 30px;
padding-top: 5px;
padding-bottom: 5px;
}
.icons2 {
width: 30px;
border-top: 5px;
border-bottom: 5px;
}
.icons3 {
bottom: 0;
width: 25px;
border-top: 5px;
border-bottom: 5px;
}
.icons4 {
width: 95px;
border-top: 5px;
border-bottom: 5px;
}
@media (max-width: 415px) {
.icons4 {
width: 60px;
}
}
/*=================
About Page & Portfolio Page
=================== */
#work {
margin-top: 2%;
margin-left: 2%;
width: 100%;
padding-bottom: 10%;
}
@media (max-width: 415px) {
#work {
margin-bottom: 20%;
margin-left: 0;
width: 100%;
padding-bottom: 20%;
}
}
#work .subCon {
display: inline-block;
position: relative;
width: 40%;
padding: 15px;
}
@media (max-width: 415px) {
#work .subCon {
width: 85%;
height: 200px;
}
}
#work .subCon .projTitle {
text-align: center;
color: white;
font-weight: bold;
font-size: 20px;
}
@media (max-width: 415px) {
#work .subCon .projTitle {
font-size: 12px;
}
}
#work .subCon2 {
display: inline-block;
text-align: center;
position: relative;
width: 40%;
padding: 15px;
}
@media (max-width: 415px) {
#work .subCon2 {
width: 85%;
margin-bottom: 0;
}
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
-webkit-transition: .5s ease;
transition: .5s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
@media (max-width: 415px) {
.image {
border-radius: 5 5 5 5;
height: 150px;
}
}
.box {
-webkit-transition: .5s ease;
transition: .5s ease;
display: block;
width: 93%;
height: 88%;
opacity: 0;
position: absolute;
top: 15px;
text-align: center;
background: black;
}
@media (max-width: 415px) {
.box {
border-radius: 5 5 5 5;
height: 150px;
}
}
.box .text {
font-size: 16px;
padding: 2px;
opacity: 0.8;
color: white;
}
@media (max-width: 415px) {
.box .text {
font-size: 12px;
}
}
.imgCon {
text-align: center;
}
.imgCon .profile {
width: 80%;
}
@media (max-width: 415px) {
.imgCon .profile {
width: 70%;
margin-right: 10px;
}
}
.aboutMe {
font-size: 14px;
text-align: left;
}
@media (max-width: 415px) {
.aboutMe {
border-right: 18px;
margin-left: 2%;
margin-right: 10%;
width: 80%;
margin-bottom: 50%;
}
}
.window5 {
display: inline-block;
position: relative;
margin-left: 37%;
background: white;
border: 1px solid #486FDE;
width: 40px;
height: 40px;
z-index: -1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media (max-width: 415px) {
.window5 {
margin-left: 35%;
top: 0;
}
}
.window5 .windowpane13 {
position: relative;
top: 0;
width: 20px;
height: 20px;
z-index: 5;
background-image: url(style/image/otherBg/blobs.jpg);
opacity: 1;
}
.dl {
display: block;
margin-left: 33%;
font-size: 12px;
color: #486FDE;
}
@media (max-width: 415px) {
.dl {
margin-left: 20%;
}
}
/*=================
Skills Page
=================== */
#skills {
margin-top: 2%;
margin-left: 2%;
width: 60%;
margin-bottom: 20%;
}
@media (max-width: 415px) {
#skills {
margin-top: 20%;
border-right: 10px;
margin-left: 2%;
margin-right: 10%;
width: 80%;
margin-bottom: 50%;
}
}
#skills .techImgTitle {
width: 20%;
display: block;
margin-left: 35%;
margin-top: 20px;
margin-bottom: 20px;
}
@media (max-width: 415px) {
#skills .techImgTitle {
margin-left: 30%;
width: 60%;
}
}
.window4 {
position: absolute;
top: 30%;
right: 13%;
background-image: url(style/image/otherBg/blobs.jpg);
width: 200px;
height: 200px;
z-index: -1;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
opacity: 0.8;
}
@media (max-width: 415px) {
.window4 {
top: 2%;
left: 43%;
width: 50px;
height: 50px;
}
}
.window4 .windowpane10 {
position: relative;
top: 0;
width: 200px;
height: 200px;
z-index: 5;
background-image: url(style/image/otherBg/glittering.gif);
opacity: 0.7;
border-radius: 50%;
}
@media (max-width: 415px) {
.window4 .windowpane10 {
width: 50px;
height: 50px;
}
}
/*=================
All Hover effects
=================== */
.pageNav:hover {
height: 28px;
padding-left: 12px;
padding-right: 12px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
.pageNav:hover {
height: 30px;
padding: 10px;
margin: 0;
border: 0;
background: rgba(0, 0, 0, 0.2);
}
}
.back:hover {
height: 35px;
padding-top: 5px;
padding-bottom: 5px;
}
@media (max-width: 415px) {
.back:hover {
height: 30px;
padding: 10px;
margin: 0;
border: 0;
background: rgba(0, 0, 0, 0.2);
}
}
.icons2:hover {
width: 45px;
padding-top: 0px;
padding-bottom: 0px;
}
.icons3:hover {
width: 50px;
padding-top: 0px;
padding-bottom: 0px;
}
.container:hover .image {
opacity: 0.5;
}
.container:hover .box {
opacity: 0.7;
}
@media (max-width: 415px) {
.container:hover .box {
opacity: 0.9;
}
}
.container:hover .techImg {
opacity: 0.6;
}
/*=================
Page Transition
=================== */
/*# sourceMappingURL=main.css.map */ | 0.479747 | 0.067087 |
.post {
padding: 3em 3em 1em 3em;
background: var(--main-page-color);
margin: 0 0 3em 0;
position: relative;
box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12),
0 7px 10px -5px rgba(0, 0, 0, 0.15);
border-radius: 0.25em;
}
.post > header {
display: flex;
left: -3em;
margin: -3em 0 0em 0;
position: relative;
width: calc(100% + 6em);
}
.post > header .title {
flex-grow: 1;
flex: 1;
padding: 3.75em 1em 3.3em 3em;
}
.post > header .title h2 {
font-weight: 900;
font-size: 1.5em;
}
.post > header .title p {
font-family: Raleway, Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 2.5;
margin-top: -1em;
text-transform: uppercase;
}
.post > header .title > :last-child {
margin-bottom: 0;
}
.post > header .meta {
padding: 3.75em 3em 1.75em 3em;
/* border-left: solid 1px var(--main-line-color); */
min-width: 15em;
text-align: right;
width: 15em;
}
.post > header .meta > * {
margin: 0 0 1em 0;
}
.post > header .meta > :last-child {
margin-bottom: 0;
}
.post > header .meta .published {
color: var(--main-font-color);
display: block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 800;
letter-spacing: 0.25em;
margin-top: 0.5em;
text-transform: uppercase;
white-space: nowrap;
}
/* Main Image */
.post > a.image.featured {
overflow: hidden;
border-radius: 0.25em;
}
.post > a.image.featured img {
transition: transform 0.2s ease-out !important;
}
.post > a.image.featured:hover img {
transform: scale(1.05);
}
/* Post Footer */
.post > footer {
display: flex;
align-items: center;
}
.post > footer .actions {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
list-style: none;
padding: 0;
}
.post > footer .actions li {
margin: 0;
padding: 0;
}
/* tags */
.postfooter{
display: flex;
justify-content: center;
}
.post > footer .stats {
cursor: default;
list-style: none;
padding: 0;
}
.post > footer .stats li {
border-left: solid 1px var(--main-line-color);
display: inline-block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1;
margin: 0 0 0 2em;
padding: 0 0 0 2em;
text-transform: uppercase;
}
.post > footer .stats li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.post > footer .stats li .icon {
border-bottom: 0;
}
.post > footer .stats li .icon:before {
color: var(--main-line-color);
margin-right: 0.75em;
}
@media screen and (max-width: 1024px) {
.post > header {
flex-direction: column;
padding: 3.75em 3em 1.25em 3em;
border-left: 0;
}
.post > header .title {
flex: 0 1 auto;
margin: 0 0 2em 0;
padding: 0;
text-align: center;
}
.post > header .meta {
align-items: center;
display: flex;
justify-content: center;
border-left: 0;
margin: 0 0 2em 0;
padding-top: 0;
padding: 0;
text-align: left;
width: 100%;
}
.post > header .meta > * {
border-left: solid 1px var(--main-line-color);
margin-left: 2em;
padding-left: 2em;
}
.post > header .meta > :first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.post > header .meta .published {
margin-bottom: 0;
margin-top: 0;
}
.post > header .meta .author {
flex-direction: row-reverse;
margin-bottom: 0;
}
.post > header .meta .author .name {
margin: 0 0 0 1.5em;
}
.post > header .meta .author img {
width: 3.5em;
}
}
@media screen and (max-width: 736px) {
.post {
padding: 1.5em 1.5em 0.1em 1.5em;
left: -1.5em;
margin: 0 0 2em 0;
width: calc(100% + (1.5em * 2));
}
.post > header {
padding: 3em 1.5em 0.5em 1.5em;
left: -1.5em;
margin: -1.5em 0 1.5em 0;
width: calc(100% + 3em);
}
.post > header .title h2 {
font-size: 1.1em;
}
}
@media screen and (max-width: 480px) {
.post > header .meta {
align-items: center;
flex-direction: column;
}
.post > header .meta > * {
border-left: 0;
margin: 1em 0 0 0;
padding-left: 0;
}
.post > header .meta .author .name {
display: none;
}
.post > a.image.featured {
border-radius: 0em;
}
.post > footer {
align-items: stretch;
flex-direction: column-reverse;
}
.post > footer .stats {
text-align: center;
}
.post > footer .stats li {
margin: 0 0 0 1.25em;
padding: 0 0 0 1.25em;
text-align: center;
}
.post > footer .actions li {
text-align: center;
}
}
/* Make post span screen */
@media screen and (max-width: 2560px) {
.full {
border-left: 0;
border-right: 0;
left: -3em;
width: calc(100% + (3em * 2));
}
.content,
.fullheader {
padding-left: 15em;
padding-right: 15em;
}
.post > .image.fullfeatured {
margin-left: -3em;
margin-top: calc(-1em - 1px);
width: calc(100% + (3em * 2));
height: auto;
}
}
@media screen and (max-width: 1280px) {
.content,
.fullheader {
padding-left: 10em;
padding-right: 10em;
}
}
@media screen and (max-width: 980px) {
.content,
.fullheader {
padding-left: 4em;
padding-right: 4em;
}
}
@media screen and (max-width: 736px) {
.content,
.fullheader {
padding-left: 2em;
padding-right: 2em;
}
}
@media screen and (max-width: 480px) {
.content,
.fullheader {
padding-left: 1.5em;
padding-right: 1.5em;
}
.post > .image.fullfeatured {
margin-left: -3em;
margin-top: calc(-1em - 1px);
width: calc(100% + (3em));
height: auto;
}
} | src/components/posts.css |
.post {
padding: 3em 3em 1em 3em;
background: var(--main-page-color);
margin: 0 0 3em 0;
position: relative;
box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12),
0 7px 10px -5px rgba(0, 0, 0, 0.15);
border-radius: 0.25em;
}
.post > header {
display: flex;
left: -3em;
margin: -3em 0 0em 0;
position: relative;
width: calc(100% + 6em);
}
.post > header .title {
flex-grow: 1;
flex: 1;
padding: 3.75em 1em 3.3em 3em;
}
.post > header .title h2 {
font-weight: 900;
font-size: 1.5em;
}
.post > header .title p {
font-family: Raleway, Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 2.5;
margin-top: -1em;
text-transform: uppercase;
}
.post > header .title > :last-child {
margin-bottom: 0;
}
.post > header .meta {
padding: 3.75em 3em 1.75em 3em;
/* border-left: solid 1px var(--main-line-color); */
min-width: 15em;
text-align: right;
width: 15em;
}
.post > header .meta > * {
margin: 0 0 1em 0;
}
.post > header .meta > :last-child {
margin-bottom: 0;
}
.post > header .meta .published {
color: var(--main-font-color);
display: block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.7em;
font-weight: 800;
letter-spacing: 0.25em;
margin-top: 0.5em;
text-transform: uppercase;
white-space: nowrap;
}
/* Main Image */
.post > a.image.featured {
overflow: hidden;
border-radius: 0.25em;
}
.post > a.image.featured img {
transition: transform 0.2s ease-out !important;
}
.post > a.image.featured:hover img {
transform: scale(1.05);
}
/* Post Footer */
.post > footer {
display: flex;
align-items: center;
}
.post > footer .actions {
-moz-flex-grow: 1;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
list-style: none;
padding: 0;
}
.post > footer .actions li {
margin: 0;
padding: 0;
}
/* tags */
.postfooter{
display: flex;
justify-content: center;
}
.post > footer .stats {
cursor: default;
list-style: none;
padding: 0;
}
.post > footer .stats li {
border-left: solid 1px var(--main-line-color);
display: inline-block;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 0.6em;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1;
margin: 0 0 0 2em;
padding: 0 0 0 2em;
text-transform: uppercase;
}
.post > footer .stats li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.post > footer .stats li .icon {
border-bottom: 0;
}
.post > footer .stats li .icon:before {
color: var(--main-line-color);
margin-right: 0.75em;
}
@media screen and (max-width: 1024px) {
.post > header {
flex-direction: column;
padding: 3.75em 3em 1.25em 3em;
border-left: 0;
}
.post > header .title {
flex: 0 1 auto;
margin: 0 0 2em 0;
padding: 0;
text-align: center;
}
.post > header .meta {
align-items: center;
display: flex;
justify-content: center;
border-left: 0;
margin: 0 0 2em 0;
padding-top: 0;
padding: 0;
text-align: left;
width: 100%;
}
.post > header .meta > * {
border-left: solid 1px var(--main-line-color);
margin-left: 2em;
padding-left: 2em;
}
.post > header .meta > :first-child {
border-left: 0;
margin-left: 0;
padding-left: 0;
}
.post > header .meta .published {
margin-bottom: 0;
margin-top: 0;
}
.post > header .meta .author {
flex-direction: row-reverse;
margin-bottom: 0;
}
.post > header .meta .author .name {
margin: 0 0 0 1.5em;
}
.post > header .meta .author img {
width: 3.5em;
}
}
@media screen and (max-width: 736px) {
.post {
padding: 1.5em 1.5em 0.1em 1.5em;
left: -1.5em;
margin: 0 0 2em 0;
width: calc(100% + (1.5em * 2));
}
.post > header {
padding: 3em 1.5em 0.5em 1.5em;
left: -1.5em;
margin: -1.5em 0 1.5em 0;
width: calc(100% + 3em);
}
.post > header .title h2 {
font-size: 1.1em;
}
}
@media screen and (max-width: 480px) {
.post > header .meta {
align-items: center;
flex-direction: column;
}
.post > header .meta > * {
border-left: 0;
margin: 1em 0 0 0;
padding-left: 0;
}
.post > header .meta .author .name {
display: none;
}
.post > a.image.featured {
border-radius: 0em;
}
.post > footer {
align-items: stretch;
flex-direction: column-reverse;
}
.post > footer .stats {
text-align: center;
}
.post > footer .stats li {
margin: 0 0 0 1.25em;
padding: 0 0 0 1.25em;
text-align: center;
}
.post > footer .actions li {
text-align: center;
}
}
/* Make post span screen */
@media screen and (max-width: 2560px) {
.full {
border-left: 0;
border-right: 0;
left: -3em;
width: calc(100% + (3em * 2));
}
.content,
.fullheader {
padding-left: 15em;
padding-right: 15em;
}
.post > .image.fullfeatured {
margin-left: -3em;
margin-top: calc(-1em - 1px);
width: calc(100% + (3em * 2));
height: auto;
}
}
@media screen and (max-width: 1280px) {
.content,
.fullheader {
padding-left: 10em;
padding-right: 10em;
}
}
@media screen and (max-width: 980px) {
.content,
.fullheader {
padding-left: 4em;
padding-right: 4em;
}
}
@media screen and (max-width: 736px) {
.content,
.fullheader {
padding-left: 2em;
padding-right: 2em;
}
}
@media screen and (max-width: 480px) {
.content,
.fullheader {
padding-left: 1.5em;
padding-right: 1.5em;
}
.post > .image.fullfeatured {
margin-left: -3em;
margin-top: calc(-1em - 1px);
width: calc(100% + (3em));
height: auto;
}
} | 0.541651 | 0.198646 |
*{ box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Noto Sans KR", sans-serif, 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo";
letter-spacing: -0.3px;
}
.modal {
display: none;
/* 다 작업하고 여기 none으로 바꾸기. */
position: fixed;
z-index: 1;
padding-top: 40px;
/* 이 padding 값 조정해서 흰색 박스 위치 지정 */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 60%;
height: 700px;
position: relative;
border-radius: 40px;
}
.title{
width: 100%;
/* background-color: gold; */
height: 10%;
display: flex;
align-items: center;
justify-content: center;
}
.title p{
font-weight: bold;
font-size: 20px;
}
.gridContainer{
width: 90%;
margin: 0 auto;
height: auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 15px;
}
.item{
/* label 이름 */
background-color: rgb(240, 137, 119);
/* border: 1px solid black; */
width: 94%;
height: 160px;
margin: 0 auto;
border-radius: 20px;
position: relative;
transition: .1s;
cursor: pointer;
overflow: auto;
}
.item .p9{
top: 90%;
width: 90%;
left: 89%;
transform: translate(-90%, -89%);
font-size: 20px;
}
.item img{
width: 100%;
height: 100%;
border-radius: inherit;
}
.item p{
position: absolute;
top: 80%;
left: 25%;
transform: translate(-80%, -25%);
color: white;
font-size: 20px;
font-weight: bold;
width: auto;
/* background-color: tomato; */
}
input[type=checkbox]{
display: none;
}
.uniz1{
background: url("https://images.wallpaperscraft.com/image/cat_green_eyed_beautiful_look_118025_1920x1080.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz2{
background: url("https://images.wallpaperscraft.com/image/guitar_strings_musical_instrument_122890_1280x720.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz3{
background: url("https://www.wallpapertip.com/wmimgs/14-143446_crysis-3-laser-sight-archer-new-game-hd.jpg" );
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz4{
background: url("https://image.imnews.imbc.com/page/include/images/meta_image.png" );
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz5{
background:url("https://i.ytimg.com/vi/GiJA6aMjQOk/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLAnezo0a1InatVESMP1LZgx6ip6lw");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz6{
background: url("https://travelblog.expedia.co.kr/wp-content/uploads/2016/12/08.jpg"
);
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz7{
background:url("/resources/img/basketball.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz11{
background:url("https://i.ytimg.com/vi/xiE2wL9hS2w/hqdefault.jpg?sqp=-oaymwEjCOADEI4CSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLCCuE2GvKMT7NcvWHSLuJDGgjajBw");
background-size: 240px 230px;
background-position: left;
opacity: 0.8;
}
.uniz8{
background:url("https://i.ytimg.com/vi/_pPrgUtRp7I/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLAYvriLffrCeMUIcKEL_sUTSAxxbQ"
);
background-position: right;
background-size: cover;
background-size: 230px 370px;
opacity: 0.8;
}
.uniz12{
background: url("https://i.ytimg.com/vi_webp/8uZ8exjFhx8/mqdefault.webp");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz9{
background: url("https://i.pinimg.com/originals/02/bd/01/02bd01453b99ff9fa0e473b0954f9c05.png" );
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz10{
background: url("https://i.ytimg.com/vi/zwScyfevCBM/maxresdefault.jpg"
);
background-size: cover;
background-position: center;
opacity: 0.8;
}
input[type="checkbox"]:checked+label{
color: red;
background-color: green;
border: 4px solid rgb(136, 192, 224);
/* 체크박스가 체크되면 초록색으로 변한다. */
}
.submitBtn{
background-color: #20D3D7;
color: white;
font-size: 19px;
font-weight: bold;
grid-column: 2/4;
height: 50px;
max-height: 50px;
border-radius: 20px;
border: none;
outline: none;
}
.submitBtn:hover{
background-color: #00b0b3;
color: #f1f1f1;
transition: .3s ease;
}
.p5, .p7, .p8, .p12{
margin-left: 15px;
} | src/main/webapp/resources/css/RegisterModel.css | *{ box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Noto Sans KR", sans-serif, 나눔고딕, 돋움, Dotum, 굴림, Gulim, "Apple SD Gothic Neo";
letter-spacing: -0.3px;
}
.modal {
display: none;
/* 다 작업하고 여기 none으로 바꾸기. */
position: fixed;
z-index: 1;
padding-top: 40px;
/* 이 padding 값 조정해서 흰색 박스 위치 지정 */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 60%;
height: 700px;
position: relative;
border-radius: 40px;
}
.title{
width: 100%;
/* background-color: gold; */
height: 10%;
display: flex;
align-items: center;
justify-content: center;
}
.title p{
font-weight: bold;
font-size: 20px;
}
.gridContainer{
width: 90%;
margin: 0 auto;
height: auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 15px;
}
.item{
/* label 이름 */
background-color: rgb(240, 137, 119);
/* border: 1px solid black; */
width: 94%;
height: 160px;
margin: 0 auto;
border-radius: 20px;
position: relative;
transition: .1s;
cursor: pointer;
overflow: auto;
}
.item .p9{
top: 90%;
width: 90%;
left: 89%;
transform: translate(-90%, -89%);
font-size: 20px;
}
.item img{
width: 100%;
height: 100%;
border-radius: inherit;
}
.item p{
position: absolute;
top: 80%;
left: 25%;
transform: translate(-80%, -25%);
color: white;
font-size: 20px;
font-weight: bold;
width: auto;
/* background-color: tomato; */
}
input[type=checkbox]{
display: none;
}
.uniz1{
background: url("https://images.wallpaperscraft.com/image/cat_green_eyed_beautiful_look_118025_1920x1080.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz2{
background: url("https://images.wallpaperscraft.com/image/guitar_strings_musical_instrument_122890_1280x720.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz3{
background: url("https://www.wallpapertip.com/wmimgs/14-143446_crysis-3-laser-sight-archer-new-game-hd.jpg" );
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz4{
background: url("https://image.imnews.imbc.com/page/include/images/meta_image.png" );
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz5{
background:url("https://i.ytimg.com/vi/GiJA6aMjQOk/hq720.jpg?sqp=-oaymwEZCNAFEJQDSFXyq4qpAwsIARUAAIhCGAFwAQ==&rs=AOn4CLAnezo0a1InatVESMP1LZgx6ip6lw");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz6{
background: url("https://travelblog.expedia.co.kr/wp-content/uploads/2016/12/08.jpg"
);
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz7{
background:url("/resources/img/basketball.jpg");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz11{
background:url("https://i.ytimg.com/vi/xiE2wL9hS2w/hqdefault.jpg?sqp=-oaymwEjCOADEI4CSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLCCuE2GvKMT7NcvWHSLuJDGgjajBw");
background-size: 240px 230px;
background-position: left;
opacity: 0.8;
}
.uniz8{
background:url("https://i.ytimg.com/vi/_pPrgUtRp7I/hq720.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLAYvriLffrCeMUIcKEL_sUTSAxxbQ"
);
background-position: right;
background-size: cover;
background-size: 230px 370px;
opacity: 0.8;
}
.uniz12{
background: url("https://i.ytimg.com/vi_webp/8uZ8exjFhx8/mqdefault.webp");
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz9{
background: url("https://i.pinimg.com/originals/02/bd/01/02bd01453b99ff9fa0e473b0954f9c05.png" );
background-size: cover;
background-position: center;
opacity: 0.8;
}
.uniz10{
background: url("https://i.ytimg.com/vi/zwScyfevCBM/maxresdefault.jpg"
);
background-size: cover;
background-position: center;
opacity: 0.8;
}
input[type="checkbox"]:checked+label{
color: red;
background-color: green;
border: 4px solid rgb(136, 192, 224);
/* 체크박스가 체크되면 초록색으로 변한다. */
}
.submitBtn{
background-color: #20D3D7;
color: white;
font-size: 19px;
font-weight: bold;
grid-column: 2/4;
height: 50px;
max-height: 50px;
border-radius: 20px;
border: none;
outline: none;
}
.submitBtn:hover{
background-color: #00b0b3;
color: #f1f1f1;
transition: .3s ease;
}
.p5, .p7, .p8, .p12{
margin-left: 15px;
} | 0.47244 | 0.111483 |
*, html, body {
margin: 0 auto;
}
body {
background-color: rgb(233, 233, 223);
}
.corpo {
background-color: white;
}
/* estilo header */
.headerMenu {
background-image: url(../img/headerImg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: 30%;
height: 300px;
}
.menu {
position: relative;
top: 82%;
}
.logo {
width: 45px;
height: 40px;
}
#itensMenu a {
margin-left: 30px;
margin-right: 30px;
font-size: 20px;
}
.corpo {
width:80%;
}
.titulos {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-top: 15px;
color: orangered;
font-size: 50px;
}
.imgTitulo {
width: 300px;
height: 300px;
border: 0 solid white;
border-radius: 160px;
margin-bottom: 10px;
}
.hr {
width: 95%;
}
.degrade {
display: flex;
margin-top: 40px;
}
.imgDegrade {
width: 230px;
height: 230px;
margin: 5px;
}
.tituloCortes {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.preco {
text-align: end;
}
.descricao {
margin-left: 20px;
margin-right: 20px;
text-align: justify;
text-align-last: center;
}
.cargo {
color: orangered;
}
.imgEquipe {
width: 200px;
height: 200px;
border: 0 solid white;
border-radius: 160px;
margin-bottom: 10px;
object-fit: cover;
}
#icone {
margin-right: 10px;
font-size: 45px;
}
.cardContato {
margin-top: 20px;
}
.redesSociais ul {
list-style: none;
margin-right: 50px;
}
.redesSociais ul li {
display: flex;
}
/*estilo modelos */
.cardFotos {
width: 80vw;
}
.itens {
display: flex;
overflow-x: hidden;
}
.item {
margin-right: 5px;
margin-left: 5px;
width: 33%;
flex: none;
}
.fotos {
width: 100%;
height: 200px;
<<<<<<< HEAD
scroll-snap-align: start;
=======
object-fit: cover;
}
.cardCarrousel {
display: flex;
>>>>>>> cfca95ba00361d0c121c6931ed7fbeca6c8afc35
}
.botoesCarousel {
width: 90px;
position: relative;
top: 75%;
}
.botaoCarousel {
border: 0 solid white;
border-radius: 15px;
background-color: rgba(255, 255, 255, 0.5);
height: 11px;
margin: 1px;
}
.botaoArrow {
border: 0 solid white;
border-radius: 25px;
padding: 5px;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.3);
position: relative;
bottom: 46%;
outline: none;
}
.botaoArrow:focus {
outline: 5px auto -webkit-focus-ring-color;
}
.botaoRight {
flex-direction: row-reverse;
position: relative;
left: 91%;
}
.botaoRight:hover {
background-color: rgba(255, 255, 255, 0.7);
}
.botaoLeft {
position: relative;
left: 1%;
}
.botaoLeft:hover {
background-color: rgba(255, 255, 255, 0.7);
}
.arrowIcon {
color: white;
}
/*estilo agendamento*/
.botaoCadastro {
background-color: orangered !important;
color: white;
margin-bottom: 10px;
}
/* estilo footer */
.rodape {
background: orangered;
height: 150px;
text-align: center;
}
.iconeRodape {
display: flex;
align-items: center;
justify-content: center;
position: relative;
top: 40px;
}
.iconeRodape button {
border: 0 solid white;
border-radius: 30px;
background-color: white;
margin: 5px;
padding: 0;
width: 40px;
}
.iconeRodape button:hover {
background-color: black;
}
.iconeRodape button i:hover {
color: white;
}
.iconeRodape button i {
font-size: 30px;
color: black;
padding: 5px;
}
.rodape p {
position: relative;
top: 75px;
color: white;
} | public/css/estilo.css | *, html, body {
margin: 0 auto;
}
body {
background-color: rgb(233, 233, 223);
}
.corpo {
background-color: white;
}
/* estilo header */
.headerMenu {
background-image: url(../img/headerImg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: 30%;
height: 300px;
}
.menu {
position: relative;
top: 82%;
}
.logo {
width: 45px;
height: 40px;
}
#itensMenu a {
margin-left: 30px;
margin-right: 30px;
font-size: 20px;
}
.corpo {
width:80%;
}
.titulos {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-top: 15px;
color: orangered;
font-size: 50px;
}
.imgTitulo {
width: 300px;
height: 300px;
border: 0 solid white;
border-radius: 160px;
margin-bottom: 10px;
}
.hr {
width: 95%;
}
.degrade {
display: flex;
margin-top: 40px;
}
.imgDegrade {
width: 230px;
height: 230px;
margin: 5px;
}
.tituloCortes {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.preco {
text-align: end;
}
.descricao {
margin-left: 20px;
margin-right: 20px;
text-align: justify;
text-align-last: center;
}
.cargo {
color: orangered;
}
.imgEquipe {
width: 200px;
height: 200px;
border: 0 solid white;
border-radius: 160px;
margin-bottom: 10px;
object-fit: cover;
}
#icone {
margin-right: 10px;
font-size: 45px;
}
.cardContato {
margin-top: 20px;
}
.redesSociais ul {
list-style: none;
margin-right: 50px;
}
.redesSociais ul li {
display: flex;
}
/*estilo modelos */
.cardFotos {
width: 80vw;
}
.itens {
display: flex;
overflow-x: hidden;
}
.item {
margin-right: 5px;
margin-left: 5px;
width: 33%;
flex: none;
}
.fotos {
width: 100%;
height: 200px;
<<<<<<< HEAD
scroll-snap-align: start;
=======
object-fit: cover;
}
.cardCarrousel {
display: flex;
>>>>>>> cfca95ba00361d0c121c6931ed7fbeca6c8afc35
}
.botoesCarousel {
width: 90px;
position: relative;
top: 75%;
}
.botaoCarousel {
border: 0 solid white;
border-radius: 15px;
background-color: rgba(255, 255, 255, 0.5);
height: 11px;
margin: 1px;
}
.botaoArrow {
border: 0 solid white;
border-radius: 25px;
padding: 5px;
width: 40px;
height: 40px;
background-color: rgba(255, 255, 255, 0.3);
position: relative;
bottom: 46%;
outline: none;
}
.botaoArrow:focus {
outline: 5px auto -webkit-focus-ring-color;
}
.botaoRight {
flex-direction: row-reverse;
position: relative;
left: 91%;
}
.botaoRight:hover {
background-color: rgba(255, 255, 255, 0.7);
}
.botaoLeft {
position: relative;
left: 1%;
}
.botaoLeft:hover {
background-color: rgba(255, 255, 255, 0.7);
}
.arrowIcon {
color: white;
}
/*estilo agendamento*/
.botaoCadastro {
background-color: orangered !important;
color: white;
margin-bottom: 10px;
}
/* estilo footer */
.rodape {
background: orangered;
height: 150px;
text-align: center;
}
.iconeRodape {
display: flex;
align-items: center;
justify-content: center;
position: relative;
top: 40px;
}
.iconeRodape button {
border: 0 solid white;
border-radius: 30px;
background-color: white;
margin: 5px;
padding: 0;
width: 40px;
}
.iconeRodape button:hover {
background-color: black;
}
.iconeRodape button i:hover {
color: white;
}
.iconeRodape button i {
font-size: 30px;
color: black;
padding: 5px;
}
.rodape p {
position: relative;
top: 75px;
color: white;
} | 0.453504 | 0.106412 |
.container {
max-width: none;
}
/* Table area */
.wrapped {
overflow: scroll;
width: calc(100vw - 1rem);
height: 75vh;
}
.gdoc-markdown .wrapped table {
border-collapse: separate;
width: fit-content;
}
table th {
overflow-wrap: break-word;
}
table td {
width: 20px;
overflow-wrap: break-word;
}
.wrapped thead th {
position: sticky;
white-space: nowrap;
overflow-wrap: break-word;
z-index: 1;
}
.wrapped thead th:first-child {
z-index: 2;
}
.wrapped thead tr:nth-child(1) th {
top: 0;
background-color: var(--accent-color-lite);
}
.wrapped thead tr:nth-child(2) th {
top: 2.5rem;
background-color: var(--body-background);
}
.wrapped thead tr:nth-child(3) th {
top: 5rem;
background-color: var(--accent-color-lite);
}
.wrapped table th:first-child, td:first-child {
position: sticky;
left: 0;
background-color: var(--body-background);
}
.wrapped table tr:nth-child(2n) td:first-child {
background-color: var(--accent-color-lite);
}
/* LCOV legend */
.LegendNA {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #828282;
}
.LegendLo {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #D9634C;
}
.LegendMed {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #D6AF22;
}
.LegendHi {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #4FC921;
}
/* Git activity graph area */
.activity {
display: flex;
}
.activity-graph {
flex-grow: 1;
}
.activity-user {
min-width: 300px;
flex-grow: 0;
}
.avatar {
width: 80px;
height: 80px;
}
.avatar .avatar-image {
border-radius: 50%;
}
/* Light mode theming */
:root,
:root[color-mode="light"] {
--header-background: #07579E;
}
@media (prefers-color-scheme: light) {
:root {
--header-background: #07579E;
}
}
/* Dark mode theming */
:root[color-mode="dark"] {
--header-background: #07579E;
}
@media (prefers-color-scheme: dark) {
:root {
--header-background: #07579E;
}
} | example/hugo-site/static/custom.css | .container {
max-width: none;
}
/* Table area */
.wrapped {
overflow: scroll;
width: calc(100vw - 1rem);
height: 75vh;
}
.gdoc-markdown .wrapped table {
border-collapse: separate;
width: fit-content;
}
table th {
overflow-wrap: break-word;
}
table td {
width: 20px;
overflow-wrap: break-word;
}
.wrapped thead th {
position: sticky;
white-space: nowrap;
overflow-wrap: break-word;
z-index: 1;
}
.wrapped thead th:first-child {
z-index: 2;
}
.wrapped thead tr:nth-child(1) th {
top: 0;
background-color: var(--accent-color-lite);
}
.wrapped thead tr:nth-child(2) th {
top: 2.5rem;
background-color: var(--body-background);
}
.wrapped thead tr:nth-child(3) th {
top: 5rem;
background-color: var(--accent-color-lite);
}
.wrapped table th:first-child, td:first-child {
position: sticky;
left: 0;
background-color: var(--body-background);
}
.wrapped table tr:nth-child(2n) td:first-child {
background-color: var(--accent-color-lite);
}
/* LCOV legend */
.LegendNA {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #828282;
}
.LegendLo {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #D9634C;
}
.LegendMed {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #D6AF22;
}
.LegendHi {
padding-left: 10px;
padding-right: 10px;
padding-top: 2px;
background-color: #4FC921;
}
/* Git activity graph area */
.activity {
display: flex;
}
.activity-graph {
flex-grow: 1;
}
.activity-user {
min-width: 300px;
flex-grow: 0;
}
.avatar {
width: 80px;
height: 80px;
}
.avatar .avatar-image {
border-radius: 50%;
}
/* Light mode theming */
:root,
:root[color-mode="light"] {
--header-background: #07579E;
}
@media (prefers-color-scheme: light) {
:root {
--header-background: #07579E;
}
}
/* Dark mode theming */
:root[color-mode="dark"] {
--header-background: #07579E;
}
@media (prefers-color-scheme: dark) {
:root {
--header-background: #07579E;
}
} | 0.423816 | 0.089614 |
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap');
* {
margin: 0;
padding: 0;
font-family: 'Hind', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
text-align: center;
margin-left: auto;
margin-right: auto;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
margin-top: -.5%;
}
span#base, label, a#show-graph {
background: rgba(255,255,255,.45);
padding: 3px;
border-radius: 3px;
}
h1, h2 {
color: rgba(255,255,255,.8);
}
.fa-question-circle {
color: rgba(255,255,255,.8);
}
#content {
margin: 0;
padding: 0;
background-color: #cca8a3;
background-image: url("https://mvarona.github.io/FundHabit/images/brick-wall-dark.png");
z-index: 0;
}
@keyframes gradient {
0% {
background-position: 0% 0%;
}
50% {
background-position: 100% 100%;
}
100% {
background-position: 0% 0%;
}
}
header {
margin-top: 1%;
}
header img#logo {
width: 8em;
height: 8em;
border-radius: 100%;
position: absolute;
top: 1%;
left: 2%;
}
h1 {
font-size: 4em;
font-weight: 300;
}
h2 {
margin-top: -.2%;
font-size: 2em;
font-weight: 400;
}
#coffe {
position: absolute;
top: 5px;
right: 5px;
}
#github {
position: absolute;
top: 35px;
right: 5px;
}
#lang {
position: absolute;
top: 65px;
right: 5px;
}
a.active {
text-decoration: underline;
}
a {
color: black!important;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h2 a {
color: black;
}
hr {
width: 95%;
border: solid .5px #ffffff;
margin-top: 1%;
}
#instructions {
display: inline-block;
font-size: 1.3em;
padding-top: 2%;
padding-bottom: 0;
background: rgba(240,240,240,.3);
}
#instructions div {
display: inline-block;
margin-right: 5%;
margin-bottom: 1%;
}
#instructions div:last-block {
margin-right: 0;
}
#instructions p {
margin-top: 1%;
font-size: .9em;
}
section {
font-size: 1.2em;
text-align: justify;
margin-top: 2%;
width: 80%;
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
}
section div.circle {
display: inline-block;
margin-left: 2%;
width: 70px;
height: 70px;
border: solid 1px #ffffff;
border-radius: 100%;
position: absolute;
background: rgba(255,255,255,.3);
}
section input#base {
font-size: 1.2em;
width: 70%;
border: none;
text-align: center;
margin-left: 5%;
margin-top: 28%;
background-color: transparent;
}
section span#base {
display: inline-block;
margin-top: 2%;
}
section .not_linear_info{
margin-left: 2%;
}
section input#txt_not_linear {
width: 53%;
font-size: 1.5em;
padding-left: 1%;
padding-right: 1%;
margin-top: 1%;
margin-bottom: 1%;
}
section div#graph-wrapper {
display: none;
}
section canvas#graph_incentives{
height: 500px!important;
margin-top: 2%;
display: none;
}
section div.fund-wrapper {
position: relative;
width: 100%;
height: 100%;
}
section div.fund {
display: inline-block;
width: 20em;
height: 20em;
border-radius: 100%;
border: solid 2px #ffffff;
margin-left: auto;
margin-right: auto;
text-align: center;
transition-duration: 2s;
}
section div.fund span {
display: inline-block;
position: relative;
}
section div.fund span {
margin-bottom: 10%;
display: none;
}
section div.fund span.amount {
display: block!important;
font-size: 3em;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
margin-top: 25%;
position: relative!important;
color: black!important;
}
section div.fund span.guide {
transition: none!important;
}
section div.fund span.name {
display: block!important;
}
section div.fund:hover {
cursor: pointer;
}
section div.fund#fail {
background-color: rgb(220,50,70);
border-color: rgb(200,30,50);
left: 0;
margin-left: 0;
}
section div.fund#success {
background-color: rgb(70,200,50);
border-color: rgb(50,180,30);
right: 0;
margin-left: 5%;
}
section div.fund#fail:hover {
background-color: rgb(255,110,110);
}
section div.fund#success:hover {
background-color: rgb(110,255,110);
}
footer {
display: block;
width: 100%;
position: fixed;
bottom: 0;
height: 5%;
z-index: 10;
background-color: rgba(255,255,255,.9);
}
footer.cookies p {
margin-top: .8%;
}
footer.alert {
display: none;
color: white;
background-color: rgb(220,50,70);
width: 100%;
bottom: 0;
height: 4.5%;
z-index: 100;
padding-top: .5%;
font-size: 1.1em;
}
footer.ok {
display: none;
color: white;
background-color: rgb(70,200,50);
width: 100%;
bottom: 0;
height: 4.5%;
z-index: 100;
padding-top: .5%;
font-size: 1.1em;
}
/* MEDIA QUERIES: */
.hideOnSmallScreen {
display: inline-block;
}
.showOnSmallScreen {
display: none;
}
@media only screen and (max-width: 1030px) {
header img#logo {
width: 4em;
height: 4em;
}
section div.circle {
width: 50px;
height: 50px;
margin-left: 44%;
position: relative;
}
section input#base {
margin-top: 10%;
}
}
@media only screen and (max-width: 900px) {
section div.fund#success {
display: table-cell;
}
}
@media only screen and (max-width: 850px) {
header a {
font-size: .8em;
}
header h1 {
padding-top: 2%;
}
header h2 {
margin-top: -1.5%;
}
}
@media only screen and (max-width: 520px) {
header img#logo {
width: 2em;
height: 2em;
top: .8%;
}
header a {
font-size: .8em;
}
header h1 {
padding-top: 5%;
font-size: 2em;
}
header h2 {
margin-top: -1.5%;
font-size: 1.5em;
}
.hideOnSmallScreen {
display: none;
}
.showOnSmallScreen {
display: block;
}
} | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap');
* {
margin: 0;
padding: 0;
font-family: 'Hind', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
text-align: center;
margin-left: auto;
margin-right: auto;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
margin-top: -.5%;
}
span#base, label, a#show-graph {
background: rgba(255,255,255,.45);
padding: 3px;
border-radius: 3px;
}
h1, h2 {
color: rgba(255,255,255,.8);
}
.fa-question-circle {
color: rgba(255,255,255,.8);
}
#content {
margin: 0;
padding: 0;
background-color: #cca8a3;
background-image: url("https://mvarona.github.io/FundHabit/images/brick-wall-dark.png");
z-index: 0;
}
@keyframes gradient {
0% {
background-position: 0% 0%;
}
50% {
background-position: 100% 100%;
}
100% {
background-position: 0% 0%;
}
}
header {
margin-top: 1%;
}
header img#logo {
width: 8em;
height: 8em;
border-radius: 100%;
position: absolute;
top: 1%;
left: 2%;
}
h1 {
font-size: 4em;
font-weight: 300;
}
h2 {
margin-top: -.2%;
font-size: 2em;
font-weight: 400;
}
#coffe {
position: absolute;
top: 5px;
right: 5px;
}
#github {
position: absolute;
top: 35px;
right: 5px;
}
#lang {
position: absolute;
top: 65px;
right: 5px;
}
a.active {
text-decoration: underline;
}
a {
color: black!important;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h2 a {
color: black;
}
hr {
width: 95%;
border: solid .5px #ffffff;
margin-top: 1%;
}
#instructions {
display: inline-block;
font-size: 1.3em;
padding-top: 2%;
padding-bottom: 0;
background: rgba(240,240,240,.3);
}
#instructions div {
display: inline-block;
margin-right: 5%;
margin-bottom: 1%;
}
#instructions div:last-block {
margin-right: 0;
}
#instructions p {
margin-top: 1%;
font-size: .9em;
}
section {
font-size: 1.2em;
text-align: justify;
margin-top: 2%;
width: 80%;
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
}
section div.circle {
display: inline-block;
margin-left: 2%;
width: 70px;
height: 70px;
border: solid 1px #ffffff;
border-radius: 100%;
position: absolute;
background: rgba(255,255,255,.3);
}
section input#base {
font-size: 1.2em;
width: 70%;
border: none;
text-align: center;
margin-left: 5%;
margin-top: 28%;
background-color: transparent;
}
section span#base {
display: inline-block;
margin-top: 2%;
}
section .not_linear_info{
margin-left: 2%;
}
section input#txt_not_linear {
width: 53%;
font-size: 1.5em;
padding-left: 1%;
padding-right: 1%;
margin-top: 1%;
margin-bottom: 1%;
}
section div#graph-wrapper {
display: none;
}
section canvas#graph_incentives{
height: 500px!important;
margin-top: 2%;
display: none;
}
section div.fund-wrapper {
position: relative;
width: 100%;
height: 100%;
}
section div.fund {
display: inline-block;
width: 20em;
height: 20em;
border-radius: 100%;
border: solid 2px #ffffff;
margin-left: auto;
margin-right: auto;
text-align: center;
transition-duration: 2s;
}
section div.fund span {
display: inline-block;
position: relative;
}
section div.fund span {
margin-bottom: 10%;
display: none;
}
section div.fund span.amount {
display: block!important;
font-size: 3em;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
margin-top: 25%;
position: relative!important;
color: black!important;
}
section div.fund span.guide {
transition: none!important;
}
section div.fund span.name {
display: block!important;
}
section div.fund:hover {
cursor: pointer;
}
section div.fund#fail {
background-color: rgb(220,50,70);
border-color: rgb(200,30,50);
left: 0;
margin-left: 0;
}
section div.fund#success {
background-color: rgb(70,200,50);
border-color: rgb(50,180,30);
right: 0;
margin-left: 5%;
}
section div.fund#fail:hover {
background-color: rgb(255,110,110);
}
section div.fund#success:hover {
background-color: rgb(110,255,110);
}
footer {
display: block;
width: 100%;
position: fixed;
bottom: 0;
height: 5%;
z-index: 10;
background-color: rgba(255,255,255,.9);
}
footer.cookies p {
margin-top: .8%;
}
footer.alert {
display: none;
color: white;
background-color: rgb(220,50,70);
width: 100%;
bottom: 0;
height: 4.5%;
z-index: 100;
padding-top: .5%;
font-size: 1.1em;
}
footer.ok {
display: none;
color: white;
background-color: rgb(70,200,50);
width: 100%;
bottom: 0;
height: 4.5%;
z-index: 100;
padding-top: .5%;
font-size: 1.1em;
}
/* MEDIA QUERIES: */
.hideOnSmallScreen {
display: inline-block;
}
.showOnSmallScreen {
display: none;
}
@media only screen and (max-width: 1030px) {
header img#logo {
width: 4em;
height: 4em;
}
section div.circle {
width: 50px;
height: 50px;
margin-left: 44%;
position: relative;
}
section input#base {
margin-top: 10%;
}
}
@media only screen and (max-width: 900px) {
section div.fund#success {
display: table-cell;
}
}
@media only screen and (max-width: 850px) {
header a {
font-size: .8em;
}
header h1 {
padding-top: 2%;
}
header h2 {
margin-top: -1.5%;
}
}
@media only screen and (max-width: 520px) {
header img#logo {
width: 2em;
height: 2em;
top: .8%;
}
header a {
font-size: .8em;
}
header h1 {
padding-top: 5%;
font-size: 2em;
}
header h2 {
margin-top: -1.5%;
font-size: 1.5em;
}
.hideOnSmallScreen {
display: none;
}
.showOnSmallScreen {
display: block;
}
} | 0.462959 | 0.083628 |
* {
text-align: center;
}
/*Set style when the user hovers over a link in the navigation bar*/
.navbar a:hover {
background: #6df1a9;
}
/*Set background color and border for navbar*/
nav {
background-color: #f3f3ee;
border-top: solid;
border-bottom: solid;
}
/*Center h1 with class title, set font and background color and make the size responsive*/
h1.title {
color: black;
background-color: #6df1a9;
margin-bottom: 0px;
font-size: 7vw;
}
/*Adjust size for small titles beneath the pictures*/
.small-title {
font-size: 1.2em;
}
/*Set size for images*/
img {
height: 90%;
width: 100%;
}
/*Set size for images with this specific class (the images beside experience and academic bakground*/
img.logo {
height: auto;
width: 6rem;
vertical-align: middle;
}
/*Set size for images with this specific class (the image for the projects section)*/
img.small {
height: auto;
width: 25vw;
min-width: 10px;
vertical-align: middle;
}
/*Set style for pictures with polaroid effect*/
div.polaroid {
width: 100%;
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Set background color for odd sections*/
.odd {
background-color: #f3f3ee;
}
/*Set background color for even sections*/
.even {
background-color: #bbe3f5;
}
/*Set background color and padding for footer*/
footer {
background-color: #6df1a9;
padding: 2px;
}
/*Style the jumbotron for the footer*/
.jumbotron {
background-color: #6df1a9;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
}
/*Set size for the images in the footer*/
.icon {
height: 2rem;
width: 2rem;
}
/*Set padding and margin for the lists and list items*/
ul li {
padding: 10px;
margin: 20px;
}
/*Set padding and margin for lists and list items in the navbar and in the content menus*/
ul.navbar-bar,
li.nav-item,
li.menu {
padding: 0px;
margin: 0px;
}
/*Set margin for all paragraphs*/
p {
margin-bottom: 5px;
}
/*Underline text for texts with this class*/
.underlined {
text-decoration: underline;
}
/*Set width for the videos.*/
.video {
width: 100%;
}
/*Set color for links in the content menus*/
a {
color: darkblue;
} | styles.css | * {
text-align: center;
}
/*Set style when the user hovers over a link in the navigation bar*/
.navbar a:hover {
background: #6df1a9;
}
/*Set background color and border for navbar*/
nav {
background-color: #f3f3ee;
border-top: solid;
border-bottom: solid;
}
/*Center h1 with class title, set font and background color and make the size responsive*/
h1.title {
color: black;
background-color: #6df1a9;
margin-bottom: 0px;
font-size: 7vw;
}
/*Adjust size for small titles beneath the pictures*/
.small-title {
font-size: 1.2em;
}
/*Set size for images*/
img {
height: 90%;
width: 100%;
}
/*Set size for images with this specific class (the images beside experience and academic bakground*/
img.logo {
height: auto;
width: 6rem;
vertical-align: middle;
}
/*Set size for images with this specific class (the image for the projects section)*/
img.small {
height: auto;
width: 25vw;
min-width: 10px;
vertical-align: middle;
}
/*Set style for pictures with polaroid effect*/
div.polaroid {
width: 100%;
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Set background color for odd sections*/
.odd {
background-color: #f3f3ee;
}
/*Set background color for even sections*/
.even {
background-color: #bbe3f5;
}
/*Set background color and padding for footer*/
footer {
background-color: #6df1a9;
padding: 2px;
}
/*Style the jumbotron for the footer*/
.jumbotron {
background-color: #6df1a9;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0;
}
/*Set size for the images in the footer*/
.icon {
height: 2rem;
width: 2rem;
}
/*Set padding and margin for the lists and list items*/
ul li {
padding: 10px;
margin: 20px;
}
/*Set padding and margin for lists and list items in the navbar and in the content menus*/
ul.navbar-bar,
li.nav-item,
li.menu {
padding: 0px;
margin: 0px;
}
/*Set margin for all paragraphs*/
p {
margin-bottom: 5px;
}
/*Underline text for texts with this class*/
.underlined {
text-decoration: underline;
}
/*Set width for the videos.*/
.video {
width: 100%;
}
/*Set color for links in the content menus*/
a {
color: darkblue;
} | 0.309441 | 0.17266 |
.navbar {
width: 100%;
height: 70px;
display: flex;
justify-content: space-evenly;
align-items: center;
position: sticky;
top: 0;
background-color: var(--primary-color);
z-index: 9999;
}
.nav-left {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.nav-rigth {
width: 100%;
max-width: 434px;
height: 100%;
display: flex;
margin-left: 20rem;
align-items: center;
}
.nav-list {
display: flex;
list-style-type: none;
}
.header-navbar {
display: flex;
align-items: center;
}
.social {
display: flex;
}
.social img{
width: 3.8rem;
margin-right: 1rem;
}
.social a {
margin: 10px 10px;
}
.nav-item a {
color: var(--light-color);
padding: 10px;
font-size: 1.1rem;
margin-left: 2rem;
}
.nav-item a:hover {
border-bottom: 3px solid var(--light-color);
}
.menu-bars {
display: none;
align-items: center;
background: none;
color: #fbfbff;
}
.nav-menu {
width: 100%;
height: 24rem;
display: flex;
justify-content: center;
position: fixed;
top: -100%;
left: 0;
transition: 850ms;
background-color: var(--dark-color);
z-index: 9999;
}
.nav-menu.active {
top: 0;
transition: 350ms;
}
.nav-text {
display: flex;
justify-content: start;
align-items: center;
padding: 8px 0 8px 16px;
list-style: none;
height: 60px;
}
.nav-text a {
text-decoration: none;
color: #fbfbff;
font-size: 18px;
width: 95%;
height: 100%;
display: flex;
align-items: center;
padding: 0 16px;
border-radius: 4px;
}
.nav-text a:hover {
border: 1px solid var(--primary-color);
}
.nav-menu-items {
width: 100%;
}
.navbar-toggle {
width: 50%;
height: 100px;
display: flex;
margin-left: 20rem;
align-items: center;
background-color: var(--dark-color);
}
@media (max-width: 650px) {
.menu-bars {
display: flex;
justify-content: center;
align-items: center;
margin-top: 5px;
margin-left: 10rem;
}
.social {
margin-top: 5px;
}
.navbar-menu {
display: none;
}
}
@media (max-width: 768px) {
.nav-rigth {
margin-left: 10rem;
}
} | styles/navbar.css | .navbar {
width: 100%;
height: 70px;
display: flex;
justify-content: space-evenly;
align-items: center;
position: sticky;
top: 0;
background-color: var(--primary-color);
z-index: 9999;
}
.nav-left {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.nav-rigth {
width: 100%;
max-width: 434px;
height: 100%;
display: flex;
margin-left: 20rem;
align-items: center;
}
.nav-list {
display: flex;
list-style-type: none;
}
.header-navbar {
display: flex;
align-items: center;
}
.social {
display: flex;
}
.social img{
width: 3.8rem;
margin-right: 1rem;
}
.social a {
margin: 10px 10px;
}
.nav-item a {
color: var(--light-color);
padding: 10px;
font-size: 1.1rem;
margin-left: 2rem;
}
.nav-item a:hover {
border-bottom: 3px solid var(--light-color);
}
.menu-bars {
display: none;
align-items: center;
background: none;
color: #fbfbff;
}
.nav-menu {
width: 100%;
height: 24rem;
display: flex;
justify-content: center;
position: fixed;
top: -100%;
left: 0;
transition: 850ms;
background-color: var(--dark-color);
z-index: 9999;
}
.nav-menu.active {
top: 0;
transition: 350ms;
}
.nav-text {
display: flex;
justify-content: start;
align-items: center;
padding: 8px 0 8px 16px;
list-style: none;
height: 60px;
}
.nav-text a {
text-decoration: none;
color: #fbfbff;
font-size: 18px;
width: 95%;
height: 100%;
display: flex;
align-items: center;
padding: 0 16px;
border-radius: 4px;
}
.nav-text a:hover {
border: 1px solid var(--primary-color);
}
.nav-menu-items {
width: 100%;
}
.navbar-toggle {
width: 50%;
height: 100px;
display: flex;
margin-left: 20rem;
align-items: center;
background-color: var(--dark-color);
}
@media (max-width: 650px) {
.menu-bars {
display: flex;
justify-content: center;
align-items: center;
margin-top: 5px;
margin-left: 10rem;
}
.social {
margin-top: 5px;
}
.navbar-menu {
display: none;
}
}
@media (max-width: 768px) {
.nav-rigth {
margin-left: 10rem;
}
} | 0.462716 | 0.065455 |
body {
background-color: #222831;
color: #dddddd;
}
.card {
border-radius: 4px;
background-color: #30475e;
padding: 1.25rem;
margin: 1.25rem 0;
}
.label {
text-transform: uppercase;
line-height: 1;
font-size: 60%;
position: relative;
letter-spacing: 2px;
bottom: 4px;
}
.card-inner {
border-radius: 4px;
background-color: #222831;
padding: 1.25rem;
margin: 1.25rem 0;
}
.feature-list {
font-weight: bold;
}
.feature-list > .false {
opacity: 0.33;
font-weight: normal;
}
.char-infos {
display: flex;
justify-content: space-between;
}
.char-info {
flex: 0 0 22%;
position: relative;
}
.char-portrait {
width: 100%;
height: 0;
padding-bottom: 100%;
background-color: #f05454;
background-image: url("https://via.placeholder.com/512x512");
background-size: contain;
border-radius: 4px;
}
.elements-group,
.details-group,
.weapons-group {
display: flex;
}
.feature-icon {
flex: 0 0 12%;
position: relative;
border-radius: 50%;
background-color: #bbbbbb;
border: 2px solid #30475e;
text-align: center;
width: 100%;
height: 0;
padding-bottom: 12%;
}
.weapons-group .feature-icon {
flex: 0 0 17%;
padding-bottom: 17%;
}
.feature-icon.highlight {
border: 2px solid #dd0;
}
.feature-icon.disabled {
opacity: 0.1;
}
.feature-icon.feature-icon--hydro {
background-color: #0f0;
}
.feature-icon .inner-icon {
font-size: 1rem;
line-height: 1;
padding-top: 0.5rem;
display: block;
}
.details-group {
margin-top: 0.2rem;
}
.feature-icon.icon-hydro {
background-color: #F72585;
}
.feature-icon.icon-cryo {
background-color: #4895EF;
}
.feature-icon.icon-pyro {
background-color: #560BAD;
}
.feature-icon.icon-electro {
background-color: #B5179E;
}
.feature-icon.icon-geo {
background-color: #480CA8;
}
.feature-icon.icon-anemo {
background-color: #3A0CA3;
}
.feature-icon.icon-sword {
background-color: #7209B7;
}
.feature-icon.icon-bow {
background-color: #4361EE;
}
.feature-icon.icon-catalyst {
background-color: #3F37C9;
}
.feature-icon.icon-claymore {
background-color: #4CC9F0;
} | prototype/explorer/style.css | body {
background-color: #222831;
color: #dddddd;
}
.card {
border-radius: 4px;
background-color: #30475e;
padding: 1.25rem;
margin: 1.25rem 0;
}
.label {
text-transform: uppercase;
line-height: 1;
font-size: 60%;
position: relative;
letter-spacing: 2px;
bottom: 4px;
}
.card-inner {
border-radius: 4px;
background-color: #222831;
padding: 1.25rem;
margin: 1.25rem 0;
}
.feature-list {
font-weight: bold;
}
.feature-list > .false {
opacity: 0.33;
font-weight: normal;
}
.char-infos {
display: flex;
justify-content: space-between;
}
.char-info {
flex: 0 0 22%;
position: relative;
}
.char-portrait {
width: 100%;
height: 0;
padding-bottom: 100%;
background-color: #f05454;
background-image: url("https://via.placeholder.com/512x512");
background-size: contain;
border-radius: 4px;
}
.elements-group,
.details-group,
.weapons-group {
display: flex;
}
.feature-icon {
flex: 0 0 12%;
position: relative;
border-radius: 50%;
background-color: #bbbbbb;
border: 2px solid #30475e;
text-align: center;
width: 100%;
height: 0;
padding-bottom: 12%;
}
.weapons-group .feature-icon {
flex: 0 0 17%;
padding-bottom: 17%;
}
.feature-icon.highlight {
border: 2px solid #dd0;
}
.feature-icon.disabled {
opacity: 0.1;
}
.feature-icon.feature-icon--hydro {
background-color: #0f0;
}
.feature-icon .inner-icon {
font-size: 1rem;
line-height: 1;
padding-top: 0.5rem;
display: block;
}
.details-group {
margin-top: 0.2rem;
}
.feature-icon.icon-hydro {
background-color: #F72585;
}
.feature-icon.icon-cryo {
background-color: #4895EF;
}
.feature-icon.icon-pyro {
background-color: #560BAD;
}
.feature-icon.icon-electro {
background-color: #B5179E;
}
.feature-icon.icon-geo {
background-color: #480CA8;
}
.feature-icon.icon-anemo {
background-color: #3A0CA3;
}
.feature-icon.icon-sword {
background-color: #7209B7;
}
.feature-icon.icon-bow {
background-color: #4361EE;
}
.feature-icon.icon-catalyst {
background-color: #3F37C9;
}
.feature-icon.icon-claymore {
background-color: #4CC9F0;
} | 0.512937 | 0.08882 |
.root {
position: relative;
border: 1px solid rgb(245, 245, 245);
background-color: #fff;
margin-bottom: 30px;
&_singleExample {
border: none;
margin-bottom: 0;
}
@media (min-width: 768px) {
display: flex;
justify-content: space-between;
}
}
.previewBox {
width: 100%;
padding: 1rem;
overflow: hidden;
position: relative;
&_withToolbar {
@media (min-width: 768px) {
padding-right: calc(50px + 1rem);
}
}
&_withEditor {
@media (min-width: 768px) {
padding-right: calc(400px + 50px + 1rem);
}
}
}
.tools {
position: absolute;
top: 0;
right: 0;
z-index: 1000;
@media (min-width: 768px) {
display: none;
.root:hover > & {
display: block;
}
}
}
.resizeble {
margin: 0 auto;
max-width: 100%;
/* stylelint-disable-next-line plugin/no-low-performance-animation */
transition: width 0.5s, height 0.5s;
&_isResize {
transition: none;
}
}
.preview {
margin: 0 auto;
padding: 15px 24px;
overflow: auto;
position: relative;
max-width: 100%;
max-height: 100%;
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 6px, rgba(0, 0, 0, 0.117647) 0 1px 4px;
height: 100%;
&_BgLight {
background-color: rgb(255, 255, 255);
}
&_BgDark {
background-color: rgb(35, 35, 35);
}
&_BgTransparent {
background-image: url('./static/transparent.jpg');
background-repeat: repeat;
}
}
.previewSize {
font-size: 0.7rem;
position: absolute;
bottom: 1em;
right: 1em;
font-style: italic;
color: rgba(0, 0, 0, 0.298039);
@media (min-width: 768px) {
position: fixed;
right: 60px;
}
.previewBox_withToolbar & {
@media (min-width: 768px) {
right: calc(50px + 1rem);
}
}
.previewBox_withEditor & {
@media (min-width: 768px) {
right: calc(400px + 50px + 1rem);
}
}
}
.toolWrapper {
width: 100%;
display: flex;
flex-direction: column;
@media (min-width: 768px) {
position: fixed;
top: 64px;
bottom: 0;
right: 0;
width: auto;
max-width: 500px;
flex-direction: row;
}
}
.toolsWrapper {
display: flex;
flex-direction: column;
background-color: #263238;
border-top: 1px solid rgb(245, 245, 245);
width: 100%;
@media (min-width: 768px) {
width: 400px;
border-top: none;
border-left: 1px solid rgb(245, 245, 245);
}
&:empty {
width: 0;
border: none;
}
}
.editorWrapper {
width: 100%;
}
.root:hover .isolatedLink {
opacity: 1;
} | src/rsg-components/Playground/Playground.css | .root {
position: relative;
border: 1px solid rgb(245, 245, 245);
background-color: #fff;
margin-bottom: 30px;
&_singleExample {
border: none;
margin-bottom: 0;
}
@media (min-width: 768px) {
display: flex;
justify-content: space-between;
}
}
.previewBox {
width: 100%;
padding: 1rem;
overflow: hidden;
position: relative;
&_withToolbar {
@media (min-width: 768px) {
padding-right: calc(50px + 1rem);
}
}
&_withEditor {
@media (min-width: 768px) {
padding-right: calc(400px + 50px + 1rem);
}
}
}
.tools {
position: absolute;
top: 0;
right: 0;
z-index: 1000;
@media (min-width: 768px) {
display: none;
.root:hover > & {
display: block;
}
}
}
.resizeble {
margin: 0 auto;
max-width: 100%;
/* stylelint-disable-next-line plugin/no-low-performance-animation */
transition: width 0.5s, height 0.5s;
&_isResize {
transition: none;
}
}
.preview {
margin: 0 auto;
padding: 15px 24px;
overflow: auto;
position: relative;
max-width: 100%;
max-height: 100%;
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 6px, rgba(0, 0, 0, 0.117647) 0 1px 4px;
height: 100%;
&_BgLight {
background-color: rgb(255, 255, 255);
}
&_BgDark {
background-color: rgb(35, 35, 35);
}
&_BgTransparent {
background-image: url('./static/transparent.jpg');
background-repeat: repeat;
}
}
.previewSize {
font-size: 0.7rem;
position: absolute;
bottom: 1em;
right: 1em;
font-style: italic;
color: rgba(0, 0, 0, 0.298039);
@media (min-width: 768px) {
position: fixed;
right: 60px;
}
.previewBox_withToolbar & {
@media (min-width: 768px) {
right: calc(50px + 1rem);
}
}
.previewBox_withEditor & {
@media (min-width: 768px) {
right: calc(400px + 50px + 1rem);
}
}
}
.toolWrapper {
width: 100%;
display: flex;
flex-direction: column;
@media (min-width: 768px) {
position: fixed;
top: 64px;
bottom: 0;
right: 0;
width: auto;
max-width: 500px;
flex-direction: row;
}
}
.toolsWrapper {
display: flex;
flex-direction: column;
background-color: #263238;
border-top: 1px solid rgb(245, 245, 245);
width: 100%;
@media (min-width: 768px) {
width: 400px;
border-top: none;
border-left: 1px solid rgb(245, 245, 245);
}
&:empty {
width: 0;
border: none;
}
}
.editorWrapper {
width: 100%;
}
.root:hover .isolatedLink {
opacity: 1;
} | 0.768038 | 0.132543 |
.alert {
border: 0;
border-radius: 0;
position: relative;
padding: 20px 15px;
width: 350px;
z-index: 2000 !important;
font-size: 14px;
}
.alert b {
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
}
.alert-default {
background-color: white;
color: #555555;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
}
.alert-default a,
.alert-default .alert-link {
color: rgba(0, 0, 0, 0.87);
}
.alert-inverse {
background-color: #292b2c;
color: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(33, 33, 33, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(33, 33, 33, 0.2);
box-shadow: 0 12px 20px -10px rgba(33, 33, 33, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(33, 33, 33, 0.2);
}
.alert-inverse a,
.alert-inverse .alert-link {
color: #fff;
}
.alert-primary {
background-color: #4489e4;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}
.alert-primary a,
.alert-primary .alert-link {
color: #ffffff;
}
.alert-success {
background-color: #32c861;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}
.alert-success a,
.alert-success .alert-link {
color: #ffffff;
}
.alert-info {
background-color: #34d3eb;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.alert-info a,
.alert-info .alert-link {
color: #ffffff;
}
.alert-warning {
background-color: #ffa91c;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}
.alert-warning a,
.alert-warning .alert-link {
color: #ffffff;
}
.alert-danger {
background-color: #f96a74;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.alert-danger a,
.alert-danger .alert-link {
color: #ffffff;
}
.alert-rose {
background-color: #eb3573;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(233, 30, 99, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(233, 30, 99, 0.2);
box-shadow: 0 12px 20px -10px rgba(233, 30, 99, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(233, 30, 99, 0.2);
}
.alert-rose a,
.alert-rose .alert-link {
color: #ffffff;
}
.alert i[data-notify="icon"] {
font-size: 30px;
display: block;
left: 15px;
position: absolute;
top: 50%;
margin-top: -15px;
}
.alert span {
display: block;
max-width: 89%;
}
.alert-icon {
display: block;
float: left;
margin-right: 15px;
}
.alert-icon i {
margin-top: -7px;
top: 5px;
position: relative;
}
.alert-with-icon {
padding-left: 65px;
}
.alert a, .alert-link {
color: #555555;
}
.alert .close {
font-size: inherit;
color: #FFFFFF;
opacity: .9;
text-shadow: none;
}
/*# sourceMappingURL=notify.css.map */ | public/resources/css/notify.css | .alert {
border: 0;
border-radius: 0;
position: relative;
padding: 20px 15px;
width: 350px;
z-index: 2000 !important;
font-size: 14px;
}
.alert b {
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
}
.alert-default {
background-color: white;
color: #555555;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
box-shadow: 0 12px 20px -10px rgba(255, 255, 255, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 255, 255, 0.2);
}
.alert-default a,
.alert-default .alert-link {
color: rgba(0, 0, 0, 0.87);
}
.alert-inverse {
background-color: #292b2c;
color: #fff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(33, 33, 33, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(33, 33, 33, 0.2);
box-shadow: 0 12px 20px -10px rgba(33, 33, 33, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(33, 33, 33, 0.2);
}
.alert-inverse a,
.alert-inverse .alert-link {
color: #fff;
}
.alert-primary {
background-color: #4489e4;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}
.alert-primary a,
.alert-primary .alert-link {
color: #ffffff;
}
.alert-success {
background-color: #32c861;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}
.alert-success a,
.alert-success .alert-link {
color: #ffffff;
}
.alert-info {
background-color: #34d3eb;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.alert-info a,
.alert-info .alert-link {
color: #ffffff;
}
.alert-warning {
background-color: #ffa91c;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}
.alert-warning a,
.alert-warning .alert-link {
color: #ffffff;
}
.alert-danger {
background-color: #f96a74;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
box-shadow: 0 12px 20px -10px rgba(244, 67, 54, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(244, 67, 54, 0.2);
}
.alert-danger a,
.alert-danger .alert-link {
color: #ffffff;
}
.alert-rose {
background-color: #eb3573;
color: #ffffff;
border-radius: 3px;
-webkit-box-shadow: 0 12px 20px -10px rgba(233, 30, 99, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(233, 30, 99, 0.2);
box-shadow: 0 12px 20px -10px rgba(233, 30, 99, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(233, 30, 99, 0.2);
}
.alert-rose a,
.alert-rose .alert-link {
color: #ffffff;
}
.alert i[data-notify="icon"] {
font-size: 30px;
display: block;
left: 15px;
position: absolute;
top: 50%;
margin-top: -15px;
}
.alert span {
display: block;
max-width: 89%;
}
.alert-icon {
display: block;
float: left;
margin-right: 15px;
}
.alert-icon i {
margin-top: -7px;
top: 5px;
position: relative;
}
.alert-with-icon {
padding-left: 65px;
}
.alert a, .alert-link {
color: #555555;
}
.alert .close {
font-size: inherit;
color: #FFFFFF;
opacity: .9;
text-shadow: none;
}
/*# sourceMappingURL=notify.css.map */ | 0.255437 | 0.163479 |
@charset "utf-8";
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";color: #333;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
/*IE下a:hover 背景闪烁*/
html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
Name: style_clearfix
Example: class="clearfix|cl"
Explain: Clearfix(简写cl)避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.fr{float:right;}.fl{float:left}
#loading{
position:fixed;
left:50%;
top:50%;
margin-left:-100px;
margin-top:-30px;
width:200px;
height:60px;
color:#fff;
font-size:16px;
line-height:60px;
text-align: center;
border-radius: 10px;
background:rgba(0,0,0,.5);
opacity:0;
display:none;
z-index:1000;
} | src/css/reset.css | @charset "utf-8";
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";color: #333;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
/*IE下a:hover 背景闪烁*/
html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}
/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
Name: style_clearfix
Example: class="clearfix|cl"
Explain: Clearfix(简写cl)避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.fr{float:right;}.fl{float:left}
#loading{
position:fixed;
left:50%;
top:50%;
margin-left:-100px;
margin-top:-30px;
width:200px;
height:60px;
color:#fff;
font-size:16px;
line-height:60px;
text-align: center;
border-radius: 10px;
background:rgba(0,0,0,.5);
opacity:0;
display:none;
z-index:1000;
} | 0.261048 | 0.050447 |
body {
padding-top: 70px;
padding-bottom: 40px;
}
textarea {
resize: none;
}
legend {
font-size: 16px;
background: #fafafa;
padding: 8px 20px;
}
.width-input {
display: inline-block !important;
margin-right: 6px;
width: 150px;
}
.width-input-mini {width: 50px;}
.width-input-small {width: 100px;}
.width-input-large {width:200px;}
.width-full {width:100%;}
.control-text {
display: inline-block;
min-height: 34px;
padding: 6px 0;
font-size: 14;
line-height: 20px;
vertical-align: middle;
}
.radios,
.checkboxs {
padding-top: 5px;
vertical-align: middle;
}
.radios label,
.checkboxs label {
font-weight: normal;
padding: 0 20px 0 5px;
}
.modal-backdrop {
opacity: 0.5;
}
@media screen and (min-width: 768px) {
.modal-dialog-large {
width: 720px;
}
.modal-dialog-xlarge {
width: 978px;
}
.date-selects select {
width: 18%;
margin-right: 10px;
}
}
.two-col-form .panel-heading {
padding: 5px 8px;
font-size: 14px;
}
.file-thumbnail .delete {
visibility: hidden;
}
.file-thumbnail:hover .delete {
visibility: visible;
}
.file-thumbnail > .glyphicon {
display: block;
width: 50px;
height: 50px;
font-size: 50px;
color: #aaa;
margin: 10px auto;
}
.table-order-icon {
font-size: 10px;
color: #666;
}
.form-inline > .divider {
width: 1px;
height: 30px;
margin: 10px 9px;
border-right: 1px solid #ccc;
border-bottom: 0;
}
.page-header {
padding-bottom: 12px;
margin: 0 0 20px 0;
padding: 0;
border-bottom-width: 2px;
}
.page-header h1 {
font-size: 18px;
line-height: 32px;
margin: 0 0;
}
.toast-title {
font-weight: bold;
}
.toast-message {
}
.toast-message a,
.toast-message label {
color: #FFF;
}
.toast-message a:hover {
color: #CCC;
text-decoration: none;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
left: 12px;
bottom: 12px;
}
#toast-container {
position: fixed;
z-index: 9999;
}
#toast-container > div {
background-position: 15px center;
background-repeat: no-repeat;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-moz-box-shadow: 0 0 12px #999999;
-webkit-box-shadow: 0 0 12px #999999;
-o-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #FFFFFF;
margin: 0 0 6px;
-ms-filter: "progid:DXImageTransformed.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
padding: 15px 15px 15px 50px;
width: 300px;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51A351;
}
.toast-error {
background-color: #BD362F;
}
.toast-info {
background-color: #2F96B4;
}
.toast-warning {
background-color: #F89406;
}
.toast-top-right {
top: 12px;
right: 12px;
}
#toast-container > :hover {
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
-o-box-shadow: 0 0 12px #000000;
box-shadow: 0 0 12px #000000;
-ms-filter: "progid:DXImageTransformed.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.width-full {
width: 100%;
}
/**
* jQuery.Select2 Plugin Style
*/
.controls .select2-container {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
float: none;
}
.controls .select2-container-multi .select2-choices {
background-image:none;
filter:none;
height: 34px;
min-height: 34px;
line-height: 20px;
border-radius: 4px;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
.controls .select2-container-multi .select2-choices .select2-search-field input {
min-height: 30px;
}
.controls .select2-container-multi .select2-choices .select2-search-choice {
margin-top: 5px;
background-image: none;
background-color: #f1f1f1;
border-color: #ddd;
}
.log-table {
table-layout: fixed;
word-wrap: break-word;
}
/**
* jQuery sortable
*/
body.dragging, body.dragging * {
cursor: move !important;
}
.dragged {
position: absolute;
opacity: 0.5;
z-index: 2000;
}
tbody.sortable-list tr.placeholder {
list-style: none;
margin-bottom: 10px 0;
width: 100%;
height: 40px;
background: #FCFFC0;
border: 1px dashed #ccc;
list-style: none;
}
#icon-container img {
max-width: 400px;
max-height: 300px;
}
#changeButton {
margin-left: 96px;
}
.lock-user-text-left{
text-align: left;
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.lock-user-text-right{
/*text-align: right;*/
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
fieldset #checkboxChoices{
margin:0;
padding:0;
border:none;
background:transparent;
}
#checkboxChoices div{
margin-top: -10px;
width:8em;
float:left;
}
#checkboxChoices label
{
width:3em;
float:none;
display:inline;
}
#checkboxChoices p{
margin:0.3em 0;
}
.choiceFields {
margin-top: -10px;
margin-left: -26px;
}
.choiceFields label{
margin-left:7px;;
}
#copy-course .badge {
position: absolute;
top: 28px;
right: 72px;
font-size: 11px;
background: none repeat scroll 0% 0% #F60;
padding: 2px 5px;
border-radius: 12px;
}
.popover.help-popover {
max-width: 500px;
} | src/Topxia/AdminBundle/Resources/public/css/admin_v2.css | body {
padding-top: 70px;
padding-bottom: 40px;
}
textarea {
resize: none;
}
legend {
font-size: 16px;
background: #fafafa;
padding: 8px 20px;
}
.width-input {
display: inline-block !important;
margin-right: 6px;
width: 150px;
}
.width-input-mini {width: 50px;}
.width-input-small {width: 100px;}
.width-input-large {width:200px;}
.width-full {width:100%;}
.control-text {
display: inline-block;
min-height: 34px;
padding: 6px 0;
font-size: 14;
line-height: 20px;
vertical-align: middle;
}
.radios,
.checkboxs {
padding-top: 5px;
vertical-align: middle;
}
.radios label,
.checkboxs label {
font-weight: normal;
padding: 0 20px 0 5px;
}
.modal-backdrop {
opacity: 0.5;
}
@media screen and (min-width: 768px) {
.modal-dialog-large {
width: 720px;
}
.modal-dialog-xlarge {
width: 978px;
}
.date-selects select {
width: 18%;
margin-right: 10px;
}
}
.two-col-form .panel-heading {
padding: 5px 8px;
font-size: 14px;
}
.file-thumbnail .delete {
visibility: hidden;
}
.file-thumbnail:hover .delete {
visibility: visible;
}
.file-thumbnail > .glyphicon {
display: block;
width: 50px;
height: 50px;
font-size: 50px;
color: #aaa;
margin: 10px auto;
}
.table-order-icon {
font-size: 10px;
color: #666;
}
.form-inline > .divider {
width: 1px;
height: 30px;
margin: 10px 9px;
border-right: 1px solid #ccc;
border-bottom: 0;
}
.page-header {
padding-bottom: 12px;
margin: 0 0 20px 0;
padding: 0;
border-bottom-width: 2px;
}
.page-header h1 {
font-size: 18px;
line-height: 32px;
margin: 0 0;
}
.toast-title {
font-weight: bold;
}
.toast-message {
}
.toast-message a,
.toast-message label {
color: #FFF;
}
.toast-message a:hover {
color: #CCC;
text-decoration: none;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
left: 12px;
bottom: 12px;
}
#toast-container {
position: fixed;
z-index: 9999;
}
#toast-container > div {
background-position: 15px center;
background-repeat: no-repeat;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-moz-box-shadow: 0 0 12px #999999;
-webkit-box-shadow: 0 0 12px #999999;
-o-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #FFFFFF;
margin: 0 0 6px;
-ms-filter: "progid:DXImageTransformed.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
padding: 15px 15px 15px 50px;
width: 300px;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51A351;
}
.toast-error {
background-color: #BD362F;
}
.toast-info {
background-color: #2F96B4;
}
.toast-warning {
background-color: #F89406;
}
.toast-top-right {
top: 12px;
right: 12px;
}
#toast-container > :hover {
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
-o-box-shadow: 0 0 12px #000000;
box-shadow: 0 0 12px #000000;
-ms-filter: "progid:DXImageTransformed.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.width-full {
width: 100%;
}
/**
* jQuery.Select2 Plugin Style
*/
.controls .select2-container {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
float: none;
}
.controls .select2-container-multi .select2-choices {
background-image:none;
filter:none;
height: 34px;
min-height: 34px;
line-height: 20px;
border-radius: 4px;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
.controls .select2-container-multi .select2-choices .select2-search-field input {
min-height: 30px;
}
.controls .select2-container-multi .select2-choices .select2-search-choice {
margin-top: 5px;
background-image: none;
background-color: #f1f1f1;
border-color: #ddd;
}
.log-table {
table-layout: fixed;
word-wrap: break-word;
}
/**
* jQuery sortable
*/
body.dragging, body.dragging * {
cursor: move !important;
}
.dragged {
position: absolute;
opacity: 0.5;
z-index: 2000;
}
tbody.sortable-list tr.placeholder {
list-style: none;
margin-bottom: 10px 0;
width: 100%;
height: 40px;
background: #FCFFC0;
border: 1px dashed #ccc;
list-style: none;
}
#icon-container img {
max-width: 400px;
max-height: 300px;
}
#changeButton {
margin-left: 96px;
}
.lock-user-text-left{
text-align: left;
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.lock-user-text-right{
/*text-align: right;*/
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
fieldset #checkboxChoices{
margin:0;
padding:0;
border:none;
background:transparent;
}
#checkboxChoices div{
margin-top: -10px;
width:8em;
float:left;
}
#checkboxChoices label
{
width:3em;
float:none;
display:inline;
}
#checkboxChoices p{
margin:0.3em 0;
}
.choiceFields {
margin-top: -10px;
margin-left: -26px;
}
.choiceFields label{
margin-left:7px;;
}
#copy-course .badge {
position: absolute;
top: 28px;
right: 72px;
font-size: 11px;
background: none repeat scroll 0% 0% #F60;
padding: 2px 5px;
border-radius: 12px;
}
.popover.help-popover {
max-width: 500px;
} | 0.232746 | 0.146942 |
body {
font-family: 'Montserrat', sans-serif;
color: #BEBEBE;
background-color: #222222;
background-image: none;
line-height: 42px;
margin: 0;
overflow-y: scroll;
}
a {
color: #ce7b59;
outline: 0;
}
a:hover {
color: #f6915f;
text-decoration: none;
}
li {
font-size: 22px;
font-weight: 300;
padding-bottom: 15px;
padding-left: 35px;
padding-right: 50px;
text-indent: 25px;
}
strong {
font-weight: 500;
}
h1, h2, h3, h4 {
font-family: 'Inconsolata', monospace;
padding-bottom: 15px;
}
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h1.normal {
padding-top: 50px;
}
.footer {
border-top: 1px solid #BEBEBE;
margin-top: 15px;
}
.container {
display: flex;
flex-direction: column;
max-width: 1000px;
margin: 0 auto;
padding: 0 1rem;
}
.navigation {
display: flex;
flex-direction: row;
justify-content: flex-end;
height: 50px;
line-height: 50px;
font-weight: 500;
font-size: 22px;
padding-top: 22px;
padding-bottom: 32px;
padding-right: 32px;
}
.navigation a {
color:#FFF;
text-decoration: none;
padding-left: 48px;
text-transform: lowercase;
}
.title {
font-size: 22px;
text-transform: lowercase;
margin-left: 25px;
}
.page-title {
flex-grow: 1;
}
.gay {
display: flex;
flex-direction: row;
}
/* This is a block */
.colour {
max-height: calc(1000px / 15);
height: 12px;
flex-grow: 1;
}
pre, code {
background: #222222;
padding: 15px;
font-size: 16px;
line-height: 24px;
font-family: Inconsolata, monospace;
border-radius: 0px;
color: #BEBEBE;
margin: 34px 0;
font-weight: 700;
}
code {
background: #bdbab1;
color: #4b505a;
}
code { padding: 3px 3px; }
/*
✨ COLOUR DEFINITIONS ✨
These colours are re-used in many parts of the website
*/
.cursor {
animation: flash 0.75s infinite alternate;
}
@keyframes flash {
0% { opacity: 1; }
49% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 0; }
}
#t-color-red { color: #ef787b; }
#t-color-org { color: #f6915f; }
#t-color-ylw { color: #fdcb71; }
#t-color-grn { color: #99cb9b; }
.tc-brown { color: #ce7b59; }
.colour1 { background-color: #3c3c3c; }
.colour2 { background-color: #525252; }
.colour3 { background-color: #74736a; }
.colour4 { background-color: #9f9e93; }
.colour5 { background-color: #d2cfc7; }
.colour6 { background-color: #e7e5df; }
.colour7 { background-color: #f1f0ec; }
.colour8 { background-color: #ef787b; } /* Red */
.colour9 { background-color: #f6915f; } /* Orange */
.colour10 { background-color: #fdcb71; } /* Yellow */
.colour11 { background-color: #99cb9b; } /* Green */
.colour12 { background-color: #6ccaca; } /* Cyan */
.colour13 { background-color: #6997c8; } /* Blue */
.colour14 { background-color: #ca98c9; } /* Purple */
.colour15 { background-color: #ce7b59; } /* Brown */
/*
✨ CARD DEFINITIONS ✨
*/
.card {
display: flex;
flex-direction: column;
padding: 50px;
background-color: #E2E2E2;
color: #222222;
margin-bottom: 25px;
}
.card-header {
border-bottom: 1px solid #222222;
margin-bottom: 15px;
display: flex;
flex-direction: row;
align-items: center;
}
.card-header-url {
padding: 0;
margin: 0;
flex-grow: 1;
}
.card-content p {
font-size: 24px;
font-weight: 400;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
}
.card-content img {
width: calc(100% - 50px);
max-width: 1200px;
}
.card-content img.original {
max-width: 100%;
width: auto;
}
.article-meta p {
font-style: italic;
font-size: 16px;
line-height: 16px;
text-align: right;
}
.card-content blockquote {
background: #EFEFEF;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
.card-content blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.card-content blockquote p {
display: inline;
} | crumbs/static/css/crumbs.css | body {
font-family: 'Montserrat', sans-serif;
color: #BEBEBE;
background-color: #222222;
background-image: none;
line-height: 42px;
margin: 0;
overflow-y: scroll;
}
a {
color: #ce7b59;
outline: 0;
}
a:hover {
color: #f6915f;
text-decoration: none;
}
li {
font-size: 22px;
font-weight: 300;
padding-bottom: 15px;
padding-left: 35px;
padding-right: 50px;
text-indent: 25px;
}
strong {
font-weight: 500;
}
h1, h2, h3, h4 {
font-family: 'Inconsolata', monospace;
padding-bottom: 15px;
}
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h1.normal {
padding-top: 50px;
}
.footer {
border-top: 1px solid #BEBEBE;
margin-top: 15px;
}
.container {
display: flex;
flex-direction: column;
max-width: 1000px;
margin: 0 auto;
padding: 0 1rem;
}
.navigation {
display: flex;
flex-direction: row;
justify-content: flex-end;
height: 50px;
line-height: 50px;
font-weight: 500;
font-size: 22px;
padding-top: 22px;
padding-bottom: 32px;
padding-right: 32px;
}
.navigation a {
color:#FFF;
text-decoration: none;
padding-left: 48px;
text-transform: lowercase;
}
.title {
font-size: 22px;
text-transform: lowercase;
margin-left: 25px;
}
.page-title {
flex-grow: 1;
}
.gay {
display: flex;
flex-direction: row;
}
/* This is a block */
.colour {
max-height: calc(1000px / 15);
height: 12px;
flex-grow: 1;
}
pre, code {
background: #222222;
padding: 15px;
font-size: 16px;
line-height: 24px;
font-family: Inconsolata, monospace;
border-radius: 0px;
color: #BEBEBE;
margin: 34px 0;
font-weight: 700;
}
code {
background: #bdbab1;
color: #4b505a;
}
code { padding: 3px 3px; }
/*
✨ COLOUR DEFINITIONS ✨
These colours are re-used in many parts of the website
*/
.cursor {
animation: flash 0.75s infinite alternate;
}
@keyframes flash {
0% { opacity: 1; }
49% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 0; }
}
#t-color-red { color: #ef787b; }
#t-color-org { color: #f6915f; }
#t-color-ylw { color: #fdcb71; }
#t-color-grn { color: #99cb9b; }
.tc-brown { color: #ce7b59; }
.colour1 { background-color: #3c3c3c; }
.colour2 { background-color: #525252; }
.colour3 { background-color: #74736a; }
.colour4 { background-color: #9f9e93; }
.colour5 { background-color: #d2cfc7; }
.colour6 { background-color: #e7e5df; }
.colour7 { background-color: #f1f0ec; }
.colour8 { background-color: #ef787b; } /* Red */
.colour9 { background-color: #f6915f; } /* Orange */
.colour10 { background-color: #fdcb71; } /* Yellow */
.colour11 { background-color: #99cb9b; } /* Green */
.colour12 { background-color: #6ccaca; } /* Cyan */
.colour13 { background-color: #6997c8; } /* Blue */
.colour14 { background-color: #ca98c9; } /* Purple */
.colour15 { background-color: #ce7b59; } /* Brown */
/*
✨ CARD DEFINITIONS ✨
*/
.card {
display: flex;
flex-direction: column;
padding: 50px;
background-color: #E2E2E2;
color: #222222;
margin-bottom: 25px;
}
.card-header {
border-bottom: 1px solid #222222;
margin-bottom: 15px;
display: flex;
flex-direction: row;
align-items: center;
}
.card-header-url {
padding: 0;
margin: 0;
flex-grow: 1;
}
.card-content p {
font-size: 24px;
font-weight: 400;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
}
.card-content img {
width: calc(100% - 50px);
max-width: 1200px;
}
.card-content img.original {
max-width: 100%;
width: auto;
}
.article-meta p {
font-style: italic;
font-size: 16px;
line-height: 16px;
text-align: right;
}
.card-content blockquote {
background: #EFEFEF;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
.card-content blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.card-content blockquote p {
display: inline;
} | 0.490236 | 0.094093 |
body { font-size: 18px; overflow-y: scroll; font-family: 'Open Sans', sans-serif;
}
.body, .heatmap { margin: 0 auto; max-width: 800px; }
.box { border: 1px solid #bec3cc; padding: 8px; border-radius: 5px;
margin-top: 16px; background-color: #fafafa}
.mbottom { margin-bottom: 16px; }
.flex { display: flex; }
.coinheader { text-align: left; font-weight: bold; padding: 10px;
margin-bottom: 10px; border-bottom: solid 1px #ccc; }
.searchborder { margin-top: 16px; border-bottom: solid 1px #ccc; }
.hmtable { table-layout: fixed; width: 100%; }
.wrapper100 { width: 100%; }
.wrapper90 { width: 97%; }
.wrapper75 { width: 75%; margin-right: 10px; }
.wrapper50 { width: 50%; }
.wrapper33 { width: 33%; }
.wrapper33e { width: 33%; text-align: right; }
.wrapper25 { width: 25%; }
.wrapper5 { width: 5%; }
.wrapper7 { width: 7%; }
.wrapper9 { width: 9%; }
.wrapper40 { width: 40%; }
.wrapper20 { width: 20%; }
.wrapper25 { width: 25%; }
.wrapper60 { width: 60%; }
.wrapper30 { width: 30%; }
.wrapper10 { width: 10%; }
.wrapper15 { width: 15%; }
.wrapper6p5 { width: 6.5%; }
.wrapper33 { width: 33%; }
.wrapper12 { width: 12.5%; }
.bizl, bizr { width: 25%; }
.bigger { margin: 0 auto; max-width: 90%; }
.overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.coinpadding { padding-top: 8px; padding-bottom: 8px; }
.perfheader { text-align: center; font-weight: bold; padding: 10px;
margin-bottom: 10px; border-bottom: solid 1px #ccc; }
.centerns { text-align: center; margin-top: 16px; }
.centersm { font-size: 56px; margin-bottom: 16px; }
.hm, { margin: 0 auto; max-width: 90%; }
.singlebody { margin: 0 auto; max-width: 95%; }
.ave { text-align: center; }
.tb { table-layout: fixed; width: 100%; }
.singleinfo { border-bottom: 1px solid #bec3cc; padding: 5px;
text-align: center; font-size: 16px; }
.navborder { border-bottom: 1px solid #cfcfcf; }
.active { border-bottom: solid 0px blue; background-color: #f0f0f0; }
.navpad { padding-top: 15px; padding-bottom: 15px; }
tr:hover, .coinpadding:hover, .bizpostbox:hover {
background-color: #fafafa; }
.centered { text-align: center; }
.singlebutton { width: 100%; margin-bottom: 4px; }
.singlebordertop, .singlebordertophide { border-top: 1px solid #bec3cc; }
@media only screen and (max-width: 600px) {
.portfoliobottom { margin: 0 auto; max-width: 85% }
.heatmap { width: 85%; }
body, .body { font-size: 16px; }
.body { font-size: 16px; margin-right: 16px; margin-left: 16px; }
.centersm { text-align: center; font-size: 40px; }
.bigger { max-width: 100%; margin-right: 16px; margin-left: 16px; }
.hm { max-width: 90%; margin-right: 8px; margin-left: 8px; }
.singlebody { margin: 0 auto; max-width: 90%; }
.wrapper5 { width: 10%; }
.wrapper25 { width: 45%; }
.wrapper10 { width: 50%; text-align: center; }
.fm { margin-left: -2px; margin-right: -2px; }
.bizl, .bizr { width: 50%; }
.bizl { margin-left: 8px; }
.bizr { text-align: center; }
.singlebordertophide { border-top: 0px; }
.prefmargin { margin-left: 16px; margin-right: 16px; }
}
.aligned { display: flex; }
.dropdown-item:hover { cursor: pointer; }centersm
.smalltext { font-size: 16px; }
.boldfont { font-weight: bold; }
.nav-item { font-size: 16px; font-weight: bold; color: grey; }
.bizpostbox { border-radius: 5px;
border: solid 1px #ccc; margin-bottom: 12px; padding: 12px; }
.centeralign { text-align: center; }
.viewposts { font-weight: bold; }
.greytext { color: grey; }
.figure { font-weight: bold; color: #5c5c5c; }
.singlebox { border-radius: 5px;
border: solid 1px blue; margin-top: 16px; padding: 16px; }
.marketinfo { padding: 10px;
text-align: left; }
.markettitle { padding: 16px; background-color: #fafafa;
margin-left: -16px;
margin-right: -16px;
margin-top: -16px;
margin-bottom: 8px;cur
border-bottom: solid 1px blue;
border-radius: 5px 5px 0px 0px;
text-align: center; }
.athpointl { text-align: left; }
.athpointr { text-align: right; }
.athbox { padding: 6px; border: solid 1px #ccc; border-bottom: solid 0px #ccc; }
.lastupdated { text-align: center; font-size: 16px; color:
grey; margin-top: 16px; }
.recentcoin, .recentcoinsel { border-bottom: 1px solid #bec3cc; padding: 5px;
text-align: center; font-size: 16px; }
.recentcoinsel { background-color: #f2f8ff; }
.portfoliotr td { vertical-align:bottom; }
.singletitle { background-color: #fafafa; }
.navinfoicon { filter: opacity(33%); }
.navinfotext { color: #5c5c5c; }
.aboutheader { text-align: center; font-weight: bold; color: #5c5c5c; }
.subnav { background-color: #f2f8ff; font-size: 14px;
overflow: auto; border-bottom: 1px solid #cfcfcf; padding: 7px;
white-space: nowrap;
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
}
.subnav:hover {
cursor: default;
}
.subnav::-webkit-scrollbar { /* WebKit */
width: 0;
height: 0;
}
.subnavflex { display: flex; }
.subnav50r, .subnav50l { width: 50%; }
.subnav50r { margin-right: 10px; text-align: right; }
.subnav50l { margin-left: 10px; text-align: left; }
@media only screen and (max-width: 600px) {
.subnavflex { display: contents; }
.subnav50r, .subnav50l { display: contents; }
.subnav50r { }
.subnav50l { }
}
.overflowhome { white-space: nowrap; } | base/crypto/css/style.css | body { font-size: 18px; overflow-y: scroll; font-family: 'Open Sans', sans-serif;
}
.body, .heatmap { margin: 0 auto; max-width: 800px; }
.box { border: 1px solid #bec3cc; padding: 8px; border-radius: 5px;
margin-top: 16px; background-color: #fafafa}
.mbottom { margin-bottom: 16px; }
.flex { display: flex; }
.coinheader { text-align: left; font-weight: bold; padding: 10px;
margin-bottom: 10px; border-bottom: solid 1px #ccc; }
.searchborder { margin-top: 16px; border-bottom: solid 1px #ccc; }
.hmtable { table-layout: fixed; width: 100%; }
.wrapper100 { width: 100%; }
.wrapper90 { width: 97%; }
.wrapper75 { width: 75%; margin-right: 10px; }
.wrapper50 { width: 50%; }
.wrapper33 { width: 33%; }
.wrapper33e { width: 33%; text-align: right; }
.wrapper25 { width: 25%; }
.wrapper5 { width: 5%; }
.wrapper7 { width: 7%; }
.wrapper9 { width: 9%; }
.wrapper40 { width: 40%; }
.wrapper20 { width: 20%; }
.wrapper25 { width: 25%; }
.wrapper60 { width: 60%; }
.wrapper30 { width: 30%; }
.wrapper10 { width: 10%; }
.wrapper15 { width: 15%; }
.wrapper6p5 { width: 6.5%; }
.wrapper33 { width: 33%; }
.wrapper12 { width: 12.5%; }
.bizl, bizr { width: 25%; }
.bigger { margin: 0 auto; max-width: 90%; }
.overflow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.coinpadding { padding-top: 8px; padding-bottom: 8px; }
.perfheader { text-align: center; font-weight: bold; padding: 10px;
margin-bottom: 10px; border-bottom: solid 1px #ccc; }
.centerns { text-align: center; margin-top: 16px; }
.centersm { font-size: 56px; margin-bottom: 16px; }
.hm, { margin: 0 auto; max-width: 90%; }
.singlebody { margin: 0 auto; max-width: 95%; }
.ave { text-align: center; }
.tb { table-layout: fixed; width: 100%; }
.singleinfo { border-bottom: 1px solid #bec3cc; padding: 5px;
text-align: center; font-size: 16px; }
.navborder { border-bottom: 1px solid #cfcfcf; }
.active { border-bottom: solid 0px blue; background-color: #f0f0f0; }
.navpad { padding-top: 15px; padding-bottom: 15px; }
tr:hover, .coinpadding:hover, .bizpostbox:hover {
background-color: #fafafa; }
.centered { text-align: center; }
.singlebutton { width: 100%; margin-bottom: 4px; }
.singlebordertop, .singlebordertophide { border-top: 1px solid #bec3cc; }
@media only screen and (max-width: 600px) {
.portfoliobottom { margin: 0 auto; max-width: 85% }
.heatmap { width: 85%; }
body, .body { font-size: 16px; }
.body { font-size: 16px; margin-right: 16px; margin-left: 16px; }
.centersm { text-align: center; font-size: 40px; }
.bigger { max-width: 100%; margin-right: 16px; margin-left: 16px; }
.hm { max-width: 90%; margin-right: 8px; margin-left: 8px; }
.singlebody { margin: 0 auto; max-width: 90%; }
.wrapper5 { width: 10%; }
.wrapper25 { width: 45%; }
.wrapper10 { width: 50%; text-align: center; }
.fm { margin-left: -2px; margin-right: -2px; }
.bizl, .bizr { width: 50%; }
.bizl { margin-left: 8px; }
.bizr { text-align: center; }
.singlebordertophide { border-top: 0px; }
.prefmargin { margin-left: 16px; margin-right: 16px; }
}
.aligned { display: flex; }
.dropdown-item:hover { cursor: pointer; }centersm
.smalltext { font-size: 16px; }
.boldfont { font-weight: bold; }
.nav-item { font-size: 16px; font-weight: bold; color: grey; }
.bizpostbox { border-radius: 5px;
border: solid 1px #ccc; margin-bottom: 12px; padding: 12px; }
.centeralign { text-align: center; }
.viewposts { font-weight: bold; }
.greytext { color: grey; }
.figure { font-weight: bold; color: #5c5c5c; }
.singlebox { border-radius: 5px;
border: solid 1px blue; margin-top: 16px; padding: 16px; }
.marketinfo { padding: 10px;
text-align: left; }
.markettitle { padding: 16px; background-color: #fafafa;
margin-left: -16px;
margin-right: -16px;
margin-top: -16px;
margin-bottom: 8px;cur
border-bottom: solid 1px blue;
border-radius: 5px 5px 0px 0px;
text-align: center; }
.athpointl { text-align: left; }
.athpointr { text-align: right; }
.athbox { padding: 6px; border: solid 1px #ccc; border-bottom: solid 0px #ccc; }
.lastupdated { text-align: center; font-size: 16px; color:
grey; margin-top: 16px; }
.recentcoin, .recentcoinsel { border-bottom: 1px solid #bec3cc; padding: 5px;
text-align: center; font-size: 16px; }
.recentcoinsel { background-color: #f2f8ff; }
.portfoliotr td { vertical-align:bottom; }
.singletitle { background-color: #fafafa; }
.navinfoicon { filter: opacity(33%); }
.navinfotext { color: #5c5c5c; }
.aboutheader { text-align: center; font-weight: bold; color: #5c5c5c; }
.subnav { background-color: #f2f8ff; font-size: 14px;
overflow: auto; border-bottom: 1px solid #cfcfcf; padding: 7px;
white-space: nowrap;
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
}
.subnav:hover {
cursor: default;
}
.subnav::-webkit-scrollbar { /* WebKit */
width: 0;
height: 0;
}
.subnavflex { display: flex; }
.subnav50r, .subnav50l { width: 50%; }
.subnav50r { margin-right: 10px; text-align: right; }
.subnav50l { margin-left: 10px; text-align: left; }
@media only screen and (max-width: 600px) {
.subnavflex { display: contents; }
.subnav50r, .subnav50l { display: contents; }
.subnav50r { }
.subnav50l { }
}
.overflowhome { white-space: nowrap; } | 0.521471 | 0.165088 |
* Sections:
*
* 0. Common
* 1. Header
* 2. Hero
* 3. Services
* 4. Portfolio
* 5. About
* 6. Team
* 7. Clients
* 8. Contact
* 9. Footer
*/
/* 1. Header
========================================================================== */
body > header {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
}
nav > ul {
/* Display & Box Model */
display: -webkit-flex;
}
nav > ul > li {
/* Display & Box Model */
-webkit-justify-content: flex-end;
}
@media only screen and (max-width: 760px) {
nav {
/* Display & Box Model */
-webkit-flex-direction: column;
}
nav > ul {
/* Display & Box Model */
-webkit-flex-direction: column;
}
}
/* 2. Hero
========================================================================== */
#hero > header {
/* Display & Box Model */
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
-webkit-justify-content: flex-start;
}
/* 3. Services
========================================================================== */
#services > div {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
}
#services > div > section {
/* Display & Box Model */
-webkit-flex-basis: 29.787234%;
}
@media only screen and (max-width: 900px) {
/* Display & Box Model */
#services > div {
-webkit-flex-direction: column;
}
/* Display & Box Model */
#services > div > section {
-webkit-flex-basis: auto;
}
}
/* 4. Portfolio
========================================================================== */
#portfolio > div {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
-webkit-flex-wrap: wrap;
}
#portfolio figure {
/* Display & Box Model */
-webkit-flex-basis: 30.851063%;
}
@media only screen and (max-width: 940px) {
#portfolio figure {
/* Display & Box Model */
-webkit-flex-basis: 47.682119%;
}
}
@media only screen and (max-width: 450px) {
#portfolio figure {
/* Display & Box Model */
-webkit-flex-basis: 100%;
}
}
/* 5. About
========================================================================== */
#about > article {
/* Display & Box Model */
display: -webkit-flex;
}
#about article:nth-child(even) {
/* Display & Box Model */
-webkit-flex-direction: row-reverse;
}
#about > article > figure {
/* Display & Box Model */
-webkit-flex: 0 0 260px;
}
/* 6. Team
========================================================================== */
#staff {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
}
#staff dl {
/* Display & Box Model */
display: -webkit-flex;
-webkit-flex-direction: column;
}
#staff dd:nth-child(2) {
/* Display & Box Model */
-webkit-order: -1;
}
@media only screen and (max-width: 930px) {
#staff {
/* Display & Box Model */
-webkit-flex-direction: column;
}
}
/* 8. Contact
========================================================================== */
#contact input,
#contact textarea {
/* Other */
-webkit-appearance: none;
} | data/train/css/4e868463265d09383a288e0f91d2272811c99af1-prefixes-golden.css | * Sections:
*
* 0. Common
* 1. Header
* 2. Hero
* 3. Services
* 4. Portfolio
* 5. About
* 6. Team
* 7. Clients
* 8. Contact
* 9. Footer
*/
/* 1. Header
========================================================================== */
body > header {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
}
nav > ul {
/* Display & Box Model */
display: -webkit-flex;
}
nav > ul > li {
/* Display & Box Model */
-webkit-justify-content: flex-end;
}
@media only screen and (max-width: 760px) {
nav {
/* Display & Box Model */
-webkit-flex-direction: column;
}
nav > ul {
/* Display & Box Model */
-webkit-flex-direction: column;
}
}
/* 2. Hero
========================================================================== */
#hero > header {
/* Display & Box Model */
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
-webkit-justify-content: flex-start;
}
/* 3. Services
========================================================================== */
#services > div {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
}
#services > div > section {
/* Display & Box Model */
-webkit-flex-basis: 29.787234%;
}
@media only screen and (max-width: 900px) {
/* Display & Box Model */
#services > div {
-webkit-flex-direction: column;
}
/* Display & Box Model */
#services > div > section {
-webkit-flex-basis: auto;
}
}
/* 4. Portfolio
========================================================================== */
#portfolio > div {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
-webkit-flex-wrap: wrap;
}
#portfolio figure {
/* Display & Box Model */
-webkit-flex-basis: 30.851063%;
}
@media only screen and (max-width: 940px) {
#portfolio figure {
/* Display & Box Model */
-webkit-flex-basis: 47.682119%;
}
}
@media only screen and (max-width: 450px) {
#portfolio figure {
/* Display & Box Model */
-webkit-flex-basis: 100%;
}
}
/* 5. About
========================================================================== */
#about > article {
/* Display & Box Model */
display: -webkit-flex;
}
#about article:nth-child(even) {
/* Display & Box Model */
-webkit-flex-direction: row-reverse;
}
#about > article > figure {
/* Display & Box Model */
-webkit-flex: 0 0 260px;
}
/* 6. Team
========================================================================== */
#staff {
/* Display & Box Model */
display: -webkit-flex;
-webkit-justify-content: space-between;
}
#staff dl {
/* Display & Box Model */
display: -webkit-flex;
-webkit-flex-direction: column;
}
#staff dd:nth-child(2) {
/* Display & Box Model */
-webkit-order: -1;
}
@media only screen and (max-width: 930px) {
#staff {
/* Display & Box Model */
-webkit-flex-direction: column;
}
}
/* 8. Contact
========================================================================== */
#contact input,
#contact textarea {
/* Other */
-webkit-appearance: none;
} | 0.291384 | 0.037715 |
@-moz-document domain("chess.com") {
div [style*="bp"] {background-image: url("https://i.imgur.com/kHfRTIX.png")!important;}
div [style*="br.png"] {background-image: url("https://i.imgur.com/lZqrPDt.png")!important;}
div [style*="bn.png"] {background-image: url("https://i.imgur.com/ZphjwhO.png")!important;}
div [style*="bb.png"] {background-image: url("https://i.imgur.com/ASZEIoK.png")!important;}
div [style*="bq.png"] {background-image: url("https://i.imgur.com/CBoLzDn.png")!important;}
div [style*="bk.png"] {background-image: url("https://i.imgur.com/rj2P1j8.png")!important;}
}
@-moz-document domain("lichess.org") {
piece.pawn.black { background-image: url("https://i.imgur.com/kHfRTIX.png")!important;}
piece.knight.black { background-image: url("https://i.imgur.com/ZphjwhO.png")!important;}
piece.bishop.black { background-image: url("https://i.imgur.com/ASZEIoK.png")!important;}
piece.rook.black { background-image: url("https://i.imgur.com/lZqrPDt.png")!important;}
piece.queen.black { background-image: url("https://i.imgur.com/CBoLzDn.png")!important;}
piece.king.black { background-image: url("https://i.imgur.com/rj2P1j8.png")!important;}
piece.pawn.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wp.png")!important;}
piece.knight.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wn.png")!important;}
piece.bishop.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wb.png")!important;}
piece.rook.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wr.png")!important;}
piece.queen.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wq.png")!important;}
piece.king.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wk.png")!important;}
square.last-move { background-color:rgb(202, 163, 0, 0.4) !important;}
.wood4 .is2d cg-board,
div.color_demo.wood4 {background-image: url("https://images.chesscomfiles.com/chess-themes/boards/walnut/150.jpg") ;}
} | data/usercss/183073.user.css | @-moz-document domain("chess.com") {
div [style*="bp"] {background-image: url("https://i.imgur.com/kHfRTIX.png")!important;}
div [style*="br.png"] {background-image: url("https://i.imgur.com/lZqrPDt.png")!important;}
div [style*="bn.png"] {background-image: url("https://i.imgur.com/ZphjwhO.png")!important;}
div [style*="bb.png"] {background-image: url("https://i.imgur.com/ASZEIoK.png")!important;}
div [style*="bq.png"] {background-image: url("https://i.imgur.com/CBoLzDn.png")!important;}
div [style*="bk.png"] {background-image: url("https://i.imgur.com/rj2P1j8.png")!important;}
}
@-moz-document domain("lichess.org") {
piece.pawn.black { background-image: url("https://i.imgur.com/kHfRTIX.png")!important;}
piece.knight.black { background-image: url("https://i.imgur.com/ZphjwhO.png")!important;}
piece.bishop.black { background-image: url("https://i.imgur.com/ASZEIoK.png")!important;}
piece.rook.black { background-image: url("https://i.imgur.com/lZqrPDt.png")!important;}
piece.queen.black { background-image: url("https://i.imgur.com/CBoLzDn.png")!important;}
piece.king.black { background-image: url("https://i.imgur.com/rj2P1j8.png")!important;}
piece.pawn.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wp.png")!important;}
piece.knight.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wn.png")!important;}
piece.bishop.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wb.png")!important;}
piece.rook.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wr.png")!important;}
piece.queen.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wq.png")!important;}
piece.king.white { background-image: url("https://images.chesscomfiles.com/chess-themes/pieces/neo/150/wk.png")!important;}
square.last-move { background-color:rgb(202, 163, 0, 0.4) !important;}
.wood4 .is2d cg-board,
div.color_demo.wood4 {background-image: url("https://images.chesscomfiles.com/chess-themes/boards/walnut/150.jpg") ;}
} | 0.306527 | 0.334725 |
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
background-image: url("img/fondo2.jpg");
margin: 0;
font-family: -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-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #e6eae4;
text-align: center;
background-color: #495057;
}
h6{
font-family: 'Orbitron', sans-serif;
}
.h6{
text-decoration: none;
color: #17cdd4;
font-family: 'Press Start 2P', cursive;
}
.cart img {
padding-right: 5px;
margin right: 10px;
width: 50px;
height: 50px;
}
.bg-light {
background-color: black !important;
}
.btn-outline-success {
color: #17cdd4;
border-color: #17cdd4;
}
h3{
font-family: 'Orbitron', sans-serif;
}
.nosotros p{
font-family: 'Roboto', sans-serif;
}
.nosotros h3{
font-family: 'Orbitron', sans-serif;
}
.btn-outline-success:hover {
color: #fff;
background-color: #07abba;
border-color: #17cdd4;
}
#dc{
margin-top: 30px;
color: #17cdd4;
font-family: 'Orbitron', sans-serif;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: #17ced442;
border: 1px solid #07abba;
border-radius: 0.25rem;
}
.navbar-light .navbar-brand {
color: #17cdd4;
font-family: 'Press Start 2P', cursive;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: #17cdd4;
}
.navbar-light .navbar-nav .nav-link {
color: white;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #f8f9fa;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #17cdd4;
}
.nav-link{
font-family: 'Orbitron', sans-serif;
}
.navbar-collapse{
text-transform:uppercase;
}
.dropdown-item:focus, .dropdown-item:hover {
color: white;
text-decoration: none;
background-color: black;
}
.carousel-inner h3{
font-family: 'Orbitron', sans-serif;
}
.carousel-inner p{
font-family: 'Roboto', sans-serif;
}
.a {
font-family: 'Orbitron', sans-serif;
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #fff;
text-align: inherit;
white-space: nowrap;
background-color: black;
border: 0;
}
.a:focus, .a:hover {
color: #17cdd4;
text-decoration: none;
background-color: black;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: black;
background-clip: padding-box;
border: 1px solid rgba(139, 211, 23, 0.15);
border-top-color: rgba(139, 211, 23, 0.15);
border-top-style: solid;
border-top-width: 1px;
border-right-color: rgba(139, 211, 23, 0.15);
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: rgba(139, 211, 23, 0.15);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgba(139, 211, 23, 0.15);
border-left-style: solid;
border-left-width: 1px;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 0.25rem;
}
.dropdown-item {
font-family: 'Orbitron', sans-serif;
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #17cdd4;
text-align: inherit;
white-space: nowrap;
background-color: black;
border: 0;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
}
.container {
margin-top: -255px;
width: 80%;
}
.card h4{
font-family: 'Orbitron', sans-serif;
}
.card p{
font-family: 'Roboto', sans-serif;
}
.card {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: rgba(0, 0, 0, 0.78);
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card img {
margin-top: 20px;
background-color: rgba(0, 0, 0, 0.1);
margin-left: 20px;
width: 90%;
padding: 20px;
}
.mov {
transition: transform 0.2s ease-out;
}
.mov:hover {
transform: scale(1.03, 1.03);
}
footer {
background-color: rgba(0, 0, 0, 0.55);
font-size: 0.75em;
text-align: center;
padding-top: 250px;
margin-top: 20px;
clear: both;
}
a:hover {
color: #17cdd4;
text-decoration: underline;
}
a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
#c {
color: grey;
}
#valor {
color: #17cdd4;
font-size: 1.5em;
margin-bottom: 20px;
}
#ea {
margin-top: 20px;
color: #17cdd4;
}
.sci{
position: -webkit-sticky;
display: flex;
position: sticky;
flex-direction: column;
right: 100px;
top: 250px;
bottom: 250px;
}
.sci li{
list-style: none;
}
.sci li a
{
position: -webkit-sticky;
position: sticky;
top: 20px;
display: grid;
place-items: center;
width: 50px;
height: 50px;
text-decoration: none;
border: 1px solid #fff;
margin: 10px 0 0;
margin-left: -40px;
}
.sci li a:hover
{
background: #fff;
}
.sci li a img
{
max-width: 25px;
filter: invert(1);
mix-blend-mode: difference;
}
.map-responsive {
overflow: hidden;
padding-bottom: 50%;
position: relative;
}
.map-responsive iframe {
left: 0;
top: 0;
position: absolute;
}
.contactanos{
color: #17cdd4;
font-family: 'Orbitron', sans-serif;
}
.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.vis h3 {
color: #17cdd4;
margin-top: 10px;
}
.dirmap{
}
.algunos{
margin-top: 20px;
margin-bottom: 10px;
}
#qs{
text-align: center;
}
.nosotros {
font-family: 'Orbitron', sans-serif;
text-align: left;
margin-top: 30px;
background-color: rgba(0, 0, 0, 0.55);
}
.cont {
margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0.55);
}
.cont ul {
list-style: none;
}
.cont li a {
text-decoration: none;
}
.divform {
background-color: rgba(0, 0, 0, 0.50);
}
.email a{
text-decoration: none;
color:white;
}
.twitter a{
text-decoration: none;
color: white;
}
.phone a{
text-decoration: none;
color:white;
}
.btn {
font-family: 'Roboto', sans-serif;
margin-bottom: 20px;
}
h4 { font-family: 'Open Sans'; margin: 0;}
.modal,body.modal-open {
padding-right: 0!important
}
body.modal-open {
overflow: auto
}
body.scrollable {
overflow-y: auto
}
.modal-footer {
display: flex;
justify-content: flex-start;
}
#error {
color: #17cdd4;
margin-top: 30px;
font-family: 'Orbitron', sans-serif;
}
#face {
width: 20px; height: 20px;
}
#twit {
width: 20px; height: 20px;
}
#link {
width: 20px; height: 20px;
}
#ig {
width: 20px; height: 20px;
}
/*# sourceMappingURL=nuevo.css.map */ | css.css | @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
background-image: url("img/fondo2.jpg");
margin: 0;
font-family: -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-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #e6eae4;
text-align: center;
background-color: #495057;
}
h6{
font-family: 'Orbitron', sans-serif;
}
.h6{
text-decoration: none;
color: #17cdd4;
font-family: 'Press Start 2P', cursive;
}
.cart img {
padding-right: 5px;
margin right: 10px;
width: 50px;
height: 50px;
}
.bg-light {
background-color: black !important;
}
.btn-outline-success {
color: #17cdd4;
border-color: #17cdd4;
}
h3{
font-family: 'Orbitron', sans-serif;
}
.nosotros p{
font-family: 'Roboto', sans-serif;
}
.nosotros h3{
font-family: 'Orbitron', sans-serif;
}
.btn-outline-success:hover {
color: #fff;
background-color: #07abba;
border-color: #17cdd4;
}
#dc{
margin-top: 30px;
color: #17cdd4;
font-family: 'Orbitron', sans-serif;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: #17ced442;
border: 1px solid #07abba;
border-radius: 0.25rem;
}
.navbar-light .navbar-brand {
color: #17cdd4;
font-family: 'Press Start 2P', cursive;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: #17cdd4;
}
.navbar-light .navbar-nav .nav-link {
color: white;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #f8f9fa;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #17cdd4;
}
.nav-link{
font-family: 'Orbitron', sans-serif;
}
.navbar-collapse{
text-transform:uppercase;
}
.dropdown-item:focus, .dropdown-item:hover {
color: white;
text-decoration: none;
background-color: black;
}
.carousel-inner h3{
font-family: 'Orbitron', sans-serif;
}
.carousel-inner p{
font-family: 'Roboto', sans-serif;
}
.a {
font-family: 'Orbitron', sans-serif;
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #fff;
text-align: inherit;
white-space: nowrap;
background-color: black;
border: 0;
}
.a:focus, .a:hover {
color: #17cdd4;
text-decoration: none;
background-color: black;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: black;
background-clip: padding-box;
border: 1px solid rgba(139, 211, 23, 0.15);
border-top-color: rgba(139, 211, 23, 0.15);
border-top-style: solid;
border-top-width: 1px;
border-right-color: rgba(139, 211, 23, 0.15);
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: rgba(139, 211, 23, 0.15);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgba(139, 211, 23, 0.15);
border-left-style: solid;
border-left-width: 1px;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
border-radius: 0.25rem;
}
.dropdown-item {
font-family: 'Orbitron', sans-serif;
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #17cdd4;
text-align: inherit;
white-space: nowrap;
background-color: black;
border: 0;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
}
.container {
margin-top: -255px;
width: 80%;
}
.card h4{
font-family: 'Orbitron', sans-serif;
}
.card p{
font-family: 'Roboto', sans-serif;
}
.card {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: rgba(0, 0, 0, 0.78);
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card img {
margin-top: 20px;
background-color: rgba(0, 0, 0, 0.1);
margin-left: 20px;
width: 90%;
padding: 20px;
}
.mov {
transition: transform 0.2s ease-out;
}
.mov:hover {
transform: scale(1.03, 1.03);
}
footer {
background-color: rgba(0, 0, 0, 0.55);
font-size: 0.75em;
text-align: center;
padding-top: 250px;
margin-top: 20px;
clear: both;
}
a:hover {
color: #17cdd4;
text-decoration: underline;
}
a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
#c {
color: grey;
}
#valor {
color: #17cdd4;
font-size: 1.5em;
margin-bottom: 20px;
}
#ea {
margin-top: 20px;
color: #17cdd4;
}
.sci{
position: -webkit-sticky;
display: flex;
position: sticky;
flex-direction: column;
right: 100px;
top: 250px;
bottom: 250px;
}
.sci li{
list-style: none;
}
.sci li a
{
position: -webkit-sticky;
position: sticky;
top: 20px;
display: grid;
place-items: center;
width: 50px;
height: 50px;
text-decoration: none;
border: 1px solid #fff;
margin: 10px 0 0;
margin-left: -40px;
}
.sci li a:hover
{
background: #fff;
}
.sci li a img
{
max-width: 25px;
filter: invert(1);
mix-blend-mode: difference;
}
.map-responsive {
overflow: hidden;
padding-bottom: 50%;
position: relative;
}
.map-responsive iframe {
left: 0;
top: 0;
position: absolute;
}
.contactanos{
color: #17cdd4;
font-family: 'Orbitron', sans-serif;
}
.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.vis h3 {
color: #17cdd4;
margin-top: 10px;
}
.dirmap{
}
.algunos{
margin-top: 20px;
margin-bottom: 10px;
}
#qs{
text-align: center;
}
.nosotros {
font-family: 'Orbitron', sans-serif;
text-align: left;
margin-top: 30px;
background-color: rgba(0, 0, 0, 0.55);
}
.cont {
margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0.55);
}
.cont ul {
list-style: none;
}
.cont li a {
text-decoration: none;
}
.divform {
background-color: rgba(0, 0, 0, 0.50);
}
.email a{
text-decoration: none;
color:white;
}
.twitter a{
text-decoration: none;
color: white;
}
.phone a{
text-decoration: none;
color:white;
}
.btn {
font-family: 'Roboto', sans-serif;
margin-bottom: 20px;
}
h4 { font-family: 'Open Sans'; margin: 0;}
.modal,body.modal-open {
padding-right: 0!important
}
body.modal-open {
overflow: auto
}
body.scrollable {
overflow-y: auto
}
.modal-footer {
display: flex;
justify-content: flex-start;
}
#error {
color: #17cdd4;
margin-top: 30px;
font-family: 'Orbitron', sans-serif;
}
#face {
width: 20px; height: 20px;
}
#twit {
width: 20px; height: 20px;
}
#link {
width: 20px; height: 20px;
}
#ig {
width: 20px; height: 20px;
}
/*# sourceMappingURL=nuevo.css.map */ | 0.363421 | 0.065575 |
html,
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", arial, sans-serif;
background: #0d1014;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
a,
a:visited {
color: inherit;
}
i {
cursor: pointer;
}
.sidebar-collapsed {
width: 70px !important;
}
.header {
width: 100%;
position: fixed;
top: 0px;
height: 50px;
background: #3e7dce;
z-index: 3;
color: #fff;
}
.popup {
position: absolute;
z-index: 4;
margin: 100px auto;
left: 0;
right: 0;
background: #232931;
border-radius: 20px;
box-shadow: -1px 1px 5px 5px rgba(0, 0, 0, 0.8);
overflow: auto;
text-align: center;
padding-bottom: 30px;
width: 300px;
}
.popup p {
width: 200px;
text-align: center;
margin: auto;
color: #f86565;
}
.popup h2 {
background: #3e7dce;
text-align: center;
margin-top: 0;
padding: 3px;
color: #fff;
}
.popup input {
margin: 5px;
border-radius: 10px;
border: none;
height: 25px;
width: 200px;
text-align: center;
padding: 0;
}
.popup #submit {
background: #4ecdc4;
margin-top: 15px;
}
.popup #minutes,
.popup #seconds,
.popup #label {
width: 92px;
}
.popup #label {
color: #fff;
background: #232931;
margin-top: 0px;
cursor: initial;
}
.popup form {
color: #fff;
}
input:invalid {
border: 2px solid #f86565;
}
input {
cursor: pointer;
}
input[type="text"],
input[type="number"] {
cursor: text;
}
input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="reset"] {
background: #fff;
}
.menu,
.logout {
font-size: 24px;
padding: 12px;
height: 24px;
float: right;
margin-left: -20px;
}
.menu {
float: left;
margin-left: 4.2px;
}
.container {
margin: 0;
margin-top: -15px;
padding: 15px 0 0 0;
overflow: hidden;
}
.sidebar-background {
background: #232931;
box-shadow: -17px 2px 8px 21px rgba(0, 0, 0, 0.5);
height: 100%;
width: 135px;
margin-left: -10px;
position: fixed;
z-index: 1;
transition: 0.5s all ease-out;
}
.sidebar {
width: 135px;
position: absolute;
overflow: hidden;
top: 0;
left: -10px;
color: #ededed;
transition: 0.5s all ease-out;
z-index: 2;
}
.nav-list {
padding-top: 62px;
}
.nav-list .nav-item {
display: flex;
position: relative;
padding: 10px 25px;
user-select: none;
height: 25px;
}
.nav-list .nav-item .icon {
font-size: 25px;
}
.control {
margin-left: 9px;
font-size: 16px;
opacity: 0;
transition: 0.5s opacity ease-out;
vertical-align: middle;
}
.bar-text {
background: #232b34;
width: 100%;
height: 17px;
color: white;
position: absolute;
float: right;
padding: 4px 9px;
font-size: 16px;
right: 0;
text-align: right;
z-index: 0;
}
progress,
progress[role] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-size: auto;
background-color: #232b34;
height: 25px;
width: calc(100vw - 120px);
margin: 0 0 0 9px;
z-index: 1;
}
.timer-list {
margin: 70px 90px 0px 50px;
transition: 0.5s all ease-out;
}
.timer {
height: 25px;
position: relative;
margin-bottom: 20px;
}
.progress::-webkit-progress-value {
border-radius: 0 10px 10px 0;
transition: 0.5s all ease-out;
}
.timer ::-webkit-progress-bar {
background: #232b34;
}
.timer ::-moz-progress-bar {
border-radius: 0 10px 10px 0;
}
.timer ::progress-value {
animation: bar-fill 2s;
width: 0px;
transition: 0.5s all ease-out;
}
.timer .title {
font-weight: 700;
mix-blend-mode: difference;
position: absolute;
top:.3em;
left: 1.5em;
text-transform: uppercase;
letter-spacing: 0.7px;
}
.timer:nth-child(3n - 1) .title {
filter: brightness(1.3);
color: #ff9e2c;
}
.timer:nth-child(3n - 1) .timer-bg {
color: #ff9e2c;
}
.timer:nth-child(3n - 1) .timer-bg::-webkit-progress-value {
background: #ff9e2c;
}
.timer:nth-child(3n - 1) .timer-bg::-moz-progress-bar {
background: #ff9e2c;
}
.timer:nth-child(3n + 1) .title {
filter: brightness(1.5);
color: #4ecdc4;
}
.timer:nth-child(3n + 1) .timer-bg {
color: #4ecdc4;
}
.timer:nth-child(3n + 1) .timer-bg::-webkit-progress-value {
background: #4ecdc4;
}
.timer:nth-child(3n + 1) .timer-bg::-moz-progress-bar {
background: #4ecdc4;
}
.timer:nth-child(3) .title {
filter: brightness(1.5);
color: #ff6b6b;
}
.timer:nth-child(3n) .timer-bg {
color: #ff6b6b;
}
.timer:nth-child(3n) .timer-bg::-webkit-progress-value {
background: #ff6b6b;
}
.timer:nth-child(3n) .timer-bg::-moz-progress-bar {
background: #ff6b6b;
} | public/style.css | html,
body {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", arial, sans-serif;
background: #0d1014;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
a,
a:visited {
color: inherit;
}
i {
cursor: pointer;
}
.sidebar-collapsed {
width: 70px !important;
}
.header {
width: 100%;
position: fixed;
top: 0px;
height: 50px;
background: #3e7dce;
z-index: 3;
color: #fff;
}
.popup {
position: absolute;
z-index: 4;
margin: 100px auto;
left: 0;
right: 0;
background: #232931;
border-radius: 20px;
box-shadow: -1px 1px 5px 5px rgba(0, 0, 0, 0.8);
overflow: auto;
text-align: center;
padding-bottom: 30px;
width: 300px;
}
.popup p {
width: 200px;
text-align: center;
margin: auto;
color: #f86565;
}
.popup h2 {
background: #3e7dce;
text-align: center;
margin-top: 0;
padding: 3px;
color: #fff;
}
.popup input {
margin: 5px;
border-radius: 10px;
border: none;
height: 25px;
width: 200px;
text-align: center;
padding: 0;
}
.popup #submit {
background: #4ecdc4;
margin-top: 15px;
}
.popup #minutes,
.popup #seconds,
.popup #label {
width: 92px;
}
.popup #label {
color: #fff;
background: #232931;
margin-top: 0px;
cursor: initial;
}
.popup form {
color: #fff;
}
input:invalid {
border: 2px solid #f86565;
}
input {
cursor: pointer;
}
input[type="text"],
input[type="number"] {
cursor: text;
}
input[type="number"] {
-moz-appearance: textfield;
appearance: textfield;
margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="reset"] {
background: #fff;
}
.menu,
.logout {
font-size: 24px;
padding: 12px;
height: 24px;
float: right;
margin-left: -20px;
}
.menu {
float: left;
margin-left: 4.2px;
}
.container {
margin: 0;
margin-top: -15px;
padding: 15px 0 0 0;
overflow: hidden;
}
.sidebar-background {
background: #232931;
box-shadow: -17px 2px 8px 21px rgba(0, 0, 0, 0.5);
height: 100%;
width: 135px;
margin-left: -10px;
position: fixed;
z-index: 1;
transition: 0.5s all ease-out;
}
.sidebar {
width: 135px;
position: absolute;
overflow: hidden;
top: 0;
left: -10px;
color: #ededed;
transition: 0.5s all ease-out;
z-index: 2;
}
.nav-list {
padding-top: 62px;
}
.nav-list .nav-item {
display: flex;
position: relative;
padding: 10px 25px;
user-select: none;
height: 25px;
}
.nav-list .nav-item .icon {
font-size: 25px;
}
.control {
margin-left: 9px;
font-size: 16px;
opacity: 0;
transition: 0.5s opacity ease-out;
vertical-align: middle;
}
.bar-text {
background: #232b34;
width: 100%;
height: 17px;
color: white;
position: absolute;
float: right;
padding: 4px 9px;
font-size: 16px;
right: 0;
text-align: right;
z-index: 0;
}
progress,
progress[role] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-size: auto;
background-color: #232b34;
height: 25px;
width: calc(100vw - 120px);
margin: 0 0 0 9px;
z-index: 1;
}
.timer-list {
margin: 70px 90px 0px 50px;
transition: 0.5s all ease-out;
}
.timer {
height: 25px;
position: relative;
margin-bottom: 20px;
}
.progress::-webkit-progress-value {
border-radius: 0 10px 10px 0;
transition: 0.5s all ease-out;
}
.timer ::-webkit-progress-bar {
background: #232b34;
}
.timer ::-moz-progress-bar {
border-radius: 0 10px 10px 0;
}
.timer ::progress-value {
animation: bar-fill 2s;
width: 0px;
transition: 0.5s all ease-out;
}
.timer .title {
font-weight: 700;
mix-blend-mode: difference;
position: absolute;
top:.3em;
left: 1.5em;
text-transform: uppercase;
letter-spacing: 0.7px;
}
.timer:nth-child(3n - 1) .title {
filter: brightness(1.3);
color: #ff9e2c;
}
.timer:nth-child(3n - 1) .timer-bg {
color: #ff9e2c;
}
.timer:nth-child(3n - 1) .timer-bg::-webkit-progress-value {
background: #ff9e2c;
}
.timer:nth-child(3n - 1) .timer-bg::-moz-progress-bar {
background: #ff9e2c;
}
.timer:nth-child(3n + 1) .title {
filter: brightness(1.5);
color: #4ecdc4;
}
.timer:nth-child(3n + 1) .timer-bg {
color: #4ecdc4;
}
.timer:nth-child(3n + 1) .timer-bg::-webkit-progress-value {
background: #4ecdc4;
}
.timer:nth-child(3n + 1) .timer-bg::-moz-progress-bar {
background: #4ecdc4;
}
.timer:nth-child(3) .title {
filter: brightness(1.5);
color: #ff6b6b;
}
.timer:nth-child(3n) .timer-bg {
color: #ff6b6b;
}
.timer:nth-child(3n) .timer-bg::-webkit-progress-value {
background: #ff6b6b;
}
.timer:nth-child(3n) .timer-bg::-moz-progress-bar {
background: #ff6b6b;
} | 0.441914 | 0.077308 |
.pagination {
justify-content: center;
}
/* ub-player */
.ub-player {
width: 960px;
border: 1px solid black;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
.ub-player-container {
position: relative;
width: 960px;
height: 512px;
overflow: hidden;
}
.ub-player-iframe {
position: absolute;
left: 50%; top: 50%;
border: 0;
box-sizing: content-box;
margin: auto;
}
.ub-player-overlay {
position: absolute;
z-index: 1;
top: 0; right: 0; bottom: 0; left: 0;
}
.ub-player-controls {
display: flex;
align-items: center;
height: 40px;
}
.ub-player-controls-buttons {
display: flex;
align-items: center;
padding-right: 10px;
}
.ub-player-controls-button {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
cursor: pointer;
}
.ub-player-controls-button.is-hidden {
display: none;
}
.ub-player-controls-timeline {
position: relative;
width: 100%;
height: 40px;
padding-left: 14px;
margin-right: 14px;
cursor: pointer;
}
.ub-player-controls-timeline::before {
position: absolute;
content: '';
z-index: 0;
top: 18px; left: 7px; right: -7px;
display: block;
height: 4px;
border-radius: 2px;
background-color: blue;
}
.ub-player-controls-timeline::after {
position: absolute;
content: '';
z-index: 0;
top: 0; right: -14px;
display: block;
width: 14px;
height: 40px;
}
.ub-player-controls-timeline div {
position: absolute;
z-index: 1;
top: 13px; left: 0;
width: 14px;
height: 14px;
background-color: blueviolet;
border-radius: 50%;
border: 1px solid black;
}
.ub-player-controls-time {
min-width: 180px;
padding: 0 10px;
white-space: nowrap;
text-align: right;
} | public/css/main.css | .pagination {
justify-content: center;
}
/* ub-player */
.ub-player {
width: 960px;
border: 1px solid black;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
.ub-player-container {
position: relative;
width: 960px;
height: 512px;
overflow: hidden;
}
.ub-player-iframe {
position: absolute;
left: 50%; top: 50%;
border: 0;
box-sizing: content-box;
margin: auto;
}
.ub-player-overlay {
position: absolute;
z-index: 1;
top: 0; right: 0; bottom: 0; left: 0;
}
.ub-player-controls {
display: flex;
align-items: center;
height: 40px;
}
.ub-player-controls-buttons {
display: flex;
align-items: center;
padding-right: 10px;
}
.ub-player-controls-button {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
cursor: pointer;
}
.ub-player-controls-button.is-hidden {
display: none;
}
.ub-player-controls-timeline {
position: relative;
width: 100%;
height: 40px;
padding-left: 14px;
margin-right: 14px;
cursor: pointer;
}
.ub-player-controls-timeline::before {
position: absolute;
content: '';
z-index: 0;
top: 18px; left: 7px; right: -7px;
display: block;
height: 4px;
border-radius: 2px;
background-color: blue;
}
.ub-player-controls-timeline::after {
position: absolute;
content: '';
z-index: 0;
top: 0; right: -14px;
display: block;
width: 14px;
height: 40px;
}
.ub-player-controls-timeline div {
position: absolute;
z-index: 1;
top: 13px; left: 0;
width: 14px;
height: 14px;
background-color: blueviolet;
border-radius: 50%;
border: 1px solid black;
}
.ub-player-controls-time {
min-width: 180px;
padding: 0 10px;
white-space: nowrap;
text-align: right;
} | 0.444083 | 0.090534 |
.fp-section{position:relative;-webkit-box-sizing:border-box; /* Safari<=5 Android<=3 */-moz-box-sizing:border-box; /* <=28 */box-sizing:border-box;}
.fp-slide{float:left;}
.fp-slide,.fp-slidesContainer{height:100%;display:block;}
.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-out; /* Safari<=6 Android<=4.3 */transition:all 0.3s ease-out;}
.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%;}
.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%;}
.fp-slidesContainer{float:left;position:relative;}
.fp-controlArrow{position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;}
.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent;}
.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff;}
.fp-scrollable{overflow:scroll;}
.fp-notransition{-webkit-transition:none!important;transition:none!important;}
#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;}
#fp-nav.right{right:17px;}
#fp-nav.left{left:17px;}
.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1;}
.fp-slidesNav.bottom{bottom:17px;}
.fp-slidesNav.top{top:17px;}
#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0;}
#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative;}
.fp-slidesNav ul li{display:inline-block;}
#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none;}
#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span{background:#333;}
#fp-nav ul li a span,.fp-slidesNav ul li a span{top:2px;left:2px;width:8px;height:8px;border:1px solid #000;background:rgba(0,0,0,0);border-radius:50%;position:absolute;z-index:1;}
#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;}
#fp-nav ul li:hover .fp-tooltip{-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1;}
#fp-nav ul li .fp-tooltip.right{right:20px;}
#fp-nav ul li .fp-tooltip.left{left:20px;} | webapps/ROOT/css/jquery.fullPage.css | .fp-section{position:relative;-webkit-box-sizing:border-box; /* Safari<=5 Android<=3 */-moz-box-sizing:border-box; /* <=28 */box-sizing:border-box;}
.fp-slide{float:left;}
.fp-slide,.fp-slidesContainer{height:100%;display:block;}
.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-out; /* Safari<=6 Android<=4.3 */transition:all 0.3s ease-out;}
.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%;}
.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%;}
.fp-slidesContainer{float:left;position:relative;}
.fp-controlArrow{position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;}
.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent;}
.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff;}
.fp-scrollable{overflow:scroll;}
.fp-notransition{-webkit-transition:none!important;transition:none!important;}
#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;}
#fp-nav.right{right:17px;}
#fp-nav.left{left:17px;}
.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1;}
.fp-slidesNav.bottom{bottom:17px;}
.fp-slidesNav.top{top:17px;}
#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0;}
#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative;}
.fp-slidesNav ul li{display:inline-block;}
#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none;}
#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span{background:#333;}
#fp-nav ul li a span,.fp-slidesNav ul li a span{top:2px;left:2px;width:8px;height:8px;border:1px solid #000;background:rgba(0,0,0,0);border-radius:50%;position:absolute;z-index:1;}
#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;}
#fp-nav ul li:hover .fp-tooltip{-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1;}
#fp-nav ul li .fp-tooltip.right{right:20px;}
#fp-nav ul li .fp-tooltip.left{left:20px;} | 0.185467 | 0.037573 |
----------------------------------------------- */
@font-face {
font-family: 'Genericons';
src: url('font/genericons-regular-webfont.eot');
src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/genericons-regular-webfont.woff') format('woff'),
url('font/genericons-regular-webfont.ttf') format('truetype'),
url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* =Reset Styles
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
-webkit-text-size-adjust : 100%; /* font size on apple devices */
-ms-text-size-adjust : 100%; /* font size on windows devices */
}
ol,
ul {
margin: 1.5em 2.5em;
list-style-position:outside;
line-height:1.5;
}
ol li{
list-style-type:decimal;
margin-bottom:12px;
}
ul li{
list-style-type:square;
margin-bottom:12px;
}
/* blockquote reset */
blockquote{
quotes:none;
font-style:italic;
line-height:1.6em;
margin: 1.5em 0;
}
blockquote:before{
font-family:genericons, serif;
content: '\f106';
font-size:1.5em;
text-indent:-1.5em;
margin-top:.1em;
float:left;
opacity:.3;
}
q{
font-family:georgia, serif;
quotes:none;
font-style:italic;
}
q:before{
font-family:genericons, serif;
content: '';
}
blockquote:after,
q:after {
content:'';
content:none;
}
/* link style resets */
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
}
a:hover,
a:active {
outline: none;
}
/* table resets */
.entry-content table,
.comment-content table {
border: 1px solid #e3e3e3;
margin: 0 0.077em 1.923em 0;
text-align: left;
width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.615em;
padding: 0.462em 1.154em;
text-transform: uppercase;
}
.entry-content tr td,
.comment-content tr td {
border-top: 1px solid #e3e3e3;
font-weight: 300;
padding: 0.462em 1.154em;
}
td,
td img {
padding:5px;
vertical-align: top;
}
dl {
margin:1.75em 0 1.75em;
}
dt {
font-style:italic;
margin-top:1.25em;
font-size:1.13em;
font-weight:700;
border-bottom:1px solid #efefef;
padding:.6em 0;
}
dd {
font-style:italic;
font-size:.85em;
margin-top:1em;
line-height:1.6em;
}
object,
embed,
iframe {
display: block;
margin: 1.5em 0;
max-width: 100%;
}
/* type & header styles */
body {
font-size:14px;
line-height: 1.5em;
font-family: Georgia, serif;
}
p {
hyphenate:auto;
hyphenate-before:2;
hyphenate-after:3;
hyphenate-lines:3;
orphans:4;
margin:0 0 1.5em 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
select,
input,
textarea,
button {
font:99% sans-serif;
}
body,
select,
input,
textarea {
color: #444;
}
small,
.small {
font-size:0.75em;
letter-spacing:.05em;
font-style:italic;
line-height:1.75em;
}
strong,
th,
.strong {
font-weight: bold;
}
em,
.em {
font-style: italic;
}
ins,
.ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark,
.mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del,
.del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
}
/* Heading */
h1,h2,h3,h4,h5,h6{
margin:0 0 22px 0;
display:block;
}
h1{
font-size:2.2em;
line-height: 1em;
font-family:oswald, helvetica, arial;
}
h2{
font-size: 1.85em;
line-height: 1.1em;
font-family:oswald, helvetica, arial;
}
h3{
font-size: 1.25em;
}
h4{
font-size: 1.1em;
}
h5{
font-size: 0.846em;
line-height: 2.09em;
text-transform: uppercase;
letter-spacing: 2px;
}
hr {
background-color: #efefef;
border: 0;
height: 1px;
margin-bottom: 1.625em;
}
/* code & pre box resets */
pre {
padding: 15px;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
/* form & input resets */
pre,
code,
kbd,
samp {
font-family: monospace, sans-serif;
margin: 1.5em;
}
input,
select {
vertical-align:middle;
}
textarea {
overflow: auto;
}
.ie6 legend,
.ie7 legend {
margin-left: -7px;
}
input[type="radio"] {
vertical-align: text-bottom;
}
input[type="checkbox"] {
vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
vertical-align: baseline;
}
.ie6 input {
vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
cursor: pointer;
}
button,
input,
select,
textarea {
margin: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
border: solid 1px #e0e0e0;
background: #fff;
background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
-moz-box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
-webkit-box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
color: #7d7d7d;
outline: 0;
padding: .8em;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
background: #fff;
color: #111;
}
input[type=text],
input[type=email] {
padding: 5px;
}
input:invalid,
textarea:invalid {
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
background-color: #f0dddd;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-radius: 3px;
background: #00aeef;
box-shadow: 1px 1px 1px #2e6aa7;
color: rgba(255,255,255,1);
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
padding: 1em 1.5em .88em;
text-shadow: 1px 1px #3e79b9;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.8;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
/* image resets */
.ie7 img,
.iem7 img {
-ms-interpolation-mode: bicubic;
}
/* hidden elements */
.hidden {
display: none;
visibility: hidden;
}
.visuallyhidden {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
}
div,
input,
textarea {
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
-o-box-sizing : border-box; box-sizing : border-box;
}
/* clearfixes */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
zoom: 1;
}
.clearfix:after {
clear: both;
}
/* =General Layout Styles
----------------------------------------------- */
body {
background:#f2f2f2;
font-family:Tahoma, Geneva, sans-serif;
}
#container, #nav-wrap {
width: 96%;
margin: 0 auto;
padding: 0 2%;
max-width: 1044px;
}
/* layout options ( all have margins right & left of 1%) */
.column{
width: 64.667%;
}
.sidebar-column{
width: 31.333%;
}
/* layout & column defaults */
.sidebar-column,
.column{
display: inline;
float: left;
margin-left: 1%;
margin-right: 1%;
position: relative;
}
/* default styles & fixes */
#main {
margin-left: 0;
}
#sidebar {
margin-right: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display:block;
}
/* =Links
----------------------------------------------- */
a,
a:visited {
color:#01a0db;
}
a:hover{
color:#333;
}
a:link {
-webkit-tap-highlight-color: #f01d4f;
}
/* =Text Selection Styles
----------------------------------------------- */
/* Safari, Chrome, iPhones, iPads */
::-webkit-selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* Firefox */
::-moz-selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* The Rest of em */
::selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* =Header and Titles
----------------------------------------------- */
header[role=banner] {
position:relative;
margin-bottom:20px;
clear:both;
}
#site-heading {
min-height:80px;
padding-top:20px;
margin-left:80px;
}
.site-title {
padding:0;
margin-bottom:5px;
margin-right:300px;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-size:44px;
font-weight:700;
line-height:50px;
text-shadow:1px 1px #fff;
text-transform:uppercase;
}
.site-title a {
color:#00aeef;
text-decoration:none;
}
.site-title a:hover {
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.site-description {
font-size:1.1em;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
color:#000;
text-transform:uppercase;
margin-right:300px;
}
header[role=banner] #searchform {
position:absolute;
right:0px;
top:35px;
}
.header-image {
width: auto;
max-height: 120px;
margin:0;
padding:0;
box-shadow:none;
}
header[role=banner] #searchform label,
header[role=banner] #searchform input[type=submit]{
display:none;
}
header[role=banner] #s {
font-size:1.0em;
padding:10px 0 10px 10px;
border-radius:12px;
border:3px solid #00aeef;
box-shadow:3px 3px 5px #d0d0d0 inset, 0 0 6px #fff;
min-width:270px;
outline:none;
height:auto;
-webkit-appearance: textfield;
}
.entry-header {
margin-bottom:25px;
}
.entry-title {
font-size: 1.8em;
text-transform:uppercase;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
color:#ff6633;
line-height:1.15em;
}
.entry-title a {
color:#ff6633;
}
.entry-title a:hover {
color:#000;
}
body.page .entry-title,
body.single .entry-title,
.error404 .entry-title {
font-size:2.5em;
padding-bottom:15px;
border-bottom:1px solid #dadada;
}
.page-header {
margin-left:-10px;
margin-right:30px;
margin-top:25px;
margin-bottom:25px;
padding:15px 20px;
background:#fe0;
border:1px solid #e5c221;
border-radius:7px;
box-shadow:-1px 1px 2px #dadada;
font-family:Oswald, Tahoma, Geneva, sans-serif;
font-weight:400;
}
h1.page-title {
font-weight:400;
}
/* =Menu
----------------------------------------------- */
.navigation-main{
clear: both;
display: block;
float: left;
width: 100%;
padding-top:7px;
background:#000;
border-bottom:5px solid #00aeef;
position:relative;
}
.menu-wrapper{
max-width:1044px;
margin:0 auto;
display: block;
}
.menu{
float:right;
width:auto;
padding-right:28px;
}
.navigation-main ul {
list-style: none;
margin: 0;
padding: 0;
}
.navigation-main li {
float: left;
position: relative;
margin:0 0 0 4px;
padding:0;
list-style-type:none;
}
.navigation-main a {
display: block;
text-decoration: none;
padding: 10px 20px;
color:#fff;
font-family:Oswald, Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
}
.navigation-main ul ul {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
position: absolute;
top:2.9em;
left: 0;
z-index: 99999;
}
.navigation-main ul ul ul {
left: 100%;
top: 0;
}
.navigation-main ul ul a {
width:150px;
background:#00aeef;
border-radius:0 !important;
}
.navigation-main ul ul a:hover {
background:#01a0db;
}
.navigation-main ul ul li {
margin:0;
}
.navigation-main li:hover > a {
background:#00aeef;
border-radius:5px 5px 0 0;
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
background:#00aeef;
border-radius:5px 5px 0 0;
}
/* Small menu */
.menu-toggle {
display:none;
cursor: pointer;
}
.main-small-navigation ul {
display: none;
}
@media screen and (max-width: 880px) {
.menu-toggle {
display:block;
text-decoration: none;
padding: 20px 20px 0 20px;
color:#fff;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:14px;
}
.menu-toggle:before{
font-family:genericons;
content: '\f419';
vertical-align:top;
padding-right:12px;
}
.main-small-navigation{
clear: both;
display: block;
float: left;
width: 100%;
padding-top:7px;
background:#000;
border-bottom:5px solid #00aeef;
position:relative;
}
.main-small-navigation ul {
margin:0;
position:absolute;
z-index:9999;
left:20px;
}
.main-small-navigation ul ul{
display:block;
float:none;
padding:0;
margin:0;
position:relative;
left:0;
}
.main-small-navigation ul li{
padding:0;
margin:0;
list-style-type:none;
}
.main-small-navigation a {
text-decoration: none;
color:#fff;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:14px;
display:block;
padding:5px 20px;
margin:0;
background:#00aeef;
}
.main-small-navigation a:hover {
background:#01a0db;
}
.main-small-navigation ul ul a{
padding:5px 30px;
}
.main-small-navigation ul.nav-menu.toggled-on {
display:block;
}
.navigation-main ul {
display: none;
}
}
/* =Container and Content Styles
----------------------------------------------- */
#content {
background: #f5f5f5;
border-radius:7px;
border:1px solid #dadada;
padding-bottom:1px;
box-shadow:0 0 3px #dadada;
margin-left:77px;
clear:both;
}
#main {
background:#fff;
margin-top:-12px;
margin-bottom:-12px;
margin-left:20px;
margin-right:0;
border-radius:7px;
border:1px solid #dadada;
box-shadow:0 0 3px #dadada;
}
article[id*=post-] {
padding: 30px;
word-wrap:break-word;
position:relative;
}
/* post meta */
.entry-meta,
.category-archive-meta {
font-size:.75em;
letter-spacing:.05em;
font-style:italic;
line-height:1.75em;
color: #999;
margin: 0;
}
/* post content */
.post_content {
overflow:hidden;
}
/* archive title */
.archive_title,
.page-title {
padding: 0 20px;
margin: 0;
}
/* image gallery styles */
.commentlist li.comment article[id*="comment-"] dt,
.post_content dt {
margin-top: 1px;
}
.commentlist li.comment article[id*="comment-"] dl,
.post_content dl {
margin-bottom: 5px;
}
.commentlist li.comment article[id*="comment-"] img,
.post_content img {
margin-bottom: 5px;
}
.commentlist li.comment article[id*="comment-"] dd,
.post_content dd {
margin-top: 1px;
}
.gallery dt {
border-bottom:0;
}
.gallery dl img {
max-width:75%;
padding:2px;
}
img.attachment-thumbnail {
border:0;
}
article[id*=post-] footer {
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
padding:6px 0;
color:#000;
font-style:normal;
font-size:13px;
}
/* =Meta + Post Formats
----------------------------------------------- */
.posted-meta {
width:120px;
padding:10px 12px;
background:#fe0;
border:1px solid #e5c221;
border-radius:7px 0 0 7px;
position:absolute;
left:-120px;
top:30px;
text-align:center;
word-wrap:break-word;
box-shadow:-1px 1px 2px #dadada;
}
.date-meta {
font:20px "Oswald", Tahoma, Geneva, sans-serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #e5c221;
}
.date-meta a {
color:#000;
text-decoration:none;
}
.author-meta {
font:12px "Oswald", Tahoma, Geneva, sans-serif;
}
.author-meta a {
color:#000;
text-decoration:none;
}
/* =Post Format
----------------------------------------------- */
/* Aside Posts */
.format-aside .entry-header {
display: none;
}
.single .format-aside .entry-header {
display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
padding-top: 0;
}
/* Image Posts */
.format-image .entry-header {
display: none;
}
.single .format-image .entry-header {
display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
padding-top: 0;
}
/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .previous{
float: left;
width: 50%;
}
[class*="navigation"] .next {
float: right;
text-align: right;
width: 50%;
}
/* =Page Links
----------------------------------------------- */
.page-links, .page-link {
clear: both;
font-size: 13px;
font-size: 1.3rem;
margin: 1.313em 0;
padding:1em 0;
border-top:1px solid #efefef;
}
.page-links a, .page-link a {
background:#00aeef;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
line-height: 1.3;
padding: 0.08em 0.5em;
text-align: center;
}
.page-links a:hover, .page-link a:hover {
opacity: 0.8;
}
#image-navigation,
#comment-nav-below,
#comment-nav-above,
#nav-above,
#nav-below {
display:block;
overflow:hidden;
margin:0 30px 30px 30px;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
}
#comment-nav-above a,
#comment-nav-below a,
#nav-above a,
#nav-below a {
color:#ff6633;
}
#nav-below a:hover {
color:#00aeef;
}
/* =Comments
----------------------------------------------- */
#comments-title {
margin: 0 30px 0.5em 30px;
}
.commentlist {
margin: 0 30px;
}
.commentlist li.pingback {
margin:10px 0 20px 0;
}
.commentlist li.comment {
position: relative;
margin-bottom: 1.5em;
padding-bottom:1px;
clear: both;
}
.commentlist li[class*=depth-] {
margin-left: 2.2em;
margin-top: 1.1em;
}
.commentlist li.depth-1 {
margin-left: 0;
margin-top: 0;
}
.commentlist cite.fn {
font-weight: 700;
font-style: normal;
}
.commentlist .vcard time a {
text-decoration: none;
color: #999;
}
.commentlist .vcard time a:hover {
text-decoration: underline;
}
.commentlist .vcard img.avatar {
padding: 2px;
border: 1px solid #cecece;
background: #fff;
margin-bottom:0;
}
.commentlist li.comment .comment_content p {
font-size: 1em;
line-height: 1.5em;
margin: 0.7335em 0 1.5em;
}
.commentlist li.comment ul {
padding-top: 1.1em;
}
.commentlist .comment-reply-link {
text-decoration: none;
float: right;
font-size: 1em;
line-height: 1.5em;
padding: 3px 5px;
}
.comment-content ol,
.comment-content ul{
margin:0 1.5em;
padding:0;
}
.comment-content ol li{
list-style-type:decimal;
}
.comment-content ul li{
list-style-type:square;
}
/* comment form styles */
#respond #comment-form-title {
margin: 0 0 1.1em;
}
#respond #comment-form-elements {
margin: 0.75em 0;
}
#respond #comment-form-elements li {
overflow: hidden;
margin-bottom: 0.7335em;
}
#respond #comment-form-elements label {
display: none;
}
#respond #comment-form-elements small {
display: none;
}
#respond #author,
#respond #email,
#respond #url,
#respond #comment {
background: #efefef;
border: 2px solid #cecece;
font-size: 1em;
width:100%;
box-shadow:none;
}
#respond #author:focus,
#respond #email:focus,
#respond #url:focus,
#respond #comment:focus {
outline: none;
}
#respond #author,
#respond #email,
#respond #url {
padding: 5px 7px;
box-shadow:none !important;
}
#respond #allowed_tags {
font-size: 0.846em;
line-height: 1.5em;
margin: 1.5em 10px 0.7335em 0;
}
#respond #comment {
resize: none;
padding: 5px 7px;
height: 150px;
vertical-align:top;
}
/* form validation */
#commentform input:invalid,
#commentform textarea:invalid {
border-color: red;
outline: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
background-color: #f6e7eb;
}
/* no comments */
.nocomments {
margin: 0 20px 1.1em;
}
#comments-title {
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-size:20px;
font-weight:400;
color:#00aeef;
text-transform:uppercase;
margin-bottom:1.2em;
}
.commentlist li {
list-style-type:none;
}
.commentlist li.comment {
position:relative;
font-size:12px;
}
.commentlist footer.comment-head {
float:left;
width:120px;
}
.commentlist li.pingback {
background:#f0f0f0;
padding:7px 10px;
border-radius:7px;
box-shadow:0 3px 5px #e2e2e2 inset;
}
.commentlist li.comment article[id*=comment-] {
margin-left:120px;
background:#f0f0f0;
padding:10px 17px;
padding-bottom:30px;
border-radius:7px;
box-shadow:0 3px 5px #e2e2e2 inset;
}
.commentlist #respond label {
min-width:65px;
margin-left:25px;
}
.commentlist #respond #author,
.commentlist #respond #email,
.commentlist #respond #url,
.commentlist #respond #comment {
width:85%;
margin-left:25px;
}
.commentlist cite.fn { font-style:normal; color:#ff6633; }
.commentlist cite.fn a { color:#ff6633; }
.commentlist .vcard img.avatar {
background:#f0f0f0;
padding:7px;
border-radius:7px;
box-shadow:0 3px 5px #e2e2e2 inset;
border:0;
}
.commentlist .commentmetadata {
line-height:14px;
}
.commentlist .commentmetadata a {
color:#000;
text-decoration:none;
font-size:11px;
}
.commentlist .commentmetadata a:hover {
text-decoration:underline;
}
.commentlist .comment-reply-link {
font-weight:bold;
}
.commentlist .comment-reply-link:before {
content: '\f412';
padding-right:10px;
font-weight:bold;
font-family:genericons;
vertical-align:top;
}
.nocomments {
padding:15px;
text-align:center;
}
/* =Comment Form
----------------------------------------------- */
#respond {
overflow:hidden;
max-width:87%;
margin:0 auto 30px !important;
}
#reply-title {
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
color:#00aeef;
text-transform:uppercase;
margin:20px 0;
padding:20px 0;
}
#respond label {
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-size:14px;
font-weight:400;
display:block;
text-transform:uppercase;
}
#respond p {
margin-bottom:1em;
}
#respond p.form-submit {
text-align:center;
margin:1.2em 0;
}
#respond p.form-allowed-tags {
font-size:0.8em;
display:none;
}
#respond .required {
margin-left:-1.3em;
padding-right:5px;
color:#f00;
}
#respond .required:first-child {
margin-left:0;
}
#respond #cancel-comment-reply-link {
float:right;
}
#respond #author,
#respond #email,
#respond #url,
#respond #comment {
background:#fff;
box-shadow:0 1px 1px #d0d0d0 inset;
border-radius:5px;
border:1px solid #e5e5e5;
width:100%;
}
#respond #submit {
background:#000;
box-shadow:0 15px 30px #747474 inset;
border:0;
color:#ffee00;
border-radius:5px;
padding:7px 15px;
font-weight:bold;
text-shadow:0 -1px #000;
}
/* =Sidebar
----------------------------------------------- */
#sidebar {
margin-top:0;
float: right;
}
.widget {
margin:2.2em 0;
padding:0 30px 25px 0;
word-wrap: break-word;
}
#sidebar .widget a {
color:#000;
}
#sidebar .widget a:hover {
color:#01a0db;
text-decoration:underline;
}
#sidebar ul{
margin:0;
padding:0;
}
#sidebar .widget li,
#meta.widget aside a {
list-style-type:none;
border-bottom:1px solid #dedede;
margin-bottom: 0.6em;
padding:5px 10px;
line-height: 1.5em;
}
#sidebar .widget li:before,
#meta.widget aside a:before {
content: '\f501';
padding-right:10px;
font-family:genericons;
vertical-align:top;
color:#ccc;
font-size:10px;
}
#sidebar .widgets-multi-column-grid ul li:before{
content:'';
padding:0;
margin:0;
}
#sidebar .widget_nav_menu ul.sub-menu {
margin-top:5px;
}
#sidebar .widget_nav_menu ul.sub-menu li:last-child,
#sidebar ul.children li:last-child {
border:0px !important;
}
#sidebar .widget li a {
text-decoration:none;
}
#sidebar .widget-title,
.social-links h2 {
padding-left:2px;
font-family:Oswald, Tahoma, Geneva, sans-serif;
font-size:18px;
font-weight:700;
text-transform:uppercase;
color:#00aeef;
text-shadow:1px 1px #fff;
margin-bottom: 0.75em;
}
#sidebar .widget-title a{
color:#00aeef;
}
/* search widget */
.widget_search #s {
font-size:1.3em;
padding:7px 10px;
border-radius:12px;
border:3px solid #00aeef;
box-shadow:3px 3px 5px #d0d0d0 inset, 0 0 6px #fff;
max-width:200px;
outline:none;
-webkit-appearance: textfield;
}
#searchsubmit {
display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Flickr Widget */
#flickr_badge_wrapper {
background-color: transparent !important;
border: none !important;
}
.widget_flickr .flickr-size-thumbnail {
margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
display: none;
}
.widget_flickr .flickr-size-thumbnail img {
display: block;
margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
max-width: 98%;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
color: #cc6a22;
display: block;
}
/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
line-height: 1.5;
padding: 0.231em 0;
}
.widget_tag_cloud div a{text-decoration:none;}
/* RSS Widget */
.widget_rss ul{
margin:0;
padding:0;
}
.widget_rss ul li{
margin:0 0 16px 0;
}
.widget_rss ul li:before{
content: none !important;
margin:0;
padding:0;
}
.widget_rss ul li .rsswidget{
line-height:28px;
font-weight:bold;
display:block;
}
.rsswidget img {
display:none;
}
.rss-date, .widget_rss cite {
color: #7d7d7d;
font-size: 90%;
font-family:georgia, arial;
}
.rssSummary {
font-size: 90%;
font-style: italic;
margin: 0.5em 0;
}
/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
margin-left: 1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
border-width: 0;
}
/* Authors Widget */
.widget_authors li {
background: none !important;
overflow: hidden;
}
.widget_authors ul ul li {
overflow: hidden;
}
.widget_authors img {
float: left;
margin-bottom: 1em !important;
padding-right: 0.833em;
vertical-align: text-top;
}
/* Calendar Widget */
#wp-calendar {
width: 100%;
}
#wp-calendar caption {
margin-bottom: 1.154em;
margin-top: 0.769em;
}
#wp-calendar thead th {
color: #7d7d7d;
font-size: 90%;
font-weight: normal;
padding-bottom: 1.154em;
text-align: center;
}
#wp-calendar tbody {
border: 1px solid #e0e0e0;
}
#wp-calendar tbody td {
border: 1px solid #e0e0e0;
color: #7e6b54;
font-size: 90%;
padding: 0.615em 2%;
text-align: center;
}
#wp-calendar tbody td:hover {
background: #eee;
}
#wp-calendar tfoot #next {
text-align: right;
}
#wp-calendar #today {
background: #e0e0e0;
font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
font-size: 90%;
padding-top: 0.8em;
text-transform: uppercase;
}
#wp-calendar tbody .pad {
background: none;
}
/* Twitter Widget */
.widget_twitter .timesince {
font-size: 90%;
}
.widget_twitter .twitter-follow-button {
margin-top: 0.8em;
}
#sidebar .tweets li{
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
}
#sidebar .tweets li:before {
content: none;
padding-right:0;
color:#ccc;
font-size:10px;
}
/* Recent Comments Widget */
td.recentcommentsavatarend,
td.recentcommentsavatartop {
padding: 0.385em !important;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
padding: 0 0.615em 1.1em !important;
vertical-align: top;
}
.grofile-accounts{
overflow:hidden;
}
.grofile-urls li{
float:left;
margin:0;
padding:0;
width:auto;
}
.textwidget p {margin-bottom:14px;}
select {
display: block;
margin: 0 auto;
width: 200px;
}
/* Social links */
.social-links {
margin: 2.2em 0;
padding: 0 30px 30px 0;
}
.social-links li {
display: block;
float: left;
margin: 5px 20px 5px 0;
padding: 0;
width: 32px;
height: 32px;
}
.social-links li:last-child {
margin-right: 0;
}
.social-links a {
display: block;
overflow: hidden;
width: 32px;
height: 32px;
}
.social-links a:before {
color: #00aeef;
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 32px/1 Genericons;
vertical-align: top;
}
.social-links a:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.facebook-link a:before {
content: "\f203";
margin-top: 1px;
}
.twitter-link a:before {
content: "\f202";
}
.linkedin-link a:before {
content: "\f208";
margin-top: 1px;
}
.tumblr-link a:before {
content: "\f214";
}
/* =Media
----------------------------------------------- */
.post_content img {
margin-top:.75em;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin:1.5em 1.5em 1.5em 0;
}
.alignright {
display: inline;
float: right;
margin:1.5em 0 1.5em 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 1.5em auto;
}
.alignnone{
clear: both;
display: block;
margin: 1.5em 0;
}
#site-heading img{
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img,
.comment-content img,
.widget img{
max-width: 100%; /* Fluid images for posts, comments, and widgets */
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
border-radius:3px;
}
#site-heading img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
.widget img {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img,
img.size-full {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
font-family:georgia, arial;
font-style:italic;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
.wp-smiley {
margin: 0;
max-height: 1em;
}
/* Notices */
.post .notice {
background: #eee;
display: block;
padding: 1em;
}
.entry-attachment {
display: block;
margin: 0 auto;
text-align: center;
}
.imgthumb img {
float:left;
margin-right:20px;
margin-bottom:15px;
margin-top:5px;
border:1px solid #999;
}
/* =Infinity Styles
-------------------------------------------------------------- */
#infinite-footer {
position: fixed;
bottom: -50px;
left: 0;
width: 100%;
background: #fff;
border-color: #ccc;
border-color: rgba( 0, 0, 0, 0.1 );
border-style: solid;
border-width: 1px 0 0;
}
#infinite-footer a {
text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
color: #444;
text-decoration: underline;
}
#infinite-footer .container {
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
padding: 1px 20px;
text-align:center;
border:none;
background:none;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
line-height: 25px;
display:inline;
width:auto;
}
#infinite-footer .blog-info {
float:none;
}
#infinite-footer .blog-info:after, #infinite-footer .blog-info a[role=generator]:after{
content:" | ";
}
#infinite-footer .blog-credits {
font-weight: normal;
float:none;
}
#infinite-footer .blog-info a {
font-size: 14px;
font-weight: bold;
color:#00aeef;
}
#infinite-footer .blog-credits {
color: #888;
font-size: 12px;
}
.infinite-loader {
color: #000;
display: block;
height: 28px;
text-indent: -9999px;
padding: 60px 20px;
}
/**
* Hooks to infinity-end body class to restore footer.html.twig
*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
display: block;
}
/* =Misc. Styles
----------------------------------------------- */
/* floats */
.left {
float: left;
}
.right {
float: right;
}
/* text alignment */
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
/* highlighting search term on search page */
mark,
.search-term {
background: #EBE16F;
}
/* alerts & notices */
.help,
.info,
.error,
.success {
margin: 10px;
padding: 10px;
border: 1px solid #cecece;
}
.help {
border-color: #E0C618;
background: #EBE16F;
}
.info {
border-color: #92cae4;
background: #d5edf8;
}
.error {
border-color: #fbc2c4;
background: #fbe3e4;
}
.success {
border-color: #c6d880;
background: #e6efc2;
}
article[id*=post-] footer {
clear: both;
margin: 1.5em 0 0;
}
/* =Footer
----------------------------------------------- */
footer[role=contentinfo] {
padding:1.2em 0;
}
.attribution {
float:none;
text-align:center;
}
#site-generator {
text-align:center;
font-size:12px;
}
#site-generator a {
text-decoration:none;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
.orange {
color:#f63;
}
/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 880px) {
.site-title {
margin-right:0;
}
.site-description {
margin-right:0;
}
nav[role=navigation] #s {
font-size:1em;
padding:4px 5px 4px 26px;
border-radius:7px;
border:1px solid #fff;
box-shadow:3px 3px 5px #777 inset;
min-width:150px;
}
header[role=banner] #searchform {
top:-45px;
}
header[role=banner] #searchform #s {
font-size:12px;
border-radius:7px;
box-shadow:none;
background-position:5px 4px;
padding:5px 5px 5px 30px;
}
#main.column {
width:97%;
display:block;
}
#sidebar.sidebar-column {
float:none;
display:block;
width:100%;
clear:both;
padding-top:30px;
}
.widget,
.social-links {
margin:2.2em 30px 2.2em 20px;
}
}
@media only screen
and (max-width : 480px) {
.posted-meta {
display:none !important;
}
#main.column{
display: inline;
float: left;
margin: 0;
position: normal;
width:100%
}
#content {
background: #f5f5f5;
border-radius:7px;
border:1px solid #dadada;
padding-bottom:1px;
box-shadow:0 0 3px #dadada;
margin-left:0px;
clear:both;
}
#main {
background:#fff;
margin-top:-12px;
margin-bottom:-12px;
margin-left:0px;
margin-right:0;
border-radius:7px;
border:1px solid #dadada;
box-shadow:0 0 3px #dadada;
}
#site-heading {
min-height:80px;
padding-top:20px;
margin-left:0px;
}
header[role=banner] #searchform #s {
display:none;
}
} | web/css/style.css | ----------------------------------------------- */
@font-face {
font-family: 'Genericons';
src: url('font/genericons-regular-webfont.eot');
src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('font/genericons-regular-webfont.woff') format('woff'),
url('font/genericons-regular-webfont.ttf') format('truetype'),
url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* =Reset Styles
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
-webkit-text-size-adjust : 100%; /* font size on apple devices */
-ms-text-size-adjust : 100%; /* font size on windows devices */
}
ol,
ul {
margin: 1.5em 2.5em;
list-style-position:outside;
line-height:1.5;
}
ol li{
list-style-type:decimal;
margin-bottom:12px;
}
ul li{
list-style-type:square;
margin-bottom:12px;
}
/* blockquote reset */
blockquote{
quotes:none;
font-style:italic;
line-height:1.6em;
margin: 1.5em 0;
}
blockquote:before{
font-family:genericons, serif;
content: '\f106';
font-size:1.5em;
text-indent:-1.5em;
margin-top:.1em;
float:left;
opacity:.3;
}
q{
font-family:georgia, serif;
quotes:none;
font-style:italic;
}
q:before{
font-family:genericons, serif;
content: '';
}
blockquote:after,
q:after {
content:'';
content:none;
}
/* link style resets */
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
}
a:hover,
a:active {
outline: none;
}
/* table resets */
.entry-content table,
.comment-content table {
border: 1px solid #e3e3e3;
margin: 0 0.077em 1.923em 0;
text-align: left;
width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
font-size: 12px;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.615em;
padding: 0.462em 1.154em;
text-transform: uppercase;
}
.entry-content tr td,
.comment-content tr td {
border-top: 1px solid #e3e3e3;
font-weight: 300;
padding: 0.462em 1.154em;
}
td,
td img {
padding:5px;
vertical-align: top;
}
dl {
margin:1.75em 0 1.75em;
}
dt {
font-style:italic;
margin-top:1.25em;
font-size:1.13em;
font-weight:700;
border-bottom:1px solid #efefef;
padding:.6em 0;
}
dd {
font-style:italic;
font-size:.85em;
margin-top:1em;
line-height:1.6em;
}
object,
embed,
iframe {
display: block;
margin: 1.5em 0;
max-width: 100%;
}
/* type & header styles */
body {
font-size:14px;
line-height: 1.5em;
font-family: Georgia, serif;
}
p {
hyphenate:auto;
hyphenate-before:2;
hyphenate-after:3;
hyphenate-lines:3;
orphans:4;
margin:0 0 1.5em 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
select,
input,
textarea,
button {
font:99% sans-serif;
}
body,
select,
input,
textarea {
color: #444;
}
small,
.small {
font-size:0.75em;
letter-spacing:.05em;
font-style:italic;
line-height:1.75em;
}
strong,
th,
.strong {
font-weight: bold;
}
em,
.em {
font-style: italic;
}
ins,
.ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark,
.mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del,
.del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
sub {
vertical-align: sub;
font-size: smaller;
}
sup {
vertical-align: super;
font-size: smaller;
}
/* Heading */
h1,h2,h3,h4,h5,h6{
margin:0 0 22px 0;
display:block;
}
h1{
font-size:2.2em;
line-height: 1em;
font-family:oswald, helvetica, arial;
}
h2{
font-size: 1.85em;
line-height: 1.1em;
font-family:oswald, helvetica, arial;
}
h3{
font-size: 1.25em;
}
h4{
font-size: 1.1em;
}
h5{
font-size: 0.846em;
line-height: 2.09em;
text-transform: uppercase;
letter-spacing: 2px;
}
hr {
background-color: #efefef;
border: 0;
height: 1px;
margin-bottom: 1.625em;
}
/* code & pre box resets */
pre {
padding: 15px;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
/* form & input resets */
pre,
code,
kbd,
samp {
font-family: monospace, sans-serif;
margin: 1.5em;
}
input,
select {
vertical-align:middle;
}
textarea {
overflow: auto;
}
.ie6 legend,
.ie7 legend {
margin-left: -7px;
}
input[type="radio"] {
vertical-align: text-bottom;
}
input[type="checkbox"] {
vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
vertical-align: baseline;
}
.ie6 input {
vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
cursor: pointer;
}
button,
input,
select,
textarea {
margin: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
border: solid 1px #e0e0e0;
background: #fff;
background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(4%, #eee), to(#fff));
background: -moz-linear-gradient(top, #fff, #eee 1px, #fff 25px);
box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
-moz-box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
-webkit-box-shadow: rgba(0,0,0, 0.2) 0 0 1px;
color: #7d7d7d;
outline: 0;
padding: .8em;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
background: #fff;
color: #111;
}
input[type=text],
input[type=email] {
padding: 5px;
}
input:invalid,
textarea:invalid {
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
background-color: #f0dddd;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-radius: 3px;
background: #00aeef;
box-shadow: 1px 1px 1px #2e6aa7;
color: rgba(255,255,255,1);
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
padding: 1em 1.5em .88em;
text-shadow: 1px 1px #3e79b9;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.8;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
/* image resets */
.ie7 img,
.iem7 img {
-ms-interpolation-mode: bicubic;
}
/* hidden elements */
.hidden {
display: none;
visibility: hidden;
}
.visuallyhidden {
position: absolute;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
}
div,
input,
textarea {
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
-o-box-sizing : border-box; box-sizing : border-box;
}
/* clearfixes */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
zoom: 1;
}
.clearfix:after {
clear: both;
}
/* =General Layout Styles
----------------------------------------------- */
body {
background:#f2f2f2;
font-family:Tahoma, Geneva, sans-serif;
}
#container, #nav-wrap {
width: 96%;
margin: 0 auto;
padding: 0 2%;
max-width: 1044px;
}
/* layout options ( all have margins right & left of 1%) */
.column{
width: 64.667%;
}
.sidebar-column{
width: 31.333%;
}
/* layout & column defaults */
.sidebar-column,
.column{
display: inline;
float: left;
margin-left: 1%;
margin-right: 1%;
position: relative;
}
/* default styles & fixes */
#main {
margin-left: 0;
}
#sidebar {
margin-right: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display:block;
}
/* =Links
----------------------------------------------- */
a,
a:visited {
color:#01a0db;
}
a:hover{
color:#333;
}
a:link {
-webkit-tap-highlight-color: #f01d4f;
}
/* =Text Selection Styles
----------------------------------------------- */
/* Safari, Chrome, iPhones, iPads */
::-webkit-selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* Firefox */
::-moz-selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* The Rest of em */
::selection {
background: #6fc2f6;
color:#fff;
text-shadow : none;
}
/* =Header and Titles
----------------------------------------------- */
header[role=banner] {
position:relative;
margin-bottom:20px;
clear:both;
}
#site-heading {
min-height:80px;
padding-top:20px;
margin-left:80px;
}
.site-title {
padding:0;
margin-bottom:5px;
margin-right:300px;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-size:44px;
font-weight:700;
line-height:50px;
text-shadow:1px 1px #fff;
text-transform:uppercase;
}
.site-title a {
color:#00aeef;
text-decoration:none;
}
.site-title a:hover {
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.site-description {
font-size:1.1em;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
color:#000;
text-transform:uppercase;
margin-right:300px;
}
header[role=banner] #searchform {
position:absolute;
right:0px;
top:35px;
}
.header-image {
width: auto;
max-height: 120px;
margin:0;
padding:0;
box-shadow:none;
}
header[role=banner] #searchform label,
header[role=banner] #searchform input[type=submit]{
display:none;
}
header[role=banner] #s {
font-size:1.0em;
padding:10px 0 10px 10px;
border-radius:12px;
border:3px solid #00aeef;
box-shadow:3px 3px 5px #d0d0d0 inset, 0 0 6px #fff;
min-width:270px;
outline:none;
height:auto;
-webkit-appearance: textfield;
}
.entry-header {
margin-bottom:25px;
}
.entry-title {
font-size: 1.8em;
text-transform:uppercase;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
color:#ff6633;
line-height:1.15em;
}
.entry-title a {
color:#ff6633;
}
.entry-title a:hover {
color:#000;
}
body.page .entry-title,
body.single .entry-title,
.error404 .entry-title {
font-size:2.5em;
padding-bottom:15px;
border-bottom:1px solid #dadada;
}
.page-header {
margin-left:-10px;
margin-right:30px;
margin-top:25px;
margin-bottom:25px;
padding:15px 20px;
background:#fe0;
border:1px solid #e5c221;
border-radius:7px;
box-shadow:-1px 1px 2px #dadada;
font-family:Oswald, Tahoma, Geneva, sans-serif;
font-weight:400;
}
h1.page-title {
font-weight:400;
}
/* =Menu
----------------------------------------------- */
.navigation-main{
clear: both;
display: block;
float: left;
width: 100%;
padding-top:7px;
background:#000;
border-bottom:5px solid #00aeef;
position:relative;
}
.menu-wrapper{
max-width:1044px;
margin:0 auto;
display: block;
}
.menu{
float:right;
width:auto;
padding-right:28px;
}
.navigation-main ul {
list-style: none;
margin: 0;
padding: 0;
}
.navigation-main li {
float: left;
position: relative;
margin:0 0 0 4px;
padding:0;
list-style-type:none;
}
.navigation-main a {
display: block;
text-decoration: none;
padding: 10px 20px;
color:#fff;
font-family:Oswald, Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
}
.navigation-main ul ul {
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
position: absolute;
top:2.9em;
left: 0;
z-index: 99999;
}
.navigation-main ul ul ul {
left: 100%;
top: 0;
}
.navigation-main ul ul a {
width:150px;
background:#00aeef;
border-radius:0 !important;
}
.navigation-main ul ul a:hover {
background:#01a0db;
}
.navigation-main ul ul li {
margin:0;
}
.navigation-main li:hover > a {
background:#00aeef;
border-radius:5px 5px 0 0;
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
background:#00aeef;
border-radius:5px 5px 0 0;
}
/* Small menu */
.menu-toggle {
display:none;
cursor: pointer;
}
.main-small-navigation ul {
display: none;
}
@media screen and (max-width: 880px) {
.menu-toggle {
display:block;
text-decoration: none;
padding: 20px 20px 0 20px;
color:#fff;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:14px;
}
.menu-toggle:before{
font-family:genericons;
content: '\f419';
vertical-align:top;
padding-right:12px;
}
.main-small-navigation{
clear: both;
display: block;
float: left;
width: 100%;
padding-top:7px;
background:#000;
border-bottom:5px solid #00aeef;
position:relative;
}
.main-small-navigation ul {
margin:0;
position:absolute;
z-index:9999;
left:20px;
}
.main-small-navigation ul ul{
display:block;
float:none;
padding:0;
margin:0;
position:relative;
left:0;
}
.main-small-navigation ul li{
padding:0;
margin:0;
list-style-type:none;
}
.main-small-navigation a {
text-decoration: none;
color:#fff;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:14px;
display:block;
padding:5px 20px;
margin:0;
background:#00aeef;
}
.main-small-navigation a:hover {
background:#01a0db;
}
.main-small-navigation ul ul a{
padding:5px 30px;
}
.main-small-navigation ul.nav-menu.toggled-on {
display:block;
}
.navigation-main ul {
display: none;
}
}
/* =Container and Content Styles
----------------------------------------------- */
#content {
background: #f5f5f5;
border-radius:7px;
border:1px solid #dadada;
padding-bottom:1px;
box-shadow:0 0 3px #dadada;
margin-left:77px;
clear:both;
}
#main {
background:#fff;
margin-top:-12px;
margin-bottom:-12px;
margin-left:20px;
margin-right:0;
border-radius:7px;
border:1px solid #dadada;
box-shadow:0 0 3px #dadada;
}
article[id*=post-] {
padding: 30px;
word-wrap:break-word;
position:relative;
}
/* post meta */
.entry-meta,
.category-archive-meta {
font-size:.75em;
letter-spacing:.05em;
font-style:italic;
line-height:1.75em;
color: #999;
margin: 0;
}
/* post content */
.post_content {
overflow:hidden;
}
/* archive title */
.archive_title,
.page-title {
padding: 0 20px;
margin: 0;
}
/* image gallery styles */
.commentlist li.comment article[id*="comment-"] dt,
.post_content dt {
margin-top: 1px;
}
.commentlist li.comment article[id*="comment-"] dl,
.post_content dl {
margin-bottom: 5px;
}
.commentlist li.comment article[id*="comment-"] img,
.post_content img {
margin-bottom: 5px;
}
.commentlist li.comment article[id*="comment-"] dd,
.post_content dd {
margin-top: 1px;
}
.gallery dt {
border-bottom:0;
}
.gallery dl img {
max-width:75%;
padding:2px;
}
img.attachment-thumbnail {
border:0;
}
article[id*=post-] footer {
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
padding:6px 0;
color:#000;
font-style:normal;
font-size:13px;
}
/* =Meta + Post Formats
----------------------------------------------- */
.posted-meta {
width:120px;
padding:10px 12px;
background:#fe0;
border:1px solid #e5c221;
border-radius:7px 0 0 7px;
position:absolute;
left:-120px;
top:30px;
text-align:center;
word-wrap:break-word;
box-shadow:-1px 1px 2px #dadada;
}
.date-meta {
font:20px "Oswald", Tahoma, Geneva, sans-serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom:1px solid #e5c221;
}
.date-meta a {
color:#000;
text-decoration:none;
}
.author-meta {
font:12px "Oswald", Tahoma, Geneva, sans-serif;
}
.author-meta a {
color:#000;
text-decoration:none;
}
/* =Post Format
----------------------------------------------- */
/* Aside Posts */
.format-aside .entry-header {
display: none;
}
.single .format-aside .entry-header {
display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
padding-top: 0;
}
/* Image Posts */
.format-image .entry-header {
display: none;
}
.single .format-image .entry-header {
display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
padding-top: 0;
}
/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .previous{
float: left;
width: 50%;
}
[class*="navigation"] .next {
float: right;
text-align: right;
width: 50%;
}
/* =Page Links
----------------------------------------------- */
.page-links, .page-link {
clear: both;
font-size: 13px;
font-size: 1.3rem;
margin: 1.313em 0;
padding:1em 0;
border-top:1px solid #efefef;
}
.page-links a, .page-link a {
background:#00aeef;
border-radius: 4px;
color: #fff;
cursor: pointer;
display: inline-block;
line-height: 1.3;
padding: 0.08em 0.5em;
text-align: center;
}
.page-links a:hover, .page-link a:hover {
opacity: 0.8;
}
#image-navigation,
#comment-nav-below,
#comment-nav-above,
#nav-above,
#nav-below {
display:block;
overflow:hidden;
margin:0 30px 30px 30px;
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
text-transform:uppercase;
}
#comment-nav-above a,
#comment-nav-below a,
#nav-above a,
#nav-below a {
color:#ff6633;
}
#nav-below a:hover {
color:#00aeef;
}
/* =Comments
----------------------------------------------- */
#comments-title {
margin: 0 30px 0.5em 30px;
}
.commentlist {
margin: 0 30px;
}
.commentlist li.pingback {
margin:10px 0 20px 0;
}
.commentlist li.comment {
position: relative;
margin-bottom: 1.5em;
padding-bottom:1px;
clear: both;
}
.commentlist li[class*=depth-] {
margin-left: 2.2em;
margin-top: 1.1em;
}
.commentlist li.depth-1 {
margin-left: 0;
margin-top: 0;
}
.commentlist cite.fn {
font-weight: 700;
font-style: normal;
}
.commentlist .vcard time a {
text-decoration: none;
color: #999;
}
.commentlist .vcard time a:hover {
text-decoration: underline;
}
.commentlist .vcard img.avatar {
padding: 2px;
border: 1px solid #cecece;
background: #fff;
margin-bottom:0;
}
.commentlist li.comment .comment_content p {
font-size: 1em;
line-height: 1.5em;
margin: 0.7335em 0 1.5em;
}
.commentlist li.comment ul {
padding-top: 1.1em;
}
.commentlist .comment-reply-link {
text-decoration: none;
float: right;
font-size: 1em;
line-height: 1.5em;
padding: 3px 5px;
}
.comment-content ol,
.comment-content ul{
margin:0 1.5em;
padding:0;
}
.comment-content ol li{
list-style-type:decimal;
}
.comment-content ul li{
list-style-type:square;
}
/* comment form styles */
#respond #comment-form-title {
margin: 0 0 1.1em;
}
#respond #comment-form-elements {
margin: 0.75em 0;
}
#respond #comment-form-elements li {
overflow: hidden;
margin-bottom: 0.7335em;
}
#respond #comment-form-elements label {
display: none;
}
#respond #comment-form-elements small {
display: none;
}
#respond #author,
#respond #email,
#respond #url,
#respond #comment {
background: #efefef;
border: 2px solid #cecece;
font-size: 1em;
width:100%;
box-shadow:none;
}
#respond #author:focus,
#respond #email:focus,
#respond #url:focus,
#respond #comment:focus {
outline: none;
}
#respond #author,
#respond #email,
#respond #url {
padding: 5px 7px;
box-shadow:none !important;
}
#respond #allowed_tags {
font-size: 0.846em;
line-height: 1.5em;
margin: 1.5em 10px 0.7335em 0;
}
#respond #comment {
resize: none;
padding: 5px 7px;
height: 150px;
vertical-align:top;
}
/* form validation */
#commentform input:invalid,
#commentform textarea:invalid {
border-color: red;
outline: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
background-color: #f6e7eb;
}
/* no comments */
.nocomments {
margin: 0 20px 1.1em;
}
#comments-title {
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-size:20px;
font-weight:400;
color:#00aeef;
text-transform:uppercase;
margin-bottom:1.2em;
}
.commentlist li {
list-style-type:none;
}
.commentlist li.comment {
position:relative;
font-size:12px;
}
.commentlist footer.comment-head {
float:left;
width:120px;
}
.commentlist li.pingback {
background:#f0f0f0;
padding:7px 10px;
border-radius:7px;
box-shadow:0 3px 5px #e2e2e2 inset;
}
.commentlist li.comment article[id*=comment-] {
margin-left:120px;
background:#f0f0f0;
padding:10px 17px;
padding-bottom:30px;
border-radius:7px;
box-shadow:0 3px 5px #e2e2e2 inset;
}
.commentlist #respond label {
min-width:65px;
margin-left:25px;
}
.commentlist #respond #author,
.commentlist #respond #email,
.commentlist #respond #url,
.commentlist #respond #comment {
width:85%;
margin-left:25px;
}
.commentlist cite.fn { font-style:normal; color:#ff6633; }
.commentlist cite.fn a { color:#ff6633; }
.commentlist .vcard img.avatar {
background:#f0f0f0;
padding:7px;
border-radius:7px;
box-shadow:0 3px 5px #e2e2e2 inset;
border:0;
}
.commentlist .commentmetadata {
line-height:14px;
}
.commentlist .commentmetadata a {
color:#000;
text-decoration:none;
font-size:11px;
}
.commentlist .commentmetadata a:hover {
text-decoration:underline;
}
.commentlist .comment-reply-link {
font-weight:bold;
}
.commentlist .comment-reply-link:before {
content: '\f412';
padding-right:10px;
font-weight:bold;
font-family:genericons;
vertical-align:top;
}
.nocomments {
padding:15px;
text-align:center;
}
/* =Comment Form
----------------------------------------------- */
#respond {
overflow:hidden;
max-width:87%;
margin:0 auto 30px !important;
}
#reply-title {
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-weight:400;
color:#00aeef;
text-transform:uppercase;
margin:20px 0;
padding:20px 0;
}
#respond label {
font-family:'Oswald', Tahoma, Geneva, sans-serif;
font-size:14px;
font-weight:400;
display:block;
text-transform:uppercase;
}
#respond p {
margin-bottom:1em;
}
#respond p.form-submit {
text-align:center;
margin:1.2em 0;
}
#respond p.form-allowed-tags {
font-size:0.8em;
display:none;
}
#respond .required {
margin-left:-1.3em;
padding-right:5px;
color:#f00;
}
#respond .required:first-child {
margin-left:0;
}
#respond #cancel-comment-reply-link {
float:right;
}
#respond #author,
#respond #email,
#respond #url,
#respond #comment {
background:#fff;
box-shadow:0 1px 1px #d0d0d0 inset;
border-radius:5px;
border:1px solid #e5e5e5;
width:100%;
}
#respond #submit {
background:#000;
box-shadow:0 15px 30px #747474 inset;
border:0;
color:#ffee00;
border-radius:5px;
padding:7px 15px;
font-weight:bold;
text-shadow:0 -1px #000;
}
/* =Sidebar
----------------------------------------------- */
#sidebar {
margin-top:0;
float: right;
}
.widget {
margin:2.2em 0;
padding:0 30px 25px 0;
word-wrap: break-word;
}
#sidebar .widget a {
color:#000;
}
#sidebar .widget a:hover {
color:#01a0db;
text-decoration:underline;
}
#sidebar ul{
margin:0;
padding:0;
}
#sidebar .widget li,
#meta.widget aside a {
list-style-type:none;
border-bottom:1px solid #dedede;
margin-bottom: 0.6em;
padding:5px 10px;
line-height: 1.5em;
}
#sidebar .widget li:before,
#meta.widget aside a:before {
content: '\f501';
padding-right:10px;
font-family:genericons;
vertical-align:top;
color:#ccc;
font-size:10px;
}
#sidebar .widgets-multi-column-grid ul li:before{
content:'';
padding:0;
margin:0;
}
#sidebar .widget_nav_menu ul.sub-menu {
margin-top:5px;
}
#sidebar .widget_nav_menu ul.sub-menu li:last-child,
#sidebar ul.children li:last-child {
border:0px !important;
}
#sidebar .widget li a {
text-decoration:none;
}
#sidebar .widget-title,
.social-links h2 {
padding-left:2px;
font-family:Oswald, Tahoma, Geneva, sans-serif;
font-size:18px;
font-weight:700;
text-transform:uppercase;
color:#00aeef;
text-shadow:1px 1px #fff;
margin-bottom: 0.75em;
}
#sidebar .widget-title a{
color:#00aeef;
}
/* search widget */
.widget_search #s {
font-size:1.3em;
padding:7px 10px;
border-radius:12px;
border:3px solid #00aeef;
box-shadow:3px 3px 5px #d0d0d0 inset, 0 0 6px #fff;
max-width:200px;
outline:none;
-webkit-appearance: textfield;
}
#searchsubmit {
display: none;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Flickr Widget */
#flickr_badge_wrapper {
background-color: transparent !important;
border: none !important;
}
.widget_flickr .flickr-size-thumbnail {
margin: 0 auto;
}
.widget_flickr .flickr-size-thumbnail br,
.widget_flickr .flickr-size-small br {
display: none;
}
.widget_flickr .flickr-size-thumbnail img {
display: block;
margin-bottom: 10px;
}
.widget_flickr .flickr-size-small img {
max-width: 98%;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
color: #cc6a22;
display: block;
}
/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
line-height: 1.5;
padding: 0.231em 0;
}
.widget_tag_cloud div a{text-decoration:none;}
/* RSS Widget */
.widget_rss ul{
margin:0;
padding:0;
}
.widget_rss ul li{
margin:0 0 16px 0;
}
.widget_rss ul li:before{
content: none !important;
margin:0;
padding:0;
}
.widget_rss ul li .rsswidget{
line-height:28px;
font-weight:bold;
display:block;
}
.rsswidget img {
display:none;
}
.rss-date, .widget_rss cite {
color: #7d7d7d;
font-size: 90%;
font-family:georgia, arial;
}
.rssSummary {
font-size: 90%;
font-style: italic;
margin: 0.5em 0;
}
/* Menu & Categories Widgets (With Sub-Items) */
.widget-area .sub-menu,
.widget-area .children {
margin-left: 1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {
border-width: 0;
}
/* Authors Widget */
.widget_authors li {
background: none !important;
overflow: hidden;
}
.widget_authors ul ul li {
overflow: hidden;
}
.widget_authors img {
float: left;
margin-bottom: 1em !important;
padding-right: 0.833em;
vertical-align: text-top;
}
/* Calendar Widget */
#wp-calendar {
width: 100%;
}
#wp-calendar caption {
margin-bottom: 1.154em;
margin-top: 0.769em;
}
#wp-calendar thead th {
color: #7d7d7d;
font-size: 90%;
font-weight: normal;
padding-bottom: 1.154em;
text-align: center;
}
#wp-calendar tbody {
border: 1px solid #e0e0e0;
}
#wp-calendar tbody td {
border: 1px solid #e0e0e0;
color: #7e6b54;
font-size: 90%;
padding: 0.615em 2%;
text-align: center;
}
#wp-calendar tbody td:hover {
background: #eee;
}
#wp-calendar tfoot #next {
text-align: right;
}
#wp-calendar #today {
background: #e0e0e0;
font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {
font-size: 90%;
padding-top: 0.8em;
text-transform: uppercase;
}
#wp-calendar tbody .pad {
background: none;
}
/* Twitter Widget */
.widget_twitter .timesince {
font-size: 90%;
}
.widget_twitter .twitter-follow-button {
margin-top: 0.8em;
}
#sidebar .tweets li{
padding-bottom: 10px;
padding-left: 0;
padding-right: 0;
}
#sidebar .tweets li:before {
content: none;
padding-right:0;
color:#ccc;
font-size:10px;
}
/* Recent Comments Widget */
td.recentcommentsavatarend,
td.recentcommentsavatartop {
padding: 0.385em !important;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
padding: 0 0.615em 1.1em !important;
vertical-align: top;
}
.grofile-accounts{
overflow:hidden;
}
.grofile-urls li{
float:left;
margin:0;
padding:0;
width:auto;
}
.textwidget p {margin-bottom:14px;}
select {
display: block;
margin: 0 auto;
width: 200px;
}
/* Social links */
.social-links {
margin: 2.2em 0;
padding: 0 30px 30px 0;
}
.social-links li {
display: block;
float: left;
margin: 5px 20px 5px 0;
padding: 0;
width: 32px;
height: 32px;
}
.social-links li:last-child {
margin-right: 0;
}
.social-links a {
display: block;
overflow: hidden;
width: 32px;
height: 32px;
}
.social-links a:before {
color: #00aeef;
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 32px/1 Genericons;
vertical-align: top;
}
.social-links a:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.facebook-link a:before {
content: "\f203";
margin-top: 1px;
}
.twitter-link a:before {
content: "\f202";
}
.linkedin-link a:before {
content: "\f208";
margin-top: 1px;
}
.tumblr-link a:before {
content: "\f214";
}
/* =Media
----------------------------------------------- */
.post_content img {
margin-top:.75em;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin:1.5em 1.5em 1.5em 0;
}
.alignright {
display: inline;
float: right;
margin:1.5em 0 1.5em 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 1.5em auto;
}
.alignnone{
clear: both;
display: block;
margin: 1.5em 0;
}
#site-heading img{
max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.entry-content img,
.comment-content img,
.widget img{
max-width: 100%; /* Fluid images for posts, comments, and widgets */
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
border-radius:3px;
}
#site-heading img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
.widget img {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img,
img.size-full {
max-width: 100%;
height: auto;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
font-family:georgia, arial;
font-style:italic;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
.wp-smiley {
margin: 0;
max-height: 1em;
}
/* Notices */
.post .notice {
background: #eee;
display: block;
padding: 1em;
}
.entry-attachment {
display: block;
margin: 0 auto;
text-align: center;
}
.imgthumb img {
float:left;
margin-right:20px;
margin-bottom:15px;
margin-top:5px;
border:1px solid #999;
}
/* =Infinity Styles
-------------------------------------------------------------- */
#infinite-footer {
position: fixed;
bottom: -50px;
left: 0;
width: 100%;
background: #fff;
border-color: #ccc;
border-color: rgba( 0, 0, 0, 0.1 );
border-style: solid;
border-width: 1px 0 0;
}
#infinite-footer a {
text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
color: #444;
text-decoration: underline;
}
#infinite-footer .container {
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
padding: 1px 20px;
text-align:center;
border:none;
background:none;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
line-height: 25px;
display:inline;
width:auto;
}
#infinite-footer .blog-info {
float:none;
}
#infinite-footer .blog-info:after, #infinite-footer .blog-info a[role=generator]:after{
content:" | ";
}
#infinite-footer .blog-credits {
font-weight: normal;
float:none;
}
#infinite-footer .blog-info a {
font-size: 14px;
font-weight: bold;
color:#00aeef;
}
#infinite-footer .blog-credits {
color: #888;
font-size: 12px;
}
.infinite-loader {
color: #000;
display: block;
height: 28px;
text-indent: -9999px;
padding: 60px 20px;
}
/**
* Hooks to infinity-end body class to restore footer.html.twig
*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
display: block;
}
/* =Misc. Styles
----------------------------------------------- */
/* floats */
.left {
float: left;
}
.right {
float: right;
}
/* text alignment */
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
/* highlighting search term on search page */
mark,
.search-term {
background: #EBE16F;
}
/* alerts & notices */
.help,
.info,
.error,
.success {
margin: 10px;
padding: 10px;
border: 1px solid #cecece;
}
.help {
border-color: #E0C618;
background: #EBE16F;
}
.info {
border-color: #92cae4;
background: #d5edf8;
}
.error {
border-color: #fbc2c4;
background: #fbe3e4;
}
.success {
border-color: #c6d880;
background: #e6efc2;
}
article[id*=post-] footer {
clear: both;
margin: 1.5em 0 0;
}
/* =Footer
----------------------------------------------- */
footer[role=contentinfo] {
padding:1.2em 0;
}
.attribution {
float:none;
text-align:center;
}
#site-generator {
text-align:center;
font-size:12px;
}
#site-generator a {
text-decoration:none;
}
/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
.orange {
color:#f63;
}
/* =Responsive
----------------------------------------------- */
@media screen and (max-width: 880px) {
.site-title {
margin-right:0;
}
.site-description {
margin-right:0;
}
nav[role=navigation] #s {
font-size:1em;
padding:4px 5px 4px 26px;
border-radius:7px;
border:1px solid #fff;
box-shadow:3px 3px 5px #777 inset;
min-width:150px;
}
header[role=banner] #searchform {
top:-45px;
}
header[role=banner] #searchform #s {
font-size:12px;
border-radius:7px;
box-shadow:none;
background-position:5px 4px;
padding:5px 5px 5px 30px;
}
#main.column {
width:97%;
display:block;
}
#sidebar.sidebar-column {
float:none;
display:block;
width:100%;
clear:both;
padding-top:30px;
}
.widget,
.social-links {
margin:2.2em 30px 2.2em 20px;
}
}
@media only screen
and (max-width : 480px) {
.posted-meta {
display:none !important;
}
#main.column{
display: inline;
float: left;
margin: 0;
position: normal;
width:100%
}
#content {
background: #f5f5f5;
border-radius:7px;
border:1px solid #dadada;
padding-bottom:1px;
box-shadow:0 0 3px #dadada;
margin-left:0px;
clear:both;
}
#main {
background:#fff;
margin-top:-12px;
margin-bottom:-12px;
margin-left:0px;
margin-right:0;
border-radius:7px;
border:1px solid #dadada;
box-shadow:0 0 3px #dadada;
}
#site-heading {
min-height:80px;
padding-top:20px;
margin-left:0px;
}
header[role=banner] #searchform #s {
display:none;
}
} | 0.372049 | 0.076373 |
@media only screen and (min-width: 992px) {
/****Ipad Landscape 1024 Container 970 ****/
.service-list{ margin-bottom:30px;}
.c-logo-part ul li{ margin:0 15px;}
.form{ margin:0 0 0 20px}
.main-nav{ display:block !important; }
/*.portfolioContainer{ width:800px; margin:0px auto !important; } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/****Ipad Portrait 768 Container 750 ****/
body{ font-size:13px;}
p{ line-height:20px ;}
.header h1{ font-size:46px;}
.main-nav ul li a{ padding:14px;}
.small-logo{ padding:0 20px;}
h2{ font-size:30px}
h6{ font-size:16px;}
h3{ font-size:15px;}
.service-list{ margin-bottom:20px; font-size:15px;}
.featured-work p.padding-b{ padding-bottom:15px;}
.main-section{ padding:70px 0;}
.c-logo-part ul li{ margin:0 1%; float:left; width:18%;}
.c-logo-part ul li a{ display:block;}
.c-logo-part ul li a img{ display:block;}
.form{ margin:0;}
.contact-info-box{ margin:0 ;}
.social-link{ margin:0;}
.main-nav{ display:block !important; }
.main-nav li a{ padding:8px 15px;}
.contact-img img {width:194px;}
/*.portfolioContainer{ width:750px; margin:0px auto !important; }
.Portfolio-box{ height:250px;}*/
}
@media only screen and (max-width: 767px) {
/****Mobile Landscape 480 Container 100% ****/
body{ font-size:12px;}
h2{ font-size:26px;}
h3{ font-size:14px;}
h6{ font-size:16px; margin-bottom:40px;}
p{ line-height:18px;}
.service-list{ font-size:12px; margin-bottom:28px;}
.we-create li{ font-size:13px; padding:0 0 0 8px}
.header h1{ font-size:28px;}
.header{ padding:60px 0;}
.main-section{ padding:60px 0 70px;}
.main-nav{display:none; position:absolute; left:0; width:100%; top:74px; margin:0 auto; flote: none; background:#e1e1e1;}
.main-nav li{ display:block;}
.main-nav li.small-logo{ display:none;}
.main-nav li a{ display:block; padding:7px 32px; border-bottom:none;}
.main-nav li a:hover{color:#7cc576}
.team-leader-box{ max-width:307px; width:auto; float:none; margin:0 auto;}
.team-leader-box:nth-of-type(3n){margin:0 auto}
.res-nav_click{ display:block;}
.featured-work{ font-size:12px; margin-top:30px;}
.featured-box{ font-size:12px;}
.featured-box p{ line-height:18px; }
.c-logo-part ul a{ margin-bottom:5px;}
.main-section.team{ padding:60px 0 50px;}
.business-talking h2{ font-size:36px;}
.contact-info-box{ margin:0 0 12px 30px; font-size:12px;}
.contact-info-box span{ line-height:18px;}
.social-link{ margin-left:30px;}
.form{ margin:0 30px;}
.copyright{ font-size:12px;}
.business-talking a{ padding:10px 25px; font-size:14px;}
.main-section.contact{ padding:60px 0 70px}
.client-part-haead{ font-size: 14px; line-height: 1.9em;}
.link{ font-size:14px; padding:10px 25px;}
.logo{ width:100px;}
.main-section.contact{ background-size:contain;}
.Portfolio-nav li a{ padding:5px 16px;}
.Portfolio-nav li{ display:block;}
.contact-img img {width: 181px;}
/*.isotope-item img{ width:300px; left:50%; margin-left:-100px;}
.isotope-item{ width:300px; margin:0px auto;}
.isotope{ width:400px; margin:0px auto;}
.Portfolio-box{}
.portfolioContainer{ width:350px; margin:0px auto !important; } */
}
@media only screen and (max-width: 479px) {
/****Mobile Portrait 320 ****/
.contact-info-box{ margin-left:0px;}
.header{ padding:40px;}
.social-link{ margin-left:0px;}
.form{ margin:0}
.c-logo-part ul li{ display:block;}
.Portfolio-box{ max-width:300px !important; width:96.4% !important; margin:0 !important}
.Portfolio-box img { max-width:100%;}
.portfolioContainer{ width:280px !important; margin:0 auto !important }
.contact-img img {width: 125px;} | assets/landing_page/gitex/css/responsive.css | @media only screen and (min-width: 992px) {
/****Ipad Landscape 1024 Container 970 ****/
.service-list{ margin-bottom:30px;}
.c-logo-part ul li{ margin:0 15px;}
.form{ margin:0 0 0 20px}
.main-nav{ display:block !important; }
/*.portfolioContainer{ width:800px; margin:0px auto !important; } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/****Ipad Portrait 768 Container 750 ****/
body{ font-size:13px;}
p{ line-height:20px ;}
.header h1{ font-size:46px;}
.main-nav ul li a{ padding:14px;}
.small-logo{ padding:0 20px;}
h2{ font-size:30px}
h6{ font-size:16px;}
h3{ font-size:15px;}
.service-list{ margin-bottom:20px; font-size:15px;}
.featured-work p.padding-b{ padding-bottom:15px;}
.main-section{ padding:70px 0;}
.c-logo-part ul li{ margin:0 1%; float:left; width:18%;}
.c-logo-part ul li a{ display:block;}
.c-logo-part ul li a img{ display:block;}
.form{ margin:0;}
.contact-info-box{ margin:0 ;}
.social-link{ margin:0;}
.main-nav{ display:block !important; }
.main-nav li a{ padding:8px 15px;}
.contact-img img {width:194px;}
/*.portfolioContainer{ width:750px; margin:0px auto !important; }
.Portfolio-box{ height:250px;}*/
}
@media only screen and (max-width: 767px) {
/****Mobile Landscape 480 Container 100% ****/
body{ font-size:12px;}
h2{ font-size:26px;}
h3{ font-size:14px;}
h6{ font-size:16px; margin-bottom:40px;}
p{ line-height:18px;}
.service-list{ font-size:12px; margin-bottom:28px;}
.we-create li{ font-size:13px; padding:0 0 0 8px}
.header h1{ font-size:28px;}
.header{ padding:60px 0;}
.main-section{ padding:60px 0 70px;}
.main-nav{display:none; position:absolute; left:0; width:100%; top:74px; margin:0 auto; flote: none; background:#e1e1e1;}
.main-nav li{ display:block;}
.main-nav li.small-logo{ display:none;}
.main-nav li a{ display:block; padding:7px 32px; border-bottom:none;}
.main-nav li a:hover{color:#7cc576}
.team-leader-box{ max-width:307px; width:auto; float:none; margin:0 auto;}
.team-leader-box:nth-of-type(3n){margin:0 auto}
.res-nav_click{ display:block;}
.featured-work{ font-size:12px; margin-top:30px;}
.featured-box{ font-size:12px;}
.featured-box p{ line-height:18px; }
.c-logo-part ul a{ margin-bottom:5px;}
.main-section.team{ padding:60px 0 50px;}
.business-talking h2{ font-size:36px;}
.contact-info-box{ margin:0 0 12px 30px; font-size:12px;}
.contact-info-box span{ line-height:18px;}
.social-link{ margin-left:30px;}
.form{ margin:0 30px;}
.copyright{ font-size:12px;}
.business-talking a{ padding:10px 25px; font-size:14px;}
.main-section.contact{ padding:60px 0 70px}
.client-part-haead{ font-size: 14px; line-height: 1.9em;}
.link{ font-size:14px; padding:10px 25px;}
.logo{ width:100px;}
.main-section.contact{ background-size:contain;}
.Portfolio-nav li a{ padding:5px 16px;}
.Portfolio-nav li{ display:block;}
.contact-img img {width: 181px;}
/*.isotope-item img{ width:300px; left:50%; margin-left:-100px;}
.isotope-item{ width:300px; margin:0px auto;}
.isotope{ width:400px; margin:0px auto;}
.Portfolio-box{}
.portfolioContainer{ width:350px; margin:0px auto !important; } */
}
@media only screen and (max-width: 479px) {
/****Mobile Portrait 320 ****/
.contact-info-box{ margin-left:0px;}
.header{ padding:40px;}
.social-link{ margin-left:0px;}
.form{ margin:0}
.c-logo-part ul li{ display:block;}
.Portfolio-box{ max-width:300px !important; width:96.4% !important; margin:0 !important}
.Portfolio-box img { max-width:100%;}
.portfolioContainer{ width:280px !important; margin:0 auto !important }
.contact-img img {width: 125px;} | 0.140572 | 0.111 |
@charset "utf-8";
@font-face {
font-family: "AmebaNewSymbols";
src: url(../font/AmebaNewSymbols.eot?c=1497518406822);
src: url(../font/AmebaNewSymbols.eot?#iefix&c=1497518406822) format("embedded-opentype"), url(../font/AmebaNewSymbols.woff?c=1497518406822) format("woff"), url(../font/AmebaNewSymbols.ttf?c=1497518406822) format("truetype"), url(../font/AmebaNewSymbols.svg#AmebaNewSymbols&c=1497518406822) format("svg")
}
[data-uranus-icon] {
display: inline-block;
text-decoration: none;
text-transform: none;
font-weight: 400;
font-style: normal;
font-size: 1.25em;
font-family: "AmebaNewSymbols";
line-height: 1;
vertical-align: -.12em;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
[data-uranus-icon~=xlarge] {
font-size: 2em;
vertical-align: -.25em
}
[data-uranus-icon~=large] {
font-size: 1.75em;
vertical-align: -.25em
}
[data-uranus-icon~=medium] {
font-size: 1.5em;
vertical-align: -.25em
}
[data-uranus-icon~=hasLabel] {
margin-right: .25em
}
[data-uranus-icon~=hasLabelLeft] {
margin-left: .25em
}
[data-uranus-icon~=amember]:before {
content: "\f001"
}
[data-uranus-icon~=attention]:before {
content: "\f002"
}
[data-uranus-icon~=blog_top]:before {
content: "\f003"
}
[data-uranus-icon~=close]:before {
content: "\f004"
}
[data-uranus-icon~=comment]:before {
content: "\f005"
}
[data-uranus-icon~=end]:before {
content: "\f006"
}
[data-uranus-icon~=iine]:before {
content: "\f007"
}
[data-uranus-icon~=list_article]:before {
content: "\f008"
}
[data-uranus-icon~=more]:before {
content: "\f009"
}
[data-uranus-icon~=next]:before {
content: "\f00a"
}
[data-uranus-icon~=open]:before {
content: "\f00b"
}
[data-uranus-icon~=paging_next]:before {
content: "\f00c"
}
[data-uranus-icon~=paging_previous]:before {
content: "\f00d"
}
[data-uranus-icon~=photo]:before {
content: "\f00e"
}
[data-uranus-icon~=post_comment]:before {
content: "\f00f"
}
[data-uranus-icon~=previous]:before {
content: "\f010"
}
[data-uranus-icon~=reader]:before {
content: "\f011"
}
[data-uranus-icon~=reblog]:before {
content: "\f012"
}
[data-uranus-icon~=reply]:before {
content: "\f013"
}
[data-uranus-icon~=rss]:before {
content: "\f014"
}
[data-uranus-icon~=search]:before {
content: "\f015"
}
[data-uranus-icon~=select]:before {
content: "\f016"
}
[data-uranus-icon~=start]:before {
content: "\f017"
}
@font-face {
font-family: AmebaSymbols;
src: url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.eot)
}
@font-face {
font-family: AmebaSymbols;
src: url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.woff) format("woff"), url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.ttf) format("truetype"), url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.svg#webfont) format("svg")
}
@font-face {
font-family: AmebloSymbols;
src: url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.eot)
}
@font-face {
font-family: AmebloSymbols;
src: url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.woff) format("woff"), url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.ttf) format("truetype"), url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.svg#webfont) format("svg")
}
#mamablogRnkMod {
min-width: 370px;
width: auto!important;
max-width: 470px;
margin: 0 auto;
_width: 400px;
font-weight: 400;
background: #fff;
border: 1px solid #ccc;
font-size: 12px;
color: #333
}
#mamablogRnkMod h3 {
margin: 0;
padding: 3px 6px 0;
height: 20px;
background: url(//stat100.ameba.jp/blog/img/user/bg_mamaRnk_titile.gif) repeat-x;
font-size: 12px
}
#mamablogRnkMod h3 a {
color: #333!important
}
#mamablogRnkMod h3 span {
padding: 4px 0 2px 22px;
background: url(//stat100.ameba.jp/blog/img/user/ico_mamablog.png) no-repeat
}
#mamablogRnkMod a {
color: #06c!important
}
#mamablogRnkMod a:visited {
color: #969
}
#mamablogRnkMod #mamablogNotice {
height: 30px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center
}
#mamablogRnkMod #mamablogNotice a {
display: inline-block;
padding: 7px 0 0 20px;
background: url(//stat100.ameba.jp/blog/img/user/ico_star.png) no-repeat 0 4px
}
#mamablogRnkMod #mamablogRnk {
padding: 6px 10px;
height: 100px
}
#mamablogRnkMod #mamablogRnk h4 {
margin: 0;
font-weight: 400;
font-size: 12px
}
#mamablogRnkMod #mamablogRnk ul {
margin: 7px 0;
padding: 0;
height: 52px
}
#mamablogRnkMod #mamablogRnk ul li {
display: inline-block;
position: relative;
width: 33%;
float: left
}
#mamablogRnkMod #mamablogRnk ul li .thumb {
width: 48px;
height: 48px;
padding: 1px;
margin-right: 3px;
display: block;
float: left;
border: 1px solid #ccc;
text-align: center
}
#mamablogRnkMod #mamablogRnk ul li .thumb span {
position: absolute;
top: -7px;
left: -7px;
display: inline-block;
font-size: 0;
overflow: hidden;
width: 30px;
height: 30px;
text-indent: 100%;
white-space: nowrap;
background-repeat: no-repeat
}
#mamablogRnkMod #mamablogRnk ul li .thumb .rankIcon1, #mamablogRnkMod #mamablogRnk ul li .thumb span {
background-image: url(//stat100.ameba.jp/blog/img/user/ico_rank1.png)
}
#mamablogRnkMod #mamablogRnk ul li .thumb .rankIcon2 {
background-image: url(//stat100.ameba.jp/blog/img/user/ico_rank2.png)
}
#mamablogRnkMod #mamablogRnk ul li .thumb .rankIcon3 {
background-image: url(//stat100.ameba.jp/blog/img/user/ico_rank3.png)
}
#mamablogRnkMod #mamablogRnk ul h4 {
height: 52px;
font-size: 12px
}
#mamablogRnkMod #mamablogRnk ul h4 p {
width: 87px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: normal
}
#mamablogRnkMod .detailLink {
text-align: right
}
#mamablogRnkMod .detailLink a {
padding: 2px 17px 2px 0;
background: url(//stat100.ameba.jp/blog/img/user/ico_more.png) no-repeat right 2px
}
#mamablogRnkMod #mamablogTopics {
border-top: 1px solid #ccc
}
#mamablogRnkMod #mamablogTopics ul {
margin: 6px;
padding: 0
}
#mamablogRnkMod #mamablogTopics ul li {
display: inline-block;
*display: inline;
*zoom: 1;
width: 49%;
text-align: left
}
#mamablogRnkMod #mamablogTopics ul li a {
padding: 0 5px 0 10px;
background: url(//stat100.ameba.jp/blog/img/user/ico_arrow_right.png) no-repeat 0 2px
}
body {
min-width: 1100px
}
.readerLeadMod #readerLeadModImg img, body, form, html, p {
margin: 0;
padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block
}
img {
border: 0
}
html {
line-height: 1.4;
font-size: 75%
}
body, button, input, select, textarea {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo
}
#mamablogRnkMod a, a {
text-decoration: none
}
a:focus, a:hover {
text-decoration: underline
}
a:focus {
outline: 1px dotted
}
a:active, a:hover {
outline: 0
}
.skinHeaderArea {
width: 980px;
margin: 0 auto;
overflow: hidden
}
.skinContentsArea {
width: 980px;
margin: 0 auto;
padding-bottom: 30px;
zoom: 1;
word-wrap: break-word
}
.skinContentsArea:after {
content: '.';
display: block;
clear: both;
height: 0;
visibility: hidden
}
.skinContentsArea2 {
overflow: visible!important;
zoom: 1
}
.layoutContentsA, .skinMainArea {
zoom: 1
}
.articleThemeListArea li:after, .layoutContentsA:after, .skinContentsArea2:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
.layoutContentsB, .skinSubA, .skinSubB {
overflow: hidden
}
.columnA .skinMainArea {
float: right;
width: 665px
}
.columnA .skinSubA {
float: left;
width: 300px
}
.columnA .layoutContentsB {
display: none
}
.columnB .skinMainArea {
float: left;
width: 665px
}
.columnB .skinSubA {
float: right;
width: 300px
}
.columnB .layoutContentsB {
display: none
}
.columnC .layoutContentsA {
float: right;
width: 785px
}
.columnC .skinMainArea {
float: left;
width: 470px
}
.columnC .skinSubA {
float: right;
width: 300px
}
.columnC .layoutContentsB {
float: left
}
.columnC .skinSubB {
width: 180px
}
.columnD .layoutContentsA {
float: left;
width: 785px
}
.columnD .skinMainArea {
float: right;
width: 470px
}
.columnD .skinSubA {
float: left;
width: 300px
}
.columnD .layoutContentsB {
float: right
}
.columnD .skinSubB {
width: 180px
}
.columnE .layoutContentsA {
overflow: visible;
zoom: 0
}
.columnE .layoutContentsA:after {
content: '';
display: inline
}
.columnE .skinMainArea {
float: left;
width: 470px
}
.columnE .skinSubA {
float: right;
width: 300px
}
.columnE .skinSubB {
float: left;
margin-left: 15px;
width: 180px
}
.footerNav, .footerNav a, .footerNav a:visited {
z-index: 3000
}
.blogSearchBtn {
z-index: 5
}
#keyJumpNav, #keyJumpNav li, #keyJumpNav ul {
width: 0;
height: 0;
margin: 0;
padding: 0;
list-style-type: none
}
#keyJumpNav {
display: block!important
}
#keyJumpNav a {
position: absolute;
display: inline-block;
top: -9999em;
left: -9999em;
padding: 2px 4px;
border-radius: 3px
}
#keyJumpNav a:focus {
top: 28px;
left: 3px
}
.update {
font-size: .855em
}
.contentNew {
margin: 0 6px
}
.accessLog, .skinBorderHr hr, .skinSubHr hr {
display: none
}
.skinMainArea .error {
display: block;
padding: 30px 30px 10px
}
.skinMainArea .error .entryListLink {
display: block;
padding-top: 6px;
text-align: center
}
.userLinkArea {
margin: 3px auto 1.1em;
text-align: center
}
.userLinkArea p {
padding: 0 0 10px
}
.userLinkArea .imagelistLink a {
background: url(//stat.ameba.jp/common_style/img/common/icon/myphoto1.gif) no-repeat 0 0;
padding: 2px 0 2px 20px
}
.globalLinkArea {
position: relative;
overflow: hidden;
padding: 10px 0
}
.globalLinkArea .globalLinkAreaInner {
float: left;
position: relative;
left: 50%;
margin: 0;
padding: 0 0 0 5px
}
.globalLinkArea .globalLinkAreaInner li {
list-style-type: none;
position: relative;
float: left;
left: -50%;
margin-right: 10px
}
.globalLinkArea .globalLinkAreaInner li a span {
height: 28px;
line-height: 28px
}
.basicBtnM, .basicBtnM:hover, .basicBtnS, .basicBtnS:hover {
text-decoration: none!important;
color: #333!important;
text-align: center
}
.basicBtnM, .basicBtnS {
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/btn/basic_btn/basic_btn_gradations.png);
background-repeat: repeat-x;
background-color: #efefef;
vertical-align: middle
}
.basicBtnS {
min-height: 26px;
line-height: 26px;
background-position: 0 0
}
.basicBtnM {
min-height: 32px;
line-height: 32px;
background-position: 0 -100px
}
.skinImgBtnM, .skinImgBtnS {
display: inline-block;
background-repeat: no-repeat;
background-position: 0 0;
vertical-align: middle;
text-align: center;
overflow: hidden
}
.skinImgBtnM:focus, .skinImgBtnM:focus span, .skinImgBtnM:hover, .skinImgBtnM:hover span, .skinImgBtnS:focus, .skinImgBtnS:focus span, .skinImgBtnS:hover, .skinImgBtnS:hover span, .skinSimpleBtn:focus, .skinSimpleBtn:hover {
text-decoration: none
}
.skinImgBtnM {
width: 180px;
height: 35px
}
.skinImgBtnS {
width: 128px;
height: 28px
}
.skinImgBtnM span, .skinImgBtnS span {
display: inline-block;
_background-image: none!important;
background-repeat: no-repeat;
vertical-align: middle;
cursor: pointer;
overflow: hidden
}
.skinImgBtnM span {
height: 35px;
line-height: 35px
}
.skinImgBtnS span {
height: 28px;
line-height: 28px;
_padding: 0!important
}
.amemberBtn span, .readerBtn span {
padding-left: 20px;
background-position: 0 7px
}
.amemberBtn span {
background-position: 0 -93px
}
.messageBtn span, .presentBtn span {
padding-left: 20px;
background-position: 0 -192px
}
.presentBtn span {
background-position: 0 -399px;
letter-spacing: -.1em
}
.presentBtn2 span {
padding-left: 16px;
background-position: 0 -294px
}
.blogTopBtn span {
padding-left: 20px;
background-position: 0 -499px
}
.articleListBtn span {
padding-left: 20px;
background-position: 0 -599px
}
.imageListBtn span {
padding-left: 20px;
background-position: 0 -699px
}
.userProfileImage {
padding: 1px;
border: 1px solid #ccc;
text-align: center;
background: #fff
}
.userProfileImage a {
display: block;
width: 100%;
height: 100%
}
.userProfileImage img {
vertical-align: bottom
}
.skinArticleHeader h1, .skinDescriptionArea, .skinTitleArea {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: 400
}
.skinMessageBoard {
margin-bottom: 16px
}
.skinMessageBoard3 {
overflow: hidden
}
.pagingArea {
position: relative;
width: 410px;
min-height: 24px;
margin: 16px auto;
text-align: center
}
.pagingList, .pagingNext, .pagingPrev {
display: inline-block;
vertical-align: middle
}
.pagingList {
margin-top: 5px
}
.pagingNext, .pagingPrev {
position: absolute;
top: 0;
white-space: nowrap;
padding: 4px 14px 3px;
border-radius: 6px
}
.pagingPrev {
right: 240px
}
.pagingNext {
left: 240px
}
.listPagePaging .pagingPrev {
right: 260px
}
.listPagePaging .pagingNext {
left: 260px
}
.textPagingArea {
position: relative;
width: 400px;
min-height: 24px;
margin: 16px auto 0;
text-align: center
}
.textPagingNext, .textPagingPrev {
position: absolute;
top: 0;
display: inline-block;
vertical-align: middle
}
.textPagingPrev {
right: 220px
}
.textPagingNext {
left: 220px
}
.skinArticle {
margin-bottom: 30px
}
.skinArticle2, .skinArticle3 {
overflow: visible!important;
zoom: 1
}
.skinArticle2:after, .skinArticle3:after {
content: '.';
display: block;
clear: both;
height: 0;
visibility: hidden
}
.skinArticleHeader {
overflow: hidden;
zoom: 1
}
.skinArticleBody {
zoom: 1
}
.articleDetailArea {
padding: 10px 0
}
.articleName {
margin-left: 8px
}
.skinArticleBody .articleText img, .skinArticleBody img {
margin: 0 5px
}
.freespaceArea img[src*=char3], .skinArticleBody img[src*=char3], .skinMessageBoard img[src*=char3] {
vertical-align: text-bottom
}
.articleImageListArea ul, .articleThemeListArea li, .articleThemeListArea ul {
list-style-type: none;
margin: 0;
padding: 0
}
.articleThemeListArea {
margin: 36px 0 20px;
text-align: left;
overflow: hidden
}
.articleThemeListArea li {
padding-bottom: 10px;
zoom: 1
}
.articleThemeHeading {
font-weight: 700;
padding-bottom: 12px
}
.articleThemeListArea .themeListTtl {
display: block
}
.articleThemeListArea .themeListTime {
display: block;
float: left;
line-height: 1.6em;
font-size: .9em
}
.articleThemeListArea .themeListCommentCnt {
background: url(//stat100.ameba.jp/blog/img/ico/ico_theme_cmt.1.0.png) no-repeat 0 0;
display: block;
float: left;
height: 16px;
padding-left: 26px;
color: #999;
margin-left: 6px;
margin-right: 10px;
font-size: .9em
}
.articleThemeListArea .themeListIineCnt {
background: url(//stat100.ameba.jp/blog/img/ico/ico_theme_iine.1.0.png) no-repeat 0 0;
display: block;
float: left;
height: 16px;
padding-left: 20px;
color: #999;
margin-left: 5px;
font-size: .9em
}
.articleThemeListArea li.themeListMore {
padding-bottom: 0;
font-size: .9em
}
.articleImageListArea ul {
line-height: 1.2
}
.articleImageListArea li {
list-style-type: none;
margin: 0;
float: left;
width: 114px;
padding: 10px 14px 0 0;
font-size: .9em
}
.articleImageListArea {
margin: 30px 0 20px;
text-align: left;
overflow: hidden
}
.articleImageHeading {
font-weight: 700
}
.articleImageListLink {
font-size: .9em
}
img.articleImage {
display: block;
width: 110px;
height: 110px;
margin: 0 0 5px;
padding: 1px;
border: 1px solid #d4d4d4;
background: #fff;
text-align: center
}
.articleImageDate, .skinSubA .profileBtnArea li a {
display: block
}
.articleBtnArea {
clear: both;
zoom: 1;
margin: 40px 0 0
}
.articleBtnArea:before {
content: '.';
clear: both;
display: block;
visibility: hidden;
line-height: 1.2em
}
.articleBtnArea:after, .articleBtnSubArea:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
.articleBtnSubArea {
float: right;
height: 24px;
padding: 0;
position: relative;
zoom: 1
}
.iineBtnWrap {
float: left;
width: 175px
}
.articleCommentBtnArea, .articleReblogBtnArea {
float: left;
margin: 0 0 0 10px
}
.articleCommentBtn, .articleReblogBtn {
display: inline-block;
padding: 0 10px;
font-size: 10px;
border: 1px solid #ccc;
border-radius: 2px;
background-image: url(//stat100.ameba.jp/blog/img/btn/btn_basic_ss.1.0.png);
background-repeat: repeat-x;
background-color: #efefef;
background-position: 0 0;
vertical-align: middle;
min-height: 21px;
line-height: 21px
}
.articleCommentBtn, .articleCommentBtn:hover, .articleReblogBtn, .articleReblogBtn:hover {
text-decoration: none!important;
color: #333!important;
text-align: center
}
.articleCommentBtn:hover, .articleReblogBtn:hover {
background-image: url(//stat100.ameba.jp/blog/img/btn/btn_basic_ss_hover.1.0.png);
background-repeat: repeat-x;
background-position: 0 0
}
.articleExLinkArea:before {
content: '.';
clear: both;
display: block;
visibility: hidden;
line-height: 1.2em
}
.articleExLinkArea {
clear: both;
margin-top: 2px;
zoom: 1
}
.articleExLinkArea .articleExLinkSubArea {
float: right;
height: 20px;
margin: 0 0 10px;
*margin: 16px 0 10px;
padding: 0;
zoom: 1
}
.articleExLinkArea .articleExLinkSubArea a {
display: block;
float: left;
vertical-align: top
}
.articleExLinkArea .articleExLinkSubArea .hatebu-button {
display: block;
float: left
}
.articleExLinkArea .articleExLinkSubArea .tweetBtn {
margin: 0 12px
}
.entryFbShareButton {
float: left;
margin: 0;
width: auto;
z-index: 1900
}
.articleExLinkArea .articleExLinkSubArea:after, .articleExLinkArea:after, .articleTagListArea ul li:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
x:-moz-any-link, x:default {
width: 72px!important
}
.articleExLinkArea img {
vertical-align: bottom
}
.tweetBtn {
font: 11px/18px 'Helvetica Neue', Arial, sans-serif;
font-weight: 500;
position: relative;
height: 20px;
letter-spacing: -1px;
text-decoration: none!important;
white-space: nowrap;
cursor: pointer;
background-color: #1b95e0;
border-radius: 3px;
outline: none
}
.tweetBtn:active, .tweetBtn:focus, .tweetBtn:hover {
background-color: #0c7abf
}
.tweetBtn:active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1)
}
.tweetBtn i {
position: absolute;
top: 2px;
left: 7px;
width: 16px;
height: 16px;
background: url(../img/sns/btn_share_twitter_ico.png) 0 0 no-repeat
}
.tweetBtn span {
display: inline-block;
*display: inline;
padding: 0 9px 0 24px;
color: #fff;
zoom: 1;
vertical-align: middle
}
.articleLinkArea {
margin: 14px 0 0;
text-align: right;
font-size: 10px
}
.articleLinkArea a {
margin: 0 3px 0 0
}
.iineEntryCnt {
cursor: pointer;
margin: 0 0 0 3px
}
.iineEntryCnt:hover {
text-decoration: underline
}
.commentArea h1, .commentArea li, .commentArea ul, .footerNav, .footerNav li, .reblogArea h1, .reblogArea li, .reblogArea ul, .trackbackArea h1, .trackbackArea li, .trackbackArea ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none
}
.footerNav {
display: block!important;
position: fixed;
right: 15px;
bottom: 15px;
width: 46px;
overflow: hidden
}
.footerNav a, .footerNav span {
display: block;
height: 40px;
width: 46px;
background-image: url(//stat100.ameba.jp/common_style/img/skin/orgn_parts/footer_nav/footer_nav_newbg.png);
background-repeat: no-repeat;
overflow: hidden;
text-align: center;
text-decoration: none
}
.footPt8 {
padding-top: 8px
}
.footPt15 {
padding-top: 15px
}
.footPt23 {
padding-top: 23px
}
.footerNav a {
color: #363636!important
}
.footerNav a:focus, .footerNav a:hover {
color: #acacac!important
}
.footerNav span, .inactive a {
color: #acacac!important
}
.footerNavNext {
background-position: 0 0;
font-size: 10px!important
}
.footerNavNext:focus, .footerNavNext:hover {
background-position: -46px 0
}
.inactive .footerNavNext {
background-position: -92px 0
}
.footerNavPrev {
background-position: 0 -40px;
font-size: 10px!important
}
.footerNavPrev:focus, .footerNavPrev:hover {
background-position: -46px -40px
}
.inactive .footerNavPrev {
background-position: -92px -40px
}
.footerNavlist {
background-position: 0 -80px;
font-size: 10px!important
}
.footerNavlist:focus, .footerNavlist:hover {
background-position: -46px -80px
}
.inactive .footerNavlist {
background-position: -92px -40px
}
.footerNavTop {
background-position: 0 -120px;
font-size: 10px!important;
height: 41px!important
}
.footerNavTop:focus, .footerNavTop:hover {
background-position: -46px -120px
}
.commentArea {
margin-top: 46px;
padding: 12px 14px;
border-width: 1px;
border-style: solid
}
.commentArea, .commentList li, .commentTitleArea {
overflow: hidden;
zoom: 1
}
.commentTitle {
font-size: 1em
}
.commentOpenArea {
float: right
}
.blogComment {
padding: 10px 14px;
overflow: hidden;
zoom: 1
}
.commentBody, .commentHeader {
padding-bottom: 6px
}
.commentAuthor {
margin-right: 10px
}
.commentReply {
float: right
}
.commentBtnArea, .trackbackBtnArea {
padding: 14px 0;
text-align: center
}
.commentBtn, .trackbackBtn {
width: 200px
}
.trackbackArea {
margin-top: 46px;
padding: 10px 14px;
border-width: 1px;
border-style: solid
}
.trackbackTitleArea {
overflow: hidden
}
.trackbackTitle {
font-size: 1em
}
.trackbackList li {
padding: 10px 8px;
overflow: hidden
}
.trackbackBody, .trackbackHeader {
padding-bottom: 6px
}
.trackbackURLArea {
padding-bottom: 10px;
text-align: center
}
.trackbackURLTitle {
display: inline-block;
padding: 1px 6px 0 0;
line-height: 22px;
vertical-align: middle
}
.trackbackURL {
_height: 12px;
width: 260px;
padding: 4px;
border: 1px solid #999;
background: #e1e1e1;
color: #666;
font-size: .855em;
vertical-align: middle;
overflow: hidden
}
.reblogArea {
margin-top: 46px;
padding: 12px 14px;
border-width: 1px;
border-style: solid
}
.reblogArea, .reblogTitleArea {
overflow: hidden;
zoom: 1
}
.reblogTitle {
font-size: 1em;
margin-bottom: 6px
}
.reblogListItemInner {
padding: 10px 14px;
overflow: hidden;
zoom: 1
}
.reblogText {
margin-bottom: 6px
}
.reblogDate, .reblogUser {
display: inline-block
}
.reblogUser {
margin-right: 10px
}
.reblogMoreLink {
cursor: pointer
}
#viewSwitcher a:hover, .reblogMoreLink:hover {
text-decoration: underline
}
.skinSubArea li, .skinSubArea ul {
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden
}
#viewSwitcher li em, .listPageArea em, .skinSubArea em, .themeListTitle em {
font-style: normal;
font-weight: 700
}
.skinMenu {
margin-bottom: 10px;
overflow: hidden;
zoom: 1
}
.listLink {
padding-top: 6px;
text-align: right
}
.menuSelectArea {
text-align: center
}
.menuSelectArea select {
width: 99%
}
.designSelectBtnArea {
text-align: center;
margin-bottom: 15px
}
.readerHeader {
padding-bottom: 7px
}
.readerRequestArea {
margin-top: 10px;
text-align: center
}
.readerRequestBtnArea {
margin-bottom: 6px
}
.readerRequestDescription {
font-size: .855em
}
.registBtnArea {
margin-bottom: 13px;
text-align: center
}
.skinSubA .registArea .subAdList, .skinSubA .rss {
width: 260px;
margin: 0 auto
}
.rss {
margin: 10px 0;
padding: 6px 0;
text-align: left
}
.rssBtn {
padding: 6px 0 6px 20px;
background: url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/basic_icons/basic_icons.png) no-repeat 3px -46px;
vertical-align: middle
}
.rssDescription {
font-size: .855em
}
.subModule {
margin: 20px 0
}
.skinSubA .userProfileImageArea {
float: left;
width: 94px;
height: 94px
}
.skinSubA .userProfileImage {
width: 90px;
height: 90px
}
.skinSubB .userProfileImageArea {
width: 140px;
height: 140px;
margin-bottom: 3px
}
.skinSubB .userProfileImage {
width: 136px;
height: 136px
}
.skinSubA .profileUserNicknameArea {
float: left;
width: 150px;
padding-left: 10px
}
.profileUserNickname {
padding-bottom: 4px
}
.calendarMenu td, .calendarMenu th, .skinSubB .profileUserNicknameArea {
text-align: center
}
.profileUserPages {
font-size: .94em
}
.profileDetailArea {
clear: both;
padding: 10px 0;
font-size: .94em
}
.profileRanking {
padding: 10px 0 20px
}
.profileRanking .rankingTitle {
margin-bottom: 2px
}
.profileRanking dl {
clear: both;
margin: 0;
overflow: hidden
}
.profileRanking dt {
float: left;
font-size: 11px;
padding-top: 2px
}
.profileRanking dd {
float: right;
font-size: 10px
}
#footer_ad .adcross_container ul>li>a, .profileRanking .rank {
font-size: 14px
}
.freeText {
overflow: hidden
}
.freeTextLink {
float: right
}
.profileBtnArea {
clear: both
}
.profileBtnArea li {
display: inline;
overflow: visible
}
.profileBtnArea .skinImgBtnS {
margin-bottom: 3px
}
.skinSubA .profileBtnArea li {
float: left
}
.skinSubA .profileBtnArea li .messageBtn, .skinSubA .profileBtnArea li .readerBtn {
margin-right: 4px
}
.skinSubB .profileBtnArea {
margin-left: 6px;
text-align: left
}
.ad_frame div, .calendarMenu table {
margin: 0 auto
}
.skinSubA .calendarMenu table {
width: 220px
}
.skinSubB .calendarMenu table {
width: 140px
}
.calendarMenu caption {
padding-bottom: 6px;
font-weight: 700
}
.calendarMenu .pre {
margin-right: 20px;
font-weight: 400
}
.calendarMenu .next {
margin-left: 20px;
font-weight: 400
}
.calendarMenu th {
font-weight: 400
}
.skinSubA .calendarMenu td {
font-size: 1.17em
}
.rankListArea, .rankingMenu dd {
margin: 0;
padding: 0;
overflow: hidden;
zoom: 1
}
.rankingDetailHrArea {
padding: 6px 0
}
.rankTitle {
margin: 0 0 6px;
padding: 0;
overflow: hidden;
zoom: 1
}
.rankSubTitle {
font-size: .855em
}
.rankDown, .rankNumber, .rankStay, .rankSubTitle, .rankUnit, .rankUp {
display: inline-block;
vertical-align: middle
}
.rankDown, .rankStay, .rankUnit, .rankUp {
font-size: .855em
}
.rankSubTitle {
float: left;
min-width: 35%;
padding-top: 3px
}
.rankSubDetail {
float: right;
padding: 0 4px 0 10px;
white-space: nowrap;
text-align: left
}
.skinSubA .rankSubDetail {
padding-right: 60px
}
.rankNumber {
font-size: 1.17em
}
.rankDown, .rankStay, .rankUp {
font-weight: 700
}
.blogSearchForm {
position: relative;
margin: 20px 0
}
.skinSubA .blogSearchForm {
width: 300px
}
.skinSubB .blogSearchForm {
width: 180px
}
.blogSearchInput {
padding: 8px 25px 8px 6px;
border: 1px solid #ccc;
background: #fff;
line-height: 1.1em;
color: #333
}
.skinSubA .blogSearchInput {
width: 267px
}
.skinSubB .blogSearchInput {
width: 147px
}
.blogSearchBtn {
display: block;
position: absolute;
top: 1px;
right: 1px;
width: 24px;
height: 30px;
background: url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/basic_icons/basic_icons.png) no-repeat 2px 8px;
overflow: hidden;
text-indent: -8000em;
vertical-align: middle;
cursor: pointer
}
.listPageArea h1, .listPageArea h2, .listPageArea li, .listPageArea ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
font-size: 1em;
font-weight: 400
}
.skinBorderHr, .skinBorderList li {
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom-width: 1px;
border-bottom-style: dotted
}
.listPageTitleArea {
padding-bottom: 7px!important;
overflow: hidden;
zoom: 1
}
.listPageDescription {
margin-top: 1px;
font-size: .855em
}
.listPageTitle {
font-size: 1em;
font-weight: 700
}
.tabArea h1 {
display: inline;
font-weight: 700
}
.tab {
display: inline-block;
min-width: 130px;
max-width: 140px;
margin-bottom: 1px;
padding: 6px 5px 4px;
border-width: 1px;
border-style: solid;
border-bottom-width: 0!important;
text-align: center;
font-size: 1.17em;
border-top-right-radius: 6px;
border-top-left-radius: 6px
}
.currentTab {
margin-bottom: 0;
padding-bottom: 5px;
font-weight: 700
}
.listContentsArea {
padding: 12px 12px 20px;
border-width: 1px;
border-style: solid;
overflow: hidden;
zoom: 1
}
.tabList .listContentsArea {
margin-top: -1px;
padding: 12px 12px 20px
}
.contentsList li {
padding-left: 4px;
padding-right: 4px;
overflow: hidden;
zoom: 1
}
.entryListSortArea {
padding-bottom: 6px;
text-align: right
}
.contentDetailArea, .contentTitleArea {
float: left;
width: 50%;
overflow: hidden
}
.contentDetailArea {
float: right;
text-align: right;
font-size: .855em
}
.contentTime {
margin-bottom: 3px
}
.contentTrackback {
margin-left: 10px
}
.archiveYearArea {
margin-bottom: 4px;
font-size: 1.17em
}
.archiveMonthArea, .themeListArea {
margin-bottom: 20px;
padding: 6px 6px 3px 16px;
overflow: hidden;
zoom: 1
}
.archiveMonthList li, .themeList li {
float: left;
width: 16%;
height: 1.5em;
overflow: hidden
}
.themeListArea {
padding: 14px 4px 8px 14px
}
.themeList li {
width: 48%;
height: 1.8em
}
.themeListTitleArea {
padding: 6px 0;
overflow: hidden;
zoom: 1
}
.themeListTitle {
float: left
}
.themeListSortArea {
float: right
}
#viewSwitcher, .amemberEntry {
padding: 10px 0;
text-align: center
}
.amemberEntry .amemberEntryBtn {
margin: 0;
padding-top: 4px
}
.amemberEntry .amemberEntryTxt {
margin: 0;
padding: 5px 0;
font-size: .8em
}
.amemberEntry .amemberEntryReq {
display: inline;
margin: 0;
padding: 5px 0;
font-size: 12px
}
.AmNwMdl {
width: 90%;
max-width: 500px;
margin: 0 auto 19px;
padding: 10px
}
.AmNwMdl img {
margin: 0 2px 0 0!important;
vertical-align: middle
}
.AmNwMdl .AmNwD {
padding: 0 0 0 5px
}
.AmNwMdl .AmNwH, .AmNwMdl .AmNwL {
background: url(//stat100.ameba.jp/blog/ucs/img/ameba/icon_line.gif) repeat-x 0 100%
}
.AmNwMdl .AmNwH {
font-weight: 700;
font-size: 1.33em;
padding: 0 0 0 5px
}
.AmNwMdl .AmNwL {
zoom: 1;
margin-bottom: 1em;
padding: 0 5px;
line-height: 1.2
}
.AmNwMdl .AmNwL div {
padding: 2px 0 0;
font-size: .855em
}
.nowQuote, .nowQuote img, .nowQuote p, .nowQuote span {
padding: 0!important;
background: 0 0!important;
border: 0!important
}
.nowQuote {
padding-bottom: 18px!important;
overflow: hidden;
word-break: break-all;
margin: 0 0 3px!important
}
.nowQuote img, .nowQuote p, .nowQuote span {
margin: 0!important
}
.nowQuote, .nowQuote a, .nowQuote p {
background-image: url(//stat100.ameba.jp/common_style/img/skin/orgn_parts/now_quote/now_quote_bg.png)!important;
_background-image: url(//stat100.ameba.jp/common_style/img/skin/orgn_parts/now_quote/now_quote_bg_png8.png)!important
}
.nowQuote a {
margin: 0!important;
background: 0 0!important;
border: 0!important;
padding: 0 5px 0 7px!important;
text-decoration: none!important;
zoom: 1
}
.nowQuote p {
padding-top: 9px!important;
text-align: left!important;
line-height: 1.4!important
}
.skinSubA .nowQuote, .skinSubA .nowQuote p, .skinSubB .nowQuote, .skinSubB .nowQuote p {
width: 260px!important;
background-position: 0 100%!important;
background-repeat: no-repeat!important
}
.skinSubB .nowQuote {
width: 140px!important;
background-position: -780px 100%!important
}
.skinSubA .nowQuote p, .skinSubB .nowQuote p {
background-position: -520px 0!important
}
.skinSubB .nowQuote p {
width: 140px!important;
background-position: -1060px 0!important
}
.skinSubA .nowQuote a, .skinSubB .nowQuote a {
width: 248px!important;
background-position: -260px 0!important;
background-repeat: repeat-y!important
}
.skinSubB .nowQuote a {
width: 128px!important;
background-position: -920px 0!important
}
.nowQuote a:hover {
text-decoration: none!important;
color: #80ccff!important
}
.nowQuote a, .nowQuoteDetail, .nowQuoteText {
display: block!important;
overflow: hidden
}
.nowQuoteText {
padding-bottom: 4px!important;
color: #333!important;
font-size: 12px!important
}
.skinSubA .nowQuoteText {
width: 248px!important
}
.skinSubB .nowQuoteText {
width: 128px!important
}
a:hover .nowQuoteText {
color: #aaa!important
}
.nowQuoteText img {
vertical-align: text-bottom!important
}
.nowQuoteDetail {
zoom: 1;
text-align: right!important;
line-height: 1.1!important
}
.skinSubA .nowQuoteDetail {
width: 240px!important;
padding-top: 3px!important
}
.skinSubB .nowQuoteDetail {
width: 128px!important
}
.nowQuoteTime {
float: left!important;
color: #ccc!important;
font-size: 10px!important
}
a:hover .nowQuoteTime {
color: #e7e7e7!important
}
.nowQuoteLink {
float: right;
color: #09f!important;
font-size: 10px!important;
white-space: nowrap
}
a:hover .nowQuoteLink {
color: #80ccff!important
}
#viewSwitcher {
padding: 10px 0 40px;
color: #333;
background: #fff
}
#viewSwitcher a {
color: #06c;
text-decoration: none
}
#viewSwitcher a:hover {
color: #f36
}
#viewSwitcher a:active {
color: #f36
}
#viewSwitcher a:visited {
color: #969
}
#viewSwitcher dd, #viewSwitcher dt, #viewSwitcher ul {
display: inline;
margin: 0;
padding: 0
}
#viewSwitcher li {
display: inline;
margin: 0 5px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #333
}
#viewSwitcher dt:after {
content: ":"
}
#viewSwitcher li em {
color: #333
}
#viewSwitcher li:last-child {
border-right: none
}
.mb_deco {
margin: 0 auto;
width: 240px
}
.ad2 {
text-align: center
}
.headerBnr {
margin: 0 auto;
padding-top: 7px
}
.subAdBannerArea {
margin: 10px 0 0
}
.skinSubAdBannerArea {
margin: 10px 0
}
.subAdBannerHeader span {
display: inline-block;
margin-bottom: 2px;
padding: 0 3px;
background-color: #fff!important;
background-color: rgba(255, 255, 255, .5)!important;
color: #333!important;
line-height: 1.1;
font-size: .855em;
vertical-align: middle
}
.gifAd .ad_frame div {
width: auto!important;
height: auto!important
}
.gifAd .ad_frame div table {
width: 210px!important;
margin-bottom: 10px;
background: 0 0!important
}
.gifAd .ad_frame div td img {
margin-right: 6px
}
.subAdList li {
margin: 4px 0;
font-size: .855em
}
#footer_ad, #footer_ad_officlal {
text-align: center;
margin: 20px auto 10px
}
#footer_ad ul, #footer_ad_officlal ul {
padding: 0;
list-style-type: none
}
#footer_ad_officlal ul {
margin: 0
}
#footer_ad ul li, #footer_ad_officlal li {
margin-bottom: 10px
}
#footer_ad li div li {
float: left;
width: 17.5em;
text-align: left
}
#footer_ad ul, #gadFooter {
width: 39em;
margin: 0 auto;
overflow: hidden
}
#footer_ad .adcross_container ul {
width: 37em;
list-style: circle;
padding-left: 16px
}
#footer_ad .adcross_container ul>li {
font-size: 12px;
margin-right: 12px
}
#gadFooter {
padding: 10px 0;
text-align: left;
height: 100%;
width: 340px
}
.gadTitle_footer {
font-size: 1em
}
.gadDisplayURL_footer {
font-size: .85em;
padding-left: 8px
}
.gadDescription_footer {
font-size: .85em;
display: block;
padding: 6px 0;
line-height: 1.1
}
.hideAdsArrow {
padding: 6px 5px 6px 20px;
overflow: hidden;
cursor: pointer
}
#gadLogo_footer, .gadLogo_footer {
padding: 0 5px 0 20px;
margin-top: 10px;
text-align: right;
font-size: .85em
}
.blockGeneral, .blockTarent {
margin-top: 30px;
padding: 5px;
overflow: hidden;
background: 0 0
}
.blockhoverGeneral, .blockhoverTarent {
margin-top: 30px;
padding: 5px;
overflow: hidden;
background: #ffc;
color: #666
}
.blockhoverGeneral a, .blockhoverTarent a {
color: #06c;
text-decoration: underline
}
.blockhoverGeneral a:hover, .blockhoverTarent a:hover {
text-decoration: underline
}
.gadTitle_s {
font-size: 1.2em
}
.gadDisplayURL {
display: block;
text-align: right
}
.gadDescription {
display: block;
padding: 6px 0;
line-height: 1.5
}
#jsonParser {
height: 0
}
.corpBnrArea {
margin-top: 10px
}
.category-alliance-wrapper {
margin: 20px auto 10px;
text-align: center;
background-color: #fff;
min-width: 378px;
max-width: 468px
}
.category-alliance-inner {
position: relative;
display: block;
margin: 10px auto 15px;
padding: 5px 14px 0;
width: auto;
background-color: #fff;
border: 1px solid #ccc
}
.category-alliance-image-ad-text {
position: absolute;
left: 11px;
top: 3px;
width: 20px;
color: #777;
font-size: 10px
}
.category-alliance-image-ad>div>div {
border-style: none!important;
margin-bottom: 0!important;
overflow: hidden
}
.category-alliance-image-ad-anchor {
padding: 20px 0 10px
}
.category-alliance-image-ad-title {
margin: 0 0 3px 7px;
font-size: 14px;
line-height: 1.2;
word-break: break-all;
color: #06c
}
.category-alliance-image-ad-description, .category-alliance-image-ad-url {
margin: 0 0 5px 7px;
font-size: 12px;
line-height: 1.2;
word-break: break-all;
color: #333
}
.category-alliance-image-ad-url {
margin: 0 0 0 7px;
color: #999
}
.category-alliance-bannertext {
text-align: left
}
.category-alliance-bannertext .adcross_image {
display: table;
float: left
}
.category-alliance-bannertext .adcross_link {
position: relative;
*zoom: 1;
display: table-cell;
padding: 20px 0 10px
}
.category-alliance-bannertext .adcross_section {
vertical-align: middle;
display: table-cell;
width: 362px
}
.category-alliance-bannertext .adcross_title {
margin: 0 0 3px 7px;
font-size: 12px;
line-height: 1.4;
word-break: break-all;
color: #06c;
height: 16px;
overflow: hidden
}
.category-alliance-bannertext .adcross_text {
margin: 0 0 5px 7px;
font-size: 11px;
line-height: 1.4;
word-break: break-all;
color: #333;
height: 14px
}
.centerTextLink {
padding: 10px 0;
margin-bottom: 20px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center
}
.centerTextLink table {
background-color: transparent!important;
margin: 0 auto
}
.centerTextLink>a {
padding: 2px 0 2px 20px;
background: url(//stat100.ameba.jp/mypg/img/common/icon_common.png) no-repeat 1px -419px
}
.centerTextBnr {
text-align: center;
margin-bottom: 10px
}
.centerTextLink.skinBlock .ad_frame {
display: block!important
}
.skinArticleBody .gpt-frame {
margin: 0 auto 40px!important
}
.skinArticleBody .subAdBannerHeader {
width: 300px;
margin: 40px auto 0;
clear: both
}
.sideSafety {
height: 70px;
text-align: center;
margin-top: 10px
}
.sideAdpr {
height: 57px;
text-align: center;
margin: 10px 0
}
.articleText {
overflow: hidden;
padding-bottom: 36px;
font-size: 14px;
line-height: 1.5
}
.articleText h2 {
font-size: 1.96em;
margin: .83em 0
}
.articleText h3 {
font-size: 1.4em;
margin: 1em 0
}
.articleText h4 {
font-size: 1em;
margin: 1.33em 0
}
.articleText li[style*='text-align: center'], .articleText li[style*='text-align: right'] {
list-style-position: inside
}
.articleText blockquote {
border-left: 1px solid;
padding: 0 0 0 1em;
margin: 1em 40px 1em 25px
}
.articleText img[src*="emoji.ameba.jp"], .articleText img[src*=char2], .articleText img[src*=char3] {
margin: 0
}
.articleText iframe[data-entry-id] {
width: 100%;
height: 234px
}
.skinArticleFooter {
margin-left: 0!important;
margin-right: 0!important;
padding-left: 0!important;
padding-right: 0!important
}
.safetyManagement {
margin: 16px 0 0;
text-align: center
}
.safetyManagement .safetyManagementInner {
display: inline;
zoom: 1
}
.safetyManagement .officialAmebaAdpr, .safetyManagement .officialAmebaSafety {
display: inline;
font-size: 0;
line-height: 0
}
.safetyManagement .officialAmebaAdpr img, .safetyManagement .officialAmebaSafety img {
vertical-align: top
}
.safetyManagement .officialAmebaAdpr img {
width: 183px!important
}
.officialAmebaSafety {
line-height: 54px
}
.skinSubA .officialBloggerRibbon, .skinSubA .topBloggerRibbon, .skinSubB .topBloggerRibbon {
margin: 0 0 10px
}
.officialBloggerRibbon img {
vertical-align: middle
}
.topBloggerRibbon img {
vertical-align: middle;
max-width: 100%;
height: auto
}
.entryPaging .pagingNext, .entryPaging .pagingPrev {
padding: 0 14px
}
.entryPaging .pagingList {
margin: 0;
vertical-align: baseline
}
.footTextlinkAme {
padding-top: 30px;
text-align: center
}
.listImagetop {
display: inline-block;
width: 22px;
height: 0;
padding: 18px 0 0;
background: url(//stat100.ameba.jp/common_style/img/common/icon/myphoto1.gif) no-repeat;
vertical-align: middle
}
#commentListMoreLink {
padding: 8px 0;
background-color: #f9f9f9;
text-align: center
}
#commentListMoreLink a {
color: #333;
padding-right: 12px;
background: url(//stat100.ameba.jp/blog/img/ico/ico_more_btm_arrow.1.0.png) no-repeat center right
}
.readerLeadModOuter {
text-align: center
}
.readerLeadMod {
margin: 20px auto;
width: 370px;
text-align: left;
overflow: hidden;
background-color: #fff
}
.readerLeadMod .readerLeadModInner {
padding: 10px;
border: 1px solid #f0f0f0
}
.readerLeadMod #readerLeadModImg {
float: left;
width: 60px;
height: 60px
}
.readerLeadMod .readerLeadModCnt {
padding: 0;
margin: 0 0 0 78px;
position: relative;
min-height: 60px;
height: auto!important
}
.readerLeadMod .readerLeadModCnt dl {
margin: 0;
padding: 0 0 27px
}
.readerLeadMod .readerLeadModCnt dl dt {
padding: 0;
margin: 0 0 5px;
line-height: 1.2
}
.readerLeadMod .readerLeadModCnt dl dd {
margin: 0;
padding: 0;
color: #999;
font-size: 10px!important;
font-family: "hiragino kaku gothic pro", meiryo, "ms pgothic", "arial", sans-serif
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn {
height: 24px;
margin: 0;
position: absolute;
bottom: 0;
left: 0
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn a {
font-size: 11px!important;
padding: 0 12px 0 31px;
display: inline-block;
color: #666;
text-align: center;
text-decoration: none;
line-height: 22px;
height: 22px;
overflow: hidden;
border: 1px solid #ccc;
background-color: #fbfbfb;
border-radius: 2px;
background-position: 0 0;
cursor: pointer
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn a:hover {
background-color: #f0f0f0
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn a i {
position: absolute;
top: 6px;
left: 12px;
display: block;
width: 14px;
height: 11px;
background-image: url(//stat100.ameba.jp/blog/img/user/ico_readerLead.1.000.png);
background-repeat: no-repeat
}
.oneNoteBtnArea {
text-align: right;
margin-top: 7px
}
.oneNoteBtnArea img {
cursor: pointer
}
.articleTagListArea {
margin: 40px 0 20px;
text-align: left;
overflow: hidden
}
.articleTagListArea .articleTagListHeading {
font-weight: 700;
margin-bottom: 14px
}
.articleTagListArea ul {
padding: 0;
margin: 0;
overflow: hidden
}
.articleTagListArea ul li {
display: block;
float: left;
overflow: hidden;
margin-left: 18px
}
.articleTagListArea ul li a {
padding-left: 18px;
border-left: solid 1px #aaa
}
.articleTagListArea ul li:first-child {
margin-left: 0
}
.articleTagListArea ul li:first-child a {
border-left: none;
padding-left: 0
}
#js-rankingCheckerGen .rnk-wrap {
font-size: 12px;
min-width: 378px;
max-width: 468px;
margin: 0 auto 12px;
border: 1px solid #ccc;
background: #fff
}
#js-rankingCheckerGen .rnk-title-area {
position: relative;
padding: 6px 0;
margin-bottom: 17px;
text-align: center;
border-bottom: 1px solid #ccc
}
#js-rankingCheckerGen .rnk-title {
display: inline-block;
margin: 0;
width: 174px;
height: 16px;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png);
background-position: 0 0;
text-indent: -9999px
}
#js-rankingCheckerGen .rnk-inner {
padding: 0 14px 9px
}
#js-rankingCheckerGen .rnk-inner li, #js-rankingCheckerGen .rnk-inner ul {
margin: 0;
padding: 0;
list-style: none
}
#js-rankingCheckerGen .rank-tab {
position: relative;
width: 100%;
height: 22px;
border-bottom: 1px solid #ccc
}
#js-rankingCheckerGen .tab-ul {
overflow: hidden
}
#js-rankingCheckerGen .tab-ul .li-item {
float: left;
width: 33%;
text-align: center;
cursor: pointer
}
#js-rankingCheckerGen .tab-ul .li-item a {
color: #999;
text-decoration: none
}
#js-rankingCheckerGen .li-txt {
line-height: 22px
}
#js-rankingCheckerGen .li-txt span {
padding: 0 10px 2px
}
#js-rankingCheckerGen .li-item.current a {
color: #4dac26;
font-weight: 700
}
#js-rankingCheckerGen .li-item.current a .li-txt span {
border-bottom: 3px solid #4dac26
}
#js-rankingCheckerGen .rnk-ul {
height: 157px;
overflow: hidden
}
#js-rankingCheckerGen .rnk-ul:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: "."
}
#js-rankingCheckerGen .rnk-ul .li-item {
padding: 22px 0 0;
float: left;
width: 25%;
text-align: center
}
#js-rankingCheckerGen .rnk-thumb {
position: relative;
margin: 0 auto;
display: block;
width: 84px
}
#js-rankingCheckerGen .rnk-thumb a, #js-rankingCheckerGen .rnk-thumb img {
display: block
}
#js-rankingCheckerGen .rnk-ico-1, #js-rankingCheckerGen .rnk-ico-2, #js-rankingCheckerGen .rnk-ico-3, #js-rankingCheckerGen .rnk-ico-4, #js-rankingCheckerGen .rnk-ico-mvb {
position: absolute;
left: -5px;
top: -8px;
display: block;
width: 32px;
height: 32px;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png)
}
#js-rankingCheckerGen .rnk-ico-mvb {
background-position: 0 -158px
}
#js-rankingCheckerGen .rnk-ico-1 {
background-position: 0 -30px
}
#js-rankingCheckerGen .rnk-ico-2 {
background-position: 0 -62px
}
#js-rankingCheckerGen .rnk-ico-3 {
background-position: 0 -94px
}
#js-rankingCheckerGen .rnk-ico-4 {
background-position: 0 -126px
}
#js-rankingCheckerGen .rnk-mvb {
margin: 5px auto 0;
width: 60px;
height: 14px;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png);
background-position: 0 -193px
}
#js-rankingCheckerGen .rnk-name {
font-weight: 700;
font-size: 11px;
line-height: 25px
}
#js-rankingCheckerGen .rnk-name-mvb {
line-height: 20px
}
#js-rankingCheckerGen .rnk-name a {
text-decoration: none;
color: #06c!important
}
#js-rankingCheckerGen .rnk-more-link {
clear: both;
margin: 12px 0 0;
border-top: 1px solid #ccc;
text-align: right
}
#js-rankingCheckerGen .rnk-more-link a {
padding: 0 12px 0 0;
line-height: 22px;
color: #999;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png);
background-position: right -19px;
font-size: 11px
}
#div-gpt-ad-1409116157675-0 {
position: absolute;
bottom: 0
}
.ow-navigation__outer {
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, .1);
width: 100%
}
.ow-navigation__inner, .ow-navigation__more {
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: right;
margin-left: -20px;
width: 100%
}
.ow-navigation__more {
cursor: pointer;
margin-left: -60px;
padding-right: 20px;
top: -60px;
left: 100%;
text-align: center;
width: 80px
}
.ow-navigation, .ow-navigation__more, .ow-navigation__more>span {
display: block;
height: 50px;
position: relative
}
.ow-navigation__more>span {
top: 0;
width: 80px
}
.ow-navigation__more>span:after, .ow-navigation__more>span:before {
position: absolute;
left: 24px;
-webkit-transition: opacity .3s ease 0s;
transition: opacity .3s ease 0s
}
.ow-navigation--show_full .ow-navigation__more>span:after, .ow-navigation--show_full .ow-navigation__more>span:before {
opacity: 0
}
.ow-navigation__more>span:before {
top: 28px
}
.ow-navigation__more>span:after {
top: 38px
}
.ow-navigation__more>span>span, .ow-navigation__more>span>span:after>span {
display: inline-block
}
.ow-navigation__more>span>span:after, .ow-navigation__more>span>span:before {
position: absolute;
top: 33px;
left: 24px;
-webkit-transition: -webkit-transform .2s ease 0s;
transition: transform .2s ease 0s
}
.ow-navigation--show_full .ow-navigation__more>span>span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.ow-navigation--show_full .ow-navigation__more>span>span:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.ow-navigation__more:hover span {
border-color: inherit
}
.ow-navigation__more__icon:after, .ow-navigation__more__icon:before {
content: '';
display: block;
width: 13px;
height: 1px;
border-bottom-width: 1px;
border-bottom-style: solid
}
.ow-navigation {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
width: 100%;
max-width: 980px;
z-index: 2
}
.ow-navigation--show_full {
height: 100%
}
.ow-navigation:before {
content: "";
float: left;
height: 50px;
width: 20px
}
.ow-navigation-nav, .ow-navigation-nav__item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center
}
.ow-navigation-nav {
margin: 0;
padding: 0 40px 0 0;
width: 100%;
display: block
}
.ow-navigation-nav__item {
display: inline-block;
height: 49px;
line-height: 50px;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.ow-navigation-nav__item>a {
font-size: 12px;
text-decoration: none;
display: inline-block;
padding: 0 20px;
-webkit-transition: background .2s ease 0s;
transition: background .2s ease 0s;
vertical-align: top
}
.owu-navigation-custom-font:link, .owu-navigation-custom-font:visited {
color: #666
}
.owu-navigation-custom-more:after, .owu-navigation-custom-more:before {
border-color: #666
}
.owu-navigation-custom-font:active, .owu-navigation-custom-font:focus, .owu-navigation-custom-font:hover, .owu-navigation__item--state_active {
color: #b2b2b2
}
.ow-navigation__more:hover .owu-navigation-custom-more:after, .ow-navigation__more:hover .owu-navigation-custom-more:before {
border-color: #b2b2b2
}
.owu-navigation-custom-bkcolor {
background-color: #fff
}
.d-n {
display: none!important
}
.imagePigg {
position: relative
}
.imagePigg__hover {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 15px;
background-color: #fff;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/piggHover/pigg_hover.png);
background-repeat: no-repeat;
background-position: center
}
.ofcFbReader {
padding: 12px 20px 12px 12px;
width: 346px;
min-height: 78px;
margin: 20px auto;
border: 1px solid #f0f0f0;
background-color: #fff
}
.ofcFbReader--clearfix {
*zoom: 1
}
.ofcFbReader--clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0
}
.ofcFbReader__image {
float: left;
margin-right: 12px
}
.ofcFbReader__image img {
margin: 0!important
}
.ofcFbReader__contents {
overflow: hidden
}
.ofcFbReaderContents__list {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
font-size: 1em;
font-weight: 400
}
.ofcFbReaderContents__list>li {
float: left
}
.ofcFbReaderContents__title {
margin-bottom: 12px;
font-size: 13px;
color: #333
}
.ofcFbReaderContents__text {
margin-bottom: 8px;
font-size: 11px;
color: #666;
text-align: center
}
.ofcFbReader__register {
width: 100px;
padding-right: 16px
}
.ofcFbReader__follow {
width: 110px;
padding-left: 16px;
border-left: solid 1px #eee
}
.ofcFbReaderFollow__btn {
overflow: hidden
}
.ofcFbReaderFollow__btn .fb-like {
margin-top: 1px
}
.ofcFbReaderRegister__btn {
position: relative;
display: inline-block;
padding: 0 12px 0 31px;
height: 22px;
line-height: 22px;
font-size: 11px;
color: #666!important;
border-radius: 2px;
border: 1px solid #ccc;
background-color: #fbfbfb
}
.ofcFbReaderRegister__btn:hover {
background-color: #f0f0f0;
color: #666;
text-decoration: none
}
.ofcFbReaderRegister__btn i {
position: absolute;
display: block;
top: 6px;
left: 12px;
width: 14px;
height: 11px;
background-image: url(//stat100.ameba.jp/blog/img/user/ico_readerLead.1.000.png);
background-repeat: no-repeat
}
.hashtag-module {
margin-bottom: 48px
}
.hashtag-module__title {
margin-bottom: 12px
}
.hashtag-module-borderTop {
padding-top: 16px
}
.hashtag-module__item {
margin: 0 12px 0 0;
line-height: 2;
font-weight: 400!important
}
.hashtag-module__icon {
vertical-align: -.1em;
margin-right: 2px
}
.snsReaderModule {
border: 1px solid #ccc
}
.snsReaderModuleBlog {
margin: 16px 10px 10px 16px;
text-align: left
}
.snsReaderModuleBlog:after, .snsReaderModuleSns__body:after {
content: "";
display: table;
clear: both
}
.snsReaderModuleBlog__profileImg {
float: left;
margin-right: 16px;
width: 60px;
max-height: 60px
}
.snsReaderModuleBlog__profileImg .snsReaderModuleBlogProfileImgWrap, .snsReaderModuleBlog__profileImg .snsReaderModuleOfficialBlogProfileImgWrap {
display: block
}
.snsReaderModuleBlog__profileImg .snsReaderModuleBlogProfileImgWrap img {
margin: 0
}
.snsReaderModuleBlog__profileImg .snsReaderModuleOfficialBlogProfileImgWrap img {
width: 60px;
height: 60px;
border-radius: 36px;
margin: 0
}
.snsReaderModuleBlogRegistrationButton {
cursor: pointer;
position: relative;
display: inline-block;
border: 1px solid #ccc;
border-radius: 2px;
padding: 0 12px 0 31px;
height: 22px;
color: #666;
font-size: 11px;
text-align: center;
text-decoration: none;
line-height: 22px;
background-color: #fbfbfb
}
.snsReaderModuleBlogRegistrationButton:active, .snsReaderModuleBlogRegistrationButton:focus, .snsReaderModuleBlogRegistrationButton:hover, .snsReaderModuleBlogRegistrationButton:link, .snsReaderModuleBlogRegistrationButton:visited {
color: #666;
text-decoration: none
}
.snsReaderModuleBlogRegistrationButton:hover {
background-color: #ededed
}
.snsReaderModuleBlogRegistrationButton i {
position: absolute;
top: 5px;
left: 12px;
display: block;
width: 14px;
height: 12px;
background: url(//stat100.ameba.jp/blog/img/user/ico_readerLead.1.000.png) no-repeat 0 0
}
.snsReaderModuleBlogNickname {
margin-bottom: 5px;
font-size: 12px;
line-height: 14px
}
.snsReaderModuleBlogCopy {
margin-bottom: 8px;
font-size: 10px;
line-height: 1
}
.snsReaderModuleSns__heading {
position: relative;
margin: 0;
padding: 0;
font-size: 10px;
text-align: center
}
.snsReaderModuleSnsHeadingLine {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto;
width: 39%;
height: 1px;
border-top: 1px solid #ccc
}
.snsReaderModuleSnsHeadingLine--left {
left: 0
}
.snsReaderModuleSnsHeadingLine--right {
right: 0
}
.snsReaderModuleSns__body {
padding: 12px 0 16px
}
.snsReaderModuleSnsAccount {
text-align: center
}
.snsReaderModuleSnsAccount--single {
width: 100%
}
.snsReaderModuleSnsAccount--double {
float: left;
width: 49.8%
}
.snsReaderModuleSnsAccount--triple {
float: left;
width: 33.1%
}
.snsReaderModuleSnsAccount+.snsReaderModuleSnsAccount {
border-left: 1px solid #ccc
}
.snsReaderModuleSnsAccount__link {
display: inline-block;
margin: 0 auto;
padding-left: 32px;
font-size: 12px;
line-height: 24px;
background: no-repeat 0 0
}
.snsReaderModuleSnsAccount__link:link, .snsReaderModuleSnsAccount__link:visited {
text-decoration: none
}
.snsReaderModuleSnsAccount__link:active, .snsReaderModuleSnsAccount__link:focus, .snsReaderModuleSnsAccount__link:hover {
text-decoration: underline
}
.snsReaderModuleSnsAccount__link--uranus {
font-size: 14px
}
.snsReaderModuleSnsAccount__link--tw {
background-image: url(//stat100.ameba.jp/ameblo/pc/img/snsProfile/icon_tw.png)
}
.snsReaderModuleSnsAccount__link--fb {
background-image: url(//stat100.ameba.jp/ameblo/pc/img/snsProfile/icon_fb.png)
}
.snsReaderModuleSnsAccount__link--is {
background-image: url(//stat100.ameba.jp/ameblo/pc/img/snsProfile/icon_is.png)
}
.blogGenreEntryRankInfo:hover {
text-decoration: none
}
.blogGenreEntryRankInfo__block {
margin: 0 0 16px;
height: 32px;
font-size: 12px
}
.blogGenreEntryRankInfo__block:after {
content: "";
clear: both;
display: block;
height: 0
}
.blogGenreEntryRankInfo__icon {
font-size: 15px;
vertical-align: sub;
margin-right: 4px
}
.blogGenreEntryRankInfo__result, .blogGenreEntryRankInfo__title {
float: left
}
.blogGenreEntryRankInfo__title {
margin: 0 4px 0 0
}
.blogGenreEntryRankInfo__result {
margin: 0;
font-weight: 700
}
.blogGenreEntryRankInfo__result--hashtag:before {
content: '#'
}
.blogGenreEntryRankInfo__rank {
margin-left: 10px
}
.is-hidden {
display: none
} | newBlog-1.35.0.css | @charset "utf-8";
@font-face {
font-family: "AmebaNewSymbols";
src: url(../font/AmebaNewSymbols.eot?c=1497518406822);
src: url(../font/AmebaNewSymbols.eot?#iefix&c=1497518406822) format("embedded-opentype"), url(../font/AmebaNewSymbols.woff?c=1497518406822) format("woff"), url(../font/AmebaNewSymbols.ttf?c=1497518406822) format("truetype"), url(../font/AmebaNewSymbols.svg#AmebaNewSymbols&c=1497518406822) format("svg")
}
[data-uranus-icon] {
display: inline-block;
text-decoration: none;
text-transform: none;
font-weight: 400;
font-style: normal;
font-size: 1.25em;
font-family: "AmebaNewSymbols";
line-height: 1;
vertical-align: -.12em;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
[data-uranus-icon~=xlarge] {
font-size: 2em;
vertical-align: -.25em
}
[data-uranus-icon~=large] {
font-size: 1.75em;
vertical-align: -.25em
}
[data-uranus-icon~=medium] {
font-size: 1.5em;
vertical-align: -.25em
}
[data-uranus-icon~=hasLabel] {
margin-right: .25em
}
[data-uranus-icon~=hasLabelLeft] {
margin-left: .25em
}
[data-uranus-icon~=amember]:before {
content: "\f001"
}
[data-uranus-icon~=attention]:before {
content: "\f002"
}
[data-uranus-icon~=blog_top]:before {
content: "\f003"
}
[data-uranus-icon~=close]:before {
content: "\f004"
}
[data-uranus-icon~=comment]:before {
content: "\f005"
}
[data-uranus-icon~=end]:before {
content: "\f006"
}
[data-uranus-icon~=iine]:before {
content: "\f007"
}
[data-uranus-icon~=list_article]:before {
content: "\f008"
}
[data-uranus-icon~=more]:before {
content: "\f009"
}
[data-uranus-icon~=next]:before {
content: "\f00a"
}
[data-uranus-icon~=open]:before {
content: "\f00b"
}
[data-uranus-icon~=paging_next]:before {
content: "\f00c"
}
[data-uranus-icon~=paging_previous]:before {
content: "\f00d"
}
[data-uranus-icon~=photo]:before {
content: "\f00e"
}
[data-uranus-icon~=post_comment]:before {
content: "\f00f"
}
[data-uranus-icon~=previous]:before {
content: "\f010"
}
[data-uranus-icon~=reader]:before {
content: "\f011"
}
[data-uranus-icon~=reblog]:before {
content: "\f012"
}
[data-uranus-icon~=reply]:before {
content: "\f013"
}
[data-uranus-icon~=rss]:before {
content: "\f014"
}
[data-uranus-icon~=search]:before {
content: "\f015"
}
[data-uranus-icon~=select]:before {
content: "\f016"
}
[data-uranus-icon~=start]:before {
content: "\f017"
}
@font-face {
font-family: AmebaSymbols;
src: url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.eot)
}
@font-face {
font-family: AmebaSymbols;
src: url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.woff) format("woff"), url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.ttf) format("truetype"), url(//stat100.ameba.jp/common_style/font/ameba_symbols/latest/ameba_symbols.svg#webfont) format("svg")
}
@font-face {
font-family: AmebloSymbols;
src: url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.eot)
}
@font-face {
font-family: AmebloSymbols;
src: url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.woff) format("woff"), url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.ttf) format("truetype"), url(//stat100.ameba.jp/blog/font/ameblo_symbols/latest/ameblo_symbols.svg#webfont) format("svg")
}
#mamablogRnkMod {
min-width: 370px;
width: auto!important;
max-width: 470px;
margin: 0 auto;
_width: 400px;
font-weight: 400;
background: #fff;
border: 1px solid #ccc;
font-size: 12px;
color: #333
}
#mamablogRnkMod h3 {
margin: 0;
padding: 3px 6px 0;
height: 20px;
background: url(//stat100.ameba.jp/blog/img/user/bg_mamaRnk_titile.gif) repeat-x;
font-size: 12px
}
#mamablogRnkMod h3 a {
color: #333!important
}
#mamablogRnkMod h3 span {
padding: 4px 0 2px 22px;
background: url(//stat100.ameba.jp/blog/img/user/ico_mamablog.png) no-repeat
}
#mamablogRnkMod a {
color: #06c!important
}
#mamablogRnkMod a:visited {
color: #969
}
#mamablogRnkMod #mamablogNotice {
height: 30px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center
}
#mamablogRnkMod #mamablogNotice a {
display: inline-block;
padding: 7px 0 0 20px;
background: url(//stat100.ameba.jp/blog/img/user/ico_star.png) no-repeat 0 4px
}
#mamablogRnkMod #mamablogRnk {
padding: 6px 10px;
height: 100px
}
#mamablogRnkMod #mamablogRnk h4 {
margin: 0;
font-weight: 400;
font-size: 12px
}
#mamablogRnkMod #mamablogRnk ul {
margin: 7px 0;
padding: 0;
height: 52px
}
#mamablogRnkMod #mamablogRnk ul li {
display: inline-block;
position: relative;
width: 33%;
float: left
}
#mamablogRnkMod #mamablogRnk ul li .thumb {
width: 48px;
height: 48px;
padding: 1px;
margin-right: 3px;
display: block;
float: left;
border: 1px solid #ccc;
text-align: center
}
#mamablogRnkMod #mamablogRnk ul li .thumb span {
position: absolute;
top: -7px;
left: -7px;
display: inline-block;
font-size: 0;
overflow: hidden;
width: 30px;
height: 30px;
text-indent: 100%;
white-space: nowrap;
background-repeat: no-repeat
}
#mamablogRnkMod #mamablogRnk ul li .thumb .rankIcon1, #mamablogRnkMod #mamablogRnk ul li .thumb span {
background-image: url(//stat100.ameba.jp/blog/img/user/ico_rank1.png)
}
#mamablogRnkMod #mamablogRnk ul li .thumb .rankIcon2 {
background-image: url(//stat100.ameba.jp/blog/img/user/ico_rank2.png)
}
#mamablogRnkMod #mamablogRnk ul li .thumb .rankIcon3 {
background-image: url(//stat100.ameba.jp/blog/img/user/ico_rank3.png)
}
#mamablogRnkMod #mamablogRnk ul h4 {
height: 52px;
font-size: 12px
}
#mamablogRnkMod #mamablogRnk ul h4 p {
width: 87px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: normal
}
#mamablogRnkMod .detailLink {
text-align: right
}
#mamablogRnkMod .detailLink a {
padding: 2px 17px 2px 0;
background: url(//stat100.ameba.jp/blog/img/user/ico_more.png) no-repeat right 2px
}
#mamablogRnkMod #mamablogTopics {
border-top: 1px solid #ccc
}
#mamablogRnkMod #mamablogTopics ul {
margin: 6px;
padding: 0
}
#mamablogRnkMod #mamablogTopics ul li {
display: inline-block;
*display: inline;
*zoom: 1;
width: 49%;
text-align: left
}
#mamablogRnkMod #mamablogTopics ul li a {
padding: 0 5px 0 10px;
background: url(//stat100.ameba.jp/blog/img/user/ico_arrow_right.png) no-repeat 0 2px
}
body {
min-width: 1100px
}
.readerLeadMod #readerLeadModImg img, body, form, html, p {
margin: 0;
padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block
}
img {
border: 0
}
html {
line-height: 1.4;
font-size: 75%
}
body, button, input, select, textarea {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo
}
#mamablogRnkMod a, a {
text-decoration: none
}
a:focus, a:hover {
text-decoration: underline
}
a:focus {
outline: 1px dotted
}
a:active, a:hover {
outline: 0
}
.skinHeaderArea {
width: 980px;
margin: 0 auto;
overflow: hidden
}
.skinContentsArea {
width: 980px;
margin: 0 auto;
padding-bottom: 30px;
zoom: 1;
word-wrap: break-word
}
.skinContentsArea:after {
content: '.';
display: block;
clear: both;
height: 0;
visibility: hidden
}
.skinContentsArea2 {
overflow: visible!important;
zoom: 1
}
.layoutContentsA, .skinMainArea {
zoom: 1
}
.articleThemeListArea li:after, .layoutContentsA:after, .skinContentsArea2:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
.layoutContentsB, .skinSubA, .skinSubB {
overflow: hidden
}
.columnA .skinMainArea {
float: right;
width: 665px
}
.columnA .skinSubA {
float: left;
width: 300px
}
.columnA .layoutContentsB {
display: none
}
.columnB .skinMainArea {
float: left;
width: 665px
}
.columnB .skinSubA {
float: right;
width: 300px
}
.columnB .layoutContentsB {
display: none
}
.columnC .layoutContentsA {
float: right;
width: 785px
}
.columnC .skinMainArea {
float: left;
width: 470px
}
.columnC .skinSubA {
float: right;
width: 300px
}
.columnC .layoutContentsB {
float: left
}
.columnC .skinSubB {
width: 180px
}
.columnD .layoutContentsA {
float: left;
width: 785px
}
.columnD .skinMainArea {
float: right;
width: 470px
}
.columnD .skinSubA {
float: left;
width: 300px
}
.columnD .layoutContentsB {
float: right
}
.columnD .skinSubB {
width: 180px
}
.columnE .layoutContentsA {
overflow: visible;
zoom: 0
}
.columnE .layoutContentsA:after {
content: '';
display: inline
}
.columnE .skinMainArea {
float: left;
width: 470px
}
.columnE .skinSubA {
float: right;
width: 300px
}
.columnE .skinSubB {
float: left;
margin-left: 15px;
width: 180px
}
.footerNav, .footerNav a, .footerNav a:visited {
z-index: 3000
}
.blogSearchBtn {
z-index: 5
}
#keyJumpNav, #keyJumpNav li, #keyJumpNav ul {
width: 0;
height: 0;
margin: 0;
padding: 0;
list-style-type: none
}
#keyJumpNav {
display: block!important
}
#keyJumpNav a {
position: absolute;
display: inline-block;
top: -9999em;
left: -9999em;
padding: 2px 4px;
border-radius: 3px
}
#keyJumpNav a:focus {
top: 28px;
left: 3px
}
.update {
font-size: .855em
}
.contentNew {
margin: 0 6px
}
.accessLog, .skinBorderHr hr, .skinSubHr hr {
display: none
}
.skinMainArea .error {
display: block;
padding: 30px 30px 10px
}
.skinMainArea .error .entryListLink {
display: block;
padding-top: 6px;
text-align: center
}
.userLinkArea {
margin: 3px auto 1.1em;
text-align: center
}
.userLinkArea p {
padding: 0 0 10px
}
.userLinkArea .imagelistLink a {
background: url(//stat.ameba.jp/common_style/img/common/icon/myphoto1.gif) no-repeat 0 0;
padding: 2px 0 2px 20px
}
.globalLinkArea {
position: relative;
overflow: hidden;
padding: 10px 0
}
.globalLinkArea .globalLinkAreaInner {
float: left;
position: relative;
left: 50%;
margin: 0;
padding: 0 0 0 5px
}
.globalLinkArea .globalLinkAreaInner li {
list-style-type: none;
position: relative;
float: left;
left: -50%;
margin-right: 10px
}
.globalLinkArea .globalLinkAreaInner li a span {
height: 28px;
line-height: 28px
}
.basicBtnM, .basicBtnM:hover, .basicBtnS, .basicBtnS:hover {
text-decoration: none!important;
color: #333!important;
text-align: center
}
.basicBtnM, .basicBtnS {
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
background-image: url(//stat100.ameba.jp/common_style/img/skin/cmn/btn/basic_btn/basic_btn_gradations.png);
background-repeat: repeat-x;
background-color: #efefef;
vertical-align: middle
}
.basicBtnS {
min-height: 26px;
line-height: 26px;
background-position: 0 0
}
.basicBtnM {
min-height: 32px;
line-height: 32px;
background-position: 0 -100px
}
.skinImgBtnM, .skinImgBtnS {
display: inline-block;
background-repeat: no-repeat;
background-position: 0 0;
vertical-align: middle;
text-align: center;
overflow: hidden
}
.skinImgBtnM:focus, .skinImgBtnM:focus span, .skinImgBtnM:hover, .skinImgBtnM:hover span, .skinImgBtnS:focus, .skinImgBtnS:focus span, .skinImgBtnS:hover, .skinImgBtnS:hover span, .skinSimpleBtn:focus, .skinSimpleBtn:hover {
text-decoration: none
}
.skinImgBtnM {
width: 180px;
height: 35px
}
.skinImgBtnS {
width: 128px;
height: 28px
}
.skinImgBtnM span, .skinImgBtnS span {
display: inline-block;
_background-image: none!important;
background-repeat: no-repeat;
vertical-align: middle;
cursor: pointer;
overflow: hidden
}
.skinImgBtnM span {
height: 35px;
line-height: 35px
}
.skinImgBtnS span {
height: 28px;
line-height: 28px;
_padding: 0!important
}
.amemberBtn span, .readerBtn span {
padding-left: 20px;
background-position: 0 7px
}
.amemberBtn span {
background-position: 0 -93px
}
.messageBtn span, .presentBtn span {
padding-left: 20px;
background-position: 0 -192px
}
.presentBtn span {
background-position: 0 -399px;
letter-spacing: -.1em
}
.presentBtn2 span {
padding-left: 16px;
background-position: 0 -294px
}
.blogTopBtn span {
padding-left: 20px;
background-position: 0 -499px
}
.articleListBtn span {
padding-left: 20px;
background-position: 0 -599px
}
.imageListBtn span {
padding-left: 20px;
background-position: 0 -699px
}
.userProfileImage {
padding: 1px;
border: 1px solid #ccc;
text-align: center;
background: #fff
}
.userProfileImage a {
display: block;
width: 100%;
height: 100%
}
.userProfileImage img {
vertical-align: bottom
}
.skinArticleHeader h1, .skinDescriptionArea, .skinTitleArea {
margin: 0;
padding: 0;
font-size: 1em;
font-weight: 400
}
.skinMessageBoard {
margin-bottom: 16px
}
.skinMessageBoard3 {
overflow: hidden
}
.pagingArea {
position: relative;
width: 410px;
min-height: 24px;
margin: 16px auto;
text-align: center
}
.pagingList, .pagingNext, .pagingPrev {
display: inline-block;
vertical-align: middle
}
.pagingList {
margin-top: 5px
}
.pagingNext, .pagingPrev {
position: absolute;
top: 0;
white-space: nowrap;
padding: 4px 14px 3px;
border-radius: 6px
}
.pagingPrev {
right: 240px
}
.pagingNext {
left: 240px
}
.listPagePaging .pagingPrev {
right: 260px
}
.listPagePaging .pagingNext {
left: 260px
}
.textPagingArea {
position: relative;
width: 400px;
min-height: 24px;
margin: 16px auto 0;
text-align: center
}
.textPagingNext, .textPagingPrev {
position: absolute;
top: 0;
display: inline-block;
vertical-align: middle
}
.textPagingPrev {
right: 220px
}
.textPagingNext {
left: 220px
}
.skinArticle {
margin-bottom: 30px
}
.skinArticle2, .skinArticle3 {
overflow: visible!important;
zoom: 1
}
.skinArticle2:after, .skinArticle3:after {
content: '.';
display: block;
clear: both;
height: 0;
visibility: hidden
}
.skinArticleHeader {
overflow: hidden;
zoom: 1
}
.skinArticleBody {
zoom: 1
}
.articleDetailArea {
padding: 10px 0
}
.articleName {
margin-left: 8px
}
.skinArticleBody .articleText img, .skinArticleBody img {
margin: 0 5px
}
.freespaceArea img[src*=char3], .skinArticleBody img[src*=char3], .skinMessageBoard img[src*=char3] {
vertical-align: text-bottom
}
.articleImageListArea ul, .articleThemeListArea li, .articleThemeListArea ul {
list-style-type: none;
margin: 0;
padding: 0
}
.articleThemeListArea {
margin: 36px 0 20px;
text-align: left;
overflow: hidden
}
.articleThemeListArea li {
padding-bottom: 10px;
zoom: 1
}
.articleThemeHeading {
font-weight: 700;
padding-bottom: 12px
}
.articleThemeListArea .themeListTtl {
display: block
}
.articleThemeListArea .themeListTime {
display: block;
float: left;
line-height: 1.6em;
font-size: .9em
}
.articleThemeListArea .themeListCommentCnt {
background: url(//stat100.ameba.jp/blog/img/ico/ico_theme_cmt.1.0.png) no-repeat 0 0;
display: block;
float: left;
height: 16px;
padding-left: 26px;
color: #999;
margin-left: 6px;
margin-right: 10px;
font-size: .9em
}
.articleThemeListArea .themeListIineCnt {
background: url(//stat100.ameba.jp/blog/img/ico/ico_theme_iine.1.0.png) no-repeat 0 0;
display: block;
float: left;
height: 16px;
padding-left: 20px;
color: #999;
margin-left: 5px;
font-size: .9em
}
.articleThemeListArea li.themeListMore {
padding-bottom: 0;
font-size: .9em
}
.articleImageListArea ul {
line-height: 1.2
}
.articleImageListArea li {
list-style-type: none;
margin: 0;
float: left;
width: 114px;
padding: 10px 14px 0 0;
font-size: .9em
}
.articleImageListArea {
margin: 30px 0 20px;
text-align: left;
overflow: hidden
}
.articleImageHeading {
font-weight: 700
}
.articleImageListLink {
font-size: .9em
}
img.articleImage {
display: block;
width: 110px;
height: 110px;
margin: 0 0 5px;
padding: 1px;
border: 1px solid #d4d4d4;
background: #fff;
text-align: center
}
.articleImageDate, .skinSubA .profileBtnArea li a {
display: block
}
.articleBtnArea {
clear: both;
zoom: 1;
margin: 40px 0 0
}
.articleBtnArea:before {
content: '.';
clear: both;
display: block;
visibility: hidden;
line-height: 1.2em
}
.articleBtnArea:after, .articleBtnSubArea:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
.articleBtnSubArea {
float: right;
height: 24px;
padding: 0;
position: relative;
zoom: 1
}
.iineBtnWrap {
float: left;
width: 175px
}
.articleCommentBtnArea, .articleReblogBtnArea {
float: left;
margin: 0 0 0 10px
}
.articleCommentBtn, .articleReblogBtn {
display: inline-block;
padding: 0 10px;
font-size: 10px;
border: 1px solid #ccc;
border-radius: 2px;
background-image: url(//stat100.ameba.jp/blog/img/btn/btn_basic_ss.1.0.png);
background-repeat: repeat-x;
background-color: #efefef;
background-position: 0 0;
vertical-align: middle;
min-height: 21px;
line-height: 21px
}
.articleCommentBtn, .articleCommentBtn:hover, .articleReblogBtn, .articleReblogBtn:hover {
text-decoration: none!important;
color: #333!important;
text-align: center
}
.articleCommentBtn:hover, .articleReblogBtn:hover {
background-image: url(//stat100.ameba.jp/blog/img/btn/btn_basic_ss_hover.1.0.png);
background-repeat: repeat-x;
background-position: 0 0
}
.articleExLinkArea:before {
content: '.';
clear: both;
display: block;
visibility: hidden;
line-height: 1.2em
}
.articleExLinkArea {
clear: both;
margin-top: 2px;
zoom: 1
}
.articleExLinkArea .articleExLinkSubArea {
float: right;
height: 20px;
margin: 0 0 10px;
*margin: 16px 0 10px;
padding: 0;
zoom: 1
}
.articleExLinkArea .articleExLinkSubArea a {
display: block;
float: left;
vertical-align: top
}
.articleExLinkArea .articleExLinkSubArea .hatebu-button {
display: block;
float: left
}
.articleExLinkArea .articleExLinkSubArea .tweetBtn {
margin: 0 12px
}
.entryFbShareButton {
float: left;
margin: 0;
width: auto;
z-index: 1900
}
.articleExLinkArea .articleExLinkSubArea:after, .articleExLinkArea:after, .articleTagListArea ul li:after {
content: '.';
clear: both;
display: block;
height: 0;
visibility: hidden
}
x:-moz-any-link, x:default {
width: 72px!important
}
.articleExLinkArea img {
vertical-align: bottom
}
.tweetBtn {
font: 11px/18px 'Helvetica Neue', Arial, sans-serif;
font-weight: 500;
position: relative;
height: 20px;
letter-spacing: -1px;
text-decoration: none!important;
white-space: nowrap;
cursor: pointer;
background-color: #1b95e0;
border-radius: 3px;
outline: none
}
.tweetBtn:active, .tweetBtn:focus, .tweetBtn:hover {
background-color: #0c7abf
}
.tweetBtn:active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .1)
}
.tweetBtn i {
position: absolute;
top: 2px;
left: 7px;
width: 16px;
height: 16px;
background: url(../img/sns/btn_share_twitter_ico.png) 0 0 no-repeat
}
.tweetBtn span {
display: inline-block;
*display: inline;
padding: 0 9px 0 24px;
color: #fff;
zoom: 1;
vertical-align: middle
}
.articleLinkArea {
margin: 14px 0 0;
text-align: right;
font-size: 10px
}
.articleLinkArea a {
margin: 0 3px 0 0
}
.iineEntryCnt {
cursor: pointer;
margin: 0 0 0 3px
}
.iineEntryCnt:hover {
text-decoration: underline
}
.commentArea h1, .commentArea li, .commentArea ul, .footerNav, .footerNav li, .reblogArea h1, .reblogArea li, .reblogArea ul, .trackbackArea h1, .trackbackArea li, .trackbackArea ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none
}
.footerNav {
display: block!important;
position: fixed;
right: 15px;
bottom: 15px;
width: 46px;
overflow: hidden
}
.footerNav a, .footerNav span {
display: block;
height: 40px;
width: 46px;
background-image: url(//stat100.ameba.jp/common_style/img/skin/orgn_parts/footer_nav/footer_nav_newbg.png);
background-repeat: no-repeat;
overflow: hidden;
text-align: center;
text-decoration: none
}
.footPt8 {
padding-top: 8px
}
.footPt15 {
padding-top: 15px
}
.footPt23 {
padding-top: 23px
}
.footerNav a {
color: #363636!important
}
.footerNav a:focus, .footerNav a:hover {
color: #acacac!important
}
.footerNav span, .inactive a {
color: #acacac!important
}
.footerNavNext {
background-position: 0 0;
font-size: 10px!important
}
.footerNavNext:focus, .footerNavNext:hover {
background-position: -46px 0
}
.inactive .footerNavNext {
background-position: -92px 0
}
.footerNavPrev {
background-position: 0 -40px;
font-size: 10px!important
}
.footerNavPrev:focus, .footerNavPrev:hover {
background-position: -46px -40px
}
.inactive .footerNavPrev {
background-position: -92px -40px
}
.footerNavlist {
background-position: 0 -80px;
font-size: 10px!important
}
.footerNavlist:focus, .footerNavlist:hover {
background-position: -46px -80px
}
.inactive .footerNavlist {
background-position: -92px -40px
}
.footerNavTop {
background-position: 0 -120px;
font-size: 10px!important;
height: 41px!important
}
.footerNavTop:focus, .footerNavTop:hover {
background-position: -46px -120px
}
.commentArea {
margin-top: 46px;
padding: 12px 14px;
border-width: 1px;
border-style: solid
}
.commentArea, .commentList li, .commentTitleArea {
overflow: hidden;
zoom: 1
}
.commentTitle {
font-size: 1em
}
.commentOpenArea {
float: right
}
.blogComment {
padding: 10px 14px;
overflow: hidden;
zoom: 1
}
.commentBody, .commentHeader {
padding-bottom: 6px
}
.commentAuthor {
margin-right: 10px
}
.commentReply {
float: right
}
.commentBtnArea, .trackbackBtnArea {
padding: 14px 0;
text-align: center
}
.commentBtn, .trackbackBtn {
width: 200px
}
.trackbackArea {
margin-top: 46px;
padding: 10px 14px;
border-width: 1px;
border-style: solid
}
.trackbackTitleArea {
overflow: hidden
}
.trackbackTitle {
font-size: 1em
}
.trackbackList li {
padding: 10px 8px;
overflow: hidden
}
.trackbackBody, .trackbackHeader {
padding-bottom: 6px
}
.trackbackURLArea {
padding-bottom: 10px;
text-align: center
}
.trackbackURLTitle {
display: inline-block;
padding: 1px 6px 0 0;
line-height: 22px;
vertical-align: middle
}
.trackbackURL {
_height: 12px;
width: 260px;
padding: 4px;
border: 1px solid #999;
background: #e1e1e1;
color: #666;
font-size: .855em;
vertical-align: middle;
overflow: hidden
}
.reblogArea {
margin-top: 46px;
padding: 12px 14px;
border-width: 1px;
border-style: solid
}
.reblogArea, .reblogTitleArea {
overflow: hidden;
zoom: 1
}
.reblogTitle {
font-size: 1em;
margin-bottom: 6px
}
.reblogListItemInner {
padding: 10px 14px;
overflow: hidden;
zoom: 1
}
.reblogText {
margin-bottom: 6px
}
.reblogDate, .reblogUser {
display: inline-block
}
.reblogUser {
margin-right: 10px
}
.reblogMoreLink {
cursor: pointer
}
#viewSwitcher a:hover, .reblogMoreLink:hover {
text-decoration: underline
}
.skinSubArea li, .skinSubArea ul {
margin: 0;
padding: 0;
list-style-type: none;
overflow: hidden
}
#viewSwitcher li em, .listPageArea em, .skinSubArea em, .themeListTitle em {
font-style: normal;
font-weight: 700
}
.skinMenu {
margin-bottom: 10px;
overflow: hidden;
zoom: 1
}
.listLink {
padding-top: 6px;
text-align: right
}
.menuSelectArea {
text-align: center
}
.menuSelectArea select {
width: 99%
}
.designSelectBtnArea {
text-align: center;
margin-bottom: 15px
}
.readerHeader {
padding-bottom: 7px
}
.readerRequestArea {
margin-top: 10px;
text-align: center
}
.readerRequestBtnArea {
margin-bottom: 6px
}
.readerRequestDescription {
font-size: .855em
}
.registBtnArea {
margin-bottom: 13px;
text-align: center
}
.skinSubA .registArea .subAdList, .skinSubA .rss {
width: 260px;
margin: 0 auto
}
.rss {
margin: 10px 0;
padding: 6px 0;
text-align: left
}
.rssBtn {
padding: 6px 0 6px 20px;
background: url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/basic_icons/basic_icons.png) no-repeat 3px -46px;
vertical-align: middle
}
.rssDescription {
font-size: .855em
}
.subModule {
margin: 20px 0
}
.skinSubA .userProfileImageArea {
float: left;
width: 94px;
height: 94px
}
.skinSubA .userProfileImage {
width: 90px;
height: 90px
}
.skinSubB .userProfileImageArea {
width: 140px;
height: 140px;
margin-bottom: 3px
}
.skinSubB .userProfileImage {
width: 136px;
height: 136px
}
.skinSubA .profileUserNicknameArea {
float: left;
width: 150px;
padding-left: 10px
}
.profileUserNickname {
padding-bottom: 4px
}
.calendarMenu td, .calendarMenu th, .skinSubB .profileUserNicknameArea {
text-align: center
}
.profileUserPages {
font-size: .94em
}
.profileDetailArea {
clear: both;
padding: 10px 0;
font-size: .94em
}
.profileRanking {
padding: 10px 0 20px
}
.profileRanking .rankingTitle {
margin-bottom: 2px
}
.profileRanking dl {
clear: both;
margin: 0;
overflow: hidden
}
.profileRanking dt {
float: left;
font-size: 11px;
padding-top: 2px
}
.profileRanking dd {
float: right;
font-size: 10px
}
#footer_ad .adcross_container ul>li>a, .profileRanking .rank {
font-size: 14px
}
.freeText {
overflow: hidden
}
.freeTextLink {
float: right
}
.profileBtnArea {
clear: both
}
.profileBtnArea li {
display: inline;
overflow: visible
}
.profileBtnArea .skinImgBtnS {
margin-bottom: 3px
}
.skinSubA .profileBtnArea li {
float: left
}
.skinSubA .profileBtnArea li .messageBtn, .skinSubA .profileBtnArea li .readerBtn {
margin-right: 4px
}
.skinSubB .profileBtnArea {
margin-left: 6px;
text-align: left
}
.ad_frame div, .calendarMenu table {
margin: 0 auto
}
.skinSubA .calendarMenu table {
width: 220px
}
.skinSubB .calendarMenu table {
width: 140px
}
.calendarMenu caption {
padding-bottom: 6px;
font-weight: 700
}
.calendarMenu .pre {
margin-right: 20px;
font-weight: 400
}
.calendarMenu .next {
margin-left: 20px;
font-weight: 400
}
.calendarMenu th {
font-weight: 400
}
.skinSubA .calendarMenu td {
font-size: 1.17em
}
.rankListArea, .rankingMenu dd {
margin: 0;
padding: 0;
overflow: hidden;
zoom: 1
}
.rankingDetailHrArea {
padding: 6px 0
}
.rankTitle {
margin: 0 0 6px;
padding: 0;
overflow: hidden;
zoom: 1
}
.rankSubTitle {
font-size: .855em
}
.rankDown, .rankNumber, .rankStay, .rankSubTitle, .rankUnit, .rankUp {
display: inline-block;
vertical-align: middle
}
.rankDown, .rankStay, .rankUnit, .rankUp {
font-size: .855em
}
.rankSubTitle {
float: left;
min-width: 35%;
padding-top: 3px
}
.rankSubDetail {
float: right;
padding: 0 4px 0 10px;
white-space: nowrap;
text-align: left
}
.skinSubA .rankSubDetail {
padding-right: 60px
}
.rankNumber {
font-size: 1.17em
}
.rankDown, .rankStay, .rankUp {
font-weight: 700
}
.blogSearchForm {
position: relative;
margin: 20px 0
}
.skinSubA .blogSearchForm {
width: 300px
}
.skinSubB .blogSearchForm {
width: 180px
}
.blogSearchInput {
padding: 8px 25px 8px 6px;
border: 1px solid #ccc;
background: #fff;
line-height: 1.1em;
color: #333
}
.skinSubA .blogSearchInput {
width: 267px
}
.skinSubB .blogSearchInput {
width: 147px
}
.blogSearchBtn {
display: block;
position: absolute;
top: 1px;
right: 1px;
width: 24px;
height: 30px;
background: url(//stat100.ameba.jp/common_style/img/skin/cmn/icons/basic_icons/basic_icons.png) no-repeat 2px 8px;
overflow: hidden;
text-indent: -8000em;
vertical-align: middle;
cursor: pointer
}
.listPageArea h1, .listPageArea h2, .listPageArea li, .listPageArea ul {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
font-size: 1em;
font-weight: 400
}
.skinBorderHr, .skinBorderList li {
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom-width: 1px;
border-bottom-style: dotted
}
.listPageTitleArea {
padding-bottom: 7px!important;
overflow: hidden;
zoom: 1
}
.listPageDescription {
margin-top: 1px;
font-size: .855em
}
.listPageTitle {
font-size: 1em;
font-weight: 700
}
.tabArea h1 {
display: inline;
font-weight: 700
}
.tab {
display: inline-block;
min-width: 130px;
max-width: 140px;
margin-bottom: 1px;
padding: 6px 5px 4px;
border-width: 1px;
border-style: solid;
border-bottom-width: 0!important;
text-align: center;
font-size: 1.17em;
border-top-right-radius: 6px;
border-top-left-radius: 6px
}
.currentTab {
margin-bottom: 0;
padding-bottom: 5px;
font-weight: 700
}
.listContentsArea {
padding: 12px 12px 20px;
border-width: 1px;
border-style: solid;
overflow: hidden;
zoom: 1
}
.tabList .listContentsArea {
margin-top: -1px;
padding: 12px 12px 20px
}
.contentsList li {
padding-left: 4px;
padding-right: 4px;
overflow: hidden;
zoom: 1
}
.entryListSortArea {
padding-bottom: 6px;
text-align: right
}
.contentDetailArea, .contentTitleArea {
float: left;
width: 50%;
overflow: hidden
}
.contentDetailArea {
float: right;
text-align: right;
font-size: .855em
}
.contentTime {
margin-bottom: 3px
}
.contentTrackback {
margin-left: 10px
}
.archiveYearArea {
margin-bottom: 4px;
font-size: 1.17em
}
.archiveMonthArea, .themeListArea {
margin-bottom: 20px;
padding: 6px 6px 3px 16px;
overflow: hidden;
zoom: 1
}
.archiveMonthList li, .themeList li {
float: left;
width: 16%;
height: 1.5em;
overflow: hidden
}
.themeListArea {
padding: 14px 4px 8px 14px
}
.themeList li {
width: 48%;
height: 1.8em
}
.themeListTitleArea {
padding: 6px 0;
overflow: hidden;
zoom: 1
}
.themeListTitle {
float: left
}
.themeListSortArea {
float: right
}
#viewSwitcher, .amemberEntry {
padding: 10px 0;
text-align: center
}
.amemberEntry .amemberEntryBtn {
margin: 0;
padding-top: 4px
}
.amemberEntry .amemberEntryTxt {
margin: 0;
padding: 5px 0;
font-size: .8em
}
.amemberEntry .amemberEntryReq {
display: inline;
margin: 0;
padding: 5px 0;
font-size: 12px
}
.AmNwMdl {
width: 90%;
max-width: 500px;
margin: 0 auto 19px;
padding: 10px
}
.AmNwMdl img {
margin: 0 2px 0 0!important;
vertical-align: middle
}
.AmNwMdl .AmNwD {
padding: 0 0 0 5px
}
.AmNwMdl .AmNwH, .AmNwMdl .AmNwL {
background: url(//stat100.ameba.jp/blog/ucs/img/ameba/icon_line.gif) repeat-x 0 100%
}
.AmNwMdl .AmNwH {
font-weight: 700;
font-size: 1.33em;
padding: 0 0 0 5px
}
.AmNwMdl .AmNwL {
zoom: 1;
margin-bottom: 1em;
padding: 0 5px;
line-height: 1.2
}
.AmNwMdl .AmNwL div {
padding: 2px 0 0;
font-size: .855em
}
.nowQuote, .nowQuote img, .nowQuote p, .nowQuote span {
padding: 0!important;
background: 0 0!important;
border: 0!important
}
.nowQuote {
padding-bottom: 18px!important;
overflow: hidden;
word-break: break-all;
margin: 0 0 3px!important
}
.nowQuote img, .nowQuote p, .nowQuote span {
margin: 0!important
}
.nowQuote, .nowQuote a, .nowQuote p {
background-image: url(//stat100.ameba.jp/common_style/img/skin/orgn_parts/now_quote/now_quote_bg.png)!important;
_background-image: url(//stat100.ameba.jp/common_style/img/skin/orgn_parts/now_quote/now_quote_bg_png8.png)!important
}
.nowQuote a {
margin: 0!important;
background: 0 0!important;
border: 0!important;
padding: 0 5px 0 7px!important;
text-decoration: none!important;
zoom: 1
}
.nowQuote p {
padding-top: 9px!important;
text-align: left!important;
line-height: 1.4!important
}
.skinSubA .nowQuote, .skinSubA .nowQuote p, .skinSubB .nowQuote, .skinSubB .nowQuote p {
width: 260px!important;
background-position: 0 100%!important;
background-repeat: no-repeat!important
}
.skinSubB .nowQuote {
width: 140px!important;
background-position: -780px 100%!important
}
.skinSubA .nowQuote p, .skinSubB .nowQuote p {
background-position: -520px 0!important
}
.skinSubB .nowQuote p {
width: 140px!important;
background-position: -1060px 0!important
}
.skinSubA .nowQuote a, .skinSubB .nowQuote a {
width: 248px!important;
background-position: -260px 0!important;
background-repeat: repeat-y!important
}
.skinSubB .nowQuote a {
width: 128px!important;
background-position: -920px 0!important
}
.nowQuote a:hover {
text-decoration: none!important;
color: #80ccff!important
}
.nowQuote a, .nowQuoteDetail, .nowQuoteText {
display: block!important;
overflow: hidden
}
.nowQuoteText {
padding-bottom: 4px!important;
color: #333!important;
font-size: 12px!important
}
.skinSubA .nowQuoteText {
width: 248px!important
}
.skinSubB .nowQuoteText {
width: 128px!important
}
a:hover .nowQuoteText {
color: #aaa!important
}
.nowQuoteText img {
vertical-align: text-bottom!important
}
.nowQuoteDetail {
zoom: 1;
text-align: right!important;
line-height: 1.1!important
}
.skinSubA .nowQuoteDetail {
width: 240px!important;
padding-top: 3px!important
}
.skinSubB .nowQuoteDetail {
width: 128px!important
}
.nowQuoteTime {
float: left!important;
color: #ccc!important;
font-size: 10px!important
}
a:hover .nowQuoteTime {
color: #e7e7e7!important
}
.nowQuoteLink {
float: right;
color: #09f!important;
font-size: 10px!important;
white-space: nowrap
}
a:hover .nowQuoteLink {
color: #80ccff!important
}
#viewSwitcher {
padding: 10px 0 40px;
color: #333;
background: #fff
}
#viewSwitcher a {
color: #06c;
text-decoration: none
}
#viewSwitcher a:hover {
color: #f36
}
#viewSwitcher a:active {
color: #f36
}
#viewSwitcher a:visited {
color: #969
}
#viewSwitcher dd, #viewSwitcher dt, #viewSwitcher ul {
display: inline;
margin: 0;
padding: 0
}
#viewSwitcher li {
display: inline;
margin: 0 5px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #333
}
#viewSwitcher dt:after {
content: ":"
}
#viewSwitcher li em {
color: #333
}
#viewSwitcher li:last-child {
border-right: none
}
.mb_deco {
margin: 0 auto;
width: 240px
}
.ad2 {
text-align: center
}
.headerBnr {
margin: 0 auto;
padding-top: 7px
}
.subAdBannerArea {
margin: 10px 0 0
}
.skinSubAdBannerArea {
margin: 10px 0
}
.subAdBannerHeader span {
display: inline-block;
margin-bottom: 2px;
padding: 0 3px;
background-color: #fff!important;
background-color: rgba(255, 255, 255, .5)!important;
color: #333!important;
line-height: 1.1;
font-size: .855em;
vertical-align: middle
}
.gifAd .ad_frame div {
width: auto!important;
height: auto!important
}
.gifAd .ad_frame div table {
width: 210px!important;
margin-bottom: 10px;
background: 0 0!important
}
.gifAd .ad_frame div td img {
margin-right: 6px
}
.subAdList li {
margin: 4px 0;
font-size: .855em
}
#footer_ad, #footer_ad_officlal {
text-align: center;
margin: 20px auto 10px
}
#footer_ad ul, #footer_ad_officlal ul {
padding: 0;
list-style-type: none
}
#footer_ad_officlal ul {
margin: 0
}
#footer_ad ul li, #footer_ad_officlal li {
margin-bottom: 10px
}
#footer_ad li div li {
float: left;
width: 17.5em;
text-align: left
}
#footer_ad ul, #gadFooter {
width: 39em;
margin: 0 auto;
overflow: hidden
}
#footer_ad .adcross_container ul {
width: 37em;
list-style: circle;
padding-left: 16px
}
#footer_ad .adcross_container ul>li {
font-size: 12px;
margin-right: 12px
}
#gadFooter {
padding: 10px 0;
text-align: left;
height: 100%;
width: 340px
}
.gadTitle_footer {
font-size: 1em
}
.gadDisplayURL_footer {
font-size: .85em;
padding-left: 8px
}
.gadDescription_footer {
font-size: .85em;
display: block;
padding: 6px 0;
line-height: 1.1
}
.hideAdsArrow {
padding: 6px 5px 6px 20px;
overflow: hidden;
cursor: pointer
}
#gadLogo_footer, .gadLogo_footer {
padding: 0 5px 0 20px;
margin-top: 10px;
text-align: right;
font-size: .85em
}
.blockGeneral, .blockTarent {
margin-top: 30px;
padding: 5px;
overflow: hidden;
background: 0 0
}
.blockhoverGeneral, .blockhoverTarent {
margin-top: 30px;
padding: 5px;
overflow: hidden;
background: #ffc;
color: #666
}
.blockhoverGeneral a, .blockhoverTarent a {
color: #06c;
text-decoration: underline
}
.blockhoverGeneral a:hover, .blockhoverTarent a:hover {
text-decoration: underline
}
.gadTitle_s {
font-size: 1.2em
}
.gadDisplayURL {
display: block;
text-align: right
}
.gadDescription {
display: block;
padding: 6px 0;
line-height: 1.5
}
#jsonParser {
height: 0
}
.corpBnrArea {
margin-top: 10px
}
.category-alliance-wrapper {
margin: 20px auto 10px;
text-align: center;
background-color: #fff;
min-width: 378px;
max-width: 468px
}
.category-alliance-inner {
position: relative;
display: block;
margin: 10px auto 15px;
padding: 5px 14px 0;
width: auto;
background-color: #fff;
border: 1px solid #ccc
}
.category-alliance-image-ad-text {
position: absolute;
left: 11px;
top: 3px;
width: 20px;
color: #777;
font-size: 10px
}
.category-alliance-image-ad>div>div {
border-style: none!important;
margin-bottom: 0!important;
overflow: hidden
}
.category-alliance-image-ad-anchor {
padding: 20px 0 10px
}
.category-alliance-image-ad-title {
margin: 0 0 3px 7px;
font-size: 14px;
line-height: 1.2;
word-break: break-all;
color: #06c
}
.category-alliance-image-ad-description, .category-alliance-image-ad-url {
margin: 0 0 5px 7px;
font-size: 12px;
line-height: 1.2;
word-break: break-all;
color: #333
}
.category-alliance-image-ad-url {
margin: 0 0 0 7px;
color: #999
}
.category-alliance-bannertext {
text-align: left
}
.category-alliance-bannertext .adcross_image {
display: table;
float: left
}
.category-alliance-bannertext .adcross_link {
position: relative;
*zoom: 1;
display: table-cell;
padding: 20px 0 10px
}
.category-alliance-bannertext .adcross_section {
vertical-align: middle;
display: table-cell;
width: 362px
}
.category-alliance-bannertext .adcross_title {
margin: 0 0 3px 7px;
font-size: 12px;
line-height: 1.4;
word-break: break-all;
color: #06c;
height: 16px;
overflow: hidden
}
.category-alliance-bannertext .adcross_text {
margin: 0 0 5px 7px;
font-size: 11px;
line-height: 1.4;
word-break: break-all;
color: #333;
height: 14px
}
.centerTextLink {
padding: 10px 0;
margin-bottom: 20px;
border-width: 1px;
border-style: solid;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
text-align: center
}
.centerTextLink table {
background-color: transparent!important;
margin: 0 auto
}
.centerTextLink>a {
padding: 2px 0 2px 20px;
background: url(//stat100.ameba.jp/mypg/img/common/icon_common.png) no-repeat 1px -419px
}
.centerTextBnr {
text-align: center;
margin-bottom: 10px
}
.centerTextLink.skinBlock .ad_frame {
display: block!important
}
.skinArticleBody .gpt-frame {
margin: 0 auto 40px!important
}
.skinArticleBody .subAdBannerHeader {
width: 300px;
margin: 40px auto 0;
clear: both
}
.sideSafety {
height: 70px;
text-align: center;
margin-top: 10px
}
.sideAdpr {
height: 57px;
text-align: center;
margin: 10px 0
}
.articleText {
overflow: hidden;
padding-bottom: 36px;
font-size: 14px;
line-height: 1.5
}
.articleText h2 {
font-size: 1.96em;
margin: .83em 0
}
.articleText h3 {
font-size: 1.4em;
margin: 1em 0
}
.articleText h4 {
font-size: 1em;
margin: 1.33em 0
}
.articleText li[style*='text-align: center'], .articleText li[style*='text-align: right'] {
list-style-position: inside
}
.articleText blockquote {
border-left: 1px solid;
padding: 0 0 0 1em;
margin: 1em 40px 1em 25px
}
.articleText img[src*="emoji.ameba.jp"], .articleText img[src*=char2], .articleText img[src*=char3] {
margin: 0
}
.articleText iframe[data-entry-id] {
width: 100%;
height: 234px
}
.skinArticleFooter {
margin-left: 0!important;
margin-right: 0!important;
padding-left: 0!important;
padding-right: 0!important
}
.safetyManagement {
margin: 16px 0 0;
text-align: center
}
.safetyManagement .safetyManagementInner {
display: inline;
zoom: 1
}
.safetyManagement .officialAmebaAdpr, .safetyManagement .officialAmebaSafety {
display: inline;
font-size: 0;
line-height: 0
}
.safetyManagement .officialAmebaAdpr img, .safetyManagement .officialAmebaSafety img {
vertical-align: top
}
.safetyManagement .officialAmebaAdpr img {
width: 183px!important
}
.officialAmebaSafety {
line-height: 54px
}
.skinSubA .officialBloggerRibbon, .skinSubA .topBloggerRibbon, .skinSubB .topBloggerRibbon {
margin: 0 0 10px
}
.officialBloggerRibbon img {
vertical-align: middle
}
.topBloggerRibbon img {
vertical-align: middle;
max-width: 100%;
height: auto
}
.entryPaging .pagingNext, .entryPaging .pagingPrev {
padding: 0 14px
}
.entryPaging .pagingList {
margin: 0;
vertical-align: baseline
}
.footTextlinkAme {
padding-top: 30px;
text-align: center
}
.listImagetop {
display: inline-block;
width: 22px;
height: 0;
padding: 18px 0 0;
background: url(//stat100.ameba.jp/common_style/img/common/icon/myphoto1.gif) no-repeat;
vertical-align: middle
}
#commentListMoreLink {
padding: 8px 0;
background-color: #f9f9f9;
text-align: center
}
#commentListMoreLink a {
color: #333;
padding-right: 12px;
background: url(//stat100.ameba.jp/blog/img/ico/ico_more_btm_arrow.1.0.png) no-repeat center right
}
.readerLeadModOuter {
text-align: center
}
.readerLeadMod {
margin: 20px auto;
width: 370px;
text-align: left;
overflow: hidden;
background-color: #fff
}
.readerLeadMod .readerLeadModInner {
padding: 10px;
border: 1px solid #f0f0f0
}
.readerLeadMod #readerLeadModImg {
float: left;
width: 60px;
height: 60px
}
.readerLeadMod .readerLeadModCnt {
padding: 0;
margin: 0 0 0 78px;
position: relative;
min-height: 60px;
height: auto!important
}
.readerLeadMod .readerLeadModCnt dl {
margin: 0;
padding: 0 0 27px
}
.readerLeadMod .readerLeadModCnt dl dt {
padding: 0;
margin: 0 0 5px;
line-height: 1.2
}
.readerLeadMod .readerLeadModCnt dl dd {
margin: 0;
padding: 0;
color: #999;
font-size: 10px!important;
font-family: "hiragino kaku gothic pro", meiryo, "ms pgothic", "arial", sans-serif
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn {
height: 24px;
margin: 0;
position: absolute;
bottom: 0;
left: 0
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn a {
font-size: 11px!important;
padding: 0 12px 0 31px;
display: inline-block;
color: #666;
text-align: center;
text-decoration: none;
line-height: 22px;
height: 22px;
overflow: hidden;
border: 1px solid #ccc;
background-color: #fbfbfb;
border-radius: 2px;
background-position: 0 0;
cursor: pointer
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn a:hover {
background-color: #f0f0f0
}
.readerLeadMod .readerLeadModCnt dl .readerLeadModRegistBtn a i {
position: absolute;
top: 6px;
left: 12px;
display: block;
width: 14px;
height: 11px;
background-image: url(//stat100.ameba.jp/blog/img/user/ico_readerLead.1.000.png);
background-repeat: no-repeat
}
.oneNoteBtnArea {
text-align: right;
margin-top: 7px
}
.oneNoteBtnArea img {
cursor: pointer
}
.articleTagListArea {
margin: 40px 0 20px;
text-align: left;
overflow: hidden
}
.articleTagListArea .articleTagListHeading {
font-weight: 700;
margin-bottom: 14px
}
.articleTagListArea ul {
padding: 0;
margin: 0;
overflow: hidden
}
.articleTagListArea ul li {
display: block;
float: left;
overflow: hidden;
margin-left: 18px
}
.articleTagListArea ul li a {
padding-left: 18px;
border-left: solid 1px #aaa
}
.articleTagListArea ul li:first-child {
margin-left: 0
}
.articleTagListArea ul li:first-child a {
border-left: none;
padding-left: 0
}
#js-rankingCheckerGen .rnk-wrap {
font-size: 12px;
min-width: 378px;
max-width: 468px;
margin: 0 auto 12px;
border: 1px solid #ccc;
background: #fff
}
#js-rankingCheckerGen .rnk-title-area {
position: relative;
padding: 6px 0;
margin-bottom: 17px;
text-align: center;
border-bottom: 1px solid #ccc
}
#js-rankingCheckerGen .rnk-title {
display: inline-block;
margin: 0;
width: 174px;
height: 16px;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png);
background-position: 0 0;
text-indent: -9999px
}
#js-rankingCheckerGen .rnk-inner {
padding: 0 14px 9px
}
#js-rankingCheckerGen .rnk-inner li, #js-rankingCheckerGen .rnk-inner ul {
margin: 0;
padding: 0;
list-style: none
}
#js-rankingCheckerGen .rank-tab {
position: relative;
width: 100%;
height: 22px;
border-bottom: 1px solid #ccc
}
#js-rankingCheckerGen .tab-ul {
overflow: hidden
}
#js-rankingCheckerGen .tab-ul .li-item {
float: left;
width: 33%;
text-align: center;
cursor: pointer
}
#js-rankingCheckerGen .tab-ul .li-item a {
color: #999;
text-decoration: none
}
#js-rankingCheckerGen .li-txt {
line-height: 22px
}
#js-rankingCheckerGen .li-txt span {
padding: 0 10px 2px
}
#js-rankingCheckerGen .li-item.current a {
color: #4dac26;
font-weight: 700
}
#js-rankingCheckerGen .li-item.current a .li-txt span {
border-bottom: 3px solid #4dac26
}
#js-rankingCheckerGen .rnk-ul {
height: 157px;
overflow: hidden
}
#js-rankingCheckerGen .rnk-ul:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: "."
}
#js-rankingCheckerGen .rnk-ul .li-item {
padding: 22px 0 0;
float: left;
width: 25%;
text-align: center
}
#js-rankingCheckerGen .rnk-thumb {
position: relative;
margin: 0 auto;
display: block;
width: 84px
}
#js-rankingCheckerGen .rnk-thumb a, #js-rankingCheckerGen .rnk-thumb img {
display: block
}
#js-rankingCheckerGen .rnk-ico-1, #js-rankingCheckerGen .rnk-ico-2, #js-rankingCheckerGen .rnk-ico-3, #js-rankingCheckerGen .rnk-ico-4, #js-rankingCheckerGen .rnk-ico-mvb {
position: absolute;
left: -5px;
top: -8px;
display: block;
width: 32px;
height: 32px;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png)
}
#js-rankingCheckerGen .rnk-ico-mvb {
background-position: 0 -158px
}
#js-rankingCheckerGen .rnk-ico-1 {
background-position: 0 -30px
}
#js-rankingCheckerGen .rnk-ico-2 {
background-position: 0 -62px
}
#js-rankingCheckerGen .rnk-ico-3 {
background-position: 0 -94px
}
#js-rankingCheckerGen .rnk-ico-4 {
background-position: 0 -126px
}
#js-rankingCheckerGen .rnk-mvb {
margin: 5px auto 0;
width: 60px;
height: 14px;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png);
background-position: 0 -193px
}
#js-rankingCheckerGen .rnk-name {
font-weight: 700;
font-size: 11px;
line-height: 25px
}
#js-rankingCheckerGen .rnk-name-mvb {
line-height: 20px
}
#js-rankingCheckerGen .rnk-name a {
text-decoration: none;
color: #06c!important
}
#js-rankingCheckerGen .rnk-more-link {
clear: both;
margin: 12px 0 0;
border-top: 1px solid #ccc;
text-align: right
}
#js-rankingCheckerGen .rnk-more-link a {
padding: 0 12px 0 0;
line-height: 22px;
color: #999;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/rankingCheckerGen.1.0.0.png);
background-position: right -19px;
font-size: 11px
}
#div-gpt-ad-1409116157675-0 {
position: absolute;
bottom: 0
}
.ow-navigation__outer {
position: relative;
border-bottom: 1px solid rgba(0, 0, 0, .1);
width: 100%
}
.ow-navigation__inner, .ow-navigation__more {
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: right;
margin-left: -20px;
width: 100%
}
.ow-navigation__more {
cursor: pointer;
margin-left: -60px;
padding-right: 20px;
top: -60px;
left: 100%;
text-align: center;
width: 80px
}
.ow-navigation, .ow-navigation__more, .ow-navigation__more>span {
display: block;
height: 50px;
position: relative
}
.ow-navigation__more>span {
top: 0;
width: 80px
}
.ow-navigation__more>span:after, .ow-navigation__more>span:before {
position: absolute;
left: 24px;
-webkit-transition: opacity .3s ease 0s;
transition: opacity .3s ease 0s
}
.ow-navigation--show_full .ow-navigation__more>span:after, .ow-navigation--show_full .ow-navigation__more>span:before {
opacity: 0
}
.ow-navigation__more>span:before {
top: 28px
}
.ow-navigation__more>span:after {
top: 38px
}
.ow-navigation__more>span>span, .ow-navigation__more>span>span:after>span {
display: inline-block
}
.ow-navigation__more>span>span:after, .ow-navigation__more>span>span:before {
position: absolute;
top: 33px;
left: 24px;
-webkit-transition: -webkit-transform .2s ease 0s;
transition: transform .2s ease 0s
}
.ow-navigation--show_full .ow-navigation__more>span>span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.ow-navigation--show_full .ow-navigation__more>span>span:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.ow-navigation__more:hover span {
border-color: inherit
}
.ow-navigation__more__icon:after, .ow-navigation__more__icon:before {
content: '';
display: block;
width: 13px;
height: 1px;
border-bottom-width: 1px;
border-bottom-style: solid
}
.ow-navigation {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
width: 100%;
max-width: 980px;
z-index: 2
}
.ow-navigation--show_full {
height: 100%
}
.ow-navigation:before {
content: "";
float: left;
height: 50px;
width: 20px
}
.ow-navigation-nav, .ow-navigation-nav__item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center
}
.ow-navigation-nav {
margin: 0;
padding: 0 40px 0 0;
width: 100%;
display: block
}
.ow-navigation-nav__item {
display: inline-block;
height: 49px;
line-height: 50px;
vertical-align: top;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.ow-navigation-nav__item>a {
font-size: 12px;
text-decoration: none;
display: inline-block;
padding: 0 20px;
-webkit-transition: background .2s ease 0s;
transition: background .2s ease 0s;
vertical-align: top
}
.owu-navigation-custom-font:link, .owu-navigation-custom-font:visited {
color: #666
}
.owu-navigation-custom-more:after, .owu-navigation-custom-more:before {
border-color: #666
}
.owu-navigation-custom-font:active, .owu-navigation-custom-font:focus, .owu-navigation-custom-font:hover, .owu-navigation__item--state_active {
color: #b2b2b2
}
.ow-navigation__more:hover .owu-navigation-custom-more:after, .ow-navigation__more:hover .owu-navigation-custom-more:before {
border-color: #b2b2b2
}
.owu-navigation-custom-bkcolor {
background-color: #fff
}
.d-n {
display: none!important
}
.imagePigg {
position: relative
}
.imagePigg__hover {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 15px;
background-color: #fff;
background-image: url(//stat100.ameba.jp/ameblo/pc/img/piggHover/pigg_hover.png);
background-repeat: no-repeat;
background-position: center
}
.ofcFbReader {
padding: 12px 20px 12px 12px;
width: 346px;
min-height: 78px;
margin: 20px auto;
border: 1px solid #f0f0f0;
background-color: #fff
}
.ofcFbReader--clearfix {
*zoom: 1
}
.ofcFbReader--clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0
}
.ofcFbReader__image {
float: left;
margin-right: 12px
}
.ofcFbReader__image img {
margin: 0!important
}
.ofcFbReader__contents {
overflow: hidden
}
.ofcFbReaderContents__list {
margin: 0;
padding: 0;
border: 0;
list-style-type: none;
font-size: 1em;
font-weight: 400
}
.ofcFbReaderContents__list>li {
float: left
}
.ofcFbReaderContents__title {
margin-bottom: 12px;
font-size: 13px;
color: #333
}
.ofcFbReaderContents__text {
margin-bottom: 8px;
font-size: 11px;
color: #666;
text-align: center
}
.ofcFbReader__register {
width: 100px;
padding-right: 16px
}
.ofcFbReader__follow {
width: 110px;
padding-left: 16px;
border-left: solid 1px #eee
}
.ofcFbReaderFollow__btn {
overflow: hidden
}
.ofcFbReaderFollow__btn .fb-like {
margin-top: 1px
}
.ofcFbReaderRegister__btn {
position: relative;
display: inline-block;
padding: 0 12px 0 31px;
height: 22px;
line-height: 22px;
font-size: 11px;
color: #666!important;
border-radius: 2px;
border: 1px solid #ccc;
background-color: #fbfbfb
}
.ofcFbReaderRegister__btn:hover {
background-color: #f0f0f0;
color: #666;
text-decoration: none
}
.ofcFbReaderRegister__btn i {
position: absolute;
display: block;
top: 6px;
left: 12px;
width: 14px;
height: 11px;
background-image: url(//stat100.ameba.jp/blog/img/user/ico_readerLead.1.000.png);
background-repeat: no-repeat
}
.hashtag-module {
margin-bottom: 48px
}
.hashtag-module__title {
margin-bottom: 12px
}
.hashtag-module-borderTop {
padding-top: 16px
}
.hashtag-module__item {
margin: 0 12px 0 0;
line-height: 2;
font-weight: 400!important
}
.hashtag-module__icon {
vertical-align: -.1em;
margin-right: 2px
}
.snsReaderModule {
border: 1px solid #ccc
}
.snsReaderModuleBlog {
margin: 16px 10px 10px 16px;
text-align: left
}
.snsReaderModuleBlog:after, .snsReaderModuleSns__body:after {
content: "";
display: table;
clear: both
}
.snsReaderModuleBlog__profileImg {
float: left;
margin-right: 16px;
width: 60px;
max-height: 60px
}
.snsReaderModuleBlog__profileImg .snsReaderModuleBlogProfileImgWrap, .snsReaderModuleBlog__profileImg .snsReaderModuleOfficialBlogProfileImgWrap {
display: block
}
.snsReaderModuleBlog__profileImg .snsReaderModuleBlogProfileImgWrap img {
margin: 0
}
.snsReaderModuleBlog__profileImg .snsReaderModuleOfficialBlogProfileImgWrap img {
width: 60px;
height: 60px;
border-radius: 36px;
margin: 0
}
.snsReaderModuleBlogRegistrationButton {
cursor: pointer;
position: relative;
display: inline-block;
border: 1px solid #ccc;
border-radius: 2px;
padding: 0 12px 0 31px;
height: 22px;
color: #666;
font-size: 11px;
text-align: center;
text-decoration: none;
line-height: 22px;
background-color: #fbfbfb
}
.snsReaderModuleBlogRegistrationButton:active, .snsReaderModuleBlogRegistrationButton:focus, .snsReaderModuleBlogRegistrationButton:hover, .snsReaderModuleBlogRegistrationButton:link, .snsReaderModuleBlogRegistrationButton:visited {
color: #666;
text-decoration: none
}
.snsReaderModuleBlogRegistrationButton:hover {
background-color: #ededed
}
.snsReaderModuleBlogRegistrationButton i {
position: absolute;
top: 5px;
left: 12px;
display: block;
width: 14px;
height: 12px;
background: url(//stat100.ameba.jp/blog/img/user/ico_readerLead.1.000.png) no-repeat 0 0
}
.snsReaderModuleBlogNickname {
margin-bottom: 5px;
font-size: 12px;
line-height: 14px
}
.snsReaderModuleBlogCopy {
margin-bottom: 8px;
font-size: 10px;
line-height: 1
}
.snsReaderModuleSns__heading {
position: relative;
margin: 0;
padding: 0;
font-size: 10px;
text-align: center
}
.snsReaderModuleSnsHeadingLine {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto;
width: 39%;
height: 1px;
border-top: 1px solid #ccc
}
.snsReaderModuleSnsHeadingLine--left {
left: 0
}
.snsReaderModuleSnsHeadingLine--right {
right: 0
}
.snsReaderModuleSns__body {
padding: 12px 0 16px
}
.snsReaderModuleSnsAccount {
text-align: center
}
.snsReaderModuleSnsAccount--single {
width: 100%
}
.snsReaderModuleSnsAccount--double {
float: left;
width: 49.8%
}
.snsReaderModuleSnsAccount--triple {
float: left;
width: 33.1%
}
.snsReaderModuleSnsAccount+.snsReaderModuleSnsAccount {
border-left: 1px solid #ccc
}
.snsReaderModuleSnsAccount__link {
display: inline-block;
margin: 0 auto;
padding-left: 32px;
font-size: 12px;
line-height: 24px;
background: no-repeat 0 0
}
.snsReaderModuleSnsAccount__link:link, .snsReaderModuleSnsAccount__link:visited {
text-decoration: none
}
.snsReaderModuleSnsAccount__link:active, .snsReaderModuleSnsAccount__link:focus, .snsReaderModuleSnsAccount__link:hover {
text-decoration: underline
}
.snsReaderModuleSnsAccount__link--uranus {
font-size: 14px
}
.snsReaderModuleSnsAccount__link--tw {
background-image: url(//stat100.ameba.jp/ameblo/pc/img/snsProfile/icon_tw.png)
}
.snsReaderModuleSnsAccount__link--fb {
background-image: url(//stat100.ameba.jp/ameblo/pc/img/snsProfile/icon_fb.png)
}
.snsReaderModuleSnsAccount__link--is {
background-image: url(//stat100.ameba.jp/ameblo/pc/img/snsProfile/icon_is.png)
}
.blogGenreEntryRankInfo:hover {
text-decoration: none
}
.blogGenreEntryRankInfo__block {
margin: 0 0 16px;
height: 32px;
font-size: 12px
}
.blogGenreEntryRankInfo__block:after {
content: "";
clear: both;
display: block;
height: 0
}
.blogGenreEntryRankInfo__icon {
font-size: 15px;
vertical-align: sub;
margin-right: 4px
}
.blogGenreEntryRankInfo__result, .blogGenreEntryRankInfo__title {
float: left
}
.blogGenreEntryRankInfo__title {
margin: 0 4px 0 0
}
.blogGenreEntryRankInfo__result {
margin: 0;
font-weight: 700
}
.blogGenreEntryRankInfo__result--hashtag:before {
content: '#'
}
.blogGenreEntryRankInfo__rank {
margin-left: 10px
}
.is-hidden {
display: none
} | 0.262936 | 0.076408 |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
body, html {
background: #202020;
height: 100%
}
.header {
height: 75px;
display: flex;
border: 1px solid white;
border-radius: 20px;
color: white;
font-size: 20px;
vertical-align: middle;
text-align: center;
justify-content: space-between;
}
header>div {
display: flex;
width: 33.3%;
align-items: center;
}
.end-bar{
justify-content: end;
}
.end-bar>div{
margin-right: 25px;
}
#history {
display: grid;
align-items: center;
justify-content: center;
border-top: 2px solid white;
margin-top: 20px;
height: 60%;
grid-template-columns: repeat(auto-fit, 300px);
}
#history>table {
margin-left: 20px;
margin-top: 20px;
border: 1px solid white;
border-radius: 20px;
}
.game-score__player {
margin: auto;
font-size: 35px;
font-weight: bold;
color: white;
width: 250px;
text-align: center;
}
.game-score__title {
color: white;
margin: 7px;
}
.show-history {
display: flex;
align-items: center;
justify-content: center;
height: 10px;
margin-top: 25px;
}
.game-score__content {
width: 350px;
font-size: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
border: 1px solid white;
border-radius: 20px;
}
.game-score {
display: flex;
align-items: center;
justify-content: center;
}
.game {
display: flex;
align-items: center;
justify-content: center;
height: 42%;
}
.show-history__buttons {
display: block;
margin: 0 auto;
border: 1px solid #000;
border-radius: 20px;
background-color: #fff;
padding: 10px 20px;
cursor: pointer;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s
}
.show-history__buttons:hover {
background-color: #ccc;
}
#game__board {
width: 270px;
height: 270px;
border-collapse: collapse;
-webkit-user-select: none;
/* Chrome all / Safari all */
-moz-user-select: none;
/* Firefox all */
-ms-user-select: none;
/* IE 10+ */
user-select: none;
}
td {
width: 30px;
height: 30px;
font-size: 22px;
text-align: center;
vertical-align: middle;
color: white;
border: 3px solid white;
}
td.x {
background-color: #abfdab;
color: black;
background-size: 5px;
}
td.o {
background-color: #f99;
color: black;
}
td:hover {
background-color: #ccc;
cursor: pointer;
}
tr td:first-child{
border-left-color: transparent;
}
tr td:last-child{
border-right-color: transparent;
}
tr:first-of-type td{
border-top-color: transparent;
}
tr:first-of-type td:nth-child(1) {
border-left-color: transparent;
}
tr:first-of-type td:last-of-type {
border-right-color: transparent;
}
tr:last-of-type td {
border-bottom-color: transparent;
}
tr:last-of-type td:nth-child(1) {
border-left-color: transparent;
border-bottom-color: transparent;
}
tr:last-of-type td:last-child {
border-right-color: transparent;
border-bottom-color: transparent;
}
.header__help__button {
border-bottom: 1px white inset;
cursor: pointer;
}
.help-block {
position: absolute;
width: 300px;
height: 200px;
background-color: #222;
top: 100px;
right: 1%;
border: 1px double white;
border-radius: 20px;
}
.help-block__paragraph {
color: white;
font-size: 20px;
font-family: 'Open Sans Condensed', sans-serif;
display: block;
padding: 0% 5%;
}
.choose-player__content {
display: flex;
justify-content: space-around;
padding-top: 15px;
}
.choose-player__title {
text-align: center;
color: white;
}
.choose-player__content__description {
display: inline-block;
color: white;
display: flex;
flex-direction: column;
}
.choose-player__content__description__text {
font-size: 25px;
text-align: center;
}
.fa:hover {
color: #ccc;
}
.fa {
margin: 0 auto;
cursor: pointer;
margin-bottom: 20px;
}
.header__help__button:hover {
color: #ccc;
/* Chrome all / Safari all */
-moz-user-select: none;
/* Firefox all */
-ms-user-select: none;
/* IE 10+ */
user-select: none;
}
.non-decor{
text-decoration: none;
color: white;
} | public/css/index.css | * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
}
body, html {
background: #202020;
height: 100%
}
.header {
height: 75px;
display: flex;
border: 1px solid white;
border-radius: 20px;
color: white;
font-size: 20px;
vertical-align: middle;
text-align: center;
justify-content: space-between;
}
header>div {
display: flex;
width: 33.3%;
align-items: center;
}
.end-bar{
justify-content: end;
}
.end-bar>div{
margin-right: 25px;
}
#history {
display: grid;
align-items: center;
justify-content: center;
border-top: 2px solid white;
margin-top: 20px;
height: 60%;
grid-template-columns: repeat(auto-fit, 300px);
}
#history>table {
margin-left: 20px;
margin-top: 20px;
border: 1px solid white;
border-radius: 20px;
}
.game-score__player {
margin: auto;
font-size: 35px;
font-weight: bold;
color: white;
width: 250px;
text-align: center;
}
.game-score__title {
color: white;
margin: 7px;
}
.show-history {
display: flex;
align-items: center;
justify-content: center;
height: 10px;
margin-top: 25px;
}
.game-score__content {
width: 350px;
font-size: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 20px;
border: 1px solid white;
border-radius: 20px;
}
.game-score {
display: flex;
align-items: center;
justify-content: center;
}
.game {
display: flex;
align-items: center;
justify-content: center;
height: 42%;
}
.show-history__buttons {
display: block;
margin: 0 auto;
border: 1px solid #000;
border-radius: 20px;
background-color: #fff;
padding: 10px 20px;
cursor: pointer;
-webkit-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s
}
.show-history__buttons:hover {
background-color: #ccc;
}
#game__board {
width: 270px;
height: 270px;
border-collapse: collapse;
-webkit-user-select: none;
/* Chrome all / Safari all */
-moz-user-select: none;
/* Firefox all */
-ms-user-select: none;
/* IE 10+ */
user-select: none;
}
td {
width: 30px;
height: 30px;
font-size: 22px;
text-align: center;
vertical-align: middle;
color: white;
border: 3px solid white;
}
td.x {
background-color: #abfdab;
color: black;
background-size: 5px;
}
td.o {
background-color: #f99;
color: black;
}
td:hover {
background-color: #ccc;
cursor: pointer;
}
tr td:first-child{
border-left-color: transparent;
}
tr td:last-child{
border-right-color: transparent;
}
tr:first-of-type td{
border-top-color: transparent;
}
tr:first-of-type td:nth-child(1) {
border-left-color: transparent;
}
tr:first-of-type td:last-of-type {
border-right-color: transparent;
}
tr:last-of-type td {
border-bottom-color: transparent;
}
tr:last-of-type td:nth-child(1) {
border-left-color: transparent;
border-bottom-color: transparent;
}
tr:last-of-type td:last-child {
border-right-color: transparent;
border-bottom-color: transparent;
}
.header__help__button {
border-bottom: 1px white inset;
cursor: pointer;
}
.help-block {
position: absolute;
width: 300px;
height: 200px;
background-color: #222;
top: 100px;
right: 1%;
border: 1px double white;
border-radius: 20px;
}
.help-block__paragraph {
color: white;
font-size: 20px;
font-family: 'Open Sans Condensed', sans-serif;
display: block;
padding: 0% 5%;
}
.choose-player__content {
display: flex;
justify-content: space-around;
padding-top: 15px;
}
.choose-player__title {
text-align: center;
color: white;
}
.choose-player__content__description {
display: inline-block;
color: white;
display: flex;
flex-direction: column;
}
.choose-player__content__description__text {
font-size: 25px;
text-align: center;
}
.fa:hover {
color: #ccc;
}
.fa {
margin: 0 auto;
cursor: pointer;
margin-bottom: 20px;
}
.header__help__button:hover {
color: #ccc;
/* Chrome all / Safari all */
-moz-user-select: none;
/* Firefox all */
-ms-user-select: none;
/* IE 10+ */
user-select: none;
}
.non-decor{
text-decoration: none;
color: white;
} | 0.277669 | 0.073032 |
body { color: #ccc }
.footer-widget p {
margin-bottom: 27px;
}
p {
font-family: 'Nunito', sans-serif;
font-size: 16px;
line-height: 28px;
}
.animate-border {
position: relative;
display: block;
width: 115px;
height: 3px;
background: #007bff; }
.animate-border:after {
position: absolute;
content: "";
width: 35px;
height: 3px;
left: 0;
bottom: 0;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
-webkit-animation: animborder 2s linear infinite;
animation: animborder 2s linear infinite; }
@-webkit-keyframes animborder {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
100% {
-webkit-transform: translateX(113px);
transform: translateX(113px); } }
@keyframes animborder {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
100% {
-webkit-transform: translateX(113px);
transform: translateX(113px); } }
.animate-border.border-white:after {
border-color: #fff; }
.animate-border.border-yellow:after {
border-color: #F5B02E; }
.animate-border.border-orange:after {
border-right-color: #007bff;
border-left-color: #007bff; }
.animate-border.border-ash:after {
border-right-color: #EEF0EF;
border-left-color: #EEF0EF; }
.animate-border.border-offwhite:after {
border-right-color: #F7F9F8;
border-left-color: #F7F9F8; }
/* Animated heading border */
@keyframes primary-short {
0% {
width: 15%; }
50% {
width: 90%; }
100% {
width: 10%; } }
@keyframes primary-long {
0% {
width: 80%; }
50% {
width: 0%; }
100% {
width: 80%; } }
.dk-footer {
margin-top: 75px;
padding: 75px 0 0;
background-color: #151414;
position: relative;
z-index: 2; }
.dk-footer .contact-us {
margin-top: 0;
margin-bottom: 30px;
padding-left: 80px; }
.dk-footer .contact-us .contact-info {
margin-left: 50px; }
.dk-footer .contact-us.contact-us-last {
margin-left: -80px; }
.dk-footer .contact-icon i {
font-size: 24px;
top: -15px;
position: relative;
color:#007bff; }
.dk-footer-box-info {
position: absolute;
top: -122px;
background: #202020;
padding: 40px;
z-index: 2; }
.dk-footer-box-info .footer-social-link h3 {
color: #fff;
font-size: 24px;
margin-bottom: 25px; }
.dk-footer-box-info .footer-social-link ul {
list-style-type: none;
padding: 0;
margin: 0; }
.dk-footer-box-info .footer-social-link li {
display: inline-block; }
.dk-footer-box-info .footer-social-link a i {
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
background: #000;
margin-right: 5px;
color: #fff; }
.dk-footer-box-info .footer-social-link a i.fa-facebook {
background-color: #3B5998; }
.dk-footer-box-info .footer-social-link a i.fa-twitter {
background-color: #55ACEE; }
.dk-footer-box-info .footer-social-link a i.fa-google-plus {
background-color: #DD4B39; }
.dk-footer-box-info .footer-social-link a i.fa-linkedin {
background-color: #0976B4; }
.dk-footer-box-info .footer-social-link a i.fa-instagram {
background-color: #B7242A; }
.footer-awarad {
margin-top: 285px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.footer-awarad p {
color: #fff;
font-size: 24px;
font-weight: 700;
margin-left: 20px;
padding-top: 15px; }
.footer-info-text {
margin: 26px 0 32px; }
.footer-left-widget {
padding-left: 80px; }
.footer-widget .section-heading {
margin-bottom: 35px; }
.footer-widget h3 {
font-size: 24px;
color: #fff;
position: relative;
margin-bottom: 15px;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content; }
.footer-widget ul {
width: 50%;
float: left;
list-style: none;
margin: 0;
padding: 0; }
.footer-widget li {
margin-bottom: 18px; }
.footer-widget p {
margin-bottom: 27px; }
.footer-widget a {
color: #878787;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.footer-widget a:hover {
color: #007bff; }
.footer-widget:after {
content: "";
display: block;
clear: both; }
.dk-footer-form {
position: relative; }
.dk-footer-form input[type=email] {
padding: 14px 28px;
border-radius: 50px;
background: #2E2E2E;
border: 1px solid #2E2E2E; }
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
color: #878787;
font-size: 14px; }
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
color: #878787;
font-size: 14px; }
.dk-footer-form button[type=submit] {
position: absolute;
top: 0;
right: 0;
padding: 12px 24px 12px 17px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border: 1px solid #007bff;
background: #007bff;
color: #fff; }
.dk-footer-form button:hover {
cursor: pointer; }
/* ==========================
Contact
=============================*/
.contact-us {
position: relative;
z-index: 2;
margin-top: 65px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.contact-icon {
position: absolute; }
.contact-icon i {
font-size: 36px;
top: -5px;
position: relative;
color: #007bff; }
.contact-info {
margin-left: 75px;
color: #fff; }
.contact-info h3 {
font-size: 20px;
color: #fff;
margin-bottom: 0; }
.copyright {
padding: 28px 0;
margin-top: 55px;
background-color: #202020; }
.copyright span,
.copyright a {
color: #878787;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.copyright a:hover {
color:#007bff; }
.copyright-menu ul {
text-align: right;
margin: 0; }
.copyright-menu li {
display: inline-block;
padding-left: 20px; }
.back-to-top {
position: relative;
z-index: 2; }
.back-to-top .btn-dark {
width: 35px;
height: 35px;
border-radius: 50%;
padding: 0;
position: fixed;
bottom: 20px;
right: 20px;
background: #2e2e2e;
border-color: #2e2e2e;
display: none;
z-index: 999;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.back-to-top .btn-dark:hover {
cursor: pointer;
background: #FA6742;
border-color: #FA6742; } | css/footer.css | body { color: #ccc }
.footer-widget p {
margin-bottom: 27px;
}
p {
font-family: 'Nunito', sans-serif;
font-size: 16px;
line-height: 28px;
}
.animate-border {
position: relative;
display: block;
width: 115px;
height: 3px;
background: #007bff; }
.animate-border:after {
position: absolute;
content: "";
width: 35px;
height: 3px;
left: 0;
bottom: 0;
border-left: 10px solid #fff;
border-right: 10px solid #fff;
-webkit-animation: animborder 2s linear infinite;
animation: animborder 2s linear infinite; }
@-webkit-keyframes animborder {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
100% {
-webkit-transform: translateX(113px);
transform: translateX(113px); } }
@keyframes animborder {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px); }
100% {
-webkit-transform: translateX(113px);
transform: translateX(113px); } }
.animate-border.border-white:after {
border-color: #fff; }
.animate-border.border-yellow:after {
border-color: #F5B02E; }
.animate-border.border-orange:after {
border-right-color: #007bff;
border-left-color: #007bff; }
.animate-border.border-ash:after {
border-right-color: #EEF0EF;
border-left-color: #EEF0EF; }
.animate-border.border-offwhite:after {
border-right-color: #F7F9F8;
border-left-color: #F7F9F8; }
/* Animated heading border */
@keyframes primary-short {
0% {
width: 15%; }
50% {
width: 90%; }
100% {
width: 10%; } }
@keyframes primary-long {
0% {
width: 80%; }
50% {
width: 0%; }
100% {
width: 80%; } }
.dk-footer {
margin-top: 75px;
padding: 75px 0 0;
background-color: #151414;
position: relative;
z-index: 2; }
.dk-footer .contact-us {
margin-top: 0;
margin-bottom: 30px;
padding-left: 80px; }
.dk-footer .contact-us .contact-info {
margin-left: 50px; }
.dk-footer .contact-us.contact-us-last {
margin-left: -80px; }
.dk-footer .contact-icon i {
font-size: 24px;
top: -15px;
position: relative;
color:#007bff; }
.dk-footer-box-info {
position: absolute;
top: -122px;
background: #202020;
padding: 40px;
z-index: 2; }
.dk-footer-box-info .footer-social-link h3 {
color: #fff;
font-size: 24px;
margin-bottom: 25px; }
.dk-footer-box-info .footer-social-link ul {
list-style-type: none;
padding: 0;
margin: 0; }
.dk-footer-box-info .footer-social-link li {
display: inline-block; }
.dk-footer-box-info .footer-social-link a i {
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
line-height: 40px;
background: #000;
margin-right: 5px;
color: #fff; }
.dk-footer-box-info .footer-social-link a i.fa-facebook {
background-color: #3B5998; }
.dk-footer-box-info .footer-social-link a i.fa-twitter {
background-color: #55ACEE; }
.dk-footer-box-info .footer-social-link a i.fa-google-plus {
background-color: #DD4B39; }
.dk-footer-box-info .footer-social-link a i.fa-linkedin {
background-color: #0976B4; }
.dk-footer-box-info .footer-social-link a i.fa-instagram {
background-color: #B7242A; }
.footer-awarad {
margin-top: 285px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-moz-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.footer-awarad p {
color: #fff;
font-size: 24px;
font-weight: 700;
margin-left: 20px;
padding-top: 15px; }
.footer-info-text {
margin: 26px 0 32px; }
.footer-left-widget {
padding-left: 80px; }
.footer-widget .section-heading {
margin-bottom: 35px; }
.footer-widget h3 {
font-size: 24px;
color: #fff;
position: relative;
margin-bottom: 15px;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content; }
.footer-widget ul {
width: 50%;
float: left;
list-style: none;
margin: 0;
padding: 0; }
.footer-widget li {
margin-bottom: 18px; }
.footer-widget p {
margin-bottom: 27px; }
.footer-widget a {
color: #878787;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s; }
.footer-widget a:hover {
color: #007bff; }
.footer-widget:after {
content: "";
display: block;
clear: both; }
.dk-footer-form {
position: relative; }
.dk-footer-form input[type=email] {
padding: 14px 28px;
border-radius: 50px;
background: #2E2E2E;
border: 1px solid #2E2E2E; }
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
color: #878787;
font-size: 14px; }
.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
color: #878787;
font-size: 14px; }
.dk-footer-form button[type=submit] {
position: absolute;
top: 0;
right: 0;
padding: 12px 24px 12px 17px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
border: 1px solid #007bff;
background: #007bff;
color: #fff; }
.dk-footer-form button:hover {
cursor: pointer; }
/* ==========================
Contact
=============================*/
.contact-us {
position: relative;
z-index: 2;
margin-top: 65px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.contact-icon {
position: absolute; }
.contact-icon i {
font-size: 36px;
top: -5px;
position: relative;
color: #007bff; }
.contact-info {
margin-left: 75px;
color: #fff; }
.contact-info h3 {
font-size: 20px;
color: #fff;
margin-bottom: 0; }
.copyright {
padding: 28px 0;
margin-top: 55px;
background-color: #202020; }
.copyright span,
.copyright a {
color: #878787;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.copyright a:hover {
color:#007bff; }
.copyright-menu ul {
text-align: right;
margin: 0; }
.copyright-menu li {
display: inline-block;
padding-left: 20px; }
.back-to-top {
position: relative;
z-index: 2; }
.back-to-top .btn-dark {
width: 35px;
height: 35px;
border-radius: 50%;
padding: 0;
position: fixed;
bottom: 20px;
right: 20px;
background: #2e2e2e;
border-color: #2e2e2e;
display: none;
z-index: 999;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; }
.back-to-top .btn-dark:hover {
cursor: pointer;
background: #FA6742;
border-color: #FA6742; } | 0.345326 | 0.0566 |
body,
table,
td,
select,
textarea,
input { font-family: Arial, Helvetica, sans-serif }
body,
form,
img,
input,
select {
border: 0;
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
iframe { background: none }
#wrapper {
position: relative;
width: 990px;
}
#main {
float: left;
width: 817px;
margin-left: 5px;
}
#header {
overflow: hidden;
width: 100%;
}
#ad {
float: right;
margin-left: 10px;
margin-top: 25px;
}
.openads { color: #669933 }
.hide { display: none }
.error,
div.widgetOverlayContent p.error { color: #ff0000 }
.alignRight { text-align: right }
.form dl {
width: 325px;
margin-top: 10px;
}
dl.form dt {
float: left;
width: 70px;
}
dl.form dt label {
color: #77797C;
font-size: 7pt;
text-align: left;
margin-top: 3px;
}
div.loginForm {
width: 347px;
height: 50px;
clear: both;
margin-top: 20px;
}
div.loginForm div.line { padding-right: 5px }
div.loginForm div.line-nolabel {
padding-right: 5px;
padding-left: 170px;
}
div.loginForm label {
color: #77797C;
font-size: 8pt;
text-align: left;
margin-top: 3px;
width: 170px;
float: left;
}
.loginForm input {
margin-top: 3px;
border: 1px solid #77797C;
width: 130px;
}
input.loginFormSubmit {
color: #ffffff;
width: 67px;
border: 0;
font-size: 9pt;
background: url('../images/dashboard/grid/widgetLoginButton.gif');
}
div.loginCreateAccount {
margin-top: 25px;
padding-left: 20px;
}
div.loginCreateAccount a {
font-size: 9pt;
text-decoration: none;
}
div.loginCreateAccount a:hover { text-decoration: underline }
div.widget {
width: 270px;
height: 200px;
background-repeat: no-repeat;
background-position: left bottom;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -0px;
margin-bottom: 7px;
}
div.widgetFrame {
width: 270px;
height: 200px;
background-repeat: no-repeat;
background-position: right bottom;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -200px;
}
div.widgetLeft {
background-repeat: no-repeat;
background-position: left top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -400px;
}
.hover div.widgetLeft {
background-repeat: no-repeat;
background-position: left top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -600px;
}
div.widgetRight {
background-repeat: no-repeat;
background-position: right top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -800px;
}
.hover div.widgetRight {
background-repeat: no-repeat;
background-position: right top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -1000px;
}
div.widgetCenter {
padding: 10px 10px 0px 10px;
text-align: left;
background: transparent none repeat scroll 0%;
border: medium none;
}
div.widgetBody {
width: 250px;
height: 169px;
text-align: center;
}
div.widgetTitle {
margin-top: 4px;
padding-left: 5px;
color: #444444;
font-size: 8pt;
font-weight: medium;
float: left;
font-weight: bold;
}
div.widgetContent {
clear: both;
width: 240px;
margin: 5px;
}
.widgetButtons div.widgetIcon {
width: 19px;
height: 19px;
}
.widgetButtons .widgetButtonMove { cursor: move }
.widgetButtons .widgetButtonClose { cursor: pointer }
.widgetButtons .locked .widgetButtonClose { cursor: help }
.widgetButtons .lock { display: none }
.locked .widgetButtons .lock { display: block }
.locked .widgetButtons .close { display: none }
.widgetButtons div.widgetIcon {
width: 19px;
height: 19px;
}
.widgetButtons div.close {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -0px top;
}
.hover .widgetButtons div.close {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -19px top;
}
.widgetButtons div.lock {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -38px top;
}
.hover .widgetButtons div.lock {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -57px top;
}
div.widgetBody iframe,
div.widget2Body iframe {
font-size: 8pt;
width: 240px;
height: 147px;
}
div.widget2Header,
div.widget2Footer { width: 270px }
div.widget2Header {
height: 15px;
background: url('../images/dashboard/grid/widget2Header.png') no-repeat bottom center;
}
div.widget2Footer {
height: 32px;
background: url('../images/dashboard/grid/widget2Footer.png') no-repeat top center;
}
div.widget2Center {
width: 270px;
height: 151px;
text-align: left;
}
div.widget2Left,
div.widget2Right { height: 151px }
div.widget2Left {
width: 10px;
float: left;
background: url('../images/dashboard/grid/widget2Left.png') no-repeat top right;
}
div.widget2Right {
width: 10px;
float: right;
background: url('../images/dashboard/grid/widget2Right.png') no-repeat top left;
}
div.widget2Body {
width: 250px;
height: 151px;
background: url('../images/dashboard/grid/widget2Center.gif') repeat-x top center;
float: right;
}
div.widget2Footer input {
float: right;
margin-top: 7px;
}
input.widgetButtonLeft,
input.widgetButtonRight,
input.widgetButton,
input.widgetButtonLeftDisabled,
input.widgetButtonRightDisabled {
width: 61px;
height: 16px;
font-size: 8pt;
padding-bottom: 3px;
}
input.widgetButtonLeft,
input.widgetButtonRight,
input.widgetButton { color: #77797C }
input.widgetButtonLeft {
background: url('../images/dashboard/grid/widgetButtonLeft.gif') no-repeat top center;
padding-left: 7px;
margin-right: 3px;
}
input.widgetButtonRight {
background: url('../images/dashboard/grid/widgetButtonRight.gif') no-repeat top center;
padding-right: 5px;
margin-right: 10px;
}
input.widgetButtonLeftDisabled,
input.widgetButtonRightDisabled { color: gray }
input.widgetButtonLeftDisabled {
background: url('../images/dashboard/grid/widgetButtonLeftDisabled.gif') no-repeat top center;
padding-left: 7px;
margin-right: 3px;
}
input.widgetButtonRightDisabled {
background: url('../images/dashboard/grid/widgetButtonRightDisabled.gif') no-repeat top center;
padding-left: 5px;
margin-right: 10px;
}
input.widgetButton {
background: url('../images/dashboard/grid/widgetButton.gif') no-repeat;
margin-right: 8px;
}
input.widgetButtonWide {
height: 15px;
width: 97px;
font-size: 8pt;
color: #77797C;
background: url('../images/dashboard/grid/widgetButtonWide.gif') no-repeat;
margin-right: 8px;
}
div.widgetAd { width: 158px }
div.widgetAdHeader,
div.widgetAdFooter {
width: 158px;
height: 20px;
margin: 0;
padding: 0;
}
div.widgetAdHeader {
background-repeat: no-repeat;
background-position: bottom left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1200px;
}
div.widgetAdFooter {
background-repeat: no-repeat;
background-position: bottom left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1220px;
}
div.widgetAdCenter {
width: 158px;
min-height: 100px;
-height: 100px;
text-align: left;
}
div.widgetAdLeft,
div.widgetAdRight {
min-height: 100px;
-height: 100px;
width: 10px;
}
div.widgetAdLeft {
float: left;
background-repeat: repeat-y;
background-position: top right;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -76px top;
}
div.widgetAdRight {
float: right;
background-repeat: repeat-y;
background-position: top right;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -86px top;
}
div.widgetAdBody {
width: 138px;
background-color: white;
float: right;
text-align: center;
}
div.widgetAdContainer { padding-top: 5px }
div.widgetAdContainer iframe {
width: 120px;
overflow: hidden;
}
div.widgetAdImg { padding: 7px 0 }
div.widgetToolbar { width: 817px }
div.widgetToolbarTitle { margin-top: 5px }
div.widgetToolbarBody {
overflow: hidden;
width: 100%;
}
div.widgetToolbarBodyContent {
width: 793px;
float: left;
height: 117px;
background-repeat: repeat-x;
background-position: top left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1240px;
}
div.widgetToolbarBodyContent .widgetToolbarTitle {
font-size: 8pt;
text-align: center;
}
div.widgetToolbarBodyLeft,
div.widgetToolbarBodyRight {
float: left;
width: 12px;
height: 117px;
}
div.widgetToolbarBodyLeft {
background-repeat: no-repeat;
background-position: top left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1357px;
}
div.widgetToolbarBodyRight {
background-repeat: no-repeat;
background-position: top left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1474px;
}
.widgetToolbarCarousel {
position: relative;
visibility: hidden;
left: -5000px;
}
div.widgetToolbarCarousel li {
width: 113px;
height: 90px;
}
div.widgetToolbarArrowDisabled { visibility: hidden }
div.widgetToolbarLeftArrow {
float: left;
margin-top: 35px;
width: 25px;
height: 19px;
cursor: pointer;
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -96px top;
}
div.widgetToolbarRightArrow {
float: right;
margin-top: 35px;
width: 25px;
height: 19px;
cursor: pointer;
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -121px top;
}
div.widgetToolbarButton {
float: right;
width: 132px;
height: 25px;
margin-right: 25px;
font-size: 8pt;
}
div.widgetToolbarButtonOpen,
div.widgetToolbarButtonClose {
background-repeat: no-repeat;
background-position: top left;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -146px top;
}
div.widgetToolbarButtonOpen .close { display: none }
div.widgetToolbarButtonClose .open { display: none }
div.widgetToolbarButtonContainer span.close a {
padding-right: 16px;
background-repeat: no-repeat;
background-position: right 3px;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -1591px;
}
div.widgetToolbarButtonContainer span.open a {
padding-right: 16px;
background-repeat: no-repeat;
background-position: right 6px;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -1603px;
}
div.widgetToolbarButton div {
text-align: center;
padding: 6px 0 0 0px;
}
div.widgetToolbarButton div a {
color: #ffffff;
text-decoration: none;
}
div.widgetToolbarButton div a:hover { text-decoration: underline }
div.widgetToolbarButton div a img { padding-left: 2px }
div.widgetToolbarWidgets {
float: left;
width: 733px;
text-align: center;
line-height: 8pt;
font-size: 8pt;
color: #444444;
}
div.widgetToolbarWidgets div {
float: left;
width: 113px;
margin-left: 30px;
dadding-top: 5px;
}
div.widgetToolbarWidgets div { margin: 0 }
div.widgetToolbarSelector {
font-size: 8pt;
float: left;
padding: 5px 20px 0 50px;
}
div.widgetToolbarSelector select {
font-size: 8pt;
margin: 0 50px 0 15px;
}
div.toolbarWidget div {
font-size: 90%;
margin-top: 1px;
padding-top: 1px;
}
div.toolbarWidget img { margin-top: 2px }
div.widgetOverlay {
position: absolute;
top: 25%;
left: 20%;
width: 50%;
height: 60%;
padding: 16px;
z-index: 1002;
overflow: auto;
}
div.widgetOverlayHeader,
div.widgetOverlayFooter {
width: 377px;
height: 15px;
}
div.widgetOverlayHeader { background: url('../images/dashboard/grid/widgetOverlayHeader.png') no-repeat bottom left }
div.widgetOverlayFooter { background: url('../images/dashboard/grid/widgetOverlayFooter.png') no-repeat top left }
div.widgetOverlayCenter {
width: 377px;
height: 272px;
text-align: left;
}
div.widgetOverlayLeft,
div.widgetOverlayRight {
height: 272px;
width: 10px;
}
div.widgetOverlayLeft {
float: left;
background: url('../images/dashboard/grid/widgetOverlayLeft.png') no-repeat top right;
}
div.widgetOverlayRight {
float: right;
background: url('../images/dashboard/grid/widgetOverlayRight.png') no-repeat top left;
}
div.widgetOverlayBody {
width: 347px;
height: 272px;
background: url('../images/dashboard/grid/widgetOverlayCenter.gif') repeat-x top center;
float: right;
text-align: center;
padding: 0 5px;
}
div.widgetOverlayContent {
clear: both;
text-align: left;
width: 347px;
}
div.widgetOverlayContent h1 {
font-size: 15pt;
color: 77797C;
}
div.widgetOverlayContent p {
color: 77797C;
font-size: 8pt;
margin: 10px 0;
}
div.widgetOverlayContent a {
font-size: 8pt;
color: #00B0D8;
text-decoration: none;
}
div.widgetOverlayContent a:hover { text-decoration: underline }
div.dashboardOverlay {
position: absolute;
top: 0%;
left: 0%;
width: 817px;
min-height: 750px;
height: 100%;
background-color: #ffffff;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .60;
filter: alpha(opacity=60);
}
div.widgetToolbarNav {
padding: 0;
margin: 0;
width: 663px;
margin-left: 25px;
}
#nav ul { width: 663px }
#nav li {
display: inline;
list-style-type: none;
}
#nav li span {
font-size: 10pt;
display: -moz-inline-box;
display: inline-block;
width: 113px;
}
div.widgetButtons div.widgetButtonContainer {
float: right;
padding: 2px;
}
#dashboardPreview {
background-image: url('../images/dashboard/grid/dashboard-preview.jpg');
width: 817px;
height: 818px;
}
body {
background-repeat: repeat-x;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1617px;
}
.groupItem { }
.groupWrapper {
width: 270px;
float: left;
margin-right: 2px;
min-height: 400px;
}
.sortHelper {
border: 2px dashed #FA977A;
width: auto !important;
}
.focused { background: red }
.widgetHandle {
overflow: hidden;
width: 100%;
cursor: move;
}
.toolbarWidget { cursor: move } | public/revive/www/admin/assets/css/dashboard-home.css | body,
table,
td,
select,
textarea,
input { font-family: Arial, Helvetica, sans-serif }
body,
form,
img,
input,
select {
border: 0;
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
iframe { background: none }
#wrapper {
position: relative;
width: 990px;
}
#main {
float: left;
width: 817px;
margin-left: 5px;
}
#header {
overflow: hidden;
width: 100%;
}
#ad {
float: right;
margin-left: 10px;
margin-top: 25px;
}
.openads { color: #669933 }
.hide { display: none }
.error,
div.widgetOverlayContent p.error { color: #ff0000 }
.alignRight { text-align: right }
.form dl {
width: 325px;
margin-top: 10px;
}
dl.form dt {
float: left;
width: 70px;
}
dl.form dt label {
color: #77797C;
font-size: 7pt;
text-align: left;
margin-top: 3px;
}
div.loginForm {
width: 347px;
height: 50px;
clear: both;
margin-top: 20px;
}
div.loginForm div.line { padding-right: 5px }
div.loginForm div.line-nolabel {
padding-right: 5px;
padding-left: 170px;
}
div.loginForm label {
color: #77797C;
font-size: 8pt;
text-align: left;
margin-top: 3px;
width: 170px;
float: left;
}
.loginForm input {
margin-top: 3px;
border: 1px solid #77797C;
width: 130px;
}
input.loginFormSubmit {
color: #ffffff;
width: 67px;
border: 0;
font-size: 9pt;
background: url('../images/dashboard/grid/widgetLoginButton.gif');
}
div.loginCreateAccount {
margin-top: 25px;
padding-left: 20px;
}
div.loginCreateAccount a {
font-size: 9pt;
text-decoration: none;
}
div.loginCreateAccount a:hover { text-decoration: underline }
div.widget {
width: 270px;
height: 200px;
background-repeat: no-repeat;
background-position: left bottom;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -0px;
margin-bottom: 7px;
}
div.widgetFrame {
width: 270px;
height: 200px;
background-repeat: no-repeat;
background-position: right bottom;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -200px;
}
div.widgetLeft {
background-repeat: no-repeat;
background-position: left top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -400px;
}
.hover div.widgetLeft {
background-repeat: no-repeat;
background-position: left top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -600px;
}
div.widgetRight {
background-repeat: no-repeat;
background-position: right top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -800px;
}
.hover div.widgetRight {
background-repeat: no-repeat;
background-position: right top;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -1000px;
}
div.widgetCenter {
padding: 10px 10px 0px 10px;
text-align: left;
background: transparent none repeat scroll 0%;
border: medium none;
}
div.widgetBody {
width: 250px;
height: 169px;
text-align: center;
}
div.widgetTitle {
margin-top: 4px;
padding-left: 5px;
color: #444444;
font-size: 8pt;
font-weight: medium;
float: left;
font-weight: bold;
}
div.widgetContent {
clear: both;
width: 240px;
margin: 5px;
}
.widgetButtons div.widgetIcon {
width: 19px;
height: 19px;
}
.widgetButtons .widgetButtonMove { cursor: move }
.widgetButtons .widgetButtonClose { cursor: pointer }
.widgetButtons .locked .widgetButtonClose { cursor: help }
.widgetButtons .lock { display: none }
.locked .widgetButtons .lock { display: block }
.locked .widgetButtons .close { display: none }
.widgetButtons div.widgetIcon {
width: 19px;
height: 19px;
}
.widgetButtons div.close {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -0px top;
}
.hover .widgetButtons div.close {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -19px top;
}
.widgetButtons div.lock {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -38px top;
}
.hover .widgetButtons div.lock {
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -57px top;
}
div.widgetBody iframe,
div.widget2Body iframe {
font-size: 8pt;
width: 240px;
height: 147px;
}
div.widget2Header,
div.widget2Footer { width: 270px }
div.widget2Header {
height: 15px;
background: url('../images/dashboard/grid/widget2Header.png') no-repeat bottom center;
}
div.widget2Footer {
height: 32px;
background: url('../images/dashboard/grid/widget2Footer.png') no-repeat top center;
}
div.widget2Center {
width: 270px;
height: 151px;
text-align: left;
}
div.widget2Left,
div.widget2Right { height: 151px }
div.widget2Left {
width: 10px;
float: left;
background: url('../images/dashboard/grid/widget2Left.png') no-repeat top right;
}
div.widget2Right {
width: 10px;
float: right;
background: url('../images/dashboard/grid/widget2Right.png') no-repeat top left;
}
div.widget2Body {
width: 250px;
height: 151px;
background: url('../images/dashboard/grid/widget2Center.gif') repeat-x top center;
float: right;
}
div.widget2Footer input {
float: right;
margin-top: 7px;
}
input.widgetButtonLeft,
input.widgetButtonRight,
input.widgetButton,
input.widgetButtonLeftDisabled,
input.widgetButtonRightDisabled {
width: 61px;
height: 16px;
font-size: 8pt;
padding-bottom: 3px;
}
input.widgetButtonLeft,
input.widgetButtonRight,
input.widgetButton { color: #77797C }
input.widgetButtonLeft {
background: url('../images/dashboard/grid/widgetButtonLeft.gif') no-repeat top center;
padding-left: 7px;
margin-right: 3px;
}
input.widgetButtonRight {
background: url('../images/dashboard/grid/widgetButtonRight.gif') no-repeat top center;
padding-right: 5px;
margin-right: 10px;
}
input.widgetButtonLeftDisabled,
input.widgetButtonRightDisabled { color: gray }
input.widgetButtonLeftDisabled {
background: url('../images/dashboard/grid/widgetButtonLeftDisabled.gif') no-repeat top center;
padding-left: 7px;
margin-right: 3px;
}
input.widgetButtonRightDisabled {
background: url('../images/dashboard/grid/widgetButtonRightDisabled.gif') no-repeat top center;
padding-left: 5px;
margin-right: 10px;
}
input.widgetButton {
background: url('../images/dashboard/grid/widgetButton.gif') no-repeat;
margin-right: 8px;
}
input.widgetButtonWide {
height: 15px;
width: 97px;
font-size: 8pt;
color: #77797C;
background: url('../images/dashboard/grid/widgetButtonWide.gif') no-repeat;
margin-right: 8px;
}
div.widgetAd { width: 158px }
div.widgetAdHeader,
div.widgetAdFooter {
width: 158px;
height: 20px;
margin: 0;
padding: 0;
}
div.widgetAdHeader {
background-repeat: no-repeat;
background-position: bottom left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1200px;
}
div.widgetAdFooter {
background-repeat: no-repeat;
background-position: bottom left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1220px;
}
div.widgetAdCenter {
width: 158px;
min-height: 100px;
-height: 100px;
text-align: left;
}
div.widgetAdLeft,
div.widgetAdRight {
min-height: 100px;
-height: 100px;
width: 10px;
}
div.widgetAdLeft {
float: left;
background-repeat: repeat-y;
background-position: top right;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -76px top;
}
div.widgetAdRight {
float: right;
background-repeat: repeat-y;
background-position: top right;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -86px top;
}
div.widgetAdBody {
width: 138px;
background-color: white;
float: right;
text-align: center;
}
div.widgetAdContainer { padding-top: 5px }
div.widgetAdContainer iframe {
width: 120px;
overflow: hidden;
}
div.widgetAdImg { padding: 7px 0 }
div.widgetToolbar { width: 817px }
div.widgetToolbarTitle { margin-top: 5px }
div.widgetToolbarBody {
overflow: hidden;
width: 100%;
}
div.widgetToolbarBodyContent {
width: 793px;
float: left;
height: 117px;
background-repeat: repeat-x;
background-position: top left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1240px;
}
div.widgetToolbarBodyContent .widgetToolbarTitle {
font-size: 8pt;
text-align: center;
}
div.widgetToolbarBodyLeft,
div.widgetToolbarBodyRight {
float: left;
width: 12px;
height: 117px;
}
div.widgetToolbarBodyLeft {
background-repeat: no-repeat;
background-position: top left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1357px;
}
div.widgetToolbarBodyRight {
background-repeat: no-repeat;
background-position: top left;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1474px;
}
.widgetToolbarCarousel {
position: relative;
visibility: hidden;
left: -5000px;
}
div.widgetToolbarCarousel li {
width: 113px;
height: 90px;
}
div.widgetToolbarArrowDisabled { visibility: hidden }
div.widgetToolbarLeftArrow {
float: left;
margin-top: 35px;
width: 25px;
height: 19px;
cursor: pointer;
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -96px top;
}
div.widgetToolbarRightArrow {
float: right;
margin-top: 35px;
width: 25px;
height: 19px;
cursor: pointer;
background-repeat: no-repeat;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -121px top;
}
div.widgetToolbarButton {
float: right;
width: 132px;
height: 25px;
margin-right: 25px;
font-size: 8pt;
}
div.widgetToolbarButtonOpen,
div.widgetToolbarButtonClose {
background-repeat: no-repeat;
background-position: top left;
background-image: url('../images/dashboard/grid/dbh.png');
background-position: -146px top;
}
div.widgetToolbarButtonOpen .close { display: none }
div.widgetToolbarButtonClose .open { display: none }
div.widgetToolbarButtonContainer span.close a {
padding-right: 16px;
background-repeat: no-repeat;
background-position: right 3px;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -1591px;
}
div.widgetToolbarButtonContainer span.open a {
padding-right: 16px;
background-repeat: no-repeat;
background-position: right 6px;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: right -1603px;
}
div.widgetToolbarButton div {
text-align: center;
padding: 6px 0 0 0px;
}
div.widgetToolbarButton div a {
color: #ffffff;
text-decoration: none;
}
div.widgetToolbarButton div a:hover { text-decoration: underline }
div.widgetToolbarButton div a img { padding-left: 2px }
div.widgetToolbarWidgets {
float: left;
width: 733px;
text-align: center;
line-height: 8pt;
font-size: 8pt;
color: #444444;
}
div.widgetToolbarWidgets div {
float: left;
width: 113px;
margin-left: 30px;
dadding-top: 5px;
}
div.widgetToolbarWidgets div { margin: 0 }
div.widgetToolbarSelector {
font-size: 8pt;
float: left;
padding: 5px 20px 0 50px;
}
div.widgetToolbarSelector select {
font-size: 8pt;
margin: 0 50px 0 15px;
}
div.toolbarWidget div {
font-size: 90%;
margin-top: 1px;
padding-top: 1px;
}
div.toolbarWidget img { margin-top: 2px }
div.widgetOverlay {
position: absolute;
top: 25%;
left: 20%;
width: 50%;
height: 60%;
padding: 16px;
z-index: 1002;
overflow: auto;
}
div.widgetOverlayHeader,
div.widgetOverlayFooter {
width: 377px;
height: 15px;
}
div.widgetOverlayHeader { background: url('../images/dashboard/grid/widgetOverlayHeader.png') no-repeat bottom left }
div.widgetOverlayFooter { background: url('../images/dashboard/grid/widgetOverlayFooter.png') no-repeat top left }
div.widgetOverlayCenter {
width: 377px;
height: 272px;
text-align: left;
}
div.widgetOverlayLeft,
div.widgetOverlayRight {
height: 272px;
width: 10px;
}
div.widgetOverlayLeft {
float: left;
background: url('../images/dashboard/grid/widgetOverlayLeft.png') no-repeat top right;
}
div.widgetOverlayRight {
float: right;
background: url('../images/dashboard/grid/widgetOverlayRight.png') no-repeat top left;
}
div.widgetOverlayBody {
width: 347px;
height: 272px;
background: url('../images/dashboard/grid/widgetOverlayCenter.gif') repeat-x top center;
float: right;
text-align: center;
padding: 0 5px;
}
div.widgetOverlayContent {
clear: both;
text-align: left;
width: 347px;
}
div.widgetOverlayContent h1 {
font-size: 15pt;
color: 77797C;
}
div.widgetOverlayContent p {
color: 77797C;
font-size: 8pt;
margin: 10px 0;
}
div.widgetOverlayContent a {
font-size: 8pt;
color: #00B0D8;
text-decoration: none;
}
div.widgetOverlayContent a:hover { text-decoration: underline }
div.dashboardOverlay {
position: absolute;
top: 0%;
left: 0%;
width: 817px;
min-height: 750px;
height: 100%;
background-color: #ffffff;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .60;
filter: alpha(opacity=60);
}
div.widgetToolbarNav {
padding: 0;
margin: 0;
width: 663px;
margin-left: 25px;
}
#nav ul { width: 663px }
#nav li {
display: inline;
list-style-type: none;
}
#nav li span {
font-size: 10pt;
display: -moz-inline-box;
display: inline-block;
width: 113px;
}
div.widgetButtons div.widgetButtonContainer {
float: right;
padding: 2px;
}
#dashboardPreview {
background-image: url('../images/dashboard/grid/dashboard-preview.jpg');
width: 817px;
height: 818px;
}
body {
background-repeat: repeat-x;
background-image: url('../images/dashboard/grid/dbv.png');
background-position: left -1617px;
}
.groupItem { }
.groupWrapper {
width: 270px;
float: left;
margin-right: 2px;
min-height: 400px;
}
.sortHelper {
border: 2px dashed #FA977A;
width: auto !important;
}
.focused { background: red }
.widgetHandle {
overflow: hidden;
width: 100%;
cursor: move;
}
.toolbarWidget { cursor: move } | 0.328314 | 0.102709 |