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 |
|---|---|---|---|---|
@import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");
@import url('https://fonts.googleapis.com/css?family=Cairo');
/**
* ===================================================================
* base style overrides
*
* -------------------------------------------------------------------
*/
body {
background-color: #fff;
font-family: 'Cairo', sans-serif;
color: #363636;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width:1024px) {
html {
font-size: 9.375px;
}
}
@media only screen and (max-width:768px) {
html {
font-size: 10px;
}
h3
{
font-size: 25px;
}
}
@media only screen and (max-width:400px) {
html {
font-size: 9.375px;
}
}
/*
*-
* common styles
*
*/
.margin-top-sixty
{
margin-top: 60px;
}
.m-t-50
{
margin-top: 50px;
}
.m-b-50
{
margin-bottom: 50px;
}
.m-t-30
{
margin-top: 30;
}
.m-b-30
{
margin-bottom: 30;
}
.m-t-60
{
margin-top: 60px;
}
.m-t-10
{
margin-top: 10;
}
.m-b-10
{
margin-bottom: 10px;
}
.m-b-60
{
margin-bottom: 60px;
}
/*line under header*/
.fancy-line {
line-height: 0.5;
text-align: center;
margin-bottom: 20px;
}
.fancy-line span:before, .fancy-line span:after {
content: '';
position: absolute;
height: 5px;
border-bottom: 2px solid #525c70;
top: 0;
width: 110px;
}
.fancy-line span:after {
left: 100%;
margin-left: 15px;
}
.fancy-line span:before {
right: 100%;
margin-right: 15px;
}
.fancy-line span {
display: inline-block;
position: relative;
background: #45aed6;
width: 8px;
height: 8px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
/*color*/
.main-color
{
color: #45aed6;
}
.secound-color
{
color: #404b61;
}
.background-section
{
background-color: #f2f2f2;
}
/*line */
.column-title {
margin-top: 0;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
position: relative;
}
.column-title:after {
content: " ";
position: absolute;
bottom: -1px;
left: 0;
width: 40%;
border-bottom: 1px solid #45aed6;
}
/*return-to-top*/
#return-to-top {
position: fixed;
bottom: 20px;
right: 30px;
background: rgb(82, 92, 112);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-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.5s ease-in-out;
z-index: 9999999;
}
#return-to-top i {
z-index: 999999999;
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: #45aed6;
}
#return-to-top:hover i {
color: rgba(0, 0, 0, 0.7);
top: 1px;
}
/*
*===========================================
*
* Header
*-------------------------------------------
*/
.header{
/* background: url('../img/bg-banner02.jpg') no-repeat fixed;*/
/* background-size: cover;
min-height: 650px;
position: relative;*/
}
.cover-img
{
background-size: cover;
min-height: 350px;
position: relative;
background-repeat: no-repeat;
}
.cover-home
{
background-size: cover;
min-height: 650px;
position: relative;
background-repeat: no-repeat;
}
.bg-color
{
background-color: rgba(0, 0, 0, 0.5);
min-height: 650px;
}
.bg-overlay
{
background-color: rgba(65, 78, 98, 0.68)
}
#main-header
{
}
.navbar-default {
background-color: transparent;
border:0px;
padding: 20px 0;
transition: all 0.3s;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
color: #45aed6;
}
.top-nav-collapse {
padding: 0;
background: rgba(64,75,97, 0.9);
}
.logo-dec
{
color: #45aed6;
}
.navbar-default .navbar-brand {
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
color: #fff;
}
.navbar-brand {
padding: 0px;
font-size: 24px;
text-transform: uppercase;
padding: 15px 0px;
margin-top: 6px;
}
.navbar-default .navbar-nav > li > a
{
padding: 5px 10px;
font-size: 14px;
line-height: 54px;
font-weight: 400;
text-transform: uppercase;
background: transparent;
color: #fff;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: #45aed6;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
background-color: transparent;
color: #45aed6;
}
.banner-info
{
padding-top: 140px;
color: #fff;
}
.bnr-title, .bnr-sub-title
{
font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title
{
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
}
h2.bnr-sub-title
{
font-size: 45px;
text-transform: uppercase;
padding: 20px 0px;
font-weight: 700;
}
.bnr-para
{
font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus
{
text-transform: uppercase;
margin-top: 5px;
color: #fff;
border: 0;
font-size: 14px;
font-weight: 300;
line-height: 31px;
padding: 10px 30px;
border-radius: 60px;
margin: 0 10px 0 0;
outline: none !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 0.3s;
}
.btn-download
{
background-color: #fff;
color: #45aed6;
transition: all 0.4s;
}
.btn-download:hover
{
background-color: #45aed6;
color: #fff;
box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
}
.btn-download img
{
margin-left: -10px
}
.btn-download .fa-apple
{
font-size: 25px;
margin-right: 8px;
margin-left: 3px;
}
.btn-more, .btn-more:focus
{
margin-left: 15px;
border: 1px solid #fff;
color: #fff;
}
.btn-more:hover {
background: #45aed6;
color: #fff;
border: 1px solid #45aed6;
}
.overlay-detail a i{
text-align: center;
position: absolute;
bottom: 25px;
font-size: 38px;
color: #fff;
}
/*
*-
*Responsive media queries
*
*/
@media (min-width: 20px) and (max-width: 320px) {
.navbar-default .navbar-brand {
padding-left: 16px;
margin-top: 0px;
}
.banner-info {
padding-top: 65px;
}
h1.bnr-title {
font-size: 16px;
}
h2.bnr-sub-title {
font-size: 33px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
font-size: 12px;
padding: 2px 16px;
margin-top: 8px;
}
.wrap-item h3 {
font-size: 18px;
}
.title, .service-title {
font-size: 28px;
}
.sub-title {
font-size: 15px;
}
.loction-info{
padding: 0px 15px;
}
.padding-right-zero{
padding-right: 15px !important;
}
.navbar-default .navbar-nav > li > a{
line-height: 22px;
text-align: center;
}
}
@media (min-width: 450px) and (max-width: 768px) {
.navbar-default .navbar-brand {
padding-left: 16px;
margin-top: 0px;
}
.banner-info {
padding-top: 150px;
}
h1.bnr-title {
font-size: 16px;
}
h2.bnr-sub-title {
font-size: 33px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
font-size: 12px;
padding: 7px 18px;
}
.wrap-item h3 {
font-size: 18px;
}
.title, .service-title {
font-size: 28px;
}
.sub-title {
font-size: 15px;
}
.loction-info{
padding: 0px 15px;
}
.padding-right-zero{
padding-right: 15px !important;
}
.navbar-default .navbar-nav > li > a{
line-height: 22px;
text-align: center;
}
}
@media (min-width: 320px) and (max-width: 450px) {
.navbar-default .navbar-brand {
padding-left: 16px;
margin-top: 0px;
}
.banner-info {
padding-top: 100px;
}
h1.bnr-title {
font-size: 16px;
}
h2.bnr-sub-title {
font-size: 33px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
font-size: 12px;
padding: 7px 18px;
}
.wrap-item h3 {
font-size: 18px;
}
.title, .service-title {
font-size: 28px;
}
.sub-title {
font-size: 15px;
}
.loction-info{
padding: 0px 15px;
}
.padding-right-zero{
padding-right: 15px !important;
}
.navbar-default .navbar-nav > li > a{
line-height: 22px;
text-align: center;
}
}
/**
* -
* video popup
*
*
*/
#intro {
width: 100%;
/*height: 100%;*/
/*min-height: 320px;*/
display: table;
position: relative;
}
.intro-content {
display: table-cell;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(-1.2rem);
-ms-transform: translateY(-1.2rem);
transform: translateY(-1.2rem);
}
.intro-content .video-link a {
display: inline-block;
width: 90px;
height: 90px;
margin-bottom: 4.2rem;
outline: none;
}
.intro-content .button {
border-color: #FFFFFF;
color: #FFFFFF;
height: 6.6rem;
line-height: 6rem;
padding: 0 3rem !important;
margin-top: 1.8rem;
font-family: "raleway-heavy", sans-serif;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
color: #05bca9;
border-color: #05bca9;
}
/**
* responsive:
* intro
* -
*/
@media only screen and (max-width:1024px) {
.intro-content {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.intro-content .video-link a {
width: 72px;
height: 72px;
/*margin-bottom: 3rem;*/
}
}
@media only screen and (max-width:768px) {
#intro {
/*min-height: 660px;*/
}
}
@media only screen and (max-width:600px) {
.intro-content .video-link a {
width: 66px;
height: 66px;
/*margin-bottom: 1.5rem;*/
}
}
@media only screen and (max-width:400px) {
#intro {
/*min-height: 550px;*/
}
.intro-content .video-link a {
width: 60px;
height: 60px;
}
}
/**
* video popup modal
* -
*/
.popup-modal {
max-width: 800px;
background: #FFFFFF;
position: relative;
margin: 0 auto; /* close */
}
.popup-modal .close-popup {
position: absolute;
right: 0;
top: -42px;
cursor: pointer;
display: block;
width: 30px;
height: 30px;
color: rgba(255, 255, 255, 0.5);
text-align: center;
font: 0/0 a;
text-shadow: none;
color: transparent;
}
.popup-modal .close-popup::before {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
font-family: "Ionicons";
content: "\f2d7";
font-size: 21px;
color: rgba(255, 255, 255, 0.5);
}
/**
* responsive:
* video popup modal
* -
*/
@media only screen and (max-width:900px) {
.popup-modal {
max-width: 700px;
}
}
@media only screen and (max-width:768px) {
.popup-modal {
width: auto;
margin: 0 20px;
}
}
/*
*-
* Wellcom section
*
*/
.range h1
{
margin-bottom: 20px;
}
.img-side img
{
border-radius: 6px;
width:910px;
height: 280px;
/* -webkit-box-shadow: 0px 6px 28px -4px rgba(156,120,95,0.76);
-moz-box-shadow: 0px 6px 28px -4px rgba(156,120,95,0.76);
box-shadow: 0px 6px 28px -4px rgba(156,120,95,0.76);*/
}
.divider-left:before {
content: '\0020';
position: absolute;
/*top: 120px;*/
left: 16px;
width: 15px;
height: 44%;
background: #45aed6;
}
@media only screen and (max-width:320px)
{
.divider-left:before {
height: 30%;
}
}
@media only screen and (max-width: 768px) {
.divider-left:before {
height: 37%;
}
}
@media only screen and (max-width: 900px) {
.divider-left:before {
height: 25%;
}
}
p.divider-left
{
margin-left: 55px;
}
/*
*-
* Services
*
*/
@media only screen and (min-width:768px) {
#service{
padding:50px 0px;
}
}
.service_area{
padding:40px 0 40px;
}
.service_section{
}
.service_block{
text-align:center;
padding-left: 15px;
padding-right: 15px;
}
.service_icon{
border:2px solid #d7d7d7;
border-radius:50%;
width:90px;
height:90px;
margin:0px auto 25px;
}
.service_icon.icon2{
border:2px solid #488FCC;
}
.service_icon.icon3{
border:2px solid #49b5e7;
}
.service_icon span {
background: rgba(222, 222, 222, 0.74);
border: 3px solid #fff;
border-radius: 50%;
display: block;
height: 100%;
width: 100%;
}
.service_icon.icon2 span {
background:#7cc576;
}
.service_icon.icon3 span{
background:#49b5e7;
}
.service_icon i{
color: #525c70;
font-size: 35px;
margin-top: 0;
position: relative;
top: 21px;
z-index: 20;
}
.service_block h3{
font-family: 'Dosis';
font-weight: 600;
font-size:18px;
color:#111111;
margin:35px 0 18px;
}
.service_block p
{
font-size:16px;
color:#888888;
margin:0px;
}
#service .service_area .blog
{
cursor: pointer;
}
#service .service_area .blog2
{
margin-top: 50px;
}
@media only screen and (max-width:320px)
{
#service .service_area .blog
{
margin-top: 30px;
cursor: pointer;
}
}
@media only screen and (max-width: 768px) {
#service .service_area .blog
{
margin-top: 50px;
}
}
@media only screen and (max-width: 1024px)
{
#service .service_area .blog
{
margin-top: 50px;
}
}
/*
*
*-feature
*
*
*/
@media only screen and (min-width:768px) {
#feature{
padding:50px 0px;
}
}
.section-header {
margin-bottom: 50px;
}
.section-header .section-title {
font-size: 44px;
color: #272727;
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
margin: 0 0 20px;
}
.section-header .section-title:before {
content: "";
position: absolute;
width: 140px;
bottom: 0;
left: 50%;
margin-left: -70px;
height: 1px;
background: #ebebeb;
}
.section-header .section-title:after {
content: "";
position: absolute;
width: 24px;
height: 24px;
bottom: -11px;
left: 50%;
margin-left: -12px;
border: 5px solid #fff;
border-radius: 20px;
background: #488FCC;
}
#services {
padding: 100px 0 75px;
}
#features {
padding: 100px 0;
}
#features .media.service-box:first-child {
margin-top: 80px;
}
.media.service-box {
margin: 25px 0;
}
.media.service-box .pull-left {
margin-right: 20px;
}
.media.service-box .pull-left > i {
font-size: 24px;
height: 64px;
line-height: 64px;
text-align: center;
width: 64px;
border-radius: 100%;
color: #488FCC;
box-shadow: inset 0 0 0 1px #d7d7d7;
-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
transition: background-color 400ms, background-color 400ms;
position: relative;
}
/*.media.service-box .pull-left > i:after {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 50%;
margin-top: -10px;
right: -10px;
border: 4px solid #fff;
border-radius: 20px;
background: #488FCC;
}*/
.media.service-box:hover .pull-left > i {
background-image: -moz-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -webkit-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -ms-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
color: #fff;
box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/*
*-
* How it work
*
*/
/*owl-carousel*/
#banner-carousel
{
}
.owl-carousel {
position: relative;
height: 100%;
}
.owl-carousel div:not(.owl-controls) {
height: 100%;
}
.owl-carousel .owl-slide {
/*background-image: url("11.jpg");*/
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.owl-carousel div.owl--text {
position: absolute;
bottom: 4em;
left: 2em;
width: 20em;
height: 8em;
padding: 1em;
background: rgba(255, 255, 255, 0.5);
border-radius: 4px;
}
.owl-carousel .owl-controls {
position: absolute;
top: 50%;
left: 0;
right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
font-family: "Icofont";
width: 50px;
height: 50px;
background: transparent;
color: #45aed6;
border: 1px solid #45aed6;
border-radius: 50%;
text-align: center;
line-height: 46px;
position: absolute;
top: 30%;
transition: all 0.4s ease-in-out 0s;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}
.owl-carousel .owl-controls .owl-buttons div:hover
{
background: transparent;
color: #404b61;
border: 1px solid #404b61;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
left: -70px;
margin-top: -144px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
right: -70px;
margin-top: -144px;
}
/*description how it work*/
@media only screen and (min-width:768px) {
#how-work
{
padding: 50px 0px;
}
}
.how-work .media-body p
{
margin-top: 7px;
}
#how-work .media.how-work {
margin: 10px 0;
}
.media.how-work .pull-left {
margin-right: 20px;
}
.media.how-work .pull-left > i {
font-size: 14px;
height: 40px;
line-height: 43px;
text-align: center;
width: 40px;
border-radius: 100%;
color: #488FCC;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
-webkit-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
box-shadow: inset 0 0 0 1px #d7d7d7;
-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
transition: background-color 900ms, background-color 900ms;
position: relative;
}
.media.how-work:hover .pull-left > i {
background-image: -moz-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -webkit-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -ms-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
color: #fff;
box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/**/
ul.nostyle {
list-style: none;
padding: 0;
margin-bottom: 20px;
}
ul.nostyle i {
color: #45aed6;
}
/*
* -
* Download mobile app
*/
/**/
/* mobile app */
/**/
#Download-app .mobile-app {
padding: 70px 0;
}
.mobile-app p {
margin-top: 1em;
font-size: 14px;
line-height: 1.75;
color: #363636;
}
.mobile-app h2 {
font-size: 30px;
font-weight: 600;
color: #181818;
}
.mobile-app h3 {
margin-bottom: 5px;
font-size: 18px;
text-transform: uppercase;
color: #45aed6;
}
.mobile-app img {
display: block;
max-width: 100%;
margin: 0 -35px -40px auto;
}
.mobile-app .link {
display: inline-block;
width: 130px;
height: 40px;
margin: 20px 10px 0 0;
transition: opacity 0.3s;
}
.mobile-app .link:hover {
opacity: 0.8;
}
.mobile-app .link-apple {
background-image: url(../img/link-apple.png);
}
.mobile-app .link-google {
background-image: url(../img/link-google.png);
}
.mobile-app .grid-con {
max-width: 990px;
}
.mobile-app .grid-col {
vertical-align: middle;
}
@media screen and (max-width: 1219px) { /* laptop */
.mobile-app img {
height: auto;
}
}
@media screen and (max-width: 767px) { /* phablet */
.mobile-app {
padding: 40px 0;
}
.mobile-app h2 {
font-size: 28px;
}
.mobile-app img {
margin: 40px auto -20px;
}
}
/*
* -
* testimonials
*/
#customers-testimonials .item {
text-align: center;
margin-bottom: 80px;
}
.item .shadow-effect img
{
border-radius: 50%;
margin-bottom: 30px;
}
.owl-carousel .owl-nav [class*='owl-'] {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.owl-theme .owl-controls {
margin-top: 106px;
text-align: center;
}
#customers-testimonials .item-details span {
color: red;
text-align: center;
}
.item-details p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: -12px;
font-size: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{
background-color: #45aed6;
}
/*
* -
*
* Facts
*/
.our-stats {
background: #35434f;
}
.our-stats>.container
{
padding:60px 0px;
}
.our-stat-icon .fa {
font-size: 60px;
color: #fff;
line-height: 90px;
}
.our-stat-info span {
color: #fff;
font-size: 32px;
margin: 1em 0;
line-height: 60px;
}
.our-stat-info h5 {
color: #fff;
line-height: 3em;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 0;
}
#five
{
background-size: cover;
color: #fff;
}
/*
* -
* latest_videos
*/
@media screen and (min-width: 767px) { /* phablet */
#latest_videos
{
padding: 50px 0px 60px 0;
}
}
.port-image
{
width: 100%;
}
/*.col-md-3
{
margin-bottom:20px;
}
*/
.each-item
{
position:relative;
overflow:hidden;
}
.each-item:hover .cap2, .each-item:hover .cap1
{
left:0px;
}
.cap1
{
position:absolute;
width:100%;
height:70%;
background:rgba(255, 255, 255, 0.5);
top:0px;
left:-100%;
padding:10px;
transition: all .5s;
}
.cap2
{
position:absolute;
width:100%;
height:30%;
background:rgba(69, 174, 214, 0.71);
bottom:0px;
left:100%;
padding:10px;
cursor: pointer;
transition: all .5s;
}
.cap2 p
{
color: #fff;
font-weight: bold;
}
/*
* -
* footer
*/
footer {
font-size: 1.5rem;
line-height: 2.7rem;
font-family: "raleway-medium", sans-serif;
color: #465166;
}
footer a, footer a:visited {
color: #05bca9;
}
footer a:hover, footer a:focus {
text-decoration: none;
}
footer h4 {
font-size: 11px;
line-height: 1.27273;
font-weight: 600;
letter-spacing: .005em;
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif;
margin: 0;
margin-bottom: 6px;
color: #555;
}
footer ul li {
padding-left: 0;
margin-left: -40px;
}
.footer-main {
padding-top: 4.6rem;
padding-bottom: 2.2rem;
background: #f2f2f2;
}
.footer-main ul {
font-size: 1.5rem;
}
.footer-main ul li {
font-family: "raleway-bold", sans-serif;
list-style: none;
}
.footer-main ul a, .footer-main ul a:visited {
color: #555;
text-decoration: none;
font-size: 11px;
}
.footer-main ul a:hover, .footer-main ul a:focus {
color: #45aed6;
}
.footer-main .footer-logo {
width: 162px;
height: 39px;
background: url("../images/footer-logo.png") no-repeat center;
background-size: 162px 39px;
margin: -.6rem 0 2.1rem -.3rem;
display: block;
}
.footer-main .footer-subscribe p {
margin-bottom: 1.2rem;
}
.footer-main .footer-subscribe .subscribe-form #mc-form {
padding: 0;
}
.footer-main .footer-subscribe .subscribe-form input[type="email"] {
padding: .6rem 2rem;
border-radius: 5px;
background: #232933;
border: none;
width: 100%;
font-family: "raleway-regular", sans-serif;
color: #bababa;
margin-bottom: 1.8rem;
}
.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
display: none;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message {
font-family: "raleway-bold", sans-serif;
color: #FFFFFF;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
color: #ff7b29;
margin-right: 5px;
}
.footer-main .footer-subscribe .subscribe-form ::-webkit-input-placeholder {
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-moz-placeholder {
/* Firefox 18- */
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form ::-moz-placeholder {
/* Firefox 19+ */
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-ms-input-placeholder {
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form .placeholder {
color: #545454 !important;
}
.footer-bottom {
padding-top: 2rem;
padding-bottom: 2rem;
text-align: center;
background-color: #f2f2f2;
}
.border
{
border-top: 2px solid #fff;
}
.footer-bottom .copyright span {
display: inline-block;
}
.footer-bottom .copyright span::after {
content: "|";
display: inline-block;
padding: 0 1rem 0 1.2rem;
color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
display: none;
}
/**
* responsive:
* footer
* -
*/
@media only screen and (max-width:768px) {
.footer-main .footer-logo {
margin-left: auto;
margin-right: auto;
}
.footer-main .footer-info {
text-align: center;
}
}
@media only screen and (max-width:600px) {
.footer-main .row {
max-width: 420px;
}
.footer-main .footer-subscribe {
text-align: center;
}
.footer-main .subscribe-form form input[type="email"] {
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.footer-bottom {
padding-bottom: .6rem;
}
.footer-bottom .copyright span {
display: block;
}
.footer-bottom .copyright span::after {
display: none;
}
}
@media only screen and (max-width:400px) {
.footer-main .site-links, .footer-main .social-links {
text-align: center;
}
.footer-main .site-links h4, .footer-main .social-links h4 {
border: none;
}
.footer-main ul {
/*width: 80%;*/
display: block;
margin-left: auto;
margin-right: auto;
}
.footer-main ul li a {
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
padding: .6rem 0;
}
.footer-main ul li:first-child a {
border-top: 1px solid rgba(255, 255, 255, 0.03);
}
}
/**
* ===================================================================
* Video page
*
* -------------------------------------------------------------------
*/
.post-meta > span:last-child {
border-right: 0;
}
.post-meta > span > i {
margin-right: 5px;
}
.widget-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.tab-post-nav li {
float: left;
}
.tab-post-nav li a {
border-top: 3px solid transparent;
color: #000;
display: block;
padding: 13px 18px;
text-align: center;
transition: all .3s;
}
.tab-post-nav li a:hover {
text-decoration: none;
color: #45aed6;
}
.widget-content a
{
font-size: 14px;
}
.tab-post-nav li.active a {
border-top: 3px solid #45aed6;
background-color: #f7f7f7;
color: #45aed6;
text-decoration: none;
}
.widget-content .tab-content {
background-color: #f7f7f7;
padding: 20px;
}
.tab-post-nav {
background-color: #ececec;
}
.tab-excerpt h4 a {
color: #000;
}
.post-meta > span
{
color: #fff;
border-right: 1px solid #fff;
display: inline-block;
font-size: 12px;
margin: 10px 10px 0 0;
padding-right: 10px;
}
.post-item .entry {
border: 1px solid #f2f2f2;
margin-bottom: 30px;
}
.entry .post-excerpt {
padding: 0 20px;
}
.post-meta {
background-color: #525c70;
border-top: 1px solid #525c70;
font-size: 13px;
margin: 20px 0 0;
padding: 0 20px 10px;
}
.widget-title h3
{
margin-top: 0;
}
/**
* ===================================================================
* Handyman page
*
* -------------------------------------------------------------------
*/
.circle-size{
border: 2px solid #d7d7d7;
border-radius: 50%;
width: 200px;
height: 200px;
margin: 0px auto 25px;
}
.circle-size span {
background: rgba(222, 222, 222, 0.74);
border: 3px solid #fff;
border-radius: 50%;
display: block;
height: 100%;
width: 100%;
}
.circle-size i{
color: #525c70;
font-size: 87px;
margin-top: 0;
position: relative;
top: 46px;
z-index: 20;
}
.circle-size {
/*width: 100%;
height: 100%;*/
border-radius: 50%;
position: relative;
cursor: default;
box-shadow:
inset 0 0 0 0 rgba(200,95,66, 0.4),
inset 0 0 0 16px rgba(255,255,255,0.6),
0 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.circle-size:hover {
box-shadow: inset 0 0 0 110px #3F51B5, inset 0 0 0 26px rgba(255,255,255,0.8), 0 1px 7px rgba(0, 0, 0, 1);
cursor: pointer;
}
.ch-info {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 65px 0 0 0;
height: 110px;
font-family: 'Open Sans', Arial, sans-serif;
text-shadow:
0 0 1px #45aed6,
0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
color: #45aed6;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
display: block;
color: #45aed6;
color: rgba(255,255,255,0.7);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 4px;
font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
color: #fff222;
color: rgba(255,242,34, 0.8);
}
.circle-size:hover .ch-info {
opacity: 1;
margin-top: -200px;
z-index: 99999;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.circle-size:hover i
{
opacity: .2;
}
.circle-size img {
width: 119px;
margin-top: 35px;
}
.circle-size:hover img {
opacity: .2;
}
.modal .mobile-app
{
padding: 20px 5px;
}
/**/
/* Let's get this party started */
::-webkit-scrollbar {
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
/* border-radius: 10px;*/
}
::-moz-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
/*-webkit-border-radius: 10px;*/
/* border-radius: 10px;*/
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #45aed6;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* Handle */
::-moz-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;*/
background: #45aed6;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
::-moz-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
/* CONTACTS */
#contact {
background-image: url('../img/word_map.png');
background-position: 50% 50%;
background-repeat: no-repeat;
margin-top: 60px;
}
.btn-primary {
color: #fff;
background-color: #45aed6;
border-color: #45aed6;
}
.social-icon a {
background: #45aed6;
color: #fff;
padding: 4px 8px;
height: 28px;
width: 28px;
display: block;
border-radius: 50px;
}
.text-social
{
font-size: 13px;
color: #aeaeae;
}
.social-icon a:hover {
background: #4592d6;
}
/*
*
* main blog
*/
.item
{
border: 1px solid #ddd;
} | public/user/css/mena.css | @import url("fonts.css");
@import url("ionicons/css/ionicons.min.css");
@import url("micons/micons.css");
@import url('https://fonts.googleapis.com/css?family=Cairo');
/**
* ===================================================================
* base style overrides
*
* -------------------------------------------------------------------
*/
body {
background-color: #fff;
font-family: 'Cairo', sans-serif;
color: #363636;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width:1024px) {
html {
font-size: 9.375px;
}
}
@media only screen and (max-width:768px) {
html {
font-size: 10px;
}
h3
{
font-size: 25px;
}
}
@media only screen and (max-width:400px) {
html {
font-size: 9.375px;
}
}
/*
*-
* common styles
*
*/
.margin-top-sixty
{
margin-top: 60px;
}
.m-t-50
{
margin-top: 50px;
}
.m-b-50
{
margin-bottom: 50px;
}
.m-t-30
{
margin-top: 30;
}
.m-b-30
{
margin-bottom: 30;
}
.m-t-60
{
margin-top: 60px;
}
.m-t-10
{
margin-top: 10;
}
.m-b-10
{
margin-bottom: 10px;
}
.m-b-60
{
margin-bottom: 60px;
}
/*line under header*/
.fancy-line {
line-height: 0.5;
text-align: center;
margin-bottom: 20px;
}
.fancy-line span:before, .fancy-line span:after {
content: '';
position: absolute;
height: 5px;
border-bottom: 2px solid #525c70;
top: 0;
width: 110px;
}
.fancy-line span:after {
left: 100%;
margin-left: 15px;
}
.fancy-line span:before {
right: 100%;
margin-right: 15px;
}
.fancy-line span {
display: inline-block;
position: relative;
background: #45aed6;
width: 8px;
height: 8px;
-webkit-border-radius: 50px;
border-radius: 50px;
}
/*color*/
.main-color
{
color: #45aed6;
}
.secound-color
{
color: #404b61;
}
.background-section
{
background-color: #f2f2f2;
}
/*line */
.column-title {
margin-top: 0;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
position: relative;
}
.column-title:after {
content: " ";
position: absolute;
bottom: -1px;
left: 0;
width: 40%;
border-bottom: 1px solid #45aed6;
}
/*return-to-top*/
#return-to-top {
position: fixed;
bottom: 20px;
right: 30px;
background: rgb(82, 92, 112);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-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.5s ease-in-out;
z-index: 9999999;
}
#return-to-top i {
z-index: 999999999;
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: #45aed6;
}
#return-to-top:hover i {
color: rgba(0, 0, 0, 0.7);
top: 1px;
}
/*
*===========================================
*
* Header
*-------------------------------------------
*/
.header{
/* background: url('../img/bg-banner02.jpg') no-repeat fixed;*/
/* background-size: cover;
min-height: 650px;
position: relative;*/
}
.cover-img
{
background-size: cover;
min-height: 350px;
position: relative;
background-repeat: no-repeat;
}
.cover-home
{
background-size: cover;
min-height: 650px;
position: relative;
background-repeat: no-repeat;
}
.bg-color
{
background-color: rgba(0, 0, 0, 0.5);
min-height: 650px;
}
.bg-overlay
{
background-color: rgba(65, 78, 98, 0.68)
}
#main-header
{
}
.navbar-default {
background-color: transparent;
border:0px;
padding: 20px 0;
transition: all 0.3s;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
color: #45aed6;
}
.top-nav-collapse {
padding: 0;
background: rgba(64,75,97, 0.9);
}
.logo-dec
{
color: #45aed6;
}
.navbar-default .navbar-brand {
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
color: #fff;
}
.navbar-brand {
padding: 0px;
font-size: 24px;
text-transform: uppercase;
padding: 15px 0px;
margin-top: 6px;
}
.navbar-default .navbar-nav > li > a
{
padding: 5px 10px;
font-size: 14px;
line-height: 54px;
font-weight: 400;
text-transform: uppercase;
background: transparent;
color: #fff;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
color: #45aed6;
background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
background-color: transparent;
color: #45aed6;
}
.banner-info
{
padding-top: 140px;
color: #fff;
}
.bnr-title, .bnr-sub-title
{
font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title
{
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
}
h2.bnr-sub-title
{
font-size: 45px;
text-transform: uppercase;
padding: 20px 0px;
font-weight: 700;
}
.bnr-para
{
font-weight: 300;
}
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus
{
text-transform: uppercase;
margin-top: 5px;
color: #fff;
border: 0;
font-size: 14px;
font-weight: 300;
line-height: 31px;
padding: 10px 30px;
border-radius: 60px;
margin: 0 10px 0 0;
outline: none !important;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 0.3s;
}
.btn-download
{
background-color: #fff;
color: #45aed6;
transition: all 0.4s;
}
.btn-download:hover
{
background-color: #45aed6;
color: #fff;
box-shadow: 0 7px 20px 5px rgba(50, 63, 14, 0.3);
}
.btn-download img
{
margin-left: -10px
}
.btn-download .fa-apple
{
font-size: 25px;
margin-right: 8px;
margin-left: 3px;
}
.btn-more, .btn-more:focus
{
margin-left: 15px;
border: 1px solid #fff;
color: #fff;
}
.btn-more:hover {
background: #45aed6;
color: #fff;
border: 1px solid #45aed6;
}
.overlay-detail a i{
text-align: center;
position: absolute;
bottom: 25px;
font-size: 38px;
color: #fff;
}
/*
*-
*Responsive media queries
*
*/
@media (min-width: 20px) and (max-width: 320px) {
.navbar-default .navbar-brand {
padding-left: 16px;
margin-top: 0px;
}
.banner-info {
padding-top: 65px;
}
h1.bnr-title {
font-size: 16px;
}
h2.bnr-sub-title {
font-size: 33px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
font-size: 12px;
padding: 2px 16px;
margin-top: 8px;
}
.wrap-item h3 {
font-size: 18px;
}
.title, .service-title {
font-size: 28px;
}
.sub-title {
font-size: 15px;
}
.loction-info{
padding: 0px 15px;
}
.padding-right-zero{
padding-right: 15px !important;
}
.navbar-default .navbar-nav > li > a{
line-height: 22px;
text-align: center;
}
}
@media (min-width: 450px) and (max-width: 768px) {
.navbar-default .navbar-brand {
padding-left: 16px;
margin-top: 0px;
}
.banner-info {
padding-top: 150px;
}
h1.bnr-title {
font-size: 16px;
}
h2.bnr-sub-title {
font-size: 33px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
font-size: 12px;
padding: 7px 18px;
}
.wrap-item h3 {
font-size: 18px;
}
.title, .service-title {
font-size: 28px;
}
.sub-title {
font-size: 15px;
}
.loction-info{
padding: 0px 15px;
}
.padding-right-zero{
padding-right: 15px !important;
}
.navbar-default .navbar-nav > li > a{
line-height: 22px;
text-align: center;
}
}
@media (min-width: 320px) and (max-width: 450px) {
.navbar-default .navbar-brand {
padding-left: 16px;
margin-top: 0px;
}
.banner-info {
padding-top: 100px;
}
h1.bnr-title {
font-size: 16px;
}
h2.bnr-sub-title {
font-size: 33px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
font-size: 12px;
padding: 7px 18px;
}
.wrap-item h3 {
font-size: 18px;
}
.title, .service-title {
font-size: 28px;
}
.sub-title {
font-size: 15px;
}
.loction-info{
padding: 0px 15px;
}
.padding-right-zero{
padding-right: 15px !important;
}
.navbar-default .navbar-nav > li > a{
line-height: 22px;
text-align: center;
}
}
/**
* -
* video popup
*
*
*/
#intro {
width: 100%;
/*height: 100%;*/
/*min-height: 320px;*/
display: table;
position: relative;
}
.intro-content {
display: table-cell;
vertical-align: middle;
text-align: center;
-webkit-transform: translateY(-1.2rem);
-ms-transform: translateY(-1.2rem);
transform: translateY(-1.2rem);
}
.intro-content .video-link a {
display: inline-block;
width: 90px;
height: 90px;
margin-bottom: 4.2rem;
outline: none;
}
.intro-content .button {
border-color: #FFFFFF;
color: #FFFFFF;
height: 6.6rem;
line-height: 6rem;
padding: 0 3rem !important;
margin-top: 1.8rem;
font-family: "raleway-heavy", sans-serif;
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: .4rem;
}
.intro-content .button:hover, .intro-content .button:focus {
color: #05bca9;
border-color: #05bca9;
}
/**
* responsive:
* intro
* -
*/
@media only screen and (max-width:1024px) {
.intro-content {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.intro-content .video-link a {
width: 72px;
height: 72px;
/*margin-bottom: 3rem;*/
}
}
@media only screen and (max-width:768px) {
#intro {
/*min-height: 660px;*/
}
}
@media only screen and (max-width:600px) {
.intro-content .video-link a {
width: 66px;
height: 66px;
/*margin-bottom: 1.5rem;*/
}
}
@media only screen and (max-width:400px) {
#intro {
/*min-height: 550px;*/
}
.intro-content .video-link a {
width: 60px;
height: 60px;
}
}
/**
* video popup modal
* -
*/
.popup-modal {
max-width: 800px;
background: #FFFFFF;
position: relative;
margin: 0 auto; /* close */
}
.popup-modal .close-popup {
position: absolute;
right: 0;
top: -42px;
cursor: pointer;
display: block;
width: 30px;
height: 30px;
color: rgba(255, 255, 255, 0.5);
text-align: center;
font: 0/0 a;
text-shadow: none;
color: transparent;
}
.popup-modal .close-popup::before {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
font-family: "Ionicons";
content: "\f2d7";
font-size: 21px;
color: rgba(255, 255, 255, 0.5);
}
/**
* responsive:
* video popup modal
* -
*/
@media only screen and (max-width:900px) {
.popup-modal {
max-width: 700px;
}
}
@media only screen and (max-width:768px) {
.popup-modal {
width: auto;
margin: 0 20px;
}
}
/*
*-
* Wellcom section
*
*/
.range h1
{
margin-bottom: 20px;
}
.img-side img
{
border-radius: 6px;
width:910px;
height: 280px;
/* -webkit-box-shadow: 0px 6px 28px -4px rgba(156,120,95,0.76);
-moz-box-shadow: 0px 6px 28px -4px rgba(156,120,95,0.76);
box-shadow: 0px 6px 28px -4px rgba(156,120,95,0.76);*/
}
.divider-left:before {
content: '\0020';
position: absolute;
/*top: 120px;*/
left: 16px;
width: 15px;
height: 44%;
background: #45aed6;
}
@media only screen and (max-width:320px)
{
.divider-left:before {
height: 30%;
}
}
@media only screen and (max-width: 768px) {
.divider-left:before {
height: 37%;
}
}
@media only screen and (max-width: 900px) {
.divider-left:before {
height: 25%;
}
}
p.divider-left
{
margin-left: 55px;
}
/*
*-
* Services
*
*/
@media only screen and (min-width:768px) {
#service{
padding:50px 0px;
}
}
.service_area{
padding:40px 0 40px;
}
.service_section{
}
.service_block{
text-align:center;
padding-left: 15px;
padding-right: 15px;
}
.service_icon{
border:2px solid #d7d7d7;
border-radius:50%;
width:90px;
height:90px;
margin:0px auto 25px;
}
.service_icon.icon2{
border:2px solid #488FCC;
}
.service_icon.icon3{
border:2px solid #49b5e7;
}
.service_icon span {
background: rgba(222, 222, 222, 0.74);
border: 3px solid #fff;
border-radius: 50%;
display: block;
height: 100%;
width: 100%;
}
.service_icon.icon2 span {
background:#7cc576;
}
.service_icon.icon3 span{
background:#49b5e7;
}
.service_icon i{
color: #525c70;
font-size: 35px;
margin-top: 0;
position: relative;
top: 21px;
z-index: 20;
}
.service_block h3{
font-family: 'Dosis';
font-weight: 600;
font-size:18px;
color:#111111;
margin:35px 0 18px;
}
.service_block p
{
font-size:16px;
color:#888888;
margin:0px;
}
#service .service_area .blog
{
cursor: pointer;
}
#service .service_area .blog2
{
margin-top: 50px;
}
@media only screen and (max-width:320px)
{
#service .service_area .blog
{
margin-top: 30px;
cursor: pointer;
}
}
@media only screen and (max-width: 768px) {
#service .service_area .blog
{
margin-top: 50px;
}
}
@media only screen and (max-width: 1024px)
{
#service .service_area .blog
{
margin-top: 50px;
}
}
/*
*
*-feature
*
*
*/
@media only screen and (min-width:768px) {
#feature{
padding:50px 0px;
}
}
.section-header {
margin-bottom: 50px;
}
.section-header .section-title {
font-size: 44px;
color: #272727;
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
margin: 0 0 20px;
}
.section-header .section-title:before {
content: "";
position: absolute;
width: 140px;
bottom: 0;
left: 50%;
margin-left: -70px;
height: 1px;
background: #ebebeb;
}
.section-header .section-title:after {
content: "";
position: absolute;
width: 24px;
height: 24px;
bottom: -11px;
left: 50%;
margin-left: -12px;
border: 5px solid #fff;
border-radius: 20px;
background: #488FCC;
}
#services {
padding: 100px 0 75px;
}
#features {
padding: 100px 0;
}
#features .media.service-box:first-child {
margin-top: 80px;
}
.media.service-box {
margin: 25px 0;
}
.media.service-box .pull-left {
margin-right: 20px;
}
.media.service-box .pull-left > i {
font-size: 24px;
height: 64px;
line-height: 64px;
text-align: center;
width: 64px;
border-radius: 100%;
color: #488FCC;
box-shadow: inset 0 0 0 1px #d7d7d7;
-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
transition: background-color 400ms, background-color 400ms;
position: relative;
}
/*.media.service-box .pull-left > i:after {
content: "";
position: absolute;
width: 20px;
height: 20px;
top: 50%;
margin-top: -10px;
right: -10px;
border: 4px solid #fff;
border-radius: 20px;
background: #488FCC;
}*/
.media.service-box:hover .pull-left > i {
background-image: -moz-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -webkit-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -ms-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
color: #fff;
box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/*
*-
* How it work
*
*/
/*owl-carousel*/
#banner-carousel
{
}
.owl-carousel {
position: relative;
height: 100%;
}
.owl-carousel div:not(.owl-controls) {
height: 100%;
}
.owl-carousel .owl-slide {
/*background-image: url("11.jpg");*/
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.owl-carousel div.owl--text {
position: absolute;
bottom: 4em;
left: 2em;
width: 20em;
height: 8em;
padding: 1em;
background: rgba(255, 255, 255, 0.5);
border-radius: 4px;
}
.owl-carousel .owl-controls {
position: absolute;
top: 50%;
left: 0;
right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
font-family: "Icofont";
width: 50px;
height: 50px;
background: transparent;
color: #45aed6;
border: 1px solid #45aed6;
border-radius: 50%;
text-align: center;
line-height: 46px;
position: absolute;
top: 30%;
transition: all 0.4s ease-in-out 0s;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}
.owl-carousel .owl-controls .owl-buttons div:hover
{
background: transparent;
color: #404b61;
border: 1px solid #404b61;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
left: -70px;
margin-top: -144px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
right: -70px;
margin-top: -144px;
}
/*description how it work*/
@media only screen and (min-width:768px) {
#how-work
{
padding: 50px 0px;
}
}
.how-work .media-body p
{
margin-top: 7px;
}
#how-work .media.how-work {
margin: 10px 0;
}
.media.how-work .pull-left {
margin-right: 20px;
}
.media.how-work .pull-left > i {
font-size: 14px;
height: 40px;
line-height: 43px;
text-align: center;
width: 40px;
border-radius: 100%;
color: #488FCC;
-moz-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
-webkit-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
box-shadow: inset 0 0 0 1px #d7d7d7;
-webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
transition: background-color 900ms, background-color 900ms;
position: relative;
}
.media.how-work:hover .pull-left > i {
background-image: -moz-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -webkit-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
background-image: -ms-linear-gradient(90deg, #488FCC 0%, #488FCC 100%);
color: #fff;
box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/**/
ul.nostyle {
list-style: none;
padding: 0;
margin-bottom: 20px;
}
ul.nostyle i {
color: #45aed6;
}
/*
* -
* Download mobile app
*/
/**/
/* mobile app */
/**/
#Download-app .mobile-app {
padding: 70px 0;
}
.mobile-app p {
margin-top: 1em;
font-size: 14px;
line-height: 1.75;
color: #363636;
}
.mobile-app h2 {
font-size: 30px;
font-weight: 600;
color: #181818;
}
.mobile-app h3 {
margin-bottom: 5px;
font-size: 18px;
text-transform: uppercase;
color: #45aed6;
}
.mobile-app img {
display: block;
max-width: 100%;
margin: 0 -35px -40px auto;
}
.mobile-app .link {
display: inline-block;
width: 130px;
height: 40px;
margin: 20px 10px 0 0;
transition: opacity 0.3s;
}
.mobile-app .link:hover {
opacity: 0.8;
}
.mobile-app .link-apple {
background-image: url(../img/link-apple.png);
}
.mobile-app .link-google {
background-image: url(../img/link-google.png);
}
.mobile-app .grid-con {
max-width: 990px;
}
.mobile-app .grid-col {
vertical-align: middle;
}
@media screen and (max-width: 1219px) { /* laptop */
.mobile-app img {
height: auto;
}
}
@media screen and (max-width: 767px) { /* phablet */
.mobile-app {
padding: 40px 0;
}
.mobile-app h2 {
font-size: 28px;
}
.mobile-app img {
margin: 40px auto -20px;
}
}
/*
* -
* testimonials
*/
#customers-testimonials .item {
text-align: center;
margin-bottom: 80px;
}
.item .shadow-effect img
{
border-radius: 50%;
margin-bottom: 30px;
}
.owl-carousel .owl-nav [class*='owl-'] {
-webkit-transition: all .3s ease;
transition: all .3s ease;
}
.owl-theme .owl-controls {
margin-top: 106px;
text-align: center;
}
#customers-testimonials .item-details span {
color: red;
text-align: center;
}
.item-details p:before {
content: "\f10d";
font-family: 'Fontawesome';
float: left;
margin-right: -12px;
font-size: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{
background-color: #45aed6;
}
/*
* -
*
* Facts
*/
.our-stats {
background: #35434f;
}
.our-stats>.container
{
padding:60px 0px;
}
.our-stat-icon .fa {
font-size: 60px;
color: #fff;
line-height: 90px;
}
.our-stat-info span {
color: #fff;
font-size: 32px;
margin: 1em 0;
line-height: 60px;
}
.our-stat-info h5 {
color: #fff;
line-height: 3em;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 0 0;
}
#five
{
background-size: cover;
color: #fff;
}
/*
* -
* latest_videos
*/
@media screen and (min-width: 767px) { /* phablet */
#latest_videos
{
padding: 50px 0px 60px 0;
}
}
.port-image
{
width: 100%;
}
/*.col-md-3
{
margin-bottom:20px;
}
*/
.each-item
{
position:relative;
overflow:hidden;
}
.each-item:hover .cap2, .each-item:hover .cap1
{
left:0px;
}
.cap1
{
position:absolute;
width:100%;
height:70%;
background:rgba(255, 255, 255, 0.5);
top:0px;
left:-100%;
padding:10px;
transition: all .5s;
}
.cap2
{
position:absolute;
width:100%;
height:30%;
background:rgba(69, 174, 214, 0.71);
bottom:0px;
left:100%;
padding:10px;
cursor: pointer;
transition: all .5s;
}
.cap2 p
{
color: #fff;
font-weight: bold;
}
/*
* -
* footer
*/
footer {
font-size: 1.5rem;
line-height: 2.7rem;
font-family: "raleway-medium", sans-serif;
color: #465166;
}
footer a, footer a:visited {
color: #05bca9;
}
footer a:hover, footer a:focus {
text-decoration: none;
}
footer h4 {
font-size: 11px;
line-height: 1.27273;
font-weight: 600;
letter-spacing: .005em;
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif;
margin: 0;
margin-bottom: 6px;
color: #555;
}
footer ul li {
padding-left: 0;
margin-left: -40px;
}
.footer-main {
padding-top: 4.6rem;
padding-bottom: 2.2rem;
background: #f2f2f2;
}
.footer-main ul {
font-size: 1.5rem;
}
.footer-main ul li {
font-family: "raleway-bold", sans-serif;
list-style: none;
}
.footer-main ul a, .footer-main ul a:visited {
color: #555;
text-decoration: none;
font-size: 11px;
}
.footer-main ul a:hover, .footer-main ul a:focus {
color: #45aed6;
}
.footer-main .footer-logo {
width: 162px;
height: 39px;
background: url("../images/footer-logo.png") no-repeat center;
background-size: 162px 39px;
margin: -.6rem 0 2.1rem -.3rem;
display: block;
}
.footer-main .footer-subscribe p {
margin-bottom: 1.2rem;
}
.footer-main .footer-subscribe .subscribe-form #mc-form {
padding: 0;
}
.footer-main .footer-subscribe .subscribe-form input[type="email"] {
padding: .6rem 2rem;
border-radius: 5px;
background: #232933;
border: none;
width: 100%;
font-family: "raleway-regular", sans-serif;
color: #bababa;
margin-bottom: 1.8rem;
}
.footer-main .footer-subscribe .subscribe-form input[type="submit"] {
display: none;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message {
font-family: "raleway-bold", sans-serif;
color: #FFFFFF;
}
.footer-main .footer-subscribe .subscribe-form .subscribe-message i {
color: #ff7b29;
margin-right: 5px;
}
.footer-main .footer-subscribe .subscribe-form ::-webkit-input-placeholder {
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-moz-placeholder {
/* Firefox 18- */
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form ::-moz-placeholder {
/* Firefox 19+ */
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form :-ms-input-placeholder {
color: #545454;
}
.footer-main .footer-subscribe .subscribe-form .placeholder {
color: #545454 !important;
}
.footer-bottom {
padding-top: 2rem;
padding-bottom: 2rem;
text-align: center;
background-color: #f2f2f2;
}
.border
{
border-top: 2px solid #fff;
}
.footer-bottom .copyright span {
display: inline-block;
}
.footer-bottom .copyright span::after {
content: "|";
display: inline-block;
padding: 0 1rem 0 1.2rem;
color: rgba(255, 255, 255, 0.1);
}
.footer-bottom .copyright span:last-child::after {
display: none;
}
/**
* responsive:
* footer
* -
*/
@media only screen and (max-width:768px) {
.footer-main .footer-logo {
margin-left: auto;
margin-right: auto;
}
.footer-main .footer-info {
text-align: center;
}
}
@media only screen and (max-width:600px) {
.footer-main .row {
max-width: 420px;
}
.footer-main .footer-subscribe {
text-align: center;
}
.footer-main .subscribe-form form input[type="email"] {
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
.footer-bottom {
padding-bottom: .6rem;
}
.footer-bottom .copyright span {
display: block;
}
.footer-bottom .copyright span::after {
display: none;
}
}
@media only screen and (max-width:400px) {
.footer-main .site-links, .footer-main .social-links {
text-align: center;
}
.footer-main .site-links h4, .footer-main .social-links h4 {
border: none;
}
.footer-main ul {
/*width: 80%;*/
display: block;
margin-left: auto;
margin-right: auto;
}
.footer-main ul li a {
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.03);
padding: .6rem 0;
}
.footer-main ul li:first-child a {
border-top: 1px solid rgba(255, 255, 255, 0.03);
}
}
/**
* ===================================================================
* Video page
*
* -------------------------------------------------------------------
*/
.post-meta > span:last-child {
border-right: 0;
}
.post-meta > span > i {
margin-right: 5px;
}
.widget-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.tab-post-nav li {
float: left;
}
.tab-post-nav li a {
border-top: 3px solid transparent;
color: #000;
display: block;
padding: 13px 18px;
text-align: center;
transition: all .3s;
}
.tab-post-nav li a:hover {
text-decoration: none;
color: #45aed6;
}
.widget-content a
{
font-size: 14px;
}
.tab-post-nav li.active a {
border-top: 3px solid #45aed6;
background-color: #f7f7f7;
color: #45aed6;
text-decoration: none;
}
.widget-content .tab-content {
background-color: #f7f7f7;
padding: 20px;
}
.tab-post-nav {
background-color: #ececec;
}
.tab-excerpt h4 a {
color: #000;
}
.post-meta > span
{
color: #fff;
border-right: 1px solid #fff;
display: inline-block;
font-size: 12px;
margin: 10px 10px 0 0;
padding-right: 10px;
}
.post-item .entry {
border: 1px solid #f2f2f2;
margin-bottom: 30px;
}
.entry .post-excerpt {
padding: 0 20px;
}
.post-meta {
background-color: #525c70;
border-top: 1px solid #525c70;
font-size: 13px;
margin: 20px 0 0;
padding: 0 20px 10px;
}
.widget-title h3
{
margin-top: 0;
}
/**
* ===================================================================
* Handyman page
*
* -------------------------------------------------------------------
*/
.circle-size{
border: 2px solid #d7d7d7;
border-radius: 50%;
width: 200px;
height: 200px;
margin: 0px auto 25px;
}
.circle-size span {
background: rgba(222, 222, 222, 0.74);
border: 3px solid #fff;
border-radius: 50%;
display: block;
height: 100%;
width: 100%;
}
.circle-size i{
color: #525c70;
font-size: 87px;
margin-top: 0;
position: relative;
top: 46px;
z-index: 20;
}
.circle-size {
/*width: 100%;
height: 100%;*/
border-radius: 50%;
position: relative;
cursor: default;
box-shadow:
inset 0 0 0 0 rgba(200,95,66, 0.4),
inset 0 0 0 16px rgba(255,255,255,0.6),
0 1px 2px rgba(0,0,0,0.1);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.circle-size:hover {
box-shadow: inset 0 0 0 110px #3F51B5, inset 0 0 0 26px rgba(255,255,255,0.8), 0 1px 7px rgba(0, 0, 0, 1);
cursor: pointer;
}
.ch-info {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 65px 0 0 0;
height: 110px;
font-family: 'Open Sans', Arial, sans-serif;
text-shadow:
0 0 1px #45aed6,
0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
color: #45aed6;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
display: block;
color: #45aed6;
color: rgba(255,255,255,0.7);
font-style: normal;
font-weight: 700;
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
padding-top: 4px;
font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
color: #fff222;
color: rgba(255,242,34, 0.8);
}
.circle-size:hover .ch-info {
opacity: 1;
margin-top: -200px;
z-index: 99999;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.circle-size:hover i
{
opacity: .2;
}
.circle-size img {
width: 119px;
margin-top: 35px;
}
.circle-size:hover img {
opacity: .2;
}
.modal .mobile-app
{
padding: 20px 5px;
}
/**/
/* Let's get this party started */
::-webkit-scrollbar {
width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
/* border-radius: 10px;*/
}
::-moz-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
/*-webkit-border-radius: 10px;*/
/* border-radius: 10px;*/
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #45aed6;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
/* Handle */
::-moz-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;*/
background: #45aed6;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
::-moz-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
/* CONTACTS */
#contact {
background-image: url('../img/word_map.png');
background-position: 50% 50%;
background-repeat: no-repeat;
margin-top: 60px;
}
.btn-primary {
color: #fff;
background-color: #45aed6;
border-color: #45aed6;
}
.social-icon a {
background: #45aed6;
color: #fff;
padding: 4px 8px;
height: 28px;
width: 28px;
display: block;
border-radius: 50px;
}
.text-social
{
font-size: 13px;
color: #aeaeae;
}
.social-icon a:hover {
background: #4592d6;
}
/*
*
* main blog
*/
.item
{
border: 1px solid #ddd;
} | 0.322206 | 0.055362 |
@layer components {
.feather {
align-self: center;
bottom: 1px;
fill: var(--feather-fill, none);
height: var(--feather-size, initial);
margin-left: 0.1em;
position: relative;
stroke: var(--feather-stroke, hsl(0, 0%, 0%));
vertical-align: middle;
width: var(--feather-size, initial);
}
@keyframes copied {
from {
background-position: bottom right;
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.06, 1.06, 1.06);
}
to {
background-position: bottom left;
transform: scale3d(1, 1, 1);
}
}
#copy-button {
/* --gradient-from-color: rgba(44, 82, 130, 0.9); */
--gradient-from-color: theme("colors.blue.800");
/* --gradient-to-color: rgba(0, 100, 255, 0.3); */
--gradient-to-color: theme("colors.blue.900");
--gradient-color-stops: var(--gradient-from-color) 50%,
var(--gradient-to-color) 100%;
--feather-stroke: theme("colors.white");
animation-direction: normal;
animation-duration: 1250ms;
animation-fill-mode: backwards;
animation-name: copied;
animation-play-state: paused;
animation-timing-function: ease-in-out;
background-clip: padding-box;
background-image: linear-gradient(to right, var(--gradient-color-stops));
background-position: left bottom;
background-repeat: no-repeat;
background-size: 200% 100%;
color: var(--feather-stroke);
@apply flex items-center justify-around;
@apply ring-blue-200 ring-2 rounded-md cursor-pointer p-2;
}
#copy-button:disabled,
#copy-button.disabled {
--feather-stroke: theme("colors.gray.400");
cursor: default;
}
#copy-button:not(:disabled):hover,
#copy-button:not(.disabled):hover {
--feather-stroke: theme("colors.black");
--gradient-from-color: theme("colors.blue.300");
--gradient-to-color: theme("colors.blue.500");
color: var(--feather-stroke);
@apply ring-blue-500;
}
#copy-button::after {
content: "Copy to Clipboard";
@apply ml-2;
}
#copy-button .feather-check {
@apply hidden;
}
#copy-button .feather-copy {
@apply block;
}
#copy-button.just-copied {
animation-play-state: running;
}
#copy-button.just-copied::after {
content: "Copied!";
}
#copy-button.just-copied .feather-check {
@apply block;
}
#copy-button.just-copied .feather-copy {
@apply hidden;
}
}
/* purgecss end ignore */ | src/css/components/buttons.css | @layer components {
.feather {
align-self: center;
bottom: 1px;
fill: var(--feather-fill, none);
height: var(--feather-size, initial);
margin-left: 0.1em;
position: relative;
stroke: var(--feather-stroke, hsl(0, 0%, 0%));
vertical-align: middle;
width: var(--feather-size, initial);
}
@keyframes copied {
from {
background-position: bottom right;
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.06, 1.06, 1.06);
}
to {
background-position: bottom left;
transform: scale3d(1, 1, 1);
}
}
#copy-button {
/* --gradient-from-color: rgba(44, 82, 130, 0.9); */
--gradient-from-color: theme("colors.blue.800");
/* --gradient-to-color: rgba(0, 100, 255, 0.3); */
--gradient-to-color: theme("colors.blue.900");
--gradient-color-stops: var(--gradient-from-color) 50%,
var(--gradient-to-color) 100%;
--feather-stroke: theme("colors.white");
animation-direction: normal;
animation-duration: 1250ms;
animation-fill-mode: backwards;
animation-name: copied;
animation-play-state: paused;
animation-timing-function: ease-in-out;
background-clip: padding-box;
background-image: linear-gradient(to right, var(--gradient-color-stops));
background-position: left bottom;
background-repeat: no-repeat;
background-size: 200% 100%;
color: var(--feather-stroke);
@apply flex items-center justify-around;
@apply ring-blue-200 ring-2 rounded-md cursor-pointer p-2;
}
#copy-button:disabled,
#copy-button.disabled {
--feather-stroke: theme("colors.gray.400");
cursor: default;
}
#copy-button:not(:disabled):hover,
#copy-button:not(.disabled):hover {
--feather-stroke: theme("colors.black");
--gradient-from-color: theme("colors.blue.300");
--gradient-to-color: theme("colors.blue.500");
color: var(--feather-stroke);
@apply ring-blue-500;
}
#copy-button::after {
content: "Copy to Clipboard";
@apply ml-2;
}
#copy-button .feather-check {
@apply hidden;
}
#copy-button .feather-copy {
@apply block;
}
#copy-button.just-copied {
animation-play-state: running;
}
#copy-button.just-copied::after {
content: "Copied!";
}
#copy-button.just-copied .feather-check {
@apply block;
}
#copy-button.just-copied .feather-copy {
@apply hidden;
}
}
/* purgecss end ignore */ | 0.573917 | 0.283583 |
*/*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #373C40;
font-family: Verdana,Arial, Helvetica, sans-serif;
height: 100%;
width: 97%;
background-color: #f0f0f0;
margin:15px;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 13.4px;
}
p {
padding: 7px 0 7px 0;
font-weight: 500;
font-size: 10pt;
}
h1 {
font-weight:200;
color: #207be5;
font-size:18pt;
background: transparent url(../img/h1.png) no-repeat center left;
padding-left:33px;
margin:7px 5px 8px 8px;
}
h4 {
padding:1px;
color: #ACACAC;
font-size:12pt;
font-weight:100;
text-transform:uppercase;
}
form.register{
width:98%;
margin: 20px auto 0px auto;
height:410px;
background-color:rgba( 19, 62, 210, 0.1);
padding:5px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
}
form p{
font-size: 10pt;
clear:both;
margin: 0;
color:gray;
padding:4px;
}
form.register fieldset.row2
{
border-top:2px solid #F1F1F1;
border-right:2px solid #F1F1F1;
height:240px;
padding:6px;
float:left;
}
form.register fieldset.row3
{
border-top:1px solid #F1F1F1;
padding:1px;
float:left;
margin-bottom:15px;
width:400px;
}
form.register .infobox{
float:right;
margin-top:10px;
border: 3px solid #F1F1F1;
padding:5px;
width:380px;
height:180px;
font-size:119px;
background: #FDFEFA url(../img/bg_infobox.gif) repeat-x top left;
}
form.register legend
{
color: #4b71f4;
padding:2px;
margin-left: 14px;
font-weight:bold;
font-size: 14px;
font-weight:100;
}
form.register label{
color:#444;
width:148px;
float: left;
text-align: right;
margin-right: 46px;
margin-top:1px;
}
form.register input{
width: 140px;
color: gray;
float: left;
margin-right: 105px;
}
form.register input.long{
width: 247px;
color: #505050;
}
form.register input.short{
width: 40px;
color: #505050;
}
form.register input[type=text]
{
border: 1px solid #E1E1E1;
height: 23px;
}
.button
{
background: #4b71f4 url(../img/overlay.png) repeat-x;
padding: 8px 10px 8px;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
cursor: pointer;
float:left;
font-size:18px;
margin:100px;
}
form.register input[type=text].year
{
border: 1px solid #E1E1E1;
height: 23px;
width:50px;
}
form.register select
{
border: 1px solid #E1E1E1;
width: 150px;
float:left;
margin-bottom:3px;
color: #505050;
margin-right:5px;
}
form.register select.date
{
width: 55px;
}
.cambiofecha{
background: #ffffff45;
cursor:pointer;
} | assets/css/formStyle.css | */*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #373C40;
font-family: Verdana,Arial, Helvetica, sans-serif;
height: 100%;
width: 97%;
background-color: #f0f0f0;
margin:15px;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 13.4px;
}
p {
padding: 7px 0 7px 0;
font-weight: 500;
font-size: 10pt;
}
h1 {
font-weight:200;
color: #207be5;
font-size:18pt;
background: transparent url(../img/h1.png) no-repeat center left;
padding-left:33px;
margin:7px 5px 8px 8px;
}
h4 {
padding:1px;
color: #ACACAC;
font-size:12pt;
font-weight:100;
text-transform:uppercase;
}
form.register{
width:98%;
margin: 20px auto 0px auto;
height:410px;
background-color:rgba( 19, 62, 210, 0.1);
padding:5px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
}
form p{
font-size: 10pt;
clear:both;
margin: 0;
color:gray;
padding:4px;
}
form.register fieldset.row2
{
border-top:2px solid #F1F1F1;
border-right:2px solid #F1F1F1;
height:240px;
padding:6px;
float:left;
}
form.register fieldset.row3
{
border-top:1px solid #F1F1F1;
padding:1px;
float:left;
margin-bottom:15px;
width:400px;
}
form.register .infobox{
float:right;
margin-top:10px;
border: 3px solid #F1F1F1;
padding:5px;
width:380px;
height:180px;
font-size:119px;
background: #FDFEFA url(../img/bg_infobox.gif) repeat-x top left;
}
form.register legend
{
color: #4b71f4;
padding:2px;
margin-left: 14px;
font-weight:bold;
font-size: 14px;
font-weight:100;
}
form.register label{
color:#444;
width:148px;
float: left;
text-align: right;
margin-right: 46px;
margin-top:1px;
}
form.register input{
width: 140px;
color: gray;
float: left;
margin-right: 105px;
}
form.register input.long{
width: 247px;
color: #505050;
}
form.register input.short{
width: 40px;
color: #505050;
}
form.register input[type=text]
{
border: 1px solid #E1E1E1;
height: 23px;
}
.button
{
background: #4b71f4 url(../img/overlay.png) repeat-x;
padding: 8px 10px 8px;
color: #fff;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
cursor: pointer;
float:left;
font-size:18px;
margin:100px;
}
form.register input[type=text].year
{
border: 1px solid #E1E1E1;
height: 23px;
width:50px;
}
form.register select
{
border: 1px solid #E1E1E1;
width: 150px;
float:left;
margin-bottom:3px;
color: #505050;
margin-right:5px;
}
form.register select.date
{
width: 55px;
}
.cambiofecha{
background: #ffffff45;
cursor:pointer;
} | 0.249905 | 0.150278 |
body {
margin: 0;
padding: 10px;
border: 0;
outline: 0;
font-family: Geneva, Verdana, sans-serif;
font-size: 16px;
line-height: 20px;
vertical-align: baseline;
background: #FAF4B1;
background-image: url(/img/texture.png);
}
input, select, button {
font-size: 16px;
line-height: 20px;
}
div, dl, dt, dd
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
textarea.log, textarea.response {
border: 1px;
border-style : solid;
background-color: #FFF;
color: #000;
font-size : 16px;
font-family : 'Courier New', Courier, monospace;
}
textarea.log {
font-size : 14px;
}
a.sample {
color: rgb(100, 100, 100);
text-decoration:none;
text-shadow:1px 1px 1px #FFF;
}
a {
color: #493997;
text-decoration:none;
text-shadow:1px 1px 1px rgb(98, 177, 252);
}
a.sample:hover, a:hover {
color: #dd6853;
}
button.go {
width: 200px;
height: 30px;
cursor: pointer;
color: black;
background-color: rgb(190, 224, 255);
}
button.go:hover {
color: white;
background-color: rgb(126, 175, 221);
}
button.exp, button.rm, button.dbexp, button.dbrm {
width: 240px;
height: 30px;
cursor: pointer;
color: black;
border-left-color: rgb(231, 255, 211);
border-top-color: rgb(231, 255, 211);
border-right-color: rgb(231, 255, 211);
border-bottom-color: rgb(231, 255, 211);
background-color: rgb(189, 240, 147);
}
button.rm, button.dbrm {
color: rgb(255, 0, 0);
}
button.dbexp, button.dbrm {
width: 280px;
}
button.exp:hover, button.rm:hover, button.dbexp:hover {
color: white;
background-color: rgb(83, 143, 75);
}
button.rm:hover, button.dbrm:hover {
color: yellow;
background-color: rgb(83, 143, 75);
}
table, td, tbody {
margin: 0px;
padding: 0px;
}
table.bls, td.bls {
margin: 0px;
padding: 2px;
border-collapse: collapse;
border: 1px solid black;
}
tr.trb-title {
background: #FAD491
}
tr.trb {
background: #FAF4B1
}
tr.trb:hover {
cursor: pointer;
background: #FAE4A1
}
.fs90 {
font-size: 90%;
} | public/css/style.css | body {
margin: 0;
padding: 10px;
border: 0;
outline: 0;
font-family: Geneva, Verdana, sans-serif;
font-size: 16px;
line-height: 20px;
vertical-align: baseline;
background: #FAF4B1;
background-image: url(/img/texture.png);
}
input, select, button {
font-size: 16px;
line-height: 20px;
}
div, dl, dt, dd
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
textarea.log, textarea.response {
border: 1px;
border-style : solid;
background-color: #FFF;
color: #000;
font-size : 16px;
font-family : 'Courier New', Courier, monospace;
}
textarea.log {
font-size : 14px;
}
a.sample {
color: rgb(100, 100, 100);
text-decoration:none;
text-shadow:1px 1px 1px #FFF;
}
a {
color: #493997;
text-decoration:none;
text-shadow:1px 1px 1px rgb(98, 177, 252);
}
a.sample:hover, a:hover {
color: #dd6853;
}
button.go {
width: 200px;
height: 30px;
cursor: pointer;
color: black;
background-color: rgb(190, 224, 255);
}
button.go:hover {
color: white;
background-color: rgb(126, 175, 221);
}
button.exp, button.rm, button.dbexp, button.dbrm {
width: 240px;
height: 30px;
cursor: pointer;
color: black;
border-left-color: rgb(231, 255, 211);
border-top-color: rgb(231, 255, 211);
border-right-color: rgb(231, 255, 211);
border-bottom-color: rgb(231, 255, 211);
background-color: rgb(189, 240, 147);
}
button.rm, button.dbrm {
color: rgb(255, 0, 0);
}
button.dbexp, button.dbrm {
width: 280px;
}
button.exp:hover, button.rm:hover, button.dbexp:hover {
color: white;
background-color: rgb(83, 143, 75);
}
button.rm:hover, button.dbrm:hover {
color: yellow;
background-color: rgb(83, 143, 75);
}
table, td, tbody {
margin: 0px;
padding: 0px;
}
table.bls, td.bls {
margin: 0px;
padding: 2px;
border-collapse: collapse;
border: 1px solid black;
}
tr.trb-title {
background: #FAD491
}
tr.trb {
background: #FAF4B1
}
tr.trb:hover {
cursor: pointer;
background: #FAE4A1
}
.fs90 {
font-size: 90%;
} | 0.462473 | 0.096621 |
.background_glossyBlue5,
.hover_background_glossyBlue5:hover,
.active_background_glossyBlue5:active:hover {
background: #0000ef;
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_glossyBlue5h,
.hover_background_glossyBlue5h:hover,
.active_background_glossyBlue5h:active:hover {
background: #0000ef;
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_glossyBlue5a,
.hover_background_glossyBlue5a:hover,
.active_background_glossyBlue5a:active:hover {
background: #0000ef;
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_glossyBlue5s,
.hover_background_glossyBlue5s:hover,
.active_background_glossyBlue5s:active:hover {
background: #0000ef;
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_glossyBlue5,
.hover_background_color_glossyBlue5:hover,
.active_background_color_glossyBlue5:active:hover {
background-color:#0000ef;
}
.background_first_color_glossyBlue5,
.hover_background_first_color_glossyBlue5:hover,
.active_background_first_color_glossyBlue5:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyBlue5,
.hover_background_last_color_glossyBlue5:hover,
.active_background_color_last_glossyBlue5:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyBlue5,
.hover_color_glossyBlue5:hover,
.active_color_glossyBlue5:active:hover {
color: #c8c8c8;
}
.color_glossyBlue5h,
.hover_color_glossyBlue5h:hover,
.active_color_glossyBlue5h:active:hover {
color: #c8c8c8;
}
.color_glossyBlue5a,
.hover_color_glossyBlue5a:hover,
.active_color_glossyBlue5a:active:hover {
color: #c8c8c8;
}
.color_glossyBlue5s,
.hover_color_glossyBlue5s:hover,
.active_color_glossyBlue5s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyBlue5,
.hover_border_glossyBlue5:hover,
.active_border_glossyBlue5:active:hover {
border-color: #0000bf #0000bf #0000bf #0000bf;
}
.border_glossyBlue5h,
.hover_border_glossyBlue5h:hover,
.active_border_glossyBlue5h:active:hover {
border-color: #00009b #00009b #00009b #00009b;
}
.border_glossyBlue5a,
.hover_border_glossyBlue5a:hover,
.active_border_glossyBlue5a:active:hover {
border-color: #000078 #000078 #000078 #000078;
}
.border_glossyBlue5s,
.hover_border_glossyBlue5s:hover,
.active_border_glossyBlue5s:active:hover {
border-color: #0000bf #0000bf #0000bf #0000bf;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyBlue5,
.hover_shadow_expand_glossyBlue5:hover,
.active_shadow_expand_glossyBlue5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 239, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 239, .39);
box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 239, .39);
}
.shadow_expand_glossyBlue5h,
.hover_shadow_expand_glossyBlue5h:hover,
.active_shadow_expand_glossyBlue5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(32, 32, 255, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(32, 32, 255, .50);
box-shadow: 0em 0em 1em 0.25em rgba(32, 32, 255, .50);
}
.shadow_expand_glossyBlue5a,
.hover_shadow_expand_glossyBlue5a:hover,
.active_shadow_expand_glossyBlue5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .63);
box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .63);
}
.shadow_expand_glossyBlue5s,
.hover_shadow_expand_glossyBlue5s:hover,
.active_shadow_expand_glossyBlue5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .71);
box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyBlue5,
.hover_shadow_left_glossyBlue5:hover,
.active_shadow_left_glossyBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_left_glossyBlue5h,
.hover_shadow_left_glossyBlue5h:hover,
.active_shadow_left_glossyBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_left_glossyBlue5a,
.hover_shadow_left_glossyBlue5a:hover,
.active_shadow_left_glossyBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_left_glossyBlue5s,
.hover_shadow_left_glossyBlue5s:hover,
.active_shadow_left_glossyBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyBlue5,
.hover_shadow_right_glossyBlue5:hover,
.active_shadow_right_glossyBlue5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 0, 239, .39);
box-shadow: 0.5em 0em 1em rgba(0, 0, 239, .39);
}
.shadow_right_glossyBlue5h,
.hover_shadow_right_glossyBlue5h:hover,
.active_shadow_right_glossyBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(32, 32, 255, .50);
box-shadow: 0.5em 0em 1em rgba(32, 32, 255, .50);
}
.shadow_right_glossyBlue5a,
.hover_shadow_right_glossyBlue5a:hover,
.active_shadow_right_glossyBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .63);
box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .63);
}
.shadow_right_glossyBlue5s,
.hover_shadow_right_glossyBlue5s:hover,
.active_shadow_right_glossyBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .71);
box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyBlue5,
.hover_shadow_top_glossyBlue5:hover,
.active_shadow_top_glossyBlue5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_top_glossyBlue5h,
.hover_shadow_top_glossyBlue5h:hover,
.active_shadow_top_glossyBlue5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_top_glossyBlue5a,
.hover_shadow_top_glossyBlue5a:hover,
.active_shadow_top_glossyBlue5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_top_glossyBlue5s,
.hover_shadow_top_glossyBlue5s:hover,
.active_shadow_top_glossyBlue5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyBlue5,
.hover_shadow_bottom_glossyBlue5:hover,
.active_shadow_bottom_glossyBlue5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0em 0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_bottom_glossyBlue5h,
.hover_shadow_bottom_glossyBlue5h:hover,
.active_shadow_bottom_glossyBlue5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0em 0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_bottom_glossyBlue5a,
.hover_shadow_bottom_glossyBlue5a:hover,
.active_shadow_bottom_glossyBlue5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_bottom_glossyBlue5s,
.hover_shadow_bottom_glossyBlue5s:hover,
.active_shadow_bottom_glossyBlue5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyBlue5,
.hover_shadow_top_left_glossyBlue5:hover,
.active_shadow_top_left_glossyBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_top_left_glossyBlue5h,
.hover_shadow_top_left_glossyBlue5h:hover,
.active_shadow_top_left_glossyBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_top_left_glossyBlue5a,
.hover_shadow_top_left_glossyBlue5a:hover,
.active_shadow_top_left_glossyBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_top_left_glossyBlue5s,
.hover_shadow_top_left_glossyBlue5s:hover,
.active_shadow_top_left_glossyBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyBlue5,
.hover_shadow_top_right_glossyBlue5:hover,
.active_shadow_top_right_glossyBlue5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0.5em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_top_right_glossyBlue5h,
.hover_shadow_top_right_glossyBlue5h:hover,
.active_shadow_top_right_glossyBlue5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0.5em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_top_right_glossyBlue5a,
.hover_shadow_top_right_glossyBlue5a:hover,
.active_shadow_top_right_glossyBlue5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_top_right_glossyBlue5s,
.hover_shadow_top_right_glossyBlue5s:hover,
.active_shadow_top_right_glossyBlue5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyBlue5,
.hover_shadow_bottom_left_glossyBlue5:hover,
.active_shadow_bottom_left_glossyBlue5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 239, .39);
box-shadow: -0.5em 0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_bottom_left_glossyBlue5h,
.hover_shadow_bottom_left_glossyBlue5h:hover,
.active_shadow_bottom_left_glossyBlue5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(32, 32, 255, .50);
box-shadow: -0.5em 0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_bottom_left_glossyBlue5a,
.hover_shadow_bottom_left_glossyBlue5a:hover,
.active_shadow_bottom_left_glossyBlue5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .63);
box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_bottom_left_glossyBlue5s,
.hover_shadow_bottom_left_glossyBlue5s:hover,
.active_shadow_bottom_left_glossyBlue5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .71);
box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyBlue5,
.hover_shadow_bottom_right_glossyBlue5:hover,
.active_shadow_bottom_right_glossyBlue5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0.5em 0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_bottom_right_glossyBlue5h,
.hover_shadow_bottom_right_glossyBlue5h:hover,
.active_shadow_bottom_right_glossyBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0.5em 0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_bottom_right_glossyBlue5a,
.hover_shadow_bottom_right_glossyBlue5a:hover,
.active_shadow_bottom_right_glossyBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_bottom_right_glossyBlue5s,
.hover_shadow_bottom_right_glossyBlue5s:hover,
.active_shadow_bottom_right_glossyBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .71);
} | widgets/common/assets/gradients/glossy/glossyBlue/glossyBlue5.css | .background_glossyBlue5,
.hover_background_glossyBlue5:hover,
.active_background_glossyBlue5:active:hover {
background: #0000ef;
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_glossyBlue5h,
.hover_background_glossyBlue5h:hover,
.active_background_glossyBlue5h:active:hover {
background: #0000ef;
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_glossyBlue5a,
.hover_background_glossyBlue5a:hover,
.active_background_glossyBlue5a:active:hover {
background: #0000ef;
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_glossyBlue5s,
.hover_background_glossyBlue5s:hover,
.active_background_glossyBlue5s:active:hover {
background: #0000ef;
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_glossyBlue5,
.hover_background_color_glossyBlue5:hover,
.active_background_color_glossyBlue5:active:hover {
background-color:#0000ef;
}
.background_first_color_glossyBlue5,
.hover_background_first_color_glossyBlue5:hover,
.active_background_first_color_glossyBlue5:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyBlue5,
.hover_background_last_color_glossyBlue5:hover,
.active_background_color_last_glossyBlue5:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyBlue5,
.hover_color_glossyBlue5:hover,
.active_color_glossyBlue5:active:hover {
color: #c8c8c8;
}
.color_glossyBlue5h,
.hover_color_glossyBlue5h:hover,
.active_color_glossyBlue5h:active:hover {
color: #c8c8c8;
}
.color_glossyBlue5a,
.hover_color_glossyBlue5a:hover,
.active_color_glossyBlue5a:active:hover {
color: #c8c8c8;
}
.color_glossyBlue5s,
.hover_color_glossyBlue5s:hover,
.active_color_glossyBlue5s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyBlue5,
.hover_border_glossyBlue5:hover,
.active_border_glossyBlue5:active:hover {
border-color: #0000bf #0000bf #0000bf #0000bf;
}
.border_glossyBlue5h,
.hover_border_glossyBlue5h:hover,
.active_border_glossyBlue5h:active:hover {
border-color: #00009b #00009b #00009b #00009b;
}
.border_glossyBlue5a,
.hover_border_glossyBlue5a:hover,
.active_border_glossyBlue5a:active:hover {
border-color: #000078 #000078 #000078 #000078;
}
.border_glossyBlue5s,
.hover_border_glossyBlue5s:hover,
.active_border_glossyBlue5s:active:hover {
border-color: #0000bf #0000bf #0000bf #0000bf;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyBlue5,
.hover_shadow_expand_glossyBlue5:hover,
.active_shadow_expand_glossyBlue5:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 239, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 239, .39);
box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 239, .39);
}
.shadow_expand_glossyBlue5h,
.hover_shadow_expand_glossyBlue5h:hover,
.active_shadow_expand_glossyBlue5h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(32, 32, 255, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(32, 32, 255, .50);
box-shadow: 0em 0em 1em 0.25em rgba(32, 32, 255, .50);
}
.shadow_expand_glossyBlue5a,
.hover_shadow_expand_glossyBlue5a:hover,
.active_shadow_expand_glossyBlue5a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .63);
box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .63);
}
.shadow_expand_glossyBlue5s,
.hover_shadow_expand_glossyBlue5s:hover,
.active_shadow_expand_glossyBlue5s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .71);
box-shadow: 0em 0em 1em 0.25em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyBlue5,
.hover_shadow_left_glossyBlue5:hover,
.active_shadow_left_glossyBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_left_glossyBlue5h,
.hover_shadow_left_glossyBlue5h:hover,
.active_shadow_left_glossyBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_left_glossyBlue5a,
.hover_shadow_left_glossyBlue5a:hover,
.active_shadow_left_glossyBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_left_glossyBlue5s,
.hover_shadow_left_glossyBlue5s:hover,
.active_shadow_left_glossyBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyBlue5,
.hover_shadow_right_glossyBlue5:hover,
.active_shadow_right_glossyBlue5:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 0, 239, .39);
box-shadow: 0.5em 0em 1em rgba(0, 0, 239, .39);
}
.shadow_right_glossyBlue5h,
.hover_shadow_right_glossyBlue5h:hover,
.active_shadow_right_glossyBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(32, 32, 255, .50);
box-shadow: 0.5em 0em 1em rgba(32, 32, 255, .50);
}
.shadow_right_glossyBlue5a,
.hover_shadow_right_glossyBlue5a:hover,
.active_shadow_right_glossyBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .63);
box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .63);
}
.shadow_right_glossyBlue5s,
.hover_shadow_right_glossyBlue5s:hover,
.active_shadow_right_glossyBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .71);
box-shadow: 0.5em 0em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyBlue5,
.hover_shadow_top_glossyBlue5:hover,
.active_shadow_top_glossyBlue5:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_top_glossyBlue5h,
.hover_shadow_top_glossyBlue5h:hover,
.active_shadow_top_glossyBlue5h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_top_glossyBlue5a,
.hover_shadow_top_glossyBlue5a:hover,
.active_shadow_top_glossyBlue5a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_top_glossyBlue5s,
.hover_shadow_top_glossyBlue5s:hover,
.active_shadow_top_glossyBlue5s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyBlue5,
.hover_shadow_bottom_glossyBlue5:hover,
.active_shadow_bottom_glossyBlue5:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0em 0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_bottom_glossyBlue5h,
.hover_shadow_bottom_glossyBlue5h:hover,
.active_shadow_bottom_glossyBlue5h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0em 0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_bottom_glossyBlue5a,
.hover_shadow_bottom_glossyBlue5a:hover,
.active_shadow_bottom_glossyBlue5a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_bottom_glossyBlue5s,
.hover_shadow_bottom_glossyBlue5s:hover,
.active_shadow_bottom_glossyBlue5s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0em 0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyBlue5,
.hover_shadow_top_left_glossyBlue5:hover,
.active_shadow_top_left_glossyBlue5:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_top_left_glossyBlue5h,
.hover_shadow_top_left_glossyBlue5h:hover,
.active_shadow_top_left_glossyBlue5h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_top_left_glossyBlue5a,
.hover_shadow_top_left_glossyBlue5a:hover,
.active_shadow_top_left_glossyBlue5a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_top_left_glossyBlue5s,
.hover_shadow_top_left_glossyBlue5s:hover,
.active_shadow_top_left_glossyBlue5s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: -0.5em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyBlue5,
.hover_shadow_top_right_glossyBlue5:hover,
.active_shadow_top_right_glossyBlue5:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0.5em -0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_top_right_glossyBlue5h,
.hover_shadow_top_right_glossyBlue5h:hover,
.active_shadow_top_right_glossyBlue5h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0.5em -0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_top_right_glossyBlue5a,
.hover_shadow_top_right_glossyBlue5a:hover,
.active_shadow_top_right_glossyBlue5a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_top_right_glossyBlue5s,
.hover_shadow_top_right_glossyBlue5s:hover,
.active_shadow_top_right_glossyBlue5s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0.5em -0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyBlue5,
.hover_shadow_bottom_left_glossyBlue5:hover,
.active_shadow_bottom_left_glossyBlue5:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 239, .39);
box-shadow: -0.5em 0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_bottom_left_glossyBlue5h,
.hover_shadow_bottom_left_glossyBlue5h:hover,
.active_shadow_bottom_left_glossyBlue5h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(32, 32, 255, .50);
box-shadow: -0.5em 0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_bottom_left_glossyBlue5a,
.hover_shadow_bottom_left_glossyBlue5a:hover,
.active_shadow_bottom_left_glossyBlue5a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .63);
box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_bottom_left_glossyBlue5s,
.hover_shadow_bottom_left_glossyBlue5s:hover,
.active_shadow_bottom_left_glossyBlue5s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .71);
box-shadow: -0.5em 0.5em 1em rgba(0, 0, 215, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyBlue5,
.hover_shadow_bottom_right_glossyBlue5:hover,
.active_shadow_bottom_right_glossyBlue5:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 239, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 239, .39);
box-shadow: 0.5em 0.5em 1em rgba(0, 0, 239, .39);
}
.shadow_bottom_right_glossyBlue5h,
.hover_shadow_bottom_right_glossyBlue5h:hover,
.active_shadow_bottom_right_glossyBlue5h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(32, 32, 255, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(32, 32, 255, .50);
box-shadow: 0.5em 0.5em 1em rgba(32, 32, 255, .50);
}
.shadow_bottom_right_glossyBlue5a,
.hover_shadow_bottom_right_glossyBlue5a:hover,
.active_shadow_bottom_right_glossyBlue5a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .63);
box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .63);
}
.shadow_bottom_right_glossyBlue5s,
.hover_shadow_bottom_right_glossyBlue5s:hover,
.active_shadow_bottom_right_glossyBlue5s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .71);
box-shadow: 0.5em 0.5em 1em rgba(0, 0, 215, .71);
} | 0.476336 | 0.080357 |
@charset "UTF-8";
@import url(fonticon.css);
* {
margin: 0px;
padding: 0px; }
a {
text-decoration: none; }
li {
list-style: none; }
a, input, button {
outline: none; }
img {
border: 0; }
/*img[src=""]{
@include opacity(0,0);
}*/
input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], input[type="number"], textarea, select {
-webkit-appearance: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
outline: none; }
input[type='checkbox'], input[type='radio'], button {
cursor: pointer; }
.hint {
display: none;
width: auto;
font-size: 14px;
color: red;
text-indent: 25px; }
.must {
color: red;
margin-right: 3px; }
.screen {
display: none;
position: fixed;
z-index: 1000050;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5; }
.scrn {
display: none;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5; }
.popup {
display: none;
position: fixed;
z-index: 1000090;
width: 400px;
left: 50%;
top: 50%;
background: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center; }
.popup > .icon_check_alt2 {
padding-top: 20px;
color: #A5DC86;
font-size: 100px;
text-align: center; }
.popup > .icon_close_alt2 {
display: none;
padding-top: 20px;
color: red;
font-size: 100px;
text-align: center; }
.popup > .icon_info_alt {
padding-top: 20px;
color: #F3DF68;
font-size: 100px;
text-align: center; }
.popup > .pop-text {
font-size: 16px;
color: #333;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px 20px 30px 20px; }
.popup > .pop-password {
display: none;
margin: 0px auto 30px auto;
width: 230px;
padding-left: 10px;
height: 40px;
font-size: 14px;
border: 1px #dedede solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: white; }
.popup > .button {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
border-top: 1px #dedede solid; }
.popup > .button > .sure {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-moz-box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 18px 0px;
text-align: center;
font-size: 16px;
background-color: white; }
.popup > .button > .sure + .sure {
border-left: 1px #dedede solid; }
.popup > .button > .sure1 {
background-color: #00a2e9;
color: white;
-moz-border-radius: 0px 0px 0px 5px;
-webkit-border-radius: 0px 0px 0px 5px;
border-radius: 0px 0px 0px 5px; }
.popup > .button > .sure1:hover {
background-color: #00A8F2; }
.popup > .button > .sure2 {
color: black;
-moz-border-radius: 0px 0px 5px 0px;
-webkit-border-radius: 0px 0px 5px 0px;
border-radius: 0px 0px 5px 0px; }
.popup > .button > .sure2:hover {
background-color: #efefef; }
#pop {
z-index: 1000030; }
#pop > .pop-text {
padding: 20px; }
@-webkit-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
.loadingz {
width: 35px;
height: 35px;
position: relative; }
.loadingz > div {
width: 3px;
height: 3px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px black solid;
position: absolute;
top: 16px;
left: 16px; }
.loadingz > div:nth-of-type(1) {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad1 2.5s 0s infinite;
-moz-animation: rad1 2.5s 0s infinite;
-ms-animation: rad1 2.5s 0s infinite;
-o-animation: rad1 2.5s 0s infinite;
animation: rad1 2.5s 0s infinite; }
.loadingz > div:nth-of-type(2) {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad2 2.5s 0.15s infinite;
-moz-animation: rad2 2.5s 0.15s infinite;
-ms-animation: rad2 2.5s 0.15s infinite;
-o-animation: rad2 2.5s 0.15s infinite;
animation: rad2 2.5s 0.15s infinite; }
.loadingz > div:nth-of-type(3) {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad3 2.5s 0.3s infinite;
-moz-animation: rad3 2.5s 0.3s infinite;
-ms-animation: rad3 2.5s 0.3s infinite;
-o-animation: rad3 2.5s 0.3s infinite;
animation: rad3 2.5s 0.3s infinite; }
.loadingz > div:nth-of-type(4) {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad4 2.5s 0.45s infinite;
-moz-animation: rad4 2.5s 0.45s infinite;
-ms-animation: rad4 2.5s 0.45s infinite;
-o-animation: rad4 2.5s 0.45s infinite;
animation: rad4 2.5s 0.45s infinite; }
.loadingz > div:nth-of-type(5) {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad5 2.5s 0.6s infinite;
-moz-animation: rad5 2.5s 0.6s infinite;
-ms-animation: rad5 2.5s 0.6s infinite;
-o-animation: rad5 2.5s 0.6s infinite;
animation: rad5 2.5s 0.6s infinite; }
.loadingz > div:nth-of-type(6) {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad6 2.5s 0.75s infinite;
-moz-animation: rad6 2.5s 0.75s infinite;
-ms-animation: rad6 2.5s 0.75s infinite;
-o-animation: rad6 2.5s 0.75s infinite;
animation: rad6 2.5s 0.75s infinite; }
@media only screen and (max-width: 600px) {
.popup {
width: 90%;
left: 50%;
top: 50%; }
.popup > .icon_check_alt2 {
padding-top: 5%;
color: #A5DC86; }
.popup > .icon_close_alt2 {
padding-top: 5%; }
.popup > .icon_info_alt {
padding-top: 5%; }
.popup > .pop-text {
font-size: 14px; }
.popup > .pop-password {
width: 80%; }
.popup > .button > .sure {
padding: 5% 0; }
.popup > .button > .fs {
-webkit-align-self: flex-end;
-moz-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 5%;
margin-right: 10%;
font-size: 1.4rem;
color: #00a2e9;
text-decoration: underline; } }
html {
height: 100%; }
body {
height: 100%;
background: url("../images/PC-LoginBack.jpg") no-repeat center; }
.login {
width: 480px;
padding-top: 160px;
margin-left: auto;
margin-right: auto; }
.login-title {
font-size: 30px;
color: #555555;
letter-spacing: 15px;
text-indent: 15px;
text-shadow: 1px 1px 2px #2BB3FF;
text-align: center;
padding-bottom: 15px; }
.login-form {
background: white;
padding: 20px 20px 50px 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 1px 0px 3px 1px #7bcbee;
-webkit-box-shadow: 1px 0px 3px 1px #7bcbee;
box-shadow: 1px 0px 3px 1px #7bcbee; }
.login-form-cell {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 350px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between; }
.login-form-icon {
font-size: 24px;
color: #5fa2d3; }
.login-form-item {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-moz-box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: inline-block;
height: 35px;
color: #555555;
border: none;
border-bottom: 1px #7bcbee solid;
padding-left: 10px;
font-size: 16px;
background-color: white;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important; }
.hints {
font-size: 16px;
color: red;
text-align: center;
padding-bottom: 5px; }
.hint {
margin-left: auto;
margin-right: auto;
width: 350px; }
.login-form-code {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-moz-box-flex: 0;
-moz-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
width: 40%; }
.login-form-codeImg {
height: 36px;
line-height: 36px;
text-align: center;
width: 30%; }
.login-form-label {
height: 30px;
line-height: 30px; }
.login-form-input {
display: none; }
.login-form-input:checked + .login-form-check {
background-color: #5fa2d3; }
.login-form-input:checked + .login-form-radio {
color: #5fa2d3; }
.login-form-check {
display: inline-block;
width: 16px;
height: 16px;
border: 1px #5fa2d3 solid;
color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer; }
.login-form-remeberText {
margin-left: 8px;
color: #555555;
cursor: pointer; }
.login-form-cell1 {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 350px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.login-form-label1 {
height: 30px;
line-height: 30px;
margin-right: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center; }
.login-form-radio {
display: inline-block;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
border: 1px #5fa2d3 solid;
color: white;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
font-size: 12px; }
.login-form-radioText {
margin-left: 8px;
color: #555555;
cursor: pointer; }
::-webkit-input-placeholder {
/* WebKit browsers */
color: #7bcbee; }
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #7bcbee; }
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #7bcbee; }
:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #7bcbee; }
.login-form-submit {
margin-top: 30px;
display: block;
margin-left: auto;
margin-right: auto;
width: 350px;
height: 45px;
line-height: 45px;
border: none;
background-color: #5fa2d3;
color: white;
font-size: 16px;
text-align: center;
letter-spacing: 8px;
text-indent: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; }
.login-form-submit:hover {
background-color: rgba(99, 169, 220, 0.9); }
@media only screen and (max-width: 600px) {
body {
background: url("../images/Mobile-LoginBack.jpg") no-repeat center; }
.login {
width: 95%;
padding-top: 50px; }
.login-form {
padding: 30px 30px 60px 30px; }
.login-form-cell, .hint, .login-form-cell1, .login-form-submit {
width: 100%; }
.login-form-cell {
margin-top: 30px; }
.login-form-code {
width: 60%; }
.login-form-item {
width: 100%; } }
/*# sourceMappingURL=login.css.map */ | public/css/login.css | @charset "UTF-8";
@import url(fonticon.css);
* {
margin: 0px;
padding: 0px; }
a {
text-decoration: none; }
li {
list-style: none; }
a, input, button {
outline: none; }
img {
border: 0; }
/*img[src=""]{
@include opacity(0,0);
}*/
input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], input[type="number"], textarea, select {
-webkit-appearance: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
outline: none; }
input[type='checkbox'], input[type='radio'], button {
cursor: pointer; }
.hint {
display: none;
width: auto;
font-size: 14px;
color: red;
text-indent: 25px; }
.must {
color: red;
margin-right: 3px; }
.screen {
display: none;
position: fixed;
z-index: 1000050;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5; }
.scrn {
display: none;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: black;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5; }
.popup {
display: none;
position: fixed;
z-index: 1000090;
width: 400px;
left: 50%;
top: 50%;
background: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center; }
.popup > .icon_check_alt2 {
padding-top: 20px;
color: #A5DC86;
font-size: 100px;
text-align: center; }
.popup > .icon_close_alt2 {
display: none;
padding-top: 20px;
color: red;
font-size: 100px;
text-align: center; }
.popup > .icon_info_alt {
padding-top: 20px;
color: #F3DF68;
font-size: 100px;
text-align: center; }
.popup > .pop-text {
font-size: 16px;
color: #333;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px 20px 30px 20px; }
.popup > .pop-password {
display: none;
margin: 0px auto 30px auto;
width: 230px;
padding-left: 10px;
height: 40px;
font-size: 14px;
border: 1px #dedede solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: white; }
.popup > .button {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
border-top: 1px #dedede solid; }
.popup > .button > .sure {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-moz-box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 18px 0px;
text-align: center;
font-size: 16px;
background-color: white; }
.popup > .button > .sure + .sure {
border-left: 1px #dedede solid; }
.popup > .button > .sure1 {
background-color: #00a2e9;
color: white;
-moz-border-radius: 0px 0px 0px 5px;
-webkit-border-radius: 0px 0px 0px 5px;
border-radius: 0px 0px 0px 5px; }
.popup > .button > .sure1:hover {
background-color: #00A8F2; }
.popup > .button > .sure2 {
color: black;
-moz-border-radius: 0px 0px 5px 0px;
-webkit-border-radius: 0px 0px 5px 0px;
border-radius: 0px 0px 5px 0px; }
.popup > .button > .sure2:hover {
background-color: #efefef; }
#pop {
z-index: 1000030; }
#pop > .pop-text {
padding: 20px; }
@-webkit-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad1 {
form {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-360deg) translate(0, -16px);
-ms-transform: rotate(-360deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-360deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-360deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-360deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad2 {
form {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-345deg) translate(0, -16px);
-ms-transform: rotate(-345deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-345deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-345deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-345deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad3 {
form {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-330deg) translate(0, -16px);
-ms-transform: rotate(-330deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-330deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-330deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-330deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad4 {
form {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-315deg) translate(0, -16px);
-ms-transform: rotate(-315deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-315deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-315deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-315deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad5 {
form {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-300deg) translate(0, -16px);
-ms-transform: rotate(-300deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-300deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-300deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-300deg) translate(0, -16px);
/* Firefox */ } }
@-webkit-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@-moz-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@-ms-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@-o-keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
@keyframes rad6 {
form {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */ }
to {
transform: rotate(-285deg) translate(0, -16px);
-ms-transform: rotate(-285deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(-285deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(-285deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(-285deg) translate(0, -16px);
/* Firefox */ } }
.loadingz {
width: 35px;
height: 35px;
position: relative; }
.loadingz > div {
width: 3px;
height: 3px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 1px black solid;
position: absolute;
top: 16px;
left: 16px; }
.loadingz > div:nth-of-type(1) {
transform: rotate(0deg) translate(0, -16px);
-ms-transform: rotate(0deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(0deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(0deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(0deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad1 2.5s 0s infinite;
-moz-animation: rad1 2.5s 0s infinite;
-ms-animation: rad1 2.5s 0s infinite;
-o-animation: rad1 2.5s 0s infinite;
animation: rad1 2.5s 0s infinite; }
.loadingz > div:nth-of-type(2) {
transform: rotate(15deg) translate(0, -16px);
-ms-transform: rotate(15deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(15deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(15deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(15deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad2 2.5s 0.15s infinite;
-moz-animation: rad2 2.5s 0.15s infinite;
-ms-animation: rad2 2.5s 0.15s infinite;
-o-animation: rad2 2.5s 0.15s infinite;
animation: rad2 2.5s 0.15s infinite; }
.loadingz > div:nth-of-type(3) {
transform: rotate(30deg) translate(0, -16px);
-ms-transform: rotate(30deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(30deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(30deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(30deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad3 2.5s 0.3s infinite;
-moz-animation: rad3 2.5s 0.3s infinite;
-ms-animation: rad3 2.5s 0.3s infinite;
-o-animation: rad3 2.5s 0.3s infinite;
animation: rad3 2.5s 0.3s infinite; }
.loadingz > div:nth-of-type(4) {
transform: rotate(45deg) translate(0, -16px);
-ms-transform: rotate(45deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(45deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(45deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(45deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad4 2.5s 0.45s infinite;
-moz-animation: rad4 2.5s 0.45s infinite;
-ms-animation: rad4 2.5s 0.45s infinite;
-o-animation: rad4 2.5s 0.45s infinite;
animation: rad4 2.5s 0.45s infinite; }
.loadingz > div:nth-of-type(5) {
transform: rotate(60deg) translate(0, -16px);
-ms-transform: rotate(60deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(60deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(60deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(60deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad5 2.5s 0.6s infinite;
-moz-animation: rad5 2.5s 0.6s infinite;
-ms-animation: rad5 2.5s 0.6s infinite;
-o-animation: rad5 2.5s 0.6s infinite;
animation: rad5 2.5s 0.6s infinite; }
.loadingz > div:nth-of-type(6) {
transform: rotate(75deg) translate(0, -16px);
-ms-transform: rotate(75deg) translate(0, -16px);
/* IE 9 */
-webkit-transform: rotate(75deg) translate(0, -16px);
/* Safari 和 Chrome */
-o-transform: rotate(75deg) translate(0, -16px);
/* Opera */
-moz-transform: rotate(75deg) translate(0, -16px);
/* Firefox */
-webkit-animation: rad6 2.5s 0.75s infinite;
-moz-animation: rad6 2.5s 0.75s infinite;
-ms-animation: rad6 2.5s 0.75s infinite;
-o-animation: rad6 2.5s 0.75s infinite;
animation: rad6 2.5s 0.75s infinite; }
@media only screen and (max-width: 600px) {
.popup {
width: 90%;
left: 50%;
top: 50%; }
.popup > .icon_check_alt2 {
padding-top: 5%;
color: #A5DC86; }
.popup > .icon_close_alt2 {
padding-top: 5%; }
.popup > .icon_info_alt {
padding-top: 5%; }
.popup > .pop-text {
font-size: 14px; }
.popup > .pop-password {
width: 80%; }
.popup > .button > .sure {
padding: 5% 0; }
.popup > .button > .fs {
-webkit-align-self: flex-end;
-moz-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
margin-top: 5%;
margin-right: 10%;
font-size: 1.4rem;
color: #00a2e9;
text-decoration: underline; } }
html {
height: 100%; }
body {
height: 100%;
background: url("../images/PC-LoginBack.jpg") no-repeat center; }
.login {
width: 480px;
padding-top: 160px;
margin-left: auto;
margin-right: auto; }
.login-title {
font-size: 30px;
color: #555555;
letter-spacing: 15px;
text-indent: 15px;
text-shadow: 1px 1px 2px #2BB3FF;
text-align: center;
padding-bottom: 15px; }
.login-form {
background: white;
padding: 20px 20px 50px 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 1px 0px 3px 1px #7bcbee;
-webkit-box-shadow: 1px 0px 3px 1px #7bcbee;
box-shadow: 1px 0px 3px 1px #7bcbee; }
.login-form-cell {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 350px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between; }
.login-form-icon {
font-size: 24px;
color: #5fa2d3; }
.login-form-item {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-moz-box-flex: 1;
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
display: inline-block;
height: 35px;
color: #555555;
border: none;
border-bottom: 1px #7bcbee solid;
padding-left: 10px;
font-size: 16px;
background-color: white;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important; }
.hints {
font-size: 16px;
color: red;
text-align: center;
padding-bottom: 5px; }
.hint {
margin-left: auto;
margin-right: auto;
width: 350px; }
.login-form-code {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-moz-box-flex: 0;
-moz-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
width: 40%; }
.login-form-codeImg {
height: 36px;
line-height: 36px;
text-align: center;
width: 30%; }
.login-form-label {
height: 30px;
line-height: 30px; }
.login-form-input {
display: none; }
.login-form-input:checked + .login-form-check {
background-color: #5fa2d3; }
.login-form-input:checked + .login-form-radio {
color: #5fa2d3; }
.login-form-check {
display: inline-block;
width: 16px;
height: 16px;
border: 1px #5fa2d3 solid;
color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer; }
.login-form-remeberText {
margin-left: 8px;
color: #555555;
cursor: pointer; }
.login-form-cell1 {
margin-top: 15px;
margin-left: auto;
margin-right: auto;
width: 350px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap; }
.login-form-label1 {
height: 30px;
line-height: 30px;
margin-right: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center; }
.login-form-radio {
display: inline-block;
width: 15px;
height: 15px;
line-height: 15px;
text-align: center;
border: 1px #5fa2d3 solid;
color: white;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
cursor: pointer;
font-size: 12px; }
.login-form-radioText {
margin-left: 8px;
color: #555555;
cursor: pointer; }
::-webkit-input-placeholder {
/* WebKit browsers */
color: #7bcbee; }
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #7bcbee; }
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #7bcbee; }
:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #7bcbee; }
.login-form-submit {
margin-top: 30px;
display: block;
margin-left: auto;
margin-right: auto;
width: 350px;
height: 45px;
line-height: 45px;
border: none;
background-color: #5fa2d3;
color: white;
font-size: 16px;
text-align: center;
letter-spacing: 8px;
text-indent: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px; }
.login-form-submit:hover {
background-color: rgba(99, 169, 220, 0.9); }
@media only screen and (max-width: 600px) {
body {
background: url("../images/Mobile-LoginBack.jpg") no-repeat center; }
.login {
width: 95%;
padding-top: 50px; }
.login-form {
padding: 30px 30px 60px 30px; }
.login-form-cell, .hint, .login-form-cell1, .login-form-submit {
width: 100%; }
.login-form-cell {
margin-top: 30px; }
.login-form-code {
width: 60%; }
.login-form-item {
width: 100%; } }
/*# sourceMappingURL=login.css.map */ | 0.188399 | 0.053999 |
.booklist-section {
padding: 2rem 5.5%;
display: flex;
flex-direction: column;
row-gap: 1rem;
}
.book-container {
display: flex;
padding: 1.5rem 1rem 1rem 1.25rem;
background-color: white;
border: 1px solid #e8e8e8;
border-radius: 0.25rem;
}
.book-info {
display: flex;
flex-direction: column;
width: 45%;
row-gap: 1rem;
}
.book-info-main {
display: flex;
flex-direction: column;
}
.category {
margin-bottom: 0.2rem;
font-family: Monserrat, sans-serif;
font-weight: 700;
font-size: 0.875rem;
color: #12121280;
}
.book-title {
font-family: Roboto Slab, 'Courier New', Courier, monospace;
font-weight: 700;
font-size: 1.25rem;
color: #121212;
}
.book-author {
font-family: Roboto Slab, 'Courier New', Courier, monospace;
font-weight: 300;
font-size: 0.875rem;
color: #4386bf;
}
.book-info-buttons {
display: flex;
column-gap: 1rem;
}
.book-control {
background: none;
border: none;
font-family: Roboto Slab, 'Courier New', Courier, monospace;
font-weight: 300;
font-size: 0.875rem;
color: #4386bf;
}
.separator {
border-left: 2px solid #e8e8e8;
}
.right-side-container {
display: flex;
flex-grow: 1;
align-items: center;
column-gap: 3rem;
}
.completed-section {
display: flex;
align-items: center;
margin-right: 1rem;
}
.completed-container {
display: flex;
flex-direction: column;
}
.circle-container {
padding: 1rem;
}
.circle {
width: 3.5rem;
height: 3.5rem;
border: 5px solid #379cf6;
border-radius: 100%;
}
.completed-percentage {
font-family: Montserrat, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-size: 2rem;
color: #121212;
}
.completed-text {
font-family: Monserrat, sans-serif, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-size: 0.875rem;
color: #12121280;
}
.progress-section {
display: flex;
flex-direction: column;
align-self: flex-start;
row-gap: 1.25rem;
}
.chapter-container {
display: flex;
flex-direction: column;
}
.chapter-header {
margin-bottom: 0.2rem;
font-family: Roboto Slab, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-size: 0.813rem;
color: #12121280;
}
.chapter-text {
font-family: Roboto Slab, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 300;
font-size: 1rem;
color: #121212;
}
.update-button {
padding: 0.4rem 1.4rem;
border: none;
border-radius: 0.22rem;
background-color: #0290ff;
font-family: Roboto Slab, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 300;
color: white;
}
.right-side-separator {
border-left: 2px solid #e8e8e8;
height: 60%;
} | src/components/booklist.css | .booklist-section {
padding: 2rem 5.5%;
display: flex;
flex-direction: column;
row-gap: 1rem;
}
.book-container {
display: flex;
padding: 1.5rem 1rem 1rem 1.25rem;
background-color: white;
border: 1px solid #e8e8e8;
border-radius: 0.25rem;
}
.book-info {
display: flex;
flex-direction: column;
width: 45%;
row-gap: 1rem;
}
.book-info-main {
display: flex;
flex-direction: column;
}
.category {
margin-bottom: 0.2rem;
font-family: Monserrat, sans-serif;
font-weight: 700;
font-size: 0.875rem;
color: #12121280;
}
.book-title {
font-family: Roboto Slab, 'Courier New', Courier, monospace;
font-weight: 700;
font-size: 1.25rem;
color: #121212;
}
.book-author {
font-family: Roboto Slab, 'Courier New', Courier, monospace;
font-weight: 300;
font-size: 0.875rem;
color: #4386bf;
}
.book-info-buttons {
display: flex;
column-gap: 1rem;
}
.book-control {
background: none;
border: none;
font-family: Roboto Slab, 'Courier New', Courier, monospace;
font-weight: 300;
font-size: 0.875rem;
color: #4386bf;
}
.separator {
border-left: 2px solid #e8e8e8;
}
.right-side-container {
display: flex;
flex-grow: 1;
align-items: center;
column-gap: 3rem;
}
.completed-section {
display: flex;
align-items: center;
margin-right: 1rem;
}
.completed-container {
display: flex;
flex-direction: column;
}
.circle-container {
padding: 1rem;
}
.circle {
width: 3.5rem;
height: 3.5rem;
border: 5px solid #379cf6;
border-radius: 100%;
}
.completed-percentage {
font-family: Montserrat, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-size: 2rem;
color: #121212;
}
.completed-text {
font-family: Monserrat, sans-serif, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-size: 0.875rem;
color: #12121280;
}
.progress-section {
display: flex;
flex-direction: column;
align-self: flex-start;
row-gap: 1.25rem;
}
.chapter-container {
display: flex;
flex-direction: column;
}
.chapter-header {
margin-bottom: 0.2rem;
font-family: Roboto Slab, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 400;
font-size: 0.813rem;
color: #12121280;
}
.chapter-text {
font-family: Roboto Slab, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 300;
font-size: 1rem;
color: #121212;
}
.update-button {
padding: 0.4rem 1.4rem;
border: none;
border-radius: 0.22rem;
background-color: #0290ff;
font-family: Roboto Slab, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: 300;
color: white;
}
.right-side-separator {
border-left: 2px solid #e8e8e8;
height: 60%;
} | 0.455199 | 0.116111 |
margin: 35px;
}
#vertikaleLinie {
height: 100%;
width: 2px;
background-color: black;
margin-left: : 30px;
}
#unfallhergang {
height: 100%;
}
#tablleVitalparameter {
width: 100%;
}
#tablleVitalparameter td {
height: 35px;
}
.dick {
font-weight: bold;
}
.borderBlack {
border: 1px solid black;
}
.row>div {
padding: 20px;
height: 100%;
}
#e-protokoll>.row>div {
height: 100%;
padding: 20px;
}
#logoMalteser {
width: 100%;
max-height: 100%;
}
#reihe1 {
height: 135px;
}
#reihe2 {
height: 120px;
}
#e-protokoll #patientennameUndCo {
padding: 0px;
}
#patientennameUndCo p {
margin-left: 15px;
margin-right: 15px;
}
#reihe3 {
height: 200px;
}
#reihe4 {
height: 60px;
}
#reihe8 {
height: 80px;
}
#bodyEProtokoll {
width: 800px;
}
.horizontaleLinie {
width: 100%;
height: 2px;
background-color: black;
}
#sanitaeter .horizontaleLinie {
margin: 10px;
}
.sanitaeterInput {
width: 100%;
}
#sanitaeter p {
margin: 0;
padding: 0;
}
#sanitaeter>p {
margin-bottom: 5px;
padding: 0;
}
#sanitaeter .sanitaeterInput {
border-bottom: 1px solid black;
}
#sanitaeter {
margin-top: 0;
}
#e-protokoll .row>#uhrzeitDatumDiv {
padding-top: 0px;
}
#uhrzeitDatumDiv .col-xs-6 {
padding-bottom: 0px;
}
#bodyEProtokoll {
width: 900px;
}
#bodyEProtokoll table, th, td {
border: 1px solid black;
border-collapse: separate;
}
#ueberMassnahmen {
- padding-left: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#reihe6 .col-xs-4 {
padding-top: 0;
height: 100%;
}
#reihe6 {
height: 200px;
}
#reihe6 .col-xs-6 {
padding-top: 0px;
}
#reihe5 {
height: 240px;
}
#reihe5 p {
font-size: 12px;
}
#reihe5 #erstbefundHeading {
font-size: 15px;
}
#reihe5 .col-xs-12 .row>div {
padding: 0px;
margin: 0px;
padding-left: 20px;
}
#e-protokoll #tabelleVital {
padding: 0px;
}
#divSonstMassnahmen {
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 2px solid black;
} | css/e-protokoll.css | margin: 35px;
}
#vertikaleLinie {
height: 100%;
width: 2px;
background-color: black;
margin-left: : 30px;
}
#unfallhergang {
height: 100%;
}
#tablleVitalparameter {
width: 100%;
}
#tablleVitalparameter td {
height: 35px;
}
.dick {
font-weight: bold;
}
.borderBlack {
border: 1px solid black;
}
.row>div {
padding: 20px;
height: 100%;
}
#e-protokoll>.row>div {
height: 100%;
padding: 20px;
}
#logoMalteser {
width: 100%;
max-height: 100%;
}
#reihe1 {
height: 135px;
}
#reihe2 {
height: 120px;
}
#e-protokoll #patientennameUndCo {
padding: 0px;
}
#patientennameUndCo p {
margin-left: 15px;
margin-right: 15px;
}
#reihe3 {
height: 200px;
}
#reihe4 {
height: 60px;
}
#reihe8 {
height: 80px;
}
#bodyEProtokoll {
width: 800px;
}
.horizontaleLinie {
width: 100%;
height: 2px;
background-color: black;
}
#sanitaeter .horizontaleLinie {
margin: 10px;
}
.sanitaeterInput {
width: 100%;
}
#sanitaeter p {
margin: 0;
padding: 0;
}
#sanitaeter>p {
margin-bottom: 5px;
padding: 0;
}
#sanitaeter .sanitaeterInput {
border-bottom: 1px solid black;
}
#sanitaeter {
margin-top: 0;
}
#e-protokoll .row>#uhrzeitDatumDiv {
padding-top: 0px;
}
#uhrzeitDatumDiv .col-xs-6 {
padding-bottom: 0px;
}
#bodyEProtokoll {
width: 900px;
}
#bodyEProtokoll table, th, td {
border: 1px solid black;
border-collapse: separate;
}
#ueberMassnahmen {
- padding-left: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#reihe6 .col-xs-4 {
padding-top: 0;
height: 100%;
}
#reihe6 {
height: 200px;
}
#reihe6 .col-xs-6 {
padding-top: 0px;
}
#reihe5 {
height: 240px;
}
#reihe5 p {
font-size: 12px;
}
#reihe5 #erstbefundHeading {
font-size: 15px;
}
#reihe5 .col-xs-12 .row>div {
padding: 0px;
margin: 0px;
padding-left: 20px;
}
#e-protokoll #tabelleVital {
padding: 0px;
}
#divSonstMassnahmen {
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
border-left: 2px solid black;
} | 0.331661 | 0.136925 |
.business-header {
display: none;
}
.container {
display: none;
}
.header-text {
margin-top: 1em;
}
/*ABOUT, CONTACT AND SERVICE PAGE*/
.logo_img {
width: 10%;
margin-right: 2em;
/*margin-top: -1em;*/
padding-bottom: 1em;
}
.jumbotron {
background: #959595; /* Old browsers */
background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(to bottom, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}
.jumbotron h1 {
color: #772419; /* Old browsers */
color: -moz-linear-gradient(top, #772419 21%, #f16f5c 50%, #f6290c 51%, #f02f17 78%, #47170c 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#772419), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(78%,#f02f17), color-stop(100%,#47170c)); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* IE10+ */
color: linear-gradient(to bottom, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772419', endColorstr='#47170c',GradientType=0 ); /* IE6-9 */
text-shadow: 3px 1px 5px #666;
}
/* CONTACT PAGE ONLY */
.text_block {
text-align: center;
margin-top: 5em;
margin-bottom: 0em;
}
.text_block h2 {
padding-bottom: .8em;
}
.text_block h5 {
color: grey;
line-height: 2em;
}
.address_bar li {
display: inline;
}
.address_bar li span{
padding-left: 1em;
/*color: red;*/
}
.address_bar li span.glyphicon{
padding-right: 1em;
margin-top: 0;
padding-top: 0;
color: red;
}
.text_block_contact {
/*text-align: center;*/
margin-top: 1.7em;
}
.text_block_contact h2 {
margin-bottom: 1.5em;
font-size: 1.5em;
}
.text_block_contact h3 {
font-size: 1.1em;
font-weight: bold;
}
.text_block_contact h4 {
color: gray;
font-size: 1em;
padding-top: 1em;
}
.text_block_contact input {
border: 1px solid white;
background: #F0F0F0;
}
.text_block_contact textarea {
border: 1px solid white;
background: #F0F0F0;
}
.text_block_contact .btn-primary {
background: #222222;
border-radius: 0;
}
/* ABOUT PAGE ONLY */
.about ul {
list-style: none;
text-align: left;
color: #666;
}
.text_block h3 {
color: grey;
line-height: 2em;
/*text-align: left;*/
}
span.glyphicon.glyphicon-record {
margin-right: 1em;
}
figure.about_img {
display: inline-block;
padding-right: 1.5em;
-webkit-transition:all 0.75s ease-in-out;
-moz-transition:all 0.75s ease-in-out;
-o-transition:all 0.75s ease-in-out;
-ms-transition:all 0.75s ease-in-out;
transition:all 0.75s ease-in-out;
}
figure.about_img:hover {
transform:rotate(360deg) scale(1.5,1.5);
-moz-transform:rotate(360deg) scale(1.5,1.5);
-o-transform:rotate(360deg) scale(1.5,1.5);
-ms-transform:rotate(360deg) scale(1.5,1.5);
-webkit-transform:rotate(360deg) scale(1.5,1.5);
}
/*SERVICE PAGE ONLY*/
.service_top_row {
background: #e3e3e3;
text-align: center;
}
.service_top_row .thumbnail {
margin-bottom: 0;
}
.service_middle_row {
margin-top: 3em;
}
.service_middle_row img {
/*padding-right: 1em;*/
}
.service_middle_row_txt {
padding: .6em;
padding-left: 2em;
}
.service_middle_row_box {
background: #e3e3e3;
margin-right: 0em;
border-right: 4px solid white;
}
/*FOOTER ONLY*/
#footer_main {
background: rgba(22,36,47, .7);
/*background: #222222;*/
margin-top: 70px;
/*height: 683px;*/
height: auto;
padding-left: 2em;
}
#footer_content {
padding-top: 50px;
}
#footer_row_1 {
/*height: 150px;*/
height: auto;
/*border: 1px solid yellow;*/
}
#footer_row1_col1 {
border-bottom: 2px solid skyblue;
padding-bottom: 2em;
}
#footer_row1_col1 img {
border: 4px solid white;
}
#footer_row1_col2 {
padding-bottom: 1.6em;
/*border-bottom: 2px solid rgba(22,36,47, .5); DOESN'T WORK*/
border-bottom: 2px solid #5A5144;
}
/*#footer_row1_col2 p {
font-style: italic;
}*/
.italic {
font-style: italic;
}
#footer_row_2 {
height: auto;
padding-bottom: 2em;
padding-top: 2em;
/*height: 400px;*/
/*border: 1px solid skyblue;*/
}
.footer_row_2_text {
padding-top: 2em;
padding-right: 1.5em;
line-height: 1.8em;
}
.footer_row2_content {
/*margin-bottom: 2em;*/
/*background: black;*/
/*THIS IS WIERD! CHECK WITH AL AND SEE WITH CHROME CONSOLE*/
}
.footer_row_2_header {
margin-right: 1em;
}
#footer_row2_col1{
/*height: 350px;*/
height: auto;
/*border: 1px solid red;*/
}
#footer_row2_col2{
/*height: 350px;*/
height: auto;
/*border: 1px solid yellow;*/
}
#footer_row2_col2 img {
padding: .2em;
}
#footer_row2_col3{
/*height: 350px;*/
height: auto;
/*border: 1px solid pink;*/
}
#footer_row2_col4{
/*height: 350px;*/
height: auto;
/*border: 1px solid green;*/
}
#footer_row2_header1 {
border-bottom: 3px solid red;
}
#footer_row2_header2 {
border-bottom: 3px solid yellow;
}
#footer_row2_header3 {
border-bottom: 3px solid hotpink;
}
#footer_row2_header4 {
border-bottom: 3px solid skyblue;
}
#footer_row_3 {
/*height: 100px;*/
height: auto;
/*border: 1px solid hotpink;*/
}
#footer_row3_col1 {
border-top: 2px solid #5A5144 ;
}
#footer_row3_col2 {
border-top: 2px solid #5A5144;
padding-right: 0;
}
#footer_row3_col2 .btn {
border-radius: 0px;
}
#footer_row3_col2 .btn {
padding-top: 2em;
padding-bottom: 2em;
padding-left: 1.5em;
padding-right: 1.5em;
}
.footer_text {
color: white;
}
.twitter_icon_box {
position: relative;
height: 40px;
width: 40px;
background: white;
margin-right: 1.5em;
border-radius: 2em;
}
.twitter_icon_box i.fa.fa-twitter {
position: absolute;
padding-top: .6em;
padding-left: .5em;
/*color: white;*/
}
.footer_row3_input {
background: grey;
color: black;
}
.footer_row3_input_addon {
background: orange;
}
.dodger_blue {
color: yellow;
} | _css/style.css |
.business-header {
display: none;
}
.container {
display: none;
}
.header-text {
margin-top: 1em;
}
/*ABOUT, CONTACT AND SERVICE PAGE*/
.logo_img {
width: 10%;
margin-right: 2em;
/*margin-top: -1em;*/
padding-bottom: 1em;
}
.jumbotron {
background: #959595; /* Old browsers */
background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
background: linear-gradient(to bottom, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}
.jumbotron h1 {
color: #772419; /* Old browsers */
color: -moz-linear-gradient(top, #772419 21%, #f16f5c 50%, #f6290c 51%, #f02f17 78%, #47170c 100%); /* FF3.6+ */
color: -webkit-gradient(linear, left top, left bottom, color-stop(21%,#772419), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(78%,#f02f17), color-stop(100%,#47170c)); /* Chrome,Safari4+ */
color: -webkit-linear-gradient(top, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* Chrome10+,Safari5.1+ */
color: -o-linear-gradient(top, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* Opera 11.10+ */
color: -ms-linear-gradient(top, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* IE10+ */
color: linear-gradient(to bottom, #772419 21%,#f16f5c 50%,#f6290c 51%,#f02f17 78%,#47170c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772419', endColorstr='#47170c',GradientType=0 ); /* IE6-9 */
text-shadow: 3px 1px 5px #666;
}
/* CONTACT PAGE ONLY */
.text_block {
text-align: center;
margin-top: 5em;
margin-bottom: 0em;
}
.text_block h2 {
padding-bottom: .8em;
}
.text_block h5 {
color: grey;
line-height: 2em;
}
.address_bar li {
display: inline;
}
.address_bar li span{
padding-left: 1em;
/*color: red;*/
}
.address_bar li span.glyphicon{
padding-right: 1em;
margin-top: 0;
padding-top: 0;
color: red;
}
.text_block_contact {
/*text-align: center;*/
margin-top: 1.7em;
}
.text_block_contact h2 {
margin-bottom: 1.5em;
font-size: 1.5em;
}
.text_block_contact h3 {
font-size: 1.1em;
font-weight: bold;
}
.text_block_contact h4 {
color: gray;
font-size: 1em;
padding-top: 1em;
}
.text_block_contact input {
border: 1px solid white;
background: #F0F0F0;
}
.text_block_contact textarea {
border: 1px solid white;
background: #F0F0F0;
}
.text_block_contact .btn-primary {
background: #222222;
border-radius: 0;
}
/* ABOUT PAGE ONLY */
.about ul {
list-style: none;
text-align: left;
color: #666;
}
.text_block h3 {
color: grey;
line-height: 2em;
/*text-align: left;*/
}
span.glyphicon.glyphicon-record {
margin-right: 1em;
}
figure.about_img {
display: inline-block;
padding-right: 1.5em;
-webkit-transition:all 0.75s ease-in-out;
-moz-transition:all 0.75s ease-in-out;
-o-transition:all 0.75s ease-in-out;
-ms-transition:all 0.75s ease-in-out;
transition:all 0.75s ease-in-out;
}
figure.about_img:hover {
transform:rotate(360deg) scale(1.5,1.5);
-moz-transform:rotate(360deg) scale(1.5,1.5);
-o-transform:rotate(360deg) scale(1.5,1.5);
-ms-transform:rotate(360deg) scale(1.5,1.5);
-webkit-transform:rotate(360deg) scale(1.5,1.5);
}
/*SERVICE PAGE ONLY*/
.service_top_row {
background: #e3e3e3;
text-align: center;
}
.service_top_row .thumbnail {
margin-bottom: 0;
}
.service_middle_row {
margin-top: 3em;
}
.service_middle_row img {
/*padding-right: 1em;*/
}
.service_middle_row_txt {
padding: .6em;
padding-left: 2em;
}
.service_middle_row_box {
background: #e3e3e3;
margin-right: 0em;
border-right: 4px solid white;
}
/*FOOTER ONLY*/
#footer_main {
background: rgba(22,36,47, .7);
/*background: #222222;*/
margin-top: 70px;
/*height: 683px;*/
height: auto;
padding-left: 2em;
}
#footer_content {
padding-top: 50px;
}
#footer_row_1 {
/*height: 150px;*/
height: auto;
/*border: 1px solid yellow;*/
}
#footer_row1_col1 {
border-bottom: 2px solid skyblue;
padding-bottom: 2em;
}
#footer_row1_col1 img {
border: 4px solid white;
}
#footer_row1_col2 {
padding-bottom: 1.6em;
/*border-bottom: 2px solid rgba(22,36,47, .5); DOESN'T WORK*/
border-bottom: 2px solid #5A5144;
}
/*#footer_row1_col2 p {
font-style: italic;
}*/
.italic {
font-style: italic;
}
#footer_row_2 {
height: auto;
padding-bottom: 2em;
padding-top: 2em;
/*height: 400px;*/
/*border: 1px solid skyblue;*/
}
.footer_row_2_text {
padding-top: 2em;
padding-right: 1.5em;
line-height: 1.8em;
}
.footer_row2_content {
/*margin-bottom: 2em;*/
/*background: black;*/
/*THIS IS WIERD! CHECK WITH AL AND SEE WITH CHROME CONSOLE*/
}
.footer_row_2_header {
margin-right: 1em;
}
#footer_row2_col1{
/*height: 350px;*/
height: auto;
/*border: 1px solid red;*/
}
#footer_row2_col2{
/*height: 350px;*/
height: auto;
/*border: 1px solid yellow;*/
}
#footer_row2_col2 img {
padding: .2em;
}
#footer_row2_col3{
/*height: 350px;*/
height: auto;
/*border: 1px solid pink;*/
}
#footer_row2_col4{
/*height: 350px;*/
height: auto;
/*border: 1px solid green;*/
}
#footer_row2_header1 {
border-bottom: 3px solid red;
}
#footer_row2_header2 {
border-bottom: 3px solid yellow;
}
#footer_row2_header3 {
border-bottom: 3px solid hotpink;
}
#footer_row2_header4 {
border-bottom: 3px solid skyblue;
}
#footer_row_3 {
/*height: 100px;*/
height: auto;
/*border: 1px solid hotpink;*/
}
#footer_row3_col1 {
border-top: 2px solid #5A5144 ;
}
#footer_row3_col2 {
border-top: 2px solid #5A5144;
padding-right: 0;
}
#footer_row3_col2 .btn {
border-radius: 0px;
}
#footer_row3_col2 .btn {
padding-top: 2em;
padding-bottom: 2em;
padding-left: 1.5em;
padding-right: 1.5em;
}
.footer_text {
color: white;
}
.twitter_icon_box {
position: relative;
height: 40px;
width: 40px;
background: white;
margin-right: 1.5em;
border-radius: 2em;
}
.twitter_icon_box i.fa.fa-twitter {
position: absolute;
padding-top: .6em;
padding-left: .5em;
/*color: white;*/
}
.footer_row3_input {
background: grey;
color: black;
}
.footer_row3_input_addon {
background: orange;
}
.dodger_blue {
color: yellow;
} | 0.208662 | 0.074198 |
:root
{
--cor-contraste: crimson;
--cor-button-contraste: #a30f2d;
}
.formulario
{
margin: auto;
width: 60%;
}
.nome-formulario
{
border-bottom: solid 5px var(--cor-contraste);
font-size: 1.2em;
font-weight: bold;
padding: 0.6em;
text-align: center;
}
.dados-formulario
{
padding: 2em;
margin: auto;
width: 90%;
}
.dados-formulario input[type="text"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario input[type="number"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario input[type="date"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario input[type="email"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario select
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
width: 80%;
}
.dados-formulario button
{
background-color: var(--cor-contraste);
border: none;
border-radius: 0.3em;
color: white;
font-size: 1.2em;
font-weight: bold;
padding: 0.6em;
transition: 0.3s;
width: 100%;
}
.dados-formulario button:hover
{
background-color: var(--cor-button-contraste);
}
.dados-formulario .titulo
{
font-size: 1.1em;
font-weight: bold;
margin: auto;
margin-bottom: 0.5em;
width: 80%;
}
.container {
display: block;
position: relative;
padding-left: calc(2.5em + 50px);
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 2em;
height: 25px;
transform: translate(100%,0%);
width: 25px;
background-color: grey;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: black;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.opcoes-finalizar
{
display: grid;
grid-template-columns: auto auto;
grid-column-gap: 1em;
}
/* The alert message box */
.alert {
padding: 20px;
border: solid 1px lightgrey;
border-left: solid 8px GoldenRod;
box-shadow: 1px 1px 5px grey;
color: black;
margin-bottom: 15px;
margin-top: 15px;
}
/* The close button */
.closebtn {
margin-left: 15px;
color: black;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
/* When moving the mouse over the close button */
.closebtn:hover {
color: crimson;
} | public/css/formularios.css | :root
{
--cor-contraste: crimson;
--cor-button-contraste: #a30f2d;
}
.formulario
{
margin: auto;
width: 60%;
}
.nome-formulario
{
border-bottom: solid 5px var(--cor-contraste);
font-size: 1.2em;
font-weight: bold;
padding: 0.6em;
text-align: center;
}
.dados-formulario
{
padding: 2em;
margin: auto;
width: 90%;
}
.dados-formulario input[type="text"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario input[type="number"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario input[type="date"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario input[type="email"]
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
padding: 0.5em;
text-align: center;
width: 80%;
}
.dados-formulario select
{
font-size: 1.2em;
margin: auto;
margin-bottom: 1.5em;
width: 80%;
}
.dados-formulario button
{
background-color: var(--cor-contraste);
border: none;
border-radius: 0.3em;
color: white;
font-size: 1.2em;
font-weight: bold;
padding: 0.6em;
transition: 0.3s;
width: 100%;
}
.dados-formulario button:hover
{
background-color: var(--cor-button-contraste);
}
.dados-formulario .titulo
{
font-size: 1.1em;
font-weight: bold;
margin: auto;
margin-bottom: 0.5em;
width: 80%;
}
.container {
display: block;
position: relative;
padding-left: calc(2.5em + 50px);
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 2em;
height: 25px;
transform: translate(100%,0%);
width: 25px;
background-color: grey;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: black;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.opcoes-finalizar
{
display: grid;
grid-template-columns: auto auto;
grid-column-gap: 1em;
}
/* The alert message box */
.alert {
padding: 20px;
border: solid 1px lightgrey;
border-left: solid 8px GoldenRod;
box-shadow: 1px 1px 5px grey;
color: black;
margin-bottom: 15px;
margin-top: 15px;
}
/* The close button */
.closebtn {
margin-left: 15px;
color: black;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
/* When moving the mouse over the close button */
.closebtn:hover {
color: crimson;
} | 0.429429 | 0.150621 |
body {
font: 400 15px Lato, sans-serif;
line-height: 2;
color: #818181;
}
h1{
font-weight: bolder;
}
h2 {
font-size: 24px;
text-transform: uppercase;
color: #303030;
font-weight: 600;
margin-bottom: 30px;
}
h4 {
font-size: 19px;
line-height: 1.375em;
color: #303030;
font-weight: 400;
margin-bottom: 30px;
}
.glyphicon-road {
padding-top:100px;
}
.jumbotron {
background-color: #00868B;
color: #fff;
padding: 130px 25px ;
font-family: Montserrat, sans-serif;
}
.jumbotron p {
font-size: 31px;
}
.jumbotron h1 {
font-size: 73px;
font-weight:bolder;
}
.container-fluid {
padding: 80px 50px;
}
#what p{
text-align: right;
font-size:20px;
}
#how h1{color:#303030;}
#how {
padding-top:10%;
}
#who{
padding-top:7%;
}
.images{
width:400px;
height: 300px;
margin-right: auto;
margin-left: auto;
}
.thumbnail p{line-height: 200%;}
.bg-grey {
background-color: #f6f6f6;
}
.logo-small {
color: #00868B;
font-size: 50px;
}
.logo {
color: #00868B;
font-size: 200px;
}
.thumbnail {
padding: 0 0 15px 0;
border: none;
border-radius: 0;
}
.thumbnail img {
width: 100%;
height: 100%;
margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #00868B;
}
.carousel-indicators li {
border-color: #00868B;
}
.carousel-indicators li.active {
background-color: #00868B;
}
.item h4 {
font-size: 19px;
line-height: 1.375em;
font-weight: 400;
font-style: italic;
margin: 70px 0;
}
.item span {
font-style: normal;
}
.panel {
border: 1px solid #00868B;
border-radius:0 !important;
transition: box-shadow 0.5s;
}
.panel:hover {
box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
border: 1px solid #00868B;
background-color: #fff !important;
color: #00868B;
}
.panel-heading {
color: #fff !important;
background-color: #00868B;
padding: 25px;
border-bottom: 1px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.panel-footer {
background-color: white !important;
}
.panel-footer h3 {
font-size: 32px;
}
.panel-footer h4 {
color: #aaa;
font-size: 14px;
}
.panel-footer .btn {
margin: 15px 0;
background-color: #00868B;
color: #fff;
}
.navbar {
background-color: #00868B;
z-index: 9999;
border: 0;
font-size: 18px !important;
line-height: 1.42857143 !important;
letter-spacing: 1px;
border-radius: 0;
font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
color: #fff !important;
line-height: 70px;
height: 70px;
padding-top: 0;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #00868B !important;
background-color: #fff !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #fff !important;
}
footer .glyphicon {
font-size: 20px;
margin-bottom: 20px;
color: #00868B;
}
.slideanim {visibility:hidden;}
.slide {
animation-name: slide;
-webkit-animation-name: slide;
animation-duration: 1s;
-webkit-animation-duration: 1s;
visibility: visible;
}
@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
text-align: center;
margin: 25px 0;
}
.btn-lg {
width: 100%;
margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.logo {
font-size: 150px;
}
.jumbotron
{
padding-top:60px;
}
.jumbotron h1{
font-size:3em;
}
#who{
padding-top:100px;
}
.images{
width:200px;
height:150px;
}
}
/*css for table in personal page*/
.row{
margin-top:40px;
padding: 0 10px;
}
.clickable{
cursor: pointer;
}
.panel-heading div {
margin-top: -18px;
font-size: 15px;
}
.panel-heading div span{
margin-left:5px;
}
.panel-body{
display: none;
}
.panel-primary > .panel-heading{
background-color: #00868B;
}
/*login and reg popup v1*/
/*nav #signup a {*/
/*border-radius: 0 3px 3px 0;*/
/*}*/
/*nav #login-trigger {*/
/*border-radius: 3px 0 0 3px;*/
/*}*/
/*nav #login-content {*/
/*display: none;*/
/*position: absolute;*/
/*top: 70px;*/
/*right: 0;*/
/*z-index: 999;*/
/*background: #fff;*/
/*background-image: linear-gradient(top, #fff, #eee);*/
/*padding: 15px;*/
/*box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);*/
/*border-radius: 3px 0 3px 3px;*/
/*}*/
/*nav li #login-content {*/
/*right: 0;*/
/*width: 250px;*/
/*}*/
/*!*--------------------*!*/
/*#inputs input {*/
/*background: #f1f1f1;*/
/*padding: 6px 5px;*/
/*margin: 0 0 5px 0;*/
/*width: 238px;*/
/*border: 1px solid #ccc;*/
/*border-radius: 3px;*/
/*box-shadow: 0 1px 1px #ccc inset;*/
/*}*/
/*#inputs input:focus {*/
/*background-color: #fff;*/
/*border-color: #e8c291;*/
/*outline: none;*/
/*box-shadow: 0 0 0 1px #e8c291 inset;*/
/*}*/
/*!*--------------------*!*/
/*#login #actions {*/
/*margin: 10px 0 0 0;*/
/*}*/
/*#login #submit {*/
/*background-color: #00868B;*/
/*-moz-border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*border-radius: 3px;*/
/*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/
/*box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
/*border: 1px solid #7e1515;*/
/*float: left;*/
/*height: 30px;*/
/*padding: 0;*/
/*width: 100px;*/
/*cursor: pointer;*/
/*font: bold 14px Arial, Helvetica;*/
/*color: #fff;*/
/*}*/
/*#login #submit:hover,*/
/*#login #submit:focus {*/
/*background-color: #039fa5;*/
/*background-image: linear-gradient(top, #d14545, #e97171);*/
/*}*/
/*#login #submit:active {*/
/*outline: none;*/
/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;*/
/*}*/
/*#login #submit::-moz-focus-inner {*/
/*border: none;*/
/*}*/
/*#login label {*/
/*float: right;*/
/*line-height: 30px;*/
/*}*/
/*#login label input {*/
/*position: relative;*/
/*top: 2px;*/
/*right: 2px;*/
/*}*/ | laravel_WebApp/public/css/design.css | body {
font: 400 15px Lato, sans-serif;
line-height: 2;
color: #818181;
}
h1{
font-weight: bolder;
}
h2 {
font-size: 24px;
text-transform: uppercase;
color: #303030;
font-weight: 600;
margin-bottom: 30px;
}
h4 {
font-size: 19px;
line-height: 1.375em;
color: #303030;
font-weight: 400;
margin-bottom: 30px;
}
.glyphicon-road {
padding-top:100px;
}
.jumbotron {
background-color: #00868B;
color: #fff;
padding: 130px 25px ;
font-family: Montserrat, sans-serif;
}
.jumbotron p {
font-size: 31px;
}
.jumbotron h1 {
font-size: 73px;
font-weight:bolder;
}
.container-fluid {
padding: 80px 50px;
}
#what p{
text-align: right;
font-size:20px;
}
#how h1{color:#303030;}
#how {
padding-top:10%;
}
#who{
padding-top:7%;
}
.images{
width:400px;
height: 300px;
margin-right: auto;
margin-left: auto;
}
.thumbnail p{line-height: 200%;}
.bg-grey {
background-color: #f6f6f6;
}
.logo-small {
color: #00868B;
font-size: 50px;
}
.logo {
color: #00868B;
font-size: 200px;
}
.thumbnail {
padding: 0 0 15px 0;
border: none;
border-radius: 0;
}
.thumbnail img {
width: 100%;
height: 100%;
margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
background-image: none;
color: #00868B;
}
.carousel-indicators li {
border-color: #00868B;
}
.carousel-indicators li.active {
background-color: #00868B;
}
.item h4 {
font-size: 19px;
line-height: 1.375em;
font-weight: 400;
font-style: italic;
margin: 70px 0;
}
.item span {
font-style: normal;
}
.panel {
border: 1px solid #00868B;
border-radius:0 !important;
transition: box-shadow 0.5s;
}
.panel:hover {
box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
border: 1px solid #00868B;
background-color: #fff !important;
color: #00868B;
}
.panel-heading {
color: #fff !important;
background-color: #00868B;
padding: 25px;
border-bottom: 1px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.panel-footer {
background-color: white !important;
}
.panel-footer h3 {
font-size: 32px;
}
.panel-footer h4 {
color: #aaa;
font-size: 14px;
}
.panel-footer .btn {
margin: 15px 0;
background-color: #00868B;
color: #fff;
}
.navbar {
background-color: #00868B;
z-index: 9999;
border: 0;
font-size: 18px !important;
line-height: 1.42857143 !important;
letter-spacing: 1px;
border-radius: 0;
font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
color: #fff !important;
line-height: 70px;
height: 70px;
padding-top: 0;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #00868B !important;
background-color: #fff !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #fff !important;
}
footer .glyphicon {
font-size: 20px;
margin-bottom: 20px;
color: #00868B;
}
.slideanim {visibility:hidden;}
.slide {
animation-name: slide;
-webkit-animation-name: slide;
animation-duration: 1s;
-webkit-animation-duration: 1s;
visibility: visible;
}
@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
@media screen and (max-width: 768px) {
.col-sm-4 {
text-align: center;
margin: 25px 0;
}
.btn-lg {
width: 100%;
margin-bottom: 35px;
}
}
@media screen and (max-width: 480px) {
.logo {
font-size: 150px;
}
.jumbotron
{
padding-top:60px;
}
.jumbotron h1{
font-size:3em;
}
#who{
padding-top:100px;
}
.images{
width:200px;
height:150px;
}
}
/*css for table in personal page*/
.row{
margin-top:40px;
padding: 0 10px;
}
.clickable{
cursor: pointer;
}
.panel-heading div {
margin-top: -18px;
font-size: 15px;
}
.panel-heading div span{
margin-left:5px;
}
.panel-body{
display: none;
}
.panel-primary > .panel-heading{
background-color: #00868B;
}
/*login and reg popup v1*/
/*nav #signup a {*/
/*border-radius: 0 3px 3px 0;*/
/*}*/
/*nav #login-trigger {*/
/*border-radius: 3px 0 0 3px;*/
/*}*/
/*nav #login-content {*/
/*display: none;*/
/*position: absolute;*/
/*top: 70px;*/
/*right: 0;*/
/*z-index: 999;*/
/*background: #fff;*/
/*background-image: linear-gradient(top, #fff, #eee);*/
/*padding: 15px;*/
/*box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);*/
/*border-radius: 3px 0 3px 3px;*/
/*}*/
/*nav li #login-content {*/
/*right: 0;*/
/*width: 250px;*/
/*}*/
/*!*--------------------*!*/
/*#inputs input {*/
/*background: #f1f1f1;*/
/*padding: 6px 5px;*/
/*margin: 0 0 5px 0;*/
/*width: 238px;*/
/*border: 1px solid #ccc;*/
/*border-radius: 3px;*/
/*box-shadow: 0 1px 1px #ccc inset;*/
/*}*/
/*#inputs input:focus {*/
/*background-color: #fff;*/
/*border-color: #e8c291;*/
/*outline: none;*/
/*box-shadow: 0 0 0 1px #e8c291 inset;*/
/*}*/
/*!*--------------------*!*/
/*#login #actions {*/
/*margin: 10px 0 0 0;*/
/*}*/
/*#login #submit {*/
/*background-color: #00868B;*/
/*-moz-border-radius: 3px;*/
/*-webkit-border-radius: 3px;*/
/*border-radius: 3px;*/
/*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/
/*box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
/*border: 1px solid #7e1515;*/
/*float: left;*/
/*height: 30px;*/
/*padding: 0;*/
/*width: 100px;*/
/*cursor: pointer;*/
/*font: bold 14px Arial, Helvetica;*/
/*color: #fff;*/
/*}*/
/*#login #submit:hover,*/
/*#login #submit:focus {*/
/*background-color: #039fa5;*/
/*background-image: linear-gradient(top, #d14545, #e97171);*/
/*}*/
/*#login #submit:active {*/
/*outline: none;*/
/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;*/
/*}*/
/*#login #submit::-moz-focus-inner {*/
/*border: none;*/
/*}*/
/*#login label {*/
/*float: right;*/
/*line-height: 30px;*/
/*}*/
/*#login label input {*/
/*position: relative;*/
/*top: 2px;*/
/*right: 2px;*/
/*}*/ | 0.291182 | 0.114765 |
.line-input-field {
font-size: 1rem;
font-weight: 400;
line-height: inherit;
height: auto;
padding: 0.5rem 1.5rem;
border: 2.5px solid rgba(0, 0, 0, 0);
outline: none;
border-radius: 0.5rem;
background-color: #f1f5f9;
}
.line-input-field:focus {
border-color: rgb(78, 207, 224);
}
.line-input-field:focus:invalid {
border-color: #666;
}
.line-input-field + span::before {
position: absolute;
top: 12px;
right: 32px;
font-family: monospace;
}
/* 노선 정보 추가 Form */
.line-add-form {
display: grid;
gap: 15px;
}
#add-line-name {
grid-column: 1/3;
grid-row: 1/2;
}
#add-up-station {
grid-column: 3/4;
grid-row: 1/2;
}
#add-down-station {
grid-column: 4/5;
grid-row: 1/2;
}
#add-distance {
grid-column: 1/2;
grid-row: 2/3;
padding-right: 0.5rem;
box-sizing: border-box;
width: 100%;
}
#add-duration {
grid-column: 2/3;
grid-row: 2/3;
padding-right: 0.5rem;
box-sizing: border-box;
width: 100%;
}
#add-distance + span::before {
content: 'km';
}
#add-duration + span::before {
content: '분';
}
.line-color-input {
width: 30px;
height: 30px;
border: none;
background: none;
}
.line-color-input.edit-mode {
background-color: rgba(78, 207, 224, 0);
}
#line-color-container {
grid-column: 3 / 4;
grid-row: 2 / 3;
border-radius: 0.5rem;
background-color: #f1f5f9;
}
#add-line-color-label {
font-family: 'monospace';
font-size: smaller;
}
/* 노선 정보 수정 Form */
.edit-form.edit-mode .edit-line-name {
background-color: #f1f5f9;
}
.edit-form.edit-mode .line-color-input {
background-color: #f1f5f9;
}
.edit-form .edit-line-name {
color: rgb(53, 53, 53);
box-sizing: border-box;
font-size: 1rem;
font-weight: 400;
width: auto;
height: 2.5rem;
margin: 0.5rem;
border: 2px solid #aaa;
border-radius: 1rem;
outline: none;
background-color: transparent;
}
.edit-form .edit-line-name:disabled {
border-color: rgba(78, 207, 224, 0);
outline: none;
}
/* 노선 이름 추가버튼 */
.line-add-button {
grid-column: 4 / 5;
grid-row: 2 / 3;
font-size: 1rem;
cursor: pointer;
min-width: 80px;
height: auto;
border: 2px solid transparent;
outline: none;
border-radius: 0.5rem;
}
.line-add-button:focus {
border: 2px solid #333;
}
.line-add-button:disabled {
background-color: rgba(78, 207, 224, 0.7);
cursor: default;
} | src/css/ui/modules/line-form.css | .line-input-field {
font-size: 1rem;
font-weight: 400;
line-height: inherit;
height: auto;
padding: 0.5rem 1.5rem;
border: 2.5px solid rgba(0, 0, 0, 0);
outline: none;
border-radius: 0.5rem;
background-color: #f1f5f9;
}
.line-input-field:focus {
border-color: rgb(78, 207, 224);
}
.line-input-field:focus:invalid {
border-color: #666;
}
.line-input-field + span::before {
position: absolute;
top: 12px;
right: 32px;
font-family: monospace;
}
/* 노선 정보 추가 Form */
.line-add-form {
display: grid;
gap: 15px;
}
#add-line-name {
grid-column: 1/3;
grid-row: 1/2;
}
#add-up-station {
grid-column: 3/4;
grid-row: 1/2;
}
#add-down-station {
grid-column: 4/5;
grid-row: 1/2;
}
#add-distance {
grid-column: 1/2;
grid-row: 2/3;
padding-right: 0.5rem;
box-sizing: border-box;
width: 100%;
}
#add-duration {
grid-column: 2/3;
grid-row: 2/3;
padding-right: 0.5rem;
box-sizing: border-box;
width: 100%;
}
#add-distance + span::before {
content: 'km';
}
#add-duration + span::before {
content: '분';
}
.line-color-input {
width: 30px;
height: 30px;
border: none;
background: none;
}
.line-color-input.edit-mode {
background-color: rgba(78, 207, 224, 0);
}
#line-color-container {
grid-column: 3 / 4;
grid-row: 2 / 3;
border-radius: 0.5rem;
background-color: #f1f5f9;
}
#add-line-color-label {
font-family: 'monospace';
font-size: smaller;
}
/* 노선 정보 수정 Form */
.edit-form.edit-mode .edit-line-name {
background-color: #f1f5f9;
}
.edit-form.edit-mode .line-color-input {
background-color: #f1f5f9;
}
.edit-form .edit-line-name {
color: rgb(53, 53, 53);
box-sizing: border-box;
font-size: 1rem;
font-weight: 400;
width: auto;
height: 2.5rem;
margin: 0.5rem;
border: 2px solid #aaa;
border-radius: 1rem;
outline: none;
background-color: transparent;
}
.edit-form .edit-line-name:disabled {
border-color: rgba(78, 207, 224, 0);
outline: none;
}
/* 노선 이름 추가버튼 */
.line-add-button {
grid-column: 4 / 5;
grid-row: 2 / 3;
font-size: 1rem;
cursor: pointer;
min-width: 80px;
height: auto;
border: 2px solid transparent;
outline: none;
border-radius: 0.5rem;
}
.line-add-button:focus {
border: 2px solid #333;
}
.line-add-button:disabled {
background-color: rgba(78, 207, 224, 0.7);
cursor: default;
} | 0.45302 | 0.103976 |
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
backface-visibility: transparent;
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: -webkit-linear-gradient( #f74848,#c32127);
background-attachment:fixed;
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
text-transform:uppercase;
width:100%;
}
.body {
backface-visibility: transparent;
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: #ff4242;
background-attachment:fixed;
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
text-transform:uppercase;
width:100%;
}
/* Portrait layout (default) */
.app {
background:url(../images/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */
left:50%;
top:50%;
height:50px; /* text area height */
width:225px; /* text area width */
text-align:center;
padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */
margin:-100px 0px 0px -112px; /* offset vertical: half of image height and text area height */
/* offset horizontal: half of text area width */
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
background:url(../images/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */
left:50%;
top:50%;
height:50px; /* text area height */
width:225px; /* text area width */
text-align:center;
padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */
margin:-115px 0px 0px -112px; /* offset vertical: half of image height and text area height */
/* offset horizontal: half of text area width */
}
}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
overflow:visible;
padding:0px;
text-align:center;
}
.event {
border-radius:4px;
-webkit-border-radius:4px;
color:#FFFFFF;
font-size:12px;
margin:0px 30px;
padding:2px 0px;
}
.event.listening {
background-color:#333333;
display:block;
}
.event.received {
background-color:#4B946A;
display:none;
}
@keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
@-webkit-keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.login-header{
font-size: 2.1em;
}
.header-bg{
background: -webkit-linear-gradient(bottom,#cc1b22, #ff5151);
padding: 18px 0;
}
.login-header{
font-family: verdana;
font-weight: bold;
color: white;
text-transform: capitalize;
font-size: 23px;
padding-top: 5px;
}
.form-body u{
color: white;
}
.form-body{
margin-top: 110px;
padding:0;
}
.form-labels{
font-size: 22.36px;
color: white;
font-weight: normal;
text-transform: capitalize;
}
.inputs-padding{
padding: 25px 0;
}
.options-group u{
font-size: 16.53px;
font-weight: bold;
text-transform: capitalize;
}
.button-margin{
margin: 30px 0;
}
/* Absolute Center Spinner */
.loader1 {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loader1:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loader1:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.loader1:not(:required):after {
content: '';
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 1500ms infinite linear;
-moz-animation: spinner 1500ms infinite linear;
-ms-animation: spinner 1500ms infinite linear;
-o-animation: spinner 1500ms infinite linear;
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loader1{
display: none;
}
#loader2{
display: none;
}
label.form-labels {
font-size: 17px;
}
p.loading-convo {
margin-left: 10px;
height: 44%;
bottom: 0;
position: fixed;
color: #d0d0d0;
font-weight: bold;
text-transform: none;
}
u.terms-use,
u.privacy-policy {
font-size: 12px;
}
a#privacy-policy {
margin-top: -8px;
}
.modal-dialog.pos {
top: 10%;
}
h5.modal-title.pred-title {
text-align: center;
padding: 5px;
padding-bottom: 0;
}
.modal-body.max-heigt {
padding: -6px;
text-transform: none;
overflow: auto;
width: 300px;
text-align: justify;
height: 300px;
line-height: 1.7em;
}
p.terms-title {
font-size: 15px;
}
.modal-header.bg {
color: white;
background: rgb(255, 58, 58);
}
a#terms-use:focus,
a#privacy-policy {
border: 0;
box-shadow: none;
outline: none;
} | www/css/index.css | * {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
backface-visibility: transparent;
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: -webkit-linear-gradient( #f74848,#c32127);
background-attachment:fixed;
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
text-transform:uppercase;
width:100%;
}
.body {
backface-visibility: transparent;
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background: #ff4242;
background-attachment:fixed;
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
text-transform:uppercase;
width:100%;
}
/* Portrait layout (default) */
.app {
background:url(../images/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */
left:50%;
top:50%;
height:50px; /* text area height */
width:225px; /* text area width */
text-align:center;
padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */
margin:-100px 0px 0px -112px; /* offset vertical: half of image height and text area height */
/* offset horizontal: half of text area width */
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
background:url(../images/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */
left:50%;
top:50%;
height:50px; /* text area height */
width:225px; /* text area width */
text-align:center;
padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */
margin:-115px 0px 0px -112px; /* offset vertical: half of image height and text area height */
/* offset horizontal: half of text area width */
}
}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
overflow:visible;
padding:0px;
text-align:center;
}
.event {
border-radius:4px;
-webkit-border-radius:4px;
color:#FFFFFF;
font-size:12px;
margin:0px 30px;
padding:2px 0px;
}
.event.listening {
background-color:#333333;
display:block;
}
.event.received {
background-color:#4B946A;
display:none;
}
@keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
@-webkit-keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.login-header{
font-size: 2.1em;
}
.header-bg{
background: -webkit-linear-gradient(bottom,#cc1b22, #ff5151);
padding: 18px 0;
}
.login-header{
font-family: verdana;
font-weight: bold;
color: white;
text-transform: capitalize;
font-size: 23px;
padding-top: 5px;
}
.form-body u{
color: white;
}
.form-body{
margin-top: 110px;
padding:0;
}
.form-labels{
font-size: 22.36px;
color: white;
font-weight: normal;
text-transform: capitalize;
}
.inputs-padding{
padding: 25px 0;
}
.options-group u{
font-size: 16.53px;
font-weight: bold;
text-transform: capitalize;
}
.button-margin{
margin: 30px 0;
}
/* Absolute Center Spinner */
.loader1 {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loader1:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loader1:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.loader1:not(:required):after {
content: '';
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 1500ms infinite linear;
-moz-animation: spinner 1500ms infinite linear;
-ms-animation: spinner 1500ms infinite linear;
-o-animation: spinner 1500ms infinite linear;
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.loader1{
display: none;
}
#loader2{
display: none;
}
label.form-labels {
font-size: 17px;
}
p.loading-convo {
margin-left: 10px;
height: 44%;
bottom: 0;
position: fixed;
color: #d0d0d0;
font-weight: bold;
text-transform: none;
}
u.terms-use,
u.privacy-policy {
font-size: 12px;
}
a#privacy-policy {
margin-top: -8px;
}
.modal-dialog.pos {
top: 10%;
}
h5.modal-title.pred-title {
text-align: center;
padding: 5px;
padding-bottom: 0;
}
.modal-body.max-heigt {
padding: -6px;
text-transform: none;
overflow: auto;
width: 300px;
text-align: justify;
height: 300px;
line-height: 1.7em;
}
p.terms-title {
font-size: 15px;
}
.modal-header.bg {
color: white;
background: rgb(255, 58, 58);
}
a#terms-use:focus,
a#privacy-policy {
border: 0;
box-shadow: none;
outline: none;
} | 0.370567 | 0.079175 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
font-size: 100%;
font-family: 'Roboto', sans-serif;
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
a,
select,
button,
textarea {
font-family: 'Roboto', sans-serif;
margin: 0;
}
ul,
label {
margin: 0;
padding: 0;
}
body a:hover,
body a {
text-decoration: none;
}
/*-- main --*/
.agileits_copyright {
text-align: center;
}
.agileits_copyright p {
font-size: 1em;
color: #fff;
margin: 3em 0 0;
line-height: 1.8em;
padding: 0 1em;
text-transform: capitalize;
}
.agileits_copyright p a {
color: #79ff00;
text-decoration: underline;
}
.agileits_copyright p a:hover {
color: #fff;
}
input[type="submit"],
a {
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-o-transition: .5s ease-in;
-ms-transition: .5s ease-in;
}
.main {
margin: 3em auto;
position: relative;
height: 100%;
}
.main h1 {
text-align: center;
color: #fff;
font-size: 2.5em;
margin-bottom: 1em;
text-transform: uppercase;
letter-spacing: 2px;
}
/*-- //main --*/
.w3_agile_main_grids {
width: 50%;
margin: 0 auto;
}
.agile_main_grid_left {
float: left;
width: 47.6%;
}
.agileits_w3layouts_main_grid {
padding: 3em;
background: #fff;
}
.agile_main_grid_left h3 {
font-size: 1.1em;
color: #212121;
margin-bottom: 1em;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
outline: none;
padding: 12px;
color: #212121;
font-size: 13px;
border: 2px solid #f2f2f2;
background: none;
width: 92%;
margin-bottom: 1.5em;
}
.agile_main_grid_left textarea {
min-height: 73px;
resize: none;
}
.agile_main_grid_left input[type="email"]:focus,
.agile_main_grid_left input[type="password"]:focus,
.w3layouts_select:focus,
.agile_main_grid_left input[type="text"]:focus,
.agile_main_grid_left textarea:focus {
border-color: #ffd6d6;
}
.agile_main_grid_left input[type="email"]::-webkit-input-placeholder,
.agile_main_grid_left input[type="password"]::-webkit-input-placeholder,
.agile_main_grid_left input[type="text"]::-webkit-input-placeholder,
.agile_main_grid_left textarea::-webkit-input-placeholder {
color: #212121 !important;
}
.w3layouts_select {
width: 100% !important;
}
.agile_main_grid_left:nth-child(2) {
margin-left: 2em;
}
.agile_main_grid_left h2 {
font-size: 1em;
color: #212121;
font-weight: 500;
}
.w3_agileits_main_grid_left_l {
float: left;
}
.w3_agileits_main_grid_left_r {
float: right;
}
.wthree_color {
color: red;
}
label.radio,
.checkbox {
font-size: 14px;
font-weight: 500;
color: #999;
padding-left: 25px;
margin: 0;
position: relative;
text-transform: uppercase;
}
.radio i,
.checkbox i {
position: absolute;
top: 3px;
left: 0;
display: block;
width: 10px;
height: 10px;
outline: none;
background: #282662;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.radio input+i:after,
.checkbox input+i:after {
content: '';
top: 2px;
left: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff !important;
}
.radio input:checked+i:after {
opacity: 1;
}
.checkbox input+i:after,
.radio input+i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input:checked+i:after {
opacity: 1;
}
.checkbox input,
.radio input {
position: absolute;
left: -9999px;
}
.agileinfo_radio_button {
float: left;
margin-left: 2em;
}
.agileits_main_grid_left_l_grids {
padding: 1em 0 2em;
}
.agileinfo_radio_button:first-child {
margin-left: 0;
}
#filedrag {
display: none;
font-weight: 600;
text-align: center;
padding: 15px 0;
margin: 1em 0;
color: #f3c500;
border: 2px dashed #f3c500;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
cursor: default;
font-size: 1.25em;
}
#filedrag.hover {
color: #f00;
border-color: #f00;
border-style: solid;
box-shadow: inset 0 3px 4px #888;
}
#messages {
padding: 15px 10px;
margin: 15px 0;
border: 1px solid #00BCD4;
}
#messages p {
color: #999;
font-size: 14px;
}
#messages h4 {
color: red;
font-size: 14px;
font-weight: 700;
}
input#fileselect:focus {
outline: none;
}
.w3_agileinfo_file h4 {
font-size: 1em;
color: #212121;
margin-top: 1em;
text-align: center;
position: relative;
}
.w3_agileinfo_file h4:before,
.w3_agileinfo_file h4:after {
content: '';
background: #282662;
width: 30%;
height: 2px;
position: absolute;
top: 46%;
}
.w3_agileinfo_file h4:before {
left: 12%;
}
.w3_agileinfo_file h4:after {
right: 12%;
}
.w3layouts_file_upload {
margin-top: 2em;
}
.agileits_w3layouts_main_grid input[type="submit"] {
outline: none;
padding: 12px 0;
font-size: 1em;
font-weight: 600;
color: #fff;
border: none;
width: 35%;
background: #282662;
cursor: pointer;
text-transform: uppercase;
}
/*-- start-responsive-design --*/
@media (max-width:1440px) {
.w3_agile_main_grids {
width: 54%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 91%;
}
}
@media (max-width: 1366px) {
.w3_agile_main_grids {
width: 57%;
}
}
@media (max-width: 1280px) {
.w3_agile_main_grids {
width: 61%;
}
}
@media (max-width: 1080px) {
.agile_main_grid_left {
width: 46.7%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 88.5%;
}
.agileinfo_radio_button {
margin-left: 1em;
}
.agile_main_grid_left h2 {
font-size: .9em;
}
}
@media (max-width: 1024px) {
.w3_agile_main_grids {
width: 70%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 90%;
}
}
@media (max-width: 991px) {
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 89%;
}
}
@media (max-width: 900px) {
.w3_agile_main_grids {
width: 80%;
}
}
@media (max-width: 800px) {
.w3_agile_main_grids {
width: 85%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 89.4%;
}
}
@media (max-width: 768px) {
label.radio,
.checkbox {
padding-left: 18px;
}
}
@media (max-width: 736px) {
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 88%;
}
label.radio,
.checkbox {
font-size: 12px;
}
.radio i,
.checkbox i {
top: 2px;
}
.agileits_w3layouts_main_grid input[type="submit"] {
width: 50%;
}
}
@media (max-width: 667px) {
.main h1 {
font-size: 2.2em;
}
.agileits_w3layouts_main_grid {
padding: 2em;
}
.w3_agileits_main_grid_left_l,
.w3_agileits_main_grid_left_r {
float: none;
}
.agileits_main_grid_left_l_grids,
.w3_agileits_main_grid_left_l {
padding: 0 0 1em;
}
#filedrag {
font-size: 1.1em;
}
}
@media (max-width: 640px) {
.agile_main_grid_left {
width: 46.5%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 86.6%;
}
}
@media (max-width: 600px) {
.main h1 {
font-size: 2em;
}
.w3_agile_main_grids {
width: 90%;
}
.agileits_copyright p {
margin: 2em 0 0;
}
}
@media (max-width: 568px) {
.main h1 {
font-size: 1.8em;
}
.agile_main_grid_left {
width: 46%;
}
.agile_main_grid_left h3 {
font-size: 1em;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 86%;
}
}
@media (max-width: 480px) {
.main h1 {
font-size: 1.6em;
}
.main {
margin: 2em auto;
}
.agile_main_grid_left {
width: 100%;
float: none;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 92%;
}
.agile_main_grid_left:nth-child(2) {
margin: 0;
}
.w3layouts_file_upload {
margin-top: 1em;
}
.agileits_w3layouts_main_grid input[type="submit"] {
width: 60%;
font-size: 14px;
}
}
@media (max-width: 414px) {
.main h1 {
font-size: 1.5em;
letter-spacing: 1px;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 90%;
}
.agileits_w3layouts_main_grid input[type="submit"] {
width: 100%;
}
.agileits_copyright p {
font-size: 14px;
}
}
@media (max-width: 384px) {
.main h1 {
font-size: 1.4em;
}
}
@media (max-width: 320px) {
.main h1 {
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 0;
}
.agileits_w3layouts_main_grid {
padding: 1.5em;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 87%;
}
#filedrag {
font-size: 1em;
}
}
.smallfiletext {
font-size: 12px !important;
margin-left: 2px !important;
font-weight: 500 !important;
}
.filediv {
margin: 1rem 0 !important;
}
.filediv span {
font-size: 12px !important;
color: red !important;
}
small {
color: #6c757d !important;
margin-top: .25rem !important;
font-size: 10px !important;
margin-left: 2px !important;
font-weight: 400 !important;
} | public/formcandidate/css/style.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
font-size: 100%;
font-family: 'Roboto', sans-serif;
background: url(../images/banner.jpg) no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
a,
select,
button,
textarea {
font-family: 'Roboto', sans-serif;
margin: 0;
}
ul,
label {
margin: 0;
padding: 0;
}
body a:hover,
body a {
text-decoration: none;
}
/*-- main --*/
.agileits_copyright {
text-align: center;
}
.agileits_copyright p {
font-size: 1em;
color: #fff;
margin: 3em 0 0;
line-height: 1.8em;
padding: 0 1em;
text-transform: capitalize;
}
.agileits_copyright p a {
color: #79ff00;
text-decoration: underline;
}
.agileits_copyright p a:hover {
color: #fff;
}
input[type="submit"],
a {
transition: .5s ease-in;
-webkit-transition: .5s ease-in;
-moz-transition: .5s ease-in;
-o-transition: .5s ease-in;
-ms-transition: .5s ease-in;
}
.main {
margin: 3em auto;
position: relative;
height: 100%;
}
.main h1 {
text-align: center;
color: #fff;
font-size: 2.5em;
margin-bottom: 1em;
text-transform: uppercase;
letter-spacing: 2px;
}
/*-- //main --*/
.w3_agile_main_grids {
width: 50%;
margin: 0 auto;
}
.agile_main_grid_left {
float: left;
width: 47.6%;
}
.agileits_w3layouts_main_grid {
padding: 3em;
background: #fff;
}
.agile_main_grid_left h3 {
font-size: 1.1em;
color: #212121;
margin-bottom: 1em;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 500;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
outline: none;
padding: 12px;
color: #212121;
font-size: 13px;
border: 2px solid #f2f2f2;
background: none;
width: 92%;
margin-bottom: 1.5em;
}
.agile_main_grid_left textarea {
min-height: 73px;
resize: none;
}
.agile_main_grid_left input[type="email"]:focus,
.agile_main_grid_left input[type="password"]:focus,
.w3layouts_select:focus,
.agile_main_grid_left input[type="text"]:focus,
.agile_main_grid_left textarea:focus {
border-color: #ffd6d6;
}
.agile_main_grid_left input[type="email"]::-webkit-input-placeholder,
.agile_main_grid_left input[type="password"]::-webkit-input-placeholder,
.agile_main_grid_left input[type="text"]::-webkit-input-placeholder,
.agile_main_grid_left textarea::-webkit-input-placeholder {
color: #212121 !important;
}
.w3layouts_select {
width: 100% !important;
}
.agile_main_grid_left:nth-child(2) {
margin-left: 2em;
}
.agile_main_grid_left h2 {
font-size: 1em;
color: #212121;
font-weight: 500;
}
.w3_agileits_main_grid_left_l {
float: left;
}
.w3_agileits_main_grid_left_r {
float: right;
}
.wthree_color {
color: red;
}
label.radio,
.checkbox {
font-size: 14px;
font-weight: 500;
color: #999;
padding-left: 25px;
margin: 0;
position: relative;
text-transform: uppercase;
}
.radio i,
.checkbox i {
position: absolute;
top: 3px;
left: 0;
display: block;
width: 10px;
height: 10px;
outline: none;
background: #282662;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.radio input+i:after,
.checkbox input+i:after {
content: '';
top: 2px;
left: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff !important;
}
.radio input:checked+i:after {
opacity: 1;
}
.checkbox input+i:after,
.radio input+i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.checkbox input:checked+i:after {
opacity: 1;
}
.checkbox input,
.radio input {
position: absolute;
left: -9999px;
}
.agileinfo_radio_button {
float: left;
margin-left: 2em;
}
.agileits_main_grid_left_l_grids {
padding: 1em 0 2em;
}
.agileinfo_radio_button:first-child {
margin-left: 0;
}
#filedrag {
display: none;
font-weight: 600;
text-align: center;
padding: 15px 0;
margin: 1em 0;
color: #f3c500;
border: 2px dashed #f3c500;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
cursor: default;
font-size: 1.25em;
}
#filedrag.hover {
color: #f00;
border-color: #f00;
border-style: solid;
box-shadow: inset 0 3px 4px #888;
}
#messages {
padding: 15px 10px;
margin: 15px 0;
border: 1px solid #00BCD4;
}
#messages p {
color: #999;
font-size: 14px;
}
#messages h4 {
color: red;
font-size: 14px;
font-weight: 700;
}
input#fileselect:focus {
outline: none;
}
.w3_agileinfo_file h4 {
font-size: 1em;
color: #212121;
margin-top: 1em;
text-align: center;
position: relative;
}
.w3_agileinfo_file h4:before,
.w3_agileinfo_file h4:after {
content: '';
background: #282662;
width: 30%;
height: 2px;
position: absolute;
top: 46%;
}
.w3_agileinfo_file h4:before {
left: 12%;
}
.w3_agileinfo_file h4:after {
right: 12%;
}
.w3layouts_file_upload {
margin-top: 2em;
}
.agileits_w3layouts_main_grid input[type="submit"] {
outline: none;
padding: 12px 0;
font-size: 1em;
font-weight: 600;
color: #fff;
border: none;
width: 35%;
background: #282662;
cursor: pointer;
text-transform: uppercase;
}
/*-- start-responsive-design --*/
@media (max-width:1440px) {
.w3_agile_main_grids {
width: 54%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 91%;
}
}
@media (max-width: 1366px) {
.w3_agile_main_grids {
width: 57%;
}
}
@media (max-width: 1280px) {
.w3_agile_main_grids {
width: 61%;
}
}
@media (max-width: 1080px) {
.agile_main_grid_left {
width: 46.7%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 88.5%;
}
.agileinfo_radio_button {
margin-left: 1em;
}
.agile_main_grid_left h2 {
font-size: .9em;
}
}
@media (max-width: 1024px) {
.w3_agile_main_grids {
width: 70%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 90%;
}
}
@media (max-width: 991px) {
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 89%;
}
}
@media (max-width: 900px) {
.w3_agile_main_grids {
width: 80%;
}
}
@media (max-width: 800px) {
.w3_agile_main_grids {
width: 85%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 89.4%;
}
}
@media (max-width: 768px) {
label.radio,
.checkbox {
padding-left: 18px;
}
}
@media (max-width: 736px) {
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 88%;
}
label.radio,
.checkbox {
font-size: 12px;
}
.radio i,
.checkbox i {
top: 2px;
}
.agileits_w3layouts_main_grid input[type="submit"] {
width: 50%;
}
}
@media (max-width: 667px) {
.main h1 {
font-size: 2.2em;
}
.agileits_w3layouts_main_grid {
padding: 2em;
}
.w3_agileits_main_grid_left_l,
.w3_agileits_main_grid_left_r {
float: none;
}
.agileits_main_grid_left_l_grids,
.w3_agileits_main_grid_left_l {
padding: 0 0 1em;
}
#filedrag {
font-size: 1.1em;
}
}
@media (max-width: 640px) {
.agile_main_grid_left {
width: 46.5%;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 86.6%;
}
}
@media (max-width: 600px) {
.main h1 {
font-size: 2em;
}
.w3_agile_main_grids {
width: 90%;
}
.agileits_copyright p {
margin: 2em 0 0;
}
}
@media (max-width: 568px) {
.main h1 {
font-size: 1.8em;
}
.agile_main_grid_left {
width: 46%;
}
.agile_main_grid_left h3 {
font-size: 1em;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 86%;
}
}
@media (max-width: 480px) {
.main h1 {
font-size: 1.6em;
}
.main {
margin: 2em auto;
}
.agile_main_grid_left {
width: 100%;
float: none;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 92%;
}
.agile_main_grid_left:nth-child(2) {
margin: 0;
}
.w3layouts_file_upload {
margin-top: 1em;
}
.agileits_w3layouts_main_grid input[type="submit"] {
width: 60%;
font-size: 14px;
}
}
@media (max-width: 414px) {
.main h1 {
font-size: 1.5em;
letter-spacing: 1px;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 90%;
}
.agileits_w3layouts_main_grid input[type="submit"] {
width: 100%;
}
.agileits_copyright p {
font-size: 14px;
}
}
@media (max-width: 384px) {
.main h1 {
font-size: 1.4em;
}
}
@media (max-width: 320px) {
.main h1 {
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 0;
}
.agileits_w3layouts_main_grid {
padding: 1.5em;
}
.agile_main_grid_left input[type="email"],
.agile_main_grid_left input[type="password"],
.w3layouts_select,
.agile_main_grid_left input[type="text"],
.agile_main_grid_left textarea {
width: 87%;
}
#filedrag {
font-size: 1em;
}
}
.smallfiletext {
font-size: 12px !important;
margin-left: 2px !important;
font-weight: 500 !important;
}
.filediv {
margin: 1rem 0 !important;
}
.filediv span {
font-size: 12px !important;
color: red !important;
}
small {
color: #6c757d !important;
margin-top: .25rem !important;
font-size: 10px !important;
margin-left: 2px !important;
font-weight: 400 !important;
} | 0.455683 | 0.084116 |
.not-supported {
visibility: visible;
color: #e4e4e4;
text-align: center;
margin-top: 20%;
margin-left: 20%;
margin-right: 20%;
max-width: 80%;
z-index: 999;
}
.body {
visibility: hidden;
}
.column {
visibility: hidden;
}
@media screen and (max-width: 768px) {
.column {
visibility: hidden;
}
}
.row:after {
visibility: hidden;
}
button {
visibility: hidden;
}
button:hover{
visibility: hidden;
}
/******************************************************
/* Left Column Elements */
/******************************************************/
.fui {
visibility: hidden;
}
/* FUI */
.text-block {
visibility: hidden;
}
/* Finger User Interface */
.text-block-2 {
visibility: hidden;
}
/* Tagline */
.text-block-3 {
visibility: hidden;
}
.FUI-spacer {
visibility: hidden;
}
.info {
visibility: hidden;
}
.a {
visibility: hidden;
}
/******************************************************
/* Right Column Elements */
/******************************************************/
/******************************************************/
/* Getting Started Section */
/******************************************************/
/* Getting Started Text */
.text-block-4 {
visibility: hidden;
}
.connectbutton {
visibility: hidden;
}
.transferedbutton {
visibility: hidden;
}
/* Progress Bar */
#myProgress {
visibility: hidden;
}
#progress-text {
visibility: hidden;
}
#myBar {
visibility: hidden;
}
.connect-spacer {
/* border: 1px solid white;*/
visibility: hidden;
}
/******************************************************/
/* Play Section */
/******************************************************/
/* Play Text */
.text-block-5 {
visibility: hidden;
}
.play{
visibility: hidden;
}
.play-spacer {
visibility: hidden;
}
/* Gesture GIFs */
.w-layout-grid {
visibility: hidden;
}
.grid {
visibility: hidden;
}
.image {
visibility: hidden;
}
.image-2 {
visibility: hidden;
}
.image-3 {
visibility: hidden;
}
.image-4 {
visibility: hidden;
}
.image-5 {
visibility: hidden;
}
.middle-part {
visibility: hidden;
}
/******************************************************
/* Sketch */
/******************************************************/
.loading {
visibility: hidden;
}
.side-gestures {
visibility: hidden;
}
.image-6 {
visibility: hidden;
}
.image-7 {
visibility: hidden;
}
.image-8 {
visibility: hidden;
}
.image-9 {
visibility: hidden;
}
.image-10 {
visibility: hidden;
}
.italic-text {
visibility: hidden;
}
/******************************************************
/* Fonts */
/******************************************************/
#w-node-_337169d6-ed16-8524-514c-bdf18658fcf1-fe64dae6 {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: Area;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Medium-2.ttf') format('truetype');
/* src: url('../../fonts/GoogleSansMono-Medium-2.ttf') format('truetype'); */
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono[wght] 2';
src: url('../../fonts/GoogleSansMonowght-2.ttf') format('truetype'), url('../../fonts/GoogleSansMonowght-2.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Italic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Italicwght.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Italic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Italicwght.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Regular.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-MediumItalic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Bold.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-BoldItalic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono 2';
src: url('../../fonts/GoogleSansMono-Medium-2.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-ExtraBold.ttf') format('truetype'), url('../../fonts/InknutAntiqua-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono variablefont wght';
src: url('../../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono variablefont wght';
src: url('../../fonts/RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-Bold.ttf') format('truetype'), url('../../fonts/Syne-ExtraBold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne variablefont wght';
src: url('../../fonts/Syne-VariableFont_wght.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
} | third_party/webflow/mobile.fui.webflow.css | .not-supported {
visibility: visible;
color: #e4e4e4;
text-align: center;
margin-top: 20%;
margin-left: 20%;
margin-right: 20%;
max-width: 80%;
z-index: 999;
}
.body {
visibility: hidden;
}
.column {
visibility: hidden;
}
@media screen and (max-width: 768px) {
.column {
visibility: hidden;
}
}
.row:after {
visibility: hidden;
}
button {
visibility: hidden;
}
button:hover{
visibility: hidden;
}
/******************************************************
/* Left Column Elements */
/******************************************************/
.fui {
visibility: hidden;
}
/* FUI */
.text-block {
visibility: hidden;
}
/* Finger User Interface */
.text-block-2 {
visibility: hidden;
}
/* Tagline */
.text-block-3 {
visibility: hidden;
}
.FUI-spacer {
visibility: hidden;
}
.info {
visibility: hidden;
}
.a {
visibility: hidden;
}
/******************************************************
/* Right Column Elements */
/******************************************************/
/******************************************************/
/* Getting Started Section */
/******************************************************/
/* Getting Started Text */
.text-block-4 {
visibility: hidden;
}
.connectbutton {
visibility: hidden;
}
.transferedbutton {
visibility: hidden;
}
/* Progress Bar */
#myProgress {
visibility: hidden;
}
#progress-text {
visibility: hidden;
}
#myBar {
visibility: hidden;
}
.connect-spacer {
/* border: 1px solid white;*/
visibility: hidden;
}
/******************************************************/
/* Play Section */
/******************************************************/
/* Play Text */
.text-block-5 {
visibility: hidden;
}
.play{
visibility: hidden;
}
.play-spacer {
visibility: hidden;
}
/* Gesture GIFs */
.w-layout-grid {
visibility: hidden;
}
.grid {
visibility: hidden;
}
.image {
visibility: hidden;
}
.image-2 {
visibility: hidden;
}
.image-3 {
visibility: hidden;
}
.image-4 {
visibility: hidden;
}
.image-5 {
visibility: hidden;
}
.middle-part {
visibility: hidden;
}
/******************************************************
/* Sketch */
/******************************************************/
.loading {
visibility: hidden;
}
.side-gestures {
visibility: hidden;
}
.image-6 {
visibility: hidden;
}
.image-7 {
visibility: hidden;
}
.image-8 {
visibility: hidden;
}
.image-9 {
visibility: hidden;
}
.image-10 {
visibility: hidden;
}
.italic-text {
visibility: hidden;
}
/******************************************************
/* Fonts */
/******************************************************/
#w-node-_337169d6-ed16-8524-514c-bdf18658fcf1-fe64dae6 {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: Area;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Medium-2.ttf') format('truetype');
/* src: url('../../fonts/GoogleSansMono-Medium-2.ttf') format('truetype'); */
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono[wght] 2';
src: url('../../fonts/GoogleSansMonowght-2.ttf') format('truetype'), url('../../fonts/GoogleSansMonowght-2.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Italic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Italicwght.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Italic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Italicwght.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Regular.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-MediumItalic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-Bold.ttf') format('truetype'), url('../../fonts/GoogleSansMono-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono';
src: url('../../fonts/GoogleSansMono-BoldItalic.ttf') format('truetype'), url('../../fonts/GoogleSansMono-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Googlesansmono 2';
src: url('../../fonts/GoogleSansMono-Medium-2.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-ExtraBold.ttf') format('truetype'), url('../../fonts/InknutAntiqua-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inknutantiqua';
src: url('../../fonts/InknutAntiqua-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Archivonarrow';
src: url('../../fonts/ArchivoNarrow-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono variablefont wght';
src: url('../../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Robotomono';
src: url('../../fonts/RobotoMono-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Robotomono variablefont wght';
src: url('../../fonts/RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
font-weight: 400;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-Bold.ttf') format('truetype'), url('../../fonts/Syne-ExtraBold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne variablefont wght';
src: url('../../fonts/Syne-VariableFont_wght.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Syne';
src: url('../../fonts/Syne-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
} | 0.47098 | 0.155719 |
bg30001 { background: fixed repeat-y content-box url(test.jpg) bottom left }
bg30002 { background: fixed repeat-y url(test.jpg) bottom left content-box }
bg30003 { background: fixed repeat-y url(test.jpg) content-box bottom left }
bg30004 { background: fixed bottom left no-repeat none content-box }
bg30005 { background: fixed bottom left no-repeat content-box }
bg30006 { background: fixed bottom left no-repeat content-box none }
bg30007 { background: fixed bottom left no-repeat content-box url(test.jpg) }
bg30008 { background: fixed bottom left no-repeat url(test.jpg) content-box }
bg30009 { background: fixed bottom left none no-repeat content-box }
bg30010 { background: fixed bottom left none repeat content-box }
bg30011 { background: fixed bottom left none repeat-x content-box }
bg30012 { background: fixed bottom left none repeat-y content-box }
bg30013 { background: fixed bottom left none content-box }
bg30014 { background: fixed bottom left none content-box no-repeat }
bg30015 { background: fixed bottom left none content-box repeat }
bg30016 { background: fixed bottom left none content-box repeat-x }
bg30017 { background: fixed bottom left none content-box repeat-y }
bg30018 { background: fixed bottom left repeat none content-box }
bg30019 { background: fixed bottom left repeat content-box }
bg30020 { background: fixed bottom left repeat content-box none }
bg30021 { background: fixed bottom left repeat content-box url(test.jpg) }
bg30022 { background: fixed bottom left repeat url(test.jpg) content-box }
bg30023 { background: fixed bottom left repeat-x none content-box }
bg30024 { background: fixed bottom left repeat-x content-box }
bg30025 { background: fixed bottom left repeat-x content-box none }
bg30026 { background: fixed bottom left repeat-x content-box url(test.jpg) }
bg30027 { background: fixed bottom left repeat-x url(test.jpg) content-box }
bg30028 { background: fixed bottom left repeat-y none content-box }
bg30029 { background: fixed bottom left repeat-y content-box }
bg30030 { background: fixed bottom left repeat-y content-box none }
bg30031 { background: fixed bottom left repeat-y content-box url(test.jpg) }
bg30032 { background: fixed bottom left repeat-y url(test.jpg) content-box }
bg30033 { background: fixed bottom left content-box }
bg30034 { background: fixed bottom left content-box no-repeat }
bg30035 { background: fixed bottom left content-box no-repeat none }
bg30036 { background: fixed bottom left content-box no-repeat url(test.jpg) }
bg30037 { background: fixed bottom left content-box none }
bg30038 { background: fixed bottom left content-box none no-repeat }
bg30039 { background: fixed bottom left content-box none repeat }
bg30040 { background: fixed bottom left content-box none repeat-x }
bg30041 { background: fixed bottom left content-box none repeat-y }
bg30042 { background: fixed bottom left content-box repeat }
bg30043 { background: fixed bottom left content-box repeat none }
bg30044 { background: fixed bottom left content-box repeat url(test.jpg) }
bg30045 { background: fixed bottom left content-box repeat-x }
bg30046 { background: fixed bottom left content-box repeat-x none }
bg30047 { background: fixed bottom left content-box repeat-x url(test.jpg) }
bg30048 { background: fixed bottom left content-box repeat-y }
bg30049 { background: fixed bottom left content-box repeat-y none }
bg30050 { background: fixed bottom left content-box repeat-y url(test.jpg) }
bg30051 { background: fixed bottom left content-box url(test.jpg) }
bg30052 { background: fixed bottom left content-box url(test.jpg) no-repeat }
bg30053 { background: fixed bottom left content-box url(test.jpg) repeat }
bg30054 { background: fixed bottom left content-box url(test.jpg) repeat-x }
bg30055 { background: fixed bottom left content-box url(test.jpg) repeat-y }
bg30056 { background: fixed bottom left url(test.jpg) no-repeat content-box }
bg30057 { background: fixed bottom left url(test.jpg) repeat content-box }
bg30058 { background: fixed bottom left url(test.jpg) repeat-x content-box }
bg30059 { background: fixed bottom left url(test.jpg) repeat-y content-box }
bg30060 { background: fixed bottom left url(test.jpg) content-box }
bg30061 { background: fixed bottom left url(test.jpg) content-box no-repeat }
bg30062 { background: fixed bottom left url(test.jpg) content-box repeat }
bg30063 { background: fixed bottom left url(test.jpg) content-box repeat-x }
bg30064 { background: fixed bottom left url(test.jpg) content-box repeat-y }
bg30065 { background: fixed content-box no-repeat none bottom left }
bg30066 { background: fixed content-box no-repeat bottom left }
bg30067 { background: fixed content-box no-repeat bottom left none }
bg30068 { background: fixed content-box no-repeat bottom left url(test.jpg) }
bg30069 { background: fixed content-box no-repeat url(test.jpg) bottom left }
bg30070 { background: fixed content-box none no-repeat bottom left }
bg30071 { background: fixed content-box none repeat bottom left }
bg30072 { background: fixed content-box none repeat-x bottom left }
bg30073 { background: fixed content-box none repeat-y bottom left }
bg30074 { background: fixed content-box none bottom left }
bg30075 { background: fixed content-box none bottom left no-repeat }
bg30076 { background: fixed content-box none bottom left repeat }
bg30077 { background: fixed content-box none bottom left repeat-x }
bg30078 { background: fixed content-box none bottom left repeat-y }
bg30079 { background: fixed content-box repeat none bottom left }
bg30080 { background: fixed content-box repeat bottom left }
bg30081 { background: fixed content-box repeat bottom left none }
bg30082 { background: fixed content-box repeat bottom left url(test.jpg) }
bg30083 { background: fixed content-box repeat url(test.jpg) bottom left }
bg30084 { background: fixed content-box repeat-x none bottom left }
bg30085 { background: fixed content-box repeat-x bottom left }
bg30086 { background: fixed content-box repeat-x bottom left none }
bg30087 { background: fixed content-box repeat-x bottom left url(test.jpg) }
bg30088 { background: fixed content-box repeat-x url(test.jpg) bottom left }
bg30089 { background: fixed content-box repeat-y none bottom left }
bg30090 { background: fixed content-box repeat-y bottom left }
bg30091 { background: fixed content-box repeat-y bottom left none }
bg30092 { background: fixed content-box repeat-y bottom left url(test.jpg) }
bg30093 { background: fixed content-box repeat-y url(test.jpg) bottom left }
bg30094 { background: fixed content-box bottom left }
bg30095 { background: fixed content-box bottom left no-repeat }
bg30096 { background: fixed content-box bottom left no-repeat none }
bg30097 { background: fixed content-box bottom left no-repeat url(test.jpg) }
bg30098 { background: fixed content-box bottom left none }
bg30099 { background: fixed content-box bottom left none no-repeat }
bg30100 { background: fixed content-box bottom left none repeat }
bg30101 { background: fixed content-box bottom left none repeat-x }
bg30102 { background: fixed content-box bottom left none repeat-y }
bg30103 { background: fixed content-box bottom left repeat }
bg30104 { background: fixed content-box bottom left repeat none }
bg30105 { background: fixed content-box bottom left repeat url(test.jpg) }
bg30106 { background: fixed content-box bottom left repeat-x }
bg30107 { background: fixed content-box bottom left repeat-x none }
bg30108 { background: fixed content-box bottom left repeat-x url(test.jpg) }
bg30109 { background: fixed content-box bottom left repeat-y }
bg30110 { background: fixed content-box bottom left repeat-y none }
bg30111 { background: fixed content-box bottom left repeat-y url(test.jpg) }
bg30112 { background: fixed content-box bottom left url(test.jpg) }
bg30113 { background: fixed content-box bottom left url(test.jpg) no-repeat }
bg30114 { background: fixed content-box bottom left url(test.jpg) repeat }
bg30115 { background: fixed content-box bottom left url(test.jpg) repeat-x }
bg30116 { background: fixed content-box bottom left url(test.jpg) repeat-y }
bg30117 { background: fixed content-box url(test.jpg) no-repeat bottom left }
bg30118 { background: fixed content-box url(test.jpg) repeat bottom left }
bg30119 { background: fixed content-box url(test.jpg) repeat-x bottom left }
bg30120 { background: fixed content-box url(test.jpg) repeat-y bottom left }
bg30121 { background: fixed content-box url(test.jpg) bottom left }
bg30122 { background: fixed content-box url(test.jpg) bottom left no-repeat }
bg30123 { background: fixed content-box url(test.jpg) bottom left repeat }
bg30124 { background: fixed content-box url(test.jpg) bottom left repeat-x }
bg30125 { background: fixed content-box url(test.jpg) bottom left repeat-y }
bg30126 { background: fixed url(test.jpg) no-repeat bottom left content-box }
bg30127 { background: fixed url(test.jpg) no-repeat content-box bottom left }
bg30128 { background: fixed url(test.jpg) repeat bottom left content-box }
bg30129 { background: fixed url(test.jpg) repeat content-box bottom left }
bg30130 { background: fixed url(test.jpg) repeat-x bottom left content-box }
bg30131 { background: fixed url(test.jpg) repeat-x content-box bottom left }
bg30132 { background: fixed url(test.jpg) repeat-y bottom left content-box }
bg30133 { background: fixed url(test.jpg) repeat-y content-box bottom left }
bg30134 { background: fixed url(test.jpg) bottom left no-repeat content-box }
bg30135 { background: fixed url(test.jpg) bottom left repeat content-box }
bg30136 { background: fixed url(test.jpg) bottom left repeat-x content-box }
bg30137 { background: fixed url(test.jpg) bottom left repeat-y content-box }
bg30138 { background: fixed url(test.jpg) bottom left content-box }
bg30139 { background: fixed url(test.jpg) bottom left content-box no-repeat }
bg30140 { background: fixed url(test.jpg) bottom left content-box repeat }
bg30141 { background: fixed url(test.jpg) bottom left content-box repeat-x }
bg30142 { background: fixed url(test.jpg) bottom left content-box repeat-y }
bg30143 { background: fixed url(test.jpg) content-box no-repeat bottom left }
bg30144 { background: fixed url(test.jpg) content-box repeat bottom left }
bg30145 { background: fixed url(test.jpg) content-box repeat-x bottom left }
bg30146 { background: fixed url(test.jpg) content-box repeat-y bottom left }
bg30147 { background: fixed url(test.jpg) content-box bottom left }
bg30148 { background: fixed url(test.jpg) content-box bottom left no-repeat }
bg30149 { background: fixed url(test.jpg) content-box bottom left repeat }
bg30150 { background: fixed url(test.jpg) content-box bottom left repeat-x }
bg30151 { background: fixed url(test.jpg) content-box bottom left repeat-y }
bg30152 { background: no-repeat fixed none bottom left content-box }
bg30153 { background: no-repeat fixed none content-box bottom left }
bg30154 { background: no-repeat fixed bottom left none content-box }
bg30155 { background: no-repeat fixed bottom left content-box }
bg30156 { background: no-repeat fixed bottom left content-box none }
bg30157 { background: no-repeat fixed bottom left content-box url(test.jpg) }
bg30158 { background: no-repeat fixed bottom left url(test.jpg) content-box }
bg30159 { background: no-repeat fixed content-box none bottom left }
bg30160 { background: no-repeat fixed content-box bottom left }
bg30161 { background: no-repeat fixed content-box bottom left none }
bg30162 { background: no-repeat fixed content-box bottom left url(test.jpg) }
bg30163 { background: no-repeat fixed content-box url(test.jpg) bottom left }
bg30164 { background: no-repeat fixed url(test.jpg) bottom left content-box }
bg30165 { background: no-repeat fixed url(test.jpg) content-box bottom left }
bg30166 { background: no-repeat none fixed bottom left content-box }
bg30167 { background: no-repeat none fixed content-box bottom left }
bg30168 { background: no-repeat none bottom left fixed content-box }
bg30169 { background: no-repeat none bottom left scroll content-box }
bg30170 { background: no-repeat none bottom left content-box }
bg30171 { background: no-repeat none bottom left content-box fixed }
bg30172 { background: no-repeat none bottom left content-box scroll }
bg30173 { background: no-repeat none scroll bottom left content-box }
bg30174 { background: no-repeat none scroll content-box bottom left }
bg30175 { background: no-repeat none content-box fixed bottom left }
bg30176 { background: no-repeat none content-box bottom left }
bg30177 { background: no-repeat none content-box bottom left fixed }
bg30178 { background: no-repeat none content-box bottom left scroll }
bg30179 { background: no-repeat none content-box scroll bottom left }
bg30180 { background: no-repeat bottom left fixed none content-box }
bg30181 { background: no-repeat bottom left fixed content-box }
bg30182 { background: no-repeat bottom left fixed content-box none }
bg30183 { background: no-repeat bottom left fixed content-box url(test.jpg) }
bg30184 { background: no-repeat bottom left fixed url(test.jpg) content-box }
bg30185 { background: no-repeat bottom left none fixed content-box }
bg30186 { background: no-repeat bottom left none scroll content-box }
bg30187 { background: no-repeat bottom left none content-box }
bg30188 { background: no-repeat bottom left none content-box fixed }
bg30189 { background: no-repeat bottom left none content-box scroll }
bg30190 { background: no-repeat bottom left scroll none content-box }
bg30191 { background: no-repeat bottom left scroll content-box }
bg30192 { background: no-repeat bottom left scroll content-box none }
bg30193 { background: no-repeat bottom left scroll content-box url(test.jpg) }
bg30194 { background: no-repeat bottom left scroll url(test.jpg) content-box }
bg30195 { background: no-repeat bottom left content-box }
bg30196 { background: no-repeat bottom left content-box fixed }
bg30197 { background: no-repeat bottom left content-box fixed none }
bg30198 { background: no-repeat bottom left content-box fixed url(test.jpg) }
bg30199 { background: no-repeat bottom left content-box none }
bg30200 { background: no-repeat bottom left content-box none fixed }
bg30201 { background: no-repeat bottom left content-box none scroll }
bg30202 { background: no-repeat bottom left content-box scroll }
bg30203 { background: no-repeat bottom left content-box scroll none }
bg30204 { background: no-repeat bottom left content-box scroll url(test.jpg) }
bg30205 { background: no-repeat bottom left content-box url(test.jpg) }
bg30206 { background: no-repeat bottom left content-box url(test.jpg) fixed }
bg30207 { background: no-repeat bottom left content-box url(test.jpg) scroll }
bg30208 { background: no-repeat bottom left url(test.jpg) fixed content-box }
bg30209 { background: no-repeat bottom left url(test.jpg) scroll content-box }
bg30210 { background: no-repeat bottom left url(test.jpg) content-box }
bg30211 { background: no-repeat bottom left url(test.jpg) content-box fixed }
bg30212 { background: no-repeat bottom left url(test.jpg) content-box scroll }
bg30213 { background: no-repeat scroll none bottom left content-box }
bg30214 { background: no-repeat scroll none content-box bottom left }
bg30215 { background: no-repeat scroll bottom left none content-box }
bg30216 { background: no-repeat scroll bottom left content-box }
bg30217 { background: no-repeat scroll bottom left content-box none }
bg30218 { background: no-repeat scroll bottom left content-box url(test.jpg) }
bg30219 { background: no-repeat scroll bottom left url(test.jpg) content-box }
bg30220 { background: no-repeat scroll content-box none bottom left }
bg30221 { background: no-repeat scroll content-box bottom left }
bg30222 { background: no-repeat scroll content-box bottom left none }
bg30223 { background: no-repeat scroll content-box bottom left url(test.jpg) }
bg30224 { background: no-repeat scroll content-box url(test.jpg) bottom left }
bg30225 { background: no-repeat scroll url(test.jpg) bottom left content-box }
bg30226 { background: no-repeat scroll url(test.jpg) content-box bottom left }
bg30227 { background: no-repeat content-box fixed none bottom left }
bg30228 { background: no-repeat content-box fixed bottom left }
bg30229 { background: no-repeat content-box fixed bottom left none }
bg30230 { background: no-repeat content-box fixed bottom left url(test.jpg) }
bg30231 { background: no-repeat content-box fixed url(test.jpg) bottom left }
bg30232 { background: no-repeat content-box none fixed bottom left }
bg30233 { background: no-repeat content-box none bottom left }
bg30234 { background: no-repeat content-box none bottom left fixed }
bg30235 { background: no-repeat content-box none bottom left scroll }
bg30236 { background: no-repeat content-box none scroll bottom left }
bg30237 { background: no-repeat content-box bottom left }
bg30238 { background: no-repeat content-box bottom left fixed }
bg30239 { background: no-repeat content-box bottom left fixed none }
bg30240 { background: no-repeat content-box bottom left fixed url(test.jpg) }
bg30241 { background: no-repeat content-box bottom left none }
bg30242 { background: no-repeat content-box bottom left none fixed }
bg30243 { background: no-repeat content-box bottom left none scroll }
bg30244 { background: no-repeat content-box bottom left scroll }
bg30245 { background: no-repeat content-box bottom left scroll none }
bg30246 { background: no-repeat content-box bottom left scroll url(test.jpg) }
bg30247 { background: no-repeat content-box bottom left url(test.jpg) }
bg30248 { background: no-repeat content-box bottom left url(test.jpg) fixed }
bg30249 { background: no-repeat content-box bottom left url(test.jpg) scroll }
bg30250 { background: no-repeat content-box scroll none bottom left }
bg30251 { background: no-repeat content-box scroll bottom left }
bg30252 { background: no-repeat content-box scroll bottom left none }
bg30253 { background: no-repeat content-box scroll bottom left url(test.jpg) }
bg30254 { background: no-repeat content-box scroll url(test.jpg) bottom left }
bg30255 { background: no-repeat content-box url(test.jpg) fixed bottom left }
bg30256 { background: no-repeat content-box url(test.jpg) bottom left }
bg30257 { background: no-repeat content-box url(test.jpg) bottom left fixed }
bg30258 { background: no-repeat content-box url(test.jpg) bottom left scroll }
bg30259 { background: no-repeat content-box url(test.jpg) scroll bottom left }
bg30260 { background: no-repeat url(test.jpg) fixed bottom left content-box }
bg30261 { background: no-repeat url(test.jpg) fixed content-box bottom left }
bg30262 { background: no-repeat url(test.jpg) bottom left fixed content-box }
bg30263 { background: no-repeat url(test.jpg) bottom left scroll content-box }
bg30264 { background: no-repeat url(test.jpg) bottom left content-box }
bg30265 { background: no-repeat url(test.jpg) bottom left content-box fixed }
bg30266 { background: no-repeat url(test.jpg) bottom left content-box scroll }
bg30267 { background: no-repeat url(test.jpg) scroll bottom left content-box }
bg30268 { background: no-repeat url(test.jpg) scroll content-box bottom left }
bg30269 { background: no-repeat url(test.jpg) content-box fixed bottom left }
bg30270 { background: no-repeat url(test.jpg) content-box bottom left }
bg30271 { background: no-repeat url(test.jpg) content-box bottom left fixed }
bg30272 { background: no-repeat url(test.jpg) content-box bottom left scroll }
bg30273 { background: no-repeat url(test.jpg) content-box scroll bottom left }
bg30274 { background: none fixed no-repeat bottom left content-box }
bg30275 { background: none fixed no-repeat content-box bottom left }
bg30276 { background: none fixed repeat bottom left content-box }
bg30277 { background: none fixed repeat content-box bottom left }
bg30278 { background: none fixed repeat-x bottom left content-box }
bg30279 { background: none fixed repeat-x content-box bottom left }
bg30280 { background: none fixed repeat-y bottom left content-box }
bg30281 { background: none fixed repeat-y content-box bottom left }
bg30282 { background: none fixed bottom left no-repeat content-box }
bg30283 { background: none fixed bottom left repeat content-box }
bg30284 { background: none fixed bottom left repeat-x content-box }
bg30285 { background: none fixed bottom left repeat-y content-box }
bg30286 { background: none fixed bottom left content-box }
bg30287 { background: none fixed bottom left content-box no-repeat }
bg30288 { background: none fixed bottom left content-box repeat }
bg30289 { background: none fixed bottom left content-box repeat-x }
bg30290 { background: none fixed bottom left content-box repeat-y }
bg30291 { background: none fixed content-box no-repeat bottom left }
bg30292 { background: none fixed content-box repeat bottom left }
bg30293 { background: none fixed content-box repeat-x bottom left }
bg30294 { background: none fixed content-box repeat-y bottom left }
bg30295 { background: none fixed content-box bottom left }
bg30296 { background: none fixed content-box bottom left no-repeat }
bg30297 { background: none fixed content-box bottom left repeat }
bg30298 { background: none fixed content-box bottom left repeat-x }
bg30299 { background: none fixed content-box bottom left repeat-y }
bg30300 { background: none no-repeat fixed bottom left content-box }
bg30301 { background: none no-repeat fixed content-box bottom left }
bg30302 { background: none no-repeat bottom left fixed content-box }
bg30303 { background: none no-repeat bottom left scroll content-box }
bg30304 { background: none no-repeat bottom left content-box }
bg30305 { background: none no-repeat bottom left content-box fixed }
bg30306 { background: none no-repeat bottom left content-box scroll }
bg30307 { background: none no-repeat scroll bottom left content-box }
bg30308 { background: none no-repeat scroll content-box bottom left }
bg30309 { background: none no-repeat content-box fixed bottom left }
bg30310 { background: none no-repeat content-box bottom left }
bg30311 { background: none no-repeat content-box bottom left fixed }
bg30312 { background: none no-repeat content-box bottom left scroll }
bg30313 { background: none no-repeat content-box scroll bottom left }
bg30314 { background: none repeat fixed bottom left content-box }
bg30315 { background: none repeat fixed content-box bottom left }
bg30316 { background: none repeat bottom left fixed content-box }
bg30317 { background: none repeat bottom left scroll content-box }
bg30318 { background: none repeat bottom left content-box }
bg30319 { background: none repeat bottom left content-box fixed }
bg30320 { background: none repeat bottom left content-box scroll }
bg30321 { background: none repeat scroll bottom left content-box }
bg30322 { background: none repeat scroll content-box bottom left }
bg30323 { background: none repeat content-box fixed bottom left }
bg30324 { background: none repeat content-box bottom left }
bg30325 { background: none repeat content-box bottom left fixed }
bg30326 { background: none repeat content-box bottom left scroll }
bg30327 { background: none repeat content-box scroll bottom left }
bg30328 { background: none repeat-x fixed bottom left content-box }
bg30329 { background: none repeat-x fixed content-box bottom left }
bg30330 { background: none repeat-x bottom left fixed content-box }
bg30331 { background: none repeat-x bottom left scroll content-box }
bg30332 { background: none repeat-x bottom left content-box }
bg30333 { background: none repeat-x bottom left content-box fixed }
bg30334 { background: none repeat-x bottom left content-box scroll }
bg30335 { background: none repeat-x scroll bottom left content-box }
bg30336 { background: none repeat-x scroll content-box bottom left }
bg30337 { background: none repeat-x content-box fixed bottom left }
bg30338 { background: none repeat-x content-box bottom left }
bg30339 { background: none repeat-x content-box bottom left fixed }
bg30340 { background: none repeat-x content-box bottom left scroll }
bg30341 { background: none repeat-x content-box scroll bottom left }
bg30342 { background: none repeat-y fixed bottom left content-box }
bg30343 { background: none repeat-y fixed content-box bottom left }
bg30344 { background: none repeat-y bottom left fixed content-box }
bg30345 { background: none repeat-y bottom left scroll content-box }
bg30346 { background: none repeat-y bottom left content-box }
bg30347 { background: none repeat-y bottom left content-box fixed }
bg30348 { background: none repeat-y bottom left content-box scroll }
bg30349 { background: none repeat-y scroll bottom left content-box }
bg30350 { background: none repeat-y scroll content-box bottom left }
bg30351 { background: none repeat-y content-box fixed bottom left }
bg30352 { background: none repeat-y content-box bottom left }
bg30353 { background: none repeat-y content-box bottom left fixed }
bg30354 { background: none repeat-y content-box bottom left scroll }
bg30355 { background: none repeat-y content-box scroll bottom left }
bg30356 { background: none bottom left fixed no-repeat content-box }
bg30357 { background: none bottom left fixed repeat content-box }
bg30358 { background: none bottom left fixed repeat-x content-box }
bg30359 { background: none bottom left fixed repeat-y content-box }
bg30360 { background: none bottom left fixed content-box }
bg30361 { background: none bottom left fixed content-box no-repeat }
bg30362 { background: none bottom left fixed content-box repeat }
bg30363 { background: none bottom left fixed content-box repeat-x }
bg30364 { background: none bottom left fixed content-box repeat-y }
bg30365 { background: none bottom left no-repeat fixed content-box }
bg30366 { background: none bottom left no-repeat scroll content-box }
bg30367 { background: none bottom left no-repeat content-box }
bg30368 { background: none bottom left no-repeat content-box fixed }
bg30369 { background: none bottom left no-repeat content-box scroll }
bg30370 { background: none bottom left repeat fixed content-box }
bg30371 { background: none bottom left repeat scroll content-box }
bg30372 { background: none bottom left repeat content-box }
bg30373 { background: none bottom left repeat content-box fixed }
bg30374 { background: none bottom left repeat content-box scroll }
bg30375 { background: none bottom left repeat-x fixed content-box }
bg30376 { background: none bottom left repeat-x scroll content-box }
bg30377 { background: none bottom left repeat-x content-box }
bg30378 { background: none bottom left repeat-x content-box fixed }
bg30379 { background: none bottom left repeat-x content-box scroll }
bg30380 { background: none bottom left repeat-y fixed content-box }
bg30381 { background: none bottom left repeat-y scroll content-box }
bg30382 { background: none bottom left repeat-y content-box }
bg30383 { background: none bottom left repeat-y content-box fixed }
bg30384 { background: none bottom left repeat-y content-box scroll }
bg30385 { background: none bottom left scroll no-repeat content-box }
bg30386 { background: none bottom left scroll repeat content-box }
bg30387 { background: none bottom left scroll repeat-x content-box }
bg30388 { background: none bottom left scroll repeat-y content-box }
bg30389 { background: none bottom left scroll content-box }
bg30390 { background: none bottom left scroll content-box no-repeat }
bg30391 { background: none bottom left scroll content-box repeat }
bg30392 { background: none bottom left scroll content-box repeat-x }
bg30393 { background: none bottom left scroll content-box repeat-y }
bg30394 { background: none bottom left content-box }
bg30395 { background: none bottom left content-box fixed }
bg30396 { background: none bottom left content-box fixed no-repeat }
bg30397 { background: none bottom left content-box fixed repeat }
bg30398 { background: none bottom left content-box fixed repeat-x }
bg30399 { background: none bottom left content-box fixed repeat-y }
bg30400 { background: none bottom left content-box no-repeat }
bg30401 { background: none bottom left content-box no-repeat fixed }
bg30402 { background: none bottom left content-box no-repeat scroll }
bg30403 { background: none bottom left content-box repeat }
bg30404 { background: none bottom left content-box repeat fixed }
bg30405 { background: none bottom left content-box repeat scroll }
bg30406 { background: none bottom left content-box repeat-x }
bg30407 { background: none bottom left content-box repeat-x fixed }
bg30408 { background: none bottom left content-box repeat-x scroll }
bg30409 { background: none bottom left content-box repeat-y }
bg30410 { background: none bottom left content-box repeat-y fixed }
bg30411 { background: none bottom left content-box repeat-y scroll }
bg30412 { background: none bottom left content-box scroll }
bg30413 { background: none bottom left content-box scroll no-repeat }
bg30414 { background: none bottom left content-box scroll repeat }
bg30415 { background: none bottom left content-box scroll repeat-x }
bg30416 { background: none bottom left content-box scroll repeat-y }
bg30417 { background: none scroll no-repeat bottom left content-box }
bg30418 { background: none scroll no-repeat content-box bottom left }
bg30419 { background: none scroll repeat bottom left content-box }
bg30420 { background: none scroll repeat content-box bottom left }
bg30421 { background: none scroll repeat-x bottom left content-box }
bg30422 { background: none scroll repeat-x content-box bottom left }
bg30423 { background: none scroll repeat-y bottom left content-box }
bg30424 { background: none scroll repeat-y content-box bottom left }
bg30425 { background: none scroll bottom left no-repeat content-box }
bg30426 { background: none scroll bottom left repeat content-box }
bg30427 { background: none scroll bottom left repeat-x content-box }
bg30428 { background: none scroll bottom left repeat-y content-box }
bg30429 { background: none scroll bottom left content-box }
bg30430 { background: none scroll bottom left content-box no-repeat }
bg30431 { background: none scroll bottom left content-box repeat }
bg30432 { background: none scroll bottom left content-box repeat-x }
bg30433 { background: none scroll bottom left content-box repeat-y }
bg30434 { background: none scroll content-box no-repeat bottom left }
bg30435 { background: none scroll content-box repeat bottom left }
bg30436 { background: none scroll content-box repeat-x bottom left }
bg30437 { background: none scroll content-box repeat-y bottom left }
bg30438 { background: none scroll content-box bottom left }
bg30439 { background: none scroll content-box bottom left no-repeat }
bg30440 { background: none scroll content-box bottom left repeat }
bg30441 { background: none scroll content-box bottom left repeat-x }
bg30442 { background: none scroll content-box bottom left repeat-y }
bg30443 { background: none content-box fixed no-repeat bottom left }
bg30444 { background: none content-box fixed repeat bottom left }
bg30445 { background: none content-box fixed repeat-x bottom left }
bg30446 { background: none content-box fixed repeat-y bottom left }
bg30447 { background: none content-box fixed bottom left }
bg30448 { background: none content-box fixed bottom left no-repeat }
bg30449 { background: none content-box fixed bottom left repeat }
bg30450 { background: none content-box fixed bottom left repeat-x }
bg30451 { background: none content-box fixed bottom left repeat-y }
bg30452 { background: none content-box no-repeat fixed bottom left }
bg30453 { background: none content-box no-repeat bottom left }
bg30454 { background: none content-box no-repeat bottom left fixed }
bg30455 { background: none content-box no-repeat bottom left scroll }
bg30456 { background: none content-box no-repeat scroll bottom left }
bg30457 { background: none content-box repeat fixed bottom left }
bg30458 { background: none content-box repeat bottom left }
bg30459 { background: none content-box repeat bottom left fixed }
bg30460 { background: none content-box repeat bottom left scroll }
bg30461 { background: none content-box repeat scroll bottom left }
bg30462 { background: none content-box repeat-x fixed bottom left }
bg30463 { background: none content-box repeat-x bottom left }
bg30464 { background: none content-box repeat-x bottom left fixed }
bg30465 { background: none content-box repeat-x bottom left scroll }
bg30466 { background: none content-box repeat-x scroll bottom left }
bg30467 { background: none content-box repeat-y fixed bottom left }
bg30468 { background: none content-box repeat-y bottom left }
bg30469 { background: none content-box repeat-y bottom left fixed }
bg30470 { background: none content-box repeat-y bottom left scroll }
bg30471 { background: none content-box repeat-y scroll bottom left }
bg30472 { background: none content-box bottom left }
bg30473 { background: none content-box bottom left fixed }
bg30474 { background: none content-box bottom left fixed no-repeat }
bg30475 { background: none content-box bottom left fixed repeat }
bg30476 { background: none content-box bottom left fixed repeat-x }
bg30477 { background: none content-box bottom left fixed repeat-y }
bg30478 { background: none content-box bottom left no-repeat }
bg30479 { background: none content-box bottom left no-repeat fixed }
bg30480 { background: none content-box bottom left no-repeat scroll }
bg30481 { background: none content-box bottom left repeat }
bg30482 { background: none content-box bottom left repeat fixed }
bg30483 { background: none content-box bottom left repeat scroll }
bg30484 { background: none content-box bottom left repeat-x }
bg30485 { background: none content-box bottom left repeat-x fixed }
bg30486 { background: none content-box bottom left repeat-x scroll }
bg30487 { background: none content-box bottom left repeat-y }
bg30488 { background: none content-box bottom left repeat-y fixed }
bg30489 { background: none content-box bottom left repeat-y scroll }
bg30490 { background: none content-box bottom left scroll }
bg30491 { background: none content-box bottom left scroll no-repeat }
bg30492 { background: none content-box bottom left scroll repeat }
bg30493 { background: none content-box bottom left scroll repeat-x }
bg30494 { background: none content-box bottom left scroll repeat-y }
bg30495 { background: none content-box scroll no-repeat bottom left }
bg30496 { background: none content-box scroll repeat bottom left }
bg30497 { background: none content-box scroll repeat-x bottom left }
bg30498 { background: none content-box scroll repeat-y bottom left }
bg30499 { background: none content-box scroll bottom left }
bg30500 { background: none content-box scroll bottom left no-repeat }
bg30501 { background: none content-box scroll bottom left repeat }
bg30502 { background: none content-box scroll bottom left repeat-x }
bg30503 { background: none content-box scroll bottom left repeat-y }
bg30504 { background: repeat fixed none bottom left content-box }
bg30505 { background: repeat fixed none content-box bottom left }
bg30506 { background: repeat fixed bottom left none content-box }
bg30507 { background: repeat fixed bottom left content-box }
bg30508 { background: repeat fixed bottom left content-box none }
bg30509 { background: repeat fixed bottom left content-box url(test.jpg) }
bg30510 { background: repeat fixed bottom left url(test.jpg) content-box }
bg30511 { background: repeat fixed content-box none bottom left }
bg30512 { background: repeat fixed content-box bottom left }
bg30513 { background: repeat fixed content-box bottom left none }
bg30514 { background: repeat fixed content-box bottom left url(test.jpg) }
bg30515 { background: repeat fixed content-box url(test.jpg) bottom left }
bg30516 { background: repeat fixed url(test.jpg) bottom left content-box }
bg30517 { background: repeat fixed url(test.jpg) content-box bottom left }
bg30518 { background: repeat none fixed bottom left content-box }
bg30519 { background: repeat none fixed content-box bottom left }
bg30520 { background: repeat none bottom left fixed content-box }
bg30521 { background: repeat none bottom left scroll content-box }
bg30522 { background: repeat none bottom left content-box }
bg30523 { background: repeat none bottom left content-box fixed }
bg30524 { background: repeat none bottom left content-box scroll }
bg30525 { background: repeat none scroll bottom left content-box }
bg30526 { background: repeat none scroll content-box bottom left }
bg30527 { background: repeat none content-box fixed bottom left }
bg30528 { background: repeat none content-box bottom left }
bg30529 { background: repeat none content-box bottom left fixed }
bg30530 { background: repeat none content-box bottom left scroll }
bg30531 { background: repeat none content-box scroll bottom left }
bg30532 { background: repeat bottom left fixed none content-box }
bg30533 { background: repeat bottom left fixed content-box }
bg30534 { background: repeat bottom left fixed content-box none }
bg30535 { background: repeat bottom left fixed content-box url(test.jpg) }
bg30536 { background: repeat bottom left fixed url(test.jpg) content-box }
bg30537 { background: repeat bottom left none fixed content-box }
bg30538 { background: repeat bottom left none scroll content-box }
bg30539 { background: repeat bottom left none content-box }
bg30540 { background: repeat bottom left none content-box fixed }
bg30541 { background: repeat bottom left none content-box scroll }
bg30542 { background: repeat bottom left scroll none content-box }
bg30543 { background: repeat bottom left scroll content-box }
bg30544 { background: repeat bottom left scroll content-box none }
bg30545 { background: repeat bottom left scroll content-box url(test.jpg) }
bg30546 { background: repeat bottom left scroll url(test.jpg) content-box }
bg30547 { background: repeat bottom left content-box }
bg30548 { background: repeat bottom left content-box fixed }
bg30549 { background: repeat bottom left content-box fixed none }
bg30550 { background: repeat bottom left content-box fixed url(test.jpg) }
bg30551 { background: repeat bottom left content-box none }
bg30552 { background: repeat bottom left content-box none fixed }
bg30553 { background: repeat bottom left content-box none scroll }
bg30554 { background: repeat bottom left content-box scroll }
bg30555 { background: repeat bottom left content-box scroll none }
bg30556 { background: repeat bottom left content-box scroll url(test.jpg) }
bg30557 { background: repeat bottom left content-box url(test.jpg) }
bg30558 { background: repeat bottom left content-box url(test.jpg) fixed }
bg30559 { background: repeat bottom left content-box url(test.jpg) scroll }
bg30560 { background: repeat bottom left url(test.jpg) fixed content-box }
bg30561 { background: repeat bottom left url(test.jpg) scroll content-box }
bg30562 { background: repeat bottom left url(test.jpg) content-box }
bg30563 { background: repeat bottom left url(test.jpg) content-box fixed }
bg30564 { background: repeat bottom left url(test.jpg) content-box scroll }
bg30565 { background: repeat scroll none bottom left content-box }
bg30566 { background: repeat scroll none content-box bottom left }
bg30567 { background: repeat scroll bottom left none content-box }
bg30568 { background: repeat scroll bottom left content-box }
bg30569 { background: repeat scroll bottom left content-box none }
bg30570 { background: repeat scroll bottom left content-box url(test.jpg) }
bg30571 { background: repeat scroll bottom left url(test.jpg) content-box }
bg30572 { background: repeat scroll content-box none bottom left }
bg30573 { background: repeat scroll content-box bottom left }
bg30574 { background: repeat scroll content-box bottom left none }
bg30575 { background: repeat scroll content-box bottom left url(test.jpg) }
bg30576 { background: repeat scroll content-box url(test.jpg) bottom left }
bg30577 { background: repeat scroll url(test.jpg) bottom left content-box }
bg30578 { background: repeat scroll url(test.jpg) content-box bottom left }
bg30579 { background: repeat content-box fixed none bottom left }
bg30580 { background: repeat content-box fixed bottom left }
bg30581 { background: repeat content-box fixed bottom left none }
bg30582 { background: repeat content-box fixed bottom left url(test.jpg) }
bg30583 { background: repeat content-box fixed url(test.jpg) bottom left }
bg30584 { background: repeat content-box none fixed bottom left }
bg30585 { background: repeat content-box none bottom left }
bg30586 { background: repeat content-box none bottom left fixed }
bg30587 { background: repeat content-box none bottom left scroll }
bg30588 { background: repeat content-box none scroll bottom left }
bg30589 { background: repeat content-box bottom left }
bg30590 { background: repeat content-box bottom left fixed }
bg30591 { background: repeat content-box bottom left fixed none }
bg30592 { background: repeat content-box bottom left fixed url(test.jpg) }
bg30593 { background: repeat content-box bottom left none }
bg30594 { background: repeat content-box bottom left none fixed }
bg30595 { background: repeat content-box bottom left none scroll }
bg30596 { background: repeat content-box bottom left scroll }
bg30597 { background: repeat content-box bottom left scroll none }
bg30598 { background: repeat content-box bottom left scroll url(test.jpg) }
bg30599 { background: repeat content-box bottom left url(test.jpg) }
bg30600 { background: repeat content-box bottom left url(test.jpg) fixed }
bg30601 { background: repeat content-box bottom left url(test.jpg) scroll }
bg30602 { background: repeat content-box scroll none bottom left }
bg30603 { background: repeat content-box scroll bottom left }
bg30604 { background: repeat content-box scroll bottom left none }
bg30605 { background: repeat content-box scroll bottom left url(test.jpg) }
bg30606 { background: repeat content-box scroll url(test.jpg) bottom left }
bg30607 { background: repeat content-box url(test.jpg) fixed bottom left }
bg30608 { background: repeat content-box url(test.jpg) bottom left }
bg30609 { background: repeat content-box url(test.jpg) bottom left fixed }
bg30610 { background: repeat content-box url(test.jpg) bottom left scroll }
bg30611 { background: repeat content-box url(test.jpg) scroll bottom left }
bg30612 { background: repeat url(test.jpg) fixed bottom left content-box }
bg30613 { background: repeat url(test.jpg) fixed content-box bottom left }
bg30614 { background: repeat url(test.jpg) bottom left fixed content-box }
bg30615 { background: repeat url(test.jpg) bottom left scroll content-box }
bg30616 { background: repeat url(test.jpg) bottom left content-box }
bg30617 { background: repeat url(test.jpg) bottom left content-box fixed }
bg30618 { background: repeat url(test.jpg) bottom left content-box scroll }
bg30619 { background: repeat url(test.jpg) scroll bottom left content-box }
bg30620 { background: repeat url(test.jpg) scroll content-box bottom left }
bg30621 { background: repeat url(test.jpg) content-box fixed bottom left }
bg30622 { background: repeat url(test.jpg) content-box bottom left }
bg30623 { background: repeat url(test.jpg) content-box bottom left fixed }
bg30624 { background: repeat url(test.jpg) content-box bottom left scroll }
bg30625 { background: repeat url(test.jpg) content-box scroll bottom left }
bg30626 { background: repeat-x fixed none bottom left content-box }
bg30627 { background: repeat-x fixed none content-box bottom left }
bg30628 { background: repeat-x fixed bottom left none content-box }
bg30629 { background: repeat-x fixed bottom left content-box }
bg30630 { background: repeat-x fixed bottom left content-box none }
bg30631 { background: repeat-x fixed bottom left content-box url(test.jpg) }
bg30632 { background: repeat-x fixed bottom left url(test.jpg) content-box }
bg30633 { background: repeat-x fixed content-box none bottom left }
bg30634 { background: repeat-x fixed content-box bottom left }
bg30635 { background: repeat-x fixed content-box bottom left none }
bg30636 { background: repeat-x fixed content-box bottom left url(test.jpg) }
bg30637 { background: repeat-x fixed content-box url(test.jpg) bottom left }
bg30638 { background: repeat-x fixed url(test.jpg) bottom left content-box }
bg30639 { background: repeat-x fixed url(test.jpg) content-box bottom left }
bg30640 { background: repeat-x none fixed bottom left content-box }
bg30641 { background: repeat-x none fixed content-box bottom left }
bg30642 { background: repeat-x none bottom left fixed content-box }
bg30643 { background: repeat-x none bottom left scroll content-box }
bg30644 { background: repeat-x none bottom left content-box }
bg30645 { background: repeat-x none bottom left content-box fixed }
bg30646 { background: repeat-x none bottom left content-box scroll }
bg30647 { background: repeat-x none scroll bottom left content-box }
bg30648 { background: repeat-x none scroll content-box bottom left }
bg30649 { background: repeat-x none content-box fixed bottom left }
bg30650 { background: repeat-x none content-box bottom left }
bg30651 { background: repeat-x none content-box bottom left fixed }
bg30652 { background: repeat-x none content-box bottom left scroll }
bg30653 { background: repeat-x none content-box scroll bottom left }
bg30654 { background: repeat-x bottom left fixed none content-box }
bg30655 { background: repeat-x bottom left fixed content-box }
bg30656 { background: repeat-x bottom left fixed content-box none }
bg30657 { background: repeat-x bottom left fixed content-box url(test.jpg) }
bg30658 { background: repeat-x bottom left fixed url(test.jpg) content-box }
bg30659 { background: repeat-x bottom left none fixed content-box }
bg30660 { background: repeat-x bottom left none scroll content-box }
bg30661 { background: repeat-x bottom left none content-box }
bg30662 { background: repeat-x bottom left none content-box fixed }
bg30663 { background: repeat-x bottom left none content-box scroll }
bg30664 { background: repeat-x bottom left scroll none content-box }
bg30665 { background: repeat-x bottom left scroll content-box }
bg30666 { background: repeat-x bottom left scroll content-box none }
bg30667 { background: repeat-x bottom left scroll content-box url(test.jpg) }
bg30668 { background: repeat-x bottom left scroll url(test.jpg) content-box }
bg30669 { background: repeat-x bottom left content-box }
bg30670 { background: repeat-x bottom left content-box fixed }
bg30671 { background: repeat-x bottom left content-box fixed none }
bg30672 { background: repeat-x bottom left content-box fixed url(test.jpg) }
bg30673 { background: repeat-x bottom left content-box none }
bg30674 { background: repeat-x bottom left content-box none fixed }
bg30675 { background: repeat-x bottom left content-box none scroll }
bg30676 { background: repeat-x bottom left content-box scroll }
bg30677 { background: repeat-x bottom left content-box scroll none }
bg30678 { background: repeat-x bottom left content-box scroll url(test.jpg) }
bg30679 { background: repeat-x bottom left content-box url(test.jpg) }
bg30680 { background: repeat-x bottom left content-box url(test.jpg) fixed }
bg30681 { background: repeat-x bottom left content-box url(test.jpg) scroll }
bg30682 { background: repeat-x bottom left url(test.jpg) fixed content-box }
bg30683 { background: repeat-x bottom left url(test.jpg) scroll content-box }
bg30684 { background: repeat-x bottom left url(test.jpg) content-box }
bg30685 { background: repeat-x bottom left url(test.jpg) content-box fixed }
bg30686 { background: repeat-x bottom left url(test.jpg) content-box scroll }
bg30687 { background: repeat-x scroll none bottom left content-box }
bg30688 { background: repeat-x scroll none content-box bottom left }
bg30689 { background: repeat-x scroll bottom left none content-box }
bg30690 { background: repeat-x scroll bottom left content-box }
bg30691 { background: repeat-x scroll bottom left content-box none }
bg30692 { background: repeat-x scroll bottom left content-box url(test.jpg) }
bg30693 { background: repeat-x scroll bottom left url(test.jpg) content-box }
bg30694 { background: repeat-x scroll content-box none bottom left }
bg30695 { background: repeat-x scroll content-box bottom left }
bg30696 { background: repeat-x scroll content-box bottom left none }
bg30697 { background: repeat-x scroll content-box bottom left url(test.jpg) }
bg30698 { background: repeat-x scroll content-box url(test.jpg) bottom left }
bg30699 { background: repeat-x scroll url(test.jpg) bottom left content-box }
bg30700 { background: repeat-x scroll url(test.jpg) content-box bottom left }
bg30701 { background: repeat-x content-box fixed none bottom left }
bg30702 { background: repeat-x content-box fixed bottom left }
bg30703 { background: repeat-x content-box fixed bottom left none }
bg30704 { background: repeat-x content-box fixed bottom left url(test.jpg) }
bg30705 { background: repeat-x content-box fixed url(test.jpg) bottom left }
bg30706 { background: repeat-x content-box none fixed bottom left }
bg30707 { background: repeat-x content-box none bottom left }
bg30708 { background: repeat-x content-box none bottom left fixed }
bg30709 { background: repeat-x content-box none bottom left scroll }
bg30710 { background: repeat-x content-box none scroll bottom left }
bg30711 { background: repeat-x content-box bottom left }
bg30712 { background: repeat-x content-box bottom left fixed }
bg30713 { background: repeat-x content-box bottom left fixed none }
bg30714 { background: repeat-x content-box bottom left fixed url(test.jpg) }
bg30715 { background: repeat-x content-box bottom left none }
bg30716 { background: repeat-x content-box bottom left none fixed }
bg30717 { background: repeat-x content-box bottom left none scroll }
bg30718 { background: repeat-x content-box bottom left scroll }
bg30719 { background: repeat-x content-box bottom left scroll none }
bg30720 { background: repeat-x content-box bottom left scroll url(test.jpg) }
bg30721 { background: repeat-x content-box bottom left url(test.jpg) }
bg30722 { background: repeat-x content-box bottom left url(test.jpg) fixed }
bg30723 { background: repeat-x content-box bottom left url(test.jpg) scroll }
bg30724 { background: repeat-x content-box scroll none bottom left }
bg30725 { background: repeat-x content-box scroll bottom left }
bg30726 { background: repeat-x content-box scroll bottom left none }
bg30727 { background: repeat-x content-box scroll bottom left url(test.jpg) }
bg30728 { background: repeat-x content-box scroll url(test.jpg) bottom left }
bg30729 { background: repeat-x content-box url(test.jpg) fixed bottom left }
bg30730 { background: repeat-x content-box url(test.jpg) bottom left }
bg30731 { background: repeat-x content-box url(test.jpg) bottom left fixed }
bg30732 { background: repeat-x content-box url(test.jpg) bottom left scroll }
bg30733 { background: repeat-x content-box url(test.jpg) scroll bottom left }
bg30734 { background: repeat-x url(test.jpg) fixed bottom left content-box }
bg30735 { background: repeat-x url(test.jpg) fixed content-box bottom left }
bg30736 { background: repeat-x url(test.jpg) bottom left fixed content-box }
bg30737 { background: repeat-x url(test.jpg) bottom left scroll content-box }
bg30738 { background: repeat-x url(test.jpg) bottom left content-box }
bg30739 { background: repeat-x url(test.jpg) bottom left content-box fixed }
bg30740 { background: repeat-x url(test.jpg) bottom left content-box scroll }
bg30741 { background: repeat-x url(test.jpg) scroll bottom left content-box }
bg30742 { background: repeat-x url(test.jpg) scroll content-box bottom left }
bg30743 { background: repeat-x url(test.jpg) content-box fixed bottom left }
bg30744 { background: repeat-x url(test.jpg) content-box bottom left }
bg30745 { background: repeat-x url(test.jpg) content-box bottom left fixed }
bg30746 { background: repeat-x url(test.jpg) content-box bottom left scroll }
bg30747 { background: repeat-x url(test.jpg) content-box scroll bottom left }
bg30748 { background: repeat-y fixed none bottom left content-box }
bg30749 { background: repeat-y fixed none content-box bottom left }
bg30750 { background: repeat-y fixed bottom left none content-box }
bg30751 { background: repeat-y fixed bottom left content-box }
bg30752 { background: repeat-y fixed bottom left content-box none }
bg30753 { background: repeat-y fixed bottom left content-box url(test.jpg) }
bg30754 { background: repeat-y fixed bottom left url(test.jpg) content-box }
bg30755 { background: repeat-y fixed content-box none bottom left }
bg30756 { background: repeat-y fixed content-box bottom left }
bg30757 { background: repeat-y fixed content-box bottom left none }
bg30758 { background: repeat-y fixed content-box bottom left url(test.jpg) }
bg30759 { background: repeat-y fixed content-box url(test.jpg) bottom left }
bg30760 { background: repeat-y fixed url(test.jpg) bottom left content-box }
bg30761 { background: repeat-y fixed url(test.jpg) content-box bottom left }
bg30762 { background: repeat-y none fixed bottom left content-box }
bg30763 { background: repeat-y none fixed content-box bottom left }
bg30764 { background: repeat-y none bottom left fixed content-box }
bg30765 { background: repeat-y none bottom left scroll content-box }
bg30766 { background: repeat-y none bottom left content-box }
bg30767 { background: repeat-y none bottom left content-box fixed }
bg30768 { background: repeat-y none bottom left content-box scroll }
bg30769 { background: repeat-y none scroll bottom left content-box }
bg30770 { background: repeat-y none scroll content-box bottom left }
bg30771 { background: repeat-y none content-box fixed bottom left }
bg30772 { background: repeat-y none content-box bottom left }
bg30773 { background: repeat-y none content-box bottom left fixed }
bg30774 { background: repeat-y none content-box bottom left scroll }
bg30775 { background: repeat-y none content-box scroll bottom left }
bg30776 { background: repeat-y bottom left fixed none content-box }
bg30777 { background: repeat-y bottom left fixed content-box }
bg30778 { background: repeat-y bottom left fixed content-box none }
bg30779 { background: repeat-y bottom left fixed content-box url(test.jpg) }
bg30780 { background: repeat-y bottom left fixed url(test.jpg) content-box }
bg30781 { background: repeat-y bottom left none fixed content-box }
bg30782 { background: repeat-y bottom left none scroll content-box }
bg30783 { background: repeat-y bottom left none content-box }
bg30784 { background: repeat-y bottom left none content-box fixed }
bg30785 { background: repeat-y bottom left none content-box scroll }
bg30786 { background: repeat-y bottom left scroll none content-box }
bg30787 { background: repeat-y bottom left scroll content-box }
bg30788 { background: repeat-y bottom left scroll content-box none }
bg30789 { background: repeat-y bottom left scroll content-box url(test.jpg) }
bg30790 { background: repeat-y bottom left scroll url(test.jpg) content-box }
bg30791 { background: repeat-y bottom left content-box }
bg30792 { background: repeat-y bottom left content-box fixed }
bg30793 { background: repeat-y bottom left content-box fixed none }
bg30794 { background: repeat-y bottom left content-box fixed url(test.jpg) }
bg30795 { background: repeat-y bottom left content-box none }
bg30796 { background: repeat-y bottom left content-box none fixed }
bg30797 { background: repeat-y bottom left content-box none scroll }
bg30798 { background: repeat-y bottom left content-box scroll }
bg30799 { background: repeat-y bottom left content-box scroll none }
bg30800 { background: repeat-y bottom left content-box scroll url(test.jpg) }
bg30801 { background: repeat-y bottom left content-box url(test.jpg) }
bg30802 { background: repeat-y bottom left content-box url(test.jpg) fixed }
bg30803 { background: repeat-y bottom left content-box url(test.jpg) scroll }
bg30804 { background: repeat-y bottom left url(test.jpg) fixed content-box }
bg30805 { background: repeat-y bottom left url(test.jpg) scroll content-box }
bg30806 { background: repeat-y bottom left url(test.jpg) content-box }
bg30807 { background: repeat-y bottom left url(test.jpg) content-box fixed }
bg30808 { background: repeat-y bottom left url(test.jpg) content-box scroll }
bg30809 { background: repeat-y scroll none bottom left content-box }
bg30810 { background: repeat-y scroll none content-box bottom left }
bg30811 { background: repeat-y scroll bottom left none content-box }
bg30812 { background: repeat-y scroll bottom left content-box }
bg30813 { background: repeat-y scroll bottom left content-box none }
bg30814 { background: repeat-y scroll bottom left content-box url(test.jpg) }
bg30815 { background: repeat-y scroll bottom left url(test.jpg) content-box }
bg30816 { background: repeat-y scroll content-box none bottom left }
bg30817 { background: repeat-y scroll content-box bottom left }
bg30818 { background: repeat-y scroll content-box bottom left none }
bg30819 { background: repeat-y scroll content-box bottom left url(test.jpg) }
bg30820 { background: repeat-y scroll content-box url(test.jpg) bottom left }
bg30821 { background: repeat-y scroll url(test.jpg) bottom left content-box }
bg30822 { background: repeat-y scroll url(test.jpg) content-box bottom left }
bg30823 { background: repeat-y content-box fixed none bottom left }
bg30824 { background: repeat-y content-box fixed bottom left }
bg30825 { background: repeat-y content-box fixed bottom left none }
bg30826 { background: repeat-y content-box fixed bottom left url(test.jpg) }
bg30827 { background: repeat-y content-box fixed url(test.jpg) bottom left }
bg30828 { background: repeat-y content-box none fixed bottom left }
bg30829 { background: repeat-y content-box none bottom left }
bg30830 { background: repeat-y content-box none bottom left fixed }
bg30831 { background: repeat-y content-box none bottom left scroll }
bg30832 { background: repeat-y content-box none scroll bottom left }
bg30833 { background: repeat-y content-box bottom left }
bg30834 { background: repeat-y content-box bottom left fixed }
bg30835 { background: repeat-y content-box bottom left fixed none }
bg30836 { background: repeat-y content-box bottom left fixed url(test.jpg) }
bg30837 { background: repeat-y content-box bottom left none }
bg30838 { background: repeat-y content-box bottom left none fixed }
bg30839 { background: repeat-y content-box bottom left none scroll }
bg30840 { background: repeat-y content-box bottom left scroll }
bg30841 { background: repeat-y content-box bottom left scroll none }
bg30842 { background: repeat-y content-box bottom left scroll url(test.jpg) }
bg30843 { background: repeat-y content-box bottom left url(test.jpg) }
bg30844 { background: repeat-y content-box bottom left url(test.jpg) fixed }
bg30845 { background: repeat-y content-box bottom left url(test.jpg) scroll }
bg30846 { background: repeat-y content-box scroll none bottom left }
bg30847 { background: repeat-y content-box scroll bottom left }
bg30848 { background: repeat-y content-box scroll bottom left none }
bg30849 { background: repeat-y content-box scroll bottom left url(test.jpg) }
bg30850 { background: repeat-y content-box scroll url(test.jpg) bottom left }
bg30851 { background: repeat-y content-box url(test.jpg) fixed bottom left }
bg30852 { background: repeat-y content-box url(test.jpg) bottom left }
bg30853 { background: repeat-y content-box url(test.jpg) bottom left fixed }
bg30854 { background: repeat-y content-box url(test.jpg) bottom left scroll }
bg30855 { background: repeat-y content-box url(test.jpg) scroll bottom left }
bg30856 { background: repeat-y url(test.jpg) fixed bottom left content-box }
bg30857 { background: repeat-y url(test.jpg) fixed content-box bottom left }
bg30858 { background: repeat-y url(test.jpg) bottom left fixed content-box }
bg30859 { background: repeat-y url(test.jpg) bottom left scroll content-box }
bg30860 { background: repeat-y url(test.jpg) bottom left content-box }
bg30861 { background: repeat-y url(test.jpg) bottom left content-box fixed }
bg30862 { background: repeat-y url(test.jpg) bottom left content-box scroll }
bg30863 { background: repeat-y url(test.jpg) scroll bottom left content-box }
bg30864 { background: repeat-y url(test.jpg) scroll content-box bottom left }
bg30865 { background: repeat-y url(test.jpg) content-box fixed bottom left }
bg30866 { background: repeat-y url(test.jpg) content-box bottom left }
bg30867 { background: repeat-y url(test.jpg) content-box bottom left fixed }
bg30868 { background: repeat-y url(test.jpg) content-box bottom left scroll }
bg30869 { background: repeat-y url(test.jpg) content-box scroll bottom left }
bg30870 { background: bottom left fixed no-repeat none content-box }
bg30871 { background: bottom left fixed no-repeat content-box }
bg30872 { background: bottom left fixed no-repeat content-box none }
bg30873 { background: bottom left fixed no-repeat content-box url(test.jpg) }
bg30874 { background: bottom left fixed no-repeat url(test.jpg) content-box }
bg30875 { background: bottom left fixed none no-repeat content-box }
bg30876 { background: bottom left fixed none repeat content-box }
bg30877 { background: bottom left fixed none repeat-x content-box }
bg30878 { background: bottom left fixed none repeat-y content-box }
bg30879 { background: bottom left fixed none content-box }
bg30880 { background: bottom left fixed none content-box no-repeat }
bg30881 { background: bottom left fixed none content-box repeat }
bg30882 { background: bottom left fixed none content-box repeat-x }
bg30883 { background: bottom left fixed none content-box repeat-y }
bg30884 { background: bottom left fixed repeat none content-box }
bg30885 { background: bottom left fixed repeat content-box }
bg30886 { background: bottom left fixed repeat content-box none }
bg30887 { background: bottom left fixed repeat content-box url(test.jpg) }
bg30888 { background: bottom left fixed repeat url(test.jpg) content-box }
bg30889 { background: bottom left fixed repeat-x none content-box }
bg30890 { background: bottom left fixed repeat-x content-box }
bg30891 { background: bottom left fixed repeat-x content-box none }
bg30892 { background: bottom left fixed repeat-x content-box url(test.jpg) }
bg30893 { background: bottom left fixed repeat-x url(test.jpg) content-box }
bg30894 { background: bottom left fixed repeat-y none content-box }
bg30895 { background: bottom left fixed repeat-y content-box }
bg30896 { background: bottom left fixed repeat-y content-box none }
bg30897 { background: bottom left fixed repeat-y content-box url(test.jpg) }
bg30898 { background: bottom left fixed repeat-y url(test.jpg) content-box }
bg30899 { background: bottom left fixed content-box }
bg30900 { background: bottom left fixed content-box no-repeat }
bg30901 { background: bottom left fixed content-box no-repeat none }
bg30902 { background: bottom left fixed content-box no-repeat url(test.jpg) }
bg30903 { background: bottom left fixed content-box none }
bg30904 { background: bottom left fixed content-box none no-repeat }
bg30905 { background: bottom left fixed content-box none repeat }
bg30906 { background: bottom left fixed content-box none repeat-x }
bg30907 { background: bottom left fixed content-box none repeat-y }
bg30908 { background: bottom left fixed content-box repeat }
bg30909 { background: bottom left fixed content-box repeat none }
bg30910 { background: bottom left fixed content-box repeat url(test.jpg) }
bg30911 { background: bottom left fixed content-box repeat-x }
bg30912 { background: bottom left fixed content-box repeat-x none }
bg30913 { background: bottom left fixed content-box repeat-x url(test.jpg) }
bg30914 { background: bottom left fixed content-box repeat-y }
bg30915 { background: bottom left fixed content-box repeat-y none }
bg30916 { background: bottom left fixed content-box repeat-y url(test.jpg) }
bg30917 { background: bottom left fixed content-box url(test.jpg) }
bg30918 { background: bottom left fixed content-box url(test.jpg) no-repeat }
bg30919 { background: bottom left fixed content-box url(test.jpg) repeat }
bg30920 { background: bottom left fixed content-box url(test.jpg) repeat-x }
bg30921 { background: bottom left fixed content-box url(test.jpg) repeat-y }
bg30922 { background: bottom left fixed url(test.jpg) no-repeat content-box }
bg30923 { background: bottom left fixed url(test.jpg) repeat content-box }
bg30924 { background: bottom left fixed url(test.jpg) repeat-x content-box }
bg30925 { background: bottom left fixed url(test.jpg) repeat-y content-box }
bg30926 { background: bottom left fixed url(test.jpg) content-box }
bg30927 { background: bottom left fixed url(test.jpg) content-box no-repeat }
bg30928 { background: bottom left fixed url(test.jpg) content-box repeat }
bg30929 { background: bottom left fixed url(test.jpg) content-box repeat-x }
bg30930 { background: bottom left fixed url(test.jpg) content-box repeat-y }
bg30931 { background: bottom left no-repeat fixed none content-box }
bg30932 { background: bottom left no-repeat fixed content-box }
bg30933 { background: bottom left no-repeat fixed content-box none }
bg30934 { background: bottom left no-repeat fixed content-box url(test.jpg) }
bg30935 { background: bottom left no-repeat fixed url(test.jpg) content-box }
bg30936 { background: bottom left no-repeat none fixed content-box }
bg30937 { background: bottom left no-repeat none scroll content-box }
bg30938 { background: bottom left no-repeat none content-box }
bg30939 { background: bottom left no-repeat none content-box fixed }
bg30940 { background: bottom left no-repeat none content-box scroll }
bg30941 { background: bottom left no-repeat scroll none content-box }
bg30942 { background: bottom left no-repeat scroll content-box }
bg30943 { background: bottom left no-repeat scroll content-box none }
bg30944 { background: bottom left no-repeat scroll content-box url(test.jpg) }
bg30945 { background: bottom left no-repeat scroll url(test.jpg) content-box }
bg30946 { background: bottom left no-repeat content-box }
bg30947 { background: bottom left no-repeat content-box fixed }
bg30948 { background: bottom left no-repeat content-box fixed none }
bg30949 { background: bottom left no-repeat content-box fixed url(test.jpg) }
bg30950 { background: bottom left no-repeat content-box none }
bg30951 { background: bottom left no-repeat content-box none fixed }
bg30952 { background: bottom left no-repeat content-box none scroll }
bg30953 { background: bottom left no-repeat content-box scroll }
bg30954 { background: bottom left no-repeat content-box scroll none }
bg30955 { background: bottom left no-repeat content-box scroll url(test.jpg) }
bg30956 { background: bottom left no-repeat content-box url(test.jpg) }
bg30957 { background: bottom left no-repeat content-box url(test.jpg) fixed }
bg30958 { background: bottom left no-repeat content-box url(test.jpg) scroll }
bg30959 { background: bottom left no-repeat url(test.jpg) fixed content-box }
bg30960 { background: bottom left no-repeat url(test.jpg) scroll content-box }
bg30961 { background: bottom left no-repeat url(test.jpg) content-box }
bg30962 { background: bottom left no-repeat url(test.jpg) content-box fixed }
bg30963 { background: bottom left no-repeat url(test.jpg) content-box scroll }
bg30964 { background: bottom left none fixed no-repeat content-box }
bg30965 { background: bottom left none fixed repeat content-box }
bg30966 { background: bottom left none fixed repeat-x content-box }
bg30967 { background: bottom left none fixed repeat-y content-box }
bg30968 { background: bottom left none fixed content-box }
bg30969 { background: bottom left none fixed content-box no-repeat }
bg30970 { background: bottom left none fixed content-box repeat }
bg30971 { background: bottom left none fixed content-box repeat-x }
bg30972 { background: bottom left none fixed content-box repeat-y }
bg30973 { background: bottom left none no-repeat fixed content-box }
bg30974 { background: bottom left none no-repeat scroll content-box }
bg30975 { background: bottom left none no-repeat content-box }
bg30976 { background: bottom left none no-repeat content-box fixed }
bg30977 { background: bottom left none no-repeat content-box scroll }
bg30978 { background: bottom left none repeat fixed content-box }
bg30979 { background: bottom left none repeat scroll content-box }
bg30980 { background: bottom left none repeat content-box }
bg30981 { background: bottom left none repeat content-box fixed }
bg30982 { background: bottom left none repeat content-box scroll }
bg30983 { background: bottom left none repeat-x fixed content-box }
bg30984 { background: bottom left none repeat-x scroll content-box }
bg30985 { background: bottom left none repeat-x content-box }
bg30986 { background: bottom left none repeat-x content-box fixed }
bg30987 { background: bottom left none repeat-x content-box scroll }
bg30988 { background: bottom left none repeat-y fixed content-box }
bg30989 { background: bottom left none repeat-y scroll content-box }
bg30990 { background: bottom left none repeat-y content-box }
bg30991 { background: bottom left none repeat-y content-box fixed }
bg30992 { background: bottom left none repeat-y content-box scroll }
bg30993 { background: bottom left none scroll no-repeat content-box }
bg30994 { background: bottom left none scroll repeat content-box }
bg30995 { background: bottom left none scroll repeat-x content-box }
bg30996 { background: bottom left none scroll repeat-y content-box }
bg30997 { background: bottom left none scroll content-box }
bg30998 { background: bottom left none scroll content-box no-repeat }
bg30999 { background: bottom left none scroll content-box repeat }
bg31000 { background: bottom left none scroll content-box repeat-x }
bg31001 { background: bottom left none scroll content-box repeat-y }
bg31002 { background: bottom left none content-box }
bg31003 { background: bottom left none content-box fixed }
bg31004 { background: bottom left none content-box fixed no-repeat }
bg31005 { background: bottom left none content-box fixed repeat }
bg31006 { background: bottom left none content-box fixed repeat-x }
bg31007 { background: bottom left none content-box fixed repeat-y }
bg31008 { background: bottom left none content-box no-repeat }
bg31009 { background: bottom left none content-box no-repeat fixed }
bg31010 { background: bottom left none content-box no-repeat scroll }
bg31011 { background: bottom left none content-box repeat }
bg31012 { background: bottom left none content-box repeat fixed }
bg31013 { background: bottom left none content-box repeat scroll }
bg31014 { background: bottom left none content-box repeat-x }
bg31015 { background: bottom left none content-box repeat-x fixed }
bg31016 { background: bottom left none content-box repeat-x scroll }
bg31017 { background: bottom left none content-box repeat-y }
bg31018 { background: bottom left none content-box repeat-y fixed }
bg31019 { background: bottom left none content-box repeat-y scroll }
bg31020 { background: bottom left none content-box scroll }
bg31021 { background: bottom left none content-box scroll no-repeat }
bg31022 { background: bottom left none content-box scroll repeat }
bg31023 { background: bottom left none content-box scroll repeat-x }
bg31024 { background: bottom left none content-box scroll repeat-y }
bg31025 { background: bottom left repeat fixed none content-box }
bg31026 { background: bottom left repeat fixed content-box }
bg31027 { background: bottom left repeat fixed content-box none }
bg31028 { background: bottom left repeat fixed content-box url(test.jpg) }
bg31029 { background: bottom left repeat fixed url(test.jpg) content-box }
bg31030 { background: bottom left repeat none fixed content-box }
bg31031 { background: bottom left repeat none scroll content-box }
bg31032 { background: bottom left repeat none content-box }
bg31033 { background: bottom left repeat none content-box fixed }
bg31034 { background: bottom left repeat none content-box scroll }
bg31035 { background: bottom left repeat scroll none content-box }
bg31036 { background: bottom left repeat scroll content-box }
bg31037 { background: bottom left repeat scroll content-box none }
bg31038 { background: bottom left repeat scroll content-box url(test.jpg) }
bg31039 { background: bottom left repeat scroll url(test.jpg) content-box }
bg31040 { background: bottom left repeat content-box }
bg31041 { background: bottom left repeat content-box fixed }
bg31042 { background: bottom left repeat content-box fixed none }
bg31043 { background: bottom left repeat content-box fixed url(test.jpg) }
bg31044 { background: bottom left repeat content-box none }
bg31045 { background: bottom left repeat content-box none fixed }
bg31046 { background: bottom left repeat content-box none scroll }
bg31047 { background: bottom left repeat content-box scroll }
bg31048 { background: bottom left repeat content-box scroll none }
bg31049 { background: bottom left repeat content-box scroll url(test.jpg) }
bg31050 { background: bottom left repeat content-box url(test.jpg) }
bg31051 { background: bottom left repeat content-box url(test.jpg) fixed }
bg31052 { background: bottom left repeat content-box url(test.jpg) scroll }
bg31053 { background: bottom left repeat url(test.jpg) fixed content-box }
bg31054 { background: bottom left repeat url(test.jpg) scroll content-box }
bg31055 { background: bottom left repeat url(test.jpg) content-box }
bg31056 { background: bottom left repeat url(test.jpg) content-box fixed }
bg31057 { background: bottom left repeat url(test.jpg) content-box scroll }
bg31058 { background: bottom left repeat-x fixed none content-box }
bg31059 { background: bottom left repeat-x fixed content-box }
bg31060 { background: bottom left repeat-x fixed content-box none }
bg31061 { background: bottom left repeat-x fixed content-box url(test.jpg) }
bg31062 { background: bottom left repeat-x fixed url(test.jpg) content-box }
bg31063 { background: bottom left repeat-x none fixed content-box }
bg31064 { background: bottom left repeat-x none scroll content-box }
bg31065 { background: bottom left repeat-x none content-box }
bg31066 { background: bottom left repeat-x none content-box fixed }
bg31067 { background: bottom left repeat-x none content-box scroll }
bg31068 { background: bottom left repeat-x scroll none content-box }
bg31069 { background: bottom left repeat-x scroll content-box }
bg31070 { background: bottom left repeat-x scroll content-box none }
bg31071 { background: bottom left repeat-x scroll content-box url(test.jpg) }
bg31072 { background: bottom left repeat-x scroll url(test.jpg) content-box }
bg31073 { background: bottom left repeat-x content-box }
bg31074 { background: bottom left repeat-x content-box fixed }
bg31075 { background: bottom left repeat-x content-box fixed none }
bg31076 { background: bottom left repeat-x content-box fixed url(test.jpg) }
bg31077 { background: bottom left repeat-x content-box none }
bg31078 { background: bottom left repeat-x content-box none fixed }
bg31079 { background: bottom left repeat-x content-box none scroll }
bg31080 { background: bottom left repeat-x content-box scroll }
bg31081 { background: bottom left repeat-x content-box scroll none }
bg31082 { background: bottom left repeat-x content-box scroll url(test.jpg) }
bg31083 { background: bottom left repeat-x content-box url(test.jpg) }
bg31084 { background: bottom left repeat-x content-box url(test.jpg) fixed }
bg31085 { background: bottom left repeat-x content-box url(test.jpg) scroll }
bg31086 { background: bottom left repeat-x url(test.jpg) fixed content-box }
bg31087 { background: bottom left repeat-x url(test.jpg) scroll content-box }
bg31088 { background: bottom left repeat-x url(test.jpg) content-box }
bg31089 { background: bottom left repeat-x url(test.jpg) content-box fixed }
bg31090 { background: bottom left repeat-x url(test.jpg) content-box scroll }
bg31091 { background: bottom left repeat-y fixed none content-box }
bg31092 { background: bottom left repeat-y fixed content-box }
bg31093 { background: bottom left repeat-y fixed content-box none }
bg31094 { background: bottom left repeat-y fixed content-box url(test.jpg) }
bg31095 { background: bottom left repeat-y fixed url(test.jpg) content-box }
bg31096 { background: bottom left repeat-y none fixed content-box }
bg31097 { background: bottom left repeat-y none scroll content-box }
bg31098 { background: bottom left repeat-y none content-box }
bg31099 { background: bottom left repeat-y none content-box fixed }
bg31100 { background: bottom left repeat-y none content-box scroll }
bg31101 { background: bottom left repeat-y scroll none content-box }
bg31102 { background: bottom left repeat-y scroll content-box }
bg31103 { background: bottom left repeat-y scroll content-box none }
bg31104 { background: bottom left repeat-y scroll content-box url(test.jpg) }
bg31105 { background: bottom left repeat-y scroll url(test.jpg) content-box }
bg31106 { background: bottom left repeat-y content-box }
bg31107 { background: bottom left repeat-y content-box fixed }
bg31108 { background: bottom left repeat-y content-box fixed none }
bg31109 { background: bottom left repeat-y content-box fixed url(test.jpg) }
bg31110 { background: bottom left repeat-y content-box none }
bg31111 { background: bottom left repeat-y content-box none fixed }
bg31112 { background: bottom left repeat-y content-box none scroll }
bg31113 { background: bottom left repeat-y content-box scroll }
bg31114 { background: bottom left repeat-y content-box scroll none }
bg31115 { background: bottom left repeat-y content-box scroll url(test.jpg) }
bg31116 { background: bottom left repeat-y content-box url(test.jpg) }
bg31117 { background: bottom left repeat-y content-box url(test.jpg) fixed }
bg31118 { background: bottom left repeat-y content-box url(test.jpg) scroll }
bg31119 { background: bottom left repeat-y url(test.jpg) fixed content-box }
bg31120 { background: bottom left repeat-y url(test.jpg) scroll content-box }
bg31121 { background: bottom left repeat-y url(test.jpg) content-box }
bg31122 { background: bottom left repeat-y url(test.jpg) content-box fixed }
bg31123 { background: bottom left repeat-y url(test.jpg) content-box scroll }
bg31124 { background: bottom left scroll no-repeat none content-box }
bg31125 { background: bottom left scroll no-repeat content-box }
bg31126 { background: bottom left scroll no-repeat content-box none }
bg31127 { background: bottom left scroll no-repeat content-box url(test.jpg) }
bg31128 { background: bottom left scroll no-repeat url(test.jpg) content-box }
bg31129 { background: bottom left scroll none no-repeat content-box }
bg31130 { background: bottom left scroll none repeat content-box }
bg31131 { background: bottom left scroll none repeat-x content-box }
bg31132 { background: bottom left scroll none repeat-y content-box }
bg31133 { background: bottom left scroll none content-box }
bg31134 { background: bottom left scroll none content-box no-repeat }
bg31135 { background: bottom left scroll none content-box repeat }
bg31136 { background: bottom left scroll none content-box repeat-x }
bg31137 { background: bottom left scroll none content-box repeat-y }
bg31138 { background: bottom left scroll repeat none content-box }
bg31139 { background: bottom left scroll repeat content-box }
bg31140 { background: bottom left scroll repeat content-box none }
bg31141 { background: bottom left scroll repeat content-box url(test.jpg) }
bg31142 { background: bottom left scroll repeat url(test.jpg) content-box }
bg31143 { background: bottom left scroll repeat-x none content-box }
bg31144 { background: bottom left scroll repeat-x content-box }
bg31145 { background: bottom left scroll repeat-x content-box none }
bg31146 { background: bottom left scroll repeat-x content-box url(test.jpg) }
bg31147 { background: bottom left scroll repeat-x url(test.jpg) content-box }
bg31148 { background: bottom left scroll repeat-y none content-box }
bg31149 { background: bottom left scroll repeat-y content-box }
bg31150 { background: bottom left scroll repeat-y content-box none }
bg31151 { background: bottom left scroll repeat-y content-box url(test.jpg) }
bg31152 { background: bottom left scroll repeat-y url(test.jpg) content-box }
bg31153 { background: bottom left scroll content-box }
bg31154 { background: bottom left scroll content-box no-repeat }
bg31155 { background: bottom left scroll content-box no-repeat none }
bg31156 { background: bottom left scroll content-box no-repeat url(test.jpg) }
bg31157 { background: bottom left scroll content-box none }
bg31158 { background: bottom left scroll content-box none no-repeat }
bg31159 { background: bottom left scroll content-box none repeat }
bg31160 { background: bottom left scroll content-box none repeat-x }
bg31161 { background: bottom left scroll content-box none repeat-y }
bg31162 { background: bottom left scroll content-box repeat }
bg31163 { background: bottom left scroll content-box repeat none }
bg31164 { background: bottom left scroll content-box repeat url(test.jpg) }
bg31165 { background: bottom left scroll content-box repeat-x }
bg31166 { background: bottom left scroll content-box repeat-x none }
bg31167 { background: bottom left scroll content-box repeat-x url(test.jpg) }
bg31168 { background: bottom left scroll content-box repeat-y }
bg31169 { background: bottom left scroll content-box repeat-y none }
bg31170 { background: bottom left scroll content-box repeat-y url(test.jpg) }
bg31171 { background: bottom left scroll content-box url(test.jpg) }
bg31172 { background: bottom left scroll content-box url(test.jpg) no-repeat }
bg31173 { background: bottom left scroll content-box url(test.jpg) repeat }
bg31174 { background: bottom left scroll content-box url(test.jpg) repeat-x }
bg31175 { background: bottom left scroll content-box url(test.jpg) repeat-y }
bg31176 { background: bottom left scroll url(test.jpg) no-repeat content-box }
bg31177 { background: bottom left scroll url(test.jpg) repeat content-box }
bg31178 { background: bottom left scroll url(test.jpg) repeat-x content-box }
bg31179 { background: bottom left scroll url(test.jpg) repeat-y content-box }
bg31180 { background: bottom left scroll url(test.jpg) content-box }
bg31181 { background: bottom left scroll url(test.jpg) content-box no-repeat }
bg31182 { background: bottom left scroll url(test.jpg) content-box repeat }
bg31183 { background: bottom left scroll url(test.jpg) content-box repeat-x }
bg31184 { background: bottom left scroll url(test.jpg) content-box repeat-y }
bg31185 { background: bottom left content-box }
bg31186 { background: bottom left content-box fixed }
bg31187 { background: bottom left content-box fixed no-repeat }
bg31188 { background: bottom left content-box fixed no-repeat none }
bg31189 { background: bottom left content-box fixed no-repeat url(test.jpg) }
bg31190 { background: bottom left content-box fixed none }
bg31191 { background: bottom left content-box fixed none no-repeat }
bg31192 { background: bottom left content-box fixed none repeat }
bg31193 { background: bottom left content-box fixed none repeat-x }
bg31194 { background: bottom left content-box fixed none repeat-y }
bg31195 { background: bottom left content-box fixed repeat }
bg31196 { background: bottom left content-box fixed repeat none }
bg31197 { background: bottom left content-box fixed repeat url(test.jpg) }
bg31198 { background: bottom left content-box fixed repeat-x }
bg31199 { background: bottom left content-box fixed repeat-x none }
bg31200 { background: bottom left content-box fixed repeat-x url(test.jpg) }
bg31201 { background: bottom left content-box fixed repeat-y }
bg31202 { background: bottom left content-box fixed repeat-y none }
bg31203 { background: bottom left content-box fixed repeat-y url(test.jpg) }
bg31204 { background: bottom left content-box fixed url(test.jpg) }
bg31205 { background: bottom left content-box fixed url(test.jpg) no-repeat }
bg31206 { background: bottom left content-box fixed url(test.jpg) repeat }
bg31207 { background: bottom left content-box fixed url(test.jpg) repeat-x }
bg31208 { background: bottom left content-box fixed url(test.jpg) repeat-y }
bg31209 { background: bottom left content-box no-repeat }
bg31210 { background: bottom left content-box no-repeat fixed }
bg31211 { background: bottom left content-box no-repeat fixed none }
bg31212 { background: bottom left content-box no-repeat fixed url(test.jpg) }
bg31213 { background: bottom left content-box no-repeat none }
bg31214 { background: bottom left content-box no-repeat none fixed }
bg31215 { background: bottom left content-box no-repeat none scroll }
bg31216 { background: bottom left content-box no-repeat scroll }
bg31217 { background: bottom left content-box no-repeat scroll none }
bg31218 { background: bottom left content-box no-repeat scroll url(test.jpg) }
bg31219 { background: bottom left content-box no-repeat url(test.jpg) }
bg31220 { background: bottom left content-box no-repeat url(test.jpg) fixed }
bg31221 { background: bottom left content-box no-repeat url(test.jpg) scroll }
bg31222 { background: bottom left content-box none }
bg31223 { background: bottom left content-box none fixed }
bg31224 { background: bottom left content-box none fixed no-repeat }
bg31225 { background: bottom left content-box none fixed repeat }
bg31226 { background: bottom left content-box none fixed repeat-x }
bg31227 { background: bottom left content-box none fixed repeat-y }
bg31228 { background: bottom left content-box none no-repeat }
bg31229 { background: bottom left content-box none no-repeat fixed }
bg31230 { background: bottom left content-box none no-repeat scroll }
bg31231 { background: bottom left content-box none repeat }
bg31232 { background: bottom left content-box none repeat fixed }
bg31233 { background: bottom left content-box none repeat scroll }
bg31234 { background: bottom left content-box none repeat-x }
bg31235 { background: bottom left content-box none repeat-x fixed }
bg31236 { background: bottom left content-box none repeat-x scroll }
bg31237 { background: bottom left content-box none repeat-y }
bg31238 { background: bottom left content-box none repeat-y fixed }
bg31239 { background: bottom left content-box none repeat-y scroll }
bg31240 { background: bottom left content-box none scroll }
bg31241 { background: bottom left content-box none scroll no-repeat }
bg31242 { background: bottom left content-box none scroll repeat }
bg31243 { background: bottom left content-box none scroll repeat-x }
bg31244 { background: bottom left content-box none scroll repeat-y }
bg31245 { background: bottom left content-box repeat }
bg31246 { background: bottom left content-box repeat fixed }
bg31247 { background: bottom left content-box repeat fixed none }
bg31248 { background: bottom left content-box repeat fixed url(test.jpg) }
bg31249 { background: bottom left content-box repeat none }
bg31250 { background: bottom left content-box repeat none fixed }
bg31251 { background: bottom left content-box repeat none scroll }
bg31252 { background: bottom left content-box repeat scroll }
bg31253 { background: bottom left content-box repeat scroll none }
bg31254 { background: bottom left content-box repeat scroll url(test.jpg) }
bg31255 { background: bottom left content-box repeat url(test.jpg) }
bg31256 { background: bottom left content-box repeat url(test.jpg) fixed }
bg31257 { background: bottom left content-box repeat url(test.jpg) scroll }
bg31258 { background: bottom left content-box repeat-x }
bg31259 { background: bottom left content-box repeat-x fixed }
bg31260 { background: bottom left content-box repeat-x fixed none }
bg31261 { background: bottom left content-box repeat-x fixed url(test.jpg) }
bg31262 { background: bottom left content-box repeat-x none }
bg31263 { background: bottom left content-box repeat-x none fixed }
bg31264 { background: bottom left content-box repeat-x none scroll }
bg31265 { background: bottom left content-box repeat-x scroll }
bg31266 { background: bottom left content-box repeat-x scroll none }
bg31267 { background: bottom left content-box repeat-x scroll url(test.jpg) }
bg31268 { background: bottom left content-box repeat-x url(test.jpg) }
bg31269 { background: bottom left content-box repeat-x url(test.jpg) fixed }
bg31270 { background: bottom left content-box repeat-x url(test.jpg) scroll }
bg31271 { background: bottom left content-box repeat-y }
bg31272 { background: bottom left content-box repeat-y fixed }
bg31273 { background: bottom left content-box repeat-y fixed none }
bg31274 { background: bottom left content-box repeat-y fixed url(test.jpg) }
bg31275 { background: bottom left content-box repeat-y none }
bg31276 { background: bottom left content-box repeat-y none fixed }
bg31277 { background: bottom left content-box repeat-y none scroll }
bg31278 { background: bottom left content-box repeat-y scroll }
bg31279 { background: bottom left content-box repeat-y scroll none }
bg31280 { background: bottom left content-box repeat-y scroll url(test.jpg) }
bg31281 { background: bottom left content-box repeat-y url(test.jpg) }
bg31282 { background: bottom left content-box repeat-y url(test.jpg) fixed }
bg31283 { background: bottom left content-box repeat-y url(test.jpg) scroll }
bg31284 { background: bottom left content-box scroll }
bg31285 { background: bottom left content-box scroll no-repeat }
bg31286 { background: bottom left content-box scroll no-repeat none }
bg31287 { background: bottom left content-box scroll no-repeat url(test.jpg) }
bg31288 { background: bottom left content-box scroll none }
bg31289 { background: bottom left content-box scroll none no-repeat }
bg31290 { background: bottom left content-box scroll none repeat }
bg31291 { background: bottom left content-box scroll none repeat-x }
bg31292 { background: bottom left content-box scroll none repeat-y }
bg31293 { background: bottom left content-box scroll repeat }
bg31294 { background: bottom left content-box scroll repeat none }
bg31295 { background: bottom left content-box scroll repeat url(test.jpg) }
bg31296 { background: bottom left content-box scroll repeat-x }
bg31297 { background: bottom left content-box scroll repeat-x none }
bg31298 { background: bottom left content-box scroll repeat-x url(test.jpg) }
bg31299 { background: bottom left content-box scroll repeat-y }
bg31300 { background: bottom left content-box scroll repeat-y none }
bg31301 { background: bottom left content-box scroll repeat-y url(test.jpg) }
bg31302 { background: bottom left content-box scroll url(test.jpg) }
bg31303 { background: bottom left content-box scroll url(test.jpg) no-repeat }
bg31304 { background: bottom left content-box scroll url(test.jpg) repeat }
bg31305 { background: bottom left content-box scroll url(test.jpg) repeat-x }
bg31306 { background: bottom left content-box scroll url(test.jpg) repeat-y }
bg31307 { background: bottom left content-box url(test.jpg) }
bg31308 { background: bottom left content-box url(test.jpg) fixed }
bg31309 { background: bottom left content-box url(test.jpg) fixed no-repeat }
bg31310 { background: bottom left content-box url(test.jpg) fixed repeat }
bg31311 { background: bottom left content-box url(test.jpg) fixed repeat-x }
bg31312 { background: bottom left content-box url(test.jpg) fixed repeat-y }
bg31313 { background: bottom left content-box url(test.jpg) no-repeat }
bg31314 { background: bottom left content-box url(test.jpg) no-repeat fixed }
bg31315 { background: bottom left content-box url(test.jpg) no-repeat scroll }
bg31316 { background: bottom left content-box url(test.jpg) repeat }
bg31317 { background: bottom left content-box url(test.jpg) repeat fixed }
bg31318 { background: bottom left content-box url(test.jpg) repeat scroll }
bg31319 { background: bottom left content-box url(test.jpg) repeat-x }
bg31320 { background: bottom left content-box url(test.jpg) repeat-x fixed }
bg31321 { background: bottom left content-box url(test.jpg) repeat-x scroll }
bg31322 { background: bottom left content-box url(test.jpg) repeat-y }
bg31323 { background: bottom left content-box url(test.jpg) repeat-y fixed }
bg31324 { background: bottom left content-box url(test.jpg) repeat-y scroll }
bg31325 { background: bottom left content-box url(test.jpg) scroll }
bg31326 { background: bottom left content-box url(test.jpg) scroll no-repeat }
bg31327 { background: bottom left content-box url(test.jpg) scroll repeat }
bg31328 { background: bottom left content-box url(test.jpg) scroll repeat-x }
bg31329 { background: bottom left content-box url(test.jpg) scroll repeat-y }
bg31330 { background: bottom left url(test.jpg) fixed no-repeat content-box }
bg31331 { background: bottom left url(test.jpg) fixed repeat content-box }
bg31332 { background: bottom left url(test.jpg) fixed repeat-x content-box }
bg31333 { background: bottom left url(test.jpg) fixed repeat-y content-box }
bg31334 { background: bottom left url(test.jpg) fixed content-box }
bg31335 { background: bottom left url(test.jpg) fixed content-box no-repeat }
bg31336 { background: bottom left url(test.jpg) fixed content-box repeat }
bg31337 { background: bottom left url(test.jpg) fixed content-box repeat-x }
bg31338 { background: bottom left url(test.jpg) fixed content-box repeat-y }
bg31339 { background: bottom left url(test.jpg) no-repeat fixed content-box }
bg31340 { background: bottom left url(test.jpg) no-repeat scroll content-box }
bg31341 { background: bottom left url(test.jpg) no-repeat content-box }
bg31342 { background: bottom left url(test.jpg) no-repeat content-box fixed }
bg31343 { background: bottom left url(test.jpg) no-repeat content-box scroll }
bg31344 { background: bottom left url(test.jpg) repeat fixed content-box }
bg31345 { background: bottom left url(test.jpg) repeat scroll content-box }
bg31346 { background: bottom left url(test.jpg) repeat content-box }
bg31347 { background: bottom left url(test.jpg) repeat content-box fixed }
bg31348 { background: bottom left url(test.jpg) repeat content-box scroll }
bg31349 { background: bottom left url(test.jpg) repeat-x fixed content-box }
bg31350 { background: bottom left url(test.jpg) repeat-x scroll content-box }
bg31351 { background: bottom left url(test.jpg) repeat-x content-box }
bg31352 { background: bottom left url(test.jpg) repeat-x content-box fixed }
bg31353 { background: bottom left url(test.jpg) repeat-x content-box scroll }
bg31354 { background: bottom left url(test.jpg) repeat-y fixed content-box }
bg31355 { background: bottom left url(test.jpg) repeat-y scroll content-box }
bg31356 { background: bottom left url(test.jpg) repeat-y content-box }
bg31357 { background: bottom left url(test.jpg) repeat-y content-box fixed }
bg31358 { background: bottom left url(test.jpg) repeat-y content-box scroll }
bg31359 { background: bottom left url(test.jpg) scroll no-repeat content-box }
bg31360 { background: bottom left url(test.jpg) scroll repeat content-box }
bg31361 { background: bottom left url(test.jpg) scroll repeat-x content-box }
bg31362 { background: bottom left url(test.jpg) scroll repeat-y content-box }
bg31363 { background: bottom left url(test.jpg) scroll content-box }
bg31364 { background: bottom left url(test.jpg) scroll content-box no-repeat }
bg31365 { background: bottom left url(test.jpg) scroll content-box repeat }
bg31366 { background: bottom left url(test.jpg) scroll content-box repeat-x }
bg31367 { background: bottom left url(test.jpg) scroll content-box repeat-y }
bg31368 { background: bottom left url(test.jpg) content-box }
bg31369 { background: bottom left url(test.jpg) content-box fixed }
bg31370 { background: bottom left url(test.jpg) content-box fixed no-repeat }
bg31371 { background: bottom left url(test.jpg) content-box fixed repeat }
bg31372 { background: bottom left url(test.jpg) content-box fixed repeat-x }
bg31373 { background: bottom left url(test.jpg) content-box fixed repeat-y }
bg31374 { background: bottom left url(test.jpg) content-box no-repeat }
bg31375 { background: bottom left url(test.jpg) content-box no-repeat fixed }
bg31376 { background: bottom left url(test.jpg) content-box no-repeat scroll }
bg31377 { background: bottom left url(test.jpg) content-box repeat }
bg31378 { background: bottom left url(test.jpg) content-box repeat fixed }
bg31379 { background: bottom left url(test.jpg) content-box repeat scroll }
bg31380 { background: bottom left url(test.jpg) content-box repeat-x }
bg31381 { background: bottom left url(test.jpg) content-box repeat-x fixed }
bg31382 { background: bottom left url(test.jpg) content-box repeat-x scroll }
bg31383 { background: bottom left url(test.jpg) content-box repeat-y }
bg31384 { background: bottom left url(test.jpg) content-box repeat-y fixed }
bg31385 { background: bottom left url(test.jpg) content-box repeat-y scroll }
bg31386 { background: bottom left url(test.jpg) content-box scroll }
bg31387 { background: bottom left url(test.jpg) content-box scroll no-repeat }
bg31388 { background: bottom left url(test.jpg) content-box scroll repeat }
bg31389 { background: bottom left url(test.jpg) content-box scroll repeat-x }
bg31390 { background: bottom left url(test.jpg) content-box scroll repeat-y }
bg31391 { background: scroll no-repeat none bottom left content-box }
bg31392 { background: scroll no-repeat none content-box bottom left }
bg31393 { background: scroll no-repeat bottom left none content-box }
bg31394 { background: scroll no-repeat bottom left content-box }
bg31395 { background: scroll no-repeat bottom left content-box none }
bg31396 { background: scroll no-repeat bottom left content-box url(test.jpg) }
bg31397 { background: scroll no-repeat bottom left url(test.jpg) content-box }
bg31398 { background: scroll no-repeat content-box none bottom left }
bg31399 { background: scroll no-repeat content-box bottom left }
bg31400 { background: scroll no-repeat content-box bottom left none }
bg31401 { background: scroll no-repeat content-box bottom left url(test.jpg) }
bg31402 { background: scroll no-repeat content-box url(test.jpg) bottom left }
bg31403 { background: scroll no-repeat url(test.jpg) bottom left content-box }
bg31404 { background: scroll no-repeat url(test.jpg) content-box bottom left }
bg31405 { background: scroll none no-repeat bottom left content-box }
bg31406 { background: scroll none no-repeat content-box bottom left }
bg31407 { background: scroll none repeat bottom left content-box }
bg31408 { background: scroll none repeat content-box bottom left }
bg31409 { background: scroll none repeat-x bottom left content-box }
bg31410 { background: scroll none repeat-x content-box bottom left }
bg31411 { background: scroll none repeat-y bottom left content-box }
bg31412 { background: scroll none repeat-y content-box bottom left }
bg31413 { background: scroll none bottom left no-repeat content-box }
bg31414 { background: scroll none bottom left repeat content-box }
bg31415 { background: scroll none bottom left repeat-x content-box }
bg31416 { background: scroll none bottom left repeat-y content-box }
bg31417 { background: scroll none bottom left content-box }
bg31418 { background: scroll none bottom left content-box no-repeat }
bg31419 { background: scroll none bottom left content-box repeat }
bg31420 { background: scroll none bottom left content-box repeat-x }
bg31421 { background: scroll none bottom left content-box repeat-y }
bg31422 { background: scroll none content-box no-repeat bottom left }
bg31423 { background: scroll none content-box repeat bottom left }
bg31424 { background: scroll none content-box repeat-x bottom left }
bg31425 { background: scroll none content-box repeat-y bottom left }
bg31426 { background: scroll none content-box bottom left }
bg31427 { background: scroll none content-box bottom left no-repeat }
bg31428 { background: scroll none content-box bottom left repeat }
bg31429 { background: scroll none content-box bottom left repeat-x }
bg31430 { background: scroll none content-box bottom left repeat-y }
bg31431 { background: scroll repeat none bottom left content-box }
bg31432 { background: scroll repeat none content-box bottom left }
bg31433 { background: scroll repeat bottom left none content-box }
bg31434 { background: scroll repeat bottom left content-box }
bg31435 { background: scroll repeat bottom left content-box none }
bg31436 { background: scroll repeat bottom left content-box url(test.jpg) }
bg31437 { background: scroll repeat bottom left url(test.jpg) content-box }
bg31438 { background: scroll repeat content-box none bottom left }
bg31439 { background: scroll repeat content-box bottom left }
bg31440 { background: scroll repeat content-box bottom left none }
bg31441 { background: scroll repeat content-box bottom left url(test.jpg) }
bg31442 { background: scroll repeat content-box url(test.jpg) bottom left }
bg31443 { background: scroll repeat url(test.jpg) bottom left content-box }
bg31444 { background: scroll repeat url(test.jpg) content-box bottom left }
bg31445 { background: scroll repeat-x none bottom left content-box }
bg31446 { background: scroll repeat-x none content-box bottom left }
bg31447 { background: scroll repeat-x bottom left none content-box }
bg31448 { background: scroll repeat-x bottom left content-box }
bg31449 { background: scroll repeat-x bottom left content-box none }
bg31450 { background: scroll repeat-x bottom left content-box url(test.jpg) }
bg31451 { background: scroll repeat-x bottom left url(test.jpg) content-box }
bg31452 { background: scroll repeat-x content-box none bottom left }
bg31453 { background: scroll repeat-x content-box bottom left }
bg31454 { background: scroll repeat-x content-box bottom left none }
bg31455 { background: scroll repeat-x content-box bottom left url(test.jpg) }
bg31456 { background: scroll repeat-x content-box url(test.jpg) bottom left }
bg31457 { background: scroll repeat-x url(test.jpg) bottom left content-box }
bg31458 { background: scroll repeat-x url(test.jpg) content-box bottom left }
bg31459 { background: scroll repeat-y none bottom left content-box }
bg31460 { background: scroll repeat-y none content-box bottom left }
bg31461 { background: scroll repeat-y bottom left none content-box }
bg31462 { background: scroll repeat-y bottom left content-box }
bg31463 { background: scroll repeat-y bottom left content-box none }
bg31464 { background: scroll repeat-y bottom left content-box url(test.jpg) }
bg31465 { background: scroll repeat-y bottom left url(test.jpg) content-box }
bg31466 { background: scroll repeat-y content-box none bottom left }
bg31467 { background: scroll repeat-y content-box bottom left }
bg31468 { background: scroll repeat-y content-box bottom left none }
bg31469 { background: scroll repeat-y content-box bottom left url(test.jpg) }
bg31470 { background: scroll repeat-y content-box url(test.jpg) bottom left }
bg31471 { background: scroll repeat-y url(test.jpg) bottom left content-box }
bg31472 { background: scroll repeat-y url(test.jpg) content-box bottom left }
bg31473 { background: scroll bottom left no-repeat none content-box }
bg31474 { background: scroll bottom left no-repeat content-box }
bg31475 { background: scroll bottom left no-repeat content-box none }
bg31476 { background: scroll bottom left no-repeat content-box url(test.jpg) }
bg31477 { background: scroll bottom left no-repeat url(test.jpg) content-box }
bg31478 { background: scroll bottom left none no-repeat content-box }
bg31479 { background: scroll bottom left none repeat content-box }
bg31480 { background: scroll bottom left none repeat-x content-box }
bg31481 { background: scroll bottom left none repeat-y content-box }
bg31482 { background: scroll bottom left none content-box }
bg31483 { background: scroll bottom left none content-box no-repeat }
bg31484 { background: scroll bottom left none content-box repeat }
bg31485 { background: scroll bottom left none content-box repeat-x }
bg31486 { background: scroll bottom left none content-box repeat-y }
bg31487 { background: scroll bottom left repeat none content-box }
bg31488 { background: scroll bottom left repeat content-box }
bg31489 { background: scroll bottom left repeat content-box none }
bg31490 { background: scroll bottom left repeat content-box url(test.jpg) }
bg31491 { background: scroll bottom left repeat url(test.jpg) content-box }
bg31492 { background: scroll bottom left repeat-x none content-box }
bg31493 { background: scroll bottom left repeat-x content-box }
bg31494 { background: scroll bottom left repeat-x content-box none }
bg31495 { background: scroll bottom left repeat-x content-box url(test.jpg) }
bg31496 { background: scroll bottom left repeat-x url(test.jpg) content-box }
bg31497 { background: scroll bottom left repeat-y none content-box }
bg31498 { background: scroll bottom left repeat-y content-box }
bg31499 { background: scroll bottom left repeat-y content-box none }
bg31500 { background: scroll bottom left repeat-y content-box url(test.jpg) }
bg31501 { background: scroll bottom left repeat-y url(test.jpg) content-box }
bg31502 { background: scroll bottom left content-box }
bg31503 { background: scroll bottom left content-box no-repeat }
bg31504 { background: scroll bottom left content-box no-repeat none }
bg31505 { background: scroll bottom left content-box no-repeat url(test.jpg) }
bg31506 { background: scroll bottom left content-box none }
bg31507 { background: scroll bottom left content-box none no-repeat }
bg31508 { background: scroll bottom left content-box none repeat }
bg31509 { background: scroll bottom left content-box none repeat-x }
bg31510 { background: scroll bottom left content-box none repeat-y }
bg31511 { background: scroll bottom left content-box repeat }
bg31512 { background: scroll bottom left content-box repeat none }
bg31513 { background: scroll bottom left content-box repeat url(test.jpg) }
bg31514 { background: scroll bottom left content-box repeat-x }
bg31515 { background: scroll bottom left content-box repeat-x none }
bg31516 { background: scroll bottom left content-box repeat-x url(test.jpg) }
bg31517 { background: scroll bottom left content-box repeat-y }
bg31518 { background: scroll bottom left content-box repeat-y none }
bg31519 { background: scroll bottom left content-box repeat-y url(test.jpg) }
bg31520 { background: scroll bottom left content-box url(test.jpg) }
bg31521 { background: scroll bottom left content-box url(test.jpg) no-repeat }
bg31522 { background: scroll bottom left content-box url(test.jpg) repeat }
bg31523 { background: scroll bottom left content-box url(test.jpg) repeat-x }
bg31524 { background: scroll bottom left content-box url(test.jpg) repeat-y }
bg31525 { background: scroll bottom left url(test.jpg) no-repeat content-box }
bg31526 { background: scroll bottom left url(test.jpg) repeat content-box }
bg31527 { background: scroll bottom left url(test.jpg) repeat-x content-box }
bg31528 { background: scroll bottom left url(test.jpg) repeat-y content-box }
bg31529 { background: scroll bottom left url(test.jpg) content-box }
bg31530 { background: scroll bottom left url(test.jpg) content-box no-repeat }
bg31531 { background: scroll bottom left url(test.jpg) content-box repeat }
bg31532 { background: scroll bottom left url(test.jpg) content-box repeat-x }
bg31533 { background: scroll bottom left url(test.jpg) content-box repeat-y }
bg31534 { background: scroll content-box no-repeat none bottom left }
bg31535 { background: scroll content-box no-repeat bottom left }
bg31536 { background: scroll content-box no-repeat bottom left none }
bg31537 { background: scroll content-box no-repeat bottom left url(test.jpg) }
bg31538 { background: scroll content-box no-repeat url(test.jpg) bottom left }
bg31539 { background: scroll content-box none no-repeat bottom left }
bg31540 { background: scroll content-box none repeat bottom left }
bg31541 { background: scroll content-box none repeat-x bottom left }
bg31542 { background: scroll content-box none repeat-y bottom left }
bg31543 { background: scroll content-box none bottom left }
bg31544 { background: scroll content-box none bottom left no-repeat }
bg31545 { background: scroll content-box none bottom left repeat }
bg31546 { background: scroll content-box none bottom left repeat-x }
bg31547 { background: scroll content-box none bottom left repeat-y }
bg31548 { background: scroll content-box repeat none bottom left }
bg31549 { background: scroll content-box repeat bottom left }
bg31550 { background: scroll content-box repeat bottom left none }
bg31551 { background: scroll content-box repeat bottom left url(test.jpg) }
bg31552 { background: scroll content-box repeat url(test.jpg) bottom left }
bg31553 { background: scroll content-box repeat-x none bottom left }
bg31554 { background: scroll content-box repeat-x bottom left }
bg31555 { background: scroll content-box repeat-x bottom left none }
bg31556 { background: scroll content-box repeat-x bottom left url(test.jpg) }
bg31557 { background: scroll content-box repeat-x url(test.jpg) bottom left }
bg31558 { background: scroll content-box repeat-y none bottom left }
bg31559 { background: scroll content-box repeat-y bottom left }
bg31560 { background: scroll content-box repeat-y bottom left none }
bg31561 { background: scroll content-box repeat-y bottom left url(test.jpg) }
bg31562 { background: scroll content-box repeat-y url(test.jpg) bottom left }
bg31563 { background: scroll content-box bottom left }
bg31564 { background: scroll content-box bottom left no-repeat }
bg31565 { background: scroll content-box bottom left no-repeat none }
bg31566 { background: scroll content-box bottom left no-repeat url(test.jpg) }
bg31567 { background: scroll content-box bottom left none }
bg31568 { background: scroll content-box bottom left none no-repeat }
bg31569 { background: scroll content-box bottom left none repeat }
bg31570 { background: scroll content-box bottom left none repeat-x }
bg31571 { background: scroll content-box bottom left none repeat-y }
bg31572 { background: scroll content-box bottom left repeat }
bg31573 { background: scroll content-box bottom left repeat none }
bg31574 { background: scroll content-box bottom left repeat url(test.jpg) }
bg31575 { background: scroll content-box bottom left repeat-x }
bg31576 { background: scroll content-box bottom left repeat-x none }
bg31577 { background: scroll content-box bottom left repeat-x url(test.jpg) }
bg31578 { background: scroll content-box bottom left repeat-y }
bg31579 { background: scroll content-box bottom left repeat-y none }
bg31580 { background: scroll content-box bottom left repeat-y url(test.jpg) }
bg31581 { background: scroll content-box bottom left url(test.jpg) }
bg31582 { background: scroll content-box bottom left url(test.jpg) no-repeat }
bg31583 { background: scroll content-box bottom left url(test.jpg) repeat }
bg31584 { background: scroll content-box bottom left url(test.jpg) repeat-x }
bg31585 { background: scroll content-box bottom left url(test.jpg) repeat-y }
bg31586 { background: scroll content-box url(test.jpg) no-repeat bottom left }
bg31587 { background: scroll content-box url(test.jpg) repeat bottom left }
bg31588 { background: scroll content-box url(test.jpg) repeat-x bottom left }
bg31589 { background: scroll content-box url(test.jpg) repeat-y bottom left }
bg31590 { background: scroll content-box url(test.jpg) bottom left }
bg31591 { background: scroll content-box url(test.jpg) bottom left no-repeat }
bg31592 { background: scroll content-box url(test.jpg) bottom left repeat }
bg31593 { background: scroll content-box url(test.jpg) bottom left repeat-x }
bg31594 { background: scroll content-box url(test.jpg) bottom left repeat-y }
bg31595 { background: scroll url(test.jpg) no-repeat bottom left content-box }
bg31596 { background: scroll url(test.jpg) no-repeat content-box bottom left }
bg31597 { background: scroll url(test.jpg) repeat bottom left content-box }
bg31598 { background: scroll url(test.jpg) repeat content-box bottom left }
bg31599 { background: scroll url(test.jpg) repeat-x bottom left content-box }
bg31600 { background: scroll url(test.jpg) repeat-x content-box bottom left }
bg31601 { background: scroll url(test.jpg) repeat-y bottom left content-box }
bg31602 { background: scroll url(test.jpg) repeat-y content-box bottom left }
bg31603 { background: scroll url(test.jpg) bottom left no-repeat content-box }
bg31604 { background: scroll url(test.jpg) bottom left repeat content-box }
bg31605 { background: scroll url(test.jpg) bottom left repeat-x content-box }
bg31606 { background: scroll url(test.jpg) bottom left repeat-y content-box }
bg31607 { background: scroll url(test.jpg) bottom left content-box }
bg31608 { background: scroll url(test.jpg) bottom left content-box no-repeat }
bg31609 { background: scroll url(test.jpg) bottom left content-box repeat }
bg31610 { background: scroll url(test.jpg) bottom left content-box repeat-x }
bg31611 { background: scroll url(test.jpg) bottom left content-box repeat-y }
bg31612 { background: scroll url(test.jpg) content-box no-repeat bottom left }
bg31613 { background: scroll url(test.jpg) content-box repeat bottom left }
bg31614 { background: scroll url(test.jpg) content-box repeat-x bottom left }
bg31615 { background: scroll url(test.jpg) content-box repeat-y bottom left }
bg31616 { background: scroll url(test.jpg) content-box bottom left }
bg31617 { background: scroll url(test.jpg) content-box bottom left no-repeat }
bg31618 { background: scroll url(test.jpg) content-box bottom left repeat }
bg31619 { background: scroll url(test.jpg) content-box bottom left repeat-x }
bg31620 { background: scroll url(test.jpg) content-box bottom left repeat-y }
bg31621 { background: content-box fixed no-repeat none bottom left }
bg31622 { background: content-box fixed no-repeat bottom left }
bg31623 { background: content-box fixed no-repeat bottom left none }
bg31624 { background: content-box fixed no-repeat bottom left url(test.jpg) }
bg31625 { background: content-box fixed no-repeat url(test.jpg) bottom left }
bg31626 { background: content-box fixed none no-repeat bottom left }
bg31627 { background: content-box fixed none repeat bottom left }
bg31628 { background: content-box fixed none repeat-x bottom left }
bg31629 { background: content-box fixed none repeat-y bottom left }
bg31630 { background: content-box fixed none bottom left }
bg31631 { background: content-box fixed none bottom left no-repeat }
bg31632 { background: content-box fixed none bottom left repeat }
bg31633 { background: content-box fixed none bottom left repeat-x }
bg31634 { background: content-box fixed none bottom left repeat-y }
bg31635 { background: content-box fixed repeat none bottom left }
bg31636 { background: content-box fixed repeat bottom left }
bg31637 { background: content-box fixed repeat bottom left none }
bg31638 { background: content-box fixed repeat bottom left url(test.jpg) }
bg31639 { background: content-box fixed repeat url(test.jpg) bottom left }
bg31640 { background: content-box fixed repeat-x none bottom left }
bg31641 { background: content-box fixed repeat-x bottom left }
bg31642 { background: content-box fixed repeat-x bottom left none }
bg31643 { background: content-box fixed repeat-x bottom left url(test.jpg) }
bg31644 { background: content-box fixed repeat-x url(test.jpg) bottom left }
bg31645 { background: content-box fixed repeat-y none bottom left }
bg31646 { background: content-box fixed repeat-y bottom left }
bg31647 { background: content-box fixed repeat-y bottom left none }
bg31648 { background: content-box fixed repeat-y bottom left url(test.jpg) }
bg31649 { background: content-box fixed repeat-y url(test.jpg) bottom left }
bg31650 { background: content-box fixed bottom left }
bg31651 { background: content-box fixed bottom left no-repeat }
bg31652 { background: content-box fixed bottom left no-repeat none }
bg31653 { background: content-box fixed bottom left no-repeat url(test.jpg) }
bg31654 { background: content-box fixed bottom left none }
bg31655 { background: content-box fixed bottom left none no-repeat }
bg31656 { background: content-box fixed bottom left none repeat }
bg31657 { background: content-box fixed bottom left none repeat-x }
bg31658 { background: content-box fixed bottom left none repeat-y }
bg31659 { background: content-box fixed bottom left repeat }
bg31660 { background: content-box fixed bottom left repeat none }
bg31661 { background: content-box fixed bottom left repeat url(test.jpg) }
bg31662 { background: content-box fixed bottom left repeat-x }
bg31663 { background: content-box fixed bottom left repeat-x none }
bg31664 { background: content-box fixed bottom left repeat-x url(test.jpg) }
bg31665 { background: content-box fixed bottom left repeat-y }
bg31666 { background: content-box fixed bottom left repeat-y none }
bg31667 { background: content-box fixed bottom left repeat-y url(test.jpg) }
bg31668 { background: content-box fixed bottom left url(test.jpg) }
bg31669 { background: content-box fixed bottom left url(test.jpg) no-repeat }
bg31670 { background: content-box fixed bottom left url(test.jpg) repeat }
bg31671 { background: content-box fixed bottom left url(test.jpg) repeat-x }
bg31672 { background: content-box fixed bottom left url(test.jpg) repeat-y }
bg31673 { background: content-box fixed url(test.jpg) no-repeat bottom left }
bg31674 { background: content-box fixed url(test.jpg) repeat bottom left }
bg31675 { background: content-box fixed url(test.jpg) repeat-x bottom left }
bg31676 { background: content-box fixed url(test.jpg) repeat-y bottom left }
bg31677 { background: content-box fixed url(test.jpg) bottom left }
bg31678 { background: content-box fixed url(test.jpg) bottom left no-repeat }
bg31679 { background: content-box fixed url(test.jpg) bottom left repeat }
bg31680 { background: content-box fixed url(test.jpg) bottom left repeat-x }
bg31681 { background: content-box fixed url(test.jpg) bottom left repeat-y }
bg31682 { background: content-box no-repeat fixed none bottom left }
bg31683 { background: content-box no-repeat fixed bottom left }
bg31684 { background: content-box no-repeat fixed bottom left none }
bg31685 { background: content-box no-repeat fixed bottom left url(test.jpg) }
bg31686 { background: content-box no-repeat fixed url(test.jpg) bottom left }
bg31687 { background: content-box no-repeat none fixed bottom left }
bg31688 { background: content-box no-repeat none bottom left }
bg31689 { background: content-box no-repeat none bottom left fixed }
bg31690 { background: content-box no-repeat none bottom left scroll }
bg31691 { background: content-box no-repeat none scroll bottom left }
bg31692 { background: content-box no-repeat bottom left }
bg31693 { background: content-box no-repeat bottom left fixed }
bg31694 { background: content-box no-repeat bottom left fixed none }
bg31695 { background: content-box no-repeat bottom left fixed url(test.jpg) }
bg31696 { background: content-box no-repeat bottom left none }
bg31697 { background: content-box no-repeat bottom left none fixed }
bg31698 { background: content-box no-repeat bottom left none scroll }
bg31699 { background: content-box no-repeat bottom left scroll }
bg31700 { background: content-box no-repeat bottom left scroll none }
bg31701 { background: content-box no-repeat bottom left scroll url(test.jpg) }
bg31702 { background: content-box no-repeat bottom left url(test.jpg) }
bg31703 { background: content-box no-repeat bottom left url(test.jpg) fixed }
bg31704 { background: content-box no-repeat bottom left url(test.jpg) scroll }
bg31705 { background: content-box no-repeat scroll none bottom left }
bg31706 { background: content-box no-repeat scroll bottom left }
bg31707 { background: content-box no-repeat scroll bottom left none }
bg31708 { background: content-box no-repeat scroll bottom left url(test.jpg) }
bg31709 { background: content-box no-repeat scroll url(test.jpg) bottom left }
bg31710 { background: content-box no-repeat url(test.jpg) fixed bottom left }
bg31711 { background: content-box no-repeat url(test.jpg) bottom left }
bg31712 { background: content-box no-repeat url(test.jpg) bottom left fixed }
bg31713 { background: content-box no-repeat url(test.jpg) bottom left scroll }
bg31714 { background: content-box no-repeat url(test.jpg) scroll bottom left }
bg31715 { background: content-box none fixed no-repeat bottom left }
bg31716 { background: content-box none fixed repeat bottom left }
bg31717 { background: content-box none fixed repeat-x bottom left }
bg31718 { background: content-box none fixed repeat-y bottom left }
bg31719 { background: content-box none fixed bottom left }
bg31720 { background: content-box none fixed bottom left no-repeat }
bg31721 { background: content-box none fixed bottom left repeat }
bg31722 { background: content-box none fixed bottom left repeat-x }
bg31723 { background: content-box none fixed bottom left repeat-y }
bg31724 { background: content-box none no-repeat fixed bottom left }
bg31725 { background: content-box none no-repeat bottom left }
bg31726 { background: content-box none no-repeat bottom left fixed }
bg31727 { background: content-box none no-repeat bottom left scroll }
bg31728 { background: content-box none no-repeat scroll bottom left }
bg31729 { background: content-box none repeat fixed bottom left }
bg31730 { background: content-box none repeat bottom left }
bg31731 { background: content-box none repeat bottom left fixed }
bg31732 { background: content-box none repeat bottom left scroll }
bg31733 { background: content-box none repeat scroll bottom left }
bg31734 { background: content-box none repeat-x fixed bottom left }
bg31735 { background: content-box none repeat-x bottom left }
bg31736 { background: content-box none repeat-x bottom left fixed }
bg31737 { background: content-box none repeat-x bottom left scroll }
bg31738 { background: content-box none repeat-x scroll bottom left }
bg31739 { background: content-box none repeat-y fixed bottom left }
bg31740 { background: content-box none repeat-y bottom left }
bg31741 { background: content-box none repeat-y bottom left fixed }
bg31742 { background: content-box none repeat-y bottom left scroll }
bg31743 { background: content-box none repeat-y scroll bottom left }
bg31744 { background: content-box none bottom left }
bg31745 { background: content-box none bottom left fixed }
bg31746 { background: content-box none bottom left fixed no-repeat }
bg31747 { background: content-box none bottom left fixed repeat }
bg31748 { background: content-box none bottom left fixed repeat-x }
bg31749 { background: content-box none bottom left fixed repeat-y }
bg31750 { background: content-box none bottom left no-repeat }
bg31751 { background: content-box none bottom left no-repeat fixed }
bg31752 { background: content-box none bottom left no-repeat scroll }
bg31753 { background: content-box none bottom left repeat }
bg31754 { background: content-box none bottom left repeat fixed }
bg31755 { background: content-box none bottom left repeat scroll }
bg31756 { background: content-box none bottom left repeat-x }
bg31757 { background: content-box none bottom left repeat-x fixed }
bg31758 { background: content-box none bottom left repeat-x scroll }
bg31759 { background: content-box none bottom left repeat-y }
bg31760 { background: content-box none bottom left repeat-y fixed }
bg31761 { background: content-box none bottom left repeat-y scroll }
bg31762 { background: content-box none bottom left scroll }
bg31763 { background: content-box none bottom left scroll no-repeat }
bg31764 { background: content-box none bottom left scroll repeat }
bg31765 { background: content-box none bottom left scroll repeat-x }
bg31766 { background: content-box none bottom left scroll repeat-y }
bg31767 { background: content-box none scroll no-repeat bottom left }
bg31768 { background: content-box none scroll repeat bottom left }
bg31769 { background: content-box none scroll repeat-x bottom left }
bg31770 { background: content-box none scroll repeat-y bottom left }
bg31771 { background: content-box none scroll bottom left }
bg31772 { background: content-box none scroll bottom left no-repeat }
bg31773 { background: content-box none scroll bottom left repeat }
bg31774 { background: content-box none scroll bottom left repeat-x }
bg31775 { background: content-box none scroll bottom left repeat-y }
bg31776 { background: content-box repeat fixed none bottom left }
bg31777 { background: content-box repeat fixed bottom left }
bg31778 { background: content-box repeat fixed bottom left none }
bg31779 { background: content-box repeat fixed bottom left url(test.jpg) }
bg31780 { background: content-box repeat fixed url(test.jpg) bottom left }
bg31781 { background: content-box repeat none fixed bottom left }
bg31782 { background: content-box repeat none bottom left }
bg31783 { background: content-box repeat none bottom left fixed }
bg31784 { background: content-box repeat none bottom left scroll }
bg31785 { background: content-box repeat none scroll bottom left }
bg31786 { background: content-box repeat bottom left }
bg31787 { background: content-box repeat bottom left fixed }
bg31788 { background: content-box repeat bottom left fixed none }
bg31789 { background: content-box repeat bottom left fixed url(test.jpg) }
bg31790 { background: content-box repeat bottom left none }
bg31791 { background: content-box repeat bottom left none fixed }
bg31792 { background: content-box repeat bottom left none scroll }
bg31793 { background: content-box repeat bottom left scroll }
bg31794 { background: content-box repeat bottom left scroll none }
bg31795 { background: content-box repeat bottom left scroll url(test.jpg) }
bg31796 { background: content-box repeat bottom left url(test.jpg) }
bg31797 { background: content-box repeat bottom left url(test.jpg) fixed }
bg31798 { background: content-box repeat bottom left url(test.jpg) scroll }
bg31799 { background: content-box repeat scroll none bottom left }
bg31800 { background: content-box repeat scroll bottom left }
bg31801 { background: content-box repeat scroll bottom left none }
bg31802 { background: content-box repeat scroll bottom left url(test.jpg) }
bg31803 { background: content-box repeat scroll url(test.jpg) bottom left }
bg31804 { background: content-box repeat url(test.jpg) fixed bottom left }
bg31805 { background: content-box repeat url(test.jpg) bottom left }
bg31806 { background: content-box repeat url(test.jpg) bottom left fixed }
bg31807 { background: content-box repeat url(test.jpg) bottom left scroll }
bg31808 { background: content-box repeat url(test.jpg) scroll bottom left }
bg31809 { background: content-box repeat-x fixed none bottom left }
bg31810 { background: content-box repeat-x fixed bottom left }
bg31811 { background: content-box repeat-x fixed bottom left none }
bg31812 { background: content-box repeat-x fixed bottom left url(test.jpg) }
bg31813 { background: content-box repeat-x fixed url(test.jpg) bottom left }
bg31814 { background: content-box repeat-x none fixed bottom left }
bg31815 { background: content-box repeat-x none bottom left }
bg31816 { background: content-box repeat-x none bottom left fixed }
bg31817 { background: content-box repeat-x none bottom left scroll }
bg31818 { background: content-box repeat-x none scroll bottom left }
bg31819 { background: content-box repeat-x bottom left }
bg31820 { background: content-box repeat-x bottom left fixed }
bg31821 { background: content-box repeat-x bottom left fixed none }
bg31822 { background: content-box repeat-x bottom left fixed url(test.jpg) }
bg31823 { background: content-box repeat-x bottom left none }
bg31824 { background: content-box repeat-x bottom left none fixed }
bg31825 { background: content-box repeat-x bottom left none scroll }
bg31826 { background: content-box repeat-x bottom left scroll }
bg31827 { background: content-box repeat-x bottom left scroll none }
bg31828 { background: content-box repeat-x bottom left scroll url(test.jpg) }
bg31829 { background: content-box repeat-x bottom left url(test.jpg) }
bg31830 { background: content-box repeat-x bottom left url(test.jpg) fixed }
bg31831 { background: content-box repeat-x bottom left url(test.jpg) scroll }
bg31832 { background: content-box repeat-x scroll none bottom left }
bg31833 { background: content-box repeat-x scroll bottom left }
bg31834 { background: content-box repeat-x scroll bottom left none }
bg31835 { background: content-box repeat-x scroll bottom left url(test.jpg) }
bg31836 { background: content-box repeat-x scroll url(test.jpg) bottom left }
bg31837 { background: content-box repeat-x url(test.jpg) fixed bottom left }
bg31838 { background: content-box repeat-x url(test.jpg) bottom left }
bg31839 { background: content-box repeat-x url(test.jpg) bottom left fixed }
bg31840 { background: content-box repeat-x url(test.jpg) bottom left scroll }
bg31841 { background: content-box repeat-x url(test.jpg) scroll bottom left }
bg31842 { background: content-box repeat-y fixed none bottom left }
bg31843 { background: content-box repeat-y fixed bottom left }
bg31844 { background: content-box repeat-y fixed bottom left none }
bg31845 { background: content-box repeat-y fixed bottom left url(test.jpg) }
bg31846 { background: content-box repeat-y fixed url(test.jpg) bottom left }
bg31847 { background: content-box repeat-y none fixed bottom left }
bg31848 { background: content-box repeat-y none bottom left }
bg31849 { background: content-box repeat-y none bottom left fixed }
bg31850 { background: content-box repeat-y none bottom left scroll }
bg31851 { background: content-box repeat-y none scroll bottom left }
bg31852 { background: content-box repeat-y bottom left }
bg31853 { background: content-box repeat-y bottom left fixed }
bg31854 { background: content-box repeat-y bottom left fixed none }
bg31855 { background: content-box repeat-y bottom left fixed url(test.jpg) }
bg31856 { background: content-box repeat-y bottom left none }
bg31857 { background: content-box repeat-y bottom left none fixed }
bg31858 { background: content-box repeat-y bottom left none scroll }
bg31859 { background: content-box repeat-y bottom left scroll }
bg31860 { background: content-box repeat-y bottom left scroll none }
bg31861 { background: content-box repeat-y bottom left scroll url(test.jpg) }
bg31862 { background: content-box repeat-y bottom left url(test.jpg) }
bg31863 { background: content-box repeat-y bottom left url(test.jpg) fixed }
bg31864 { background: content-box repeat-y bottom left url(test.jpg) scroll }
bg31865 { background: content-box repeat-y scroll none bottom left }
bg31866 { background: content-box repeat-y scroll bottom left }
bg31867 { background: content-box repeat-y scroll bottom left none }
bg31868 { background: content-box repeat-y scroll bottom left url(test.jpg) }
bg31869 { background: content-box repeat-y scroll url(test.jpg) bottom left }
bg31870 { background: content-box repeat-y url(test.jpg) fixed bottom left }
bg31871 { background: content-box repeat-y url(test.jpg) bottom left }
bg31872 { background: content-box repeat-y url(test.jpg) bottom left fixed }
bg31873 { background: content-box repeat-y url(test.jpg) bottom left scroll }
bg31874 { background: content-box repeat-y url(test.jpg) scroll bottom left }
bg31875 { background: content-box bottom left }
bg31876 { background: content-box bottom left fixed }
bg31877 { background: content-box bottom left fixed no-repeat }
bg31878 { background: content-box bottom left fixed no-repeat none }
bg31879 { background: content-box bottom left fixed no-repeat url(test.jpg) }
bg31880 { background: content-box bottom left fixed none }
bg31881 { background: content-box bottom left fixed none no-repeat }
bg31882 { background: content-box bottom left fixed none repeat }
bg31883 { background: content-box bottom left fixed none repeat-x }
bg31884 { background: content-box bottom left fixed none repeat-y }
bg31885 { background: content-box bottom left fixed repeat }
bg31886 { background: content-box bottom left fixed repeat none }
bg31887 { background: content-box bottom left fixed repeat url(test.jpg) }
bg31888 { background: content-box bottom left fixed repeat-x }
bg31889 { background: content-box bottom left fixed repeat-x none }
bg31890 { background: content-box bottom left fixed repeat-x url(test.jpg) }
bg31891 { background: content-box bottom left fixed repeat-y }
bg31892 { background: content-box bottom left fixed repeat-y none }
bg31893 { background: content-box bottom left fixed repeat-y url(test.jpg) }
bg31894 { background: content-box bottom left fixed url(test.jpg) }
bg31895 { background: content-box bottom left fixed url(test.jpg) no-repeat }
bg31896 { background: content-box bottom left fixed url(test.jpg) repeat }
bg31897 { background: content-box bottom left fixed url(test.jpg) repeat-x }
bg31898 { background: content-box bottom left fixed url(test.jpg) repeat-y }
bg31899 { background: content-box bottom left no-repeat }
bg31900 { background: content-box bottom left no-repeat fixed }
bg31901 { background: content-box bottom left no-repeat fixed none }
bg31902 { background: content-box bottom left no-repeat fixed url(test.jpg) }
bg31903 { background: content-box bottom left no-repeat none }
bg31904 { background: content-box bottom left no-repeat none fixed }
bg31905 { background: content-box bottom left no-repeat none scroll }
bg31906 { background: content-box bottom left no-repeat scroll }
bg31907 { background: content-box bottom left no-repeat scroll none }
bg31908 { background: content-box bottom left no-repeat scroll url(test.jpg) }
bg31909 { background: content-box bottom left no-repeat url(test.jpg) }
bg31910 { background: content-box bottom left no-repeat url(test.jpg) fixed }
bg31911 { background: content-box bottom left no-repeat url(test.jpg) scroll }
bg31912 { background: content-box bottom left none }
bg31913 { background: content-box bottom left none fixed }
bg31914 { background: content-box bottom left none fixed no-repeat }
bg31915 { background: content-box bottom left none fixed repeat }
bg31916 { background: content-box bottom left none fixed repeat-x }
bg31917 { background: content-box bottom left none fixed repeat-y }
bg31918 { background: content-box bottom left none no-repeat }
bg31919 { background: content-box bottom left none no-repeat fixed }
bg31920 { background: content-box bottom left none no-repeat scroll }
bg31921 { background: content-box bottom left none repeat }
bg31922 { background: content-box bottom left none repeat fixed }
bg31923 { background: content-box bottom left none repeat scroll }
bg31924 { background: content-box bottom left none repeat-x }
bg31925 { background: content-box bottom left none repeat-x fixed }
bg31926 { background: content-box bottom left none repeat-x scroll }
bg31927 { background: content-box bottom left none repeat-y }
bg31928 { background: content-box bottom left none repeat-y fixed }
bg31929 { background: content-box bottom left none repeat-y scroll }
bg31930 { background: content-box bottom left none scroll }
bg31931 { background: content-box bottom left none scroll no-repeat }
bg31932 { background: content-box bottom left none scroll repeat }
bg31933 { background: content-box bottom left none scroll repeat-x }
bg31934 { background: content-box bottom left none scroll repeat-y }
bg31935 { background: content-box bottom left repeat }
bg31936 { background: content-box bottom left repeat fixed }
bg31937 { background: content-box bottom left repeat fixed none }
bg31938 { background: content-box bottom left repeat fixed url(test.jpg) }
bg31939 { background: content-box bottom left repeat none }
bg31940 { background: content-box bottom left repeat none fixed }
bg31941 { background: content-box bottom left repeat none scroll }
bg31942 { background: content-box bottom left repeat scroll }
bg31943 { background: content-box bottom left repeat scroll none }
bg31944 { background: content-box bottom left repeat scroll url(test.jpg) }
bg31945 { background: content-box bottom left repeat url(test.jpg) }
bg31946 { background: content-box bottom left repeat url(test.jpg) fixed }
bg31947 { background: content-box bottom left repeat url(test.jpg) scroll }
bg31948 { background: content-box bottom left repeat-x }
bg31949 { background: content-box bottom left repeat-x fixed }
bg31950 { background: content-box bottom left repeat-x fixed none }
bg31951 { background: content-box bottom left repeat-x fixed url(test.jpg) }
bg31952 { background: content-box bottom left repeat-x none }
bg31953 { background: content-box bottom left repeat-x none fixed }
bg31954 { background: content-box bottom left repeat-x none scroll }
bg31955 { background: content-box bottom left repeat-x scroll }
bg31956 { background: content-box bottom left repeat-x scroll none }
bg31957 { background: content-box bottom left repeat-x scroll url(test.jpg) }
bg31958 { background: content-box bottom left repeat-x url(test.jpg) }
bg31959 { background: content-box bottom left repeat-x url(test.jpg) fixed }
bg31960 { background: content-box bottom left repeat-x url(test.jpg) scroll }
bg31961 { background: content-box bottom left repeat-y }
bg31962 { background: content-box bottom left repeat-y fixed }
bg31963 { background: content-box bottom left repeat-y fixed none }
bg31964 { background: content-box bottom left repeat-y fixed url(test.jpg) }
bg31965 { background: content-box bottom left repeat-y none }
bg31966 { background: content-box bottom left repeat-y none fixed }
bg31967 { background: content-box bottom left repeat-y none scroll }
bg31968 { background: content-box bottom left repeat-y scroll }
bg31969 { background: content-box bottom left repeat-y scroll none }
bg31970 { background: content-box bottom left repeat-y scroll url(test.jpg) }
bg31971 { background: content-box bottom left repeat-y url(test.jpg) }
bg31972 { background: content-box bottom left repeat-y url(test.jpg) fixed }
bg31973 { background: content-box bottom left repeat-y url(test.jpg) scroll }
bg31974 { background: content-box bottom left scroll }
bg31975 { background: content-box bottom left scroll no-repeat }
bg31976 { background: content-box bottom left scroll no-repeat none }
bg31977 { background: content-box bottom left scroll no-repeat url(test.jpg) }
bg31978 { background: content-box bottom left scroll none }
bg31979 { background: content-box bottom left scroll none no-repeat }
bg31980 { background: content-box bottom left scroll none repeat }
bg31981 { background: content-box bottom left scroll none repeat-x }
bg31982 { background: content-box bottom left scroll none repeat-y }
bg31983 { background: content-box bottom left scroll repeat }
bg31984 { background: content-box bottom left scroll repeat none }
bg31985 { background: content-box bottom left scroll repeat url(test.jpg) }
bg31986 { background: content-box bottom left scroll repeat-x }
bg31987 { background: content-box bottom left scroll repeat-x none }
bg31988 { background: content-box bottom left scroll repeat-x url(test.jpg) }
bg31989 { background: content-box bottom left scroll repeat-y }
bg31990 { background: content-box bottom left scroll repeat-y none }
bg31991 { background: content-box bottom left scroll repeat-y url(test.jpg) }
bg31992 { background: content-box bottom left scroll url(test.jpg) }
bg31993 { background: content-box bottom left scroll url(test.jpg) no-repeat }
bg31994 { background: content-box bottom left scroll url(test.jpg) repeat }
bg31995 { background: content-box bottom left scroll url(test.jpg) repeat-x }
bg31996 { background: content-box bottom left scroll url(test.jpg) repeat-y }
bg31997 { background: content-box bottom left url(test.jpg) }
bg31998 { background: content-box bottom left url(test.jpg) fixed }
bg31999 { background: content-box bottom left url(test.jpg) fixed no-repeat }
bg32000 { background: content-box bottom left url(test.jpg) fixed repeat }
bg32001 { background: content-box bottom left url(test.jpg) fixed repeat-x }
bg32002 { background: content-box bottom left url(test.jpg) fixed repeat-y }
bg32003 { background: content-box bottom left url(test.jpg) no-repeat }
bg32004 { background: content-box bottom left url(test.jpg) no-repeat fixed }
bg32005 { background: content-box bottom left url(test.jpg) no-repeat scroll }
bg32006 { background: content-box bottom left url(test.jpg) repeat }
bg32007 { background: content-box bottom left url(test.jpg) repeat fixed }
bg32008 { background: content-box bottom left url(test.jpg) repeat scroll }
bg32009 { background: content-box bottom left url(test.jpg) repeat-x }
bg32010 { background: content-box bottom left url(test.jpg) repeat-x fixed }
bg32011 { background: content-box bottom left url(test.jpg) repeat-x scroll }
bg32012 { background: content-box bottom left url(test.jpg) repeat-y }
bg32013 { background: content-box bottom left url(test.jpg) repeat-y fixed }
bg32014 { background: content-box bottom left url(test.jpg) repeat-y scroll }
bg32015 { background: content-box bottom left url(test.jpg) scroll }
bg32016 { background: content-box bottom left url(test.jpg) scroll no-repeat }
bg32017 { background: content-box bottom left url(test.jpg) scroll repeat }
bg32018 { background: content-box bottom left url(test.jpg) scroll repeat-x }
bg32019 { background: content-box bottom left url(test.jpg) scroll repeat-y }
bg32020 { background: content-box scroll no-repeat none bottom left }
bg32021 { background: content-box scroll no-repeat bottom left }
bg32022 { background: content-box scroll no-repeat bottom left none }
bg32023 { background: content-box scroll no-repeat bottom left url(test.jpg) }
bg32024 { background: content-box scroll no-repeat url(test.jpg) bottom left }
bg32025 { background: content-box scroll none no-repeat bottom left }
bg32026 { background: content-box scroll none repeat bottom left }
bg32027 { background: content-box scroll none repeat-x bottom left }
bg32028 { background: content-box scroll none repeat-y bottom left }
bg32029 { background: content-box scroll none bottom left }
bg32030 { background: content-box scroll none bottom left no-repeat }
bg32031 { background: content-box scroll none bottom left repeat }
bg32032 { background: content-box scroll none bottom left repeat-x }
bg32033 { background: content-box scroll none bottom left repeat-y }
bg32034 { background: content-box scroll repeat none bottom left }
bg32035 { background: content-box scroll repeat bottom left }
bg32036 { background: content-box scroll repeat bottom left none }
bg32037 { background: content-box scroll repeat bottom left url(test.jpg) }
bg32038 { background: content-box scroll repeat url(test.jpg) bottom left }
bg32039 { background: content-box scroll repeat-x none bottom left }
bg32040 { background: content-box scroll repeat-x bottom left }
bg32041 { background: content-box scroll repeat-x bottom left none }
bg32042 { background: content-box scroll repeat-x bottom left url(test.jpg) }
bg32043 { background: content-box scroll repeat-x url(test.jpg) bottom left }
bg32044 { background: content-box scroll repeat-y none bottom left }
bg32045 { background: content-box scroll repeat-y bottom left }
bg32046 { background: content-box scroll repeat-y bottom left none }
bg32047 { background: content-box scroll repeat-y bottom left url(test.jpg) }
bg32048 { background: content-box scroll repeat-y url(test.jpg) bottom left }
bg32049 { background: content-box scroll bottom left }
bg32050 { background: content-box scroll bottom left no-repeat }
bg32051 { background: content-box scroll bottom left no-repeat none }
bg32052 { background: content-box scroll bottom left no-repeat url(test.jpg) }
bg32053 { background: content-box scroll bottom left none }
bg32054 { background: content-box scroll bottom left none no-repeat }
bg32055 { background: content-box scroll bottom left none repeat }
bg32056 { background: content-box scroll bottom left none repeat-x }
bg32057 { background: content-box scroll bottom left none repeat-y }
bg32058 { background: content-box scroll bottom left repeat }
bg32059 { background: content-box scroll bottom left repeat none }
bg32060 { background: content-box scroll bottom left repeat url(test.jpg) }
bg32061 { background: content-box scroll bottom left repeat-x }
bg32062 { background: content-box scroll bottom left repeat-x none }
bg32063 { background: content-box scroll bottom left repeat-x url(test.jpg) }
bg32064 { background: content-box scroll bottom left repeat-y }
bg32065 { background: content-box scroll bottom left repeat-y none }
bg32066 { background: content-box scroll bottom left repeat-y url(test.jpg) }
bg32067 { background: content-box scroll bottom left url(test.jpg) }
bg32068 { background: content-box scroll bottom left url(test.jpg) no-repeat }
bg32069 { background: content-box scroll bottom left url(test.jpg) repeat }
bg32070 { background: content-box scroll bottom left url(test.jpg) repeat-x }
bg32071 { background: content-box scroll bottom left url(test.jpg) repeat-y }
bg32072 { background: content-box scroll url(test.jpg) no-repeat bottom left }
bg32073 { background: content-box scroll url(test.jpg) repeat bottom left }
bg32074 { background: content-box scroll url(test.jpg) repeat-x bottom left }
bg32075 { background: content-box scroll url(test.jpg) repeat-y bottom left }
bg32076 { background: content-box scroll url(test.jpg) bottom left }
bg32077 { background: content-box scroll url(test.jpg) bottom left no-repeat }
bg32078 { background: content-box scroll url(test.jpg) bottom left repeat }
bg32079 { background: content-box scroll url(test.jpg) bottom left repeat-x }
bg32080 { background: content-box scroll url(test.jpg) bottom left repeat-y }
bg32081 { background: content-box url(test.jpg) fixed no-repeat bottom left }
bg32082 { background: content-box url(test.jpg) fixed repeat bottom left }
bg32083 { background: content-box url(test.jpg) fixed repeat-x bottom left }
bg32084 { background: content-box url(test.jpg) fixed repeat-y bottom left }
bg32085 { background: content-box url(test.jpg) fixed bottom left }
bg32086 { background: content-box url(test.jpg) fixed bottom left no-repeat }
bg32087 { background: content-box url(test.jpg) fixed bottom left repeat }
bg32088 { background: content-box url(test.jpg) fixed bottom left repeat-x }
bg32089 { background: content-box url(test.jpg) fixed bottom left repeat-y }
bg32090 { background: content-box url(test.jpg) no-repeat fixed bottom left }
bg32091 { background: content-box url(test.jpg) no-repeat bottom left }
bg32092 { background: content-box url(test.jpg) no-repeat bottom left fixed }
bg32093 { background: content-box url(test.jpg) no-repeat bottom left scroll }
bg32094 { background: content-box url(test.jpg) no-repeat scroll bottom left }
bg32095 { background: content-box url(test.jpg) repeat fixed bottom left }
bg32096 { background: content-box url(test.jpg) repeat bottom left }
bg32097 { background: content-box url(test.jpg) repeat bottom left fixed }
bg32098 { background: content-box url(test.jpg) repeat bottom left scroll }
bg32099 { background: content-box url(test.jpg) repeat scroll bottom left }
bg32100 { background: content-box url(test.jpg) repeat-x fixed bottom left }
bg32101 { background: content-box url(test.jpg) repeat-x bottom left }
bg32102 { background: content-box url(test.jpg) repeat-x bottom left fixed }
bg32103 { background: content-box url(test.jpg) repeat-x bottom left scroll }
bg32104 { background: content-box url(test.jpg) repeat-x scroll bottom left }
bg32105 { background: content-box url(test.jpg) repeat-y fixed bottom left }
bg32106 { background: content-box url(test.jpg) repeat-y bottom left }
bg32107 { background: content-box url(test.jpg) repeat-y bottom left fixed }
bg32108 { background: content-box url(test.jpg) repeat-y bottom left scroll }
bg32109 { background: content-box url(test.jpg) repeat-y scroll bottom left }
bg32110 { background: content-box url(test.jpg) bottom left }
bg32111 { background: content-box url(test.jpg) bottom left fixed }
bg32112 { background: content-box url(test.jpg) bottom left fixed no-repeat }
bg32113 { background: content-box url(test.jpg) bottom left fixed repeat }
bg32114 { background: content-box url(test.jpg) bottom left fixed repeat-x }
bg32115 { background: content-box url(test.jpg) bottom left fixed repeat-y }
bg32116 { background: content-box url(test.jpg) bottom left no-repeat }
bg32117 { background: content-box url(test.jpg) bottom left no-repeat fixed }
bg32118 { background: content-box url(test.jpg) bottom left no-repeat scroll }
bg32119 { background: content-box url(test.jpg) bottom left repeat }
bg32120 { background: content-box url(test.jpg) bottom left repeat fixed }
bg32121 { background: content-box url(test.jpg) bottom left repeat scroll }
bg32122 { background: content-box url(test.jpg) bottom left repeat-x }
bg32123 { background: content-box url(test.jpg) bottom left repeat-x fixed }
bg32124 { background: content-box url(test.jpg) bottom left repeat-x scroll }
bg32125 { background: content-box url(test.jpg) bottom left repeat-y }
bg32126 { background: content-box url(test.jpg) bottom left repeat-y fixed }
bg32127 { background: content-box url(test.jpg) bottom left repeat-y scroll }
bg32128 { background: content-box url(test.jpg) bottom left scroll }
bg32129 { background: content-box url(test.jpg) bottom left scroll no-repeat }
bg32130 { background: content-box url(test.jpg) bottom left scroll repeat }
bg32131 { background: content-box url(test.jpg) bottom left scroll repeat-x }
bg32132 { background: content-box url(test.jpg) bottom left scroll repeat-y }
bg32133 { background: content-box url(test.jpg) scroll no-repeat bottom left }
bg32134 { background: content-box url(test.jpg) scroll repeat bottom left }
bg32135 { background: content-box url(test.jpg) scroll repeat-x bottom left }
bg32136 { background: content-box url(test.jpg) scroll repeat-y bottom left }
bg32137 { background: content-box url(test.jpg) scroll bottom left }
bg32138 { background: content-box url(test.jpg) scroll bottom left no-repeat }
bg32139 { background: content-box url(test.jpg) scroll bottom left repeat }
bg32140 { background: content-box url(test.jpg) scroll bottom left repeat-x }
bg32141 { background: content-box url(test.jpg) scroll bottom left repeat-y }
bg32142 { background: url(test.jpg) fixed no-repeat bottom left content-box }
bg32143 { background: url(test.jpg) fixed no-repeat content-box bottom left }
bg32144 { background: url(test.jpg) fixed repeat bottom left content-box }
bg32145 { background: url(test.jpg) fixed repeat content-box bottom left }
bg32146 { background: url(test.jpg) fixed repeat-x bottom left content-box }
bg32147 { background: url(test.jpg) fixed repeat-x content-box bottom left }
bg32148 { background: url(test.jpg) fixed repeat-y bottom left content-box }
bg32149 { background: url(test.jpg) fixed repeat-y content-box bottom left }
bg32150 { background: url(test.jpg) fixed bottom left no-repeat content-box }
bg32151 { background: url(test.jpg) fixed bottom left repeat content-box }
bg32152 { background: url(test.jpg) fixed bottom left repeat-x content-box }
bg32153 { background: url(test.jpg) fixed bottom left repeat-y content-box }
bg32154 { background: url(test.jpg) fixed bottom left content-box }
bg32155 { background: url(test.jpg) fixed bottom left content-box no-repeat }
bg32156 { background: url(test.jpg) fixed bottom left content-box repeat }
bg32157 { background: url(test.jpg) fixed bottom left content-box repeat-x }
bg32158 { background: url(test.jpg) fixed bottom left content-box repeat-y }
bg32159 { background: url(test.jpg) fixed content-box no-repeat bottom left }
bg32160 { background: url(test.jpg) fixed content-box repeat bottom left }
bg32161 { background: url(test.jpg) fixed content-box repeat-x bottom left }
bg32162 { background: url(test.jpg) fixed content-box repeat-y bottom left }
bg32163 { background: url(test.jpg) fixed content-box bottom left }
bg32164 { background: url(test.jpg) fixed content-box bottom left no-repeat }
bg32165 { background: url(test.jpg) fixed content-box bottom left repeat }
bg32166 { background: url(test.jpg) fixed content-box bottom left repeat-x }
bg32167 { background: url(test.jpg) fixed content-box bottom left repeat-y }
bg32168 { background: url(test.jpg) no-repeat fixed bottom left content-box }
bg32169 { background: url(test.jpg) no-repeat fixed content-box bottom left }
bg32170 { background: url(test.jpg) no-repeat bottom left fixed content-box }
bg32171 { background: url(test.jpg) no-repeat bottom left scroll content-box }
bg32172 { background: url(test.jpg) no-repeat bottom left content-box }
bg32173 { background: url(test.jpg) no-repeat bottom left content-box fixed }
bg32174 { background: url(test.jpg) no-repeat bottom left content-box scroll }
bg32175 { background: url(test.jpg) no-repeat scroll bottom left content-box }
bg32176 { background: url(test.jpg) no-repeat scroll content-box bottom left }
bg32177 { background: url(test.jpg) no-repeat content-box fixed bottom left }
bg32178 { background: url(test.jpg) no-repeat content-box bottom left }
bg32179 { background: url(test.jpg) no-repeat content-box bottom left fixed }
bg32180 { background: url(test.jpg) no-repeat content-box bottom left scroll }
bg32181 { background: url(test.jpg) no-repeat content-box scroll bottom left }
bg32182 { background: url(test.jpg) repeat fixed bottom left content-box }
bg32183 { background: url(test.jpg) repeat fixed content-box bottom left }
bg32184 { background: url(test.jpg) repeat bottom left fixed content-box }
bg32185 { background: url(test.jpg) repeat bottom left scroll content-box }
bg32186 { background: url(test.jpg) repeat bottom left content-box }
bg32187 { background: url(test.jpg) repeat bottom left content-box fixed }
bg32188 { background: url(test.jpg) repeat bottom left content-box scroll }
bg32189 { background: url(test.jpg) repeat scroll bottom left content-box }
bg32190 { background: url(test.jpg) repeat scroll content-box bottom left }
bg32191 { background: url(test.jpg) repeat content-box fixed bottom left }
bg32192 { background: url(test.jpg) repeat content-box bottom left }
bg32193 { background: url(test.jpg) repeat content-box bottom left fixed }
bg32194 { background: url(test.jpg) repeat content-box bottom left scroll }
bg32195 { background: url(test.jpg) repeat content-box scroll bottom left }
bg32196 { background: url(test.jpg) repeat-x fixed bottom left content-box }
bg32197 { background: url(test.jpg) repeat-x fixed content-box bottom left }
bg32198 { background: url(test.jpg) repeat-x bottom left fixed content-box }
bg32199 { background: url(test.jpg) repeat-x bottom left scroll content-box }
bg32200 { background: url(test.jpg) repeat-x bottom left content-box }
bg32201 { background: url(test.jpg) repeat-x bottom left content-box fixed }
bg32202 { background: url(test.jpg) repeat-x bottom left content-box scroll }
bg32203 { background: url(test.jpg) repeat-x scroll bottom left content-box }
bg32204 { background: url(test.jpg) repeat-x scroll content-box bottom left }
bg32205 { background: url(test.jpg) repeat-x content-box fixed bottom left }
bg32206 { background: url(test.jpg) repeat-x content-box bottom left }
bg32207 { background: url(test.jpg) repeat-x content-box bottom left fixed }
bg32208 { background: url(test.jpg) repeat-x content-box bottom left scroll }
bg32209 { background: url(test.jpg) repeat-x content-box scroll bottom left }
bg32210 { background: url(test.jpg) repeat-y fixed bottom left content-box }
bg32211 { background: url(test.jpg) repeat-y fixed content-box bottom left }
bg32212 { background: url(test.jpg) repeat-y bottom left fixed content-box }
bg32213 { background: url(test.jpg) repeat-y bottom left scroll content-box }
bg32214 { background: url(test.jpg) repeat-y bottom left content-box }
bg32215 { background: url(test.jpg) repeat-y bottom left content-box fixed }
bg32216 { background: url(test.jpg) repeat-y bottom left content-box scroll }
bg32217 { background: url(test.jpg) repeat-y scroll bottom left content-box }
bg32218 { background: url(test.jpg) repeat-y scroll content-box bottom left }
bg32219 { background: url(test.jpg) repeat-y content-box fixed bottom left }
bg32220 { background: url(test.jpg) repeat-y content-box bottom left }
bg32221 { background: url(test.jpg) repeat-y content-box bottom left fixed }
bg32222 { background: url(test.jpg) repeat-y content-box bottom left scroll }
bg32223 { background: url(test.jpg) repeat-y content-box scroll bottom left }
bg32224 { background: url(test.jpg) bottom left fixed no-repeat content-box }
bg32225 { background: url(test.jpg) bottom left fixed repeat content-box }
bg32226 { background: url(test.jpg) bottom left fixed repeat-x content-box }
bg32227 { background: url(test.jpg) bottom left fixed repeat-y content-box }
bg32228 { background: url(test.jpg) bottom left fixed content-box }
bg32229 { background: url(test.jpg) bottom left fixed content-box no-repeat }
bg32230 { background: url(test.jpg) bottom left fixed content-box repeat }
bg32231 { background: url(test.jpg) bottom left fixed content-box repeat-x }
bg32232 { background: url(test.jpg) bottom left fixed content-box repeat-y }
bg32233 { background: url(test.jpg) bottom left no-repeat fixed content-box }
bg32234 { background: url(test.jpg) bottom left no-repeat scroll content-box }
bg32235 { background: url(test.jpg) bottom left no-repeat content-box }
bg32236 { background: url(test.jpg) bottom left no-repeat content-box fixed }
bg32237 { background: url(test.jpg) bottom left no-repeat content-box scroll }
bg32238 { background: url(test.jpg) bottom left repeat fixed content-box }
bg32239 { background: url(test.jpg) bottom left repeat scroll content-box }
bg32240 { background: url(test.jpg) bottom left repeat content-box }
bg32241 { background: url(test.jpg) bottom left repeat content-box fixed }
bg32242 { background: url(test.jpg) bottom left repeat content-box scroll }
bg32243 { background: url(test.jpg) bottom left repeat-x fixed content-box }
bg32244 { background: url(test.jpg) bottom left repeat-x scroll content-box }
bg32245 { background: url(test.jpg) bottom left repeat-x content-box }
bg32246 { background: url(test.jpg) bottom left repeat-x content-box fixed }
bg32247 { background: url(test.jpg) bottom left repeat-x content-box scroll }
bg32248 { background: url(test.jpg) bottom left repeat-y fixed content-box }
bg32249 { background: url(test.jpg) bottom left repeat-y scroll content-box }
bg32250 { background: url(test.jpg) bottom left repeat-y content-box }
bg32251 { background: url(test.jpg) bottom left repeat-y content-box fixed }
bg32252 { background: url(test.jpg) bottom left repeat-y content-box scroll }
bg32253 { background: url(test.jpg) bottom left scroll no-repeat content-box }
bg32254 { background: url(test.jpg) bottom left scroll repeat content-box }
bg32255 { background: url(test.jpg) bottom left scroll repeat-x content-box }
bg32256 { background: url(test.jpg) bottom left scroll repeat-y content-box }
bg32257 { background: url(test.jpg) bottom left scroll content-box }
bg32258 { background: url(test.jpg) bottom left scroll content-box no-repeat }
bg32259 { background: url(test.jpg) bottom left scroll content-box repeat }
bg32260 { background: url(test.jpg) bottom left scroll content-box repeat-x }
bg32261 { background: url(test.jpg) bottom left scroll content-box repeat-y }
bg32262 { background: url(test.jpg) bottom left content-box }
bg32263 { background: url(test.jpg) bottom left content-box fixed }
bg32264 { background: url(test.jpg) bottom left content-box fixed no-repeat }
bg32265 { background: url(test.jpg) bottom left content-box fixed repeat }
bg32266 { background: url(test.jpg) bottom left content-box fixed repeat-x }
bg32267 { background: url(test.jpg) bottom left content-box fixed repeat-y }
bg32268 { background: url(test.jpg) bottom left content-box no-repeat }
bg32269 { background: url(test.jpg) bottom left content-box no-repeat fixed }
bg32270 { background: url(test.jpg) bottom left content-box no-repeat scroll }
bg32271 { background: url(test.jpg) bottom left content-box repeat }
bg32272 { background: url(test.jpg) bottom left content-box repeat fixed }
bg32273 { background: url(test.jpg) bottom left content-box repeat scroll }
bg32274 { background: url(test.jpg) bottom left content-box repeat-x }
bg32275 { background: url(test.jpg) bottom left content-box repeat-x fixed }
bg32276 { background: url(test.jpg) bottom left content-box repeat-x scroll }
bg32277 { background: url(test.jpg) bottom left content-box repeat-y }
bg32278 { background: url(test.jpg) bottom left content-box repeat-y fixed }
bg32279 { background: url(test.jpg) bottom left content-box repeat-y scroll }
bg32280 { background: url(test.jpg) bottom left content-box scroll }
bg32281 { background: url(test.jpg) bottom left content-box scroll no-repeat }
bg32282 { background: url(test.jpg) bottom left content-box scroll repeat }
bg32283 { background: url(test.jpg) bottom left content-box scroll repeat-x }
bg32284 { background: url(test.jpg) bottom left content-box scroll repeat-y }
bg32285 { background: url(test.jpg) scroll no-repeat bottom left content-box }
bg32286 { background: url(test.jpg) scroll no-repeat content-box bottom left }
bg32287 { background: url(test.jpg) scroll repeat bottom left content-box }
bg32288 { background: url(test.jpg) scroll repeat content-box bottom left }
bg32289 { background: url(test.jpg) scroll repeat-x bottom left content-box }
bg32290 { background: url(test.jpg) scroll repeat-x content-box bottom left }
bg32291 { background: url(test.jpg) scroll repeat-y bottom left content-box }
bg32292 { background: url(test.jpg) scroll repeat-y content-box bottom left }
bg32293 { background: url(test.jpg) scroll bottom left no-repeat content-box }
bg32294 { background: url(test.jpg) scroll bottom left repeat content-box }
bg32295 { background: url(test.jpg) scroll bottom left repeat-x content-box }
bg32296 { background: url(test.jpg) scroll bottom left repeat-y content-box }
bg32297 { background: url(test.jpg) scroll bottom left content-box }
bg32298 { background: url(test.jpg) scroll bottom left content-box no-repeat }
bg32299 { background: url(test.jpg) scroll bottom left content-box repeat }
bg32300 { background: url(test.jpg) scroll bottom left content-box repeat-x }
bg32301 { background: url(test.jpg) scroll bottom left content-box repeat-y }
bg32302 { background: url(test.jpg) scroll content-box no-repeat bottom left }
bg32303 { background: url(test.jpg) scroll content-box repeat bottom left }
bg32304 { background: url(test.jpg) scroll content-box repeat-x bottom left }
bg32305 { background: url(test.jpg) scroll content-box repeat-y bottom left }
bg32306 { background: url(test.jpg) scroll content-box bottom left }
bg32307 { background: url(test.jpg) scroll content-box bottom left no-repeat }
bg32308 { background: url(test.jpg) scroll content-box bottom left repeat }
bg32309 { background: url(test.jpg) scroll content-box bottom left repeat-x }
bg32310 { background: url(test.jpg) scroll content-box bottom left repeat-y }
bg32311 { background: url(test.jpg) content-box fixed no-repeat bottom left }
bg32312 { background: url(test.jpg) content-box fixed repeat bottom left }
bg32313 { background: url(test.jpg) content-box fixed repeat-x bottom left }
bg32314 { background: url(test.jpg) content-box fixed repeat-y bottom left }
bg32315 { background: url(test.jpg) content-box fixed bottom left }
bg32316 { background: url(test.jpg) content-box fixed bottom left no-repeat }
bg32317 { background: url(test.jpg) content-box fixed bottom left repeat }
bg32318 { background: url(test.jpg) content-box fixed bottom left repeat-x }
bg32319 { background: url(test.jpg) content-box fixed bottom left repeat-y }
bg32320 { background: url(test.jpg) content-box no-repeat fixed bottom left }
bg32321 { background: url(test.jpg) content-box no-repeat bottom left }
bg32322 { background: url(test.jpg) content-box no-repeat bottom left fixed }
bg32323 { background: url(test.jpg) content-box no-repeat bottom left scroll }
bg32324 { background: url(test.jpg) content-box no-repeat scroll bottom left }
bg32325 { background: url(test.jpg) content-box repeat fixed bottom left }
bg32326 { background: url(test.jpg) content-box repeat bottom left }
bg32327 { background: url(test.jpg) content-box repeat bottom left fixed }
bg32328 { background: url(test.jpg) content-box repeat bottom left scroll }
bg32329 { background: url(test.jpg) content-box repeat scroll bottom left }
bg32330 { background: url(test.jpg) content-box repeat-x fixed bottom left }
bg32331 { background: url(test.jpg) content-box repeat-x bottom left }
bg32332 { background: url(test.jpg) content-box repeat-x bottom left fixed }
bg32333 { background: url(test.jpg) content-box repeat-x bottom left scroll }
bg32334 { background: url(test.jpg) content-box repeat-x scroll bottom left }
bg32335 { background: url(test.jpg) content-box repeat-y fixed bottom left }
bg32336 { background: url(test.jpg) content-box repeat-y bottom left }
bg32337 { background: url(test.jpg) content-box repeat-y bottom left fixed }
bg32338 { background: url(test.jpg) content-box repeat-y bottom left scroll }
bg32339 { background: url(test.jpg) content-box repeat-y scroll bottom left }
bg32340 { background: url(test.jpg) content-box bottom left }
bg32341 { background: url(test.jpg) content-box bottom left fixed }
bg32342 { background: url(test.jpg) content-box bottom left fixed no-repeat }
bg32343 { background: url(test.jpg) content-box bottom left fixed repeat }
bg32344 { background: url(test.jpg) content-box bottom left fixed repeat-x }
bg32345 { background: url(test.jpg) content-box bottom left fixed repeat-y }
bg32346 { background: url(test.jpg) content-box bottom left no-repeat }
bg32347 { background: url(test.jpg) content-box bottom left no-repeat fixed }
bg32348 { background: url(test.jpg) content-box bottom left no-repeat scroll }
bg32349 { background: url(test.jpg) content-box bottom left repeat }
bg32350 { background: url(test.jpg) content-box bottom left repeat fixed }
bg32351 { background: url(test.jpg) content-box bottom left repeat scroll }
bg32352 { background: url(test.jpg) content-box bottom left repeat-x }
bg32353 { background: url(test.jpg) content-box bottom left repeat-x fixed }
bg32354 { background: url(test.jpg) content-box bottom left repeat-x scroll }
bg32355 { background: url(test.jpg) content-box bottom left repeat-y }
bg32356 { background: url(test.jpg) content-box bottom left repeat-y fixed }
bg32357 { background: url(test.jpg) content-box bottom left repeat-y scroll }
bg32358 { background: url(test.jpg) content-box bottom left scroll }
bg32359 { background: url(test.jpg) content-box bottom left scroll no-repeat }
bg32360 { background: url(test.jpg) content-box bottom left scroll repeat }
bg32361 { background: url(test.jpg) content-box bottom left scroll repeat-x }
bg32362 { background: url(test.jpg) content-box bottom left scroll repeat-y }
bg32363 { background: url(test.jpg) content-box scroll no-repeat bottom left }
bg32364 { background: url(test.jpg) content-box scroll repeat bottom left }
bg32365 { background: url(test.jpg) content-box scroll repeat-x bottom left }
bg32366 { background: url(test.jpg) content-box scroll repeat-y bottom left }
bg32367 { background: url(test.jpg) content-box scroll bottom left }
bg32368 { background: url(test.jpg) content-box scroll bottom left no-repeat }
bg32369 { background: url(test.jpg) content-box scroll bottom left repeat }
bg32370 { background: url(test.jpg) content-box scroll bottom left repeat-x }
bg32371 { background: url(test.jpg) content-box scroll bottom left repeat-y }
bg32372 { background: fixed no-repeat none bottom right content-box }
bg32373 { background: fixed no-repeat none content-box bottom right }
bg32374 { background: fixed no-repeat bottom right none content-box }
bg32375 { background: fixed no-repeat bottom right content-box }
bg32376 { background: fixed no-repeat bottom right content-box none }
bg32377 { background: fixed no-repeat bottom right content-box url(test.jpg) }
bg32378 { background: fixed no-repeat bottom right url(test.jpg) content-box }
bg32379 { background: fixed no-repeat content-box none bottom right }
bg32380 { background: fixed no-repeat content-box bottom right }
bg32381 { background: fixed no-repeat content-box bottom right none }
bg32382 { background: fixed no-repeat content-box bottom right url(test.jpg) }
bg32383 { background: fixed no-repeat content-box url(test.jpg) bottom right }
bg32384 { background: fixed no-repeat url(test.jpg) bottom right content-box }
bg32385 { background: fixed no-repeat url(test.jpg) content-box bottom right }
bg32386 { background: fixed none no-repeat bottom right content-box }
bg32387 { background: fixed none no-repeat content-box bottom right }
bg32388 { background: fixed none repeat bottom right content-box }
bg32389 { background: fixed none repeat content-box bottom right }
bg32390 { background: fixed none repeat-x bottom right content-box }
bg32391 { background: fixed none repeat-x content-box bottom right }
bg32392 { background: fixed none repeat-y bottom right content-box }
bg32393 { background: fixed none repeat-y content-box bottom right }
bg32394 { background: fixed none bottom right no-repeat content-box }
bg32395 { background: fixed none bottom right repeat content-box }
bg32396 { background: fixed none bottom right repeat-x content-box }
bg32397 { background: fixed none bottom right repeat-y content-box }
bg32398 { background: fixed none bottom right content-box }
bg32399 { background: fixed none bottom right content-box no-repeat }
bg32400 { background: fixed none bottom right content-box repeat }
bg32401 { background: fixed none bottom right content-box repeat-x }
bg32402 { background: fixed none bottom right content-box repeat-y }
bg32403 { background: fixed none content-box no-repeat bottom right }
bg32404 { background: fixed none content-box repeat bottom right }
bg32405 { background: fixed none content-box repeat-x bottom right }
bg32406 { background: fixed none content-box repeat-y bottom right }
bg32407 { background: fixed none content-box bottom right }
bg32408 { background: fixed none content-box bottom right no-repeat }
bg32409 { background: fixed none content-box bottom right repeat }
bg32410 { background: fixed none content-box bottom right repeat-x }
bg32411 { background: fixed none content-box bottom right repeat-y }
bg32412 { background: fixed repeat none bottom right content-box }
bg32413 { background: fixed repeat none content-box bottom right }
bg32414 { background: fixed repeat bottom right none content-box }
bg32415 { background: fixed repeat bottom right content-box }
bg32416 { background: fixed repeat bottom right content-box none }
bg32417 { background: fixed repeat bottom right content-box url(test.jpg) }
bg32418 { background: fixed repeat bottom right url(test.jpg) content-box }
bg32419 { background: fixed repeat content-box none bottom right }
bg32420 { background: fixed repeat content-box bottom right }
bg32421 { background: fixed repeat content-box bottom right none }
bg32422 { background: fixed repeat content-box bottom right url(test.jpg) }
bg32423 { background: fixed repeat content-box url(test.jpg) bottom right }
bg32424 { background: fixed repeat url(test.jpg) bottom right content-box }
bg32425 { background: fixed repeat url(test.jpg) content-box bottom right }
bg32426 { background: fixed repeat-x none bottom right content-box }
bg32427 { background: fixed repeat-x none content-box bottom right }
bg32428 { background: fixed repeat-x bottom right none content-box }
bg32429 { background: fixed repeat-x bottom right content-box }
bg32430 { background: fixed repeat-x bottom right content-box none }
bg32431 { background: fixed repeat-x bottom right content-box url(test.jpg) }
bg32432 { background: fixed repeat-x bottom right url(test.jpg) content-box }
bg32433 { background: fixed repeat-x content-box none bottom right }
bg32434 { background: fixed repeat-x content-box bottom right }
bg32435 { background: fixed repeat-x content-box bottom right none }
bg32436 { background: fixed repeat-x content-box bottom right url(test.jpg) }
bg32437 { background: fixed repeat-x content-box url(test.jpg) bottom right }
bg32438 { background: fixed repeat-x url(test.jpg) bottom right content-box }
bg32439 { background: fixed repeat-x url(test.jpg) content-box bottom right }
bg32440 { background: fixed repeat-y none bottom right content-box }
bg32441 { background: fixed repeat-y none content-box bottom right }
bg32442 { background: fixed repeat-y bottom right none content-box }
bg32443 { background: fixed repeat-y bottom right content-box }
bg32444 { background: fixed repeat-y bottom right content-box none }
bg32445 { background: fixed repeat-y bottom right content-box url(test.jpg) }
bg32446 { background: fixed repeat-y bottom right url(test.jpg) content-box }
bg32447 { background: fixed repeat-y content-box none bottom right }
bg32448 { background: fixed repeat-y content-box bottom right }
bg32449 { background: fixed repeat-y content-box bottom right none }
bg32450 { background: fixed repeat-y content-box bottom right url(test.jpg) }
bg32451 { background: fixed repeat-y content-box url(test.jpg) bottom right }
bg32452 { background: fixed repeat-y url(test.jpg) bottom right content-box }
bg32453 { background: fixed repeat-y url(test.jpg) content-box bottom right }
bg32454 { background: fixed bottom right no-repeat none content-box }
bg32455 { background: fixed bottom right no-repeat content-box }
bg32456 { background: fixed bottom right no-repeat content-box none }
bg32457 { background: fixed bottom right no-repeat content-box url(test.jpg) }
bg32458 { background: fixed bottom right no-repeat url(test.jpg) content-box }
bg32459 { background: fixed bottom right none no-repeat content-box }
bg32460 { background: fixed bottom right none repeat content-box }
bg32461 { background: fixed bottom right none repeat-x content-box }
bg32462 { background: fixed bottom right none repeat-y content-box }
bg32463 { background: fixed bottom right none content-box }
bg32464 { background: fixed bottom right none content-box no-repeat }
bg32465 { background: fixed bottom right none content-box repeat }
bg32466 { background: fixed bottom right none content-box repeat-x }
bg32467 { background: fixed bottom right none content-box repeat-y }
bg32468 { background: fixed bottom right repeat none content-box }
bg32469 { background: fixed bottom right repeat content-box }
bg32470 { background: fixed bottom right repeat content-box none }
bg32471 { background: fixed bottom right repeat content-box url(test.jpg) }
bg32472 { background: fixed bottom right repeat url(test.jpg) content-box }
bg32473 { background: fixed bottom right repeat-x none content-box }
bg32474 { background: fixed bottom right repeat-x content-box }
bg32475 { background: fixed bottom right repeat-x content-box none }
bg32476 { background: fixed bottom right repeat-x content-box url(test.jpg) }
bg32477 { background: fixed bottom right repeat-x url(test.jpg) content-box }
bg32478 { background: fixed bottom right repeat-y none content-box }
bg32479 { background: fixed bottom right repeat-y content-box }
bg32480 { background: fixed bottom right repeat-y content-box none }
bg32481 { background: fixed bottom right repeat-y content-box url(test.jpg) }
bg32482 { background: fixed bottom right repeat-y url(test.jpg) content-box }
bg32483 { background: fixed bottom right content-box }
bg32484 { background: fixed bottom right content-box no-repeat }
bg32485 { background: fixed bottom right content-box no-repeat none }
bg32486 { background: fixed bottom right content-box no-repeat url(test.jpg) }
bg32487 { background: fixed bottom right content-box none }
bg32488 { background: fixed bottom right content-box none no-repeat }
bg32489 { background: fixed bottom right content-box none repeat }
bg32490 { background: fixed bottom right content-box none repeat-x }
bg32491 { background: fixed bottom right content-box none repeat-y }
bg32492 { background: fixed bottom right content-box repeat }
bg32493 { background: fixed bottom right content-box repeat none }
bg32494 { background: fixed bottom right content-box repeat url(test.jpg) }
bg32495 { background: fixed bottom right content-box repeat-x }
bg32496 { background: fixed bottom right content-box repeat-x none }
bg32497 { background: fixed bottom right content-box repeat-x url(test.jpg) }
bg32498 { background: fixed bottom right content-box repeat-y }
bg32499 { background: fixed bottom right content-box repeat-y none }
bg32500 { background: fixed bottom right content-box repeat-y url(test.jpg) }
bg32501 { background: fixed bottom right content-box url(test.jpg) }
bg32502 { background: fixed bottom right content-box url(test.jpg) no-repeat }
bg32503 { background: fixed bottom right content-box url(test.jpg) repeat }
bg32504 { background: fixed bottom right content-box url(test.jpg) repeat-x }
bg32505 { background: fixed bottom right content-box url(test.jpg) repeat-y }
bg32506 { background: fixed bottom right url(test.jpg) no-repeat content-box }
bg32507 { background: fixed bottom right url(test.jpg) repeat content-box }
bg32508 { background: fixed bottom right url(test.jpg) repeat-x content-box }
bg32509 { background: fixed bottom right url(test.jpg) repeat-y content-box }
bg32510 { background: fixed bottom right url(test.jpg) content-box }
bg32511 { background: fixed bottom right url(test.jpg) content-box no-repeat }
bg32512 { background: fixed bottom right url(test.jpg) content-box repeat }
bg32513 { background: fixed bottom right url(test.jpg) content-box repeat-x }
bg32514 { background: fixed bottom right url(test.jpg) content-box repeat-y }
bg32515 { background: fixed content-box no-repeat none bottom right }
bg32516 { background: fixed content-box no-repeat bottom right }
bg32517 { background: fixed content-box no-repeat bottom right none }
bg32518 { background: fixed content-box no-repeat bottom right url(test.jpg) }
bg32519 { background: fixed content-box no-repeat url(test.jpg) bottom right }
bg32520 { background: fixed content-box none no-repeat bottom right }
bg32521 { background: fixed content-box none repeat bottom right }
bg32522 { background: fixed content-box none repeat-x bottom right }
bg32523 { background: fixed content-box none repeat-y bottom right }
bg32524 { background: fixed content-box none bottom right }
bg32525 { background: fixed content-box none bottom right no-repeat }
bg32526 { background: fixed content-box none bottom right repeat }
bg32527 { background: fixed content-box none bottom right repeat-x }
bg32528 { background: fixed content-box none bottom right repeat-y }
bg32529 { background: fixed content-box repeat none bottom right }
bg32530 { background: fixed content-box repeat bottom right }
bg32531 { background: fixed content-box repeat bottom right none }
bg32532 { background: fixed content-box repeat bottom right url(test.jpg) }
bg32533 { background: fixed content-box repeat url(test.jpg) bottom right }
bg32534 { background: fixed content-box repeat-x none bottom right }
bg32535 { background: fixed content-box repeat-x bottom right }
bg32536 { background: fixed content-box repeat-x bottom right none }
bg32537 { background: fixed content-box repeat-x bottom right url(test.jpg) }
bg32538 { background: fixed content-box repeat-x url(test.jpg) bottom right }
bg32539 { background: fixed content-box repeat-y none bottom right }
bg32540 { background: fixed content-box repeat-y bottom right }
bg32541 { background: fixed content-box repeat-y bottom right none }
bg32542 { background: fixed content-box repeat-y bottom right url(test.jpg) }
bg32543 { background: fixed content-box repeat-y url(test.jpg) bottom right }
bg32544 { background: fixed content-box bottom right }
bg32545 { background: fixed content-box bottom right no-repeat }
bg32546 { background: fixed content-box bottom right no-repeat none }
bg32547 { background: fixed content-box bottom right no-repeat url(test.jpg) }
bg32548 { background: fixed content-box bottom right none }
bg32549 { background: fixed content-box bottom right none no-repeat }
bg32550 { background: fixed content-box bottom right none repeat }
bg32551 { background: fixed content-box bottom right none repeat-x }
bg32552 { background: fixed content-box bottom right none repeat-y }
bg32553 { background: fixed content-box bottom right repeat }
bg32554 { background: fixed content-box bottom right repeat none }
bg32555 { background: fixed content-box bottom right repeat url(test.jpg) }
bg32556 { background: fixed content-box bottom right repeat-x }
bg32557 { background: fixed content-box bottom right repeat-x none }
bg32558 { background: fixed content-box bottom right repeat-x url(test.jpg) }
bg32559 { background: fixed content-box bottom right repeat-y }
bg32560 { background: fixed content-box bottom right repeat-y none }
bg32561 { background: fixed content-box bottom right repeat-y url(test.jpg) }
bg32562 { background: fixed content-box bottom right url(test.jpg) }
bg32563 { background: fixed content-box bottom right url(test.jpg) no-repeat }
bg32564 { background: fixed content-box bottom right url(test.jpg) repeat }
bg32565 { background: fixed content-box bottom right url(test.jpg) repeat-x }
bg32566 { background: fixed content-box bottom right url(test.jpg) repeat-y }
bg32567 { background: fixed content-box url(test.jpg) no-repeat bottom right }
bg32568 { background: fixed content-box url(test.jpg) repeat bottom right }
bg32569 { background: fixed content-box url(test.jpg) repeat-x bottom right }
bg32570 { background: fixed content-box url(test.jpg) repeat-y bottom right }
bg32571 { background: fixed content-box url(test.jpg) bottom right }
bg32572 { background: fixed content-box url(test.jpg) bottom right no-repeat }
bg32573 { background: fixed content-box url(test.jpg) bottom right repeat }
bg32574 { background: fixed content-box url(test.jpg) bottom right repeat-x }
bg32575 { background: fixed content-box url(test.jpg) bottom right repeat-y }
bg32576 { background: fixed url(test.jpg) no-repeat bottom right content-box }
bg32577 { background: fixed url(test.jpg) no-repeat content-box bottom right }
bg32578 { background: fixed url(test.jpg) repeat bottom right content-box }
bg32579 { background: fixed url(test.jpg) repeat content-box bottom right }
bg32580 { background: fixed url(test.jpg) repeat-x bottom right content-box }
bg32581 { background: fixed url(test.jpg) repeat-x content-box bottom right }
bg32582 { background: fixed url(test.jpg) repeat-y bottom right content-box }
bg32583 { background: fixed url(test.jpg) repeat-y content-box bottom right }
bg32584 { background: fixed url(test.jpg) bottom right no-repeat content-box }
bg32585 { background: fixed url(test.jpg) bottom right repeat content-box }
bg32586 { background: fixed url(test.jpg) bottom right repeat-x content-box }
bg32587 { background: fixed url(test.jpg) bottom right repeat-y content-box }
bg32588 { background: fixed url(test.jpg) bottom right content-box }
bg32589 { background: fixed url(test.jpg) bottom right content-box no-repeat }
bg32590 { background: fixed url(test.jpg) bottom right content-box repeat }
bg32591 { background: fixed url(test.jpg) bottom right content-box repeat-x }
bg32592 { background: fixed url(test.jpg) bottom right content-box repeat-y }
bg32593 { background: fixed url(test.jpg) content-box no-repeat bottom right }
bg32594 { background: fixed url(test.jpg) content-box repeat bottom right }
bg32595 { background: fixed url(test.jpg) content-box repeat-x bottom right }
bg32596 { background: fixed url(test.jpg) content-box repeat-y bottom right }
bg32597 { background: fixed url(test.jpg) content-box bottom right }
bg32598 { background: fixed url(test.jpg) content-box bottom right no-repeat }
bg32599 { background: fixed url(test.jpg) content-box bottom right repeat }
bg32600 { background: fixed url(test.jpg) content-box bottom right repeat-x }
bg32601 { background: fixed url(test.jpg) content-box bottom right repeat-y }
bg32602 { background: no-repeat fixed none bottom right content-box }
bg32603 { background: no-repeat fixed none content-box bottom right }
bg32604 { background: no-repeat fixed bottom right none content-box }
bg32605 { background: no-repeat fixed bottom right content-box }
bg32606 { background: no-repeat fixed bottom right content-box none }
bg32607 { background: no-repeat fixed bottom right content-box url(test.jpg) }
bg32608 { background: no-repeat fixed bottom right url(test.jpg) content-box }
bg32609 { background: no-repeat fixed content-box none bottom right }
bg32610 { background: no-repeat fixed content-box bottom right }
bg32611 { background: no-repeat fixed content-box bottom right none }
bg32612 { background: no-repeat fixed content-box bottom right url(test.jpg) }
bg32613 { background: no-repeat fixed content-box url(test.jpg) bottom right }
bg32614 { background: no-repeat fixed url(test.jpg) bottom right content-box }
bg32615 { background: no-repeat fixed url(test.jpg) content-box bottom right }
bg32616 { background: no-repeat none fixed bottom right content-box }
bg32617 { background: no-repeat none fixed content-box bottom right }
bg32618 { background: no-repeat none bottom right fixed content-box }
bg32619 { background: no-repeat none bottom right scroll content-box }
bg32620 { background: no-repeat none bottom right content-box }
bg32621 { background: no-repeat none bottom right content-box fixed }
bg32622 { background: no-repeat none bottom right content-box scroll }
bg32623 { background: no-repeat none scroll bottom right content-box }
bg32624 { background: no-repeat none scroll content-box bottom right }
bg32625 { background: no-repeat none content-box fixed bottom right }
bg32626 { background: no-repeat none content-box bottom right }
bg32627 { background: no-repeat none content-box bottom right fixed }
bg32628 { background: no-repeat none content-box bottom right scroll }
bg32629 { background: no-repeat none content-box scroll bottom right }
bg32630 { background: no-repeat bottom right fixed none content-box }
bg32631 { background: no-repeat bottom right fixed content-box }
bg32632 { background: no-repeat bottom right fixed content-box none }
bg32633 { background: no-repeat bottom right fixed content-box url(test.jpg) }
bg32634 { background: no-repeat bottom right fixed url(test.jpg) content-box }
bg32635 { background: no-repeat bottom right none fixed content-box }
bg32636 { background: no-repeat bottom right none scroll content-box }
bg32637 { background: no-repeat bottom right none content-box }
bg32638 { background: no-repeat bottom right none content-box fixed }
bg32639 { background: no-repeat bottom right none content-box scroll }
bg32640 { background: no-repeat bottom right scroll none content-box }
bg32641 { background: no-repeat bottom right scroll content-box }
bg32642 { background: no-repeat bottom right scroll content-box none }
bg32643 { background: no-repeat bottom right scroll content-box url(test.jpg) }
bg32644 { background: no-repeat bottom right scroll url(test.jpg) content-box }
bg32645 { background: no-repeat bottom right content-box }
bg32646 { background: no-repeat bottom right content-box fixed }
bg32647 { background: no-repeat bottom right content-box fixed none }
bg32648 { background: no-repeat bottom right content-box fixed url(test.jpg) }
bg32649 { background: no-repeat bottom right content-box none }
bg32650 { background: no-repeat bottom right content-box none fixed }
bg32651 { background: no-repeat bottom right content-box none scroll }
bg32652 { background: no-repeat bottom right content-box scroll }
bg32653 { background: no-repeat bottom right content-box scroll none }
bg32654 { background: no-repeat bottom right content-box scroll url(test.jpg) }
bg32655 { background: no-repeat bottom right content-box url(test.jpg) }
bg32656 { background: no-repeat bottom right content-box url(test.jpg) fixed }
bg32657 { background: no-repeat bottom right content-box url(test.jpg) scroll }
bg32658 { background: no-repeat bottom right url(test.jpg) fixed content-box }
bg32659 { background: no-repeat bottom right url(test.jpg) scroll content-box }
bg32660 { background: no-repeat bottom right url(test.jpg) content-box }
bg32661 { background: no-repeat bottom right url(test.jpg) content-box fixed }
bg32662 { background: no-repeat bottom right url(test.jpg) content-box scroll }
bg32663 { background: no-repeat scroll none bottom right content-box }
bg32664 { background: no-repeat scroll none content-box bottom right }
bg32665 { background: no-repeat scroll bottom right none content-box }
bg32666 { background: no-repeat scroll bottom right content-box }
bg32667 { background: no-repeat scroll bottom right content-box none }
bg32668 { background: no-repeat scroll bottom right content-box url(test.jpg) }
bg32669 { background: no-repeat scroll bottom right url(test.jpg) content-box }
bg32670 { background: no-repeat scroll content-box none bottom right }
bg32671 { background: no-repeat scroll content-box bottom right }
bg32672 { background: no-repeat scroll content-box bottom right none }
bg32673 { background: no-repeat scroll content-box bottom right url(test.jpg) }
bg32674 { background: no-repeat scroll content-box url(test.jpg) bottom right }
bg32675 { background: no-repeat scroll url(test.jpg) bottom right content-box }
bg32676 { background: no-repeat scroll url(test.jpg) content-box bottom right }
bg32677 { background: no-repeat content-box fixed none bottom right }
bg32678 { background: no-repeat content-box fixed bottom right }
bg32679 { background: no-repeat content-box fixed bottom right none }
bg32680 { background: no-repeat content-box fixed bottom right url(test.jpg) }
bg32681 { background: no-repeat content-box fixed url(test.jpg) bottom right }
bg32682 { background: no-repeat content-box none fixed bottom right }
bg32683 { background: no-repeat content-box none bottom right }
bg32684 { background: no-repeat content-box none bottom right fixed }
bg32685 { background: no-repeat content-box none bottom right scroll }
bg32686 { background: no-repeat content-box none scroll bottom right }
bg32687 { background: no-repeat content-box bottom right }
bg32688 { background: no-repeat content-box bottom right fixed }
bg32689 { background: no-repeat content-box bottom right fixed none }
bg32690 { background: no-repeat content-box bottom right fixed url(test.jpg) }
bg32691 { background: no-repeat content-box bottom right none }
bg32692 { background: no-repeat content-box bottom right none fixed }
bg32693 { background: no-repeat content-box bottom right none scroll }
bg32694 { background: no-repeat content-box bottom right scroll }
bg32695 { background: no-repeat content-box bottom right scroll none }
bg32696 { background: no-repeat content-box bottom right scroll url(test.jpg) }
bg32697 { background: no-repeat content-box bottom right url(test.jpg) }
bg32698 { background: no-repeat content-box bottom right url(test.jpg) fixed }
bg32699 { background: no-repeat content-box bottom right url(test.jpg) scroll }
bg32700 { background: no-repeat content-box scroll none bottom right }
bg32701 { background: no-repeat content-box scroll bottom right }
bg32702 { background: no-repeat content-box scroll bottom right none }
bg32703 { background: no-repeat content-box scroll bottom right url(test.jpg) }
bg32704 { background: no-repeat content-box scroll url(test.jpg) bottom right }
bg32705 { background: no-repeat content-box url(test.jpg) fixed bottom right }
bg32706 { background: no-repeat content-box url(test.jpg) bottom right }
bg32707 { background: no-repeat content-box url(test.jpg) bottom right fixed }
bg32708 { background: no-repeat content-box url(test.jpg) bottom right scroll }
bg32709 { background: no-repeat content-box url(test.jpg) scroll bottom right }
bg32710 { background: no-repeat url(test.jpg) fixed bottom right content-box }
bg32711 { background: no-repeat url(test.jpg) fixed content-box bottom right }
bg32712 { background: no-repeat url(test.jpg) bottom right fixed content-box }
bg32713 { background: no-repeat url(test.jpg) bottom right scroll content-box }
bg32714 { background: no-repeat url(test.jpg) bottom right content-box }
bg32715 { background: no-repeat url(test.jpg) bottom right content-box fixed }
bg32716 { background: no-repeat url(test.jpg) bottom right content-box scroll }
bg32717 { background: no-repeat url(test.jpg) scroll bottom right content-box }
bg32718 { background: no-repeat url(test.jpg) scroll content-box bottom right }
bg32719 { background: no-repeat url(test.jpg) content-box fixed bottom right }
bg32720 { background: no-repeat url(test.jpg) content-box bottom right }
bg32721 { background: no-repeat url(test.jpg) content-box bottom right fixed }
bg32722 { background: no-repeat url(test.jpg) content-box bottom right scroll }
bg32723 { background: no-repeat url(test.jpg) content-box scroll bottom right }
bg32724 { background: none fixed no-repeat bottom right content-box }
bg32725 { background: none fixed no-repeat content-box bottom right }
bg32726 { background: none fixed repeat bottom right content-box }
bg32727 { background: none fixed repeat content-box bottom right }
bg32728 { background: none fixed repeat-x bottom right content-box }
bg32729 { background: none fixed repeat-x content-box bottom right }
bg32730 { background: none fixed repeat-y bottom right content-box }
bg32731 { background: none fixed repeat-y content-box bottom right }
bg32732 { background: none fixed bottom right no-repeat content-box }
bg32733 { background: none fixed bottom right repeat content-box }
bg32734 { background: none fixed bottom right repeat-x content-box }
bg32735 { background: none fixed bottom right repeat-y content-box }
bg32736 { background: none fixed bottom right content-box }
bg32737 { background: none fixed bottom right content-box no-repeat }
bg32738 { background: none fixed bottom right content-box repeat }
bg32739 { background: none fixed bottom right content-box repeat-x }
bg32740 { background: none fixed bottom right content-box repeat-y }
bg32741 { background: none fixed content-box no-repeat bottom right }
bg32742 { background: none fixed content-box repeat bottom right }
bg32743 { background: none fixed content-box repeat-x bottom right }
bg32744 { background: none fixed content-box repeat-y bottom right }
bg32745 { background: none fixed content-box bottom right }
bg32746 { background: none fixed content-box bottom right no-repeat }
bg32747 { background: none fixed content-box bottom right repeat }
bg32748 { background: none fixed content-box bottom right repeat-x }
bg32749 { background: none fixed content-box bottom right repeat-y }
bg32750 { background: none no-repeat fixed bottom right content-box }
bg32751 { background: none no-repeat fixed content-box bottom right }
bg32752 { background: none no-repeat bottom right fixed content-box }
bg32753 { background: none no-repeat bottom right scroll content-box }
bg32754 { background: none no-repeat bottom right content-box }
bg32755 { background: none no-repeat bottom right content-box fixed }
bg32756 { background: none no-repeat bottom right content-box scroll }
bg32757 { background: none no-repeat scroll bottom right content-box }
bg32758 { background: none no-repeat scroll content-box bottom right }
bg32759 { background: none no-repeat content-box fixed bottom right }
bg32760 { background: none no-repeat content-box bottom right }
bg32761 { background: none no-repeat content-box bottom right fixed }
bg32762 { background: none no-repeat content-box bottom right scroll }
bg32763 { background: none no-repeat content-box scroll bottom right }
bg32764 { background: none repeat fixed bottom right content-box }
bg32765 { background: none repeat fixed content-box bottom right }
bg32766 { background: none repeat bottom right fixed content-box }
bg32767 { background: none repeat bottom right scroll content-box }
bg32768 { background: none repeat bottom right content-box }
bg32769 { background: none repeat bottom right content-box fixed }
bg32770 { background: none repeat bottom right content-box scroll }
bg32771 { background: none repeat scroll bottom right content-box }
bg32772 { background: none repeat scroll content-box bottom right }
bg32773 { background: none repeat content-box fixed bottom right }
bg32774 { background: none repeat content-box bottom right }
bg32775 { background: none repeat content-box bottom right fixed }
bg32776 { background: none repeat content-box bottom right scroll }
bg32777 { background: none repeat content-box scroll bottom right }
bg32778 { background: none repeat-x fixed bottom right content-box }
bg32779 { background: none repeat-x fixed content-box bottom right }
bg32780 { background: none repeat-x bottom right fixed content-box }
bg32781 { background: none repeat-x bottom right scroll content-box }
bg32782 { background: none repeat-x bottom right content-box }
bg32783 { background: none repeat-x bottom right content-box fixed }
bg32784 { background: none repeat-x bottom right content-box scroll }
bg32785 { background: none repeat-x scroll bottom right content-box }
bg32786 { background: none repeat-x scroll content-box bottom right }
bg32787 { background: none repeat-x content-box fixed bottom right }
bg32788 { background: none repeat-x content-box bottom right }
bg32789 { background: none repeat-x content-box bottom right fixed }
bg32790 { background: none repeat-x content-box bottom right scroll }
bg32791 { background: none repeat-x content-box scroll bottom right }
bg32792 { background: none repeat-y fixed bottom right content-box }
bg32793 { background: none repeat-y fixed content-box bottom right }
bg32794 { background: none repeat-y bottom right fixed content-box }
bg32795 { background: none repeat-y bottom right scroll content-box }
bg32796 { background: none repeat-y bottom right content-box }
bg32797 { background: none repeat-y bottom right content-box fixed }
bg32798 { background: none repeat-y bottom right content-box scroll }
bg32799 { background: none repeat-y scroll bottom right content-box }
bg32800 { background: none repeat-y scroll content-box bottom right }
bg32801 { background: none repeat-y content-box fixed bottom right }
bg32802 { background: none repeat-y content-box bottom right }
bg32803 { background: none repeat-y content-box bottom right fixed }
bg32804 { background: none repeat-y content-box bottom right scroll }
bg32805 { background: none repeat-y content-box scroll bottom right }
bg32806 { background: none bottom right fixed no-repeat content-box }
bg32807 { background: none bottom right fixed repeat content-box }
bg32808 { background: none bottom right fixed repeat-x content-box }
bg32809 { background: none bottom right fixed repeat-y content-box }
bg32810 { background: none bottom right fixed content-box }
bg32811 { background: none bottom right fixed content-box no-repeat }
bg32812 { background: none bottom right fixed content-box repeat }
bg32813 { background: none bottom right fixed content-box repeat-x }
bg32814 { background: none bottom right fixed content-box repeat-y }
bg32815 { background: none bottom right no-repeat fixed content-box }
bg32816 { background: none bottom right no-repeat scroll content-box }
bg32817 { background: none bottom right no-repeat content-box }
bg32818 { background: none bottom right no-repeat content-box fixed }
bg32819 { background: none bottom right no-repeat content-box scroll }
bg32820 { background: none bottom right repeat fixed content-box }
bg32821 { background: none bottom right repeat scroll content-box }
bg32822 { background: none bottom right repeat content-box }
bg32823 { background: none bottom right repeat content-box fixed }
bg32824 { background: none bottom right repeat content-box scroll }
bg32825 { background: none bottom right repeat-x fixed content-box }
bg32826 { background: none bottom right repeat-x scroll content-box }
bg32827 { background: none bottom right repeat-x content-box }
bg32828 { background: none bottom right repeat-x content-box fixed }
bg32829 { background: none bottom right repeat-x content-box scroll }
bg32830 { background: none bottom right repeat-y fixed content-box }
bg32831 { background: none bottom right repeat-y scroll content-box }
bg32832 { background: none bottom right repeat-y content-box }
bg32833 { background: none bottom right repeat-y content-box fixed }
bg32834 { background: none bottom right repeat-y content-box scroll }
bg32835 { background: none bottom right scroll no-repeat content-box }
bg32836 { background: none bottom right scroll repeat content-box }
bg32837 { background: none bottom right scroll repeat-x content-box }
bg32838 { background: none bottom right scroll repeat-y content-box }
bg32839 { background: none bottom right scroll content-box }
bg32840 { background: none bottom right scroll content-box no-repeat }
bg32841 { background: none bottom right scroll content-box repeat }
bg32842 { background: none bottom right scroll content-box repeat-x }
bg32843 { background: none bottom right scroll content-box repeat-y }
bg32844 { background: none bottom right content-box }
bg32845 { background: none bottom right content-box fixed }
bg32846 { background: none bottom right content-box fixed no-repeat }
bg32847 { background: none bottom right content-box fixed repeat }
bg32848 { background: none bottom right content-box fixed repeat-x }
bg32849 { background: none bottom right content-box fixed repeat-y }
bg32850 { background: none bottom right content-box no-repeat }
bg32851 { background: none bottom right content-box no-repeat fixed }
bg32852 { background: none bottom right content-box no-repeat scroll }
bg32853 { background: none bottom right content-box repeat }
bg32854 { background: none bottom right content-box repeat fixed }
bg32855 { background: none bottom right content-box repeat scroll }
bg32856 { background: none bottom right content-box repeat-x }
bg32857 { background: none bottom right content-box repeat-x fixed }
bg32858 { background: none bottom right content-box repeat-x scroll }
bg32859 { background: none bottom right content-box repeat-y }
bg32860 { background: none bottom right content-box repeat-y fixed }
bg32861 { background: none bottom right content-box repeat-y scroll }
bg32862 { background: none bottom right content-box scroll }
bg32863 { background: none bottom right content-box scroll no-repeat }
bg32864 { background: none bottom right content-box scroll repeat }
bg32865 { background: none bottom right content-box scroll repeat-x }
bg32866 { background: none bottom right content-box scroll repeat-y }
bg32867 { background: none scroll no-repeat bottom right content-box }
bg32868 { background: none scroll no-repeat content-box bottom right }
bg32869 { background: none scroll repeat bottom right content-box }
bg32870 { background: none scroll repeat content-box bottom right }
bg32871 { background: none scroll repeat-x bottom right content-box }
bg32872 { background: none scroll repeat-x content-box bottom right }
bg32873 { background: none scroll repeat-y bottom right content-box }
bg32874 { background: none scroll repeat-y content-box bottom right }
bg32875 { background: none scroll bottom right no-repeat content-box }
bg32876 { background: none scroll bottom right repeat content-box }
bg32877 { background: none scroll bottom right repeat-x content-box }
bg32878 { background: none scroll bottom right repeat-y content-box }
bg32879 { background: none scroll bottom right content-box }
bg32880 { background: none scroll bottom right content-box no-repeat }
bg32881 { background: none scroll bottom right content-box repeat }
bg32882 { background: none scroll bottom right content-box repeat-x }
bg32883 { background: none scroll bottom right content-box repeat-y }
bg32884 { background: none scroll content-box no-repeat bottom right }
bg32885 { background: none scroll content-box repeat bottom right }
bg32886 { background: none scroll content-box repeat-x bottom right }
bg32887 { background: none scroll content-box repeat-y bottom right }
bg32888 { background: none scroll content-box bottom right }
bg32889 { background: none scroll content-box bottom right no-repeat }
bg32890 { background: none scroll content-box bottom right repeat }
bg32891 { background: none scroll content-box bottom right repeat-x }
bg32892 { background: none scroll content-box bottom right repeat-y }
bg32893 { background: none content-box fixed no-repeat bottom right }
bg32894 { background: none content-box fixed repeat bottom right }
bg32895 { background: none content-box fixed repeat-x bottom right }
bg32896 { background: none content-box fixed repeat-y bottom right }
bg32897 { background: none content-box fixed bottom right }
bg32898 { background: none content-box fixed bottom right no-repeat }
bg32899 { background: none content-box fixed bottom right repeat }
bg32900 { background: none content-box fixed bottom right repeat-x }
bg32901 { background: none content-box fixed bottom right repeat-y }
bg32902 { background: none content-box no-repeat fixed bottom right }
bg32903 { background: none content-box no-repeat bottom right }
bg32904 { background: none content-box no-repeat bottom right fixed }
bg32905 { background: none content-box no-repeat bottom right scroll }
bg32906 { background: none content-box no-repeat scroll bottom right }
bg32907 { background: none content-box repeat fixed bottom right }
bg32908 { background: none content-box repeat bottom right }
bg32909 { background: none content-box repeat bottom right fixed }
bg32910 { background: none content-box repeat bottom right scroll }
bg32911 { background: none content-box repeat scroll bottom right }
bg32912 { background: none content-box repeat-x fixed bottom right }
bg32913 { background: none content-box repeat-x bottom right }
bg32914 { background: none content-box repeat-x bottom right fixed }
bg32915 { background: none content-box repeat-x bottom right scroll }
bg32916 { background: none content-box repeat-x scroll bottom right }
bg32917 { background: none content-box repeat-y fixed bottom right }
bg32918 { background: none content-box repeat-y bottom right }
bg32919 { background: none content-box repeat-y bottom right fixed }
bg32920 { background: none content-box repeat-y bottom right scroll }
bg32921 { background: none content-box repeat-y scroll bottom right }
bg32922 { background: none content-box bottom right }
bg32923 { background: none content-box bottom right fixed }
bg32924 { background: none content-box bottom right fixed no-repeat }
bg32925 { background: none content-box bottom right fixed repeat }
bg32926 { background: none content-box bottom right fixed repeat-x }
bg32927 { background: none content-box bottom right fixed repeat-y }
bg32928 { background: none content-box bottom right no-repeat }
bg32929 { background: none content-box bottom right no-repeat fixed }
bg32930 { background: none content-box bottom right no-repeat scroll }
bg32931 { background: none content-box bottom right repeat }
bg32932 { background: none content-box bottom right repeat fixed }
bg32933 { background: none content-box bottom right repeat scroll }
bg32934 { background: none content-box bottom right repeat-x }
bg32935 { background: none content-box bottom right repeat-x fixed }
bg32936 { background: none content-box bottom right repeat-x scroll }
bg32937 { background: none content-box bottom right repeat-y }
bg32938 { background: none content-box bottom right repeat-y fixed }
bg32939 { background: none content-box bottom right repeat-y scroll }
bg32940 { background: none content-box bottom right scroll }
bg32941 { background: none content-box bottom right scroll no-repeat }
bg32942 { background: none content-box bottom right scroll repeat }
bg32943 { background: none content-box bottom right scroll repeat-x }
bg32944 { background: none content-box bottom right scroll repeat-y }
bg32945 { background: none content-box scroll no-repeat bottom right }
bg32946 { background: none content-box scroll repeat bottom right }
bg32947 { background: none content-box scroll repeat-x bottom right }
bg32948 { background: none content-box scroll repeat-y bottom right }
bg32949 { background: none content-box scroll bottom right }
bg32950 { background: none content-box scroll bottom right no-repeat }
bg32951 { background: none content-box scroll bottom right repeat }
bg32952 { background: none content-box scroll bottom right repeat-x }
bg32953 { background: none content-box scroll bottom right repeat-y }
bg32954 { background: repeat fixed none bottom right content-box }
bg32955 { background: repeat fixed none content-box bottom right }
bg32956 { background: repeat fixed bottom right none content-box }
bg32957 { background: repeat fixed bottom right content-box }
bg32958 { background: repeat fixed bottom right content-box none }
bg32959 { background: repeat fixed bottom right content-box url(test.jpg) }
bg32960 { background: repeat fixed bottom right url(test.jpg) content-box }
bg32961 { background: repeat fixed content-box none bottom right }
bg32962 { background: repeat fixed content-box bottom right }
bg32963 { background: repeat fixed content-box bottom right none }
bg32964 { background: repeat fixed content-box bottom right url(test.jpg) }
bg32965 { background: repeat fixed content-box url(test.jpg) bottom right }
bg32966 { background: repeat fixed url(test.jpg) bottom right content-box }
bg32967 { background: repeat fixed url(test.jpg) content-box bottom right }
bg32968 { background: repeat none fixed bottom right content-box }
bg32969 { background: repeat none fixed content-box bottom right }
bg32970 { background: repeat none bottom right fixed content-box }
bg32971 { background: repeat none bottom right scroll content-box }
bg32972 { background: repeat none bottom right content-box }
bg32973 { background: repeat none bottom right content-box fixed }
bg32974 { background: repeat none bottom right content-box scroll }
bg32975 { background: repeat none scroll bottom right content-box }
bg32976 { background: repeat none scroll content-box bottom right }
bg32977 { background: repeat none content-box fixed bottom right }
bg32978 { background: repeat none content-box bottom right }
bg32979 { background: repeat none content-box bottom right fixed }
bg32980 { background: repeat none content-box bottom right scroll }
bg32981 { background: repeat none content-box scroll bottom right }
bg32982 { background: repeat bottom right fixed none content-box }
bg32983 { background: repeat bottom right fixed content-box }
bg32984 { background: repeat bottom right fixed content-box none }
bg32985 { background: repeat bottom right fixed content-box url(test.jpg) }
bg32986 { background: repeat bottom right fixed url(test.jpg) content-box }
bg32987 { background: repeat bottom right none fixed content-box }
bg32988 { background: repeat bottom right none scroll content-box }
bg32989 { background: repeat bottom right none content-box }
bg32990 { background: repeat bottom right none content-box fixed }
bg32991 { background: repeat bottom right none content-box scroll }
bg32992 { background: repeat bottom right scroll none content-box }
bg32993 { background: repeat bottom right scroll content-box }
bg32994 { background: repeat bottom right scroll content-box none }
bg32995 { background: repeat bottom right scroll content-box url(test.jpg) }
bg32996 { background: repeat bottom right scroll url(test.jpg) content-box }
bg32997 { background: repeat bottom right content-box }
bg32998 { background: repeat bottom right content-box fixed }
bg32999 { background: repeat bottom right content-box fixed none }
bg33000 { background: repeat bottom right content-box fixed url(test.jpg) }
bg33001 { background: repeat bottom right content-box none }
bg33002 { background: repeat bottom right content-box none fixed }
bg33003 { background: repeat bottom right content-box none scroll }
bg33004 { background: repeat bottom right content-box scroll }
bg33005 { background: repeat bottom right content-box scroll none }
bg33006 { background: repeat bottom right content-box scroll url(test.jpg) }
bg33007 { background: repeat bottom right content-box url(test.jpg) }
bg33008 { background: repeat bottom right content-box url(test.jpg) fixed }
bg33009 { background: repeat bottom right content-box url(test.jpg) scroll }
bg33010 { background: repeat bottom right url(test.jpg) fixed content-box }
bg33011 { background: repeat bottom right url(test.jpg) scroll content-box }
bg33012 { background: repeat bottom right url(test.jpg) content-box }
bg33013 { background: repeat bottom right url(test.jpg) content-box fixed }
bg33014 { background: repeat bottom right url(test.jpg) content-box scroll }
bg33015 { background: repeat scroll none bottom right content-box }
bg33016 { background: repeat scroll none content-box bottom right }
bg33017 { background: repeat scroll bottom right none content-box }
bg33018 { background: repeat scroll bottom right content-box }
bg33019 { background: repeat scroll bottom right content-box none }
bg33020 { background: repeat scroll bottom right content-box url(test.jpg) }
bg33021 { background: repeat scroll bottom right url(test.jpg) content-box }
bg33022 { background: repeat scroll content-box none bottom right }
bg33023 { background: repeat scroll content-box bottom right }
bg33024 { background: repeat scroll content-box bottom right none }
bg33025 { background: repeat scroll content-box bottom right url(test.jpg) }
bg33026 { background: repeat scroll content-box url(test.jpg) bottom right }
bg33027 { background: repeat scroll url(test.jpg) bottom right content-box }
bg33028 { background: repeat scroll url(test.jpg) content-box bottom right }
bg33029 { background: repeat content-box fixed none bottom right }
bg33030 { background: repeat content-box fixed bottom right }
bg33031 { background: repeat content-box fixed bottom right none }
bg33032 { background: repeat content-box fixed bottom right url(test.jpg) }
bg33033 { background: repeat content-box fixed url(test.jpg) bottom right }
bg33034 { background: repeat content-box none fixed bottom right }
bg33035 { background: repeat content-box none bottom right }
bg33036 { background: repeat content-box none bottom right fixed }
bg33037 { background: repeat content-box none bottom right scroll }
bg33038 { background: repeat content-box none scroll bottom right }
bg33039 { background: repeat content-box bottom right }
bg33040 { background: repeat content-box bottom right fixed }
bg33041 { background: repeat content-box bottom right fixed none }
bg33042 { background: repeat content-box bottom right fixed url(test.jpg) }
bg33043 { background: repeat content-box bottom right none }
bg33044 { background: repeat content-box bottom right none fixed }
bg33045 { background: repeat content-box bottom right none scroll }
bg33046 { background: repeat content-box bottom right scroll }
bg33047 { background: repeat content-box bottom right scroll none }
bg33048 { background: repeat content-box bottom right scroll url(test.jpg) }
bg33049 { background: repeat content-box bottom right url(test.jpg) }
bg33050 { background: repeat content-box bottom right url(test.jpg) fixed }
bg33051 { background: repeat content-box bottom right url(test.jpg) scroll }
bg33052 { background: repeat content-box scroll none bottom right }
bg33053 { background: repeat content-box scroll bottom right }
bg33054 { background: repeat content-box scroll bottom right none }
bg33055 { background: repeat content-box scroll bottom right url(test.jpg) }
bg33056 { background: repeat content-box scroll url(test.jpg) bottom right }
bg33057 { background: repeat content-box url(test.jpg) fixed bottom right }
bg33058 { background: repeat content-box url(test.jpg) bottom right }
bg33059 { background: repeat content-box url(test.jpg) bottom right fixed }
bg33060 { background: repeat content-box url(test.jpg) bottom right scroll }
bg33061 { background: repeat content-box url(test.jpg) scroll bottom right }
bg33062 { background: repeat url(test.jpg) fixed bottom right content-box }
bg33063 { background: repeat url(test.jpg) fixed content-box bottom right }
bg33064 { background: repeat url(test.jpg) bottom right fixed content-box }
bg33065 { background: repeat url(test.jpg) bottom right scroll content-box }
bg33066 { background: repeat url(test.jpg) bottom right content-box }
bg33067 { background: repeat url(test.jpg) bottom right content-box fixed }
bg33068 { background: repeat url(test.jpg) bottom right content-box scroll }
bg33069 { background: repeat url(test.jpg) scroll bottom right content-box }
bg33070 { background: repeat url(test.jpg) scroll content-box bottom right }
bg33071 { background: repeat url(test.jpg) content-box fixed bottom right }
bg33072 { background: repeat url(test.jpg) content-box bottom right }
bg33073 { background: repeat url(test.jpg) content-box bottom right fixed }
bg33074 { background: repeat url(test.jpg) content-box bottom right scroll }
bg33075 { background: repeat url(test.jpg) content-box scroll bottom right }
bg33076 { background: repeat-x fixed none bottom right content-box }
bg33077 { background: repeat-x fixed none content-box bottom right }
bg33078 { background: repeat-x fixed bottom right none content-box }
bg33079 { background: repeat-x fixed bottom right content-box }
bg33080 { background: repeat-x fixed bottom right content-box none }
bg33081 { background: repeat-x fixed bottom right content-box url(test.jpg) }
bg33082 { background: repeat-x fixed bottom right url(test.jpg) content-box }
bg33083 { background: repeat-x fixed content-box none bottom right }
bg33084 { background: repeat-x fixed content-box bottom right }
bg33085 { background: repeat-x fixed content-box bottom right none }
bg33086 { background: repeat-x fixed content-box bottom right url(test.jpg) }
bg33087 { background: repeat-x fixed content-box url(test.jpg) bottom right }
bg33088 { background: repeat-x fixed url(test.jpg) bottom right content-box }
bg33089 { background: repeat-x fixed url(test.jpg) content-box bottom right }
bg33090 { background: repeat-x none fixed bottom right content-box }
bg33091 { background: repeat-x none fixed content-box bottom right }
bg33092 { background: repeat-x none bottom right fixed content-box }
bg33093 { background: repeat-x none bottom right scroll content-box }
bg33094 { background: repeat-x none bottom right content-box }
bg33095 { background: repeat-x none bottom right content-box fixed }
bg33096 { background: repeat-x none bottom right content-box scroll }
bg33097 { background: repeat-x none scroll bottom right content-box }
bg33098 { background: repeat-x none scroll content-box bottom right }
bg33099 { background: repeat-x none content-box fixed bottom right }
bg33100 { background: repeat-x none content-box bottom right }
bg33101 { background: repeat-x none content-box bottom right fixed }
bg33102 { background: repeat-x none content-box bottom right scroll }
bg33103 { background: repeat-x none content-box scroll bottom right }
bg33104 { background: repeat-x bottom right fixed none content-box }
bg33105 { background: repeat-x bottom right fixed content-box }
bg33106 { background: repeat-x bottom right fixed content-box none }
bg33107 { background: repeat-x bottom right fixed content-box url(test.jpg) }
bg33108 { background: repeat-x bottom right fixed url(test.jpg) content-box }
bg33109 { background: repeat-x bottom right none fixed content-box }
bg33110 { background: repeat-x bottom right none scroll content-box }
bg33111 { background: repeat-x bottom right none content-box }
bg33112 { background: repeat-x bottom right none content-box fixed }
bg33113 { background: repeat-x bottom right none content-box scroll }
bg33114 { background: repeat-x bottom right scroll none content-box }
bg33115 { background: repeat-x bottom right scroll content-box }
bg33116 { background: repeat-x bottom right scroll content-box none }
bg33117 { background: repeat-x bottom right scroll content-box url(test.jpg) }
bg33118 { background: repeat-x bottom right scroll url(test.jpg) content-box }
bg33119 { background: repeat-x bottom right content-box }
bg33120 { background: repeat-x bottom right content-box fixed }
bg33121 { background: repeat-x bottom right content-box fixed none }
bg33122 { background: repeat-x bottom right content-box fixed url(test.jpg) }
bg33123 { background: repeat-x bottom right content-box none }
bg33124 { background: repeat-x bottom right content-box none fixed }
bg33125 { background: repeat-x bottom right content-box none scroll }
bg33126 { background: repeat-x bottom right content-box scroll }
bg33127 { background: repeat-x bottom right content-box scroll none }
bg33128 { background: repeat-x bottom right content-box scroll url(test.jpg) }
bg33129 { background: repeat-x bottom right content-box url(test.jpg) }
bg33130 { background: repeat-x bottom right content-box url(test.jpg) fixed }
bg33131 { background: repeat-x bottom right content-box url(test.jpg) scroll }
bg33132 { background: repeat-x bottom right url(test.jpg) fixed content-box }
bg33133 { background: repeat-x bottom right url(test.jpg) scroll content-box }
bg33134 { background: repeat-x bottom right url(test.jpg) content-box }
bg33135 { background: repeat-x bottom right url(test.jpg) content-box fixed }
bg33136 { background: repeat-x bottom right url(test.jpg) content-box scroll }
bg33137 { background: repeat-x scroll none bottom right content-box }
bg33138 { background: repeat-x scroll none content-box bottom right }
bg33139 { background: repeat-x scroll bottom right none content-box }
bg33140 { background: repeat-x scroll bottom right content-box }
bg33141 { background: repeat-x scroll bottom right content-box none }
bg33142 { background: repeat-x scroll bottom right content-box url(test.jpg) }
bg33143 { background: repeat-x scroll bottom right url(test.jpg) content-box }
bg33144 { background: repeat-x scroll content-box none bottom right }
bg33145 { background: repeat-x scroll content-box bottom right }
bg33146 { background: repeat-x scroll content-box bottom right none }
bg33147 { background: repeat-x scroll content-box bottom right url(test.jpg) }
bg33148 { background: repeat-x scroll content-box url(test.jpg) bottom right }
bg33149 { background: repeat-x scroll url(test.jpg) bottom right content-box }
bg33150 { background: repeat-x scroll url(test.jpg) content-box bottom right }
bg33151 { background: repeat-x content-box fixed none bottom right }
bg33152 { background: repeat-x content-box fixed bottom right }
bg33153 { background: repeat-x content-box fixed bottom right none }
bg33154 { background: repeat-x content-box fixed bottom right url(test.jpg) }
bg33155 { background: repeat-x content-box fixed url(test.jpg) bottom right }
bg33156 { background: repeat-x content-box none fixed bottom right }
bg33157 { background: repeat-x content-box none bottom right }
bg33158 { background: repeat-x content-box none bottom right fixed }
bg33159 { background: repeat-x content-box none bottom right scroll }
bg33160 { background: repeat-x content-box none scroll bottom right }
bg33161 { background: repeat-x content-box bottom right }
bg33162 { background: repeat-x content-box bottom right fixed }
bg33163 { background: repeat-x content-box bottom right fixed none }
bg33164 { background: repeat-x content-box bottom right fixed url(test.jpg) }
bg33165 { background: repeat-x content-box bottom right none }
bg33166 { background: repeat-x content-box bottom right none fixed }
bg33167 { background: repeat-x content-box bottom right none scroll }
bg33168 { background: repeat-x content-box bottom right scroll }
bg33169 { background: repeat-x content-box bottom right scroll none }
bg33170 { background: repeat-x content-box bottom right scroll url(test.jpg) }
bg33171 { background: repeat-x content-box bottom right url(test.jpg) }
bg33172 { background: repeat-x content-box bottom right url(test.jpg) fixed }
bg33173 { background: repeat-x content-box bottom right url(test.jpg) scroll }
bg33174 { background: repeat-x content-box scroll none bottom right }
bg33175 { background: repeat-x content-box scroll bottom right }
bg33176 { background: repeat-x content-box scroll bottom right none }
bg33177 { background: repeat-x content-box scroll bottom right url(test.jpg) }
bg33178 { background: repeat-x content-box scroll url(test.jpg) bottom right }
bg33179 { background: repeat-x content-box url(test.jpg) fixed bottom right }
bg33180 { background: repeat-x content-box url(test.jpg) bottom right }
bg33181 { background: repeat-x content-box url(test.jpg) bottom right fixed }
bg33182 { background: repeat-x content-box url(test.jpg) bottom right scroll }
bg33183 { background: repeat-x content-box url(test.jpg) scroll bottom right }
bg33184 { background: repeat-x url(test.jpg) fixed bottom right content-box }
bg33185 { background: repeat-x url(test.jpg) fixed content-box bottom right }
bg33186 { background: repeat-x url(test.jpg) bottom right fixed content-box }
bg33187 { background: repeat-x url(test.jpg) bottom right scroll content-box }
bg33188 { background: repeat-x url(test.jpg) bottom right content-box }
bg33189 { background: repeat-x url(test.jpg) bottom right content-box fixed }
bg33190 { background: repeat-x url(test.jpg) bottom right content-box scroll }
bg33191 { background: repeat-x url(test.jpg) scroll bottom right content-box }
bg33192 { background: repeat-x url(test.jpg) scroll content-box bottom right }
bg33193 { background: repeat-x url(test.jpg) content-box fixed bottom right }
bg33194 { background: repeat-x url(test.jpg) content-box bottom right }
bg33195 { background: repeat-x url(test.jpg) content-box bottom right fixed }
bg33196 { background: repeat-x url(test.jpg) content-box bottom right scroll }
bg33197 { background: repeat-x url(test.jpg) content-box scroll bottom right }
bg33198 { background: repeat-y fixed none bottom right content-box }
bg33199 { background: repeat-y fixed none content-box bottom right }
bg33200 { background: repeat-y fixed bottom right none content-box }
bg33201 { background: repeat-y fixed bottom right content-box }
bg33202 { background: repeat-y fixed bottom right content-box none }
bg33203 { background: repeat-y fixed bottom right content-box url(test.jpg) }
bg33204 { background: repeat-y fixed bottom right url(test.jpg) content-box }
bg33205 { background: repeat-y fixed content-box none bottom right }
bg33206 { background: repeat-y fixed content-box bottom right }
bg33207 { background: repeat-y fixed content-box bottom right none }
bg33208 { background: repeat-y fixed content-box bottom right url(test.jpg) }
bg33209 { background: repeat-y fixed content-box url(test.jpg) bottom right }
bg33210 { background: repeat-y fixed url(test.jpg) bottom right content-box }
bg33211 { background: repeat-y fixed url(test.jpg) content-box bottom right }
bg33212 { background: repeat-y none fixed bottom right content-box }
bg33213 { background: repeat-y none fixed content-box bottom right }
bg33214 { background: repeat-y none bottom right fixed content-box }
bg33215 { background: repeat-y none bottom right scroll content-box }
bg33216 { background: repeat-y none bottom right content-box }
bg33217 { background: repeat-y none bottom right content-box fixed }
bg33218 { background: repeat-y none bottom right content-box scroll }
bg33219 { background: repeat-y none scroll bottom right content-box }
bg33220 { background: repeat-y none scroll content-box bottom right }
bg33221 { background: repeat-y none content-box fixed bottom right }
bg33222 { background: repeat-y none content-box bottom right }
bg33223 { background: repeat-y none content-box bottom right fixed }
bg33224 { background: repeat-y none content-box bottom right scroll }
bg33225 { background: repeat-y none content-box scroll bottom right }
bg33226 { background: repeat-y bottom right fixed none content-box }
bg33227 { background: repeat-y bottom right fixed content-box }
bg33228 { background: repeat-y bottom right fixed content-box none }
bg33229 { background: repeat-y bottom right fixed content-box url(test.jpg) }
bg33230 { background: repeat-y bottom right fixed url(test.jpg) content-box }
bg33231 { background: repeat-y bottom right none fixed content-box }
bg33232 { background: repeat-y bottom right none scroll content-box }
bg33233 { background: repeat-y bottom right none content-box }
bg33234 { background: repeat-y bottom right none content-box fixed }
bg33235 { background: repeat-y bottom right none content-box scroll }
bg33236 { background: repeat-y bottom right scroll none content-box }
bg33237 { background: repeat-y bottom right scroll content-box }
bg33238 { background: repeat-y bottom right scroll content-box none }
bg33239 { background: repeat-y bottom right scroll content-box url(test.jpg) }
bg33240 { background: repeat-y bottom right scroll url(test.jpg) content-box }
bg33241 { background: repeat-y bottom right content-box }
bg33242 { background: repeat-y bottom right content-box fixed }
bg33243 { background: repeat-y bottom right content-box fixed none }
bg33244 { background: repeat-y bottom right content-box fixed url(test.jpg) }
bg33245 { background: repeat-y bottom right content-box none }
bg33246 { background: repeat-y bottom right content-box none fixed }
bg33247 { background: repeat-y bottom right content-box none scroll }
bg33248 { background: repeat-y bottom right content-box scroll }
bg33249 { background: repeat-y bottom right content-box scroll none }
bg33250 { background: repeat-y bottom right content-box scroll url(test.jpg) }
bg33251 { background: repeat-y bottom right content-box url(test.jpg) }
bg33252 { background: repeat-y bottom right content-box url(test.jpg) fixed }
bg33253 { background: repeat-y bottom right content-box url(test.jpg) scroll }
bg33254 { background: repeat-y bottom right url(test.jpg) fixed content-box }
bg33255 { background: repeat-y bottom right url(test.jpg) scroll content-box }
bg33256 { background: repeat-y bottom right url(test.jpg) content-box }
bg33257 { background: repeat-y bottom right url(test.jpg) content-box fixed }
bg33258 { background: repeat-y bottom right url(test.jpg) content-box scroll }
bg33259 { background: repeat-y scroll none bottom right content-box }
bg33260 { background: repeat-y scroll none content-box bottom right }
bg33261 { background: repeat-y scroll bottom right none content-box }
bg33262 { background: repeat-y scroll bottom right content-box }
bg33263 { background: repeat-y scroll bottom right content-box none }
bg33264 { background: repeat-y scroll bottom right content-box url(test.jpg) }
bg33265 { background: repeat-y scroll bottom right url(test.jpg) content-box }
bg33266 { background: repeat-y scroll content-box none bottom right }
bg33267 { background: repeat-y scroll content-box bottom right }
bg33268 { background: repeat-y scroll content-box bottom right none }
bg33269 { background: repeat-y scroll content-box bottom right url(test.jpg) }
bg33270 { background: repeat-y scroll content-box url(test.jpg) bottom right }
bg33271 { background: repeat-y scroll url(test.jpg) bottom right content-box }
bg33272 { background: repeat-y scroll url(test.jpg) content-box bottom right }
bg33273 { background: repeat-y content-box fixed none bottom right }
bg33274 { background: repeat-y content-box fixed bottom right }
bg33275 { background: repeat-y content-box fixed bottom right none }
bg33276 { background: repeat-y content-box fixed bottom right url(test.jpg) }
bg33277 { background: repeat-y content-box fixed url(test.jpg) bottom right }
bg33278 { background: repeat-y content-box none fixed bottom right }
bg33279 { background: repeat-y content-box none bottom right }
bg33280 { background: repeat-y content-box none bottom right fixed }
bg33281 { background: repeat-y content-box none bottom right scroll }
bg33282 { background: repeat-y content-box none scroll bottom right }
bg33283 { background: repeat-y content-box bottom right }
bg33284 { background: repeat-y content-box bottom right fixed }
bg33285 { background: repeat-y content-box bottom right fixed none }
bg33286 { background: repeat-y content-box bottom right fixed url(test.jpg) }
bg33287 { background: repeat-y content-box bottom right none }
bg33288 { background: repeat-y content-box bottom right none fixed }
bg33289 { background: repeat-y content-box bottom right none scroll }
bg33290 { background: repeat-y content-box bottom right scroll }
bg33291 { background: repeat-y content-box bottom right scroll none }
bg33292 { background: repeat-y content-box bottom right scroll url(test.jpg) }
bg33293 { background: repeat-y content-box bottom right url(test.jpg) }
bg33294 { background: repeat-y content-box bottom right url(test.jpg) fixed }
bg33295 { background: repeat-y content-box bottom right url(test.jpg) scroll }
bg33296 { background: repeat-y content-box scroll none bottom right }
bg33297 { background: repeat-y content-box scroll bottom right }
bg33298 { background: repeat-y content-box scroll bottom right none }
bg33299 { background: repeat-y content-box scroll bottom right url(test.jpg) }
bg33300 { background: repeat-y content-box scroll url(test.jpg) bottom right }
bg33301 { background: repeat-y content-box url(test.jpg) fixed bottom right }
bg33302 { background: repeat-y content-box url(test.jpg) bottom right }
bg33303 { background: repeat-y content-box url(test.jpg) bottom right fixed }
bg33304 { background: repeat-y content-box url(test.jpg) bottom right scroll }
bg33305 { background: repeat-y content-box url(test.jpg) scroll bottom right }
bg33306 { background: repeat-y url(test.jpg) fixed bottom right content-box }
bg33307 { background: repeat-y url(test.jpg) fixed content-box bottom right }
bg33308 { background: repeat-y url(test.jpg) bottom right fixed content-box }
bg33309 { background: repeat-y url(test.jpg) bottom right scroll content-box }
bg33310 { background: repeat-y url(test.jpg) bottom right content-box }
bg33311 { background: repeat-y url(test.jpg) bottom right content-box fixed }
bg33312 { background: repeat-y url(test.jpg) bottom right content-box scroll }
bg33313 { background: repeat-y url(test.jpg) scroll bottom right content-box }
bg33314 { background: repeat-y url(test.jpg) scroll content-box bottom right }
bg33315 { background: repeat-y url(test.jpg) content-box fixed bottom right }
bg33316 { background: repeat-y url(test.jpg) content-box bottom right }
bg33317 { background: repeat-y url(test.jpg) content-box bottom right fixed }
bg33318 { background: repeat-y url(test.jpg) content-box bottom right scroll }
bg33319 { background: repeat-y url(test.jpg) content-box scroll bottom right }
bg33320 { background: bottom right fixed no-repeat none content-box }
bg33321 { background: bottom right fixed no-repeat content-box }
bg33322 { background: bottom right fixed no-repeat content-box none }
bg33323 { background: bottom right fixed no-repeat content-box url(test.jpg) }
bg33324 { background: bottom right fixed no-repeat url(test.jpg) content-box }
bg33325 { background: bottom right fixed none no-repeat content-box }
bg33326 { background: bottom right fixed none repeat content-box }
bg33327 { background: bottom right fixed none repeat-x content-box }
bg33328 { background: bottom right fixed none repeat-y content-box }
bg33329 { background: bottom right fixed none content-box }
bg33330 { background: bottom right fixed none content-box no-repeat }
bg33331 { background: bottom right fixed none content-box repeat }
bg33332 { background: bottom right fixed none content-box repeat-x }
bg33333 { background: bottom right fixed none content-box repeat-y }
bg33334 { background: bottom right fixed repeat none content-box }
bg33335 { background: bottom right fixed repeat content-box }
bg33336 { background: bottom right fixed repeat content-box none }
bg33337 { background: bottom right fixed repeat content-box url(test.jpg) }
bg33338 { background: bottom right fixed repeat url(test.jpg) content-box }
bg33339 { background: bottom right fixed repeat-x none content-box }
bg33340 { background: bottom right fixed repeat-x content-box }
bg33341 { background: bottom right fixed repeat-x content-box none }
bg33342 { background: bottom right fixed repeat-x content-box url(test.jpg) }
bg33343 { background: bottom right fixed repeat-x url(test.jpg) content-box }
bg33344 { background: bottom right fixed repeat-y none content-box }
bg33345 { background: bottom right fixed repeat-y content-box }
bg33346 { background: bottom right fixed repeat-y content-box none }
bg33347 { background: bottom right fixed repeat-y content-box url(test.jpg) }
bg33348 { background: bottom right fixed repeat-y url(test.jpg) content-box }
bg33349 { background: bottom right fixed content-box }
bg33350 { background: bottom right fixed content-box no-repeat }
bg33351 { background: bottom right fixed content-box no-repeat none }
bg33352 { background: bottom right fixed content-box no-repeat url(test.jpg) }
bg33353 { background: bottom right fixed content-box none }
bg33354 { background: bottom right fixed content-box none no-repeat }
bg33355 { background: bottom right fixed content-box none repeat }
bg33356 { background: bottom right fixed content-box none repeat-x }
bg33357 { background: bottom right fixed content-box none repeat-y }
bg33358 { background: bottom right fixed content-box repeat }
bg33359 { background: bottom right fixed content-box repeat none }
bg33360 { background: bottom right fixed content-box repeat url(test.jpg) }
bg33361 { background: bottom right fixed content-box repeat-x }
bg33362 { background: bottom right fixed content-box repeat-x none }
bg33363 { background: bottom right fixed content-box repeat-x url(test.jpg) }
bg33364 { background: bottom right fixed content-box repeat-y }
bg33365 { background: bottom right fixed content-box repeat-y none }
bg33366 { background: bottom right fixed content-box repeat-y url(test.jpg) }
bg33367 { background: bottom right fixed content-box url(test.jpg) }
bg33368 { background: bottom right fixed content-box url(test.jpg) no-repeat }
bg33369 { background: bottom right fixed content-box url(test.jpg) repeat }
bg33370 { background: bottom right fixed content-box url(test.jpg) repeat-x }
bg33371 { background: bottom right fixed content-box url(test.jpg) repeat-y }
bg33372 { background: bottom right fixed url(test.jpg) no-repeat content-box }
bg33373 { background: bottom right fixed url(test.jpg) repeat content-box }
bg33374 { background: bottom right fixed url(test.jpg) repeat-x content-box }
bg33375 { background: bottom right fixed url(test.jpg) repeat-y content-box }
bg33376 { background: bottom right fixed url(test.jpg) content-box }
bg33377 { background: bottom right fixed url(test.jpg) content-box no-repeat }
bg33378 { background: bottom right fixed url(test.jpg) content-box repeat }
bg33379 { background: bottom right fixed url(test.jpg) content-box repeat-x }
bg33380 { background: bottom right fixed url(test.jpg) content-box repeat-y }
bg33381 { background: bottom right no-repeat fixed none content-box }
bg33382 { background: bottom right no-repeat fixed content-box }
bg33383 { background: bottom right no-repeat fixed content-box none }
bg33384 { background: bottom right no-repeat fixed content-box url(test.jpg) }
bg33385 { background: bottom right no-repeat fixed url(test.jpg) content-box }
bg33386 { background: bottom right no-repeat none fixed content-box }
bg33387 { background: bottom right no-repeat none scroll content-box }
bg33388 { background: bottom right no-repeat none content-box }
bg33389 { background: bottom right no-repeat none content-box fixed }
bg33390 { background: bottom right no-repeat none content-box scroll }
bg33391 { background: bottom right no-repeat scroll none content-box }
bg33392 { background: bottom right no-repeat scroll content-box }
bg33393 { background: bottom right no-repeat scroll content-box none }
bg33394 { background: bottom right no-repeat scroll content-box url(test.jpg) }
bg33395 { background: bottom right no-repeat scroll url(test.jpg) content-box }
bg33396 { background: bottom right no-repeat content-box }
bg33397 { background: bottom right no-repeat content-box fixed }
bg33398 { background: bottom right no-repeat content-box fixed none }
bg33399 { background: bottom right no-repeat content-box fixed url(test.jpg) }
bg33400 { background: bottom right no-repeat content-box none }
bg33401 { background: bottom right no-repeat content-box none fixed }
bg33402 { background: bottom right no-repeat content-box none scroll }
bg33403 { background: bottom right no-repeat content-box scroll }
bg33404 { background: bottom right no-repeat content-box scroll none }
bg33405 { background: bottom right no-repeat content-box scroll url(test.jpg) }
bg33406 { background: bottom right no-repeat content-box url(test.jpg) }
bg33407 { background: bottom right no-repeat content-box url(test.jpg) fixed }
bg33408 { background: bottom right no-repeat content-box url(test.jpg) scroll }
bg33409 { background: bottom right no-repeat url(test.jpg) fixed content-box }
bg33410 { background: bottom right no-repeat url(test.jpg) scroll content-box }
bg33411 { background: bottom right no-repeat url(test.jpg) content-box }
bg33412 { background: bottom right no-repeat url(test.jpg) content-box fixed }
bg33413 { background: bottom right no-repeat url(test.jpg) content-box scroll }
bg33414 { background: bottom right none fixed no-repeat content-box }
bg33415 { background: bottom right none fixed repeat content-box }
bg33416 { background: bottom right none fixed repeat-x content-box }
bg33417 { background: bottom right none fixed repeat-y content-box }
bg33418 { background: bottom right none fixed content-box }
bg33419 { background: bottom right none fixed content-box no-repeat }
bg33420 { background: bottom right none fixed content-box repeat }
bg33421 { background: bottom right none fixed content-box repeat-x }
bg33422 { background: bottom right none fixed content-box repeat-y }
bg33423 { background: bottom right none no-repeat fixed content-box }
bg33424 { background: bottom right none no-repeat scroll content-box }
bg33425 { background: bottom right none no-repeat content-box }
bg33426 { background: bottom right none no-repeat content-box fixed }
bg33427 { background: bottom right none no-repeat content-box scroll }
bg33428 { background: bottom right none repeat fixed content-box }
bg33429 { background: bottom right none repeat scroll content-box }
bg33430 { background: bottom right none repeat content-box }
bg33431 { background: bottom right none repeat content-box fixed }
bg33432 { background: bottom right none repeat content-box scroll }
bg33433 { background: bottom right none repeat-x fixed content-box }
bg33434 { background: bottom right none repeat-x scroll content-box }
bg33435 { background: bottom right none repeat-x content-box }
bg33436 { background: bottom right none repeat-x content-box fixed }
bg33437 { background: bottom right none repeat-x content-box scroll }
bg33438 { background: bottom right none repeat-y fixed content-box }
bg33439 { background: bottom right none repeat-y scroll content-box }
bg33440 { background: bottom right none repeat-y content-box }
bg33441 { background: bottom right none repeat-y content-box fixed }
bg33442 { background: bottom right none repeat-y content-box scroll }
bg33443 { background: bottom right none scroll no-repeat content-box }
bg33444 { background: bottom right none scroll repeat content-box }
bg33445 { background: bottom right none scroll repeat-x content-box }
bg33446 { background: bottom right none scroll repeat-y content-box }
bg33447 { background: bottom right none scroll content-box }
bg33448 { background: bottom right none scroll content-box no-repeat }
bg33449 { background: bottom right none scroll content-box repeat }
bg33450 { background: bottom right none scroll content-box repeat-x }
bg33451 { background: bottom right none scroll content-box repeat-y }
bg33452 { background: bottom right none content-box }
bg33453 { background: bottom right none content-box fixed }
bg33454 { background: bottom right none content-box fixed no-repeat }
bg33455 { background: bottom right none content-box fixed repeat }
bg33456 { background: bottom right none content-box fixed repeat-x }
bg33457 { background: bottom right none content-box fixed repeat-y }
bg33458 { background: bottom right none content-box no-repeat }
bg33459 { background: bottom right none content-box no-repeat fixed }
bg33460 { background: bottom right none content-box no-repeat scroll }
bg33461 { background: bottom right none content-box repeat }
bg33462 { background: bottom right none content-box repeat fixed }
bg33463 { background: bottom right none content-box repeat scroll }
bg33464 { background: bottom right none content-box repeat-x }
bg33465 { background: bottom right none content-box repeat-x fixed }
bg33466 { background: bottom right none content-box repeat-x scroll }
bg33467 { background: bottom right none content-box repeat-y }
bg33468 { background: bottom right none content-box repeat-y fixed }
bg33469 { background: bottom right none content-box repeat-y scroll }
bg33470 { background: bottom right none content-box scroll }
bg33471 { background: bottom right none content-box scroll no-repeat }
bg33472 { background: bottom right none content-box scroll repeat }
bg33473 { background: bottom right none content-box scroll repeat-x }
bg33474 { background: bottom right none content-box scroll repeat-y }
bg33475 { background: bottom right repeat fixed none content-box }
bg33476 { background: bottom right repeat fixed content-box }
bg33477 { background: bottom right repeat fixed content-box none }
bg33478 { background: bottom right repeat fixed content-box url(test.jpg) }
bg33479 { background: bottom right repeat fixed url(test.jpg) content-box }
bg33480 { background: bottom right repeat none fixed content-box }
bg33481 { background: bottom right repeat none scroll content-box }
bg33482 { background: bottom right repeat none content-box }
bg33483 { background: bottom right repeat none content-box fixed }
bg33484 { background: bottom right repeat none content-box scroll }
bg33485 { background: bottom right repeat scroll none content-box }
bg33486 { background: bottom right repeat scroll content-box }
bg33487 { background: bottom right repeat scroll content-box none }
bg33488 { background: bottom right repeat scroll content-box url(test.jpg) }
bg33489 { background: bottom right repeat scroll url(test.jpg) content-box }
bg33490 { background: bottom right repeat content-box }
bg33491 { background: bottom right repeat content-box fixed }
bg33492 { background: bottom right repeat content-box fixed none }
bg33493 { background: bottom right repeat content-box fixed url(test.jpg) }
bg33494 { background: bottom right repeat content-box none }
bg33495 { background: bottom right repeat content-box none fixed }
bg33496 { background: bottom right repeat content-box none scroll }
bg33497 { background: bottom right repeat content-box scroll }
bg33498 { background: bottom right repeat content-box scroll none }
bg33499 { background: bottom right repeat content-box scroll url(test.jpg) }
bg33500 { background: bottom right repeat content-box url(test.jpg) }
bg33501 { background: bottom right repeat content-box url(test.jpg) fixed }
bg33502 { background: bottom right repeat content-box url(test.jpg) scroll }
bg33503 { background: bottom right repeat url(test.jpg) fixed content-box }
bg33504 { background: bottom right repeat url(test.jpg) scroll content-box }
bg33505 { background: bottom right repeat url(test.jpg) content-box }
bg33506 { background: bottom right repeat url(test.jpg) content-box fixed }
bg33507 { background: bottom right repeat url(test.jpg) content-box scroll }
bg33508 { background: bottom right repeat-x fixed none content-box }
bg33509 { background: bottom right repeat-x fixed content-box }
bg33510 { background: bottom right repeat-x fixed content-box none }
bg33511 { background: bottom right repeat-x fixed content-box url(test.jpg) }
bg33512 { background: bottom right repeat-x fixed url(test.jpg) content-box }
bg33513 { background: bottom right repeat-x none fixed content-box }
bg33514 { background: bottom right repeat-x none scroll content-box }
bg33515 { background: bottom right repeat-x none content-box }
bg33516 { background: bottom right repeat-x none content-box fixed }
bg33517 { background: bottom right repeat-x none content-box scroll }
bg33518 { background: bottom right repeat-x scroll none content-box }
bg33519 { background: bottom right repeat-x scroll content-box }
bg33520 { background: bottom right repeat-x scroll content-box none }
bg33521 { background: bottom right repeat-x scroll content-box url(test.jpg) }
bg33522 { background: bottom right repeat-x scroll url(test.jpg) content-box }
bg33523 { background: bottom right repeat-x content-box }
bg33524 { background: bottom right repeat-x content-box fixed }
bg33525 { background: bottom right repeat-x content-box fixed none }
bg33526 { background: bottom right repeat-x content-box fixed url(test.jpg) }
bg33527 { background: bottom right repeat-x content-box none }
bg33528 { background: bottom right repeat-x content-box none fixed }
bg33529 { background: bottom right repeat-x content-box none scroll }
bg33530 { background: bottom right repeat-x content-box scroll }
bg33531 { background: bottom right repeat-x content-box scroll none }
bg33532 { background: bottom right repeat-x content-box scroll url(test.jpg) }
bg33533 { background: bottom right repeat-x content-box url(test.jpg) }
bg33534 { background: bottom right repeat-x content-box url(test.jpg) fixed }
bg33535 { background: bottom right repeat-x content-box url(test.jpg) scroll }
bg33536 { background: bottom right repeat-x url(test.jpg) fixed content-box }
bg33537 { background: bottom right repeat-x url(test.jpg) scroll content-box }
bg33538 { background: bottom right repeat-x url(test.jpg) content-box }
bg33539 { background: bottom right repeat-x url(test.jpg) content-box fixed }
bg33540 { background: bottom right repeat-x url(test.jpg) content-box scroll }
bg33541 { background: bottom right repeat-y fixed none content-box }
bg33542 { background: bottom right repeat-y fixed content-box }
bg33543 { background: bottom right repeat-y fixed content-box none }
bg33544 { background: bottom right repeat-y fixed content-box url(test.jpg) }
bg33545 { background: bottom right repeat-y fixed url(test.jpg) content-box }
bg33546 { background: bottom right repeat-y none fixed content-box }
bg33547 { background: bottom right repeat-y none scroll content-box }
bg33548 { background: bottom right repeat-y none content-box }
bg33549 { background: bottom right repeat-y none content-box fixed }
bg33550 { background: bottom right repeat-y none content-box scroll }
bg33551 { background: bottom right repeat-y scroll none content-box }
bg33552 { background: bottom right repeat-y scroll content-box }
bg33553 { background: bottom right repeat-y scroll content-box none }
bg33554 { background: bottom right repeat-y scroll content-box url(test.jpg) }
bg33555 { background: bottom right repeat-y scroll url(test.jpg) content-box }
bg33556 { background: bottom right repeat-y content-box }
bg33557 { background: bottom right repeat-y content-box fixed }
bg33558 { background: bottom right repeat-y content-box fixed none }
bg33559 { background: bottom right repeat-y content-box fixed url(test.jpg) }
bg33560 { background: bottom right repeat-y content-box none }
bg33561 { background: bottom right repeat-y content-box none fixed }
bg33562 { background: bottom right repeat-y content-box none scroll }
bg33563 { background: bottom right repeat-y content-box scroll }
bg33564 { background: bottom right repeat-y content-box scroll none }
bg33565 { background: bottom right repeat-y content-box scroll url(test.jpg) }
bg33566 { background: bottom right repeat-y content-box url(test.jpg) }
bg33567 { background: bottom right repeat-y content-box url(test.jpg) fixed }
bg33568 { background: bottom right repeat-y content-box url(test.jpg) scroll }
bg33569 { background: bottom right repeat-y url(test.jpg) fixed content-box }
bg33570 { background: bottom right repeat-y url(test.jpg) scroll content-box }
bg33571 { background: bottom right repeat-y url(test.jpg) content-box }
bg33572 { background: bottom right repeat-y url(test.jpg) content-box fixed }
bg33573 { background: bottom right repeat-y url(test.jpg) content-box scroll }
bg33574 { background: bottom right scroll no-repeat none content-box }
bg33575 { background: bottom right scroll no-repeat content-box }
bg33576 { background: bottom right scroll no-repeat content-box none }
bg33577 { background: bottom right scroll no-repeat content-box url(test.jpg) }
bg33578 { background: bottom right scroll no-repeat url(test.jpg) content-box }
bg33579 { background: bottom right scroll none no-repeat content-box }
bg33580 { background: bottom right scroll none repeat content-box }
bg33581 { background: bottom right scroll none repeat-x content-box }
bg33582 { background: bottom right scroll none repeat-y content-box }
bg33583 { background: bottom right scroll none content-box }
bg33584 { background: bottom right scroll none content-box no-repeat }
bg33585 { background: bottom right scroll none content-box repeat }
bg33586 { background: bottom right scroll none content-box repeat-x }
bg33587 { background: bottom right scroll none content-box repeat-y }
bg33588 { background: bottom right scroll repeat none content-box }
bg33589 { background: bottom right scroll repeat content-box }
bg33590 { background: bottom right scroll repeat content-box none }
bg33591 { background: bottom right scroll repeat content-box url(test.jpg) }
bg33592 { background: bottom right scroll repeat url(test.jpg) content-box }
bg33593 { background: bottom right scroll repeat-x none content-box }
bg33594 { background: bottom right scroll repeat-x content-box }
bg33595 { background: bottom right scroll repeat-x content-box none }
bg33596 { background: bottom right scroll repeat-x content-box url(test.jpg) }
bg33597 { background: bottom right scroll repeat-x url(test.jpg) content-box }
bg33598 { background: bottom right scroll repeat-y none content-box }
bg33599 { background: bottom right scroll repeat-y content-box }
bg33600 { background: bottom right scroll repeat-y content-box none }
bg33601 { background: bottom right scroll repeat-y content-box url(test.jpg) }
bg33602 { background: bottom right scroll repeat-y url(test.jpg) content-box }
bg33603 { background: bottom right scroll content-box }
bg33604 { background: bottom right scroll content-box no-repeat }
bg33605 { background: bottom right scroll content-box no-repeat none }
bg33606 { background: bottom right scroll content-box no-repeat url(test.jpg) }
bg33607 { background: bottom right scroll content-box none }
bg33608 { background: bottom right scroll content-box none no-repeat }
bg33609 { background: bottom right scroll content-box none repeat }
bg33610 { background: bottom right scroll content-box none repeat-x }
bg33611 { background: bottom right scroll content-box none repeat-y }
bg33612 { background: bottom right scroll content-box repeat }
bg33613 { background: bottom right scroll content-box repeat none }
bg33614 { background: bottom right scroll content-box repeat url(test.jpg) }
bg33615 { background: bottom right scroll content-box repeat-x }
bg33616 { background: bottom right scroll content-box repeat-x none }
bg33617 { background: bottom right scroll content-box repeat-x url(test.jpg) }
bg33618 { background: bottom right scroll content-box repeat-y }
bg33619 { background: bottom right scroll content-box repeat-y none }
bg33620 { background: bottom right scroll content-box repeat-y url(test.jpg) }
bg33621 { background: bottom right scroll content-box url(test.jpg) }
bg33622 { background: bottom right scroll content-box url(test.jpg) no-repeat }
bg33623 { background: bottom right scroll content-box url(test.jpg) repeat }
bg33624 { background: bottom right scroll content-box url(test.jpg) repeat-x }
bg33625 { background: bottom right scroll content-box url(test.jpg) repeat-y }
bg33626 { background: bottom right scroll url(test.jpg) no-repeat content-box }
bg33627 { background: bottom right scroll url(test.jpg) repeat content-box }
bg33628 { background: bottom right scroll url(test.jpg) repeat-x content-box }
bg33629 { background: bottom right scroll url(test.jpg) repeat-y content-box }
bg33630 { background: bottom right scroll url(test.jpg) content-box }
bg33631 { background: bottom right scroll url(test.jpg) content-box no-repeat }
bg33632 { background: bottom right scroll url(test.jpg) content-box repeat }
bg33633 { background: bottom right scroll url(test.jpg) content-box repeat-x }
bg33634 { background: bottom right scroll url(test.jpg) content-box repeat-y }
bg33635 { background: bottom right content-box }
bg33636 { background: bottom right content-box fixed }
bg33637 { background: bottom right content-box fixed no-repeat }
bg33638 { background: bottom right content-box fixed no-repeat none }
bg33639 { background: bottom right content-box fixed no-repeat url(test.jpg) }
bg33640 { background: bottom right content-box fixed none }
bg33641 { background: bottom right content-box fixed none no-repeat }
bg33642 { background: bottom right content-box fixed none repeat }
bg33643 { background: bottom right content-box fixed none repeat-x }
bg33644 { background: bottom right content-box fixed none repeat-y }
bg33645 { background: bottom right content-box fixed repeat }
bg33646 { background: bottom right content-box fixed repeat none }
bg33647 { background: bottom right content-box fixed repeat url(test.jpg) }
bg33648 { background: bottom right content-box fixed repeat-x }
bg33649 { background: bottom right content-box fixed repeat-x none }
bg33650 { background: bottom right content-box fixed repeat-x url(test.jpg) }
bg33651 { background: bottom right content-box fixed repeat-y }
bg33652 { background: bottom right content-box fixed repeat-y none }
bg33653 { background: bottom right content-box fixed repeat-y url(test.jpg) }
bg33654 { background: bottom right content-box fixed url(test.jpg) }
bg33655 { background: bottom right content-box fixed url(test.jpg) no-repeat }
bg33656 { background: bottom right content-box fixed url(test.jpg) repeat }
bg33657 { background: bottom right content-box fixed url(test.jpg) repeat-x }
bg33658 { background: bottom right content-box fixed url(test.jpg) repeat-y }
bg33659 { background: bottom right content-box no-repeat }
bg33660 { background: bottom right content-box no-repeat fixed }
bg33661 { background: bottom right content-box no-repeat fixed none }
bg33662 { background: bottom right content-box no-repeat fixed url(test.jpg) }
bg33663 { background: bottom right content-box no-repeat none }
bg33664 { background: bottom right content-box no-repeat none fixed }
bg33665 { background: bottom right content-box no-repeat none scroll }
bg33666 { background: bottom right content-box no-repeat scroll }
bg33667 { background: bottom right content-box no-repeat scroll none }
bg33668 { background: bottom right content-box no-repeat scroll url(test.jpg) }
bg33669 { background: bottom right content-box no-repeat url(test.jpg) }
bg33670 { background: bottom right content-box no-repeat url(test.jpg) fixed }
bg33671 { background: bottom right content-box no-repeat url(test.jpg) scroll }
bg33672 { background: bottom right content-box none }
bg33673 { background: bottom right content-box none fixed }
bg33674 { background: bottom right content-box none fixed no-repeat }
bg33675 { background: bottom right content-box none fixed repeat }
bg33676 { background: bottom right content-box none fixed repeat-x }
bg33677 { background: bottom right content-box none fixed repeat-y }
bg33678 { background: bottom right content-box none no-repeat }
bg33679 { background: bottom right content-box none no-repeat fixed }
bg33680 { background: bottom right content-box none no-repeat scroll }
bg33681 { background: bottom right content-box none repeat }
bg33682 { background: bottom right content-box none repeat fixed }
bg33683 { background: bottom right content-box none repeat scroll }
bg33684 { background: bottom right content-box none repeat-x }
bg33685 { background: bottom right content-box none repeat-x fixed }
bg33686 { background: bottom right content-box none repeat-x scroll }
bg33687 { background: bottom right content-box none repeat-y }
bg33688 { background: bottom right content-box none repeat-y fixed }
bg33689 { background: bottom right content-box none repeat-y scroll }
bg33690 { background: bottom right content-box none scroll }
bg33691 { background: bottom right content-box none scroll no-repeat }
bg33692 { background: bottom right content-box none scroll repeat }
bg33693 { background: bottom right content-box none scroll repeat-x }
bg33694 { background: bottom right content-box none scroll repeat-y }
bg33695 { background: bottom right content-box repeat }
bg33696 { background: bottom right content-box repeat fixed }
bg33697 { background: bottom right content-box repeat fixed none }
bg33698 { background: bottom right content-box repeat fixed url(test.jpg) }
bg33699 { background: bottom right content-box repeat none }
bg33700 { background: bottom right content-box repeat none fixed }
bg33701 { background: bottom right content-box repeat none scroll }
bg33702 { background: bottom right content-box repeat scroll }
bg33703 { background: bottom right content-box repeat scroll none }
bg33704 { background: bottom right content-box repeat scroll url(test.jpg) }
bg33705 { background: bottom right content-box repeat url(test.jpg) }
bg33706 { background: bottom right content-box repeat url(test.jpg) fixed }
bg33707 { background: bottom right content-box repeat url(test.jpg) scroll }
bg33708 { background: bottom right content-box repeat-x }
bg33709 { background: bottom right content-box repeat-x fixed }
bg33710 { background: bottom right content-box repeat-x fixed none }
bg33711 { background: bottom right content-box repeat-x fixed url(test.jpg) }
bg33712 { background: bottom right content-box repeat-x none }
bg33713 { background: bottom right content-box repeat-x none fixed }
bg33714 { background: bottom right content-box repeat-x none scroll }
bg33715 { background: bottom right content-box repeat-x scroll }
bg33716 { background: bottom right content-box repeat-x scroll none }
bg33717 { background: bottom right content-box repeat-x scroll url(test.jpg) }
bg33718 { background: bottom right content-box repeat-x url(test.jpg) }
bg33719 { background: bottom right content-box repeat-x url(test.jpg) fixed }
bg33720 { background: bottom right content-box repeat-x url(test.jpg) scroll }
bg33721 { background: bottom right content-box repeat-y }
bg33722 { background: bottom right content-box repeat-y fixed }
bg33723 { background: bottom right content-box repeat-y fixed none }
bg33724 { background: bottom right content-box repeat-y fixed url(test.jpg) }
bg33725 { background: bottom right content-box repeat-y none }
bg33726 { background: bottom right content-box repeat-y none fixed }
bg33727 { background: bottom right content-box repeat-y none scroll }
bg33728 { background: bottom right content-box repeat-y scroll }
bg33729 { background: bottom right content-box repeat-y scroll none }
bg33730 { background: bottom right content-box repeat-y scroll url(test.jpg) }
bg33731 { background: bottom right content-box repeat-y url(test.jpg) }
bg33732 { background: bottom right content-box repeat-y url(test.jpg) fixed }
bg33733 { background: bottom right content-box repeat-y url(test.jpg) scroll }
bg33734 { background: bottom right content-box scroll }
bg33735 { background: bottom right content-box scroll no-repeat }
bg33736 { background: bottom right content-box scroll no-repeat none }
bg33737 { background: bottom right content-box scroll no-repeat url(test.jpg) }
bg33738 { background: bottom right content-box scroll none }
bg33739 { background: bottom right content-box scroll none no-repeat }
bg33740 { background: bottom right content-box scroll none repeat }
bg33741 { background: bottom right content-box scroll none repeat-x }
bg33742 { background: bottom right content-box scroll none repeat-y }
bg33743 { background: bottom right content-box scroll repeat }
bg33744 { background: bottom right content-box scroll repeat none }
bg33745 { background: bottom right content-box scroll repeat url(test.jpg) }
bg33746 { background: bottom right content-box scroll repeat-x }
bg33747 { background: bottom right content-box scroll repeat-x none }
bg33748 { background: bottom right content-box scroll repeat-x url(test.jpg) }
bg33749 { background: bottom right content-box scroll repeat-y }
bg33750 { background: bottom right content-box scroll repeat-y none }
bg33751 { background: bottom right content-box scroll repeat-y url(test.jpg) }
bg33752 { background: bottom right content-box scroll url(test.jpg) }
bg33753 { background: bottom right content-box scroll url(test.jpg) no-repeat }
bg33754 { background: bottom right content-box scroll url(test.jpg) repeat }
bg33755 { background: bottom right content-box scroll url(test.jpg) repeat-x }
bg33756 { background: bottom right content-box scroll url(test.jpg) repeat-y }
bg33757 { background: bottom right content-box url(test.jpg) }
bg33758 { background: bottom right content-box url(test.jpg) fixed }
bg33759 { background: bottom right content-box url(test.jpg) fixed no-repeat }
bg33760 { background: bottom right content-box url(test.jpg) fixed repeat }
bg33761 { background: bottom right content-box url(test.jpg) fixed repeat-x }
bg33762 { background: bottom right content-box url(test.jpg) fixed repeat-y }
bg33763 { background: bottom right content-box url(test.jpg) no-repeat }
bg33764 { background: bottom right content-box url(test.jpg) no-repeat fixed }
bg33765 { background: bottom right content-box url(test.jpg) no-repeat scroll }
bg33766 { background: bottom right content-box url(test.jpg) repeat }
bg33767 { background: bottom right content-box url(test.jpg) repeat fixed }
bg33768 { background: bottom right content-box url(test.jpg) repeat scroll }
bg33769 { background: bottom right content-box url(test.jpg) repeat-x }
bg33770 { background: bottom right content-box url(test.jpg) repeat-x fixed }
bg33771 { background: bottom right content-box url(test.jpg) repeat-x scroll }
bg33772 { background: bottom right content-box url(test.jpg) repeat-y }
bg33773 { background: bottom right content-box url(test.jpg) repeat-y fixed }
bg33774 { background: bottom right content-box url(test.jpg) repeat-y scroll }
bg33775 { background: bottom right content-box url(test.jpg) scroll }
bg33776 { background: bottom right content-box url(test.jpg) scroll no-repeat }
bg33777 { background: bottom right content-box url(test.jpg) scroll repeat }
bg33778 { background: bottom right content-box url(test.jpg) scroll repeat-x }
bg33779 { background: bottom right content-box url(test.jpg) scroll repeat-y }
bg33780 { background: bottom right url(test.jpg) fixed no-repeat content-box }
bg33781 { background: bottom right url(test.jpg) fixed repeat content-box }
bg33782 { background: bottom right url(test.jpg) fixed repeat-x content-box }
bg33783 { background: bottom right url(test.jpg) fixed repeat-y content-box }
bg33784 { background: bottom right url(test.jpg) fixed content-box }
bg33785 { background: bottom right url(test.jpg) fixed content-box no-repeat }
bg33786 { background: bottom right url(test.jpg) fixed content-box repeat }
bg33787 { background: bottom right url(test.jpg) fixed content-box repeat-x }
bg33788 { background: bottom right url(test.jpg) fixed content-box repeat-y }
bg33789 { background: bottom right url(test.jpg) no-repeat fixed content-box }
bg33790 { background: bottom right url(test.jpg) no-repeat scroll content-box }
bg33791 { background: bottom right url(test.jpg) no-repeat content-box }
bg33792 { background: bottom right url(test.jpg) no-repeat content-box fixed }
bg33793 { background: bottom right url(test.jpg) no-repeat content-box scroll }
bg33794 { background: bottom right url(test.jpg) repeat fixed content-box }
bg33795 { background: bottom right url(test.jpg) repeat scroll content-box }
bg33796 { background: bottom right url(test.jpg) repeat content-box }
bg33797 { background: bottom right url(test.jpg) repeat content-box fixed }
bg33798 { background: bottom right url(test.jpg) repeat content-box scroll }
bg33799 { background: bottom right url(test.jpg) repeat-x fixed content-box }
bg33800 { background: bottom right url(test.jpg) repeat-x scroll content-box }
bg33801 { background: bottom right url(test.jpg) repeat-x content-box }
bg33802 { background: bottom right url(test.jpg) repeat-x content-box fixed }
bg33803 { background: bottom right url(test.jpg) repeat-x content-box scroll }
bg33804 { background: bottom right url(test.jpg) repeat-y fixed content-box }
bg33805 { background: bottom right url(test.jpg) repeat-y scroll content-box }
bg33806 { background: bottom right url(test.jpg) repeat-y content-box }
bg33807 { background: bottom right url(test.jpg) repeat-y content-box fixed }
bg33808 { background: bottom right url(test.jpg) repeat-y content-box scroll }
bg33809 { background: bottom right url(test.jpg) scroll no-repeat content-box }
bg33810 { background: bottom right url(test.jpg) scroll repeat content-box }
bg33811 { background: bottom right url(test.jpg) scroll repeat-x content-box }
bg33812 { background: bottom right url(test.jpg) scroll repeat-y content-box }
bg33813 { background: bottom right url(test.jpg) scroll content-box }
bg33814 { background: bottom right url(test.jpg) scroll content-box no-repeat }
bg33815 { background: bottom right url(test.jpg) scroll content-box repeat }
bg33816 { background: bottom right url(test.jpg) scroll content-box repeat-x }
bg33817 { background: bottom right url(test.jpg) scroll content-box repeat-y }
bg33818 { background: bottom right url(test.jpg) content-box }
bg33819 { background: bottom right url(test.jpg) content-box fixed }
bg33820 { background: bottom right url(test.jpg) content-box fixed no-repeat }
bg33821 { background: bottom right url(test.jpg) content-box fixed repeat }
bg33822 { background: bottom right url(test.jpg) content-box fixed repeat-x }
bg33823 { background: bottom right url(test.jpg) content-box fixed repeat-y }
bg33824 { background: bottom right url(test.jpg) content-box no-repeat }
bg33825 { background: bottom right url(test.jpg) content-box no-repeat fixed }
bg33826 { background: bottom right url(test.jpg) content-box no-repeat scroll }
bg33827 { background: bottom right url(test.jpg) content-box repeat }
bg33828 { background: bottom right url(test.jpg) content-box repeat fixed }
bg33829 { background: bottom right url(test.jpg) content-box repeat scroll }
bg33830 { background: bottom right url(test.jpg) content-box repeat-x }
bg33831 { background: bottom right url(test.jpg) content-box repeat-x fixed }
bg33832 { background: bottom right url(test.jpg) content-box repeat-x scroll }
bg33833 { background: bottom right url(test.jpg) content-box repeat-y }
bg33834 { background: bottom right url(test.jpg) content-box repeat-y fixed }
bg33835 { background: bottom right url(test.jpg) content-box repeat-y scroll }
bg33836 { background: bottom right url(test.jpg) content-box scroll }
bg33837 { background: bottom right url(test.jpg) content-box scroll no-repeat }
bg33838 { background: bottom right url(test.jpg) content-box scroll repeat }
bg33839 { background: bottom right url(test.jpg) content-box scroll repeat-x }
bg33840 { background: bottom right url(test.jpg) content-box scroll repeat-y }
bg33841 { background: scroll no-repeat none bottom right content-box }
bg33842 { background: scroll no-repeat none content-box bottom right }
bg33843 { background: scroll no-repeat bottom right none content-box }
bg33844 { background: scroll no-repeat bottom right content-box }
bg33845 { background: scroll no-repeat bottom right content-box none }
bg33846 { background: scroll no-repeat bottom right content-box url(test.jpg) }
bg33847 { background: scroll no-repeat bottom right url(test.jpg) content-box }
bg33848 { background: scroll no-repeat content-box none bottom right }
bg33849 { background: scroll no-repeat content-box bottom right }
bg33850 { background: scroll no-repeat content-box bottom right none }
bg33851 { background: scroll no-repeat content-box bottom right url(test.jpg) }
bg33852 { background: scroll no-repeat content-box url(test.jpg) bottom right }
bg33853 { background: scroll no-repeat url(test.jpg) bottom right content-box }
bg33854 { background: scroll no-repeat url(test.jpg) content-box bottom right }
bg33855 { background: scroll none no-repeat bottom right content-box }
bg33856 { background: scroll none no-repeat content-box bottom right }
bg33857 { background: scroll none repeat bottom right content-box }
bg33858 { background: scroll none repeat content-box bottom right }
bg33859 { background: scroll none repeat-x bottom right content-box }
bg33860 { background: scroll none repeat-x content-box bottom right }
bg33861 { background: scroll none repeat-y bottom right content-box }
bg33862 { background: scroll none repeat-y content-box bottom right }
bg33863 { background: scroll none bottom right no-repeat content-box }
bg33864 { background: scroll none bottom right repeat content-box }
bg33865 { background: scroll none bottom right repeat-x content-box }
bg33866 { background: scroll none bottom right repeat-y content-box }
bg33867 { background: scroll none bottom right content-box }
bg33868 { background: scroll none bottom right content-box no-repeat }
bg33869 { background: scroll none bottom right content-box repeat }
bg33870 { background: scroll none bottom right content-box repeat-x }
bg33871 { background: scroll none bottom right content-box repeat-y }
bg33872 { background: scroll none content-box no-repeat bottom right }
bg33873 { background: scroll none content-box repeat bottom right }
bg33874 { background: scroll none content-box repeat-x bottom right }
bg33875 { background: scroll none content-box repeat-y bottom right }
bg33876 { background: scroll none content-box bottom right }
bg33877 { background: scroll none content-box bottom right no-repeat }
bg33878 { background: scroll none content-box bottom right repeat }
bg33879 { background: scroll none content-box bottom right repeat-x }
bg33880 { background: scroll none content-box bottom right repeat-y }
bg33881 { background: scroll repeat none bottom right content-box }
bg33882 { background: scroll repeat none content-box bottom right }
bg33883 { background: scroll repeat bottom right none content-box }
bg33884 { background: scroll repeat bottom right content-box }
bg33885 { background: scroll repeat bottom right content-box none }
bg33886 { background: scroll repeat bottom right content-box url(test.jpg) }
bg33887 { background: scroll repeat bottom right url(test.jpg) content-box }
bg33888 { background: scroll repeat content-box none bottom right }
bg33889 { background: scroll repeat content-box bottom right }
bg33890 { background: scroll repeat content-box bottom right none }
bg33891 { background: scroll repeat content-box bottom right url(test.jpg) }
bg33892 { background: scroll repeat content-box url(test.jpg) bottom right }
bg33893 { background: scroll repeat url(test.jpg) bottom right content-box }
bg33894 { background: scroll repeat url(test.jpg) content-box bottom right }
bg33895 { background: scroll repeat-x none bottom right content-box }
bg33896 { background: scroll repeat-x none content-box bottom right }
bg33897 { background: scroll repeat-x bottom right none content-box }
bg33898 { background: scroll repeat-x bottom right content-box }
bg33899 { background: scroll repeat-x bottom right content-box none }
bg33900 { background: scroll repeat-x bottom right content-box url(test.jpg) }
bg33901 { background: scroll repeat-x bottom right url(test.jpg) content-box }
bg33902 { background: scroll repeat-x content-box none bottom right }
bg33903 { background: scroll repeat-x content-box bottom right }
bg33904 { background: scroll repeat-x content-box bottom right none }
bg33905 { background: scroll repeat-x content-box bottom right url(test.jpg) }
bg33906 { background: scroll repeat-x content-box url(test.jpg) bottom right }
bg33907 { background: scroll repeat-x url(test.jpg) bottom right content-box }
bg33908 { background: scroll repeat-x url(test.jpg) content-box bottom right }
bg33909 { background: scroll repeat-y none bottom right content-box }
bg33910 { background: scroll repeat-y none content-box bottom right }
bg33911 { background: scroll repeat-y bottom right none content-box }
bg33912 { background: scroll repeat-y bottom right content-box }
bg33913 { background: scroll repeat-y bottom right content-box none }
bg33914 { background: scroll repeat-y bottom right content-box url(test.jpg) }
bg33915 { background: scroll repeat-y bottom right url(test.jpg) content-box }
bg33916 { background: scroll repeat-y content-box none bottom right }
bg33917 { background: scroll repeat-y content-box bottom right }
bg33918 { background: scroll repeat-y content-box bottom right none }
bg33919 { background: scroll repeat-y content-box bottom right url(test.jpg) }
bg33920 { background: scroll repeat-y content-box url(test.jpg) bottom right }
bg33921 { background: scroll repeat-y url(test.jpg) bottom right content-box }
bg33922 { background: scroll repeat-y url(test.jpg) content-box bottom right }
bg33923 { background: scroll bottom right no-repeat none content-box }
bg33924 { background: scroll bottom right no-repeat content-box }
bg33925 { background: scroll bottom right no-repeat content-box none }
bg33926 { background: scroll bottom right no-repeat content-box url(test.jpg) }
bg33927 { background: scroll bottom right no-repeat url(test.jpg) content-box }
bg33928 { background: scroll bottom right none no-repeat content-box }
bg33929 { background: scroll bottom right none repeat content-box }
bg33930 { background: scroll bottom right none repeat-x content-box }
bg33931 { background: scroll bottom right none repeat-y content-box }
bg33932 { background: scroll bottom right none content-box }
bg33933 { background: scroll bottom right none content-box no-repeat }
bg33934 { background: scroll bottom right none content-box repeat }
bg33935 { background: scroll bottom right none content-box repeat-x }
bg33936 { background: scroll bottom right none content-box repeat-y }
bg33937 { background: scroll bottom right repeat none content-box }
bg33938 { background: scroll bottom right repeat content-box }
bg33939 { background: scroll bottom right repeat content-box none }
bg33940 { background: scroll bottom right repeat content-box url(test.jpg) }
bg33941 { background: scroll bottom right repeat url(test.jpg) content-box }
bg33942 { background: scroll bottom right repeat-x none content-box }
bg33943 { background: scroll bottom right repeat-x content-box }
bg33944 { background: scroll bottom right repeat-x content-box none }
bg33945 { background: scroll bottom right repeat-x content-box url(test.jpg) }
bg33946 { background: scroll bottom right repeat-x url(test.jpg) content-box }
bg33947 { background: scroll bottom right repeat-y none content-box }
bg33948 { background: scroll bottom right repeat-y content-box }
bg33949 { background: scroll bottom right repeat-y content-box none }
bg33950 { background: scroll bottom right repeat-y content-box url(test.jpg) }
bg33951 { background: scroll bottom right repeat-y url(test.jpg) content-box }
bg33952 { background: scroll bottom right content-box }
bg33953 { background: scroll bottom right content-box no-repeat }
bg33954 { background: scroll bottom right content-box no-repeat none }
bg33955 { background: scroll bottom right content-box no-repeat url(test.jpg) }
bg33956 { background: scroll bottom right content-box none }
bg33957 { background: scroll bottom right content-box none no-repeat }
bg33958 { background: scroll bottom right content-box none repeat }
bg33959 { background: scroll bottom right content-box none repeat-x }
bg33960 { background: scroll bottom right content-box none repeat-y }
bg33961 { background: scroll bottom right content-box repeat }
bg33962 { background: scroll bottom right content-box repeat none }
bg33963 { background: scroll bottom right content-box repeat url(test.jpg) }
bg33964 { background: scroll bottom right content-box repeat-x }
bg33965 { background: scroll bottom right content-box repeat-x none }
bg33966 { background: scroll bottom right content-box repeat-x url(test.jpg) }
bg33967 { background: scroll bottom right content-box repeat-y }
bg33968 { background: scroll bottom right content-box repeat-y none }
bg33969 { background: scroll bottom right content-box repeat-y url(test.jpg) }
bg33970 { background: scroll bottom right content-box url(test.jpg) }
bg33971 { background: scroll bottom right content-box url(test.jpg) no-repeat }
bg33972 { background: scroll bottom right content-box url(test.jpg) repeat }
bg33973 { background: scroll bottom right content-box url(test.jpg) repeat-x }
bg33974 { background: scroll bottom right content-box url(test.jpg) repeat-y }
bg33975 { background: scroll bottom right url(test.jpg) no-repeat content-box }
bg33976 { background: scroll bottom right url(test.jpg) repeat content-box }
bg33977 { background: scroll bottom right url(test.jpg) repeat-x content-box }
bg33978 { background: scroll bottom right url(test.jpg) repeat-y content-box }
bg33979 { background: scroll bottom right url(test.jpg) content-box }
bg33980 { background: scroll bottom right url(test.jpg) content-box no-repeat }
bg33981 { background: scroll bottom right url(test.jpg) content-box repeat }
bg33982 { background: scroll bottom right url(test.jpg) content-box repeat-x }
bg33983 { background: scroll bottom right url(test.jpg) content-box repeat-y }
bg33984 { background: scroll content-box no-repeat none bottom right }
bg33985 { background: scroll content-box no-repeat bottom right }
bg33986 { background: scroll content-box no-repeat bottom right none }
bg33987 { background: scroll content-box no-repeat bottom right url(test.jpg) }
bg33988 { background: scroll content-box no-repeat url(test.jpg) bottom right }
bg33989 { background: scroll content-box none no-repeat bottom right }
bg33990 { background: scroll content-box none repeat bottom right }
bg33991 { background: scroll content-box none repeat-x bottom right }
bg33992 { background: scroll content-box none repeat-y bottom right }
bg33993 { background: scroll content-box none bottom right }
bg33994 { background: scroll content-box none bottom right no-repeat }
bg33995 { background: scroll content-box none bottom right repeat }
bg33996 { background: scroll content-box none bottom right repeat-x }
bg33997 { background: scroll content-box none bottom right repeat-y }
bg33998 { background: scroll content-box repeat none bottom right }
bg33999 { background: scroll content-box repeat bottom right }
bg34000 { background: scroll content-box repeat bottom right none }
bg34001 { background: scroll content-box repeat bottom right url(test.jpg) }
bg34002 { background: scroll content-box repeat url(test.jpg) bottom right }
bg34003 { background: scroll content-box repeat-x none bottom right }
bg34004 { background: scroll content-box repeat-x bottom right }
bg34005 { background: scroll content-box repeat-x bottom right none }
bg34006 { background: scroll content-box repeat-x bottom right url(test.jpg) }
bg34007 { background: scroll content-box repeat-x url(test.jpg) bottom right }
bg34008 { background: scroll content-box repeat-y none bottom right }
bg34009 { background: scroll content-box repeat-y bottom right }
bg34010 { background: scroll content-box repeat-y bottom right none }
bg34011 { background: scroll content-box repeat-y bottom right url(test.jpg) }
bg34012 { background: scroll content-box repeat-y url(test.jpg) bottom right }
bg34013 { background: scroll content-box bottom right }
bg34014 { background: scroll content-box bottom right no-repeat }
bg34015 { background: scroll content-box bottom right no-repeat none }
bg34016 { background: scroll content-box bottom right no-repeat url(test.jpg) }
bg34017 { background: scroll content-box bottom right none }
bg34018 { background: scroll content-box bottom right none no-repeat }
bg34019 { background: scroll content-box bottom right none repeat }
bg34020 { background: scroll content-box bottom right none repeat-x }
bg34021 { background: scroll content-box bottom right none repeat-y }
bg34022 { background: scroll content-box bottom right repeat }
bg34023 { background: scroll content-box bottom right repeat none }
bg34024 { background: scroll content-box bottom right repeat url(test.jpg) }
bg34025 { background: scroll content-box bottom right repeat-x }
bg34026 { background: scroll content-box bottom right repeat-x none }
bg34027 { background: scroll content-box bottom right repeat-x url(test.jpg) }
bg34028 { background: scroll content-box bottom right repeat-y }
bg34029 { background: scroll content-box bottom right repeat-y none }
bg34030 { background: scroll content-box bottom right repeat-y url(test.jpg) }
bg34031 { background: scroll content-box bottom right url(test.jpg) }
bg34032 { background: scroll content-box bottom right url(test.jpg) no-repeat }
bg34033 { background: scroll content-box bottom right url(test.jpg) repeat }
bg34034 { background: scroll content-box bottom right url(test.jpg) repeat-x }
bg34035 { background: scroll content-box bottom right url(test.jpg) repeat-y }
bg34036 { background: scroll content-box url(test.jpg) no-repeat bottom right }
bg34037 { background: scroll content-box url(test.jpg) repeat bottom right }
bg34038 { background: scroll content-box url(test.jpg) repeat-x bottom right }
bg34039 { background: scroll content-box url(test.jpg) repeat-y bottom right }
bg34040 { background: scroll content-box url(test.jpg) bottom right }
bg34041 { background: scroll content-box url(test.jpg) bottom right no-repeat }
bg34042 { background: scroll content-box url(test.jpg) bottom right repeat }
bg34043 { background: scroll content-box url(test.jpg) bottom right repeat-x }
bg34044 { background: scroll content-box url(test.jpg) bottom right repeat-y }
bg34045 { background: scroll url(test.jpg) no-repeat bottom right content-box }
bg34046 { background: scroll url(test.jpg) no-repeat content-box bottom right }
bg34047 { background: scroll url(test.jpg) repeat bottom right content-box }
bg34048 { background: scroll url(test.jpg) repeat content-box bottom right }
bg34049 { background: scroll url(test.jpg) repeat-x bottom right content-box }
bg34050 { background: scroll url(test.jpg) repeat-x content-box bottom right }
bg34051 { background: scroll url(test.jpg) repeat-y bottom right content-box }
bg34052 { background: scroll url(test.jpg) repeat-y content-box bottom right }
bg34053 { background: scroll url(test.jpg) bottom right no-repeat content-box }
bg34054 { background: scroll url(test.jpg) bottom right repeat content-box }
bg34055 { background: scroll url(test.jpg) bottom right repeat-x content-box }
bg34056 { background: scroll url(test.jpg) bottom right repeat-y content-box }
bg34057 { background: scroll url(test.jpg) bottom right content-box }
bg34058 { background: scroll url(test.jpg) bottom right content-box no-repeat }
bg34059 { background: scroll url(test.jpg) bottom right content-box repeat }
bg34060 { background: scroll url(test.jpg) bottom right content-box repeat-x }
bg34061 { background: scroll url(test.jpg) bottom right content-box repeat-y }
bg34062 { background: scroll url(test.jpg) content-box no-repeat bottom right }
bg34063 { background: scroll url(test.jpg) content-box repeat bottom right }
bg34064 { background: scroll url(test.jpg) content-box repeat-x bottom right }
bg34065 { background: scroll url(test.jpg) content-box repeat-y bottom right }
bg34066 { background: scroll url(test.jpg) content-box bottom right }
bg34067 { background: scroll url(test.jpg) content-box bottom right no-repeat }
bg34068 { background: scroll url(test.jpg) content-box bottom right repeat }
bg34069 { background: scroll url(test.jpg) content-box bottom right repeat-x }
bg34070 { background: scroll url(test.jpg) content-box bottom right repeat-y }
bg34071 { background: content-box fixed no-repeat none bottom right }
bg34072 { background: content-box fixed no-repeat bottom right }
bg34073 { background: content-box fixed no-repeat bottom right none }
bg34074 { background: content-box fixed no-repeat bottom right url(test.jpg) }
bg34075 { background: content-box fixed no-repeat url(test.jpg) bottom right }
bg34076 { background: content-box fixed none no-repeat bottom right }
bg34077 { background: content-box fixed none repeat bottom right }
bg34078 { background: content-box fixed none repeat-x bottom right }
bg34079 { background: content-box fixed none repeat-y bottom right }
bg34080 { background: content-box fixed none bottom right }
bg34081 { background: content-box fixed none bottom right no-repeat }
bg34082 { background: content-box fixed none bottom right repeat }
bg34083 { background: content-box fixed none bottom right repeat-x }
bg34084 { background: content-box fixed none bottom right repeat-y }
bg34085 { background: content-box fixed repeat none bottom right }
bg34086 { background: content-box fixed repeat bottom right }
bg34087 { background: content-box fixed repeat bottom right none }
bg34088 { background: content-box fixed repeat bottom right url(test.jpg) }
bg34089 { background: content-box fixed repeat url(test.jpg) bottom right }
bg34090 { background: content-box fixed repeat-x none bottom right }
bg34091 { background: content-box fixed repeat-x bottom right }
bg34092 { background: content-box fixed repeat-x bottom right none }
bg34093 { background: content-box fixed repeat-x bottom right url(test.jpg) }
bg34094 { background: content-box fixed repeat-x url(test.jpg) bottom right }
bg34095 { background: content-box fixed repeat-y none bottom right }
bg34096 { background: content-box fixed repeat-y bottom right }
bg34097 { background: content-box fixed repeat-y bottom right none }
bg34098 { background: content-box fixed repeat-y bottom right url(test.jpg) }
bg34099 { background: content-box fixed repeat-y url(test.jpg) bottom right }
bg34100 { background: content-box fixed bottom right }
bg34101 { background: content-box fixed bottom right no-repeat }
bg34102 { background: content-box fixed bottom right no-repeat none }
bg34103 { background: content-box fixed bottom right no-repeat url(test.jpg) }
bg34104 { background: content-box fixed bottom right none }
bg34105 { background: content-box fixed bottom right none no-repeat }
bg34106 { background: content-box fixed bottom right none repeat }
bg34107 { background: content-box fixed bottom right none repeat-x }
bg34108 { background: content-box fixed bottom right none repeat-y }
bg34109 { background: content-box fixed bottom right repeat }
bg34110 { background: content-box fixed bottom right repeat none }
bg34111 { background: content-box fixed bottom right repeat url(test.jpg) }
bg34112 { background: content-box fixed bottom right repeat-x }
bg34113 { background: content-box fixed bottom right repeat-x none }
bg34114 { background: content-box fixed bottom right repeat-x url(test.jpg) }
bg34115 { background: content-box fixed bottom right repeat-y }
bg34116 { background: content-box fixed bottom right repeat-y none }
bg34117 { background: content-box fixed bottom right repeat-y url(test.jpg) }
bg34118 { background: content-box fixed bottom right url(test.jpg) }
bg34119 { background: content-box fixed bottom right url(test.jpg) no-repeat }
bg34120 { background: content-box fixed bottom right url(test.jpg) repeat }
bg34121 { background: content-box fixed bottom right url(test.jpg) repeat-x }
bg34122 { background: content-box fixed bottom right url(test.jpg) repeat-y }
bg34123 { background: content-box fixed url(test.jpg) no-repeat bottom right }
bg34124 { background: content-box fixed url(test.jpg) repeat bottom right }
bg34125 { background: content-box fixed url(test.jpg) repeat-x bottom right }
bg34126 { background: content-box fixed url(test.jpg) repeat-y bottom right }
bg34127 { background: content-box fixed url(test.jpg) bottom right }
bg34128 { background: content-box fixed url(test.jpg) bottom right no-repeat }
bg34129 { background: content-box fixed url(test.jpg) bottom right repeat }
bg34130 { background: content-box fixed url(test.jpg) bottom right repeat-x }
bg34131 { background: content-box fixed url(test.jpg) bottom right repeat-y }
bg34132 { background: content-box no-repeat fixed none bottom right }
bg34133 { background: content-box no-repeat fixed bottom right }
bg34134 { background: content-box no-repeat fixed bottom right none }
bg34135 { background: content-box no-repeat fixed bottom right url(test.jpg) }
bg34136 { background: content-box no-repeat fixed url(test.jpg) bottom right }
bg34137 { background: content-box no-repeat none fixed bottom right }
bg34138 { background: content-box no-repeat none bottom right }
bg34139 { background: content-box no-repeat none bottom right fixed }
bg34140 { background: content-box no-repeat none bottom right scroll }
bg34141 { background: content-box no-repeat none scroll bottom right }
bg34142 { background: content-box no-repeat bottom right }
bg34143 { background: content-box no-repeat bottom right fixed }
bg34144 { background: content-box no-repeat bottom right fixed none }
bg34145 { background: content-box no-repeat bottom right fixed url(test.jpg) }
bg34146 { background: content-box no-repeat bottom right none }
bg34147 { background: content-box no-repeat bottom right none fixed }
bg34148 { background: content-box no-repeat bottom right none scroll }
bg34149 { background: content-box no-repeat bottom right scroll }
bg34150 { background: content-box no-repeat bottom right scroll none }
bg34151 { background: content-box no-repeat bottom right scroll url(test.jpg) }
bg34152 { background: content-box no-repeat bottom right url(test.jpg) }
bg34153 { background: content-box no-repeat bottom right url(test.jpg) fixed }
bg34154 { background: content-box no-repeat bottom right url(test.jpg) scroll }
bg34155 { background: content-box no-repeat scroll none bottom right }
bg34156 { background: content-box no-repeat scroll bottom right }
bg34157 { background: content-box no-repeat scroll bottom right none }
bg34158 { background: content-box no-repeat scroll bottom right url(test.jpg) }
bg34159 { background: content-box no-repeat scroll url(test.jpg) bottom right }
bg34160 { background: content-box no-repeat url(test.jpg) fixed bottom right }
bg34161 { background: content-box no-repeat url(test.jpg) bottom right }
bg34162 { background: content-box no-repeat url(test.jpg) bottom right fixed }
bg34163 { background: content-box no-repeat url(test.jpg) bottom right scroll }
bg34164 { background: content-box no-repeat url(test.jpg) scroll bottom right }
bg34165 { background: content-box none fixed no-repeat bottom right }
bg34166 { background: content-box none fixed repeat bottom right }
bg34167 { background: content-box none fixed repeat-x bottom right }
bg34168 { background: content-box none fixed repeat-y bottom right }
bg34169 { background: content-box none fixed bottom right }
bg34170 { background: content-box none fixed bottom right no-repeat }
bg34171 { background: content-box none fixed bottom right repeat }
bg34172 { background: content-box none fixed bottom right repeat-x }
bg34173 { background: content-box none fixed bottom right repeat-y }
bg34174 { background: content-box none no-repeat fixed bottom right }
bg34175 { background: content-box none no-repeat bottom right }
bg34176 { background: content-box none no-repeat bottom right fixed }
bg34177 { background: content-box none no-repeat bottom right scroll }
bg34178 { background: content-box none no-repeat scroll bottom right }
bg34179 { background: content-box none repeat fixed bottom right }
bg34180 { background: content-box none repeat bottom right }
bg34181 { background: content-box none repeat bottom right fixed }
bg34182 { background: content-box none repeat bottom right scroll }
bg34183 { background: content-box none repeat scroll bottom right }
bg34184 { background: content-box none repeat-x fixed bottom right }
bg34185 { background: content-box none repeat-x bottom right }
bg34186 { background: content-box none repeat-x bottom right fixed }
bg34187 { background: content-box none repeat-x bottom right scroll }
bg34188 { background: content-box none repeat-x scroll bottom right }
bg34189 { background: content-box none repeat-y fixed bottom right }
bg34190 { background: content-box none repeat-y bottom right }
bg34191 { background: content-box none repeat-y bottom right fixed }
bg34192 { background: content-box none repeat-y bottom right scroll }
bg34193 { background: content-box none repeat-y scroll bottom right }
bg34194 { background: content-box none bottom right }
bg34195 { background: content-box none bottom right fixed }
bg34196 { background: content-box none bottom right fixed no-repeat }
bg34197 { background: content-box none bottom right fixed repeat }
bg34198 { background: content-box none bottom right fixed repeat-x }
bg34199 { background: content-box none bottom right fixed repeat-y }
bg34200 { background: content-box none bottom right no-repeat }
bg34201 { background: content-box none bottom right no-repeat fixed }
bg34202 { background: content-box none bottom right no-repeat scroll }
bg34203 { background: content-box none bottom right repeat }
bg34204 { background: content-box none bottom right repeat fixed }
bg34205 { background: content-box none bottom right repeat scroll }
bg34206 { background: content-box none bottom right repeat-x }
bg34207 { background: content-box none bottom right repeat-x fixed }
bg34208 { background: content-box none bottom right repeat-x scroll }
bg34209 { background: content-box none bottom right repeat-y }
bg34210 { background: content-box none bottom right repeat-y fixed }
bg34211 { background: content-box none bottom right repeat-y scroll }
bg34212 { background: content-box none bottom right scroll }
bg34213 { background: content-box none bottom right scroll no-repeat }
bg34214 { background: content-box none bottom right scroll repeat }
bg34215 { background: content-box none bottom right scroll repeat-x }
bg34216 { background: content-box none bottom right scroll repeat-y }
bg34217 { background: content-box none scroll no-repeat bottom right }
bg34218 { background: content-box none scroll repeat bottom right }
bg34219 { background: content-box none scroll repeat-x bottom right }
bg34220 { background: content-box none scroll repeat-y bottom right }
bg34221 { background: content-box none scroll bottom right }
bg34222 { background: content-box none scroll bottom right no-repeat }
bg34223 { background: content-box none scroll bottom right repeat }
bg34224 { background: content-box none scroll bottom right repeat-x }
bg34225 { background: content-box none scroll bottom right repeat-y }
bg34226 { background: content-box repeat fixed none bottom right }
bg34227 { background: content-box repeat fixed bottom right }
bg34228 { background: content-box repeat fixed bottom right none }
bg34229 { background: content-box repeat fixed bottom right url(test.jpg) }
bg34230 { background: content-box repeat fixed url(test.jpg) bottom right }
bg34231 { background: content-box repeat none fixed bottom right }
bg34232 { background: content-box repeat none bottom right }
bg34233 { background: content-box repeat none bottom right fixed }
bg34234 { background: content-box repeat none bottom right scroll }
bg34235 { background: content-box repeat none scroll bottom right }
bg34236 { background: content-box repeat bottom right }
bg34237 { background: content-box repeat bottom right fixed }
bg34238 { background: content-box repeat bottom right fixed none }
bg34239 { background: content-box repeat bottom right fixed url(test.jpg) }
bg34240 { background: content-box repeat bottom right none }
bg34241 { background: content-box repeat bottom right none fixed }
bg34242 { background: content-box repeat bottom right none scroll }
bg34243 { background: content-box repeat bottom right scroll }
bg34244 { background: content-box repeat bottom right scroll none }
bg34245 { background: content-box repeat bottom right scroll url(test.jpg) }
bg34246 { background: content-box repeat bottom right url(test.jpg) }
bg34247 { background: content-box repeat bottom right url(test.jpg) fixed }
bg34248 { background: content-box repeat bottom right url(test.jpg) scroll }
bg34249 { background: content-box repeat scroll none bottom right }
bg34250 { background: content-box repeat scroll bottom right }
bg34251 { background: content-box repeat scroll bottom right none }
bg34252 { background: content-box repeat scroll bottom right url(test.jpg) }
bg34253 { background: content-box repeat scroll url(test.jpg) bottom right }
bg34254 { background: content-box repeat url(test.jpg) fixed bottom right }
bg34255 { background: content-box repeat url(test.jpg) bottom right }
bg34256 { background: content-box repeat url(test.jpg) bottom right fixed }
bg34257 { background: content-box repeat url(test.jpg) bottom right scroll }
bg34258 { background: content-box repeat url(test.jpg) scroll bottom right }
bg34259 { background: content-box repeat-x fixed none bottom right }
bg34260 { background: content-box repeat-x fixed bottom right }
bg34261 { background: content-box repeat-x fixed bottom right none }
bg34262 { background: content-box repeat-x fixed bottom right url(test.jpg) }
bg34263 { background: content-box repeat-x fixed url(test.jpg) bottom right }
bg34264 { background: content-box repeat-x none fixed bottom right }
bg34265 { background: content-box repeat-x none bottom right }
bg34266 { background: content-box repeat-x none bottom right fixed }
bg34267 { background: content-box repeat-x none bottom right scroll }
bg34268 { background: content-box repeat-x none scroll bottom right }
bg34269 { background: content-box repeat-x bottom right }
bg34270 { background: content-box repeat-x bottom right fixed }
bg34271 { background: content-box repeat-x bottom right fixed none }
bg34272 { background: content-box repeat-x bottom right fixed url(test.jpg) }
bg34273 { background: content-box repeat-x bottom right none }
bg34274 { background: content-box repeat-x bottom right none fixed }
bg34275 { background: content-box repeat-x bottom right none scroll }
bg34276 { background: content-box repeat-x bottom right scroll }
bg34277 { background: content-box repeat-x bottom right scroll none }
bg34278 { background: content-box repeat-x bottom right scroll url(test.jpg) }
bg34279 { background: content-box repeat-x bottom right url(test.jpg) }
bg34280 { background: content-box repeat-x bottom right url(test.jpg) fixed }
bg34281 { background: content-box repeat-x bottom right url(test.jpg) scroll }
bg34282 { background: content-box repeat-x scroll none bottom right }
bg34283 { background: content-box repeat-x scroll bottom right }
bg34284 { background: content-box repeat-x scroll bottom right none }
bg34285 { background: content-box repeat-x scroll bottom right url(test.jpg) }
bg34286 { background: content-box repeat-x scroll url(test.jpg) bottom right }
bg34287 { background: content-box repeat-x url(test.jpg) fixed bottom right }
bg34288 { background: content-box repeat-x url(test.jpg) bottom right }
bg34289 { background: content-box repeat-x url(test.jpg) bottom right fixed }
bg34290 { background: content-box repeat-x url(test.jpg) bottom right scroll }
bg34291 { background: content-box repeat-x url(test.jpg) scroll bottom right }
bg34292 { background: content-box repeat-y fixed none bottom right }
bg34293 { background: content-box repeat-y fixed bottom right }
bg34294 { background: content-box repeat-y fixed bottom right none }
bg34295 { background: content-box repeat-y fixed bottom right url(test.jpg) }
bg34296 { background: content-box repeat-y fixed url(test.jpg) bottom right }
bg34297 { background: content-box repeat-y none fixed bottom right }
bg34298 { background: content-box repeat-y none bottom right }
bg34299 { background: content-box repeat-y none bottom right fixed }
bg34300 { background: content-box repeat-y none bottom right scroll }
bg34301 { background: content-box repeat-y none scroll bottom right }
bg34302 { background: content-box repeat-y bottom right }
bg34303 { background: content-box repeat-y bottom right fixed }
bg34304 { background: content-box repeat-y bottom right fixed none }
bg34305 { background: content-box repeat-y bottom right fixed url(test.jpg) }
bg34306 { background: content-box repeat-y bottom right none }
bg34307 { background: content-box repeat-y bottom right none fixed }
bg34308 { background: content-box repeat-y bottom right none scroll }
bg34309 { background: content-box repeat-y bottom right scroll }
bg34310 { background: content-box repeat-y bottom right scroll none }
bg34311 { background: content-box repeat-y bottom right scroll url(test.jpg) }
bg34312 { background: content-box repeat-y bottom right url(test.jpg) }
bg34313 { background: content-box repeat-y bottom right url(test.jpg) fixed }
bg34314 { background: content-box repeat-y bottom right url(test.jpg) scroll }
bg34315 { background: content-box repeat-y scroll none bottom right }
bg34316 { background: content-box repeat-y scroll bottom right }
bg34317 { background: content-box repeat-y scroll bottom right none }
bg34318 { background: content-box repeat-y scroll bottom right url(test.jpg) }
bg34319 { background: content-box repeat-y scroll url(test.jpg) bottom right }
bg34320 { background: content-box repeat-y url(test.jpg) fixed bottom right }
bg34321 { background: content-box repeat-y url(test.jpg) bottom right }
bg34322 { background: content-box repeat-y url(test.jpg) bottom right fixed }
bg34323 { background: content-box repeat-y url(test.jpg) bottom right scroll }
bg34324 { background: content-box repeat-y url(test.jpg) scroll bottom right }
bg34325 { background: content-box bottom right }
bg34326 { background: content-box bottom right fixed }
bg34327 { background: content-box bottom right fixed no-repeat }
bg34328 { background: content-box bottom right fixed no-repeat none }
bg34329 { background: content-box bottom right fixed no-repeat url(test.jpg) }
bg34330 { background: content-box bottom right fixed none }
bg34331 { background: content-box bottom right fixed none no-repeat }
bg34332 { background: content-box bottom right fixed none repeat }
bg34333 { background: content-box bottom right fixed none repeat-x }
bg34334 { background: content-box bottom right fixed none repeat-y }
bg34335 { background: content-box bottom right fixed repeat }
bg34336 { background: content-box bottom right fixed repeat none }
bg34337 { background: content-box bottom right fixed repeat url(test.jpg) }
bg34338 { background: content-box bottom right fixed repeat-x }
bg34339 { background: content-box bottom right fixed repeat-x none }
bg34340 { background: content-box bottom right fixed repeat-x url(test.jpg) }
bg34341 { background: content-box bottom right fixed repeat-y }
bg34342 { background: content-box bottom right fixed repeat-y none }
bg34343 { background: content-box bottom right fixed repeat-y url(test.jpg) }
bg34344 { background: content-box bottom right fixed url(test.jpg) }
bg34345 { background: content-box bottom right fixed url(test.jpg) no-repeat }
bg34346 { background: content-box bottom right fixed url(test.jpg) repeat }
bg34347 { background: content-box bottom right fixed url(test.jpg) repeat-x }
bg34348 { background: content-box bottom right fixed url(test.jpg) repeat-y }
bg34349 { background: content-box bottom right no-repeat }
bg34350 { background: content-box bottom right no-repeat fixed }
bg34351 { background: content-box bottom right no-repeat fixed none }
bg34352 { background: content-box bottom right no-repeat fixed url(test.jpg) }
bg34353 { background: content-box bottom right no-repeat none }
bg34354 { background: content-box bottom right no-repeat none fixed }
bg34355 { background: content-box bottom right no-repeat none scroll }
bg34356 { background: content-box bottom right no-repeat scroll }
bg34357 { background: content-box bottom right no-repeat scroll none }
bg34358 { background: content-box bottom right no-repeat scroll url(test.jpg) }
bg34359 { background: content-box bottom right no-repeat url(test.jpg) }
bg34360 { background: content-box bottom right no-repeat url(test.jpg) fixed }
bg34361 { background: content-box bottom right no-repeat url(test.jpg) scroll }
bg34362 { background: content-box bottom right none }
bg34363 { background: content-box bottom right none fixed }
bg34364 { background: content-box bottom right none fixed no-repeat }
bg34365 { background: content-box bottom right none fixed repeat }
bg34366 { background: content-box bottom right none fixed repeat-x }
bg34367 { background: content-box bottom right none fixed repeat-y }
bg34368 { background: content-box bottom right none no-repeat }
bg34369 { background: content-box bottom right none no-repeat fixed }
bg34370 { background: content-box bottom right none no-repeat scroll }
bg34371 { background: content-box bottom right none repeat }
bg34372 { background: content-box bottom right none repeat fixed }
bg34373 { background: content-box bottom right none repeat scroll }
bg34374 { background: content-box bottom right none repeat-x }
bg34375 { background: content-box bottom right none repeat-x fixed }
bg34376 { background: content-box bottom right none repeat-x scroll }
bg34377 { background: content-box bottom right none repeat-y }
bg34378 { background: content-box bottom right none repeat-y fixed }
bg34379 { background: content-box bottom right none repeat-y scroll }
bg34380 { background: content-box bottom right none scroll }
bg34381 { background: content-box bottom right none scroll no-repeat }
bg34382 { background: content-box bottom right none scroll repeat }
bg34383 { background: content-box bottom right none scroll repeat-x }
bg34384 { background: content-box bottom right none scroll repeat-y }
bg34385 { background: content-box bottom right repeat }
bg34386 { background: content-box bottom right repeat fixed }
bg34387 { background: content-box bottom right repeat fixed none }
bg34388 { background: content-box bottom right repeat fixed url(test.jpg) }
bg34389 { background: content-box bottom right repeat none }
bg34390 { background: content-box bottom right repeat none fixed }
bg34391 { background: content-box bottom right repeat none scroll }
bg34392 { background: content-box bottom right repeat scroll }
bg34393 { background: content-box bottom right repeat scroll none }
bg34394 { background: content-box bottom right repeat scroll url(test.jpg) }
bg34395 { background: content-box bottom right repeat url(test.jpg) }
bg34396 { background: content-box bottom right repeat url(test.jpg) fixed }
bg34397 { background: content-box bottom right repeat url(test.jpg) scroll }
bg34398 { background: content-box bottom right repeat-x }
bg34399 { background: content-box bottom right repeat-x fixed }
bg34400 { background: content-box bottom right repeat-x fixed none }
bg34401 { background: content-box bottom right repeat-x fixed url(test.jpg) }
bg34402 { background: content-box bottom right repeat-x none }
bg34403 { background: content-box bottom right repeat-x none fixed }
bg34404 { background: content-box bottom right repeat-x none scroll }
bg34405 { background: content-box bottom right repeat-x scroll }
bg34406 { background: content-box bottom right repeat-x scroll none }
bg34407 { background: content-box bottom right repeat-x scroll url(test.jpg) }
bg34408 { background: content-box bottom right repeat-x url(test.jpg) }
bg34409 { background: content-box bottom right repeat-x url(test.jpg) fixed }
bg34410 { background: content-box bottom right repeat-x url(test.jpg) scroll }
bg34411 { background: content-box bottom right repeat-y }
bg34412 { background: content-box bottom right repeat-y fixed }
bg34413 { background: content-box bottom right repeat-y fixed none }
bg34414 { background: content-box bottom right repeat-y fixed url(test.jpg) }
bg34415 { background: content-box bottom right repeat-y none }
bg34416 { background: content-box bottom right repeat-y none fixed }
bg34417 { background: content-box bottom right repeat-y none scroll }
bg34418 { background: content-box bottom right repeat-y scroll }
bg34419 { background: content-box bottom right repeat-y scroll none }
bg34420 { background: content-box bottom right repeat-y scroll url(test.jpg) }
bg34421 { background: content-box bottom right repeat-y url(test.jpg) }
bg34422 { background: content-box bottom right repeat-y url(test.jpg) fixed }
bg34423 { background: content-box bottom right repeat-y url(test.jpg) scroll }
bg34424 { background: content-box bottom right scroll }
bg34425 { background: content-box bottom right scroll no-repeat }
bg34426 { background: content-box bottom right scroll no-repeat none }
bg34427 { background: content-box bottom right scroll no-repeat url(test.jpg) }
bg34428 { background: content-box bottom right scroll none }
bg34429 { background: content-box bottom right scroll none no-repeat }
bg34430 { background: content-box bottom right scroll none repeat }
bg34431 { background: content-box bottom right scroll none repeat-x }
bg34432 { background: content-box bottom right scroll none repeat-y }
bg34433 { background: content-box bottom right scroll repeat }
bg34434 { background: content-box bottom right scroll repeat none }
bg34435 { background: content-box bottom right scroll repeat url(test.jpg) }
bg34436 { background: content-box bottom right scroll repeat-x }
bg34437 { background: content-box bottom right scroll repeat-x none }
bg34438 { background: content-box bottom right scroll repeat-x url(test.jpg) }
bg34439 { background: content-box bottom right scroll repeat-y }
bg34440 { background: content-box bottom right scroll repeat-y none }
bg34441 { background: content-box bottom right scroll repeat-y url(test.jpg) }
bg34442 { background: content-box bottom right scroll url(test.jpg) }
bg34443 { background: content-box bottom right scroll url(test.jpg) no-repeat }
bg34444 { background: content-box bottom right scroll url(test.jpg) repeat }
bg34445 { background: content-box bottom right scroll url(test.jpg) repeat-x }
bg34446 { background: content-box bottom right scroll url(test.jpg) repeat-y }
bg34447 { background: content-box bottom right url(test.jpg) }
bg34448 { background: content-box bottom right url(test.jpg) fixed }
bg34449 { background: content-box bottom right url(test.jpg) fixed no-repeat }
bg34450 { background: content-box bottom right url(test.jpg) fixed repeat }
bg34451 { background: content-box bottom right url(test.jpg) fixed repeat-x }
bg34452 { background: content-box bottom right url(test.jpg) fixed repeat-y }
bg34453 { background: content-box bottom right url(test.jpg) no-repeat }
bg34454 { background: content-box bottom right url(test.jpg) no-repeat fixed }
bg34455 { background: content-box bottom right url(test.jpg) no-repeat scroll }
bg34456 { background: content-box bottom right url(test.jpg) repeat }
bg34457 { background: content-box bottom right url(test.jpg) repeat fixed }
bg34458 { background: content-box bottom right url(test.jpg) repeat scroll }
bg34459 { background: content-box bottom right url(test.jpg) repeat-x }
bg34460 { background: content-box bottom right url(test.jpg) repeat-x fixed }
bg34461 { background: content-box bottom right url(test.jpg) repeat-x scroll }
bg34462 { background: content-box bottom right url(test.jpg) repeat-y }
bg34463 { background: content-box bottom right url(test.jpg) repeat-y fixed }
bg34464 { background: content-box bottom right url(test.jpg) repeat-y scroll }
bg34465 { background: content-box bottom right url(test.jpg) scroll }
bg34466 { background: content-box bottom right url(test.jpg) scroll no-repeat }
bg34467 { background: content-box bottom right url(test.jpg) scroll repeat }
bg34468 { background: content-box bottom right url(test.jpg) scroll repeat-x }
bg34469 { background: content-box bottom right url(test.jpg) scroll repeat-y }
bg34470 { background: content-box scroll no-repeat none bottom right }
bg34471 { background: content-box scroll no-repeat bottom right }
bg34472 { background: content-box scroll no-repeat bottom right none }
bg34473 { background: content-box scroll no-repeat bottom right url(test.jpg) }
bg34474 { background: content-box scroll no-repeat url(test.jpg) bottom right }
bg34475 { background: content-box scroll none no-repeat bottom right }
bg34476 { background: content-box scroll none repeat bottom right }
bg34477 { background: content-box scroll none repeat-x bottom right }
bg34478 { background: content-box scroll none repeat-y bottom right }
bg34479 { background: content-box scroll none bottom right }
bg34480 { background: content-box scroll none bottom right no-repeat }
bg34481 { background: content-box scroll none bottom right repeat }
bg34482 { background: content-box scroll none bottom right repeat-x }
bg34483 { background: content-box scroll none bottom right repeat-y }
bg34484 { background: content-box scroll repeat none bottom right }
bg34485 { background: content-box scroll repeat bottom right }
bg34486 { background: content-box scroll repeat bottom right none }
bg34487 { background: content-box scroll repeat bottom right url(test.jpg) }
bg34488 { background: content-box scroll repeat url(test.jpg) bottom right }
bg34489 { background: content-box scroll repeat-x none bottom right }
bg34490 { background: content-box scroll repeat-x bottom right }
bg34491 { background: content-box scroll repeat-x bottom right none }
bg34492 { background: content-box scroll repeat-x bottom right url(test.jpg) }
bg34493 { background: content-box scroll repeat-x url(test.jpg) bottom right }
bg34494 { background: content-box scroll repeat-y none bottom right }
bg34495 { background: content-box scroll repeat-y bottom right }
bg34496 { background: content-box scroll repeat-y bottom right none }
bg34497 { background: content-box scroll repeat-y bottom right url(test.jpg) }
bg34498 { background: content-box scroll repeat-y url(test.jpg) bottom right }
bg34499 { background: content-box scroll bottom right }
bg34500 { background: content-box scroll bottom right no-repeat }
bg34501 { background: content-box scroll bottom right no-repeat none }
bg34502 { background: content-box scroll bottom right no-repeat url(test.jpg) }
bg34503 { background: content-box scroll bottom right none }
bg34504 { background: content-box scroll bottom right none no-repeat }
bg34505 { background: content-box scroll bottom right none repeat }
bg34506 { background: content-box scroll bottom right none repeat-x }
bg34507 { background: content-box scroll bottom right none repeat-y }
bg34508 { background: content-box scroll bottom right repeat }
bg34509 { background: content-box scroll bottom right repeat none }
bg34510 { background: content-box scroll bottom right repeat url(test.jpg) }
bg34511 { background: content-box scroll bottom right repeat-x }
bg34512 { background: content-box scroll bottom right repeat-x none }
bg34513 { background: content-box scroll bottom right repeat-x url(test.jpg) }
bg34514 { background: content-box scroll bottom right repeat-y }
bg34515 { background: content-box scroll bottom right repeat-y none }
bg34516 { background: content-box scroll bottom right repeat-y url(test.jpg) }
bg34517 { background: content-box scroll bottom right url(test.jpg) }
bg34518 { background: content-box scroll bottom right url(test.jpg) no-repeat }
bg34519 { background: content-box scroll bottom right url(test.jpg) repeat }
bg34520 { background: content-box scroll bottom right url(test.jpg) repeat-x }
bg34521 { background: content-box scroll bottom right url(test.jpg) repeat-y }
bg34522 { background: content-box scroll url(test.jpg) no-repeat bottom right }
bg34523 { background: content-box scroll url(test.jpg) repeat bottom right }
bg34524 { background: content-box scroll url(test.jpg) repeat-x bottom right }
bg34525 { background: content-box scroll url(test.jpg) repeat-y bottom right }
bg34526 { background: content-box scroll url(test.jpg) bottom right }
bg34527 { background: content-box scroll url(test.jpg) bottom right no-repeat }
bg34528 { background: content-box scroll url(test.jpg) bottom right repeat }
bg34529 { background: content-box scroll url(test.jpg) bottom right repeat-x }
bg34530 { background: content-box scroll url(test.jpg) bottom right repeat-y }
bg34531 { background: content-box url(test.jpg) fixed no-repeat bottom right }
bg34532 { background: content-box url(test.jpg) fixed repeat bottom right }
bg34533 { background: content-box url(test.jpg) fixed repeat-x bottom right }
bg34534 { background: content-box url(test.jpg) fixed repeat-y bottom right }
bg34535 { background: content-box url(test.jpg) fixed bottom right }
bg34536 { background: content-box url(test.jpg) fixed bottom right no-repeat }
bg34537 { background: content-box url(test.jpg) fixed bottom right repeat }
bg34538 { background: content-box url(test.jpg) fixed bottom right repeat-x }
bg34539 { background: content-box url(test.jpg) fixed bottom right repeat-y }
bg34540 { background: content-box url(test.jpg) no-repeat fixed bottom right }
bg34541 { background: content-box url(test.jpg) no-repeat bottom right }
bg34542 { background: content-box url(test.jpg) no-repeat bottom right fixed }
bg34543 { background: content-box url(test.jpg) no-repeat bottom right scroll }
bg34544 { background: content-box url(test.jpg) no-repeat scroll bottom right }
bg34545 { background: content-box url(test.jpg) repeat fixed bottom right }
bg34546 { background: content-box url(test.jpg) repeat bottom right }
bg34547 { background: content-box url(test.jpg) repeat bottom right fixed }
bg34548 { background: content-box url(test.jpg) repeat bottom right scroll }
bg34549 { background: content-box url(test.jpg) repeat scroll bottom right }
bg34550 { background: content-box url(test.jpg) repeat-x fixed bottom right }
bg34551 { background: content-box url(test.jpg) repeat-x bottom right }
bg34552 { background: content-box url(test.jpg) repeat-x bottom right fixed }
bg34553 { background: content-box url(test.jpg) repeat-x bottom right scroll }
bg34554 { background: content-box url(test.jpg) repeat-x scroll bottom right }
bg34555 { background: content-box url(test.jpg) repeat-y fixed bottom right }
bg34556 { background: content-box url(test.jpg) repeat-y bottom right }
bg34557 { background: content-box url(test.jpg) repeat-y bottom right fixed }
bg34558 { background: content-box url(test.jpg) repeat-y bottom right scroll }
bg34559 { background: content-box url(test.jpg) repeat-y scroll bottom right }
bg34560 { background: content-box url(test.jpg) bottom right }
bg34561 { background: content-box url(test.jpg) bottom right fixed }
bg34562 { background: content-box url(test.jpg) bottom right fixed no-repeat }
bg34563 { background: content-box url(test.jpg) bottom right fixed repeat }
bg34564 { background: content-box url(test.jpg) bottom right fixed repeat-x }
bg34565 { background: content-box url(test.jpg) bottom right fixed repeat-y }
bg34566 { background: content-box url(test.jpg) bottom right no-repeat }
bg34567 { background: content-box url(test.jpg) bottom right no-repeat fixed }
bg34568 { background: content-box url(test.jpg) bottom right no-repeat scroll }
bg34569 { background: content-box url(test.jpg) bottom right repeat }
bg34570 { background: content-box url(test.jpg) bottom right repeat fixed }
bg34571 { background: content-box url(test.jpg) bottom right repeat scroll }
bg34572 { background: content-box url(test.jpg) bottom right repeat-x }
bg34573 { background: content-box url(test.jpg) bottom right repeat-x fixed }
bg34574 { background: content-box url(test.jpg) bottom right repeat-x scroll }
bg34575 { background: content-box url(test.jpg) bottom right repeat-y }
bg34576 { background: content-box url(test.jpg) bottom right repeat-y fixed }
bg34577 { background: content-box url(test.jpg) bottom right repeat-y scroll }
bg34578 { background: content-box url(test.jpg) bottom right scroll }
bg34579 { background: content-box url(test.jpg) bottom right scroll no-repeat }
bg34580 { background: content-box url(test.jpg) bottom right scroll repeat }
bg34581 { background: content-box url(test.jpg) bottom right scroll repeat-x }
bg34582 { background: content-box url(test.jpg) bottom right scroll repeat-y }
bg34583 { background: content-box url(test.jpg) scroll no-repeat bottom right }
bg34584 { background: content-box url(test.jpg) scroll repeat bottom right }
bg34585 { background: content-box url(test.jpg) scroll repeat-x bottom right }
bg34586 { background: content-box url(test.jpg) scroll repeat-y bottom right }
bg34587 { background: content-box url(test.jpg) scroll bottom right }
bg34588 { background: content-box url(test.jpg) scroll bottom right no-repeat }
bg34589 { background: content-box url(test.jpg) scroll bottom right repeat }
bg34590 { background: content-box url(test.jpg) scroll bottom right repeat-x }
bg34591 { background: content-box url(test.jpg) scroll bottom right repeat-y }
bg34592 { background: url(test.jpg) fixed no-repeat bottom right content-box }
bg34593 { background: url(test.jpg) fixed no-repeat content-box bottom right }
bg34594 { background: url(test.jpg) fixed repeat bottom right content-box }
bg34595 { background: url(test.jpg) fixed repeat content-box bottom right }
bg34596 { background: url(test.jpg) fixed repeat-x bottom right content-box }
bg34597 { background: url(test.jpg) fixed repeat-x content-box bottom right }
bg34598 { background: url(test.jpg) fixed repeat-y bottom right content-box }
bg34599 { background: url(test.jpg) fixed repeat-y content-box bottom right }
bg34600 { background: url(test.jpg) fixed bottom right no-repeat content-box }
bg34601 { background: url(test.jpg) fixed bottom right repeat content-box }
bg34602 { background: url(test.jpg) fixed bottom right repeat-x content-box }
bg34603 { background: url(test.jpg) fixed bottom right repeat-y content-box }
bg34604 { background: url(test.jpg) fixed bottom right content-box }
bg34605 { background: url(test.jpg) fixed bottom right content-box no-repeat }
bg34606 { background: url(test.jpg) fixed bottom right content-box repeat }
bg34607 { background: url(test.jpg) fixed bottom right content-box repeat-x }
bg34608 { background: url(test.jpg) fixed bottom right content-box repeat-y }
bg34609 { background: url(test.jpg) fixed content-box no-repeat bottom right }
bg34610 { background: url(test.jpg) fixed content-box repeat bottom right }
bg34611 { background: url(test.jpg) fixed content-box repeat-x bottom right }
bg34612 { background: url(test.jpg) fixed content-box repeat-y bottom right }
bg34613 { background: url(test.jpg) fixed content-box bottom right }
bg34614 { background: url(test.jpg) fixed content-box bottom right no-repeat }
bg34615 { background: url(test.jpg) fixed content-box bottom right repeat }
bg34616 { background: url(test.jpg) fixed content-box bottom right repeat-x }
bg34617 { background: url(test.jpg) fixed content-box bottom right repeat-y }
bg34618 { background: url(test.jpg) no-repeat fixed bottom right content-box }
bg34619 { background: url(test.jpg) no-repeat fixed content-box bottom right }
bg34620 { background: url(test.jpg) no-repeat bottom right fixed content-box }
bg34621 { background: url(test.jpg) no-repeat bottom right scroll content-box }
bg34622 { background: url(test.jpg) no-repeat bottom right content-box }
bg34623 { background: url(test.jpg) no-repeat bottom right content-box fixed }
bg34624 { background: url(test.jpg) no-repeat bottom right content-box scroll }
bg34625 { background: url(test.jpg) no-repeat scroll bottom right content-box }
bg34626 { background: url(test.jpg) no-repeat scroll content-box bottom right }
bg34627 { background: url(test.jpg) no-repeat content-box fixed bottom right }
bg34628 { background: url(test.jpg) no-repeat content-box bottom right }
bg34629 { background: url(test.jpg) no-repeat content-box bottom right fixed }
bg34630 { background: url(test.jpg) no-repeat content-box bottom right scroll }
bg34631 { background: url(test.jpg) no-repeat content-box scroll bottom right }
bg34632 { background: url(test.jpg) repeat fixed bottom right content-box }
bg34633 { background: url(test.jpg) repeat fixed content-box bottom right }
bg34634 { background: url(test.jpg) repeat bottom right fixed content-box }
bg34635 { background: url(test.jpg) repeat bottom right scroll content-box }
bg34636 { background: url(test.jpg) repeat bottom right content-box }
bg34637 { background: url(test.jpg) repeat bottom right content-box fixed }
bg34638 { background: url(test.jpg) repeat bottom right content-box scroll }
bg34639 { background: url(test.jpg) repeat scroll bottom right content-box }
bg34640 { background: url(test.jpg) repeat scroll content-box bottom right }
bg34641 { background: url(test.jpg) repeat content-box fixed bottom right }
bg34642 { background: url(test.jpg) repeat content-box bottom right }
bg34643 { background: url(test.jpg) repeat content-box bottom right fixed }
bg34644 { background: url(test.jpg) repeat content-box bottom right scroll }
bg34645 { background: url(test.jpg) repeat content-box scroll bottom right }
bg34646 { background: url(test.jpg) repeat-x fixed bottom right content-box }
bg34647 { background: url(test.jpg) repeat-x fixed content-box bottom right }
bg34648 { background: url(test.jpg) repeat-x bottom right fixed content-box }
bg34649 { background: url(test.jpg) repeat-x bottom right scroll content-box }
bg34650 { background: url(test.jpg) repeat-x bottom right content-box }
bg34651 { background: url(test.jpg) repeat-x bottom right content-box fixed }
bg34652 { background: url(test.jpg) repeat-x bottom right content-box scroll }
bg34653 { background: url(test.jpg) repeat-x scroll bottom right content-box }
bg34654 { background: url(test.jpg) repeat-x scroll content-box bottom right }
bg34655 { background: url(test.jpg) repeat-x content-box fixed bottom right }
bg34656 { background: url(test.jpg) repeat-x content-box bottom right }
bg34657 { background: url(test.jpg) repeat-x content-box bottom right fixed }
bg34658 { background: url(test.jpg) repeat-x content-box bottom right scroll }
bg34659 { background: url(test.jpg) repeat-x content-box scroll bottom right }
bg34660 { background: url(test.jpg) repeat-y fixed bottom right content-box }
bg34661 { background: url(test.jpg) repeat-y fixed content-box bottom right }
bg34662 { background: url(test.jpg) repeat-y bottom right fixed content-box }
bg34663 { background: url(test.jpg) repeat-y bottom right scroll content-box }
bg34664 { background: url(test.jpg) repeat-y bottom right content-box }
bg34665 { background: url(test.jpg) repeat-y bottom right content-box fixed }
bg34666 { background: url(test.jpg) repeat-y bottom right content-box scroll }
bg34667 { background: url(test.jpg) repeat-y scroll bottom right content-box }
bg34668 { background: url(test.jpg) repeat-y scroll content-box bottom right }
bg34669 { background: url(test.jpg) repeat-y content-box fixed bottom right }
bg34670 { background: url(test.jpg) repeat-y content-box bottom right }
bg34671 { background: url(test.jpg) repeat-y content-box bottom right fixed }
bg34672 { background: url(test.jpg) repeat-y content-box bottom right scroll }
bg34673 { background: url(test.jpg) repeat-y content-box scroll bottom right }
bg34674 { background: url(test.jpg) bottom right fixed no-repeat content-box }
bg34675 { background: url(test.jpg) bottom right fixed repeat content-box }
bg34676 { background: url(test.jpg) bottom right fixed repeat-x content-box }
bg34677 { background: url(test.jpg) bottom right fixed repeat-y content-box }
bg34678 { background: url(test.jpg) bottom right fixed content-box }
bg34679 { background: url(test.jpg) bottom right fixed content-box no-repeat }
bg34680 { background: url(test.jpg) bottom right fixed content-box repeat }
bg34681 { background: url(test.jpg) bottom right fixed content-box repeat-x }
bg34682 { background: url(test.jpg) bottom right fixed content-box repeat-y }
bg34683 { background: url(test.jpg) bottom right no-repeat fixed content-box }
bg34684 { background: url(test.jpg) bottom right no-repeat scroll content-box }
bg34685 { background: url(test.jpg) bottom right no-repeat content-box }
bg34686 { background: url(test.jpg) bottom right no-repeat content-box fixed }
bg34687 { background: url(test.jpg) bottom right no-repeat content-box scroll }
bg34688 { background: url(test.jpg) bottom right repeat fixed content-box }
bg34689 { background: url(test.jpg) bottom right repeat scroll content-box }
bg34690 { background: url(test.jpg) bottom right repeat content-box }
bg34691 { background: url(test.jpg) bottom right repeat content-box fixed }
bg34692 { background: url(test.jpg) bottom right repeat content-box scroll }
bg34693 { background: url(test.jpg) bottom right repeat-x fixed content-box }
bg34694 { background: url(test.jpg) bottom right repeat-x scroll content-box }
bg34695 { background: url(test.jpg) bottom right repeat-x content-box }
bg34696 { background: url(test.jpg) bottom right repeat-x content-box fixed }
bg34697 { background: url(test.jpg) bottom right repeat-x content-box scroll }
bg34698 { background: url(test.jpg) bottom right repeat-y fixed content-box }
bg34699 { background: url(test.jpg) bottom right repeat-y scroll content-box }
bg34700 { background: url(test.jpg) bottom right repeat-y content-box }
bg34701 { background: url(test.jpg) bottom right repeat-y content-box fixed }
bg34702 { background: url(test.jpg) bottom right repeat-y content-box scroll }
bg34703 { background: url(test.jpg) bottom right scroll no-repeat content-box }
bg34704 { background: url(test.jpg) bottom right scroll repeat content-box }
bg34705 { background: url(test.jpg) bottom right scroll repeat-x content-box }
bg34706 { background: url(test.jpg) bottom right scroll repeat-y content-box }
bg34707 { background: url(test.jpg) bottom right scroll content-box }
bg34708 { background: url(test.jpg) bottom right scroll content-box no-repeat }
bg34709 { background: url(test.jpg) bottom right scroll content-box repeat }
bg34710 { background: url(test.jpg) bottom right scroll content-box repeat-x }
bg34711 { background: url(test.jpg) bottom right scroll content-box repeat-y }
bg34712 { background: url(test.jpg) bottom right content-box }
bg34713 { background: url(test.jpg) bottom right content-box fixed }
bg34714 { background: url(test.jpg) bottom right content-box fixed no-repeat }
bg34715 { background: url(test.jpg) bottom right content-box fixed repeat }
bg34716 { background: url(test.jpg) bottom right content-box fixed repeat-x }
bg34717 { background: url(test.jpg) bottom right content-box fixed repeat-y }
bg34718 { background: url(test.jpg) bottom right content-box no-repeat }
bg34719 { background: url(test.jpg) bottom right content-box no-repeat fixed }
bg34720 { background: url(test.jpg) bottom right content-box no-repeat scroll }
bg34721 { background: url(test.jpg) bottom right content-box repeat }
bg34722 { background: url(test.jpg) bottom right content-box repeat fixed }
bg34723 { background: url(test.jpg) bottom right content-box repeat scroll }
bg34724 { background: url(test.jpg) bottom right content-box repeat-x }
bg34725 { background: url(test.jpg) bottom right content-box repeat-x fixed }
bg34726 { background: url(test.jpg) bottom right content-box repeat-x scroll }
bg34727 { background: url(test.jpg) bottom right content-box repeat-y }
bg34728 { background: url(test.jpg) bottom right content-box repeat-y fixed }
bg34729 { background: url(test.jpg) bottom right content-box repeat-y scroll }
bg34730 { background: url(test.jpg) bottom right content-box scroll }
bg34731 { background: url(test.jpg) bottom right content-box scroll no-repeat }
bg34732 { background: url(test.jpg) bottom right content-box scroll repeat }
bg34733 { background: url(test.jpg) bottom right content-box scroll repeat-x }
bg34734 { background: url(test.jpg) bottom right content-box scroll repeat-y }
bg34735 { background: url(test.jpg) scroll no-repeat bottom right content-box }
bg34736 { background: url(test.jpg) scroll no-repeat content-box bottom right }
bg34737 { background: url(test.jpg) scroll repeat bottom right content-box }
bg34738 { background: url(test.jpg) scroll repeat content-box bottom right }
bg34739 { background: url(test.jpg) scroll repeat-x bottom right content-box }
bg34740 { background: url(test.jpg) scroll repeat-x content-box bottom right }
bg34741 { background: url(test.jpg) scroll repeat-y bottom right content-box }
bg34742 { background: url(test.jpg) scroll repeat-y content-box bottom right }
bg34743 { background: url(test.jpg) scroll bottom right no-repeat content-box }
bg34744 { background: url(test.jpg) scroll bottom right repeat content-box }
bg34745 { background: url(test.jpg) scroll bottom right repeat-x content-box }
bg34746 { background: url(test.jpg) scroll bottom right repeat-y content-box }
bg34747 { background: url(test.jpg) scroll bottom right content-box }
bg34748 { background: url(test.jpg) scroll bottom right content-box no-repeat }
bg34749 { background: url(test.jpg) scroll bottom right content-box repeat }
bg34750 { background: url(test.jpg) scroll bottom right content-box repeat-x }
bg34751 { background: url(test.jpg) scroll bottom right content-box repeat-y }
bg34752 { background: url(test.jpg) scroll content-box no-repeat bottom right }
bg34753 { background: url(test.jpg) scroll content-box repeat bottom right }
bg34754 { background: url(test.jpg) scroll content-box repeat-x bottom right }
bg34755 { background: url(test.jpg) scroll content-box repeat-y bottom right }
bg34756 { background: url(test.jpg) scroll content-box bottom right }
bg34757 { background: url(test.jpg) scroll content-box bottom right no-repeat }
bg34758 { background: url(test.jpg) scroll content-box bottom right repeat }
bg34759 { background: url(test.jpg) scroll content-box bottom right repeat-x }
bg34760 { background: url(test.jpg) scroll content-box bottom right repeat-y }
bg34761 { background: url(test.jpg) content-box fixed no-repeat bottom right }
bg34762 { background: url(test.jpg) content-box fixed repeat bottom right }
bg34763 { background: url(test.jpg) content-box fixed repeat-x bottom right }
bg34764 { background: url(test.jpg) content-box fixed repeat-y bottom right }
bg34765 { background: url(test.jpg) content-box fixed bottom right }
bg34766 { background: url(test.jpg) content-box fixed bottom right no-repeat }
bg34767 { background: url(test.jpg) content-box fixed bottom right repeat }
bg34768 { background: url(test.jpg) content-box fixed bottom right repeat-x }
bg34769 { background: url(test.jpg) content-box fixed bottom right repeat-y }
bg34770 { background: url(test.jpg) content-box no-repeat fixed bottom right }
bg34771 { background: url(test.jpg) content-box no-repeat bottom right }
bg34772 { background: url(test.jpg) content-box no-repeat bottom right fixed }
bg34773 { background: url(test.jpg) content-box no-repeat bottom right scroll }
bg34774 { background: url(test.jpg) content-box no-repeat scroll bottom right }
bg34775 { background: url(test.jpg) content-box repeat fixed bottom right }
bg34776 { background: url(test.jpg) content-box repeat bottom right }
bg34777 { background: url(test.jpg) content-box repeat bottom right fixed }
bg34778 { background: url(test.jpg) content-box repeat bottom right scroll }
bg34779 { background: url(test.jpg) content-box repeat scroll bottom right }
bg34780 { background: url(test.jpg) content-box repeat-x fixed bottom right }
bg34781 { background: url(test.jpg) content-box repeat-x bottom right }
bg34782 { background: url(test.jpg) content-box repeat-x bottom right fixed }
bg34783 { background: url(test.jpg) content-box repeat-x bottom right scroll }
bg34784 { background: url(test.jpg) content-box repeat-x scroll bottom right }
bg34785 { background: url(test.jpg) content-box repeat-y fixed bottom right }
bg34786 { background: url(test.jpg) content-box repeat-y bottom right }
bg34787 { background: url(test.jpg) content-box repeat-y bottom right fixed }
bg34788 { background: url(test.jpg) content-box repeat-y bottom right scroll }
bg34789 { background: url(test.jpg) content-box repeat-y scroll bottom right }
bg34790 { background: url(test.jpg) content-box bottom right }
bg34791 { background: url(test.jpg) content-box bottom right fixed }
bg34792 { background: url(test.jpg) content-box bottom right fixed no-repeat }
bg34793 { background: url(test.jpg) content-box bottom right fixed repeat }
bg34794 { background: url(test.jpg) content-box bottom right fixed repeat-x }
bg34795 { background: url(test.jpg) content-box bottom right fixed repeat-y }
bg34796 { background: url(test.jpg) content-box bottom right no-repeat }
bg34797 { background: url(test.jpg) content-box bottom right no-repeat fixed }
bg34798 { background: url(test.jpg) content-box bottom right no-repeat scroll }
bg34799 { background: url(test.jpg) content-box bottom right repeat }
bg34800 { background: url(test.jpg) content-box bottom right repeat fixed }
bg34801 { background: url(test.jpg) content-box bottom right repeat scroll }
bg34802 { background: url(test.jpg) content-box bottom right repeat-x }
bg34803 { background: url(test.jpg) content-box bottom right repeat-x fixed }
bg34804 { background: url(test.jpg) content-box bottom right repeat-x scroll }
bg34805 { background: url(test.jpg) content-box bottom right repeat-y }
bg34806 { background: url(test.jpg) content-box bottom right repeat-y fixed }
bg34807 { background: url(test.jpg) content-box bottom right repeat-y scroll }
bg34808 { background: url(test.jpg) content-box bottom right scroll }
bg34809 { background: url(test.jpg) content-box bottom right scroll no-repeat }
bg34810 { background: url(test.jpg) content-box bottom right scroll repeat }
bg34811 { background: url(test.jpg) content-box bottom right scroll repeat-x }
bg34812 { background: url(test.jpg) content-box bottom right scroll repeat-y }
bg34813 { background: url(test.jpg) content-box scroll no-repeat bottom right }
bg34814 { background: url(test.jpg) content-box scroll repeat bottom right }
bg34815 { background: url(test.jpg) content-box scroll repeat-x bottom right }
bg34816 { background: url(test.jpg) content-box scroll repeat-y bottom right }
bg34817 { background: url(test.jpg) content-box scroll bottom right }
bg34818 { background: url(test.jpg) content-box scroll bottom right no-repeat }
bg34819 { background: url(test.jpg) content-box scroll bottom right repeat }
bg34820 { background: url(test.jpg) content-box scroll bottom right repeat-x }
bg34821 { background: url(test.jpg) content-box scroll bottom right repeat-y }
bg34822 { background: fixed no-repeat none bottom center content-box }
bg34823 { background: fixed no-repeat none content-box bottom center }
bg34824 { background: fixed no-repeat bottom center none content-box }
bg34825 { background: fixed no-repeat bottom center content-box }
bg34826 { background: fixed no-repeat bottom center content-box none }
bg34827 { background: fixed no-repeat bottom center content-box url(test.jpg) }
bg34828 { background: fixed no-repeat bottom center url(test.jpg) content-box }
bg34829 { background: fixed no-repeat content-box none bottom center }
bg34830 { background: fixed no-repeat content-box bottom center }
bg34831 { background: fixed no-repeat content-box bottom center none }
bg34832 { background: fixed no-repeat content-box bottom center url(test.jpg) }
bg34833 { background: fixed no-repeat content-box url(test.jpg) bottom center }
bg34834 { background: fixed no-repeat url(test.jpg) bottom center content-box }
bg34835 { background: fixed no-repeat url(test.jpg) content-box bottom center }
bg34836 { background: fixed none no-repeat bottom center content-box }
bg34837 { background: fixed none no-repeat content-box bottom center }
bg34838 { background: fixed none repeat bottom center content-box }
bg34839 { background: fixed none repeat content-box bottom center }
bg34840 { background: fixed none repeat-x bottom center content-box }
bg34841 { background: fixed none repeat-x content-box bottom center }
bg34842 { background: fixed none repeat-y bottom center content-box }
bg34843 { background: fixed none repeat-y content-box bottom center }
bg34844 { background: fixed none bottom center no-repeat content-box }
bg34845 { background: fixed none bottom center repeat content-box }
bg34846 { background: fixed none bottom center repeat-x content-box }
bg34847 { background: fixed none bottom center repeat-y content-box }
bg34848 { background: fixed none bottom center content-box }
bg34849 { background: fixed none bottom center content-box no-repeat }
bg34850 { background: fixed none bottom center content-box repeat }
bg34851 { background: fixed none bottom center content-box repeat-x }
bg34852 { background: fixed none bottom center content-box repeat-y }
bg34853 { background: fixed none content-box no-repeat bottom center }
bg34854 { background: fixed none content-box repeat bottom center }
bg34855 { background: fixed none content-box repeat-x bottom center }
bg34856 { background: fixed none content-box repeat-y bottom center }
bg34857 { background: fixed none content-box bottom center }
bg34858 { background: fixed none content-box bottom center no-repeat }
bg34859 { background: fixed none content-box bottom center repeat }
bg34860 { background: fixed none content-box bottom center repeat-x }
bg34861 { background: fixed none content-box bottom center repeat-y }
bg34862 { background: fixed repeat none bottom center content-box }
bg34863 { background: fixed repeat none content-box bottom center }
bg34864 { background: fixed repeat bottom center none content-box }
bg34865 { background: fixed repeat bottom center content-box }
bg34866 { background: fixed repeat bottom center content-box none }
bg34867 { background: fixed repeat bottom center content-box url(test.jpg) }
bg34868 { background: fixed repeat bottom center url(test.jpg) content-box }
bg34869 { background: fixed repeat content-box none bottom center }
bg34870 { background: fixed repeat content-box bottom center }
bg34871 { background: fixed repeat content-box bottom center none }
bg34872 { background: fixed repeat content-box bottom center url(test.jpg) }
bg34873 { background: fixed repeat content-box url(test.jpg) bottom center }
bg34874 { background: fixed repeat url(test.jpg) bottom center content-box }
bg34875 { background: fixed repeat url(test.jpg) content-box bottom center }
bg34876 { background: fixed repeat-x none bottom center content-box }
bg34877 { background: fixed repeat-x none content-box bottom center }
bg34878 { background: fixed repeat-x bottom center none content-box }
bg34879 { background: fixed repeat-x bottom center content-box }
bg34880 { background: fixed repeat-x bottom center content-box none }
bg34881 { background: fixed repeat-x bottom center content-box url(test.jpg) }
bg34882 { background: fixed repeat-x bottom center url(test.jpg) content-box }
bg34883 { background: fixed repeat-x content-box none bottom center }
bg34884 { background: fixed repeat-x content-box bottom center }
bg34885 { background: fixed repeat-x content-box bottom center none }
bg34886 { background: fixed repeat-x content-box bottom center url(test.jpg) }
bg34887 { background: fixed repeat-x content-box url(test.jpg) bottom center }
bg34888 { background: fixed repeat-x url(test.jpg) bottom center content-box }
bg34889 { background: fixed repeat-x url(test.jpg) content-box bottom center }
bg34890 { background: fixed repeat-y none bottom center content-box }
bg34891 { background: fixed repeat-y none content-box bottom center }
bg34892 { background: fixed repeat-y bottom center none content-box }
bg34893 { background: fixed repeat-y bottom center content-box }
bg34894 { background: fixed repeat-y bottom center content-box none }
bg34895 { background: fixed repeat-y bottom center content-box url(test.jpg) }
bg34896 { background: fixed repeat-y bottom center url(test.jpg) content-box }
bg34897 { background: fixed repeat-y content-box none bottom center }
bg34898 { background: fixed repeat-y content-box bottom center }
bg34899 { background: fixed repeat-y content-box bottom center none }
bg34900 { background: fixed repeat-y content-box bottom center url(test.jpg) }
bg34901 { background: fixed repeat-y content-box url(test.jpg) bottom center }
bg34902 { background: fixed repeat-y url(test.jpg) bottom center content-box }
bg34903 { background: fixed repeat-y url(test.jpg) content-box bottom center }
bg34904 { background: fixed bottom center no-repeat none content-box }
bg34905 { background: fixed bottom center no-repeat content-box }
bg34906 { background: fixed bottom center no-repeat content-box none }
bg34907 { background: fixed bottom center no-repeat content-box url(test.jpg) }
bg34908 { background: fixed bottom center no-repeat url(test.jpg) content-box }
bg34909 { background: fixed bottom center none no-repeat content-box }
bg34910 { background: fixed bottom center none repeat content-box }
bg34911 { background: fixed bottom center none repeat-x content-box }
bg34912 { background: fixed bottom center none repeat-y content-box }
bg34913 { background: fixed bottom center none content-box }
bg34914 { background: fixed bottom center none content-box no-repeat }
bg34915 { background: fixed bottom center none content-box repeat }
bg34916 { background: fixed bottom center none content-box repeat-x }
bg34917 { background: fixed bottom center none content-box repeat-y }
bg34918 { background: fixed bottom center repeat none content-box }
bg34919 { background: fixed bottom center repeat content-box }
bg34920 { background: fixed bottom center repeat content-box none }
bg34921 { background: fixed bottom center repeat content-box url(test.jpg) }
bg34922 { background: fixed bottom center repeat url(test.jpg) content-box }
bg34923 { background: fixed bottom center repeat-x none content-box }
bg34924 { background: fixed bottom center repeat-x content-box }
bg34925 { background: fixed bottom center repeat-x content-box none }
bg34926 { background: fixed bottom center repeat-x content-box url(test.jpg) }
bg34927 { background: fixed bottom center repeat-x url(test.jpg) content-box }
bg34928 { background: fixed bottom center repeat-y none content-box }
bg34929 { background: fixed bottom center repeat-y content-box }
bg34930 { background: fixed bottom center repeat-y content-box none }
bg34931 { background: fixed bottom center repeat-y content-box url(test.jpg) }
bg34932 { background: fixed bottom center repeat-y url(test.jpg) content-box }
bg34933 { background: fixed bottom center content-box }
bg34934 { background: fixed bottom center content-box no-repeat }
bg34935 { background: fixed bottom center content-box no-repeat none }
bg34936 { background: fixed bottom center content-box no-repeat url(test.jpg) }
bg34937 { background: fixed bottom center content-box none }
bg34938 { background: fixed bottom center content-box none no-repeat }
bg34939 { background: fixed bottom center content-box none repeat }
bg34940 { background: fixed bottom center content-box none repeat-x }
bg34941 { background: fixed bottom center content-box none repeat-y }
bg34942 { background: fixed bottom center content-box repeat }
bg34943 { background: fixed bottom center content-box repeat none }
bg34944 { background: fixed bottom center content-box repeat url(test.jpg) }
bg34945 { background: fixed bottom center content-box repeat-x }
bg34946 { background: fixed bottom center content-box repeat-x none }
bg34947 { background: fixed bottom center content-box repeat-x url(test.jpg) }
bg34948 { background: fixed bottom center content-box repeat-y }
bg34949 { background: fixed bottom center content-box repeat-y none }
bg34950 { background: fixed bottom center content-box repeat-y url(test.jpg) }
bg34951 { background: fixed bottom center content-box url(test.jpg) }
bg34952 { background: fixed bottom center content-box url(test.jpg) no-repeat }
bg34953 { background: fixed bottom center content-box url(test.jpg) repeat }
bg34954 { background: fixed bottom center content-box url(test.jpg) repeat-x }
bg34955 { background: fixed bottom center content-box url(test.jpg) repeat-y }
bg34956 { background: fixed bottom center url(test.jpg) no-repeat content-box }
bg34957 { background: fixed bottom center url(test.jpg) repeat content-box }
bg34958 { background: fixed bottom center url(test.jpg) repeat-x content-box }
bg34959 { background: fixed bottom center url(test.jpg) repeat-y content-box }
bg34960 { background: fixed bottom center url(test.jpg) content-box }
bg34961 { background: fixed bottom center url(test.jpg) content-box no-repeat }
bg34962 { background: fixed bottom center url(test.jpg) content-box repeat }
bg34963 { background: fixed bottom center url(test.jpg) content-box repeat-x }
bg34964 { background: fixed bottom center url(test.jpg) content-box repeat-y }
bg34965 { background: fixed content-box no-repeat none bottom center }
bg34966 { background: fixed content-box no-repeat bottom center }
bg34967 { background: fixed content-box no-repeat bottom center none }
bg34968 { background: fixed content-box no-repeat bottom center url(test.jpg) }
bg34969 { background: fixed content-box no-repeat url(test.jpg) bottom center }
bg34970 { background: fixed content-box none no-repeat bottom center }
bg34971 { background: fixed content-box none repeat bottom center }
bg34972 { background: fixed content-box none repeat-x bottom center }
bg34973 { background: fixed content-box none repeat-y bottom center }
bg34974 { background: fixed content-box none bottom center }
bg34975 { background: fixed content-box none bottom center no-repeat }
bg34976 { background: fixed content-box none bottom center repeat }
bg34977 { background: fixed content-box none bottom center repeat-x }
bg34978 { background: fixed content-box none bottom center repeat-y }
bg34979 { background: fixed content-box repeat none bottom center }
bg34980 { background: fixed content-box repeat bottom center }
bg34981 { background: fixed content-box repeat bottom center none }
bg34982 { background: fixed content-box repeat bottom center url(test.jpg) }
bg34983 { background: fixed content-box repeat url(test.jpg) bottom center }
bg34984 { background: fixed content-box repeat-x none bottom center }
bg34985 { background: fixed content-box repeat-x bottom center }
bg34986 { background: fixed content-box repeat-x bottom center none }
bg34987 { background: fixed content-box repeat-x bottom center url(test.jpg) }
bg34988 { background: fixed content-box repeat-x url(test.jpg) bottom center }
bg34989 { background: fixed content-box repeat-y none bottom center }
bg34990 { background: fixed content-box repeat-y bottom center }
bg34991 { background: fixed content-box repeat-y bottom center none }
bg34992 { background: fixed content-box repeat-y bottom center url(test.jpg) }
bg34993 { background: fixed content-box repeat-y url(test.jpg) bottom center }
bg34994 { background: fixed content-box bottom center }
bg34995 { background: fixed content-box bottom center no-repeat }
bg34996 { background: fixed content-box bottom center no-repeat none }
bg34997 { background: fixed content-box bottom center no-repeat url(test.jpg) }
bg34998 { background: fixed content-box bottom center none }
bg34999 { background: fixed content-box bottom center none no-repeat }
bg35000 { background: fixed content-box bottom center none repeat }
bg35001 { background: fixed content-box bottom center none repeat-x }
bg35002 { background: fixed content-box bottom center none repeat-y }
bg35003 { background: fixed content-box bottom center repeat }
bg35004 { background: fixed content-box bottom center repeat none }
bg35005 { background: fixed content-box bottom center repeat url(test.jpg) }
bg35006 { background: fixed content-box bottom center repeat-x }
bg35007 { background: fixed content-box bottom center repeat-x none }
bg35008 { background: fixed content-box bottom center repeat-x url(test.jpg) }
bg35009 { background: fixed content-box bottom center repeat-y }
bg35010 { background: fixed content-box bottom center repeat-y none }
bg35011 { background: fixed content-box bottom center repeat-y url(test.jpg) }
bg35012 { background: fixed content-box bottom center url(test.jpg) }
bg35013 { background: fixed content-box bottom center url(test.jpg) no-repeat }
bg35014 { background: fixed content-box bottom center url(test.jpg) repeat }
bg35015 { background: fixed content-box bottom center url(test.jpg) repeat-x }
bg35016 { background: fixed content-box bottom center url(test.jpg) repeat-y }
bg35017 { background: fixed content-box url(test.jpg) no-repeat bottom center }
bg35018 { background: fixed content-box url(test.jpg) repeat bottom center }
bg35019 { background: fixed content-box url(test.jpg) repeat-x bottom center }
bg35020 { background: fixed content-box url(test.jpg) repeat-y bottom center }
bg35021 { background: fixed content-box url(test.jpg) bottom center }
bg35022 { background: fixed content-box url(test.jpg) bottom center no-repeat }
bg35023 { background: fixed content-box url(test.jpg) bottom center repeat }
bg35024 { background: fixed content-box url(test.jpg) bottom center repeat-x }
bg35025 { background: fixed content-box url(test.jpg) bottom center repeat-y }
bg35026 { background: fixed url(test.jpg) no-repeat bottom center content-box }
bg35027 { background: fixed url(test.jpg) no-repeat content-box bottom center }
bg35028 { background: fixed url(test.jpg) repeat bottom center content-box }
bg35029 { background: fixed url(test.jpg) repeat content-box bottom center }
bg35030 { background: fixed url(test.jpg) repeat-x bottom center content-box }
bg35031 { background: fixed url(test.jpg) repeat-x content-box bottom center }
bg35032 { background: fixed url(test.jpg) repeat-y bottom center content-box }
bg35033 { background: fixed url(test.jpg) repeat-y content-box bottom center }
bg35034 { background: fixed url(test.jpg) bottom center no-repeat content-box }
bg35035 { background: fixed url(test.jpg) bottom center repeat content-box }
bg35036 { background: fixed url(test.jpg) bottom center repeat-x content-box }
bg35037 { background: fixed url(test.jpg) bottom center repeat-y content-box }
bg35038 { background: fixed url(test.jpg) bottom center content-box }
bg35039 { background: fixed url(test.jpg) bottom center content-box no-repeat }
bg35040 { background: fixed url(test.jpg) bottom center content-box repeat }
bg35041 { background: fixed url(test.jpg) bottom center content-box repeat-x }
bg35042 { background: fixed url(test.jpg) bottom center content-box repeat-y }
bg35043 { background: fixed url(test.jpg) content-box no-repeat bottom center }
bg35044 { background: fixed url(test.jpg) content-box repeat bottom center }
bg35045 { background: fixed url(test.jpg) content-box repeat-x bottom center }
bg35046 { background: fixed url(test.jpg) content-box repeat-y bottom center }
bg35047 { background: fixed url(test.jpg) content-box bottom center }
bg35048 { background: fixed url(test.jpg) content-box bottom center no-repeat }
bg35049 { background: fixed url(test.jpg) content-box bottom center repeat }
bg35050 { background: fixed url(test.jpg) content-box bottom center repeat-x }
bg35051 { background: fixed url(test.jpg) content-box bottom center repeat-y }
bg35052 { background: no-repeat fixed none bottom center content-box }
bg35053 { background: no-repeat fixed none content-box bottom center }
bg35054 { background: no-repeat fixed bottom center none content-box }
bg35055 { background: no-repeat fixed bottom center content-box }
bg35056 { background: no-repeat fixed bottom center content-box none }
bg35057 { background: no-repeat fixed bottom center content-box url(test.jpg) }
bg35058 { background: no-repeat fixed bottom center url(test.jpg) content-box }
bg35059 { background: no-repeat fixed content-box none bottom center }
bg35060 { background: no-repeat fixed content-box bottom center }
bg35061 { background: no-repeat fixed content-box bottom center none }
bg35062 { background: no-repeat fixed content-box bottom center url(test.jpg) }
bg35063 { background: no-repeat fixed content-box url(test.jpg) bottom center }
bg35064 { background: no-repeat fixed url(test.jpg) bottom center content-box }
bg35065 { background: no-repeat fixed url(test.jpg) content-box bottom center }
bg35066 { background: no-repeat none fixed bottom center content-box }
bg35067 { background: no-repeat none fixed content-box bottom center }
bg35068 { background: no-repeat none bottom center fixed content-box }
bg35069 { background: no-repeat none bottom center scroll content-box }
bg35070 { background: no-repeat none bottom center content-box }
bg35071 { background: no-repeat none bottom center content-box fixed }
bg35072 { background: no-repeat none bottom center content-box scroll }
bg35073 { background: no-repeat none scroll bottom center content-box }
bg35074 { background: no-repeat none scroll content-box bottom center }
bg35075 { background: no-repeat none content-box fixed bottom center }
bg35076 { background: no-repeat none content-box bottom center }
bg35077 { background: no-repeat none content-box bottom center fixed }
bg35078 { background: no-repeat none content-box bottom center scroll }
bg35079 { background: no-repeat none content-box scroll bottom center }
bg35080 { background: no-repeat bottom center fixed none content-box }
bg35081 { background: no-repeat bottom center fixed content-box }
bg35082 { background: no-repeat bottom center fixed content-box none }
bg35083 { background: no-repeat bottom center fixed content-box url(test.jpg) }
bg35084 { background: no-repeat bottom center fixed url(test.jpg) content-box }
bg35085 { background: no-repeat bottom center none fixed content-box }
bg35086 { background: no-repeat bottom center none scroll content-box }
bg35087 { background: no-repeat bottom center none content-box }
bg35088 { background: no-repeat bottom center none content-box fixed }
bg35089 { background: no-repeat bottom center none content-box scroll }
bg35090 { background: no-repeat bottom center scroll none content-box }
bg35091 { background: no-repeat bottom center scroll content-box }
bg35092 { background: no-repeat bottom center scroll content-box none }
bg35093 { background: no-repeat bottom center scroll content-box url(test.jpg) }
bg35094 { background: no-repeat bottom center scroll url(test.jpg) content-box }
bg35095 { background: no-repeat bottom center content-box }
bg35096 { background: no-repeat bottom center content-box fixed }
bg35097 { background: no-repeat bottom center content-box fixed none }
bg35098 { background: no-repeat bottom center content-box fixed url(test.jpg) }
bg35099 { background: no-repeat bottom center content-box none }
bg35100 { background: no-repeat bottom center content-box none fixed }
bg35101 { background: no-repeat bottom center content-box none scroll }
bg35102 { background: no-repeat bottom center content-box scroll }
bg35103 { background: no-repeat bottom center content-box scroll none }
bg35104 { background: no-repeat bottom center content-box scroll url(test.jpg) }
bg35105 { background: no-repeat bottom center content-box url(test.jpg) }
bg35106 { background: no-repeat bottom center content-box url(test.jpg) fixed }
bg35107 { background: no-repeat bottom center content-box url(test.jpg) scroll }
bg35108 { background: no-repeat bottom center url(test.jpg) fixed content-box }
bg35109 { background: no-repeat bottom center url(test.jpg) scroll content-box }
bg35110 { background: no-repeat bottom center url(test.jpg) content-box }
bg35111 { background: no-repeat bottom center url(test.jpg) content-box fixed }
bg35112 { background: no-repeat bottom center url(test.jpg) content-box scroll }
bg35113 { background: no-repeat scroll none bottom center content-box }
bg35114 { background: no-repeat scroll none content-box bottom center }
bg35115 { background: no-repeat scroll bottom center none content-box }
bg35116 { background: no-repeat scroll bottom center content-box }
bg35117 { background: no-repeat scroll bottom center content-box none }
bg35118 { background: no-repeat scroll bottom center content-box url(test.jpg) }
bg35119 { background: no-repeat scroll bottom center url(test.jpg) content-box }
bg35120 { background: no-repeat scroll content-box none bottom center }
bg35121 { background: no-repeat scroll content-box bottom center }
bg35122 { background: no-repeat scroll content-box bottom center none }
bg35123 { background: no-repeat scroll content-box bottom center url(test.jpg) }
bg35124 { background: no-repeat scroll content-box url(test.jpg) bottom center }
bg35125 { background: no-repeat scroll url(test.jpg) bottom center content-box }
bg35126 { background: no-repeat scroll url(test.jpg) content-box bottom center }
bg35127 { background: no-repeat content-box fixed none bottom center }
bg35128 { background: no-repeat content-box fixed bottom center }
bg35129 { background: no-repeat content-box fixed bottom center none }
bg35130 { background: no-repeat content-box fixed bottom center url(test.jpg) }
bg35131 { background: no-repeat content-box fixed url(test.jpg) bottom center }
bg35132 { background: no-repeat content-box none fixed bottom center }
bg35133 { background: no-repeat content-box none bottom center }
bg35134 { background: no-repeat content-box none bottom center fixed }
bg35135 { background: no-repeat content-box none bottom center scroll }
bg35136 { background: no-repeat content-box none scroll bottom center }
bg35137 { background: no-repeat content-box bottom center }
bg35138 { background: no-repeat content-box bottom center fixed }
bg35139 { background: no-repeat content-box bottom center fixed none }
bg35140 { background: no-repeat content-box bottom center fixed url(test.jpg) }
bg35141 { background: no-repeat content-box bottom center none }
bg35142 { background: no-repeat content-box bottom center none fixed }
bg35143 { background: no-repeat content-box bottom center none scroll }
bg35144 { background: no-repeat content-box bottom center scroll }
bg35145 { background: no-repeat content-box bottom center scroll none }
bg35146 { background: no-repeat content-box bottom center scroll url(test.jpg) }
bg35147 { background: no-repeat content-box bottom center url(test.jpg) }
bg35148 { background: no-repeat content-box bottom center url(test.jpg) fixed }
bg35149 { background: no-repeat content-box bottom center url(test.jpg) scroll }
bg35150 { background: no-repeat content-box scroll none bottom center }
bg35151 { background: no-repeat content-box scroll bottom center }
bg35152 { background: no-repeat content-box scroll bottom center none }
bg35153 { background: no-repeat content-box scroll bottom center url(test.jpg) }
bg35154 { background: no-repeat content-box scroll url(test.jpg) bottom center }
bg35155 { background: no-repeat content-box url(test.jpg) fixed bottom center }
bg35156 { background: no-repeat content-box url(test.jpg) bottom center }
bg35157 { background: no-repeat content-box url(test.jpg) bottom center fixed }
bg35158 { background: no-repeat content-box url(test.jpg) bottom center scroll }
bg35159 { background: no-repeat content-box url(test.jpg) scroll bottom center }
bg35160 { background: no-repeat url(test.jpg) fixed bottom center content-box }
bg35161 { background: no-repeat url(test.jpg) fixed content-box bottom center }
bg35162 { background: no-repeat url(test.jpg) bottom center fixed content-box }
bg35163 { background: no-repeat url(test.jpg) bottom center scroll content-box }
bg35164 { background: no-repeat url(test.jpg) bottom center content-box }
bg35165 { background: no-repeat url(test.jpg) bottom center content-box fixed }
bg35166 { background: no-repeat url(test.jpg) bottom center content-box scroll }
bg35167 { background: no-repeat url(test.jpg) scroll bottom center content-box }
bg35168 { background: no-repeat url(test.jpg) scroll content-box bottom center }
bg35169 { background: no-repeat url(test.jpg) content-box fixed bottom center }
bg35170 { background: no-repeat url(test.jpg) content-box bottom center }
bg35171 { background: no-repeat url(test.jpg) content-box bottom center fixed }
bg35172 { background: no-repeat url(test.jpg) content-box bottom center scroll }
bg35173 { background: no-repeat url(test.jpg) content-box scroll bottom center }
bg35174 { background: none fixed no-repeat bottom center content-box }
bg35175 { background: none fixed no-repeat content-box bottom center }
bg35176 { background: none fixed repeat bottom center content-box }
bg35177 { background: none fixed repeat content-box bottom center }
bg35178 { background: none fixed repeat-x bottom center content-box }
bg35179 { background: none fixed repeat-x content-box bottom center }
bg35180 { background: none fixed repeat-y bottom center content-box }
bg35181 { background: none fixed repeat-y content-box bottom center }
bg35182 { background: none fixed bottom center no-repeat content-box }
bg35183 { background: none fixed bottom center repeat content-box }
bg35184 { background: none fixed bottom center repeat-x content-box }
bg35185 { background: none fixed bottom center repeat-y content-box }
bg35186 { background: none fixed bottom center content-box }
bg35187 { background: none fixed bottom center content-box no-repeat }
bg35188 { background: none fixed bottom center content-box repeat }
bg35189 { background: none fixed bottom center content-box repeat-x }
bg35190 { background: none fixed bottom center content-box repeat-y }
bg35191 { background: none fixed content-box no-repeat bottom center }
bg35192 { background: none fixed content-box repeat bottom center }
bg35193 { background: none fixed content-box repeat-x bottom center }
bg35194 { background: none fixed content-box repeat-y bottom center }
bg35195 { background: none fixed content-box bottom center }
bg35196 { background: none fixed content-box bottom center no-repeat }
bg35197 { background: none fixed content-box bottom center repeat }
bg35198 { background: none fixed content-box bottom center repeat-x }
bg35199 { background: none fixed content-box bottom center repeat-y }
bg35200 { background: none no-repeat fixed bottom center content-box }
bg35201 { background: none no-repeat fixed content-box bottom center }
bg35202 { background: none no-repeat bottom center fixed content-box }
bg35203 { background: none no-repeat bottom center scroll content-box }
bg35204 { background: none no-repeat bottom center content-box }
bg35205 { background: none no-repeat bottom center content-box fixed }
bg35206 { background: none no-repeat bottom center content-box scroll }
bg35207 { background: none no-repeat scroll bottom center content-box }
bg35208 { background: none no-repeat scroll content-box bottom center }
bg35209 { background: none no-repeat content-box fixed bottom center }
bg35210 { background: none no-repeat content-box bottom center }
bg35211 { background: none no-repeat content-box bottom center fixed }
bg35212 { background: none no-repeat content-box bottom center scroll }
bg35213 { background: none no-repeat content-box scroll bottom center }
bg35214 { background: none repeat fixed bottom center content-box }
bg35215 { background: none repeat fixed content-box bottom center }
bg35216 { background: none repeat bottom center fixed content-box }
bg35217 { background: none repeat bottom center scroll content-box }
bg35218 { background: none repeat bottom center content-box }
bg35219 { background: none repeat bottom center content-box fixed }
bg35220 { background: none repeat bottom center content-box scroll }
bg35221 { background: none repeat scroll bottom center content-box }
bg35222 { background: none repeat scroll content-box bottom center }
bg35223 { background: none repeat content-box fixed bottom center }
bg35224 { background: none repeat content-box bottom center }
bg35225 { background: none repeat content-box bottom center fixed }
bg35226 { background: none repeat content-box bottom center scroll }
bg35227 { background: none repeat content-box scroll bottom center }
bg35228 { background: none repeat-x fixed bottom center content-box }
bg35229 { background: none repeat-x fixed content-box bottom center }
bg35230 { background: none repeat-x bottom center fixed content-box }
bg35231 { background: none repeat-x bottom center scroll content-box }
bg35232 { background: none repeat-x bottom center content-box }
bg35233 { background: none repeat-x bottom center content-box fixed }
bg35234 { background: none repeat-x bottom center content-box scroll }
bg35235 { background: none repeat-x scroll bottom center content-box }
bg35236 { background: none repeat-x scroll content-box bottom center }
bg35237 { background: none repeat-x content-box fixed bottom center }
bg35238 { background: none repeat-x content-box bottom center }
bg35239 { background: none repeat-x content-box bottom center fixed }
bg35240 { background: none repeat-x content-box bottom center scroll }
bg35241 { background: none repeat-x content-box scroll bottom center }
bg35242 { background: none repeat-y fixed bottom center content-box }
bg35243 { background: none repeat-y fixed content-box bottom center }
bg35244 { background: none repeat-y bottom center fixed content-box }
bg35245 { background: none repeat-y bottom center scroll content-box }
bg35246 { background: none repeat-y bottom center content-box }
bg35247 { background: none repeat-y bottom center content-box fixed }
bg35248 { background: none repeat-y bottom center content-box scroll }
bg35249 { background: none repeat-y scroll bottom center content-box }
bg35250 { background: none repeat-y scroll content-box bottom center }
bg35251 { background: none repeat-y content-box fixed bottom center }
bg35252 { background: none repeat-y content-box bottom center }
bg35253 { background: none repeat-y content-box bottom center fixed }
bg35254 { background: none repeat-y content-box bottom center scroll }
bg35255 { background: none repeat-y content-box scroll bottom center }
bg35256 { background: none bottom center fixed no-repeat content-box }
bg35257 { background: none bottom center fixed repeat content-box }
bg35258 { background: none bottom center fixed repeat-x content-box }
bg35259 { background: none bottom center fixed repeat-y content-box }
bg35260 { background: none bottom center fixed content-box }
bg35261 { background: none bottom center fixed content-box no-repeat }
bg35262 { background: none bottom center fixed content-box repeat }
bg35263 { background: none bottom center fixed content-box repeat-x }
bg35264 { background: none bottom center fixed content-box repeat-y }
bg35265 { background: none bottom center no-repeat fixed content-box }
bg35266 { background: none bottom center no-repeat scroll content-box }
bg35267 { background: none bottom center no-repeat content-box }
bg35268 { background: none bottom center no-repeat content-box fixed }
bg35269 { background: none bottom center no-repeat content-box scroll }
bg35270 { background: none bottom center repeat fixed content-box }
bg35271 { background: none bottom center repeat scroll content-box }
bg35272 { background: none bottom center repeat content-box }
bg35273 { background: none bottom center repeat content-box fixed }
bg35274 { background: none bottom center repeat content-box scroll }
bg35275 { background: none bottom center repeat-x fixed content-box }
bg35276 { background: none bottom center repeat-x scroll content-box }
bg35277 { background: none bottom center repeat-x content-box }
bg35278 { background: none bottom center repeat-x content-box fixed }
bg35279 { background: none bottom center repeat-x content-box scroll }
bg35280 { background: none bottom center repeat-y fixed content-box }
bg35281 { background: none bottom center repeat-y scroll content-box }
bg35282 { background: none bottom center repeat-y content-box }
bg35283 { background: none bottom center repeat-y content-box fixed }
bg35284 { background: none bottom center repeat-y content-box scroll }
bg35285 { background: none bottom center scroll no-repeat content-box }
bg35286 { background: none bottom center scroll repeat content-box }
bg35287 { background: none bottom center scroll repeat-x content-box }
bg35288 { background: none bottom center scroll repeat-y content-box }
bg35289 { background: none bottom center scroll content-box }
bg35290 { background: none bottom center scroll content-box no-repeat }
bg35291 { background: none bottom center scroll content-box repeat }
bg35292 { background: none bottom center scroll content-box repeat-x }
bg35293 { background: none bottom center scroll content-box repeat-y }
bg35294 { background: none bottom center content-box }
bg35295 { background: none bottom center content-box fixed }
bg35296 { background: none bottom center content-box fixed no-repeat }
bg35297 { background: none bottom center content-box fixed repeat }
bg35298 { background: none bottom center content-box fixed repeat-x }
bg35299 { background: none bottom center content-box fixed repeat-y }
bg35300 { background: none bottom center content-box no-repeat }
bg35301 { background: none bottom center content-box no-repeat fixed }
bg35302 { background: none bottom center content-box no-repeat scroll }
bg35303 { background: none bottom center content-box repeat }
bg35304 { background: none bottom center content-box repeat fixed }
bg35305 { background: none bottom center content-box repeat scroll }
bg35306 { background: none bottom center content-box repeat-x }
bg35307 { background: none bottom center content-box repeat-x fixed }
bg35308 { background: none bottom center content-box repeat-x scroll }
bg35309 { background: none bottom center content-box repeat-y }
bg35310 { background: none bottom center content-box repeat-y fixed }
bg35311 { background: none bottom center content-box repeat-y scroll }
bg35312 { background: none bottom center content-box scroll }
bg35313 { background: none bottom center content-box scroll no-repeat }
bg35314 { background: none bottom center content-box scroll repeat }
bg35315 { background: none bottom center content-box scroll repeat-x }
bg35316 { background: none bottom center content-box scroll repeat-y }
bg35317 { background: none scroll no-repeat bottom center content-box }
bg35318 { background: none scroll no-repeat content-box bottom center }
bg35319 { background: none scroll repeat bottom center content-box }
bg35320 { background: none scroll repeat content-box bottom center }
bg35321 { background: none scroll repeat-x bottom center content-box }
bg35322 { background: none scroll repeat-x content-box bottom center }
bg35323 { background: none scroll repeat-y bottom center content-box }
bg35324 { background: none scroll repeat-y content-box bottom center }
bg35325 { background: none scroll bottom center no-repeat content-box }
bg35326 { background: none scroll bottom center repeat content-box }
bg35327 { background: none scroll bottom center repeat-x content-box }
bg35328 { background: none scroll bottom center repeat-y content-box }
bg35329 { background: none scroll bottom center content-box }
bg35330 { background: none scroll bottom center content-box no-repeat }
bg35331 { background: none scroll bottom center content-box repeat }
bg35332 { background: none scroll bottom center content-box repeat-x }
bg35333 { background: none scroll bottom center content-box repeat-y }
bg35334 { background: none scroll content-box no-repeat bottom center }
bg35335 { background: none scroll content-box repeat bottom center }
bg35336 { background: none scroll content-box repeat-x bottom center }
bg35337 { background: none scroll content-box repeat-y bottom center }
bg35338 { background: none scroll content-box bottom center }
bg35339 { background: none scroll content-box bottom center no-repeat }
bg35340 { background: none scroll content-box bottom center repeat }
bg35341 { background: none scroll content-box bottom center repeat-x }
bg35342 { background: none scroll content-box bottom center repeat-y }
bg35343 { background: none content-box fixed no-repeat bottom center }
bg35344 { background: none content-box fixed repeat bottom center }
bg35345 { background: none content-box fixed repeat-x bottom center }
bg35346 { background: none content-box fixed repeat-y bottom center }
bg35347 { background: none content-box fixed bottom center }
bg35348 { background: none content-box fixed bottom center no-repeat }
bg35349 { background: none content-box fixed bottom center repeat }
bg35350 { background: none content-box fixed bottom center repeat-x }
bg35351 { background: none content-box fixed bottom center repeat-y }
bg35352 { background: none content-box no-repeat fixed bottom center }
bg35353 { background: none content-box no-repeat bottom center }
bg35354 { background: none content-box no-repeat bottom center fixed }
bg35355 { background: none content-box no-repeat bottom center scroll }
bg35356 { background: none content-box no-repeat scroll bottom center }
bg35357 { background: none content-box repeat fixed bottom center }
bg35358 { background: none content-box repeat bottom center }
bg35359 { background: none content-box repeat bottom center fixed }
bg35360 { background: none content-box repeat bottom center scroll }
bg35361 { background: none content-box repeat scroll bottom center }
bg35362 { background: none content-box repeat-x fixed bottom center }
bg35363 { background: none content-box repeat-x bottom center }
bg35364 { background: none content-box repeat-x bottom center fixed }
bg35365 { background: none content-box repeat-x bottom center scroll }
bg35366 { background: none content-box repeat-x scroll bottom center }
bg35367 { background: none content-box repeat-y fixed bottom center }
bg35368 { background: none content-box repeat-y bottom center }
bg35369 { background: none content-box repeat-y bottom center fixed }
bg35370 { background: none content-box repeat-y bottom center scroll }
bg35371 { background: none content-box repeat-y scroll bottom center }
bg35372 { background: none content-box bottom center }
bg35373 { background: none content-box bottom center fixed }
bg35374 { background: none content-box bottom center fixed no-repeat }
bg35375 { background: none content-box bottom center fixed repeat }
bg35376 { background: none content-box bottom center fixed repeat-x }
bg35377 { background: none content-box bottom center fixed repeat-y }
bg35378 { background: none content-box bottom center no-repeat }
bg35379 { background: none content-box bottom center no-repeat fixed }
bg35380 { background: none content-box bottom center no-repeat scroll }
bg35381 { background: none content-box bottom center repeat }
bg35382 { background: none content-box bottom center repeat fixed }
bg35383 { background: none content-box bottom center repeat scroll }
bg35384 { background: none content-box bottom center repeat-x }
bg35385 { background: none content-box bottom center repeat-x fixed }
bg35386 { background: none content-box bottom center repeat-x scroll }
bg35387 { background: none content-box bottom center repeat-y }
bg35388 { background: none content-box bottom center repeat-y fixed }
bg35389 { background: none content-box bottom center repeat-y scroll }
bg35390 { background: none content-box bottom center scroll }
bg35391 { background: none content-box bottom center scroll no-repeat }
bg35392 { background: none content-box bottom center scroll repeat }
bg35393 { background: none content-box bottom center scroll repeat-x }
bg35394 { background: none content-box bottom center scroll repeat-y }
bg35395 { background: none content-box scroll no-repeat bottom center }
bg35396 { background: none content-box scroll repeat bottom center }
bg35397 { background: none content-box scroll repeat-x bottom center }
bg35398 { background: none content-box scroll repeat-y bottom center }
bg35399 { background: none content-box scroll bottom center }
bg35400 { background: none content-box scroll bottom center no-repeat }
bg35401 { background: none content-box scroll bottom center repeat }
bg35402 { background: none content-box scroll bottom center repeat-x }
bg35403 { background: none content-box scroll bottom center repeat-y }
bg35404 { background: repeat fixed none bottom center content-box }
bg35405 { background: repeat fixed none content-box bottom center }
bg35406 { background: repeat fixed bottom center none content-box }
bg35407 { background: repeat fixed bottom center content-box }
bg35408 { background: repeat fixed bottom center content-box none }
bg35409 { background: repeat fixed bottom center content-box url(test.jpg) }
bg35410 { background: repeat fixed bottom center url(test.jpg) content-box }
bg35411 { background: repeat fixed content-box none bottom center }
bg35412 { background: repeat fixed content-box bottom center }
bg35413 { background: repeat fixed content-box bottom center none }
bg35414 { background: repeat fixed content-box bottom center url(test.jpg) }
bg35415 { background: repeat fixed content-box url(test.jpg) bottom center }
bg35416 { background: repeat fixed url(test.jpg) bottom center content-box }
bg35417 { background: repeat fixed url(test.jpg) content-box bottom center }
bg35418 { background: repeat none fixed bottom center content-box }
bg35419 { background: repeat none fixed content-box bottom center }
bg35420 { background: repeat none bottom center fixed content-box }
bg35421 { background: repeat none bottom center scroll content-box }
bg35422 { background: repeat none bottom center content-box }
bg35423 { background: repeat none bottom center content-box fixed }
bg35424 { background: repeat none bottom center content-box scroll }
bg35425 { background: repeat none scroll bottom center content-box }
bg35426 { background: repeat none scroll content-box bottom center }
bg35427 { background: repeat none content-box fixed bottom center }
bg35428 { background: repeat none content-box bottom center }
bg35429 { background: repeat none content-box bottom center fixed }
bg35430 { background: repeat none content-box bottom center scroll }
bg35431 { background: repeat none content-box scroll bottom center }
bg35432 { background: repeat bottom center fixed none content-box }
bg35433 { background: repeat bottom center fixed content-box }
bg35434 { background: repeat bottom center fixed content-box none }
bg35435 { background: repeat bottom center fixed content-box url(test.jpg) }
bg35436 { background: repeat bottom center fixed url(test.jpg) content-box }
bg35437 { background: repeat bottom center none fixed content-box }
bg35438 { background: repeat bottom center none scroll content-box }
bg35439 { background: repeat bottom center none content-box }
bg35440 { background: repeat bottom center none content-box fixed }
bg35441 { background: repeat bottom center none content-box scroll }
bg35442 { background: repeat bottom center scroll none content-box }
bg35443 { background: repeat bottom center scroll content-box }
bg35444 { background: repeat bottom center scroll content-box none }
bg35445 { background: repeat bottom center scroll content-box url(test.jpg) }
bg35446 { background: repeat bottom center scroll url(test.jpg) content-box }
bg35447 { background: repeat bottom center content-box }
bg35448 { background: repeat bottom center content-box fixed }
bg35449 { background: repeat bottom center content-box fixed none }
bg35450 { background: repeat bottom center content-box fixed url(test.jpg) }
bg35451 { background: repeat bottom center content-box none }
bg35452 { background: repeat bottom center content-box none fixed }
bg35453 { background: repeat bottom center content-box none scroll }
bg35454 { background: repeat bottom center content-box scroll }
bg35455 { background: repeat bottom center content-box scroll none }
bg35456 { background: repeat bottom center content-box scroll url(test.jpg) }
bg35457 { background: repeat bottom center content-box url(test.jpg) }
bg35458 { background: repeat bottom center content-box url(test.jpg) fixed }
bg35459 { background: repeat bottom center content-box url(test.jpg) scroll }
bg35460 { background: repeat bottom center url(test.jpg) fixed content-box }
bg35461 { background: repeat bottom center url(test.jpg) scroll content-box }
bg35462 { background: repeat bottom center url(test.jpg) content-box }
bg35463 { background: repeat bottom center url(test.jpg) content-box fixed }
bg35464 { background: repeat bottom center url(test.jpg) content-box scroll }
bg35465 { background: repeat scroll none bottom center content-box }
bg35466 { background: repeat scroll none content-box bottom center }
bg35467 { background: repeat scroll bottom center none content-box }
bg35468 { background: repeat scroll bottom center content-box }
bg35469 { background: repeat scroll bottom center content-box none }
bg35470 { background: repeat scroll bottom center content-box url(test.jpg) }
bg35471 { background: repeat scroll bottom center url(test.jpg) content-box }
bg35472 { background: repeat scroll content-box none bottom center }
bg35473 { background: repeat scroll content-box bottom center }
bg35474 { background: repeat scroll content-box bottom center none }
bg35475 { background: repeat scroll content-box bottom center url(test.jpg) }
bg35476 { background: repeat scroll content-box url(test.jpg) bottom center }
bg35477 { background: repeat scroll url(test.jpg) bottom center content-box }
bg35478 { background: repeat scroll url(test.jpg) content-box bottom center }
bg35479 { background: repeat content-box fixed none bottom center }
bg35480 { background: repeat content-box fixed bottom center }
bg35481 { background: repeat content-box fixed bottom center none }
bg35482 { background: repeat content-box fixed bottom center url(test.jpg) }
bg35483 { background: repeat content-box fixed url(test.jpg) bottom center }
bg35484 { background: repeat content-box none fixed bottom center }
bg35485 { background: repeat content-box none bottom center }
bg35486 { background: repeat content-box none bottom center fixed }
bg35487 { background: repeat content-box none bottom center scroll }
bg35488 { background: repeat content-box none scroll bottom center }
bg35489 { background: repeat content-box bottom center }
bg35490 { background: repeat content-box bottom center fixed }
bg35491 { background: repeat content-box bottom center fixed none }
bg35492 { background: repeat content-box bottom center fixed url(test.jpg) }
bg35493 { background: repeat content-box bottom center none }
bg35494 { background: repeat content-box bottom center none fixed }
bg35495 { background: repeat content-box bottom center none scroll }
bg35496 { background: repeat content-box bottom center scroll }
bg35497 { background: repeat content-box bottom center scroll none }
bg35498 { background: repeat content-box bottom center scroll url(test.jpg) }
bg35499 { background: repeat content-box bottom center url(test.jpg) }
bg35500 { background: repeat content-box bottom center url(test.jpg) fixed }
bg35501 { background: repeat content-box bottom center url(test.jpg) scroll }
bg35502 { background: repeat content-box scroll none bottom center }
bg35503 { background: repeat content-box scroll bottom center }
bg35504 { background: repeat content-box scroll bottom center none }
bg35505 { background: repeat content-box scroll bottom center url(test.jpg) }
bg35506 { background: repeat content-box scroll url(test.jpg) bottom center }
bg35507 { background: repeat content-box url(test.jpg) fixed bottom center }
bg35508 { background: repeat content-box url(test.jpg) bottom center }
bg35509 { background: repeat content-box url(test.jpg) bottom center fixed }
bg35510 { background: repeat content-box url(test.jpg) bottom center scroll }
bg35511 { background: repeat content-box url(test.jpg) scroll bottom center }
bg35512 { background: repeat url(test.jpg) fixed bottom center content-box }
bg35513 { background: repeat url(test.jpg) fixed content-box bottom center }
bg35514 { background: repeat url(test.jpg) bottom center fixed content-box }
bg35515 { background: repeat url(test.jpg) bottom center scroll content-box }
bg35516 { background: repeat url(test.jpg) bottom center content-box }
bg35517 { background: repeat url(test.jpg) bottom center content-box fixed }
bg35518 { background: repeat url(test.jpg) bottom center content-box scroll }
bg35519 { background: repeat url(test.jpg) scroll bottom center content-box }
bg35520 { background: repeat url(test.jpg) scroll content-box bottom center }
bg35521 { background: repeat url(test.jpg) content-box fixed bottom center }
bg35522 { background: repeat url(test.jpg) content-box bottom center }
bg35523 { background: repeat url(test.jpg) content-box bottom center fixed }
bg35524 { background: repeat url(test.jpg) content-box bottom center scroll }
bg35525 { background: repeat url(test.jpg) content-box scroll bottom center }
bg35526 { background: repeat-x fixed none bottom center content-box }
bg35527 { background: repeat-x fixed none content-box bottom center }
bg35528 { background: repeat-x fixed bottom center none content-box }
bg35529 { background: repeat-x fixed bottom center content-box }
bg35530 { background: repeat-x fixed bottom center content-box none }
bg35531 { background: repeat-x fixed bottom center content-box url(test.jpg) }
bg35532 { background: repeat-x fixed bottom center url(test.jpg) content-box }
bg35533 { background: repeat-x fixed content-box none bottom center }
bg35534 { background: repeat-x fixed content-box bottom center }
bg35535 { background: repeat-x fixed content-box bottom center none }
bg35536 { background: repeat-x fixed content-box bottom center url(test.jpg) }
bg35537 { background: repeat-x fixed content-box url(test.jpg) bottom center }
bg35538 { background: repeat-x fixed url(test.jpg) bottom center content-box }
bg35539 { background: repeat-x fixed url(test.jpg) content-box bottom center }
bg35540 { background: repeat-x none fixed bottom center content-box }
bg35541 { background: repeat-x none fixed content-box bottom center }
bg35542 { background: repeat-x none bottom center fixed content-box }
bg35543 { background: repeat-x none bottom center scroll content-box }
bg35544 { background: repeat-x none bottom center content-box }
bg35545 { background: repeat-x none bottom center content-box fixed }
bg35546 { background: repeat-x none bottom center content-box scroll }
bg35547 { background: repeat-x none scroll bottom center content-box }
bg35548 { background: repeat-x none scroll content-box bottom center }
bg35549 { background: repeat-x none content-box fixed bottom center }
bg35550 { background: repeat-x none content-box bottom center }
bg35551 { background: repeat-x none content-box bottom center fixed }
bg35552 { background: repeat-x none content-box bottom center scroll }
bg35553 { background: repeat-x none content-box scroll bottom center }
bg35554 { background: repeat-x bottom center fixed none content-box }
bg35555 { background: repeat-x bottom center fixed content-box }
bg35556 { background: repeat-x bottom center fixed content-box none }
bg35557 { background: repeat-x bottom center fixed content-box url(test.jpg) }
bg35558 { background: repeat-x bottom center fixed url(test.jpg) content-box }
bg35559 { background: repeat-x bottom center none fixed content-box }
bg35560 { background: repeat-x bottom center none scroll content-box }
bg35561 { background: repeat-x bottom center none content-box }
bg35562 { background: repeat-x bottom center none content-box fixed }
bg35563 { background: repeat-x bottom center none content-box scroll }
bg35564 { background: repeat-x bottom center scroll none content-box }
bg35565 { background: repeat-x bottom center scroll content-box }
bg35566 { background: repeat-x bottom center scroll content-box none }
bg35567 { background: repeat-x bottom center scroll content-box url(test.jpg) }
bg35568 { background: repeat-x bottom center scroll url(test.jpg) content-box }
bg35569 { background: repeat-x bottom center content-box }
bg35570 { background: repeat-x bottom center content-box fixed }
bg35571 { background: repeat-x bottom center content-box fixed none }
bg35572 { background: repeat-x bottom center content-box fixed url(test.jpg) }
bg35573 { background: repeat-x bottom center content-box none }
bg35574 { background: repeat-x bottom center content-box none fixed }
bg35575 { background: repeat-x bottom center content-box none scroll }
bg35576 { background: repeat-x bottom center content-box scroll }
bg35577 { background: repeat-x bottom center content-box scroll none }
bg35578 { background: repeat-x bottom center content-box scroll url(test.jpg) }
bg35579 { background: repeat-x bottom center content-box url(test.jpg) }
bg35580 { background: repeat-x bottom center content-box url(test.jpg) fixed }
bg35581 { background: repeat-x bottom center content-box url(test.jpg) scroll }
bg35582 { background: repeat-x bottom center url(test.jpg) fixed content-box }
bg35583 { background: repeat-x bottom center url(test.jpg) scroll content-box }
bg35584 { background: repeat-x bottom center url(test.jpg) content-box }
bg35585 { background: repeat-x bottom center url(test.jpg) content-box fixed }
bg35586 { background: repeat-x bottom center url(test.jpg) content-box scroll }
bg35587 { background: repeat-x scroll none bottom center content-box }
bg35588 { background: repeat-x scroll none content-box bottom center }
bg35589 { background: repeat-x scroll bottom center none content-box }
bg35590 { background: repeat-x scroll bottom center content-box }
bg35591 { background: repeat-x scroll bottom center content-box none }
bg35592 { background: repeat-x scroll bottom center content-box url(test.jpg) }
bg35593 { background: repeat-x scroll bottom center url(test.jpg) content-box }
bg35594 { background: repeat-x scroll content-box none bottom center }
bg35595 { background: repeat-x scroll content-box bottom center }
bg35596 { background: repeat-x scroll content-box bottom center none }
bg35597 { background: repeat-x scroll content-box bottom center url(test.jpg) }
bg35598 { background: repeat-x scroll content-box url(test.jpg) bottom center }
bg35599 { background: repeat-x scroll url(test.jpg) bottom center content-box }
bg35600 { background: repeat-x scroll url(test.jpg) content-box bottom center }
bg35601 { background: repeat-x content-box fixed none bottom center }
bg35602 { background: repeat-x content-box fixed bottom center }
bg35603 { background: repeat-x content-box fixed bottom center none }
bg35604 { background: repeat-x content-box fixed bottom center url(test.jpg) }
bg35605 { background: repeat-x content-box fixed url(test.jpg) bottom center }
bg35606 { background: repeat-x content-box none fixed bottom center }
bg35607 { background: repeat-x content-box none bottom center }
bg35608 { background: repeat-x content-box none bottom center fixed }
bg35609 { background: repeat-x content-box none bottom center scroll }
bg35610 { background: repeat-x content-box none scroll bottom center }
bg35611 { background: repeat-x content-box bottom center }
bg35612 { background: repeat-x content-box bottom center fixed }
bg35613 { background: repeat-x content-box bottom center fixed none }
bg35614 { background: repeat-x content-box bottom center fixed url(test.jpg) }
bg35615 { background: repeat-x content-box bottom center none }
bg35616 { background: repeat-x content-box bottom center none fixed }
bg35617 { background: repeat-x content-box bottom center none scroll }
bg35618 { background: repeat-x content-box bottom center scroll }
bg35619 { background: repeat-x content-box bottom center scroll none }
bg35620 { background: repeat-x content-box bottom center scroll url(test.jpg) }
bg35621 { background: repeat-x content-box bottom center url(test.jpg) }
bg35622 { background: repeat-x content-box bottom center url(test.jpg) fixed }
bg35623 { background: repeat-x content-box bottom center url(test.jpg) scroll }
bg35624 { background: repeat-x content-box scroll none bottom center }
bg35625 { background: repeat-x content-box scroll bottom center }
bg35626 { background: repeat-x content-box scroll bottom center none }
bg35627 { background: repeat-x content-box scroll bottom center url(test.jpg) }
bg35628 { background: repeat-x content-box scroll url(test.jpg) bottom center }
bg35629 { background: repeat-x content-box url(test.jpg) fixed bottom center }
bg35630 { background: repeat-x content-box url(test.jpg) bottom center }
bg35631 { background: repeat-x content-box url(test.jpg) bottom center fixed }
bg35632 { background: repeat-x content-box url(test.jpg) bottom center scroll }
bg35633 { background: repeat-x content-box url(test.jpg) scroll bottom center }
bg35634 { background: repeat-x url(test.jpg) fixed bottom center content-box }
bg35635 { background: repeat-x url(test.jpg) fixed content-box bottom center }
bg35636 { background: repeat-x url(test.jpg) bottom center fixed content-box }
bg35637 { background: repeat-x url(test.jpg) bottom center scroll content-box }
bg35638 { background: repeat-x url(test.jpg) bottom center content-box }
bg35639 { background: repeat-x url(test.jpg) bottom center content-box fixed }
bg35640 { background: repeat-x url(test.jpg) bottom center content-box scroll }
bg35641 { background: repeat-x url(test.jpg) scroll bottom center content-box }
bg35642 { background: repeat-x url(test.jpg) scroll content-box bottom center }
bg35643 { background: repeat-x url(test.jpg) content-box fixed bottom center }
bg35644 { background: repeat-x url(test.jpg) content-box bottom center }
bg35645 { background: repeat-x url(test.jpg) content-box bottom center fixed }
bg35646 { background: repeat-x url(test.jpg) content-box bottom center scroll }
bg35647 { background: repeat-x url(test.jpg) content-box scroll bottom center }
bg35648 { background: repeat-y fixed none bottom center content-box }
bg35649 { background: repeat-y fixed none content-box bottom center }
bg35650 { background: repeat-y fixed bottom center none content-box }
bg35651 { background: repeat-y fixed bottom center content-box }
bg35652 { background: repeat-y fixed bottom center content-box none }
bg35653 { background: repeat-y fixed bottom center content-box url(test.jpg) }
bg35654 { background: repeat-y fixed bottom center url(test.jpg) content-box }
bg35655 { background: repeat-y fixed content-box none bottom center }
bg35656 { background: repeat-y fixed content-box bottom center }
bg35657 { background: repeat-y fixed content-box bottom center none }
bg35658 { background: repeat-y fixed content-box bottom center url(test.jpg) }
bg35659 { background: repeat-y fixed content-box url(test.jpg) bottom center }
bg35660 { background: repeat-y fixed url(test.jpg) bottom center content-box }
bg35661 { background: repeat-y fixed url(test.jpg) content-box bottom center }
bg35662 { background: repeat-y none fixed bottom center content-box }
bg35663 { background: repeat-y none fixed content-box bottom center }
bg35664 { background: repeat-y none bottom center fixed content-box }
bg35665 { background: repeat-y none bottom center scroll content-box }
bg35666 { background: repeat-y none bottom center content-box }
bg35667 { background: repeat-y none bottom center content-box fixed }
bg35668 { background: repeat-y none bottom center content-box scroll }
bg35669 { background: repeat-y none scroll bottom center content-box }
bg35670 { background: repeat-y none scroll content-box bottom center }
bg35671 { background: repeat-y none content-box fixed bottom center }
bg35672 { background: repeat-y none content-box bottom center }
bg35673 { background: repeat-y none content-box bottom center fixed }
bg35674 { background: repeat-y none content-box bottom center scroll }
bg35675 { background: repeat-y none content-box scroll bottom center }
bg35676 { background: repeat-y bottom center fixed none content-box }
bg35677 { background: repeat-y bottom center fixed content-box }
bg35678 { background: repeat-y bottom center fixed content-box none }
bg35679 { background: repeat-y bottom center fixed content-box url(test.jpg) }
bg35680 { background: repeat-y bottom center fixed url(test.jpg) content-box }
bg35681 { background: repeat-y bottom center none fixed content-box }
bg35682 { background: repeat-y bottom center none scroll content-box }
bg35683 { background: repeat-y bottom center none content-box }
bg35684 { background: repeat-y bottom center none content-box fixed }
bg35685 { background: repeat-y bottom center none content-box scroll }
bg35686 { background: repeat-y bottom center scroll none content-box }
bg35687 { background: repeat-y bottom center scroll content-box }
bg35688 { background: repeat-y bottom center scroll content-box none }
bg35689 { background: repeat-y bottom center scroll content-box url(test.jpg) }
bg35690 { background: repeat-y bottom center scroll url(test.jpg) content-box }
bg35691 { background: repeat-y bottom center content-box }
bg35692 { background: repeat-y bottom center content-box fixed }
bg35693 { background: repeat-y bottom center content-box fixed none }
bg35694 { background: repeat-y bottom center content-box fixed url(test.jpg) }
bg35695 { background: repeat-y bottom center content-box none }
bg35696 { background: repeat-y bottom center content-box none fixed }
bg35697 { background: repeat-y bottom center content-box none scroll }
bg35698 { background: repeat-y bottom center content-box scroll }
bg35699 { background: repeat-y bottom center content-box scroll none }
bg35700 { background: repeat-y bottom center content-box scroll url(test.jpg) }
bg35701 { background: repeat-y bottom center content-box url(test.jpg) }
bg35702 { background: repeat-y bottom center content-box url(test.jpg) fixed }
bg35703 { background: repeat-y bottom center content-box url(test.jpg) scroll }
bg35704 { background: repeat-y bottom center url(test.jpg) fixed content-box }
bg35705 { background: repeat-y bottom center url(test.jpg) scroll content-box }
bg35706 { background: repeat-y bottom center url(test.jpg) content-box }
bg35707 { background: repeat-y bottom center url(test.jpg) content-box fixed }
bg35708 { background: repeat-y bottom center url(test.jpg) content-box scroll }
bg35709 { background: repeat-y scroll none bottom center content-box }
bg35710 { background: repeat-y scroll none content-box bottom center }
bg35711 { background: repeat-y scroll bottom center none content-box }
bg35712 { background: repeat-y scroll bottom center content-box }
bg35713 { background: repeat-y scroll bottom center content-box none }
bg35714 { background: repeat-y scroll bottom center content-box url(test.jpg) }
bg35715 { background: repeat-y scroll bottom center url(test.jpg) content-box }
bg35716 { background: repeat-y scroll content-box none bottom center }
bg35717 { background: repeat-y scroll content-box bottom center }
bg35718 { background: repeat-y scroll content-box bottom center none }
bg35719 { background: repeat-y scroll content-box bottom center url(test.jpg) }
bg35720 { background: repeat-y scroll content-box url(test.jpg) bottom center }
bg35721 { background: repeat-y scroll url(test.jpg) bottom center content-box }
bg35722 { background: repeat-y scroll url(test.jpg) content-box bottom center }
bg35723 { background: repeat-y content-box fixed none bottom center }
bg35724 { background: repeat-y content-box fixed bottom center }
bg35725 { background: repeat-y content-box fixed bottom center none }
bg35726 { background: repeat-y content-box fixed bottom center url(test.jpg) }
bg35727 { background: repeat-y content-box fixed url(test.jpg) bottom center }
bg35728 { background: repeat-y content-box none fixed bottom center }
bg35729 { background: repeat-y content-box none bottom center }
bg35730 { background: repeat-y content-box none bottom center fixed }
bg35731 { background: repeat-y content-box none bottom center scroll }
bg35732 { background: repeat-y content-box none scroll bottom center }
bg35733 { background: repeat-y content-box bottom center }
bg35734 { background: repeat-y content-box bottom center fixed }
bg35735 { background: repeat-y content-box bottom center fixed none }
bg35736 { background: repeat-y content-box bottom center fixed url(test.jpg) }
bg35737 { background: repeat-y content-box bottom center none }
bg35738 { background: repeat-y content-box bottom center none fixed }
bg35739 { background: repeat-y content-box bottom center none scroll }
bg35740 { background: repeat-y content-box bottom center scroll }
bg35741 { background: repeat-y content-box bottom center scroll none }
bg35742 { background: repeat-y content-box bottom center scroll url(test.jpg) }
bg35743 { background: repeat-y content-box bottom center url(test.jpg) }
bg35744 { background: repeat-y content-box bottom center url(test.jpg) fixed }
bg35745 { background: repeat-y content-box bottom center url(test.jpg) scroll }
bg35746 { background: repeat-y content-box scroll none bottom center }
bg35747 { background: repeat-y content-box scroll bottom center }
bg35748 { background: repeat-y content-box scroll bottom center none }
bg35749 { background: repeat-y content-box scroll bottom center url(test.jpg) }
bg35750 { background: repeat-y content-box scroll url(test.jpg) bottom center }
bg35751 { background: repeat-y content-box url(test.jpg) fixed bottom center }
bg35752 { background: repeat-y content-box url(test.jpg) bottom center }
bg35753 { background: repeat-y content-box url(test.jpg) bottom center fixed }
bg35754 { background: repeat-y content-box url(test.jpg) bottom center scroll }
bg35755 { background: repeat-y content-box url(test.jpg) scroll bottom center }
bg35756 { background: repeat-y url(test.jpg) fixed bottom center content-box }
bg35757 { background: repeat-y url(test.jpg) fixed content-box bottom center }
bg35758 { background: repeat-y url(test.jpg) bottom center fixed content-box }
bg35759 { background: repeat-y url(test.jpg) bottom center scroll content-box }
bg35760 { background: repeat-y url(test.jpg) bottom center content-box }
bg35761 { background: repeat-y url(test.jpg) bottom center content-box fixed }
bg35762 { background: repeat-y url(test.jpg) bottom center content-box scroll }
bg35763 { background: repeat-y url(test.jpg) scroll bottom center content-box }
bg35764 { background: repeat-y url(test.jpg) scroll content-box bottom center }
bg35765 { background: repeat-y url(test.jpg) content-box fixed bottom center }
bg35766 { background: repeat-y url(test.jpg) content-box bottom center }
bg35767 { background: repeat-y url(test.jpg) content-box bottom center fixed }
bg35768 { background: repeat-y url(test.jpg) content-box bottom center scroll }
bg35769 { background: repeat-y url(test.jpg) content-box scroll bottom center }
bg35770 { background: bottom center fixed no-repeat none content-box }
bg35771 { background: bottom center fixed no-repeat content-box }
bg35772 { background: bottom center fixed no-repeat content-box none }
bg35773 { background: bottom center fixed no-repeat content-box url(test.jpg) }
bg35774 { background: bottom center fixed no-repeat url(test.jpg) content-box }
bg35775 { background: bottom center fixed none no-repeat content-box }
bg35776 { background: bottom center fixed none repeat content-box }
bg35777 { background: bottom center fixed none repeat-x content-box }
bg35778 { background: bottom center fixed none repeat-y content-box }
bg35779 { background: bottom center fixed none content-box }
bg35780 { background: bottom center fixed none content-box no-repeat }
bg35781 { background: bottom center fixed none content-box repeat }
bg35782 { background: bottom center fixed none content-box repeat-x }
bg35783 { background: bottom center fixed none content-box repeat-y }
bg35784 { background: bottom center fixed repeat none content-box }
bg35785 { background: bottom center fixed repeat content-box }
bg35786 { background: bottom center fixed repeat content-box none }
bg35787 { background: bottom center fixed repeat content-box url(test.jpg) }
bg35788 { background: bottom center fixed repeat url(test.jpg) content-box }
bg35789 { background: bottom center fixed repeat-x none content-box }
bg35790 { background: bottom center fixed repeat-x content-box }
bg35791 { background: bottom center fixed repeat-x content-box none }
bg35792 { background: bottom center fixed repeat-x content-box url(test.jpg) }
bg35793 { background: bottom center fixed repeat-x url(test.jpg) content-box }
bg35794 { background: bottom center fixed repeat-y none content-box }
bg35795 { background: bottom center fixed repeat-y content-box }
bg35796 { background: bottom center fixed repeat-y content-box none }
bg35797 { background: bottom center fixed repeat-y content-box url(test.jpg) }
bg35798 { background: bottom center fixed repeat-y url(test.jpg) content-box }
bg35799 { background: bottom center fixed content-box }
bg35800 { background: bottom center fixed content-box no-repeat }
bg35801 { background: bottom center fixed content-box no-repeat none }
bg35802 { background: bottom center fixed content-box no-repeat url(test.jpg) }
bg35803 { background: bottom center fixed content-box none }
bg35804 { background: bottom center fixed content-box none no-repeat }
bg35805 { background: bottom center fixed content-box none repeat }
bg35806 { background: bottom center fixed content-box none repeat-x }
bg35807 { background: bottom center fixed content-box none repeat-y }
bg35808 { background: bottom center fixed content-box repeat }
bg35809 { background: bottom center fixed content-box repeat none }
bg35810 { background: bottom center fixed content-box repeat url(test.jpg) }
bg35811 { background: bottom center fixed content-box repeat-x }
bg35812 { background: bottom center fixed content-box repeat-x none }
bg35813 { background: bottom center fixed content-box repeat-x url(test.jpg) }
bg35814 { background: bottom center fixed content-box repeat-y }
bg35815 { background: bottom center fixed content-box repeat-y none }
bg35816 { background: bottom center fixed content-box repeat-y url(test.jpg) }
bg35817 { background: bottom center fixed content-box url(test.jpg) }
bg35818 { background: bottom center fixed content-box url(test.jpg) no-repeat }
bg35819 { background: bottom center fixed content-box url(test.jpg) repeat }
bg35820 { background: bottom center fixed content-box url(test.jpg) repeat-x }
bg35821 { background: bottom center fixed content-box url(test.jpg) repeat-y }
bg35822 { background: bottom center fixed url(test.jpg) no-repeat content-box }
bg35823 { background: bottom center fixed url(test.jpg) repeat content-box }
bg35824 { background: bottom center fixed url(test.jpg) repeat-x content-box }
bg35825 { background: bottom center fixed url(test.jpg) repeat-y content-box }
bg35826 { background: bottom center fixed url(test.jpg) content-box }
bg35827 { background: bottom center fixed url(test.jpg) content-box no-repeat }
bg35828 { background: bottom center fixed url(test.jpg) content-box repeat }
bg35829 { background: bottom center fixed url(test.jpg) content-box repeat-x }
bg35830 { background: bottom center fixed url(test.jpg) content-box repeat-y }
bg35831 { background: bottom center no-repeat fixed none content-box }
bg35832 { background: bottom center no-repeat fixed content-box }
bg35833 { background: bottom center no-repeat fixed content-box none }
bg35834 { background: bottom center no-repeat fixed content-box url(test.jpg) }
bg35835 { background: bottom center no-repeat fixed url(test.jpg) content-box }
bg35836 { background: bottom center no-repeat none fixed content-box }
bg35837 { background: bottom center no-repeat none scroll content-box }
bg35838 { background: bottom center no-repeat none content-box }
bg35839 { background: bottom center no-repeat none content-box fixed }
bg35840 { background: bottom center no-repeat none content-box scroll }
bg35841 { background: bottom center no-repeat scroll none content-box }
bg35842 { background: bottom center no-repeat scroll content-box }
bg35843 { background: bottom center no-repeat scroll content-box none }
bg35844 { background: bottom center no-repeat scroll content-box url(test.jpg) }
bg35845 { background: bottom center no-repeat scroll url(test.jpg) content-box }
bg35846 { background: bottom center no-repeat content-box }
bg35847 { background: bottom center no-repeat content-box fixed }
bg35848 { background: bottom center no-repeat content-box fixed none }
bg35849 { background: bottom center no-repeat content-box fixed url(test.jpg) }
bg35850 { background: bottom center no-repeat content-box none }
bg35851 { background: bottom center no-repeat content-box none fixed }
bg35852 { background: bottom center no-repeat content-box none scroll }
bg35853 { background: bottom center no-repeat content-box scroll }
bg35854 { background: bottom center no-repeat content-box scroll none }
bg35855 { background: bottom center no-repeat content-box scroll url(test.jpg) }
bg35856 { background: bottom center no-repeat content-box url(test.jpg) }
bg35857 { background: bottom center no-repeat content-box url(test.jpg) fixed }
bg35858 { background: bottom center no-repeat content-box url(test.jpg) scroll }
bg35859 { background: bottom center no-repeat url(test.jpg) fixed content-box }
bg35860 { background: bottom center no-repeat url(test.jpg) scroll content-box }
bg35861 { background: bottom center no-repeat url(test.jpg) content-box }
bg35862 { background: bottom center no-repeat url(test.jpg) content-box fixed }
bg35863 { background: bottom center no-repeat url(test.jpg) content-box scroll }
bg35864 { background: bottom center none fixed no-repeat content-box }
bg35865 { background: bottom center none fixed repeat content-box }
bg35866 { background: bottom center none fixed repeat-x content-box }
bg35867 { background: bottom center none fixed repeat-y content-box }
bg35868 { background: bottom center none fixed content-box }
bg35869 { background: bottom center none fixed content-box no-repeat }
bg35870 { background: bottom center none fixed content-box repeat }
bg35871 { background: bottom center none fixed content-box repeat-x }
bg35872 { background: bottom center none fixed content-box repeat-y }
bg35873 { background: bottom center none no-repeat fixed content-box }
bg35874 { background: bottom center none no-repeat scroll content-box }
bg35875 { background: bottom center none no-repeat content-box }
bg35876 { background: bottom center none no-repeat content-box fixed }
bg35877 { background: bottom center none no-repeat content-box scroll }
bg35878 { background: bottom center none repeat fixed content-box }
bg35879 { background: bottom center none repeat scroll content-box }
bg35880 { background: bottom center none repeat content-box }
bg35881 { background: bottom center none repeat content-box fixed }
bg35882 { background: bottom center none repeat content-box scroll }
bg35883 { background: bottom center none repeat-x fixed content-box }
bg35884 { background: bottom center none repeat-x scroll content-box }
bg35885 { background: bottom center none repeat-x content-box }
bg35886 { background: bottom center none repeat-x content-box fixed }
bg35887 { background: bottom center none repeat-x content-box scroll }
bg35888 { background: bottom center none repeat-y fixed content-box }
bg35889 { background: bottom center none repeat-y scroll content-box }
bg35890 { background: bottom center none repeat-y content-box }
bg35891 { background: bottom center none repeat-y content-box fixed }
bg35892 { background: bottom center none repeat-y content-box scroll }
bg35893 { background: bottom center none scroll no-repeat content-box }
bg35894 { background: bottom center none scroll repeat content-box }
bg35895 { background: bottom center none scroll repeat-x content-box }
bg35896 { background: bottom center none scroll repeat-y content-box }
bg35897 { background: bottom center none scroll content-box }
bg35898 { background: bottom center none scroll content-box no-repeat }
bg35899 { background: bottom center none scroll content-box repeat }
bg35900 { background: bottom center none scroll content-box repeat-x }
bg35901 { background: bottom center none scroll content-box repeat-y }
bg35902 { background: bottom center none content-box }
bg35903 { background: bottom center none content-box fixed }
bg35904 { background: bottom center none content-box fixed no-repeat }
bg35905 { background: bottom center none content-box fixed repeat }
bg35906 { background: bottom center none content-box fixed repeat-x }
bg35907 { background: bottom center none content-box fixed repeat-y }
bg35908 { background: bottom center none content-box no-repeat }
bg35909 { background: bottom center none content-box no-repeat fixed }
bg35910 { background: bottom center none content-box no-repeat scroll }
bg35911 { background: bottom center none content-box repeat }
bg35912 { background: bottom center none content-box repeat fixed }
bg35913 { background: bottom center none content-box repeat scroll }
bg35914 { background: bottom center none content-box repeat-x }
bg35915 { background: bottom center none content-box repeat-x fixed }
bg35916 { background: bottom center none content-box repeat-x scroll }
bg35917 { background: bottom center none content-box repeat-y }
bg35918 { background: bottom center none content-box repeat-y fixed }
bg35919 { background: bottom center none content-box repeat-y scroll }
bg35920 { background: bottom center none content-box scroll }
bg35921 { background: bottom center none content-box scroll no-repeat }
bg35922 { background: bottom center none content-box scroll repeat }
bg35923 { background: bottom center none content-box scroll repeat-x }
bg35924 { background: bottom center none content-box scroll repeat-y }
bg35925 { background: bottom center repeat fixed none content-box }
bg35926 { background: bottom center repeat fixed content-box }
bg35927 { background: bottom center repeat fixed content-box none }
bg35928 { background: bottom center repeat fixed content-box url(test.jpg) }
bg35929 { background: bottom center repeat fixed url(test.jpg) content-box }
bg35930 { background: bottom center repeat none fixed content-box }
bg35931 { background: bottom center repeat none scroll content-box }
bg35932 { background: bottom center repeat none content-box }
bg35933 { background: bottom center repeat none content-box fixed }
bg35934 { background: bottom center repeat none content-box scroll }
bg35935 { background: bottom center repeat scroll none content-box }
bg35936 { background: bottom center repeat scroll content-box }
bg35937 { background: bottom center repeat scroll content-box none }
bg35938 { background: bottom center repeat scroll content-box url(test.jpg) }
bg35939 { background: bottom center repeat scroll url(test.jpg) content-box }
bg35940 { background: bottom center repeat content-box }
bg35941 { background: bottom center repeat content-box fixed }
bg35942 { background: bottom center repeat content-box fixed none }
bg35943 { background: bottom center repeat content-box fixed url(test.jpg) }
bg35944 { background: bottom center repeat content-box none }
bg35945 { background: bottom center repeat content-box none fixed }
bg35946 { background: bottom center repeat content-box none scroll }
bg35947 { background: bottom center repeat content-box scroll }
bg35948 { background: bottom center repeat content-box scroll none }
bg35949 { background: bottom center repeat content-box scroll url(test.jpg) }
bg35950 { background: bottom center repeat content-box url(test.jpg) }
bg35951 { background: bottom center repeat content-box url(test.jpg) fixed }
bg35952 { background: bottom center repeat content-box url(test.jpg) scroll }
bg35953 { background: bottom center repeat url(test.jpg) fixed content-box }
bg35954 { background: bottom center repeat url(test.jpg) scroll content-box }
bg35955 { background: bottom center repeat url(test.jpg) content-box }
bg35956 { background: bottom center repeat url(test.jpg) content-box fixed }
bg35957 { background: bottom center repeat url(test.jpg) content-box scroll }
bg35958 { background: bottom center repeat-x fixed none content-box }
bg35959 { background: bottom center repeat-x fixed content-box }
bg35960 { background: bottom center repeat-x fixed content-box none }
bg35961 { background: bottom center repeat-x fixed content-box url(test.jpg) }
bg35962 { background: bottom center repeat-x fixed url(test.jpg) content-box }
bg35963 { background: bottom center repeat-x none fixed content-box }
bg35964 { background: bottom center repeat-x none scroll content-box }
bg35965 { background: bottom center repeat-x none content-box }
bg35966 { background: bottom center repeat-x none content-box fixed }
bg35967 { background: bottom center repeat-x none content-box scroll }
bg35968 { background: bottom center repeat-x scroll none content-box }
bg35969 { background: bottom center repeat-x scroll content-box }
bg35970 { background: bottom center repeat-x scroll content-box none }
bg35971 { background: bottom center repeat-x scroll content-box url(test.jpg) }
bg35972 { background: bottom center repeat-x scroll url(test.jpg) content-box }
bg35973 { background: bottom center repeat-x content-box }
bg35974 { background: bottom center repeat-x content-box fixed }
bg35975 { background: bottom center repeat-x content-box fixed none }
bg35976 { background: bottom center repeat-x content-box fixed url(test.jpg) }
bg35977 { background: bottom center repeat-x content-box none }
bg35978 { background: bottom center repeat-x content-box none fixed }
bg35979 { background: bottom center repeat-x content-box none scroll }
bg35980 { background: bottom center repeat-x content-box scroll }
bg35981 { background: bottom center repeat-x content-box scroll none }
bg35982 { background: bottom center repeat-x content-box scroll url(test.jpg) }
bg35983 { background: bottom center repeat-x content-box url(test.jpg) }
bg35984 { background: bottom center repeat-x content-box url(test.jpg) fixed }
bg35985 { background: bottom center repeat-x content-box url(test.jpg) scroll }
bg35986 { background: bottom center repeat-x url(test.jpg) fixed content-box }
bg35987 { background: bottom center repeat-x url(test.jpg) scroll content-box }
bg35988 { background: bottom center repeat-x url(test.jpg) content-box }
bg35989 { background: bottom center repeat-x url(test.jpg) content-box fixed }
bg35990 { background: bottom center repeat-x url(test.jpg) content-box scroll }
bg35991 { background: bottom center repeat-y fixed none content-box }
bg35992 { background: bottom center repeat-y fixed content-box }
bg35993 { background: bottom center repeat-y fixed content-box none }
bg35994 { background: bottom center repeat-y fixed content-box url(test.jpg) }
bg35995 { background: bottom center repeat-y fixed url(test.jpg) content-box }
bg35996 { background: bottom center repeat-y none fixed content-box }
bg35997 { background: bottom center repeat-y none scroll content-box }
bg35998 { background: bottom center repeat-y none content-box }
bg35999 { background: bottom center repeat-y none content-box fixed }
bg36000 { background: bottom center repeat-y none content-box scroll }
bg36001 { background: bottom center repeat-y scroll none content-box }
bg36002 { background: bottom center repeat-y scroll content-box }
bg36003 { background: bottom center repeat-y scroll content-box none }
bg36004 { background: bottom center repeat-y scroll content-box url(test.jpg) }
bg36005 { background: bottom center repeat-y scroll url(test.jpg) content-box }
bg36006 { background: bottom center repeat-y content-box }
bg36007 { background: bottom center repeat-y content-box fixed }
bg36008 { background: bottom center repeat-y content-box fixed none }
bg36009 { background: bottom center repeat-y content-box fixed url(test.jpg) }
bg36010 { background: bottom center repeat-y content-box none }
bg36011 { background: bottom center repeat-y content-box none fixed }
bg36012 { background: bottom center repeat-y content-box none scroll }
bg36013 { background: bottom center repeat-y content-box scroll }
bg36014 { background: bottom center repeat-y content-box scroll none }
bg36015 { background: bottom center repeat-y content-box scroll url(test.jpg) }
bg36016 { background: bottom center repeat-y content-box url(test.jpg) }
bg36017 { background: bottom center repeat-y content-box url(test.jpg) fixed }
bg36018 { background: bottom center repeat-y content-box url(test.jpg) scroll }
bg36019 { background: bottom center repeat-y url(test.jpg) fixed content-box }
bg36020 { background: bottom center repeat-y url(test.jpg) scroll content-box }
bg36021 { background: bottom center repeat-y url(test.jpg) content-box }
bg36022 { background: bottom center repeat-y url(test.jpg) content-box fixed }
bg36023 { background: bottom center repeat-y url(test.jpg) content-box scroll }
bg36024 { background: bottom center scroll no-repeat none content-box }
bg36025 { background: bottom center scroll no-repeat content-box }
bg36026 { background: bottom center scroll no-repeat content-box none }
bg36027 { background: bottom center scroll no-repeat content-box url(test.jpg) }
bg36028 { background: bottom center scroll no-repeat url(test.jpg) content-box }
bg36029 { background: bottom center scroll none no-repeat content-box }
bg36030 { background: bottom center scroll none repeat content-box }
bg36031 { background: bottom center scroll none repeat-x content-box }
bg36032 { background: bottom center scroll none repeat-y content-box }
bg36033 { background: bottom center scroll none content-box }
bg36034 { background: bottom center scroll none content-box no-repeat }
bg36035 { background: bottom center scroll none content-box repeat }
bg36036 { background: bottom center scroll none content-box repeat-x }
bg36037 { background: bottom center scroll none content-box repeat-y }
bg36038 { background: bottom center scroll repeat none content-box }
bg36039 { background: bottom center scroll repeat content-box }
bg36040 { background: bottom center scroll repeat content-box none }
bg36041 { background: bottom center scroll repeat content-box url(test.jpg) }
bg36042 { background: bottom center scroll repeat url(test.jpg) content-box }
bg36043 { background: bottom center scroll repeat-x none content-box }
bg36044 { background: bottom center scroll repeat-x content-box }
bg36045 { background: bottom center scroll repeat-x content-box none }
bg36046 { background: bottom center scroll repeat-x content-box url(test.jpg) }
bg36047 { background: bottom center scroll repeat-x url(test.jpg) content-box }
bg36048 { background: bottom center scroll repeat-y none content-box }
bg36049 { background: bottom center scroll repeat-y content-box }
bg36050 { background: bottom center scroll repeat-y content-box none }
bg36051 { background: bottom center scroll repeat-y content-box url(test.jpg) }
bg36052 { background: bottom center scroll repeat-y url(test.jpg) content-box }
bg36053 { background: bottom center scroll content-box }
bg36054 { background: bottom center scroll content-box no-repeat }
bg36055 { background: bottom center scroll content-box no-repeat none }
bg36056 { background: bottom center scroll content-box no-repeat url(test.jpg) }
bg36057 { background: bottom center scroll content-box none }
bg36058 { background: bottom center scroll content-box none no-repeat }
bg36059 { background: bottom center scroll content-box none repeat }
bg36060 { background: bottom center scroll content-box none repeat-x }
bg36061 { background: bottom center scroll content-box none repeat-y }
bg36062 { background: bottom center scroll content-box repeat }
bg36063 { background: bottom center scroll content-box repeat none }
bg36064 { background: bottom center scroll content-box repeat url(test.jpg) }
bg36065 { background: bottom center scroll content-box repeat-x }
bg36066 { background: bottom center scroll content-box repeat-x none }
bg36067 { background: bottom center scroll content-box repeat-x url(test.jpg) }
bg36068 { background: bottom center scroll content-box repeat-y }
bg36069 { background: bottom center scroll content-box repeat-y none }
bg36070 { background: bottom center scroll content-box repeat-y url(test.jpg) }
bg36071 { background: bottom center scroll content-box url(test.jpg) }
bg36072 { background: bottom center scroll content-box url(test.jpg) no-repeat }
bg36073 { background: bottom center scroll content-box url(test.jpg) repeat }
bg36074 { background: bottom center scroll content-box url(test.jpg) repeat-x }
bg36075 { background: bottom center scroll content-box url(test.jpg) repeat-y }
bg36076 { background: bottom center scroll url(test.jpg) no-repeat content-box }
bg36077 { background: bottom center scroll url(test.jpg) repeat content-box }
bg36078 { background: bottom center scroll url(test.jpg) repeat-x content-box }
bg36079 { background: bottom center scroll url(test.jpg) repeat-y content-box }
bg36080 { background: bottom center scroll url(test.jpg) content-box }
bg36081 { background: bottom center scroll url(test.jpg) content-box no-repeat }
bg36082 { background: bottom center scroll url(test.jpg) content-box repeat }
bg36083 { background: bottom center scroll url(test.jpg) content-box repeat-x }
bg36084 { background: bottom center scroll url(test.jpg) content-box repeat-y }
bg36085 { background: bottom center content-box }
bg36086 { background: bottom center content-box fixed }
bg36087 { background: bottom center content-box fixed no-repeat }
bg36088 { background: bottom center content-box fixed no-repeat none }
bg36089 { background: bottom center content-box fixed no-repeat url(test.jpg) }
bg36090 { background: bottom center content-box fixed none }
bg36091 { background: bottom center content-box fixed none no-repeat }
bg36092 { background: bottom center content-box fixed none repeat }
bg36093 { background: bottom center content-box fixed none repeat-x }
bg36094 { background: bottom center content-box fixed none repeat-y }
bg36095 { background: bottom center content-box fixed repeat }
bg36096 { background: bottom center content-box fixed repeat none }
bg36097 { background: bottom center content-box fixed repeat url(test.jpg) }
bg36098 { background: bottom center content-box fixed repeat-x }
bg36099 { background: bottom center content-box fixed repeat-x none }
bg36100 { background: bottom center content-box fixed repeat-x url(test.jpg) }
bg36101 { background: bottom center content-box fixed repeat-y }
bg36102 { background: bottom center content-box fixed repeat-y none }
bg36103 { background: bottom center content-box fixed repeat-y url(test.jpg) }
bg36104 { background: bottom center content-box fixed url(test.jpg) }
bg36105 { background: bottom center content-box fixed url(test.jpg) no-repeat }
bg36106 { background: bottom center content-box fixed url(test.jpg) repeat }
bg36107 { background: bottom center content-box fixed url(test.jpg) repeat-x }
bg36108 { background: bottom center content-box fixed url(test.jpg) repeat-y }
bg36109 { background: bottom center content-box no-repeat }
bg36110 { background: bottom center content-box no-repeat fixed }
bg36111 { background: bottom center content-box no-repeat fixed none }
bg36112 { background: bottom center content-box no-repeat fixed url(test.jpg) }
bg36113 { background: bottom center content-box no-repeat none }
bg36114 { background: bottom center content-box no-repeat none fixed }
bg36115 { background: bottom center content-box no-repeat none scroll }
bg36116 { background: bottom center content-box no-repeat scroll }
bg36117 { background: bottom center content-box no-repeat scroll none }
bg36118 { background: bottom center content-box no-repeat scroll url(test.jpg) }
bg36119 { background: bottom center content-box no-repeat url(test.jpg) }
bg36120 { background: bottom center content-box no-repeat url(test.jpg) fixed }
bg36121 { background: bottom center content-box no-repeat url(test.jpg) scroll }
bg36122 { background: bottom center content-box none }
bg36123 { background: bottom center content-box none fixed }
bg36124 { background: bottom center content-box none fixed no-repeat }
bg36125 { background: bottom center content-box none fixed repeat }
bg36126 { background: bottom center content-box none fixed repeat-x }
bg36127 { background: bottom center content-box none fixed repeat-y }
bg36128 { background: bottom center content-box none no-repeat }
bg36129 { background: bottom center content-box none no-repeat fixed }
bg36130 { background: bottom center content-box none no-repeat scroll }
bg36131 { background: bottom center content-box none repeat }
bg36132 { background: bottom center content-box none repeat fixed }
bg36133 { background: bottom center content-box none repeat scroll }
bg36134 { background: bottom center content-box none repeat-x }
bg36135 { background: bottom center content-box none repeat-x fixed }
bg36136 { background: bottom center content-box none repeat-x scroll }
bg36137 { background: bottom center content-box none repeat-y }
bg36138 { background: bottom center content-box none repeat-y fixed }
bg36139 { background: bottom center content-box none repeat-y scroll }
bg36140 { background: bottom center content-box none scroll }
bg36141 { background: bottom center content-box none scroll no-repeat }
bg36142 { background: bottom center content-box none scroll repeat }
bg36143 { background: bottom center content-box none scroll repeat-x }
bg36144 { background: bottom center content-box none scroll repeat-y }
bg36145 { background: bottom center content-box repeat }
bg36146 { background: bottom center content-box repeat fixed }
bg36147 { background: bottom center content-box repeat fixed none }
bg36148 { background: bottom center content-box repeat fixed url(test.jpg) }
bg36149 { background: bottom center content-box repeat none }
bg36150 { background: bottom center content-box repeat none fixed }
bg36151 { background: bottom center content-box repeat none scroll }
bg36152 { background: bottom center content-box repeat scroll }
bg36153 { background: bottom center content-box repeat scroll none }
bg36154 { background: bottom center content-box repeat scroll url(test.jpg) }
bg36155 { background: bottom center content-box repeat url(test.jpg) }
bg36156 { background: bottom center content-box repeat url(test.jpg) fixed }
bg36157 { background: bottom center content-box repeat url(test.jpg) scroll }
bg36158 { background: bottom center content-box repeat-x }
bg36159 { background: bottom center content-box repeat-x fixed }
bg36160 { background: bottom center content-box repeat-x fixed none }
bg36161 { background: bottom center content-box repeat-x fixed url(test.jpg) }
bg36162 { background: bottom center content-box repeat-x none }
bg36163 { background: bottom center content-box repeat-x none fixed }
bg36164 { background: bottom center content-box repeat-x none scroll }
bg36165 { background: bottom center content-box repeat-x scroll }
bg36166 { background: bottom center content-box repeat-x scroll none }
bg36167 { background: bottom center content-box repeat-x scroll url(test.jpg) }
bg36168 { background: bottom center content-box repeat-x url(test.jpg) }
bg36169 { background: bottom center content-box repeat-x url(test.jpg) fixed }
bg36170 { background: bottom center content-box repeat-x url(test.jpg) scroll }
bg36171 { background: bottom center content-box repeat-y }
bg36172 { background: bottom center content-box repeat-y fixed }
bg36173 { background: bottom center content-box repeat-y fixed none }
bg36174 { background: bottom center content-box repeat-y fixed url(test.jpg) }
bg36175 { background: bottom center content-box repeat-y none }
bg36176 { background: bottom center content-box repeat-y none fixed }
bg36177 { background: bottom center content-box repeat-y none scroll }
bg36178 { background: bottom center content-box repeat-y scroll }
bg36179 { background: bottom center content-box repeat-y scroll none }
bg36180 { background: bottom center content-box repeat-y scroll url(test.jpg) }
bg36181 { background: bottom center content-box repeat-y url(test.jpg) }
bg36182 { background: bottom center content-box repeat-y url(test.jpg) fixed }
bg36183 { background: bottom center content-box repeat-y url(test.jpg) scroll }
bg36184 { background: bottom center content-box scroll }
bg36185 { background: bottom center content-box scroll no-repeat }
bg36186 { background: bottom center content-box scroll no-repeat none }
bg36187 { background: bottom center content-box scroll no-repeat url(test.jpg) }
bg36188 { background: bottom center content-box scroll none }
bg36189 { background: bottom center content-box scroll none no-repeat }
bg36190 { background: bottom center content-box scroll none repeat }
bg36191 { background: bottom center content-box scroll none repeat-x }
bg36192 { background: bottom center content-box scroll none repeat-y }
bg36193 { background: bottom center content-box scroll repeat }
bg36194 { background: bottom center content-box scroll repeat none }
bg36195 { background: bottom center content-box scroll repeat url(test.jpg) }
bg36196 { background: bottom center content-box scroll repeat-x }
bg36197 { background: bottom center content-box scroll repeat-x none }
bg36198 { background: bottom center content-box scroll repeat-x url(test.jpg) }
bg36199 { background: bottom center content-box scroll repeat-y }
bg36200 { background: bottom center content-box scroll repeat-y none }
bg36201 { background: bottom center content-box scroll repeat-y url(test.jpg) }
bg36202 { background: bottom center content-box scroll url(test.jpg) }
bg36203 { background: bottom center content-box scroll url(test.jpg) no-repeat }
bg36204 { background: bottom center content-box scroll url(test.jpg) repeat }
bg36205 { background: bottom center content-box scroll url(test.jpg) repeat-x }
bg36206 { background: bottom center content-box scroll url(test.jpg) repeat-y }
bg36207 { background: bottom center content-box url(test.jpg) }
bg36208 { background: bottom center content-box url(test.jpg) fixed }
bg36209 { background: bottom center content-box url(test.jpg) fixed no-repeat }
bg36210 { background: bottom center content-box url(test.jpg) fixed repeat }
bg36211 { background: bottom center content-box url(test.jpg) fixed repeat-x }
bg36212 { background: bottom center content-box url(test.jpg) fixed repeat-y }
bg36213 { background: bottom center content-box url(test.jpg) no-repeat }
bg36214 { background: bottom center content-box url(test.jpg) no-repeat fixed }
bg36215 { background: bottom center content-box url(test.jpg) no-repeat scroll }
bg36216 { background: bottom center content-box url(test.jpg) repeat }
bg36217 { background: bottom center content-box url(test.jpg) repeat fixed }
bg36218 { background: bottom center content-box url(test.jpg) repeat scroll }
bg36219 { background: bottom center content-box url(test.jpg) repeat-x }
bg36220 { background: bottom center content-box url(test.jpg) repeat-x fixed }
bg36221 { background: bottom center content-box url(test.jpg) repeat-x scroll }
bg36222 { background: bottom center content-box url(test.jpg) repeat-y }
bg36223 { background: bottom center content-box url(test.jpg) repeat-y fixed }
bg36224 { background: bottom center content-box url(test.jpg) repeat-y scroll }
bg36225 { background: bottom center content-box url(test.jpg) scroll }
bg36226 { background: bottom center content-box url(test.jpg) scroll no-repeat }
bg36227 { background: bottom center content-box url(test.jpg) scroll repeat }
bg36228 { background: bottom center content-box url(test.jpg) scroll repeat-x }
bg36229 { background: bottom center content-box url(test.jpg) scroll repeat-y }
bg36230 { background: bottom center url(test.jpg) fixed no-repeat content-box }
bg36231 { background: bottom center url(test.jpg) fixed repeat content-box }
bg36232 { background: bottom center url(test.jpg) fixed repeat-x content-box }
bg36233 { background: bottom center url(test.jpg) fixed repeat-y content-box }
bg36234 { background: bottom center url(test.jpg) fixed content-box }
bg36235 { background: bottom center url(test.jpg) fixed content-box no-repeat }
bg36236 { background: bottom center url(test.jpg) fixed content-box repeat }
bg36237 { background: bottom center url(test.jpg) fixed content-box repeat-x }
bg36238 { background: bottom center url(test.jpg) fixed content-box repeat-y }
bg36239 { background: bottom center url(test.jpg) no-repeat fixed content-box }
bg36240 { background: bottom center url(test.jpg) no-repeat scroll content-box }
bg36241 { background: bottom center url(test.jpg) no-repeat content-box }
bg36242 { background: bottom center url(test.jpg) no-repeat content-box fixed }
bg36243 { background: bottom center url(test.jpg) no-repeat content-box scroll }
bg36244 { background: bottom center url(test.jpg) repeat fixed content-box }
bg36245 { background: bottom center url(test.jpg) repeat scroll content-box }
bg36246 { background: bottom center url(test.jpg) repeat content-box }
bg36247 { background: bottom center url(test.jpg) repeat content-box fixed }
bg36248 { background: bottom center url(test.jpg) repeat content-box scroll }
bg36249 { background: bottom center url(test.jpg) repeat-x fixed content-box }
bg36250 { background: bottom center url(test.jpg) repeat-x scroll content-box }
bg36251 { background: bottom center url(test.jpg) repeat-x content-box }
bg36252 { background: bottom center url(test.jpg) repeat-x content-box fixed }
bg36253 { background: bottom center url(test.jpg) repeat-x content-box scroll }
bg36254 { background: bottom center url(test.jpg) repeat-y fixed content-box }
bg36255 { background: bottom center url(test.jpg) repeat-y scroll content-box }
bg36256 { background: bottom center url(test.jpg) repeat-y content-box }
bg36257 { background: bottom center url(test.jpg) repeat-y content-box fixed }
bg36258 { background: bottom center url(test.jpg) repeat-y content-box scroll }
bg36259 { background: bottom center url(test.jpg) scroll no-repeat content-box }
bg36260 { background: bottom center url(test.jpg) scroll repeat content-box }
bg36261 { background: bottom center url(test.jpg) scroll repeat-x content-box }
bg36262 { background: bottom center url(test.jpg) scroll repeat-y content-box }
bg36263 { background: bottom center url(test.jpg) scroll content-box }
bg36264 { background: bottom center url(test.jpg) scroll content-box no-repeat }
bg36265 { background: bottom center url(test.jpg) scroll content-box repeat }
bg36266 { background: bottom center url(test.jpg) scroll content-box repeat-x }
bg36267 { background: bottom center url(test.jpg) scroll content-box repeat-y }
bg36268 { background: bottom center url(test.jpg) content-box }
bg36269 { background: bottom center url(test.jpg) content-box fixed }
bg36270 { background: bottom center url(test.jpg) content-box fixed no-repeat }
bg36271 { background: bottom center url(test.jpg) content-box fixed repeat }
bg36272 { background: bottom center url(test.jpg) content-box fixed repeat-x }
bg36273 { background: bottom center url(test.jpg) content-box fixed repeat-y }
bg36274 { background: bottom center url(test.jpg) content-box no-repeat }
bg36275 { background: bottom center url(test.jpg) content-box no-repeat fixed }
bg36276 { background: bottom center url(test.jpg) content-box no-repeat scroll }
bg36277 { background: bottom center url(test.jpg) content-box repeat }
bg36278 { background: bottom center url(test.jpg) content-box repeat fixed }
bg36279 { background: bottom center url(test.jpg) content-box repeat scroll }
bg36280 { background: bottom center url(test.jpg) content-box repeat-x }
bg36281 { background: bottom center url(test.jpg) content-box repeat-x fixed }
bg36282 { background: bottom center url(test.jpg) content-box repeat-x scroll }
bg36283 { background: bottom center url(test.jpg) content-box repeat-y }
bg36284 { background: bottom center url(test.jpg) content-box repeat-y fixed }
bg36285 { background: bottom center url(test.jpg) content-box repeat-y scroll }
bg36286 { background: bottom center url(test.jpg) content-box scroll }
bg36287 { background: bottom center url(test.jpg) content-box scroll no-repeat }
bg36288 { background: bottom center url(test.jpg) content-box scroll repeat }
bg36289 { background: bottom center url(test.jpg) content-box scroll repeat-x }
bg36290 { background: bottom center url(test.jpg) content-box scroll repeat-y }
bg36291 { background: scroll no-repeat none bottom center content-box }
bg36292 { background: scroll no-repeat none content-box bottom center }
bg36293 { background: scroll no-repeat bottom center none content-box }
bg36294 { background: scroll no-repeat bottom center content-box }
bg36295 { background: scroll no-repeat bottom center content-box none }
bg36296 { background: scroll no-repeat bottom center content-box url(test.jpg) }
bg36297 { background: scroll no-repeat bottom center url(test.jpg) content-box }
bg36298 { background: scroll no-repeat content-box none bottom center }
bg36299 { background: scroll no-repeat content-box bottom center }
bg36300 { background: scroll no-repeat content-box bottom center none }
bg36301 { background: scroll no-repeat content-box bottom center url(test.jpg) }
bg36302 { background: scroll no-repeat content-box url(test.jpg) bottom center }
bg36303 { background: scroll no-repeat url(test.jpg) bottom center content-box }
bg36304 { background: scroll no-repeat url(test.jpg) content-box bottom center }
bg36305 { background: scroll none no-repeat bottom center content-box }
bg36306 { background: scroll none no-repeat content-box bottom center }
bg36307 { background: scroll none repeat bottom center content-box }
bg36308 { background: scroll none repeat content-box bottom center }
bg36309 { background: scroll none repeat-x bottom center content-box }
bg36310 { background: scroll none repeat-x content-box bottom center }
bg36311 { background: scroll none repeat-y bottom center content-box }
bg36312 { background: scroll none repeat-y content-box bottom center }
bg36313 { background: scroll none bottom center no-repeat content-box }
bg36314 { background: scroll none bottom center repeat content-box }
bg36315 { background: scroll none bottom center repeat-x content-box }
bg36316 { background: scroll none bottom center repeat-y content-box }
bg36317 { background: scroll none bottom center content-box }
bg36318 { background: scroll none bottom center content-box no-repeat }
bg36319 { background: scroll none bottom center content-box repeat }
bg36320 { background: scroll none bottom center content-box repeat-x }
bg36321 { background: scroll none bottom center content-box repeat-y }
bg36322 { background: scroll none content-box no-repeat bottom center }
bg36323 { background: scroll none content-box repeat bottom center }
bg36324 { background: scroll none content-box repeat-x bottom center }
bg36325 { background: scroll none content-box repeat-y bottom center }
bg36326 { background: scroll none content-box bottom center }
bg36327 { background: scroll none content-box bottom center no-repeat }
bg36328 { background: scroll none content-box bottom center repeat }
bg36329 { background: scroll none content-box bottom center repeat-x }
bg36330 { background: scroll none content-box bottom center repeat-y }
bg36331 { background: scroll repeat none bottom center content-box }
bg36332 { background: scroll repeat none content-box bottom center }
bg36333 { background: scroll repeat bottom center none content-box }
bg36334 { background: scroll repeat bottom center content-box }
bg36335 { background: scroll repeat bottom center content-box none }
bg36336 { background: scroll repeat bottom center content-box url(test.jpg) }
bg36337 { background: scroll repeat bottom center url(test.jpg) content-box }
bg36338 { background: scroll repeat content-box none bottom center }
bg36339 { background: scroll repeat content-box bottom center }
bg36340 { background: scroll repeat content-box bottom center none }
bg36341 { background: scroll repeat content-box bottom center url(test.jpg) }
bg36342 { background: scroll repeat content-box url(test.jpg) bottom center }
bg36343 { background: scroll repeat url(test.jpg) bottom center content-box }
bg36344 { background: scroll repeat url(test.jpg) content-box bottom center }
bg36345 { background: scroll repeat-x none bottom center content-box }
bg36346 { background: scroll repeat-x none content-box bottom center }
bg36347 { background: scroll repeat-x bottom center none content-box }
bg36348 { background: scroll repeat-x bottom center content-box }
bg36349 { background: scroll repeat-x bottom center content-box none }
bg36350 { background: scroll repeat-x bottom center content-box url(test.jpg) }
bg36351 { background: scroll repeat-x bottom center url(test.jpg) content-box }
bg36352 { background: scroll repeat-x content-box none bottom center }
bg36353 { background: scroll repeat-x content-box bottom center }
bg36354 { background: scroll repeat-x content-box bottom center none }
bg36355 { background: scroll repeat-x content-box bottom center url(test.jpg) }
bg36356 { background: scroll repeat-x content-box url(test.jpg) bottom center }
bg36357 { background: scroll repeat-x url(test.jpg) bottom center content-box }
bg36358 { background: scroll repeat-x url(test.jpg) content-box bottom center }
bg36359 { background: scroll repeat-y none bottom center content-box }
bg36360 { background: scroll repeat-y none content-box bottom center }
bg36361 { background: scroll repeat-y bottom center none content-box }
bg36362 { background: scroll repeat-y bottom center content-box }
bg36363 { background: scroll repeat-y bottom center content-box none }
bg36364 { background: scroll repeat-y bottom center content-box url(test.jpg) }
bg36365 { background: scroll repeat-y bottom center url(test.jpg) content-box }
bg36366 { background: scroll repeat-y content-box none bottom center }
bg36367 { background: scroll repeat-y content-box bottom center }
bg36368 { background: scroll repeat-y content-box bottom center none }
bg36369 { background: scroll repeat-y content-box bottom center url(test.jpg) }
bg36370 { background: scroll repeat-y content-box url(test.jpg) bottom center }
bg36371 { background: scroll repeat-y url(test.jpg) bottom center content-box }
bg36372 { background: scroll repeat-y url(test.jpg) content-box bottom center }
bg36373 { background: scroll bottom center no-repeat none content-box }
bg36374 { background: scroll bottom center no-repeat content-box }
bg36375 { background: scroll bottom center no-repeat content-box none }
bg36376 { background: scroll bottom center no-repeat content-box url(test.jpg) }
bg36377 { background: scroll bottom center no-repeat url(test.jpg) content-box }
bg36378 { background: scroll bottom center none no-repeat content-box }
bg36379 { background: scroll bottom center none repeat content-box }
bg36380 { background: scroll bottom center none repeat-x content-box }
bg36381 { background: scroll bottom center none repeat-y content-box }
bg36382 { background: scroll bottom center none content-box }
bg36383 { background: scroll bottom center none content-box no-repeat }
bg36384 { background: scroll bottom center none content-box repeat }
bg36385 { background: scroll bottom center none content-box repeat-x }
bg36386 { background: scroll bottom center none content-box repeat-y }
bg36387 { background: scroll bottom center repeat none content-box }
bg36388 { background: scroll bottom center repeat content-box }
bg36389 { background: scroll bottom center repeat content-box none }
bg36390 { background: scroll bottom center repeat content-box url(test.jpg) }
bg36391 { background: scroll bottom center repeat url(test.jpg) content-box }
bg36392 { background: scroll bottom center repeat-x none content-box }
bg36393 { background: scroll bottom center repeat-x content-box }
bg36394 { background: scroll bottom center repeat-x content-box none }
bg36395 { background: scroll bottom center repeat-x content-box url(test.jpg) }
bg36396 { background: scroll bottom center repeat-x url(test.jpg) content-box }
bg36397 { background: scroll bottom center repeat-y none content-box }
bg36398 { background: scroll bottom center repeat-y content-box }
bg36399 { background: scroll bottom center repeat-y content-box none }
bg36400 { background: scroll bottom center repeat-y content-box url(test.jpg) }
bg36401 { background: scroll bottom center repeat-y url(test.jpg) content-box }
bg36402 { background: scroll bottom center content-box }
bg36403 { background: scroll bottom center content-box no-repeat }
bg36404 { background: scroll bottom center content-box no-repeat none }
bg36405 { background: scroll bottom center content-box no-repeat url(test.jpg) }
bg36406 { background: scroll bottom center content-box none }
bg36407 { background: scroll bottom center content-box none no-repeat }
bg36408 { background: scroll bottom center content-box none repeat }
bg36409 { background: scroll bottom center content-box none repeat-x }
bg36410 { background: scroll bottom center content-box none repeat-y }
bg36411 { background: scroll bottom center content-box repeat }
bg36412 { background: scroll bottom center content-box repeat none }
bg36413 { background: scroll bottom center content-box repeat url(test.jpg) }
bg36414 { background: scroll bottom center content-box repeat-x }
bg36415 { background: scroll bottom center content-box repeat-x none }
bg36416 { background: scroll bottom center content-box repeat-x url(test.jpg) }
bg36417 { background: scroll bottom center content-box repeat-y }
bg36418 { background: scroll bottom center content-box repeat-y none }
bg36419 { background: scroll bottom center content-box repeat-y url(test.jpg) }
bg36420 { background: scroll bottom center content-box url(test.jpg) }
bg36421 { background: scroll bottom center content-box url(test.jpg) no-repeat }
bg36422 { background: scroll bottom center content-box url(test.jpg) repeat }
bg36423 { background: scroll bottom center content-box url(test.jpg) repeat-x }
bg36424 { background: scroll bottom center content-box url(test.jpg) repeat-y }
bg36425 { background: scroll bottom center url(test.jpg) no-repeat content-box }
bg36426 { background: scroll bottom center url(test.jpg) repeat content-box }
bg36427 { background: scroll bottom center url(test.jpg) repeat-x content-box }
bg36428 { background: scroll bottom center url(test.jpg) repeat-y content-box }
bg36429 { background: scroll bottom center url(test.jpg) content-box }
bg36430 { background: scroll bottom center url(test.jpg) content-box no-repeat }
bg36431 { background: scroll bottom center url(test.jpg) content-box repeat }
bg36432 { background: scroll bottom center url(test.jpg) content-box repeat-x }
bg36433 { background: scroll bottom center url(test.jpg) content-box repeat-y }
bg36434 { background: scroll content-box no-repeat none bottom center }
bg36435 { background: scroll content-box no-repeat bottom center }
bg36436 { background: scroll content-box no-repeat bottom center none }
bg36437 { background: scroll content-box no-repeat bottom center url(test.jpg) }
bg36438 { background: scroll content-box no-repeat url(test.jpg) bottom center }
bg36439 { background: scroll content-box none no-repeat bottom center }
bg36440 { background: scroll content-box none repeat bottom center }
bg36441 { background: scroll content-box none repeat-x bottom center }
bg36442 { background: scroll content-box none repeat-y bottom center }
bg36443 { background: scroll content-box none bottom center }
bg36444 { background: scroll content-box none bottom center no-repeat }
bg36445 { background: scroll content-box none bottom center repeat }
bg36446 { background: scroll content-box none bottom center repeat-x }
bg36447 { background: scroll content-box none bottom center repeat-y }
bg36448 { background: scroll content-box repeat none bottom center }
bg36449 { background: scroll content-box repeat bottom center }
bg36450 { background: scroll content-box repeat bottom center none }
bg36451 { background: scroll content-box repeat bottom center url(test.jpg) }
bg36452 { background: scroll content-box repeat url(test.jpg) bottom center }
bg36453 { background: scroll content-box repeat-x none bottom center }
bg36454 { background: scroll content-box repeat-x bottom center }
bg36455 { background: scroll content-box repeat-x bottom center none }
bg36456 { background: scroll content-box repeat-x bottom center url(test.jpg) }
bg36457 { background: scroll content-box repeat-x url(test.jpg) bottom center }
bg36458 { background: scroll content-box repeat-y none bottom center }
bg36459 { background: scroll content-box repeat-y bottom center }
bg36460 { background: scroll content-box repeat-y bottom center none }
bg36461 { background: scroll content-box repeat-y bottom center url(test.jpg) }
bg36462 { background: scroll content-box repeat-y url(test.jpg) bottom center }
bg36463 { background: scroll content-box bottom center }
bg36464 { background: scroll content-box bottom center no-repeat }
bg36465 { background: scroll content-box bottom center no-repeat none }
bg36466 { background: scroll content-box bottom center no-repeat url(test.jpg) }
bg36467 { background: scroll content-box bottom center none }
bg36468 { background: scroll content-box bottom center none no-repeat }
bg36469 { background: scroll content-box bottom center none repeat }
bg36470 { background: scroll content-box bottom center none repeat-x }
bg36471 { background: scroll content-box bottom center none repeat-y }
bg36472 { background: scroll content-box bottom center repeat }
bg36473 { background: scroll content-box bottom center repeat none }
bg36474 { background: scroll content-box bottom center repeat url(test.jpg) }
bg36475 { background: scroll content-box bottom center repeat-x }
bg36476 { background: scroll content-box bottom center repeat-x none }
bg36477 { background: scroll content-box bottom center repeat-x url(test.jpg) }
bg36478 { background: scroll content-box bottom center repeat-y }
bg36479 { background: scroll content-box bottom center repeat-y none }
bg36480 { background: scroll content-box bottom center repeat-y url(test.jpg) }
bg36481 { background: scroll content-box bottom center url(test.jpg) }
bg36482 { background: scroll content-box bottom center url(test.jpg) no-repeat }
bg36483 { background: scroll content-box bottom center url(test.jpg) repeat }
bg36484 { background: scroll content-box bottom center url(test.jpg) repeat-x }
bg36485 { background: scroll content-box bottom center url(test.jpg) repeat-y }
bg36486 { background: scroll content-box url(test.jpg) no-repeat bottom center }
bg36487 { background: scroll content-box url(test.jpg) repeat bottom center }
bg36488 { background: scroll content-box url(test.jpg) repeat-x bottom center }
bg36489 { background: scroll content-box url(test.jpg) repeat-y bottom center }
bg36490 { background: scroll content-box url(test.jpg) bottom center }
bg36491 { background: scroll content-box url(test.jpg) bottom center no-repeat }
bg36492 { background: scroll content-box url(test.jpg) bottom center repeat }
bg36493 { background: scroll content-box url(test.jpg) bottom center repeat-x }
bg36494 { background: scroll content-box url(test.jpg) bottom center repeat-y }
bg36495 { background: scroll url(test.jpg) no-repeat bottom center content-box }
bg36496 { background: scroll url(test.jpg) no-repeat content-box bottom center }
bg36497 { background: scroll url(test.jpg) repeat bottom center content-box }
bg36498 { background: scroll url(test.jpg) repeat content-box bottom center }
bg36499 { background: scroll url(test.jpg) repeat-x bottom center content-box }
bg36500 { background: scroll url(test.jpg) repeat-x content-box bottom center }
bg36501 { background: scroll url(test.jpg) repeat-y bottom center content-box }
bg36502 { background: scroll url(test.jpg) repeat-y content-box bottom center }
bg36503 { background: scroll url(test.jpg) bottom center no-repeat content-box }
bg36504 { background: scroll url(test.jpg) bottom center repeat content-box }
bg36505 { background: scroll url(test.jpg) bottom center repeat-x content-box }
bg36506 { background: scroll url(test.jpg) bottom center repeat-y content-box }
bg36507 { background: scroll url(test.jpg) bottom center content-box }
bg36508 { background: scroll url(test.jpg) bottom center content-box no-repeat }
bg36509 { background: scroll url(test.jpg) bottom center content-box repeat }
bg36510 { background: scroll url(test.jpg) bottom center content-box repeat-x }
bg36511 { background: scroll url(test.jpg) bottom center content-box repeat-y }
bg36512 { background: scroll url(test.jpg) content-box no-repeat bottom center }
bg36513 { background: scroll url(test.jpg) content-box repeat bottom center }
bg36514 { background: scroll url(test.jpg) content-box repeat-x bottom center }
bg36515 { background: scroll url(test.jpg) content-box repeat-y bottom center }
bg36516 { background: scroll url(test.jpg) content-box bottom center }
bg36517 { background: scroll url(test.jpg) content-box bottom center no-repeat }
bg36518 { background: scroll url(test.jpg) content-box bottom center repeat }
bg36519 { background: scroll url(test.jpg) content-box bottom center repeat-x }
bg36520 { background: scroll url(test.jpg) content-box bottom center repeat-y }
bg36521 { background: content-box fixed no-repeat none bottom center }
bg36522 { background: content-box fixed no-repeat bottom center }
bg36523 { background: content-box fixed no-repeat bottom center none }
bg36524 { background: content-box fixed no-repeat bottom center url(test.jpg) }
bg36525 { background: content-box fixed no-repeat url(test.jpg) bottom center }
bg36526 { background: content-box fixed none no-repeat bottom center }
bg36527 { background: content-box fixed none repeat bottom center }
bg36528 { background: content-box fixed none repeat-x bottom center }
bg36529 { background: content-box fixed none repeat-y bottom center }
bg36530 { background: content-box fixed none bottom center }
bg36531 { background: content-box fixed none bottom center no-repeat }
bg36532 { background: content-box fixed none bottom center repeat }
bg36533 { background: content-box fixed none bottom center repeat-x }
bg36534 { background: content-box fixed none bottom center repeat-y }
bg36535 { background: content-box fixed repeat none bottom center }
bg36536 { background: content-box fixed repeat bottom center }
bg36537 { background: content-box fixed repeat bottom center none }
bg36538 { background: content-box fixed repeat bottom center url(test.jpg) }
bg36539 { background: content-box fixed repeat url(test.jpg) bottom center }
bg36540 { background: content-box fixed repeat-x none bottom center }
bg36541 { background: content-box fixed repeat-x bottom center }
bg36542 { background: content-box fixed repeat-x bottom center none }
bg36543 { background: content-box fixed repeat-x bottom center url(test.jpg) }
bg36544 { background: content-box fixed repeat-x url(test.jpg) bottom center }
bg36545 { background: content-box fixed repeat-y none bottom center }
bg36546 { background: content-box fixed repeat-y bottom center }
bg36547 { background: content-box fixed repeat-y bottom center none }
bg36548 { background: content-box fixed repeat-y bottom center url(test.jpg) }
bg36549 { background: content-box fixed repeat-y url(test.jpg) bottom center }
bg36550 { background: content-box fixed bottom center }
bg36551 { background: content-box fixed bottom center no-repeat }
bg36552 { background: content-box fixed bottom center no-repeat none }
bg36553 { background: content-box fixed bottom center no-repeat url(test.jpg) }
bg36554 { background: content-box fixed bottom center none }
bg36555 { background: content-box fixed bottom center none no-repeat }
bg36556 { background: content-box fixed bottom center none repeat }
bg36557 { background: content-box fixed bottom center none repeat-x }
bg36558 { background: content-box fixed bottom center none repeat-y }
bg36559 { background: content-box fixed bottom center repeat }
bg36560 { background: content-box fixed bottom center repeat none }
bg36561 { background: content-box fixed bottom center repeat url(test.jpg) }
bg36562 { background: content-box fixed bottom center repeat-x }
bg36563 { background: content-box fixed bottom center repeat-x none }
bg36564 { background: content-box fixed bottom center repeat-x url(test.jpg) }
bg36565 { background: content-box fixed bottom center repeat-y }
bg36566 { background: content-box fixed bottom center repeat-y none }
bg36567 { background: content-box fixed bottom center repeat-y url(test.jpg) }
bg36568 { background: content-box fixed bottom center url(test.jpg) }
bg36569 { background: content-box fixed bottom center url(test.jpg) no-repeat }
bg36570 { background: content-box fixed bottom center url(test.jpg) repeat }
bg36571 { background: content-box fixed bottom center url(test.jpg) repeat-x }
bg36572 { background: content-box fixed bottom center url(test.jpg) repeat-y }
bg36573 { background: content-box fixed url(test.jpg) no-repeat bottom center }
bg36574 { background: content-box fixed url(test.jpg) repeat bottom center }
bg36575 { background: content-box fixed url(test.jpg) repeat-x bottom center }
bg36576 { background: content-box fixed url(test.jpg) repeat-y bottom center }
bg36577 { background: content-box fixed url(test.jpg) bottom center }
bg36578 { background: content-box fixed url(test.jpg) bottom center no-repeat }
bg36579 { background: content-box fixed url(test.jpg) bottom center repeat }
bg36580 { background: content-box fixed url(test.jpg) bottom center repeat-x }
bg36581 { background: content-box fixed url(test.jpg) bottom center repeat-y }
bg36582 { background: content-box no-repeat fixed none bottom center }
bg36583 { background: content-box no-repeat fixed bottom center }
bg36584 { background: content-box no-repeat fixed bottom center none }
bg36585 { background: content-box no-repeat fixed bottom center url(test.jpg) }
bg36586 { background: content-box no-repeat fixed url(test.jpg) bottom center }
bg36587 { background: content-box no-repeat none fixed bottom center }
bg36588 { background: content-box no-repeat none bottom center }
bg36589 { background: content-box no-repeat none bottom center fixed }
bg36590 { background: content-box no-repeat none bottom center scroll }
bg36591 { background: content-box no-repeat none scroll bottom center }
bg36592 { background: content-box no-repeat bottom center }
bg36593 { background: content-box no-repeat bottom center fixed }
bg36594 { background: content-box no-repeat bottom center fixed none }
bg36595 { background: content-box no-repeat bottom center fixed url(test.jpg) }
bg36596 { background: content-box no-repeat bottom center none }
bg36597 { background: content-box no-repeat bottom center none fixed }
bg36598 { background: content-box no-repeat bottom center none scroll }
bg36599 { background: content-box no-repeat bottom center scroll }
bg36600 { background: content-box no-repeat bottom center scroll none }
bg36601 { background: content-box no-repeat bottom center scroll url(test.jpg) }
bg36602 { background: content-box no-repeat bottom center url(test.jpg) }
bg36603 { background: content-box no-repeat bottom center url(test.jpg) fixed }
bg36604 { background: content-box no-repeat bottom center url(test.jpg) scroll }
bg36605 { background: content-box no-repeat scroll none bottom center }
bg36606 { background: content-box no-repeat scroll bottom center }
bg36607 { background: content-box no-repeat scroll bottom center none }
bg36608 { background: content-box no-repeat scroll bottom center url(test.jpg) }
bg36609 { background: content-box no-repeat scroll url(test.jpg) bottom center }
bg36610 { background: content-box no-repeat url(test.jpg) fixed bottom center }
bg36611 { background: content-box no-repeat url(test.jpg) bottom center }
bg36612 { background: content-box no-repeat url(test.jpg) bottom center fixed }
bg36613 { background: content-box no-repeat url(test.jpg) bottom center scroll }
bg36614 { background: content-box no-repeat url(test.jpg) scroll bottom center }
bg36615 { background: content-box none fixed no-repeat bottom center }
bg36616 { background: content-box none fixed repeat bottom center }
bg36617 { background: content-box none fixed repeat-x bottom center }
bg36618 { background: content-box none fixed repeat-y bottom center }
bg36619 { background: content-box none fixed bottom center }
bg36620 { background: content-box none fixed bottom center no-repeat }
bg36621 { background: content-box none fixed bottom center repeat }
bg36622 { background: content-box none fixed bottom center repeat-x }
bg36623 { background: content-box none fixed bottom center repeat-y }
bg36624 { background: content-box none no-repeat fixed bottom center }
bg36625 { background: content-box none no-repeat bottom center }
bg36626 { background: content-box none no-repeat bottom center fixed }
bg36627 { background: content-box none no-repeat bottom center scroll }
bg36628 { background: content-box none no-repeat scroll bottom center }
bg36629 { background: content-box none repeat fixed bottom center }
bg36630 { background: content-box none repeat bottom center }
bg36631 { background: content-box none repeat bottom center fixed }
bg36632 { background: content-box none repeat bottom center scroll }
bg36633 { background: content-box none repeat scroll bottom center }
bg36634 { background: content-box none repeat-x fixed bottom center }
bg36635 { background: content-box none repeat-x bottom center }
bg36636 { background: content-box none repeat-x bottom center fixed }
bg36637 { background: content-box none repeat-x bottom center scroll }
bg36638 { background: content-box none repeat-x scroll bottom center }
bg36639 { background: content-box none repeat-y fixed bottom center }
bg36640 { background: content-box none repeat-y bottom center }
bg36641 { background: content-box none repeat-y bottom center fixed }
bg36642 { background: content-box none repeat-y bottom center scroll }
bg36643 { background: content-box none repeat-y scroll bottom center }
bg36644 { background: content-box none bottom center }
bg36645 { background: content-box none bottom center fixed }
bg36646 { background: content-box none bottom center fixed no-repeat }
bg36647 { background: content-box none bottom center fixed repeat }
bg36648 { background: content-box none bottom center fixed repeat-x }
bg36649 { background: content-box none bottom center fixed repeat-y }
bg36650 { background: content-box none bottom center no-repeat }
bg36651 { background: content-box none bottom center no-repeat fixed }
bg36652 { background: content-box none bottom center no-repeat scroll }
bg36653 { background: content-box none bottom center repeat }
bg36654 { background: content-box none bottom center repeat fixed }
bg36655 { background: content-box none bottom center repeat scroll }
bg36656 { background: content-box none bottom center repeat-x }
bg36657 { background: content-box none bottom center repeat-x fixed }
bg36658 { background: content-box none bottom center repeat-x scroll }
bg36659 { background: content-box none bottom center repeat-y }
bg36660 { background: content-box none bottom center repeat-y fixed }
bg36661 { background: content-box none bottom center repeat-y scroll }
bg36662 { background: content-box none bottom center scroll }
bg36663 { background: content-box none bottom center scroll no-repeat }
bg36664 { background: content-box none bottom center scroll repeat }
bg36665 { background: content-box none bottom center scroll repeat-x }
bg36666 { background: content-box none bottom center scroll repeat-y }
bg36667 { background: content-box none scroll no-repeat bottom center }
bg36668 { background: content-box none scroll repeat bottom center }
bg36669 { background: content-box none scroll repeat-x bottom center }
bg36670 { background: content-box none scroll repeat-y bottom center }
bg36671 { background: content-box none scroll bottom center }
bg36672 { background: content-box none scroll bottom center no-repeat }
bg36673 { background: content-box none scroll bottom center repeat }
bg36674 { background: content-box none scroll bottom center repeat-x }
bg36675 { background: content-box none scroll bottom center repeat-y }
bg36676 { background: content-box repeat fixed none bottom center }
bg36677 { background: content-box repeat fixed bottom center }
bg36678 { background: content-box repeat fixed bottom center none }
bg36679 { background: content-box repeat fixed bottom center url(test.jpg) }
bg36680 { background: content-box repeat fixed url(test.jpg) bottom center }
bg36681 { background: content-box repeat none fixed bottom center }
bg36682 { background: content-box repeat none bottom center }
bg36683 { background: content-box repeat none bottom center fixed }
bg36684 { background: content-box repeat none bottom center scroll }
bg36685 { background: content-box repeat none scroll bottom center }
bg36686 { background: content-box repeat bottom center }
bg36687 { background: content-box repeat bottom center fixed }
bg36688 { background: content-box repeat bottom center fixed none }
bg36689 { background: content-box repeat bottom center fixed url(test.jpg) }
bg36690 { background: content-box repeat bottom center none }
bg36691 { background: content-box repeat bottom center none fixed }
bg36692 { background: content-box repeat bottom center none scroll }
bg36693 { background: content-box repeat bottom center scroll }
bg36694 { background: content-box repeat bottom center scroll none }
bg36695 { background: content-box repeat bottom center scroll url(test.jpg) }
bg36696 { background: content-box repeat bottom center url(test.jpg) }
bg36697 { background: content-box repeat bottom center url(test.jpg) fixed }
bg36698 { background: content-box repeat bottom center url(test.jpg) scroll }
bg36699 { background: content-box repeat scroll none bottom center }
bg36700 { background: content-box repeat scroll bottom center }
bg36701 { background: content-box repeat scroll bottom center none }
bg36702 { background: content-box repeat scroll bottom center url(test.jpg) }
bg36703 { background: content-box repeat scroll url(test.jpg) bottom center }
bg36704 { background: content-box repeat url(test.jpg) fixed bottom center }
bg36705 { background: content-box repeat url(test.jpg) bottom center }
bg36706 { background: content-box repeat url(test.jpg) bottom center fixed }
bg36707 { background: content-box repeat url(test.jpg) bottom center scroll }
bg36708 { background: content-box repeat url(test.jpg) scroll bottom center }
bg36709 { background: content-box repeat-x fixed none bottom center }
bg36710 { background: content-box repeat-x fixed bottom center }
bg36711 { background: content-box repeat-x fixed bottom center none }
bg36712 { background: content-box repeat-x fixed bottom center url(test.jpg) }
bg36713 { background: content-box repeat-x fixed url(test.jpg) bottom center }
bg36714 { background: content-box repeat-x none fixed bottom center }
bg36715 { background: content-box repeat-x none bottom center }
bg36716 { background: content-box repeat-x none bottom center fixed }
bg36717 { background: content-box repeat-x none bottom center scroll }
bg36718 { background: content-box repeat-x none scroll bottom center }
bg36719 { background: content-box repeat-x bottom center }
bg36720 { background: content-box repeat-x bottom center fixed }
bg36721 { background: content-box repeat-x bottom center fixed none }
bg36722 { background: content-box repeat-x bottom center fixed url(test.jpg) }
bg36723 { background: content-box repeat-x bottom center none }
bg36724 { background: content-box repeat-x bottom center none fixed }
bg36725 { background: content-box repeat-x bottom center none scroll }
bg36726 { background: content-box repeat-x bottom center scroll }
bg36727 { background: content-box repeat-x bottom center scroll none }
bg36728 { background: content-box repeat-x bottom center scroll url(test.jpg) }
bg36729 { background: content-box repeat-x bottom center url(test.jpg) }
bg36730 { background: content-box repeat-x bottom center url(test.jpg) fixed }
bg36731 { background: content-box repeat-x bottom center url(test.jpg) scroll }
bg36732 { background: content-box repeat-x scroll none bottom center }
bg36733 { background: content-box repeat-x scroll bottom center }
bg36734 { background: content-box repeat-x scroll bottom center none }
bg36735 { background: content-box repeat-x scroll bottom center url(test.jpg) }
bg36736 { background: content-box repeat-x scroll url(test.jpg) bottom center }
bg36737 { background: content-box repeat-x url(test.jpg) fixed bottom center }
bg36738 { background: content-box repeat-x url(test.jpg) bottom center }
bg36739 { background: content-box repeat-x url(test.jpg) bottom center fixed }
bg36740 { background: content-box repeat-x url(test.jpg) bottom center scroll }
bg36741 { background: content-box repeat-x url(test.jpg) scroll bottom center }
bg36742 { background: content-box repeat-y fixed none bottom center }
bg36743 { background: content-box repeat-y fixed bottom center }
bg36744 { background: content-box repeat-y fixed bottom center none }
bg36745 { background: content-box repeat-y fixed bottom center url(test.jpg) }
bg36746 { background: content-box repeat-y fixed url(test.jpg) bottom center }
bg36747 { background: content-box repeat-y none fixed bottom center }
bg36748 { background: content-box repeat-y none bottom center }
bg36749 { background: content-box repeat-y none bottom center fixed }
bg36750 { background: content-box repeat-y none bottom center scroll }
bg36751 { background: content-box repeat-y none scroll bottom center }
bg36752 { background: content-box repeat-y bottom center }
bg36753 { background: content-box repeat-y bottom center fixed }
bg36754 { background: content-box repeat-y bottom center fixed none }
bg36755 { background: content-box repeat-y bottom center fixed url(test.jpg) }
bg36756 { background: content-box repeat-y bottom center none }
bg36757 { background: content-box repeat-y bottom center none fixed }
bg36758 { background: content-box repeat-y bottom center none scroll }
bg36759 { background: content-box repeat-y bottom center scroll }
bg36760 { background: content-box repeat-y bottom center scroll none }
bg36761 { background: content-box repeat-y bottom center scroll url(test.jpg) }
bg36762 { background: content-box repeat-y bottom center url(test.jpg) }
bg36763 { background: content-box repeat-y bottom center url(test.jpg) fixed }
bg36764 { background: content-box repeat-y bottom center url(test.jpg) scroll }
bg36765 { background: content-box repeat-y scroll none bottom center }
bg36766 { background: content-box repeat-y scroll bottom center }
bg36767 { background: content-box repeat-y scroll bottom center none }
bg36768 { background: content-box repeat-y scroll bottom center url(test.jpg) }
bg36769 { background: content-box repeat-y scroll url(test.jpg) bottom center }
bg36770 { background: content-box repeat-y url(test.jpg) fixed bottom center }
bg36771 { background: content-box repeat-y url(test.jpg) bottom center }
bg36772 { background: content-box repeat-y url(test.jpg) bottom center fixed }
bg36773 { background: content-box repeat-y url(test.jpg) bottom center scroll }
bg36774 { background: content-box repeat-y url(test.jpg) scroll bottom center }
bg36775 { background: content-box bottom center }
bg36776 { background: content-box bottom center fixed }
bg36777 { background: content-box bottom center fixed no-repeat }
bg36778 { background: content-box bottom center fixed no-repeat none }
bg36779 { background: content-box bottom center fixed no-repeat url(test.jpg) }
bg36780 { background: content-box bottom center fixed none }
bg36781 { background: content-box bottom center fixed none no-repeat }
bg36782 { background: content-box bottom center fixed none repeat }
bg36783 { background: content-box bottom center fixed none repeat-x }
bg36784 { background: content-box bottom center fixed none repeat-y }
bg36785 { background: content-box bottom center fixed repeat }
bg36786 { background: content-box bottom center fixed repeat none }
bg36787 { background: content-box bottom center fixed repeat url(test.jpg) }
bg36788 { background: content-box bottom center fixed repeat-x }
bg36789 { background: content-box bottom center fixed repeat-x none }
bg36790 { background: content-box bottom center fixed repeat-x url(test.jpg) }
bg36791 { background: content-box bottom center fixed repeat-y }
bg36792 { background: content-box bottom center fixed repeat-y none }
bg36793 { background: content-box bottom center fixed repeat-y url(test.jpg) }
bg36794 { background: content-box bottom center fixed url(test.jpg) }
bg36795 { background: content-box bottom center fixed url(test.jpg) no-repeat }
bg36796 { background: content-box bottom center fixed url(test.jpg) repeat }
bg36797 { background: content-box bottom center fixed url(test.jpg) repeat-x }
bg36798 { background: content-box bottom center fixed url(test.jpg) repeat-y }
bg36799 { background: content-box bottom center no-repeat }
bg36800 { background: content-box bottom center no-repeat fixed }
bg36801 { background: content-box bottom center no-repeat fixed none }
bg36802 { background: content-box bottom center no-repeat fixed url(test.jpg) }
bg36803 { background: content-box bottom center no-repeat none }
bg36804 { background: content-box bottom center no-repeat none fixed }
bg36805 { background: content-box bottom center no-repeat none scroll }
bg36806 { background: content-box bottom center no-repeat scroll }
bg36807 { background: content-box bottom center no-repeat scroll none }
bg36808 { background: content-box bottom center no-repeat scroll url(test.jpg) }
bg36809 { background: content-box bottom center no-repeat url(test.jpg) }
bg36810 { background: content-box bottom center no-repeat url(test.jpg) fixed }
bg36811 { background: content-box bottom center no-repeat url(test.jpg) scroll }
bg36812 { background: content-box bottom center none }
bg36813 { background: content-box bottom center none fixed }
bg36814 { background: content-box bottom center none fixed no-repeat }
bg36815 { background: content-box bottom center none fixed repeat }
bg36816 { background: content-box bottom center none fixed repeat-x }
bg36817 { background: content-box bottom center none fixed repeat-y }
bg36818 { background: content-box bottom center none no-repeat }
bg36819 { background: content-box bottom center none no-repeat fixed }
bg36820 { background: content-box bottom center none no-repeat scroll }
bg36821 { background: content-box bottom center none repeat }
bg36822 { background: content-box bottom center none repeat fixed }
bg36823 { background: content-box bottom center none repeat scroll }
bg36824 { background: content-box bottom center none repeat-x }
bg36825 { background: content-box bottom center none repeat-x fixed }
bg36826 { background: content-box bottom center none repeat-x scroll }
bg36827 { background: content-box bottom center none repeat-y }
bg36828 { background: content-box bottom center none repeat-y fixed }
bg36829 { background: content-box bottom center none repeat-y scroll }
bg36830 { background: content-box bottom center none scroll }
bg36831 { background: content-box bottom center none scroll no-repeat }
bg36832 { background: content-box bottom center none scroll repeat }
bg36833 { background: content-box bottom center none scroll repeat-x }
bg36834 { background: content-box bottom center none scroll repeat-y }
bg36835 { background: content-box bottom center repeat }
bg36836 { background: content-box bottom center repeat fixed }
bg36837 { background: content-box bottom center repeat fixed none }
bg36838 { background: content-box bottom center repeat fixed url(test.jpg) }
bg36839 { background: content-box bottom center repeat none }
bg36840 { background: content-box bottom center repeat none fixed }
bg36841 { background: content-box bottom center repeat none scroll }
bg36842 { background: content-box bottom center repeat scroll }
bg36843 { background: content-box bottom center repeat scroll none }
bg36844 { background: content-box bottom center repeat scroll url(test.jpg) }
bg36845 { background: content-box bottom center repeat url(test.jpg) }
bg36846 { background: content-box bottom center repeat url(test.jpg) fixed }
bg36847 { background: content-box bottom center repeat url(test.jpg) scroll }
bg36848 { background: content-box bottom center repeat-x }
bg36849 { background: content-box bottom center repeat-x fixed }
bg36850 { background: content-box bottom center repeat-x fixed none }
bg36851 { background: content-box bottom center repeat-x fixed url(test.jpg) }
bg36852 { background: content-box bottom center repeat-x none }
bg36853 { background: content-box bottom center repeat-x none fixed }
bg36854 { background: content-box bottom center repeat-x none scroll }
bg36855 { background: content-box bottom center repeat-x scroll }
bg36856 { background: content-box bottom center repeat-x scroll none }
bg36857 { background: content-box bottom center repeat-x scroll url(test.jpg) }
bg36858 { background: content-box bottom center repeat-x url(test.jpg) }
bg36859 { background: content-box bottom center repeat-x url(test.jpg) fixed }
bg36860 { background: content-box bottom center repeat-x url(test.jpg) scroll }
bg36861 { background: content-box bottom center repeat-y }
bg36862 { background: content-box bottom center repeat-y fixed }
bg36863 { background: content-box bottom center repeat-y fixed none }
bg36864 { background: content-box bottom center repeat-y fixed url(test.jpg) }
bg36865 { background: content-box bottom center repeat-y none }
bg36866 { background: content-box bottom center repeat-y none fixed }
bg36867 { background: content-box bottom center repeat-y none scroll }
bg36868 { background: content-box bottom center repeat-y scroll }
bg36869 { background: content-box bottom center repeat-y scroll none }
bg36870 { background: content-box bottom center repeat-y scroll url(test.jpg) }
bg36871 { background: content-box bottom center repeat-y url(test.jpg) }
bg36872 { background: content-box bottom center repeat-y url(test.jpg) fixed }
bg36873 { background: content-box bottom center repeat-y url(test.jpg) scroll }
bg36874 { background: content-box bottom center scroll }
bg36875 { background: content-box bottom center scroll no-repeat }
bg36876 { background: content-box bottom center scroll no-repeat none }
bg36877 { background: content-box bottom center scroll no-repeat url(test.jpg) }
bg36878 { background: content-box bottom center scroll none }
bg36879 { background: content-box bottom center scroll none no-repeat }
bg36880 { background: content-box bottom center scroll none repeat }
bg36881 { background: content-box bottom center scroll none repeat-x }
bg36882 { background: content-box bottom center scroll none repeat-y }
bg36883 { background: content-box bottom center scroll repeat }
bg36884 { background: content-box bottom center scroll repeat none }
bg36885 { background: content-box bottom center scroll repeat url(test.jpg) }
bg36886 { background: content-box bottom center scroll repeat-x }
bg36887 { background: content-box bottom center scroll repeat-x none }
bg36888 { background: content-box bottom center scroll repeat-x url(test.jpg) }
bg36889 { background: content-box bottom center scroll repeat-y }
bg36890 { background: content-box bottom center scroll repeat-y none }
bg36891 { background: content-box bottom center scroll repeat-y url(test.jpg) }
bg36892 { background: content-box bottom center scroll url(test.jpg) }
bg36893 { background: content-box bottom center scroll url(test.jpg) no-repeat }
bg36894 { background: content-box bottom center scroll url(test.jpg) repeat }
bg36895 { background: content-box bottom center scroll url(test.jpg) repeat-x }
bg36896 { background: content-box bottom center scroll url(test.jpg) repeat-y }
bg36897 { background: content-box bottom center url(test.jpg) }
bg36898 { background: content-box bottom center url(test.jpg) fixed }
bg36899 { background: content-box bottom center url(test.jpg) fixed no-repeat }
bg36900 { background: content-box bottom center url(test.jpg) fixed repeat }
bg36901 { background: content-box bottom center url(test.jpg) fixed repeat-x }
bg36902 { background: content-box bottom center url(test.jpg) fixed repeat-y }
bg36903 { background: content-box bottom center url(test.jpg) no-repeat }
bg36904 { background: content-box bottom center url(test.jpg) no-repeat fixed }
bg36905 { background: content-box bottom center url(test.jpg) no-repeat scroll }
bg36906 { background: content-box bottom center url(test.jpg) repeat }
bg36907 { background: content-box bottom center url(test.jpg) repeat fixed }
bg36908 { background: content-box bottom center url(test.jpg) repeat scroll }
bg36909 { background: content-box bottom center url(test.jpg) repeat-x }
bg36910 { background: content-box bottom center url(test.jpg) repeat-x fixed }
bg36911 { background: content-box bottom center url(test.jpg) repeat-x scroll }
bg36912 { background: content-box bottom center url(test.jpg) repeat-y }
bg36913 { background: content-box bottom center url(test.jpg) repeat-y fixed }
bg36914 { background: content-box bottom center url(test.jpg) repeat-y scroll }
bg36915 { background: content-box bottom center url(test.jpg) scroll }
bg36916 { background: content-box bottom center url(test.jpg) scroll no-repeat }
bg36917 { background: content-box bottom center url(test.jpg) scroll repeat }
bg36918 { background: content-box bottom center url(test.jpg) scroll repeat-x }
bg36919 { background: content-box bottom center url(test.jpg) scroll repeat-y }
bg36920 { background: content-box scroll no-repeat none bottom center }
bg36921 { background: content-box scroll no-repeat bottom center }
bg36922 { background: content-box scroll no-repeat bottom center none }
bg36923 { background: content-box scroll no-repeat bottom center url(test.jpg) }
bg36924 { background: content-box scroll no-repeat url(test.jpg) bottom center }
bg36925 { background: content-box scroll none no-repeat bottom center }
bg36926 { background: content-box scroll none repeat bottom center }
bg36927 { background: content-box scroll none repeat-x bottom center }
bg36928 { background: content-box scroll none repeat-y bottom center }
bg36929 { background: content-box scroll none bottom center }
bg36930 { background: content-box scroll none bottom center no-repeat }
bg36931 { background: content-box scroll none bottom center repeat }
bg36932 { background: content-box scroll none bottom center repeat-x }
bg36933 { background: content-box scroll none bottom center repeat-y }
bg36934 { background: content-box scroll repeat none bottom center }
bg36935 { background: content-box scroll repeat bottom center }
bg36936 { background: content-box scroll repeat bottom center none }
bg36937 { background: content-box scroll repeat bottom center url(test.jpg) }
bg36938 { background: content-box scroll repeat url(test.jpg) bottom center }
bg36939 { background: content-box scroll repeat-x none bottom center }
bg36940 { background: content-box scroll repeat-x bottom center }
bg36941 { background: content-box scroll repeat-x bottom center none }
bg36942 { background: content-box scroll repeat-x bottom center url(test.jpg) }
bg36943 { background: content-box scroll repeat-x url(test.jpg) bottom center }
bg36944 { background: content-box scroll repeat-y none bottom center }
bg36945 { background: content-box scroll repeat-y bottom center }
bg36946 { background: content-box scroll repeat-y bottom center none }
bg36947 { background: content-box scroll repeat-y bottom center url(test.jpg) }
bg36948 { background: content-box scroll repeat-y url(test.jpg) bottom center }
bg36949 { background: content-box scroll bottom center }
bg36950 { background: content-box scroll bottom center no-repeat }
bg36951 { background: content-box scroll bottom center no-repeat none }
bg36952 { background: content-box scroll bottom center no-repeat url(test.jpg) }
bg36953 { background: content-box scroll bottom center none }
bg36954 { background: content-box scroll bottom center none no-repeat }
bg36955 { background: content-box scroll bottom center none repeat }
bg36956 { background: content-box scroll bottom center none repeat-x }
bg36957 { background: content-box scroll bottom center none repeat-y }
bg36958 { background: content-box scroll bottom center repeat }
bg36959 { background: content-box scroll bottom center repeat none }
bg36960 { background: content-box scroll bottom center repeat url(test.jpg) }
bg36961 { background: content-box scroll bottom center repeat-x }
bg36962 { background: content-box scroll bottom center repeat-x none }
bg36963 { background: content-box scroll bottom center repeat-x url(test.jpg) }
bg36964 { background: content-box scroll bottom center repeat-y }
bg36965 { background: content-box scroll bottom center repeat-y none }
bg36966 { background: content-box scroll bottom center repeat-y url(test.jpg) }
bg36967 { background: content-box scroll bottom center url(test.jpg) }
bg36968 { background: content-box scroll bottom center url(test.jpg) no-repeat }
bg36969 { background: content-box scroll bottom center url(test.jpg) repeat }
bg36970 { background: content-box scroll bottom center url(test.jpg) repeat-x }
bg36971 { background: content-box scroll bottom center url(test.jpg) repeat-y }
bg36972 { background: content-box scroll url(test.jpg) no-repeat bottom center }
bg36973 { background: content-box scroll url(test.jpg) repeat bottom center }
bg36974 { background: content-box scroll url(test.jpg) repeat-x bottom center }
bg36975 { background: content-box scroll url(test.jpg) repeat-y bottom center }
bg36976 { background: content-box scroll url(test.jpg) bottom center }
bg36977 { background: content-box scroll url(test.jpg) bottom center no-repeat }
bg36978 { background: content-box scroll url(test.jpg) bottom center repeat }
bg36979 { background: content-box scroll url(test.jpg) bottom center repeat-x }
bg36980 { background: content-box scroll url(test.jpg) bottom center repeat-y }
bg36981 { background: content-box url(test.jpg) fixed no-repeat bottom center }
bg36982 { background: content-box url(test.jpg) fixed repeat bottom center }
bg36983 { background: content-box url(test.jpg) fixed repeat-x bottom center }
bg36984 { background: content-box url(test.jpg) fixed repeat-y bottom center }
bg36985 { background: content-box url(test.jpg) fixed bottom center }
bg36986 { background: content-box url(test.jpg) fixed bottom center no-repeat }
bg36987 { background: content-box url(test.jpg) fixed bottom center repeat }
bg36988 { background: content-box url(test.jpg) fixed bottom center repeat-x }
bg36989 { background: content-box url(test.jpg) fixed bottom center repeat-y }
bg36990 { background: content-box url(test.jpg) no-repeat fixed bottom center }
bg36991 { background: content-box url(test.jpg) no-repeat bottom center }
bg36992 { background: content-box url(test.jpg) no-repeat bottom center fixed }
bg36993 { background: content-box url(test.jpg) no-repeat bottom center scroll }
bg36994 { background: content-box url(test.jpg) no-repeat scroll bottom center }
bg36995 { background: content-box url(test.jpg) repeat fixed bottom center }
bg36996 { background: content-box url(test.jpg) repeat bottom center }
bg36997 { background: content-box url(test.jpg) repeat bottom center fixed }
bg36998 { background: content-box url(test.jpg) repeat bottom center scroll }
bg36999 { background: content-box url(test.jpg) repeat scroll bottom center }
bg37000 { background: content-box url(test.jpg) repeat-x fixed bottom center }
bg37001 { background: content-box url(test.jpg) repeat-x bottom center }
bg37002 { background: content-box url(test.jpg) repeat-x bottom center fixed }
bg37003 { background: content-box url(test.jpg) repeat-x bottom center scroll }
bg37004 { background: content-box url(test.jpg) repeat-x scroll bottom center }
bg37005 { background: content-box url(test.jpg) repeat-y fixed bottom center }
bg37006 { background: content-box url(test.jpg) repeat-y bottom center }
bg37007 { background: content-box url(test.jpg) repeat-y bottom center fixed }
bg37008 { background: content-box url(test.jpg) repeat-y bottom center scroll }
bg37009 { background: content-box url(test.jpg) repeat-y scroll bottom center }
bg37010 { background: content-box url(test.jpg) bottom center }
bg37011 { background: content-box url(test.jpg) bottom center fixed }
bg37012 { background: content-box url(test.jpg) bottom center fixed no-repeat }
bg37013 { background: content-box url(test.jpg) bottom center fixed repeat }
bg37014 { background: content-box url(test.jpg) bottom center fixed repeat-x }
bg37015 { background: content-box url(test.jpg) bottom center fixed repeat-y }
bg37016 { background: content-box url(test.jpg) bottom center no-repeat }
bg37017 { background: content-box url(test.jpg) bottom center no-repeat fixed }
bg37018 { background: content-box url(test.jpg) bottom center no-repeat scroll }
bg37019 { background: content-box url(test.jpg) bottom center repeat }
bg37020 { background: content-box url(test.jpg) bottom center repeat fixed }
bg37021 { background: content-box url(test.jpg) bottom center repeat scroll }
bg37022 { background: content-box url(test.jpg) bottom center repeat-x }
bg37023 { background: content-box url(test.jpg) bottom center repeat-x fixed }
bg37024 { background: content-box url(test.jpg) bottom center repeat-x scroll }
bg37025 { background: content-box url(test.jpg) bottom center repeat-y }
bg37026 { background: content-box url(test.jpg) bottom center repeat-y fixed }
bg37027 { background: content-box url(test.jpg) bottom center repeat-y scroll }
bg37028 { background: content-box url(test.jpg) bottom center scroll }
bg37029 { background: content-box url(test.jpg) bottom center scroll no-repeat }
bg37030 { background: content-box url(test.jpg) bottom center scroll repeat }
bg37031 { background: content-box url(test.jpg) bottom center scroll repeat-x }
bg37032 { background: content-box url(test.jpg) bottom center scroll repeat-y }
bg37033 { background: content-box url(test.jpg) scroll no-repeat bottom center }
bg37034 { background: content-box url(test.jpg) scroll repeat bottom center }
bg37035 { background: content-box url(test.jpg) scroll repeat-x bottom center }
bg37036 { background: content-box url(test.jpg) scroll repeat-y bottom center }
bg37037 { background: content-box url(test.jpg) scroll bottom center }
bg37038 { background: content-box url(test.jpg) scroll bottom center no-repeat }
bg37039 { background: content-box url(test.jpg) scroll bottom center repeat }
bg37040 { background: content-box url(test.jpg) scroll bottom center repeat-x }
bg37041 { background: content-box url(test.jpg) scroll bottom center repeat-y }
bg37042 { background: url(test.jpg) fixed no-repeat bottom center content-box }
bg37043 { background: url(test.jpg) fixed no-repeat content-box bottom center }
bg37044 { background: url(test.jpg) fixed repeat bottom center content-box }
bg37045 { background: url(test.jpg) fixed repeat content-box bottom center }
bg37046 { background: url(test.jpg) fixed repeat-x bottom center content-box }
bg37047 { background: url(test.jpg) fixed repeat-x content-box bottom center }
bg37048 { background: url(test.jpg) fixed repeat-y bottom center content-box }
bg37049 { background: url(test.jpg) fixed repeat-y content-box bottom center }
bg37050 { background: url(test.jpg) fixed bottom center no-repeat content-box }
bg37051 { background: url(test.jpg) fixed bottom center repeat content-box }
bg37052 { background: url(test.jpg) fixed bottom center repeat-x content-box }
bg37053 { background: url(test.jpg) fixed bottom center repeat-y content-box }
bg37054 { background: url(test.jpg) fixed bottom center content-box }
bg37055 { background: url(test.jpg) fixed bottom center content-box no-repeat }
bg37056 { background: url(test.jpg) fixed bottom center content-box repeat }
bg37057 { background: url(test.jpg) fixed bottom center content-box repeat-x }
bg37058 { background: url(test.jpg) fixed bottom center content-box repeat-y }
bg37059 { background: url(test.jpg) fixed content-box no-repeat bottom center }
bg37060 { background: url(test.jpg) fixed content-box repeat bottom center }
bg37061 { background: url(test.jpg) fixed content-box repeat-x bottom center }
bg37062 { background: url(test.jpg) fixed content-box repeat-y bottom center }
bg37063 { background: url(test.jpg) fixed content-box bottom center }
bg37064 { background: url(test.jpg) fixed content-box bottom center no-repeat }
bg37065 { background: url(test.jpg) fixed content-box bottom center repeat }
bg37066 { background: url(test.jpg) fixed content-box bottom center repeat-x }
bg37067 { background: url(test.jpg) fixed content-box bottom center repeat-y }
bg37068 { background: url(test.jpg) no-repeat fixed bottom center content-box }
bg37069 { background: url(test.jpg) no-repeat fixed content-box bottom center }
bg37070 { background: url(test.jpg) no-repeat bottom center fixed content-box }
bg37071 { background: url(test.jpg) no-repeat bottom center scroll content-box }
bg37072 { background: url(test.jpg) no-repeat bottom center content-box }
bg37073 { background: url(test.jpg) no-repeat bottom center content-box fixed }
bg37074 { background: url(test.jpg) no-repeat bottom center content-box scroll }
bg37075 { background: url(test.jpg) no-repeat scroll bottom center content-box }
bg37076 { background: url(test.jpg) no-repeat scroll content-box bottom center }
bg37077 { background: url(test.jpg) no-repeat content-box fixed bottom center }
bg37078 { background: url(test.jpg) no-repeat content-box bottom center }
bg37079 { background: url(test.jpg) no-repeat content-box bottom center fixed }
bg37080 { background: url(test.jpg) no-repeat content-box bottom center scroll }
bg37081 { background: url(test.jpg) no-repeat content-box scroll bottom center }
bg37082 { background: url(test.jpg) repeat fixed bottom center content-box }
bg37083 { background: url(test.jpg) repeat fixed content-box bottom center }
bg37084 { background: url(test.jpg) repeat bottom center fixed content-box }
bg37085 { background: url(test.jpg) repeat bottom center scroll content-box }
bg37086 { background: url(test.jpg) repeat bottom center content-box }
bg37087 { background: url(test.jpg) repeat bottom center content-box fixed }
bg37088 { background: url(test.jpg) repeat bottom center content-box scroll }
bg37089 { background: url(test.jpg) repeat scroll bottom center content-box }
bg37090 { background: url(test.jpg) repeat scroll content-box bottom center }
bg37091 { background: url(test.jpg) repeat content-box fixed bottom center }
bg37092 { background: url(test.jpg) repeat content-box bottom center }
bg37093 { background: url(test.jpg) repeat content-box bottom center fixed }
bg37094 { background: url(test.jpg) repeat content-box bottom center scroll }
bg37095 { background: url(test.jpg) repeat content-box scroll bottom center }
bg37096 { background: url(test.jpg) repeat-x fixed bottom center content-box }
bg37097 { background: url(test.jpg) repeat-x fixed content-box bottom center }
bg37098 { background: url(test.jpg) repeat-x bottom center fixed content-box }
bg37099 { background: url(test.jpg) repeat-x bottom center scroll content-box }
bg37100 { background: url(test.jpg) repeat-x bottom center content-box }
bg37101 { background: url(test.jpg) repeat-x bottom center content-box fixed }
bg37102 { background: url(test.jpg) repeat-x bottom center content-box scroll }
bg37103 { background: url(test.jpg) repeat-x scroll bottom center content-box }
bg37104 { background: url(test.jpg) repeat-x scroll content-box bottom center }
bg37105 { background: url(test.jpg) repeat-x content-box fixed bottom center }
bg37106 { background: url(test.jpg) repeat-x content-box bottom center }
bg37107 { background: url(test.jpg) repeat-x content-box bottom center fixed }
bg37108 { background: url(test.jpg) repeat-x content-box bottom center scroll }
bg37109 { background: url(test.jpg) repeat-x content-box scroll bottom center }
bg37110 { background: url(test.jpg) repeat-y fixed bottom center content-box }
bg37111 { background: url(test.jpg) repeat-y fixed content-box bottom center }
bg37112 { background: url(test.jpg) repeat-y bottom center fixed content-box }
bg37113 { background: url(test.jpg) repeat-y bottom center scroll content-box }
bg37114 { background: url(test.jpg) repeat-y bottom center content-box }
bg37115 { background: url(test.jpg) repeat-y bottom center content-box fixed }
bg37116 { background: url(test.jpg) repeat-y bottom center content-box scroll }
bg37117 { background: url(test.jpg) repeat-y scroll bottom center content-box }
bg37118 { background: url(test.jpg) repeat-y scroll content-box bottom center }
bg37119 { background: url(test.jpg) repeat-y content-box fixed bottom center }
bg37120 { background: url(test.jpg) repeat-y content-box bottom center }
bg37121 { background: url(test.jpg) repeat-y content-box bottom center fixed }
bg37122 { background: url(test.jpg) repeat-y content-box bottom center scroll }
bg37123 { background: url(test.jpg) repeat-y content-box scroll bottom center }
bg37124 { background: url(test.jpg) bottom center fixed no-repeat content-box }
bg37125 { background: url(test.jpg) bottom center fixed repeat content-box }
bg37126 { background: url(test.jpg) bottom center fixed repeat-x content-box }
bg37127 { background: url(test.jpg) bottom center fixed repeat-y content-box }
bg37128 { background: url(test.jpg) bottom center fixed content-box }
bg37129 { background: url(test.jpg) bottom center fixed content-box no-repeat }
bg37130 { background: url(test.jpg) bottom center fixed content-box repeat }
bg37131 { background: url(test.jpg) bottom center fixed content-box repeat-x }
bg37132 { background: url(test.jpg) bottom center fixed content-box repeat-y }
bg37133 { background: url(test.jpg) bottom center no-repeat fixed content-box }
bg37134 { background: url(test.jpg) bottom center no-repeat scroll content-box }
bg37135 { background: url(test.jpg) bottom center no-repeat content-box }
bg37136 { background: url(test.jpg) bottom center no-repeat content-box fixed }
bg37137 { background: url(test.jpg) bottom center no-repeat content-box scroll }
bg37138 { background: url(test.jpg) bottom center repeat fixed content-box }
bg37139 { background: url(test.jpg) bottom center repeat scroll content-box }
bg37140 { background: url(test.jpg) bottom center repeat content-box }
bg37141 { background: url(test.jpg) bottom center repeat content-box fixed }
bg37142 { background: url(test.jpg) bottom center repeat content-box scroll }
bg37143 { background: url(test.jpg) bottom center repeat-x fixed content-box }
bg37144 { background: url(test.jpg) bottom center repeat-x scroll content-box }
bg37145 { background: url(test.jpg) bottom center repeat-x content-box }
bg37146 { background: url(test.jpg) bottom center repeat-x content-box fixed }
bg37147 { background: url(test.jpg) bottom center repeat-x content-box scroll }
bg37148 { background: url(test.jpg) bottom center repeat-y fixed content-box }
bg37149 { background: url(test.jpg) bottom center repeat-y scroll content-box }
bg37150 { background: url(test.jpg) bottom center repeat-y content-box }
bg37151 { background: url(test.jpg) bottom center repeat-y content-box fixed }
bg37152 { background: url(test.jpg) bottom center repeat-y content-box scroll }
bg37153 { background: url(test.jpg) bottom center scroll no-repeat content-box }
bg37154 { background: url(test.jpg) bottom center scroll repeat content-box }
bg37155 { background: url(test.jpg) bottom center scroll repeat-x content-box }
bg37156 { background: url(test.jpg) bottom center scroll repeat-y content-box }
bg37157 { background: url(test.jpg) bottom center scroll content-box }
bg37158 { background: url(test.jpg) bottom center scroll content-box no-repeat }
bg37159 { background: url(test.jpg) bottom center scroll content-box repeat }
bg37160 { background: url(test.jpg) bottom center scroll content-box repeat-x }
bg37161 { background: url(test.jpg) bottom center scroll content-box repeat-y }
bg37162 { background: url(test.jpg) bottom center content-box }
bg37163 { background: url(test.jpg) bottom center content-box fixed }
bg37164 { background: url(test.jpg) bottom center content-box fixed no-repeat }
bg37165 { background: url(test.jpg) bottom center content-box fixed repeat }
bg37166 { background: url(test.jpg) bottom center content-box fixed repeat-x }
bg37167 { background: url(test.jpg) bottom center content-box fixed repeat-y }
bg37168 { background: url(test.jpg) bottom center content-box no-repeat }
bg37169 { background: url(test.jpg) bottom center content-box no-repeat fixed }
bg37170 { background: url(test.jpg) bottom center content-box no-repeat scroll }
bg37171 { background: url(test.jpg) bottom center content-box repeat }
bg37172 { background: url(test.jpg) bottom center content-box repeat fixed }
bg37173 { background: url(test.jpg) bottom center content-box repeat scroll }
bg37174 { background: url(test.jpg) bottom center content-box repeat-x }
bg37175 { background: url(test.jpg) bottom center content-box repeat-x fixed }
bg37176 { background: url(test.jpg) bottom center content-box repeat-x scroll }
bg37177 { background: url(test.jpg) bottom center content-box repeat-y }
bg37178 { background: url(test.jpg) bottom center content-box repeat-y fixed }
bg37179 { background: url(test.jpg) bottom center content-box repeat-y scroll }
bg37180 { background: url(test.jpg) bottom center content-box scroll }
bg37181 { background: url(test.jpg) bottom center content-box scroll no-repeat }
bg37182 { background: url(test.jpg) bottom center content-box scroll repeat }
bg37183 { background: url(test.jpg) bottom center content-box scroll repeat-x }
bg37184 { background: url(test.jpg) bottom center content-box scroll repeat-y }
bg37185 { background: url(test.jpg) scroll no-repeat bottom center content-box }
bg37186 { background: url(test.jpg) scroll no-repeat content-box bottom center }
bg37187 { background: url(test.jpg) scroll repeat bottom center content-box }
bg37188 { background: url(test.jpg) scroll repeat content-box bottom center }
bg37189 { background: url(test.jpg) scroll repeat-x bottom center content-box }
bg37190 { background: url(test.jpg) scroll repeat-x content-box bottom center }
bg37191 { background: url(test.jpg) scroll repeat-y bottom center content-box }
bg37192 { background: url(test.jpg) scroll repeat-y content-box bottom center }
bg37193 { background: url(test.jpg) scroll bottom center no-repeat content-box }
bg37194 { background: url(test.jpg) scroll bottom center repeat content-box }
bg37195 { background: url(test.jpg) scroll bottom center repeat-x content-box }
bg37196 { background: url(test.jpg) scroll bottom center repeat-y content-box }
bg37197 { background: url(test.jpg) scroll bottom center content-box }
bg37198 { background: url(test.jpg) scroll bottom center content-box no-repeat }
bg37199 { background: url(test.jpg) scroll bottom center content-box repeat }
bg37200 { background: url(test.jpg) scroll bottom center content-box repeat-x }
bg37201 { background: url(test.jpg) scroll bottom center content-box repeat-y }
bg37202 { background: url(test.jpg) scroll content-box no-repeat bottom center }
bg37203 { background: url(test.jpg) scroll content-box repeat bottom center }
bg37204 { background: url(test.jpg) scroll content-box repeat-x bottom center }
bg37205 { background: url(test.jpg) scroll content-box repeat-y bottom center }
bg37206 { background: url(test.jpg) scroll content-box bottom center }
bg37207 { background: url(test.jpg) scroll content-box bottom center no-repeat }
bg37208 { background: url(test.jpg) scroll content-box bottom center repeat }
bg37209 { background: url(test.jpg) scroll content-box bottom center repeat-x }
bg37210 { background: url(test.jpg) scroll content-box bottom center repeat-y }
bg37211 { background: url(test.jpg) content-box fixed no-repeat bottom center }
bg37212 { background: url(test.jpg) content-box fixed repeat bottom center }
bg37213 { background: url(test.jpg) content-box fixed repeat-x bottom center }
bg37214 { background: url(test.jpg) content-box fixed repeat-y bottom center }
bg37215 { background: url(test.jpg) content-box fixed bottom center }
bg37216 { background: url(test.jpg) content-box fixed bottom center no-repeat }
bg37217 { background: url(test.jpg) content-box fixed bottom center repeat }
bg37218 { background: url(test.jpg) content-box fixed bottom center repeat-x }
bg37219 { background: url(test.jpg) content-box fixed bottom center repeat-y }
bg37220 { background: url(test.jpg) content-box no-repeat fixed bottom center }
bg37221 { background: url(test.jpg) content-box no-repeat bottom center }
bg37222 { background: url(test.jpg) content-box no-repeat bottom center fixed }
bg37223 { background: url(test.jpg) content-box no-repeat bottom center scroll }
bg37224 { background: url(test.jpg) content-box no-repeat scroll bottom center }
bg37225 { background: url(test.jpg) content-box repeat fixed bottom center }
bg37226 { background: url(test.jpg) content-box repeat bottom center }
bg37227 { background: url(test.jpg) content-box repeat bottom center fixed }
bg37228 { background: url(test.jpg) content-box repeat bottom center scroll }
bg37229 { background: url(test.jpg) content-box repeat scroll bottom center }
bg37230 { background: url(test.jpg) content-box repeat-x fixed bottom center }
bg37231 { background: url(test.jpg) content-box repeat-x bottom center }
bg37232 { background: url(test.jpg) content-box repeat-x bottom center fixed }
bg37233 { background: url(test.jpg) content-box repeat-x bottom center scroll }
bg37234 { background: url(test.jpg) content-box repeat-x scroll bottom center }
bg37235 { background: url(test.jpg) content-box repeat-y fixed bottom center }
bg37236 { background: url(test.jpg) content-box repeat-y bottom center }
bg37237 { background: url(test.jpg) content-box repeat-y bottom center fixed }
bg37238 { background: url(test.jpg) content-box repeat-y bottom center scroll }
bg37239 { background: url(test.jpg) content-box repeat-y scroll bottom center }
bg37240 { background: url(test.jpg) content-box bottom center }
bg37241 { background: url(test.jpg) content-box bottom center fixed }
bg37242 { background: url(test.jpg) content-box bottom center fixed no-repeat }
bg37243 { background: url(test.jpg) content-box bottom center fixed repeat }
bg37244 { background: url(test.jpg) content-box bottom center fixed repeat-x }
bg37245 { background: url(test.jpg) content-box bottom center fixed repeat-y }
bg37246 { background: url(test.jpg) content-box bottom center no-repeat }
bg37247 { background: url(test.jpg) content-box bottom center no-repeat fixed }
bg37248 { background: url(test.jpg) content-box bottom center no-repeat scroll }
bg37249 { background: url(test.jpg) content-box bottom center repeat }
bg37250 { background: url(test.jpg) content-box bottom center repeat fixed }
bg37251 { background: url(test.jpg) content-box bottom center repeat scroll }
bg37252 { background: url(test.jpg) content-box bottom center repeat-x }
bg37253 { background: url(test.jpg) content-box bottom center repeat-x fixed }
bg37254 { background: url(test.jpg) content-box bottom center repeat-x scroll }
bg37255 { background: url(test.jpg) content-box bottom center repeat-y }
bg37256 { background: url(test.jpg) content-box bottom center repeat-y fixed }
bg37257 { background: url(test.jpg) content-box bottom center repeat-y scroll }
bg37258 { background: url(test.jpg) content-box bottom center scroll }
bg37259 { background: url(test.jpg) content-box bottom center scroll no-repeat }
bg37260 { background: url(test.jpg) content-box bottom center scroll repeat }
bg37261 { background: url(test.jpg) content-box bottom center scroll repeat-x }
bg37262 { background: url(test.jpg) content-box bottom center scroll repeat-y }
bg37263 { background: url(test.jpg) content-box scroll no-repeat bottom center }
bg37264 { background: url(test.jpg) content-box scroll repeat bottom center }
bg37265 { background: url(test.jpg) content-box scroll repeat-x bottom center }
bg37266 { background: url(test.jpg) content-box scroll repeat-y bottom center }
bg37267 { background: url(test.jpg) content-box scroll bottom center }
bg37268 { background: url(test.jpg) content-box scroll bottom center no-repeat }
bg37269 { background: url(test.jpg) content-box scroll bottom center repeat }
bg37270 { background: url(test.jpg) content-box scroll bottom center repeat-x }
bg37271 { background: url(test.jpg) content-box scroll bottom center repeat-y }
bg37272 { background: fixed no-repeat none center bottom content-box }
bg37273 { background: fixed no-repeat none content-box center bottom }
bg37274 { background: fixed no-repeat center bottom none content-box }
bg37275 { background: fixed no-repeat center bottom content-box }
bg37276 { background: fixed no-repeat center bottom content-box none }
bg37277 { background: fixed no-repeat center bottom content-box url(test.jpg) }
bg37278 { background: fixed no-repeat center bottom url(test.jpg) content-box }
bg37279 { background: fixed no-repeat content-box none center bottom }
bg37280 { background: fixed no-repeat content-box center bottom }
bg37281 { background: fixed no-repeat content-box center bottom none }
bg37282 { background: fixed no-repeat content-box center bottom url(test.jpg) }
bg37283 { background: fixed no-repeat content-box url(test.jpg) center bottom }
bg37284 { background: fixed no-repeat url(test.jpg) center bottom content-box }
bg37285 { background: fixed no-repeat url(test.jpg) content-box center bottom }
bg37286 { background: fixed none no-repeat center bottom content-box }
bg37287 { background: fixed none no-repeat content-box center bottom }
bg37288 { background: fixed none repeat center bottom content-box }
bg37289 { background: fixed none repeat content-box center bottom }
bg37290 { background: fixed none repeat-x center bottom content-box }
bg37291 { background: fixed none repeat-x content-box center bottom }
bg37292 { background: fixed none repeat-y center bottom content-box }
bg37293 { background: fixed none repeat-y content-box center bottom }
bg37294 { background: fixed none center bottom no-repeat content-box }
bg37295 { background: fixed none center bottom repeat content-box }
bg37296 { background: fixed none center bottom repeat-x content-box }
bg37297 { background: fixed none center bottom repeat-y content-box }
bg37298 { background: fixed none center bottom content-box }
bg37299 { background: fixed none center bottom content-box no-repeat }
bg37300 { background: fixed none center bottom content-box repeat }
bg37301 { background: fixed none center bottom content-box repeat-x }
bg37302 { background: fixed none center bottom content-box repeat-y }
bg37303 { background: fixed none content-box no-repeat center bottom }
bg37304 { background: fixed none content-box repeat center bottom }
bg37305 { background: fixed none content-box repeat-x center bottom }
bg37306 { background: fixed none content-box repeat-y center bottom }
bg37307 { background: fixed none content-box center bottom }
bg37308 { background: fixed none content-box center bottom no-repeat }
bg37309 { background: fixed none content-box center bottom repeat }
bg37310 { background: fixed none content-box center bottom repeat-x }
bg37311 { background: fixed none content-box center bottom repeat-y }
bg37312 { background: fixed repeat none center bottom content-box }
bg37313 { background: fixed repeat none content-box center bottom }
bg37314 { background: fixed repeat center bottom none content-box }
bg37315 { background: fixed repeat center bottom content-box }
bg37316 { background: fixed repeat center bottom content-box none }
bg37317 { background: fixed repeat center bottom content-box url(test.jpg) }
bg37318 { background: fixed repeat center bottom url(test.jpg) content-box }
bg37319 { background: fixed repeat content-box none center bottom }
bg37320 { background: fixed repeat content-box center bottom }
bg37321 { background: fixed repeat content-box center bottom none }
bg37322 { background: fixed repeat content-box center bottom url(test.jpg) }
bg37323 { background: fixed repeat content-box url(test.jpg) center bottom }
bg37324 { background: fixed repeat url(test.jpg) center bottom content-box }
bg37325 { background: fixed repeat url(test.jpg) content-box center bottom }
bg37326 { background: fixed repeat-x none center bottom content-box }
bg37327 { background: fixed repeat-x none content-box center bottom }
bg37328 { background: fixed repeat-x center bottom none content-box }
bg37329 { background: fixed repeat-x center bottom content-box }
bg37330 { background: fixed repeat-x center bottom content-box none }
bg37331 { background: fixed repeat-x center bottom content-box url(test.jpg) }
bg37332 { background: fixed repeat-x center bottom url(test.jpg) content-box }
bg37333 { background: fixed repeat-x content-box none center bottom }
bg37334 { background: fixed repeat-x content-box center bottom }
bg37335 { background: fixed repeat-x content-box center bottom none }
bg37336 { background: fixed repeat-x content-box center bottom url(test.jpg) }
bg37337 { background: fixed repeat-x content-box url(test.jpg) center bottom }
bg37338 { background: fixed repeat-x url(test.jpg) center bottom content-box }
bg37339 { background: fixed repeat-x url(test.jpg) content-box center bottom }
bg37340 { background: fixed repeat-y none center bottom content-box }
bg37341 { background: fixed repeat-y none content-box center bottom }
bg37342 { background: fixed repeat-y center bottom none content-box }
bg37343 { background: fixed repeat-y center bottom content-box }
bg37344 { background: fixed repeat-y center bottom content-box none }
bg37345 { background: fixed repeat-y center bottom content-box url(test.jpg) }
bg37346 { background: fixed repeat-y center bottom url(test.jpg) content-box }
bg37347 { background: fixed repeat-y content-box none center bottom }
bg37348 { background: fixed repeat-y content-box center bottom }
bg37349 { background: fixed repeat-y content-box center bottom none }
bg37350 { background: fixed repeat-y content-box center bottom url(test.jpg) }
bg37351 { background: fixed repeat-y content-box url(test.jpg) center bottom }
bg37352 { background: fixed repeat-y url(test.jpg) center bottom content-box }
bg37353 { background: fixed repeat-y url(test.jpg) content-box center bottom }
bg37354 { background: fixed center bottom no-repeat none content-box }
bg37355 { background: fixed center bottom no-repeat content-box }
bg37356 { background: fixed center bottom no-repeat content-box none }
bg37357 { background: fixed center bottom no-repeat content-box url(test.jpg) }
bg37358 { background: fixed center bottom no-repeat url(test.jpg) content-box }
bg37359 { background: fixed center bottom none no-repeat content-box }
bg37360 { background: fixed center bottom none repeat content-box }
bg37361 { background: fixed center bottom none repeat-x content-box }
bg37362 { background: fixed center bottom none repeat-y content-box }
bg37363 { background: fixed center bottom none content-box }
bg37364 { background: fixed center bottom none content-box no-repeat }
bg37365 { background: fixed center bottom none content-box repeat }
bg37366 { background: fixed center bottom none content-box repeat-x }
bg37367 { background: fixed center bottom none content-box repeat-y }
bg37368 { background: fixed center bottom repeat none content-box }
bg37369 { background: fixed center bottom repeat content-box }
bg37370 { background: fixed center bottom repeat content-box none }
bg37371 { background: fixed center bottom repeat content-box url(test.jpg) }
bg37372 { background: fixed center bottom repeat url(test.jpg) content-box }
bg37373 { background: fixed center bottom repeat-x none content-box }
bg37374 { background: fixed center bottom repeat-x content-box }
bg37375 { background: fixed center bottom repeat-x content-box none }
bg37376 { background: fixed center bottom repeat-x content-box url(test.jpg) }
bg37377 { background: fixed center bottom repeat-x url(test.jpg) content-box }
bg37378 { background: fixed center bottom repeat-y none content-box }
bg37379 { background: fixed center bottom repeat-y content-box }
bg37380 { background: fixed center bottom repeat-y content-box none }
bg37381 { background: fixed center bottom repeat-y content-box url(test.jpg) }
bg37382 { background: fixed center bottom repeat-y url(test.jpg) content-box }
bg37383 { background: fixed center bottom content-box }
bg37384 { background: fixed center bottom content-box no-repeat }
bg37385 { background: fixed center bottom content-box no-repeat none }
bg37386 { background: fixed center bottom content-box no-repeat url(test.jpg) }
bg37387 { background: fixed center bottom content-box none }
bg37388 { background: fixed center bottom content-box none no-repeat }
bg37389 { background: fixed center bottom content-box none repeat }
bg37390 { background: fixed center bottom content-box none repeat-x }
bg37391 { background: fixed center bottom content-box none repeat-y }
bg37392 { background: fixed center bottom content-box repeat }
bg37393 { background: fixed center bottom content-box repeat none }
bg37394 { background: fixed center bottom content-box repeat url(test.jpg) }
bg37395 { background: fixed center bottom content-box repeat-x }
bg37396 { background: fixed center bottom content-box repeat-x none }
bg37397 { background: fixed center bottom content-box repeat-x url(test.jpg) }
bg37398 { background: fixed center bottom content-box repeat-y }
bg37399 { background: fixed center bottom content-box repeat-y none }
bg37400 { background: fixed center bottom content-box repeat-y url(test.jpg) }
bg37401 { background: fixed center bottom content-box url(test.jpg) }
bg37402 { background: fixed center bottom content-box url(test.jpg) no-repeat }
bg37403 { background: fixed center bottom content-box url(test.jpg) repeat }
bg37404 { background: fixed center bottom content-box url(test.jpg) repeat-x }
bg37405 { background: fixed center bottom content-box url(test.jpg) repeat-y }
bg37406 { background: fixed center bottom url(test.jpg) no-repeat content-box }
bg37407 { background: fixed center bottom url(test.jpg) repeat content-box }
bg37408 { background: fixed center bottom url(test.jpg) repeat-x content-box }
bg37409 { background: fixed center bottom url(test.jpg) repeat-y content-box }
bg37410 { background: fixed center bottom url(test.jpg) content-box }
bg37411 { background: fixed center bottom url(test.jpg) content-box no-repeat }
bg37412 { background: fixed center bottom url(test.jpg) content-box repeat }
bg37413 { background: fixed center bottom url(test.jpg) content-box repeat-x }
bg37414 { background: fixed center bottom url(test.jpg) content-box repeat-y }
bg37415 { background: fixed content-box no-repeat none center bottom }
bg37416 { background: fixed content-box no-repeat center bottom }
bg37417 { background: fixed content-box no-repeat center bottom none }
bg37418 { background: fixed content-box no-repeat center bottom url(test.jpg) }
bg37419 { background: fixed content-box no-repeat url(test.jpg) center bottom }
bg37420 { background: fixed content-box none no-repeat center bottom }
bg37421 { background: fixed content-box none repeat center bottom }
bg37422 { background: fixed content-box none repeat-x center bottom }
bg37423 { background: fixed content-box none repeat-y center bottom }
bg37424 { background: fixed content-box none center bottom }
bg37425 { background: fixed content-box none center bottom no-repeat }
bg37426 { background: fixed content-box none center bottom repeat }
bg37427 { background: fixed content-box none center bottom repeat-x }
bg37428 { background: fixed content-box none center bottom repeat-y }
bg37429 { background: fixed content-box repeat none center bottom }
bg37430 { background: fixed content-box repeat center bottom }
bg37431 { background: fixed content-box repeat center bottom none }
bg37432 { background: fixed content-box repeat center bottom url(test.jpg) }
bg37433 { background: fixed content-box repeat url(test.jpg) center bottom }
bg37434 { background: fixed content-box repeat-x none center bottom }
bg37435 { background: fixed content-box repeat-x center bottom }
bg37436 { background: fixed content-box repeat-x center bottom none }
bg37437 { background: fixed content-box repeat-x center bottom url(test.jpg) }
bg37438 { background: fixed content-box repeat-x url(test.jpg) center bottom }
bg37439 { background: fixed content-box repeat-y none center bottom }
bg37440 { background: fixed content-box repeat-y center bottom }
bg37441 { background: fixed content-box repeat-y center bottom none }
bg37442 { background: fixed content-box repeat-y center bottom url(test.jpg) }
bg37443 { background: fixed content-box repeat-y url(test.jpg) center bottom }
bg37444 { background: fixed content-box center bottom }
bg37445 { background: fixed content-box center bottom no-repeat }
bg37446 { background: fixed content-box center bottom no-repeat none }
bg37447 { background: fixed content-box center bottom no-repeat url(test.jpg) }
bg37448 { background: fixed content-box center bottom none }
bg37449 { background: fixed content-box center bottom none no-repeat }
bg37450 { background: fixed content-box center bottom none repeat }
bg37451 { background: fixed content-box center bottom none repeat-x }
bg37452 { background: fixed content-box center bottom none repeat-y }
bg37453 { background: fixed content-box center bottom repeat }
bg37454 { background: fixed content-box center bottom repeat none }
bg37455 { background: fixed content-box center bottom repeat url(test.jpg) }
bg37456 { background: fixed content-box center bottom repeat-x }
bg37457 { background: fixed content-box center bottom repeat-x none }
bg37458 { background: fixed content-box center bottom repeat-x url(test.jpg) }
bg37459 { background: fixed content-box center bottom repeat-y }
bg37460 { background: fixed content-box center bottom repeat-y none }
bg37461 { background: fixed content-box center bottom repeat-y url(test.jpg) }
bg37462 { background: fixed content-box center bottom url(test.jpg) }
bg37463 { background: fixed content-box center bottom url(test.jpg) no-repeat }
bg37464 { background: fixed content-box center bottom url(test.jpg) repeat }
bg37465 { background: fixed content-box center bottom url(test.jpg) repeat-x }
bg37466 { background: fixed content-box center bottom url(test.jpg) repeat-y }
bg37467 { background: fixed content-box url(test.jpg) no-repeat center bottom }
bg37468 { background: fixed content-box url(test.jpg) repeat center bottom }
bg37469 { background: fixed content-box url(test.jpg) repeat-x center bottom }
bg37470 { background: fixed content-box url(test.jpg) repeat-y center bottom }
bg37471 { background: fixed content-box url(test.jpg) center bottom }
bg37472 { background: fixed content-box url(test.jpg) center bottom no-repeat }
bg37473 { background: fixed content-box url(test.jpg) center bottom repeat }
bg37474 { background: fixed content-box url(test.jpg) center bottom repeat-x }
bg37475 { background: fixed content-box url(test.jpg) center bottom repeat-y }
bg37476 { background: fixed url(test.jpg) no-repeat center bottom content-box }
bg37477 { background: fixed url(test.jpg) no-repeat content-box center bottom }
bg37478 { background: fixed url(test.jpg) repeat center bottom content-box }
bg37479 { background: fixed url(test.jpg) repeat content-box center bottom }
bg37480 { background: fixed url(test.jpg) repeat-x center bottom content-box }
bg37481 { background: fixed url(test.jpg) repeat-x content-box center bottom }
bg37482 { background: fixed url(test.jpg) repeat-y center bottom content-box }
bg37483 { background: fixed url(test.jpg) repeat-y content-box center bottom }
bg37484 { background: fixed url(test.jpg) center bottom no-repeat content-box }
bg37485 { background: fixed url(test.jpg) center bottom repeat content-box }
bg37486 { background: fixed url(test.jpg) center bottom repeat-x content-box }
bg37487 { background: fixed url(test.jpg) center bottom repeat-y content-box }
bg37488 { background: fixed url(test.jpg) center bottom content-box }
bg37489 { background: fixed url(test.jpg) center bottom content-box no-repeat }
bg37490 { background: fixed url(test.jpg) center bottom content-box repeat }
bg37491 { background: fixed url(test.jpg) center bottom content-box repeat-x }
bg37492 { background: fixed url(test.jpg) center bottom content-box repeat-y }
bg37493 { background: fixed url(test.jpg) content-box no-repeat center bottom }
bg37494 { background: fixed url(test.jpg) content-box repeat center bottom }
bg37495 { background: fixed url(test.jpg) content-box repeat-x center bottom }
bg37496 { background: fixed url(test.jpg) content-box repeat-y center bottom }
bg37497 { background: fixed url(test.jpg) content-box center bottom }
bg37498 { background: fixed url(test.jpg) content-box center bottom no-repeat }
bg37499 { background: fixed url(test.jpg) content-box center bottom repeat }
bg37500 { background: fixed url(test.jpg) content-box center bottom repeat-x }
bg37501 { background: fixed url(test.jpg) content-box center bottom repeat-y }
bg37502 { background: no-repeat fixed none center bottom content-box }
bg37503 { background: no-repeat fixed none content-box center bottom }
bg37504 { background: no-repeat fixed center bottom none content-box }
bg37505 { background: no-repeat fixed center bottom content-box }
bg37506 { background: no-repeat fixed center bottom content-box none }
bg37507 { background: no-repeat fixed center bottom content-box url(test.jpg) }
bg37508 { background: no-repeat fixed center bottom url(test.jpg) content-box }
bg37509 { background: no-repeat fixed content-box none center bottom }
bg37510 { background: no-repeat fixed content-box center bottom }
bg37511 { background: no-repeat fixed content-box center bottom none }
bg37512 { background: no-repeat fixed content-box center bottom url(test.jpg) }
bg37513 { background: no-repeat fixed content-box url(test.jpg) center bottom }
bg37514 { background: no-repeat fixed url(test.jpg) center bottom content-box }
bg37515 { background: no-repeat fixed url(test.jpg) content-box center bottom }
bg37516 { background: no-repeat none fixed center bottom content-box }
bg37517 { background: no-repeat none fixed content-box center bottom }
bg37518 { background: no-repeat none center bottom fixed content-box }
bg37519 { background: no-repeat none center bottom scroll content-box }
bg37520 { background: no-repeat none center bottom content-box }
bg37521 { background: no-repeat none center bottom content-box fixed }
bg37522 { background: no-repeat none center bottom content-box scroll }
bg37523 { background: no-repeat none scroll center bottom content-box }
bg37524 { background: no-repeat none scroll content-box center bottom }
bg37525 { background: no-repeat none content-box fixed center bottom }
bg37526 { background: no-repeat none content-box center bottom }
bg37527 { background: no-repeat none content-box center bottom fixed }
bg37528 { background: no-repeat none content-box center bottom scroll }
bg37529 { background: no-repeat none content-box scroll center bottom }
bg37530 { background: no-repeat center bottom fixed none content-box }
bg37531 { background: no-repeat center bottom fixed content-box }
bg37532 { background: no-repeat center bottom fixed content-box none }
bg37533 { background: no-repeat center bottom fixed content-box url(test.jpg) }
bg37534 { background: no-repeat center bottom fixed url(test.jpg) content-box }
bg37535 { background: no-repeat center bottom none fixed content-box }
bg37536 { background: no-repeat center bottom none scroll content-box }
bg37537 { background: no-repeat center bottom none content-box }
bg37538 { background: no-repeat center bottom none content-box fixed }
bg37539 { background: no-repeat center bottom none content-box scroll }
bg37540 { background: no-repeat center bottom scroll none content-box }
bg37541 { background: no-repeat center bottom scroll content-box }
bg37542 { background: no-repeat center bottom scroll content-box none }
bg37543 { background: no-repeat center bottom scroll content-box url(test.jpg) }
bg37544 { background: no-repeat center bottom scroll url(test.jpg) content-box }
bg37545 { background: no-repeat center bottom content-box }
bg37546 { background: no-repeat center bottom content-box fixed }
bg37547 { background: no-repeat center bottom content-box fixed none }
bg37548 { background: no-repeat center bottom content-box fixed url(test.jpg) }
bg37549 { background: no-repeat center bottom content-box none }
bg37550 { background: no-repeat center bottom content-box none fixed }
bg37551 { background: no-repeat center bottom content-box none scroll }
bg37552 { background: no-repeat center bottom content-box scroll }
bg37553 { background: no-repeat center bottom content-box scroll none }
bg37554 { background: no-repeat center bottom content-box scroll url(test.jpg) }
bg37555 { background: no-repeat center bottom content-box url(test.jpg) }
bg37556 { background: no-repeat center bottom content-box url(test.jpg) fixed }
bg37557 { background: no-repeat center bottom content-box url(test.jpg) scroll }
bg37558 { background: no-repeat center bottom url(test.jpg) fixed content-box }
bg37559 { background: no-repeat center bottom url(test.jpg) scroll content-box }
bg37560 { background: no-repeat center bottom url(test.jpg) content-box }
bg37561 { background: no-repeat center bottom url(test.jpg) content-box fixed }
bg37562 { background: no-repeat center bottom url(test.jpg) content-box scroll }
bg37563 { background: no-repeat scroll none center bottom content-box }
bg37564 { background: no-repeat scroll none content-box center bottom }
bg37565 { background: no-repeat scroll center bottom none content-box }
bg37566 { background: no-repeat scroll center bottom content-box }
bg37567 { background: no-repeat scroll center bottom content-box none }
bg37568 { background: no-repeat scroll center bottom content-box url(test.jpg) }
bg37569 { background: no-repeat scroll center bottom url(test.jpg) content-box }
bg37570 { background: no-repeat scroll content-box none center bottom }
bg37571 { background: no-repeat scroll content-box center bottom }
bg37572 { background: no-repeat scroll content-box center bottom none }
bg37573 { background: no-repeat scroll content-box center bottom url(test.jpg) }
bg37574 { background: no-repeat scroll content-box url(test.jpg) center bottom }
bg37575 { background: no-repeat scroll url(test.jpg) center bottom content-box }
bg37576 { background: no-repeat scroll url(test.jpg) content-box center bottom }
bg37577 { background: no-repeat content-box fixed none center bottom }
bg37578 { background: no-repeat content-box fixed center bottom }
bg37579 { background: no-repeat content-box fixed center bottom none }
bg37580 { background: no-repeat content-box fixed center bottom url(test.jpg) }
bg37581 { background: no-repeat content-box fixed url(test.jpg) center bottom }
bg37582 { background: no-repeat content-box none fixed center bottom }
bg37583 { background: no-repeat content-box none center bottom }
bg37584 { background: no-repeat content-box none center bottom fixed }
bg37585 { background: no-repeat content-box none center bottom scroll }
bg37586 { background: no-repeat content-box none scroll center bottom }
bg37587 { background: no-repeat content-box center bottom }
bg37588 { background: no-repeat content-box center bottom fixed }
bg37589 { background: no-repeat content-box center bottom fixed none }
bg37590 { background: no-repeat content-box center bottom fixed url(test.jpg) }
bg37591 { background: no-repeat content-box center bottom none }
bg37592 { background: no-repeat content-box center bottom none fixed }
bg37593 { background: no-repeat content-box center bottom none scroll }
bg37594 { background: no-repeat content-box center bottom scroll }
bg37595 { background: no-repeat content-box center bottom scroll none }
bg37596 { background: no-repeat content-box center bottom scroll url(test.jpg) }
bg37597 { background: no-repeat content-box center bottom url(test.jpg) }
bg37598 { background: no-repeat content-box center bottom url(test.jpg) fixed }
bg37599 { background: no-repeat content-box center bottom url(test.jpg) scroll }
bg37600 { background: no-repeat content-box scroll none center bottom }
bg37601 { background: no-repeat content-box scroll center bottom }
bg37602 { background: no-repeat content-box scroll center bottom none }
bg37603 { background: no-repeat content-box scroll center bottom url(test.jpg) }
bg37604 { background: no-repeat content-box scroll url(test.jpg) center bottom }
bg37605 { background: no-repeat content-box url(test.jpg) fixed center bottom }
bg37606 { background: no-repeat content-box url(test.jpg) center bottom }
bg37607 { background: no-repeat content-box url(test.jpg) center bottom fixed }
bg37608 { background: no-repeat content-box url(test.jpg) center bottom scroll }
bg37609 { background: no-repeat content-box url(test.jpg) scroll center bottom }
bg37610 { background: no-repeat url(test.jpg) fixed center bottom content-box }
bg37611 { background: no-repeat url(test.jpg) fixed content-box center bottom }
bg37612 { background: no-repeat url(test.jpg) center bottom fixed content-box }
bg37613 { background: no-repeat url(test.jpg) center bottom scroll content-box }
bg37614 { background: no-repeat url(test.jpg) center bottom content-box }
bg37615 { background: no-repeat url(test.jpg) center bottom content-box fixed }
bg37616 { background: no-repeat url(test.jpg) center bottom content-box scroll }
bg37617 { background: no-repeat url(test.jpg) scroll center bottom content-box }
bg37618 { background: no-repeat url(test.jpg) scroll content-box center bottom }
bg37619 { background: no-repeat url(test.jpg) content-box fixed center bottom }
bg37620 { background: no-repeat url(test.jpg) content-box center bottom }
bg37621 { background: no-repeat url(test.jpg) content-box center bottom fixed }
bg37622 { background: no-repeat url(test.jpg) content-box center bottom scroll }
bg37623 { background: no-repeat url(test.jpg) content-box scroll center bottom }
bg37624 { background: none fixed no-repeat center bottom content-box }
bg37625 { background: none fixed no-repeat content-box center bottom }
bg37626 { background: none fixed repeat center bottom content-box }
bg37627 { background: none fixed repeat content-box center bottom }
bg37628 { background: none fixed repeat-x center bottom content-box }
bg37629 { background: none fixed repeat-x content-box center bottom }
bg37630 { background: none fixed repeat-y center bottom content-box }
bg37631 { background: none fixed repeat-y content-box center bottom }
bg37632 { background: none fixed center bottom no-repeat content-box }
bg37633 { background: none fixed center bottom repeat content-box }
bg37634 { background: none fixed center bottom repeat-x content-box }
bg37635 { background: none fixed center bottom repeat-y content-box }
bg37636 { background: none fixed center bottom content-box }
bg37637 { background: none fixed center bottom content-box no-repeat }
bg37638 { background: none fixed center bottom content-box repeat }
bg37639 { background: none fixed center bottom content-box repeat-x }
bg37640 { background: none fixed center bottom content-box repeat-y }
bg37641 { background: none fixed content-box no-repeat center bottom }
bg37642 { background: none fixed content-box repeat center bottom }
bg37643 { background: none fixed content-box repeat-x center bottom }
bg37644 { background: none fixed content-box repeat-y center bottom }
bg37645 { background: none fixed content-box center bottom }
bg37646 { background: none fixed content-box center bottom no-repeat }
bg37647 { background: none fixed content-box center bottom repeat }
bg37648 { background: none fixed content-box center bottom repeat-x }
bg37649 { background: none fixed content-box center bottom repeat-y }
bg37650 { background: none no-repeat fixed center bottom content-box }
bg37651 { background: none no-repeat fixed content-box center bottom }
bg37652 { background: none no-repeat center bottom fixed content-box }
bg37653 { background: none no-repeat center bottom scroll content-box }
bg37654 { background: none no-repeat center bottom content-box }
bg37655 { background: none no-repeat center bottom content-box fixed }
bg37656 { background: none no-repeat center bottom content-box scroll }
bg37657 { background: none no-repeat scroll center bottom content-box }
bg37658 { background: none no-repeat scroll content-box center bottom }
bg37659 { background: none no-repeat content-box fixed center bottom }
bg37660 { background: none no-repeat content-box center bottom }
bg37661 { background: none no-repeat content-box center bottom fixed }
bg37662 { background: none no-repeat content-box center bottom scroll }
bg37663 { background: none no-repeat content-box scroll center bottom }
bg37664 { background: none repeat fixed center bottom content-box }
bg37665 { background: none repeat fixed content-box center bottom }
bg37666 { background: none repeat center bottom fixed content-box }
bg37667 { background: none repeat center bottom scroll content-box }
bg37668 { background: none repeat center bottom content-box }
bg37669 { background: none repeat center bottom content-box fixed }
bg37670 { background: none repeat center bottom content-box scroll }
bg37671 { background: none repeat scroll center bottom content-box }
bg37672 { background: none repeat scroll content-box center bottom }
bg37673 { background: none repeat content-box fixed center bottom }
bg37674 { background: none repeat content-box center bottom }
bg37675 { background: none repeat content-box center bottom fixed }
bg37676 { background: none repeat content-box center bottom scroll }
bg37677 { background: none repeat content-box scroll center bottom }
bg37678 { background: none repeat-x fixed center bottom content-box }
bg37679 { background: none repeat-x fixed content-box center bottom }
bg37680 { background: none repeat-x center bottom fixed content-box }
bg37681 { background: none repeat-x center bottom scroll content-box }
bg37682 { background: none repeat-x center bottom content-box }
bg37683 { background: none repeat-x center bottom content-box fixed }
bg37684 { background: none repeat-x center bottom content-box scroll }
bg37685 { background: none repeat-x scroll center bottom content-box }
bg37686 { background: none repeat-x scroll content-box center bottom }
bg37687 { background: none repeat-x content-box fixed center bottom }
bg37688 { background: none repeat-x content-box center bottom }
bg37689 { background: none repeat-x content-box center bottom fixed }
bg37690 { background: none repeat-x content-box center bottom scroll }
bg37691 { background: none repeat-x content-box scroll center bottom }
bg37692 { background: none repeat-y fixed center bottom content-box }
bg37693 { background: none repeat-y fixed content-box center bottom }
bg37694 { background: none repeat-y center bottom fixed content-box }
bg37695 { background: none repeat-y center bottom scroll content-box }
bg37696 { background: none repeat-y center bottom content-box }
bg37697 { background: none repeat-y center bottom content-box fixed }
bg37698 { background: none repeat-y center bottom content-box scroll }
bg37699 { background: none repeat-y scroll center bottom content-box }
bg37700 { background: none repeat-y scroll content-box center bottom }
bg37701 { background: none repeat-y content-box fixed center bottom }
bg37702 { background: none repeat-y content-box center bottom }
bg37703 { background: none repeat-y content-box center bottom fixed }
bg37704 { background: none repeat-y content-box center bottom scroll }
bg37705 { background: none repeat-y content-box scroll center bottom }
bg37706 { background: none center bottom fixed no-repeat content-box }
bg37707 { background: none center bottom fixed repeat content-box }
bg37708 { background: none center bottom fixed repeat-x content-box }
bg37709 { background: none center bottom fixed repeat-y content-box }
bg37710 { background: none center bottom fixed content-box }
bg37711 { background: none center bottom fixed content-box no-repeat }
bg37712 { background: none center bottom fixed content-box repeat }
bg37713 { background: none center bottom fixed content-box repeat-x }
bg37714 { background: none center bottom fixed content-box repeat-y }
bg37715 { background: none center bottom no-repeat fixed content-box }
bg37716 { background: none center bottom no-repeat scroll content-box }
bg37717 { background: none center bottom no-repeat content-box }
bg37718 { background: none center bottom no-repeat content-box fixed }
bg37719 { background: none center bottom no-repeat content-box scroll }
bg37720 { background: none center bottom repeat fixed content-box }
bg37721 { background: none center bottom repeat scroll content-box }
bg37722 { background: none center bottom repeat content-box }
bg37723 { background: none center bottom repeat content-box fixed }
bg37724 { background: none center bottom repeat content-box scroll }
bg37725 { background: none center bottom repeat-x fixed content-box }
bg37726 { background: none center bottom repeat-x scroll content-box }
bg37727 { background: none center bottom repeat-x content-box }
bg37728 { background: none center bottom repeat-x content-box fixed }
bg37729 { background: none center bottom repeat-x content-box scroll }
bg37730 { background: none center bottom repeat-y fixed content-box }
bg37731 { background: none center bottom repeat-y scroll content-box }
bg37732 { background: none center bottom repeat-y content-box }
bg37733 { background: none center bottom repeat-y content-box fixed }
bg37734 { background: none center bottom repeat-y content-box scroll }
bg37735 { background: none center bottom scroll no-repeat content-box }
bg37736 { background: none center bottom scroll repeat content-box }
bg37737 { background: none center bottom scroll repeat-x content-box }
bg37738 { background: none center bottom scroll repeat-y content-box }
bg37739 { background: none center bottom scroll content-box }
bg37740 { background: none center bottom scroll content-box no-repeat }
bg37741 { background: none center bottom scroll content-box repeat }
bg37742 { background: none center bottom scroll content-box repeat-x }
bg37743 { background: none center bottom scroll content-box repeat-y }
bg37744 { background: none center bottom content-box }
bg37745 { background: none center bottom content-box fixed }
bg37746 { background: none center bottom content-box fixed no-repeat }
bg37747 { background: none center bottom content-box fixed repeat }
bg37748 { background: none center bottom content-box fixed repeat-x }
bg37749 { background: none center bottom content-box fixed repeat-y }
bg37750 { background: none center bottom content-box no-repeat }
bg37751 { background: none center bottom content-box no-repeat fixed }
bg37752 { background: none center bottom content-box no-repeat scroll }
bg37753 { background: none center bottom content-box repeat }
bg37754 { background: none center bottom content-box repeat fixed }
bg37755 { background: none center bottom content-box repeat scroll }
bg37756 { background: none center bottom content-box repeat-x }
bg37757 { background: none center bottom content-box repeat-x fixed }
bg37758 { background: none center bottom content-box repeat-x scroll }
bg37759 { background: none center bottom content-box repeat-y }
bg37760 { background: none center bottom content-box repeat-y fixed }
bg37761 { background: none center bottom content-box repeat-y scroll }
bg37762 { background: none center bottom content-box scroll }
bg37763 { background: none center bottom content-box scroll no-repeat }
bg37764 { background: none center bottom content-box scroll repeat }
bg37765 { background: none center bottom content-box scroll repeat-x }
bg37766 { background: none center bottom content-box scroll repeat-y }
bg37767 { background: none scroll no-repeat center bottom content-box }
bg37768 { background: none scroll no-repeat content-box center bottom }
bg37769 { background: none scroll repeat center bottom content-box }
bg37770 { background: none scroll repeat content-box center bottom }
bg37771 { background: none scroll repeat-x center bottom content-box }
bg37772 { background: none scroll repeat-x content-box center bottom }
bg37773 { background: none scroll repeat-y center bottom content-box }
bg37774 { background: none scroll repeat-y content-box center bottom }
bg37775 { background: none scroll center bottom no-repeat content-box }
bg37776 { background: none scroll center bottom repeat content-box }
bg37777 { background: none scroll center bottom repeat-x content-box }
bg37778 { background: none scroll center bottom repeat-y content-box }
bg37779 { background: none scroll center bottom content-box }
bg37780 { background: none scroll center bottom content-box no-repeat }
bg37781 { background: none scroll center bottom content-box repeat }
bg37782 { background: none scroll center bottom content-box repeat-x }
bg37783 { background: none scroll center bottom content-box repeat-y }
bg37784 { background: none scroll content-box no-repeat center bottom }
bg37785 { background: none scroll content-box repeat center bottom }
bg37786 { background: none scroll content-box repeat-x center bottom }
bg37787 { background: none scroll content-box repeat-y center bottom }
bg37788 { background: none scroll content-box center bottom }
bg37789 { background: none scroll content-box center bottom no-repeat }
bg37790 { background: none scroll content-box center bottom repeat }
bg37791 { background: none scroll content-box center bottom repeat-x }
bg37792 { background: none scroll content-box center bottom repeat-y }
bg37793 { background: none content-box fixed no-repeat center bottom }
bg37794 { background: none content-box fixed repeat center bottom }
bg37795 { background: none content-box fixed repeat-x center bottom }
bg37796 { background: none content-box fixed repeat-y center bottom }
bg37797 { background: none content-box fixed center bottom }
bg37798 { background: none content-box fixed center bottom no-repeat }
bg37799 { background: none content-box fixed center bottom repeat }
bg37800 { background: none content-box fixed center bottom repeat-x }
bg37801 { background: none content-box fixed center bottom repeat-y }
bg37802 { background: none content-box no-repeat fixed center bottom }
bg37803 { background: none content-box no-repeat center bottom }
bg37804 { background: none content-box no-repeat center bottom fixed }
bg37805 { background: none content-box no-repeat center bottom scroll }
bg37806 { background: none content-box no-repeat scroll center bottom }
bg37807 { background: none content-box repeat fixed center bottom }
bg37808 { background: none content-box repeat center bottom }
bg37809 { background: none content-box repeat center bottom fixed }
bg37810 { background: none content-box repeat center bottom scroll }
bg37811 { background: none content-box repeat scroll center bottom }
bg37812 { background: none content-box repeat-x fixed center bottom }
bg37813 { background: none content-box repeat-x center bottom }
bg37814 { background: none content-box repeat-x center bottom fixed }
bg37815 { background: none content-box repeat-x center bottom scroll }
bg37816 { background: none content-box repeat-x scroll center bottom }
bg37817 { background: none content-box repeat-y fixed center bottom }
bg37818 { background: none content-box repeat-y center bottom }
bg37819 { background: none content-box repeat-y center bottom fixed }
bg37820 { background: none content-box repeat-y center bottom scroll }
bg37821 { background: none content-box repeat-y scroll center bottom }
bg37822 { background: none content-box center bottom }
bg37823 { background: none content-box center bottom fixed }
bg37824 { background: none content-box center bottom fixed no-repeat }
bg37825 { background: none content-box center bottom fixed repeat }
bg37826 { background: none content-box center bottom fixed repeat-x }
bg37827 { background: none content-box center bottom fixed repeat-y }
bg37828 { background: none content-box center bottom no-repeat }
bg37829 { background: none content-box center bottom no-repeat fixed }
bg37830 { background: none content-box center bottom no-repeat scroll }
bg37831 { background: none content-box center bottom repeat }
bg37832 { background: none content-box center bottom repeat fixed }
bg37833 { background: none content-box center bottom repeat scroll }
bg37834 { background: none content-box center bottom repeat-x }
bg37835 { background: none content-box center bottom repeat-x fixed }
bg37836 { background: none content-box center bottom repeat-x scroll }
bg37837 { background: none content-box center bottom repeat-y }
bg37838 { background: none content-box center bottom repeat-y fixed }
bg37839 { background: none content-box center bottom repeat-y scroll }
bg37840 { background: none content-box center bottom scroll }
bg37841 { background: none content-box center bottom scroll no-repeat }
bg37842 { background: none content-box center bottom scroll repeat }
bg37843 { background: none content-box center bottom scroll repeat-x }
bg37844 { background: none content-box center bottom scroll repeat-y }
bg37845 { background: none content-box scroll no-repeat center bottom }
bg37846 { background: none content-box scroll repeat center bottom }
bg37847 { background: none content-box scroll repeat-x center bottom }
bg37848 { background: none content-box scroll repeat-y center bottom }
bg37849 { background: none content-box scroll center bottom }
bg37850 { background: none content-box scroll center bottom no-repeat }
bg37851 { background: none content-box scroll center bottom repeat }
bg37852 { background: none content-box scroll center bottom repeat-x }
bg37853 { background: none content-box scroll center bottom repeat-y }
bg37854 { background: repeat fixed none center bottom content-box }
bg37855 { background: repeat fixed none content-box center bottom }
bg37856 { background: repeat fixed center bottom none content-box }
bg37857 { background: repeat fixed center bottom content-box }
bg37858 { background: repeat fixed center bottom content-box none }
bg37859 { background: repeat fixed center bottom content-box url(test.jpg) }
bg37860 { background: repeat fixed center bottom url(test.jpg) content-box }
bg37861 { background: repeat fixed content-box none center bottom }
bg37862 { background: repeat fixed content-box center bottom }
bg37863 { background: repeat fixed content-box center bottom none }
bg37864 { background: repeat fixed content-box center bottom url(test.jpg) }
bg37865 { background: repeat fixed content-box url(test.jpg) center bottom }
bg37866 { background: repeat fixed url(test.jpg) center bottom content-box }
bg37867 { background: repeat fixed url(test.jpg) content-box center bottom }
bg37868 { background: repeat none fixed center bottom content-box }
bg37869 { background: repeat none fixed content-box center bottom }
bg37870 { background: repeat none center bottom fixed content-box }
bg37871 { background: repeat none center bottom scroll content-box }
bg37872 { background: repeat none center bottom content-box }
bg37873 { background: repeat none center bottom content-box fixed }
bg37874 { background: repeat none center bottom content-box scroll }
bg37875 { background: repeat none scroll center bottom content-box }
bg37876 { background: repeat none scroll content-box center bottom }
bg37877 { background: repeat none content-box fixed center bottom }
bg37878 { background: repeat none content-box center bottom }
bg37879 { background: repeat none content-box center bottom fixed }
bg37880 { background: repeat none content-box center bottom scroll }
bg37881 { background: repeat none content-box scroll center bottom }
bg37882 { background: repeat center bottom fixed none content-box }
bg37883 { background: repeat center bottom fixed content-box }
bg37884 { background: repeat center bottom fixed content-box none }
bg37885 { background: repeat center bottom fixed content-box url(test.jpg) }
bg37886 { background: repeat center bottom fixed url(test.jpg) content-box }
bg37887 { background: repeat center bottom none fixed content-box }
bg37888 { background: repeat center bottom none scroll content-box }
bg37889 { background: repeat center bottom none content-box }
bg37890 { background: repeat center bottom none content-box fixed }
bg37891 { background: repeat center bottom none content-box scroll }
bg37892 { background: repeat center bottom scroll none content-box }
bg37893 { background: repeat center bottom scroll content-box }
bg37894 { background: repeat center bottom scroll content-box none }
bg37895 { background: repeat center bottom scroll content-box url(test.jpg) }
bg37896 { background: repeat center bottom scroll url(test.jpg) content-box }
bg37897 { background: repeat center bottom content-box }
bg37898 { background: repeat center bottom content-box fixed }
bg37899 { background: repeat center bottom content-box fixed none }
bg37900 { background: repeat center bottom content-box fixed url(test.jpg) }
bg37901 { background: repeat center bottom content-box none }
bg37902 { background: repeat center bottom content-box none fixed }
bg37903 { background: repeat center bottom content-box none scroll }
bg37904 { background: repeat center bottom content-box scroll }
bg37905 { background: repeat center bottom content-box scroll none }
bg37906 { background: repeat center bottom content-box scroll url(test.jpg) }
bg37907 { background: repeat center bottom content-box url(test.jpg) }
bg37908 { background: repeat center bottom content-box url(test.jpg) fixed }
bg37909 { background: repeat center bottom content-box url(test.jpg) scroll }
bg37910 { background: repeat center bottom url(test.jpg) fixed content-box }
bg37911 { background: repeat center bottom url(test.jpg) scroll content-box }
bg37912 { background: repeat center bottom url(test.jpg) content-box }
bg37913 { background: repeat center bottom url(test.jpg) content-box fixed }
bg37914 { background: repeat center bottom url(test.jpg) content-box scroll }
bg37915 { background: repeat scroll none center bottom content-box }
bg37916 { background: repeat scroll none content-box center bottom }
bg37917 { background: repeat scroll center bottom none content-box }
bg37918 { background: repeat scroll center bottom content-box }
bg37919 { background: repeat scroll center bottom content-box none }
bg37920 { background: repeat scroll center bottom content-box url(test.jpg) }
bg37921 { background: repeat scroll center bottom url(test.jpg) content-box }
bg37922 { background: repeat scroll content-box none center bottom }
bg37923 { background: repeat scroll content-box center bottom }
bg37924 { background: repeat scroll content-box center bottom none }
bg37925 { background: repeat scroll content-box center bottom url(test.jpg) }
bg37926 { background: repeat scroll content-box url(test.jpg) center bottom }
bg37927 { background: repeat scroll url(test.jpg) center bottom content-box }
bg37928 { background: repeat scroll url(test.jpg) content-box center bottom }
bg37929 { background: repeat content-box fixed none center bottom }
bg37930 { background: repeat content-box fixed center bottom }
bg37931 { background: repeat content-box fixed center bottom none }
bg37932 { background: repeat content-box fixed center bottom url(test.jpg) }
bg37933 { background: repeat content-box fixed url(test.jpg) center bottom }
bg37934 { background: repeat content-box none fixed center bottom }
bg37935 { background: repeat content-box none center bottom }
bg37936 { background: repeat content-box none center bottom fixed }
bg37937 { background: repeat content-box none center bottom scroll }
bg37938 { background: repeat content-box none scroll center bottom }
bg37939 { background: repeat content-box center bottom }
bg37940 { background: repeat content-box center bottom fixed }
bg37941 { background: repeat content-box center bottom fixed none }
bg37942 { background: repeat content-box center bottom fixed url(test.jpg) }
bg37943 { background: repeat content-box center bottom none }
bg37944 { background: repeat content-box center bottom none fixed }
bg37945 { background: repeat content-box center bottom none scroll }
bg37946 { background: repeat content-box center bottom scroll }
bg37947 { background: repeat content-box center bottom scroll none }
bg37948 { background: repeat content-box center bottom scroll url(test.jpg) }
bg37949 { background: repeat content-box center bottom url(test.jpg) }
bg37950 { background: repeat content-box center bottom url(test.jpg) fixed }
bg37951 { background: repeat content-box center bottom url(test.jpg) scroll }
bg37952 { background: repeat content-box scroll none center bottom }
bg37953 { background: repeat content-box scroll center bottom }
bg37954 { background: repeat content-box scroll center bottom none }
bg37955 { background: repeat content-box scroll center bottom url(test.jpg) }
bg37956 { background: repeat content-box scroll url(test.jpg) center bottom }
bg37957 { background: repeat content-box url(test.jpg) fixed center bottom }
bg37958 { background: repeat content-box url(test.jpg) center bottom }
bg37959 { background: repeat content-box url(test.jpg) center bottom fixed }
bg37960 { background: repeat content-box url(test.jpg) center bottom scroll }
bg37961 { background: repeat content-box url(test.jpg) scroll center bottom }
bg37962 { background: repeat url(test.jpg) fixed center bottom content-box }
bg37963 { background: repeat url(test.jpg) fixed content-box center bottom }
bg37964 { background: repeat url(test.jpg) center bottom fixed content-box }
bg37965 { background: repeat url(test.jpg) center bottom scroll content-box }
bg37966 { background: repeat url(test.jpg) center bottom content-box }
bg37967 { background: repeat url(test.jpg) center bottom content-box fixed }
bg37968 { background: repeat url(test.jpg) center bottom content-box scroll }
bg37969 { background: repeat url(test.jpg) scroll center bottom content-box }
bg37970 { background: repeat url(test.jpg) scroll content-box center bottom }
bg37971 { background: repeat url(test.jpg) content-box fixed center bottom }
bg37972 { background: repeat url(test.jpg) content-box center bottom }
bg37973 { background: repeat url(test.jpg) content-box center bottom fixed }
bg37974 { background: repeat url(test.jpg) content-box center bottom scroll }
bg37975 { background: repeat url(test.jpg) content-box scroll center bottom }
bg37976 { background: repeat-x fixed none center bottom content-box }
bg37977 { background: repeat-x fixed none content-box center bottom }
bg37978 { background: repeat-x fixed center bottom none content-box }
bg37979 { background: repeat-x fixed center bottom content-box }
bg37980 { background: repeat-x fixed center bottom content-box none }
bg37981 { background: repeat-x fixed center bottom content-box url(test.jpg) }
bg37982 { background: repeat-x fixed center bottom url(test.jpg) content-box }
bg37983 { background: repeat-x fixed content-box none center bottom }
bg37984 { background: repeat-x fixed content-box center bottom }
bg37985 { background: repeat-x fixed content-box center bottom none }
bg37986 { background: repeat-x fixed content-box center bottom url(test.jpg) }
bg37987 { background: repeat-x fixed content-box url(test.jpg) center bottom }
bg37988 { background: repeat-x fixed url(test.jpg) center bottom content-box }
bg37989 { background: repeat-x fixed url(test.jpg) content-box center bottom }
bg37990 { background: repeat-x none fixed center bottom content-box }
bg37991 { background: repeat-x none fixed content-box center bottom }
bg37992 { background: repeat-x none center bottom fixed content-box }
bg37993 { background: repeat-x none center bottom scroll content-box }
bg37994 { background: repeat-x none center bottom content-box }
bg37995 { background: repeat-x none center bottom content-box fixed }
bg37996 { background: repeat-x none center bottom content-box scroll }
bg37997 { background: repeat-x none scroll center bottom content-box }
bg37998 { background: repeat-x none scroll content-box center bottom }
bg37999 { background: repeat-x none content-box fixed center bottom }
bg38000 { background: repeat-x none content-box center bottom }
bg38001 { background: repeat-x none content-box center bottom fixed }
bg38002 { background: repeat-x none content-box center bottom scroll }
bg38003 { background: repeat-x none content-box scroll center bottom }
bg38004 { background: repeat-x center bottom fixed none content-box }
bg38005 { background: repeat-x center bottom fixed content-box }
bg38006 { background: repeat-x center bottom fixed content-box none }
bg38007 { background: repeat-x center bottom fixed content-box url(test.jpg) }
bg38008 { background: repeat-x center bottom fixed url(test.jpg) content-box }
bg38009 { background: repeat-x center bottom none fixed content-box }
bg38010 { background: repeat-x center bottom none scroll content-box }
bg38011 { background: repeat-x center bottom none content-box }
bg38012 { background: repeat-x center bottom none content-box fixed }
bg38013 { background: repeat-x center bottom none content-box scroll }
bg38014 { background: repeat-x center bottom scroll none content-box }
bg38015 { background: repeat-x center bottom scroll content-box }
bg38016 { background: repeat-x center bottom scroll content-box none }
bg38017 { background: repeat-x center bottom scroll content-box url(test.jpg) }
bg38018 { background: repeat-x center bottom scroll url(test.jpg) content-box }
bg38019 { background: repeat-x center bottom content-box }
bg38020 { background: repeat-x center bottom content-box fixed }
bg38021 { background: repeat-x center bottom content-box fixed none }
bg38022 { background: repeat-x center bottom content-box fixed url(test.jpg) }
bg38023 { background: repeat-x center bottom content-box none }
bg38024 { background: repeat-x center bottom content-box none fixed }
bg38025 { background: repeat-x center bottom content-box none scroll }
bg38026 { background: repeat-x center bottom content-box scroll }
bg38027 { background: repeat-x center bottom content-box scroll none }
bg38028 { background: repeat-x center bottom content-box scroll url(test.jpg) }
bg38029 { background: repeat-x center bottom content-box url(test.jpg) }
bg38030 { background: repeat-x center bottom content-box url(test.jpg) fixed }
bg38031 { background: repeat-x center bottom content-box url(test.jpg) scroll }
bg38032 { background: repeat-x center bottom url(test.jpg) fixed content-box }
bg38033 { background: repeat-x center bottom url(test.jpg) scroll content-box }
bg38034 { background: repeat-x center bottom url(test.jpg) content-box }
bg38035 { background: repeat-x center bottom url(test.jpg) content-box fixed }
bg38036 { background: repeat-x center bottom url(test.jpg) content-box scroll }
bg38037 { background: repeat-x scroll none center bottom content-box }
bg38038 { background: repeat-x scroll none content-box center bottom }
bg38039 { background: repeat-x scroll center bottom none content-box }
bg38040 { background: repeat-x scroll center bottom content-box }
bg38041 { background: repeat-x scroll center bottom content-box none }
bg38042 { background: repeat-x scroll center bottom content-box url(test.jpg) }
bg38043 { background: repeat-x scroll center bottom url(test.jpg) content-box }
bg38044 { background: repeat-x scroll content-box none center bottom }
bg38045 { background: repeat-x scroll content-box center bottom }
bg38046 { background: repeat-x scroll content-box center bottom none }
bg38047 { background: repeat-x scroll content-box center bottom url(test.jpg) }
bg38048 { background: repeat-x scroll content-box url(test.jpg) center bottom }
bg38049 { background: repeat-x scroll url(test.jpg) center bottom content-box }
bg38050 { background: repeat-x scroll url(test.jpg) content-box center bottom }
bg38051 { background: repeat-x content-box fixed none center bottom }
bg38052 { background: repeat-x content-box fixed center bottom }
bg38053 { background: repeat-x content-box fixed center bottom none }
bg38054 { background: repeat-x content-box fixed center bottom url(test.jpg) }
bg38055 { background: repeat-x content-box fixed url(test.jpg) center bottom }
bg38056 { background: repeat-x content-box none fixed center bottom }
bg38057 { background: repeat-x content-box none center bottom }
bg38058 { background: repeat-x content-box none center bottom fixed }
bg38059 { background: repeat-x content-box none center bottom scroll }
bg38060 { background: repeat-x content-box none scroll center bottom }
bg38061 { background: repeat-x content-box center bottom }
bg38062 { background: repeat-x content-box center bottom fixed }
bg38063 { background: repeat-x content-box center bottom fixed none }
bg38064 { background: repeat-x content-box center bottom fixed url(test.jpg) }
bg38065 { background: repeat-x content-box center bottom none }
bg38066 { background: repeat-x content-box center bottom none fixed }
bg38067 { background: repeat-x content-box center bottom none scroll }
bg38068 { background: repeat-x content-box center bottom scroll }
bg38069 { background: repeat-x content-box center bottom scroll none }
bg38070 { background: repeat-x content-box center bottom scroll url(test.jpg) }
bg38071 { background: repeat-x content-box center bottom url(test.jpg) }
bg38072 { background: repeat-x content-box center bottom url(test.jpg) fixed }
bg38073 { background: repeat-x content-box center bottom url(test.jpg) scroll }
bg38074 { background: repeat-x content-box scroll none center bottom }
bg38075 { background: repeat-x content-box scroll center bottom }
bg38076 { background: repeat-x content-box scroll center bottom none }
bg38077 { background: repeat-x content-box scroll center bottom url(test.jpg) }
bg38078 { background: repeat-x content-box scroll url(test.jpg) center bottom }
bg38079 { background: repeat-x content-box url(test.jpg) fixed center bottom }
bg38080 { background: repeat-x content-box url(test.jpg) center bottom }
bg38081 { background: repeat-x content-box url(test.jpg) center bottom fixed }
bg38082 { background: repeat-x content-box url(test.jpg) center bottom scroll }
bg38083 { background: repeat-x content-box url(test.jpg) scroll center bottom }
bg38084 { background: repeat-x url(test.jpg) fixed center bottom content-box }
bg38085 { background: repeat-x url(test.jpg) fixed content-box center bottom }
bg38086 { background: repeat-x url(test.jpg) center bottom fixed content-box }
bg38087 { background: repeat-x url(test.jpg) center bottom scroll content-box }
bg38088 { background: repeat-x url(test.jpg) center bottom content-box }
bg38089 { background: repeat-x url(test.jpg) center bottom content-box fixed }
bg38090 { background: repeat-x url(test.jpg) center bottom content-box scroll }
bg38091 { background: repeat-x url(test.jpg) scroll center bottom content-box }
bg38092 { background: repeat-x url(test.jpg) scroll content-box center bottom }
bg38093 { background: repeat-x url(test.jpg) content-box fixed center bottom }
bg38094 { background: repeat-x url(test.jpg) content-box center bottom }
bg38095 { background: repeat-x url(test.jpg) content-box center bottom fixed }
bg38096 { background: repeat-x url(test.jpg) content-box center bottom scroll }
bg38097 { background: repeat-x url(test.jpg) content-box scroll center bottom }
bg38098 { background: repeat-y fixed none center bottom content-box }
bg38099 { background: repeat-y fixed none content-box center bottom }
bg38100 { background: repeat-y fixed center bottom none content-box }
bg38101 { background: repeat-y fixed center bottom content-box }
bg38102 { background: repeat-y fixed center bottom content-box none }
bg38103 { background: repeat-y fixed center bottom content-box url(test.jpg) }
bg38104 { background: repeat-y fixed center bottom url(test.jpg) content-box }
bg38105 { background: repeat-y fixed content-box none center bottom }
bg38106 { background: repeat-y fixed content-box center bottom }
bg38107 { background: repeat-y fixed content-box center bottom none }
bg38108 { background: repeat-y fixed content-box center bottom url(test.jpg) }
bg38109 { background: repeat-y fixed content-box url(test.jpg) center bottom }
bg38110 { background: repeat-y fixed url(test.jpg) center bottom content-box }
bg38111 { background: repeat-y fixed url(test.jpg) content-box center bottom }
bg38112 { background: repeat-y none fixed center bottom content-box }
bg38113 { background: repeat-y none fixed content-box center bottom }
bg38114 { background: repeat-y none center bottom fixed content-box }
bg38115 { background: repeat-y none center bottom scroll content-box }
bg38116 { background: repeat-y none center bottom content-box }
bg38117 { background: repeat-y none center bottom content-box fixed }
bg38118 { background: repeat-y none center bottom content-box scroll }
bg38119 { background: repeat-y none scroll center bottom content-box }
bg38120 { background: repeat-y none scroll content-box center bottom }
bg38121 { background: repeat-y none content-box fixed center bottom }
bg38122 { background: repeat-y none content-box center bottom }
bg38123 { background: repeat-y none content-box center bottom fixed }
bg38124 { background: repeat-y none content-box center bottom scroll }
bg38125 { background: repeat-y none content-box scroll center bottom }
bg38126 { background: repeat-y center bottom fixed none content-box }
bg38127 { background: repeat-y center bottom fixed content-box }
bg38128 { background: repeat-y center bottom fixed content-box none }
bg38129 { background: repeat-y center bottom fixed content-box url(test.jpg) }
bg38130 { background: repeat-y center bottom fixed url(test.jpg) content-box }
bg38131 { background: repeat-y center bottom none fixed content-box }
bg38132 { background: repeat-y center bottom none scroll content-box }
bg38133 { background: repeat-y center bottom none content-box }
bg38134 { background: repeat-y center bottom none content-box fixed }
bg38135 { background: repeat-y center bottom none content-box scroll }
bg38136 { background: repeat-y center bottom scroll none content-box }
bg38137 { background: repeat-y center bottom scroll content-box }
bg38138 { background: repeat-y center bottom scroll content-box none }
bg38139 { background: repeat-y center bottom scroll content-box url(test.jpg) }
bg38140 { background: repeat-y center bottom scroll url(test.jpg) content-box }
bg38141 { background: repeat-y center bottom content-box }
bg38142 { background: repeat-y center bottom content-box fixed }
bg38143 { background: repeat-y center bottom content-box fixed none }
bg38144 { background: repeat-y center bottom content-box fixed url(test.jpg) }
bg38145 { background: repeat-y center bottom content-box none }
bg38146 { background: repeat-y center bottom content-box none fixed }
bg38147 { background: repeat-y center bottom content-box none scroll }
bg38148 { background: repeat-y center bottom content-box scroll }
bg38149 { background: repeat-y center bottom content-box scroll none }
bg38150 { background: repeat-y center bottom content-box scroll url(test.jpg) }
bg38151 { background: repeat-y center bottom content-box url(test.jpg) }
bg38152 { background: repeat-y center bottom content-box url(test.jpg) fixed }
bg38153 { background: repeat-y center bottom content-box url(test.jpg) scroll }
bg38154 { background: repeat-y center bottom url(test.jpg) fixed content-box }
bg38155 { background: repeat-y center bottom url(test.jpg) scroll content-box }
bg38156 { background: repeat-y center bottom url(test.jpg) content-box }
bg38157 { background: repeat-y center bottom url(test.jpg) content-box fixed }
bg38158 { background: repeat-y center bottom url(test.jpg) content-box scroll }
bg38159 { background: repeat-y scroll none center bottom content-box }
bg38160 { background: repeat-y scroll none content-box center bottom }
bg38161 { background: repeat-y scroll center bottom none content-box }
bg38162 { background: repeat-y scroll center bottom content-box }
bg38163 { background: repeat-y scroll center bottom content-box none }
bg38164 { background: repeat-y scroll center bottom content-box url(test.jpg) }
bg38165 { background: repeat-y scroll center bottom url(test.jpg) content-box }
bg38166 { background: repeat-y scroll content-box none center bottom }
bg38167 { background: repeat-y scroll content-box center bottom }
bg38168 { background: repeat-y scroll content-box center bottom none }
bg38169 { background: repeat-y scroll content-box center bottom url(test.jpg) }
bg38170 { background: repeat-y scroll content-box url(test.jpg) center bottom }
bg38171 { background: repeat-y scroll url(test.jpg) center bottom content-box }
bg38172 { background: repeat-y scroll url(test.jpg) content-box center bottom }
bg38173 { background: repeat-y content-box fixed none center bottom }
bg38174 { background: repeat-y content-box fixed center bottom }
bg38175 { background: repeat-y content-box fixed center bottom none }
bg38176 { background: repeat-y content-box fixed center bottom url(test.jpg) }
bg38177 { background: repeat-y content-box fixed url(test.jpg) center bottom }
bg38178 { background: repeat-y content-box none fixed center bottom }
bg38179 { background: repeat-y content-box none center bottom }
bg38180 { background: repeat-y content-box none center bottom fixed }
bg38181 { background: repeat-y content-box none center bottom scroll }
bg38182 { background: repeat-y content-box none scroll center bottom }
bg38183 { background: repeat-y content-box center bottom }
bg38184 { background: repeat-y content-box center bottom fixed }
bg38185 { background: repeat-y content-box center bottom fixed none }
bg38186 { background: repeat-y content-box center bottom fixed url(test.jpg) }
bg38187 { background: repeat-y content-box center bottom none }
bg38188 { background: repeat-y content-box center bottom none fixed }
bg38189 { background: repeat-y content-box center bottom none scroll }
bg38190 { background: repeat-y content-box center bottom scroll }
bg38191 { background: repeat-y content-box center bottom scroll none }
bg38192 { background: repeat-y content-box center bottom scroll url(test.jpg) }
bg38193 { background: repeat-y content-box center bottom url(test.jpg) }
bg38194 { background: repeat-y content-box center bottom url(test.jpg) fixed }
bg38195 { background: repeat-y content-box center bottom url(test.jpg) scroll }
bg38196 { background: repeat-y content-box scroll none center bottom }
bg38197 { background: repeat-y content-box scroll center bottom }
bg38198 { background: repeat-y content-box scroll center bottom none }
bg38199 { background: repeat-y content-box scroll center bottom url(test.jpg) }
bg38200 { background: repeat-y content-box scroll url(test.jpg) center bottom }
bg38201 { background: repeat-y content-box url(test.jpg) fixed center bottom }
bg38202 { background: repeat-y content-box url(test.jpg) center bottom }
bg38203 { background: repeat-y content-box url(test.jpg) center bottom fixed }
bg38204 { background: repeat-y content-box url(test.jpg) center bottom scroll }
bg38205 { background: repeat-y content-box url(test.jpg) scroll center bottom }
bg38206 { background: repeat-y url(test.jpg) fixed center bottom content-box }
bg38207 { background: repeat-y url(test.jpg) fixed content-box center bottom }
bg38208 { background: repeat-y url(test.jpg) center bottom fixed content-box }
bg38209 { background: repeat-y url(test.jpg) center bottom scroll content-box }
bg38210 { background: repeat-y url(test.jpg) center bottom content-box }
bg38211 { background: repeat-y url(test.jpg) center bottom content-box fixed }
bg38212 { background: repeat-y url(test.jpg) center bottom content-box scroll }
bg38213 { background: repeat-y url(test.jpg) scroll center bottom content-box }
bg38214 { background: repeat-y url(test.jpg) scroll content-box center bottom }
bg38215 { background: repeat-y url(test.jpg) content-box fixed center bottom }
bg38216 { background: repeat-y url(test.jpg) content-box center bottom }
bg38217 { background: repeat-y url(test.jpg) content-box center bottom fixed }
bg38218 { background: repeat-y url(test.jpg) content-box center bottom scroll }
bg38219 { background: repeat-y url(test.jpg) content-box scroll center bottom }
bg38220 { background: center bottom fixed no-repeat none content-box }
bg38221 { background: center bottom fixed no-repeat content-box }
bg38222 { background: center bottom fixed no-repeat content-box none }
bg38223 { background: center bottom fixed no-repeat content-box url(test.jpg) }
bg38224 { background: center bottom fixed no-repeat url(test.jpg) content-box }
bg38225 { background: center bottom fixed none no-repeat content-box }
bg38226 { background: center bottom fixed none repeat content-box }
bg38227 { background: center bottom fixed none repeat-x content-box }
bg38228 { background: center bottom fixed none repeat-y content-box }
bg38229 { background: center bottom fixed none content-box }
bg38230 { background: center bottom fixed none content-box no-repeat }
bg38231 { background: center bottom fixed none content-box repeat }
bg38232 { background: center bottom fixed none content-box repeat-x }
bg38233 { background: center bottom fixed none content-box repeat-y }
bg38234 { background: center bottom fixed repeat none content-box }
bg38235 { background: center bottom fixed repeat content-box }
bg38236 { background: center bottom fixed repeat content-box none }
bg38237 { background: center bottom fixed repeat content-box url(test.jpg) }
bg38238 { background: center bottom fixed repeat url(test.jpg) content-box }
bg38239 { background: center bottom fixed repeat-x none content-box }
bg38240 { background: center bottom fixed repeat-x content-box }
bg38241 { background: center bottom fixed repeat-x content-box none }
bg38242 { background: center bottom fixed repeat-x content-box url(test.jpg) }
bg38243 { background: center bottom fixed repeat-x url(test.jpg) content-box }
bg38244 { background: center bottom fixed repeat-y none content-box }
bg38245 { background: center bottom fixed repeat-y content-box }
bg38246 { background: center bottom fixed repeat-y content-box none }
bg38247 { background: center bottom fixed repeat-y content-box url(test.jpg) }
bg38248 { background: center bottom fixed repeat-y url(test.jpg) content-box }
bg38249 { background: center bottom fixed content-box }
bg38250 { background: center bottom fixed content-box no-repeat }
bg38251 { background: center bottom fixed content-box no-repeat none }
bg38252 { background: center bottom fixed content-box no-repeat url(test.jpg) }
bg38253 { background: center bottom fixed content-box none }
bg38254 { background: center bottom fixed content-box none no-repeat }
bg38255 { background: center bottom fixed content-box none repeat }
bg38256 { background: center bottom fixed content-box none repeat-x }
bg38257 { background: center bottom fixed content-box none repeat-y }
bg38258 { background: center bottom fixed content-box repeat }
bg38259 { background: center bottom fixed content-box repeat none }
bg38260 { background: center bottom fixed content-box repeat url(test.jpg) }
bg38261 { background: center bottom fixed content-box repeat-x }
bg38262 { background: center bottom fixed content-box repeat-x none }
bg38263 { background: center bottom fixed content-box repeat-x url(test.jpg) }
bg38264 { background: center bottom fixed content-box repeat-y }
bg38265 { background: center bottom fixed content-box repeat-y none }
bg38266 { background: center bottom fixed content-box repeat-y url(test.jpg) }
bg38267 { background: center bottom fixed content-box url(test.jpg) }
bg38268 { background: center bottom fixed content-box url(test.jpg) no-repeat }
bg38269 { background: center bottom fixed content-box url(test.jpg) repeat }
bg38270 { background: center bottom fixed content-box url(test.jpg) repeat-x }
bg38271 { background: center bottom fixed content-box url(test.jpg) repeat-y }
bg38272 { background: center bottom fixed url(test.jpg) no-repeat content-box }
bg38273 { background: center bottom fixed url(test.jpg) repeat content-box }
bg38274 { background: center bottom fixed url(test.jpg) repeat-x content-box }
bg38275 { background: center bottom fixed url(test.jpg) repeat-y content-box }
bg38276 { background: center bottom fixed url(test.jpg) content-box }
bg38277 { background: center bottom fixed url(test.jpg) content-box no-repeat }
bg38278 { background: center bottom fixed url(test.jpg) content-box repeat }
bg38279 { background: center bottom fixed url(test.jpg) content-box repeat-x }
bg38280 { background: center bottom fixed url(test.jpg) content-box repeat-y }
bg38281 { background: center bottom no-repeat fixed none content-box }
bg38282 { background: center bottom no-repeat fixed content-box }
bg38283 { background: center bottom no-repeat fixed content-box none }
bg38284 { background: center bottom no-repeat fixed content-box url(test.jpg) }
bg38285 { background: center bottom no-repeat fixed url(test.jpg) content-box }
bg38286 { background: center bottom no-repeat none fixed content-box }
bg38287 { background: center bottom no-repeat none scroll content-box }
bg38288 { background: center bottom no-repeat none content-box }
bg38289 { background: center bottom no-repeat none content-box fixed }
bg38290 { background: center bottom no-repeat none content-box scroll }
bg38291 { background: center bottom no-repeat scroll none content-box }
bg38292 { background: center bottom no-repeat scroll content-box }
bg38293 { background: center bottom no-repeat scroll content-box none }
bg38294 { background: center bottom no-repeat scroll content-box url(test.jpg) }
bg38295 { background: center bottom no-repeat scroll url(test.jpg) content-box }
bg38296 { background: center bottom no-repeat content-box }
bg38297 { background: center bottom no-repeat content-box fixed }
bg38298 { background: center bottom no-repeat content-box fixed none }
bg38299 { background: center bottom no-repeat content-box fixed url(test.jpg) }
bg38300 { background: center bottom no-repeat content-box none }
bg38301 { background: center bottom no-repeat content-box none fixed }
bg38302 { background: center bottom no-repeat content-box none scroll }
bg38303 { background: center bottom no-repeat content-box scroll }
bg38304 { background: center bottom no-repeat content-box scroll none }
bg38305 { background: center bottom no-repeat content-box scroll url(test.jpg) }
bg38306 { background: center bottom no-repeat content-box url(test.jpg) }
bg38307 { background: center bottom no-repeat content-box url(test.jpg) fixed }
bg38308 { background: center bottom no-repeat content-box url(test.jpg) scroll }
bg38309 { background: center bottom no-repeat url(test.jpg) fixed content-box }
bg38310 { background: center bottom no-repeat url(test.jpg) scroll content-box }
bg38311 { background: center bottom no-repeat url(test.jpg) content-box }
bg38312 { background: center bottom no-repeat url(test.jpg) content-box fixed }
bg38313 { background: center bottom no-repeat url(test.jpg) content-box scroll }
bg38314 { background: center bottom none fixed no-repeat content-box }
bg38315 { background: center bottom none fixed repeat content-box }
bg38316 { background: center bottom none fixed repeat-x content-box }
bg38317 { background: center bottom none fixed repeat-y content-box }
bg38318 { background: center bottom none fixed content-box }
bg38319 { background: center bottom none fixed content-box no-repeat }
bg38320 { background: center bottom none fixed content-box repeat }
bg38321 { background: center bottom none fixed content-box repeat-x }
bg38322 { background: center bottom none fixed content-box repeat-y }
bg38323 { background: center bottom none no-repeat fixed content-box }
bg38324 { background: center bottom none no-repeat scroll content-box }
bg38325 { background: center bottom none no-repeat content-box }
bg38326 { background: center bottom none no-repeat content-box fixed }
bg38327 { background: center bottom none no-repeat content-box scroll }
bg38328 { background: center bottom none repeat fixed content-box }
bg38329 { background: center bottom none repeat scroll content-box }
bg38330 { background: center bottom none repeat content-box }
bg38331 { background: center bottom none repeat content-box fixed }
bg38332 { background: center bottom none repeat content-box scroll }
bg38333 { background: center bottom none repeat-x fixed content-box }
bg38334 { background: center bottom none repeat-x scroll content-box }
bg38335 { background: center bottom none repeat-x content-box }
bg38336 { background: center bottom none repeat-x content-box fixed }
bg38337 { background: center bottom none repeat-x content-box scroll }
bg38338 { background: center bottom none repeat-y fixed content-box }
bg38339 { background: center bottom none repeat-y scroll content-box }
bg38340 { background: center bottom none repeat-y content-box }
bg38341 { background: center bottom none repeat-y content-box fixed }
bg38342 { background: center bottom none repeat-y content-box scroll }
bg38343 { background: center bottom none scroll no-repeat content-box }
bg38344 { background: center bottom none scroll repeat content-box }
bg38345 { background: center bottom none scroll repeat-x content-box }
bg38346 { background: center bottom none scroll repeat-y content-box }
bg38347 { background: center bottom none scroll content-box }
bg38348 { background: center bottom none scroll content-box no-repeat }
bg38349 { background: center bottom none scroll content-box repeat }
bg38350 { background: center bottom none scroll content-box repeat-x }
bg38351 { background: center bottom none scroll content-box repeat-y }
bg38352 { background: center bottom none content-box }
bg38353 { background: center bottom none content-box fixed }
bg38354 { background: center bottom none content-box fixed no-repeat }
bg38355 { background: center bottom none content-box fixed repeat }
bg38356 { background: center bottom none content-box fixed repeat-x }
bg38357 { background: center bottom none content-box fixed repeat-y }
bg38358 { background: center bottom none content-box no-repeat }
bg38359 { background: center bottom none content-box no-repeat fixed }
bg38360 { background: center bottom none content-box no-repeat scroll }
bg38361 { background: center bottom none content-box repeat }
bg38362 { background: center bottom none content-box repeat fixed }
bg38363 { background: center bottom none content-box repeat scroll }
bg38364 { background: center bottom none content-box repeat-x }
bg38365 { background: center bottom none content-box repeat-x fixed }
bg38366 { background: center bottom none content-box repeat-x scroll }
bg38367 { background: center bottom none content-box repeat-y }
bg38368 { background: center bottom none content-box repeat-y fixed }
bg38369 { background: center bottom none content-box repeat-y scroll }
bg38370 { background: center bottom none content-box scroll }
bg38371 { background: center bottom none content-box scroll no-repeat }
bg38372 { background: center bottom none content-box scroll repeat }
bg38373 { background: center bottom none content-box scroll repeat-x }
bg38374 { background: center bottom none content-box scroll repeat-y }
bg38375 { background: center bottom repeat fixed none content-box }
bg38376 { background: center bottom repeat fixed content-box }
bg38377 { background: center bottom repeat fixed content-box none }
bg38378 { background: center bottom repeat fixed content-box url(test.jpg) }
bg38379 { background: center bottom repeat fixed url(test.jpg) content-box }
bg38380 { background: center bottom repeat none fixed content-box }
bg38381 { background: center bottom repeat none scroll content-box }
bg38382 { background: center bottom repeat none content-box }
bg38383 { background: center bottom repeat none content-box fixed }
bg38384 { background: center bottom repeat none content-box scroll }
bg38385 { background: center bottom repeat scroll none content-box }
bg38386 { background: center bottom repeat scroll content-box }
bg38387 { background: center bottom repeat scroll content-box none }
bg38388 { background: center bottom repeat scroll content-box url(test.jpg) }
bg38389 { background: center bottom repeat scroll url(test.jpg) content-box }
bg38390 { background: center bottom repeat content-box }
bg38391 { background: center bottom repeat content-box fixed }
bg38392 { background: center bottom repeat content-box fixed none }
bg38393 { background: center bottom repeat content-box fixed url(test.jpg) }
bg38394 { background: center bottom repeat content-box none }
bg38395 { background: center bottom repeat content-box none fixed }
bg38396 { background: center bottom repeat content-box none scroll }
bg38397 { background: center bottom repeat content-box scroll }
bg38398 { background: center bottom repeat content-box scroll none }
bg38399 { background: center bottom repeat content-box scroll url(test.jpg) }
bg38400 { background: center bottom repeat content-box url(test.jpg) }
bg38401 { background: center bottom repeat content-box url(test.jpg) fixed }
bg38402 { background: center bottom repeat content-box url(test.jpg) scroll }
bg38403 { background: center bottom repeat url(test.jpg) fixed content-box }
bg38404 { background: center bottom repeat url(test.jpg) scroll content-box }
bg38405 { background: center bottom repeat url(test.jpg) content-box }
bg38406 { background: center bottom repeat url(test.jpg) content-box fixed }
bg38407 { background: center bottom repeat url(test.jpg) content-box scroll }
bg38408 { background: center bottom repeat-x fixed none content-box }
bg38409 { background: center bottom repeat-x fixed content-box }
bg38410 { background: center bottom repeat-x fixed content-box none }
bg38411 { background: center bottom repeat-x fixed content-box url(test.jpg) }
bg38412 { background: center bottom repeat-x fixed url(test.jpg) content-box }
bg38413 { background: center bottom repeat-x none fixed content-box }
bg38414 { background: center bottom repeat-x none scroll content-box }
bg38415 { background: center bottom repeat-x none content-box }
bg38416 { background: center bottom repeat-x none content-box fixed }
bg38417 { background: center bottom repeat-x none content-box scroll }
bg38418 { background: center bottom repeat-x scroll none content-box }
bg38419 { background: center bottom repeat-x scroll content-box }
bg38420 { background: center bottom repeat-x scroll content-box none }
bg38421 { background: center bottom repeat-x scroll content-box url(test.jpg) }
bg38422 { background: center bottom repeat-x scroll url(test.jpg) content-box }
bg38423 { background: center bottom repeat-x content-box }
bg38424 { background: center bottom repeat-x content-box fixed }
bg38425 { background: center bottom repeat-x content-box fixed none }
bg38426 { background: center bottom repeat-x content-box fixed url(test.jpg) }
bg38427 { background: center bottom repeat-x content-box none }
bg38428 { background: center bottom repeat-x content-box none fixed }
bg38429 { background: center bottom repeat-x content-box none scroll }
bg38430 { background: center bottom repeat-x content-box scroll }
bg38431 { background: center bottom repeat-x content-box scroll none }
bg38432 { background: center bottom repeat-x content-box scroll url(test.jpg) }
bg38433 { background: center bottom repeat-x content-box url(test.jpg) }
bg38434 { background: center bottom repeat-x content-box url(test.jpg) fixed }
bg38435 { background: center bottom repeat-x content-box url(test.jpg) scroll }
bg38436 { background: center bottom repeat-x url(test.jpg) fixed content-box }
bg38437 { background: center bottom repeat-x url(test.jpg) scroll content-box }
bg38438 { background: center bottom repeat-x url(test.jpg) content-box }
bg38439 { background: center bottom repeat-x url(test.jpg) content-box fixed }
bg38440 { background: center bottom repeat-x url(test.jpg) content-box scroll }
bg38441 { background: center bottom repeat-y fixed none content-box }
bg38442 { background: center bottom repeat-y fixed content-box }
bg38443 { background: center bottom repeat-y fixed content-box none }
bg38444 { background: center bottom repeat-y fixed content-box url(test.jpg) }
bg38445 { background: center bottom repeat-y fixed url(test.jpg) content-box }
bg38446 { background: center bottom repeat-y none fixed content-box }
bg38447 { background: center bottom repeat-y none scroll content-box }
bg38448 { background: center bottom repeat-y none content-box }
bg38449 { background: center bottom repeat-y none content-box fixed }
bg38450 { background: center bottom repeat-y none content-box scroll }
bg38451 { background: center bottom repeat-y scroll none content-box }
bg38452 { background: center bottom repeat-y scroll content-box }
bg38453 { background: center bottom repeat-y scroll content-box none }
bg38454 { background: center bottom repeat-y scroll content-box url(test.jpg) }
bg38455 { background: center bottom repeat-y scroll url(test.jpg) content-box }
bg38456 { background: center bottom repeat-y content-box }
bg38457 { background: center bottom repeat-y content-box fixed }
bg38458 { background: center bottom repeat-y content-box fixed none }
bg38459 { background: center bottom repeat-y content-box fixed url(test.jpg) }
bg38460 { background: center bottom repeat-y content-box none }
bg38461 { background: center bottom repeat-y content-box none fixed }
bg38462 { background: center bottom repeat-y content-box none scroll }
bg38463 { background: center bottom repeat-y content-box scroll }
bg38464 { background: center bottom repeat-y content-box scroll none }
bg38465 { background: center bottom repeat-y content-box scroll url(test.jpg) }
bg38466 { background: center bottom repeat-y content-box url(test.jpg) }
bg38467 { background: center bottom repeat-y content-box url(test.jpg) fixed }
bg38468 { background: center bottom repeat-y content-box url(test.jpg) scroll }
bg38469 { background: center bottom repeat-y url(test.jpg) fixed content-box }
bg38470 { background: center bottom repeat-y url(test.jpg) scroll content-box }
bg38471 { background: center bottom repeat-y url(test.jpg) content-box }
bg38472 { background: center bottom repeat-y url(test.jpg) content-box fixed }
bg38473 { background: center bottom repeat-y url(test.jpg) content-box scroll }
bg38474 { background: center bottom scroll no-repeat none content-box }
bg38475 { background: center bottom scroll no-repeat content-box }
bg38476 { background: center bottom scroll no-repeat content-box none }
bg38477 { background: center bottom scroll no-repeat content-box url(test.jpg) }
bg38478 { background: center bottom scroll no-repeat url(test.jpg) content-box }
bg38479 { background: center bottom scroll none no-repeat content-box }
bg38480 { background: center bottom scroll none repeat content-box }
bg38481 { background: center bottom scroll none repeat-x content-box }
bg38482 { background: center bottom scroll none repeat-y content-box }
bg38483 { background: center bottom scroll none content-box }
bg38484 { background: center bottom scroll none content-box no-repeat }
bg38485 { background: center bottom scroll none content-box repeat }
bg38486 { background: center bottom scroll none content-box repeat-x }
bg38487 { background: center bottom scroll none content-box repeat-y }
bg38488 { background: center bottom scroll repeat none content-box }
bg38489 { background: center bottom scroll repeat content-box }
bg38490 { background: center bottom scroll repeat content-box none }
bg38491 { background: center bottom scroll repeat content-box url(test.jpg) }
bg38492 { background: center bottom scroll repeat url(test.jpg) content-box }
bg38493 { background: center bottom scroll repeat-x none content-box }
bg38494 { background: center bottom scroll repeat-x content-box }
bg38495 { background: center bottom scroll repeat-x content-box none }
bg38496 { background: center bottom scroll repeat-x content-box url(test.jpg) }
bg38497 { background: center bottom scroll repeat-x url(test.jpg) content-box }
bg38498 { background: center bottom scroll repeat-y none content-box }
bg38499 { background: center bottom scroll repeat-y content-box }
bg38500 { background: center bottom scroll repeat-y content-box none }
bg38501 { background: center bottom scroll repeat-y content-box url(test.jpg) }
bg38502 { background: center bottom scroll repeat-y url(test.jpg) content-box }
bg38503 { background: center bottom scroll content-box }
bg38504 { background: center bottom scroll content-box no-repeat }
bg38505 { background: center bottom scroll content-box no-repeat none }
bg38506 { background: center bottom scroll content-box no-repeat url(test.jpg) }
bg38507 { background: center bottom scroll content-box none }
bg38508 { background: center bottom scroll content-box none no-repeat }
bg38509 { background: center bottom scroll content-box none repeat }
bg38510 { background: center bottom scroll content-box none repeat-x }
bg38511 { background: center bottom scroll content-box none repeat-y }
bg38512 { background: center bottom scroll content-box repeat }
bg38513 { background: center bottom scroll content-box repeat none }
bg38514 { background: center bottom scroll content-box repeat url(test.jpg) }
bg38515 { background: center bottom scroll content-box repeat-x }
bg38516 { background: center bottom scroll content-box repeat-x none }
bg38517 { background: center bottom scroll content-box repeat-x url(test.jpg) }
bg38518 { background: center bottom scroll content-box repeat-y }
bg38519 { background: center bottom scroll content-box repeat-y none }
bg38520 { background: center bottom scroll content-box repeat-y url(test.jpg) }
bg38521 { background: center bottom scroll content-box url(test.jpg) }
bg38522 { background: center bottom scroll content-box url(test.jpg) no-repeat }
bg38523 { background: center bottom scroll content-box url(test.jpg) repeat }
bg38524 { background: center bottom scroll content-box url(test.jpg) repeat-x }
bg38525 { background: center bottom scroll content-box url(test.jpg) repeat-y }
bg38526 { background: center bottom scroll url(test.jpg) no-repeat content-box }
bg38527 { background: center bottom scroll url(test.jpg) repeat content-box }
bg38528 { background: center bottom scroll url(test.jpg) repeat-x content-box }
bg38529 { background: center bottom scroll url(test.jpg) repeat-y content-box }
bg38530 { background: center bottom scroll url(test.jpg) content-box }
bg38531 { background: center bottom scroll url(test.jpg) content-box no-repeat }
bg38532 { background: center bottom scroll url(test.jpg) content-box repeat }
bg38533 { background: center bottom scroll url(test.jpg) content-box repeat-x }
bg38534 { background: center bottom scroll url(test.jpg) content-box repeat-y }
bg38535 { background: center bottom content-box }
bg38536 { background: center bottom content-box fixed }
bg38537 { background: center bottom content-box fixed no-repeat }
bg38538 { background: center bottom content-box fixed no-repeat none }
bg38539 { background: center bottom content-box fixed no-repeat url(test.jpg) }
bg38540 { background: center bottom content-box fixed none }
bg38541 { background: center bottom content-box fixed none no-repeat }
bg38542 { background: center bottom content-box fixed none repeat }
bg38543 { background: center bottom content-box fixed none repeat-x }
bg38544 { background: center bottom content-box fixed none repeat-y }
bg38545 { background: center bottom content-box fixed repeat }
bg38546 { background: center bottom content-box fixed repeat none }
bg38547 { background: center bottom content-box fixed repeat url(test.jpg) }
bg38548 { background: center bottom content-box fixed repeat-x }
bg38549 { background: center bottom content-box fixed repeat-x none }
bg38550 { background: center bottom content-box fixed repeat-x url(test.jpg) }
bg38551 { background: center bottom content-box fixed repeat-y }
bg38552 { background: center bottom content-box fixed repeat-y none }
bg38553 { background: center bottom content-box fixed repeat-y url(test.jpg) }
bg38554 { background: center bottom content-box fixed url(test.jpg) }
bg38555 { background: center bottom content-box fixed url(test.jpg) no-repeat }
bg38556 { background: center bottom content-box fixed url(test.jpg) repeat }
bg38557 { background: center bottom content-box fixed url(test.jpg) repeat-x }
bg38558 { background: center bottom content-box fixed url(test.jpg) repeat-y }
bg38559 { background: center bottom content-box no-repeat }
bg38560 { background: center bottom content-box no-repeat fixed }
bg38561 { background: center bottom content-box no-repeat fixed none }
bg38562 { background: center bottom content-box no-repeat fixed url(test.jpg) }
bg38563 { background: center bottom content-box no-repeat none }
bg38564 { background: center bottom content-box no-repeat none fixed }
bg38565 { background: center bottom content-box no-repeat none scroll }
bg38566 { background: center bottom content-box no-repeat scroll }
bg38567 { background: center bottom content-box no-repeat scroll none }
bg38568 { background: center bottom content-box no-repeat scroll url(test.jpg) }
bg38569 { background: center bottom content-box no-repeat url(test.jpg) }
bg38570 { background: center bottom content-box no-repeat url(test.jpg) fixed }
bg38571 { background: center bottom content-box no-repeat url(test.jpg) scroll }
bg38572 { background: center bottom content-box none }
bg38573 { background: center bottom content-box none fixed }
bg38574 { background: center bottom content-box none fixed no-repeat }
bg38575 { background: center bottom content-box none fixed repeat }
bg38576 { background: center bottom content-box none fixed repeat-x }
bg38577 { background: center bottom content-box none fixed repeat-y }
bg38578 { background: center bottom content-box none no-repeat }
bg38579 { background: center bottom content-box none no-repeat fixed }
bg38580 { background: center bottom content-box none no-repeat scroll }
bg38581 { background: center bottom content-box none repeat }
bg38582 { background: center bottom content-box none repeat fixed }
bg38583 { background: center bottom content-box none repeat scroll }
bg38584 { background: center bottom content-box none repeat-x }
bg38585 { background: center bottom content-box none repeat-x fixed }
bg38586 { background: center bottom content-box none repeat-x scroll }
bg38587 { background: center bottom content-box none repeat-y }
bg38588 { background: center bottom content-box none repeat-y fixed }
bg38589 { background: center bottom content-box none repeat-y scroll }
bg38590 { background: center bottom content-box none scroll }
bg38591 { background: center bottom content-box none scroll no-repeat }
bg38592 { background: center bottom content-box none scroll repeat }
bg38593 { background: center bottom content-box none scroll repeat-x }
bg38594 { background: center bottom content-box none scroll repeat-y }
bg38595 { background: center bottom content-box repeat }
bg38596 { background: center bottom content-box repeat fixed }
bg38597 { background: center bottom content-box repeat fixed none }
bg38598 { background: center bottom content-box repeat fixed url(test.jpg) }
bg38599 { background: center bottom content-box repeat none }
bg38600 { background: center bottom content-box repeat none fixed }
bg38601 { background: center bottom content-box repeat none scroll }
bg38602 { background: center bottom content-box repeat scroll }
bg38603 { background: center bottom content-box repeat scroll none }
bg38604 { background: center bottom content-box repeat scroll url(test.jpg) }
bg38605 { background: center bottom content-box repeat url(test.jpg) }
bg38606 { background: center bottom content-box repeat url(test.jpg) fixed }
bg38607 { background: center bottom content-box repeat url(test.jpg) scroll }
bg38608 { background: center bottom content-box repeat-x }
bg38609 { background: center bottom content-box repeat-x fixed }
bg38610 { background: center bottom content-box repeat-x fixed none }
bg38611 { background: center bottom content-box repeat-x fixed url(test.jpg) }
bg38612 { background: center bottom content-box repeat-x none }
bg38613 { background: center bottom content-box repeat-x none fixed }
bg38614 { background: center bottom content-box repeat-x none scroll }
bg38615 { background: center bottom content-box repeat-x scroll }
bg38616 { background: center bottom content-box repeat-x scroll none }
bg38617 { background: center bottom content-box repeat-x scroll url(test.jpg) }
bg38618 { background: center bottom content-box repeat-x url(test.jpg) }
bg38619 { background: center bottom content-box repeat-x url(test.jpg) fixed }
bg38620 { background: center bottom content-box repeat-x url(test.jpg) scroll }
bg38621 { background: center bottom content-box repeat-y }
bg38622 { background: center bottom content-box repeat-y fixed }
bg38623 { background: center bottom content-box repeat-y fixed none }
bg38624 { background: center bottom content-box repeat-y fixed url(test.jpg) }
bg38625 { background: center bottom content-box repeat-y none }
bg38626 { background: center bottom content-box repeat-y none fixed }
bg38627 { background: center bottom content-box repeat-y none scroll }
bg38628 { background: center bottom content-box repeat-y scroll }
bg38629 { background: center bottom content-box repeat-y scroll none }
bg38630 { background: center bottom content-box repeat-y scroll url(test.jpg) }
bg38631 { background: center bottom content-box repeat-y url(test.jpg) }
bg38632 { background: center bottom content-box repeat-y url(test.jpg) fixed }
bg38633 { background: center bottom content-box repeat-y url(test.jpg) scroll }
bg38634 { background: center bottom content-box scroll }
bg38635 { background: center bottom content-box scroll no-repeat }
bg38636 { background: center bottom content-box scroll no-repeat none }
bg38637 { background: center bottom content-box scroll no-repeat url(test.jpg) }
bg38638 { background: center bottom content-box scroll none }
bg38639 { background: center bottom content-box scroll none no-repeat }
bg38640 { background: center bottom content-box scroll none repeat }
bg38641 { background: center bottom content-box scroll none repeat-x }
bg38642 { background: center bottom content-box scroll none repeat-y }
bg38643 { background: center bottom content-box scroll repeat }
bg38644 { background: center bottom content-box scroll repeat none }
bg38645 { background: center bottom content-box scroll repeat url(test.jpg) }
bg38646 { background: center bottom content-box scroll repeat-x }
bg38647 { background: center bottom content-box scroll repeat-x none }
bg38648 { background: center bottom content-box scroll repeat-x url(test.jpg) }
bg38649 { background: center bottom content-box scroll repeat-y }
bg38650 { background: center bottom content-box scroll repeat-y none }
bg38651 { background: center bottom content-box scroll repeat-y url(test.jpg) }
bg38652 { background: center bottom content-box scroll url(test.jpg) }
bg38653 { background: center bottom content-box scroll url(test.jpg) no-repeat }
bg38654 { background: center bottom content-box scroll url(test.jpg) repeat }
bg38655 { background: center bottom content-box scroll url(test.jpg) repeat-x }
bg38656 { background: center bottom content-box scroll url(test.jpg) repeat-y }
bg38657 { background: center bottom content-box url(test.jpg) }
bg38658 { background: center bottom content-box url(test.jpg) fixed }
bg38659 { background: center bottom content-box url(test.jpg) fixed no-repeat }
bg38660 { background: center bottom content-box url(test.jpg) fixed repeat }
bg38661 { background: center bottom content-box url(test.jpg) fixed repeat-x }
bg38662 { background: center bottom content-box url(test.jpg) fixed repeat-y }
bg38663 { background: center bottom content-box url(test.jpg) no-repeat }
bg38664 { background: center bottom content-box url(test.jpg) no-repeat fixed }
bg38665 { background: center bottom content-box url(test.jpg) no-repeat scroll }
bg38666 { background: center bottom content-box url(test.jpg) repeat }
bg38667 { background: center bottom content-box url(test.jpg) repeat fixed }
bg38668 { background: center bottom content-box url(test.jpg) repeat scroll }
bg38669 { background: center bottom content-box url(test.jpg) repeat-x }
bg38670 { background: center bottom content-box url(test.jpg) repeat-x fixed }
bg38671 { background: center bottom content-box url(test.jpg) repeat-x scroll }
bg38672 { background: center bottom content-box url(test.jpg) repeat-y }
bg38673 { background: center bottom content-box url(test.jpg) repeat-y fixed }
bg38674 { background: center bottom content-box url(test.jpg) repeat-y scroll }
bg38675 { background: center bottom content-box url(test.jpg) scroll }
bg38676 { background: center bottom content-box url(test.jpg) scroll no-repeat }
bg38677 { background: center bottom content-box url(test.jpg) scroll repeat }
bg38678 { background: center bottom content-box url(test.jpg) scroll repeat-x }
bg38679 { background: center bottom content-box url(test.jpg) scroll repeat-y }
bg38680 { background: center bottom url(test.jpg) fixed no-repeat content-box }
bg38681 { background: center bottom url(test.jpg) fixed repeat content-box }
bg38682 { background: center bottom url(test.jpg) fixed repeat-x content-box }
bg38683 { background: center bottom url(test.jpg) fixed repeat-y content-box }
bg38684 { background: center bottom url(test.jpg) fixed content-box }
bg38685 { background: center bottom url(test.jpg) fixed content-box no-repeat }
bg38686 { background: center bottom url(test.jpg) fixed content-box repeat }
bg38687 { background: center bottom url(test.jpg) fixed content-box repeat-x }
bg38688 { background: center bottom url(test.jpg) fixed content-box repeat-y }
bg38689 { background: center bottom url(test.jpg) no-repeat fixed content-box }
bg38690 { background: center bottom url(test.jpg) no-repeat scroll content-box }
bg38691 { background: center bottom url(test.jpg) no-repeat content-box }
bg38692 { background: center bottom url(test.jpg) no-repeat content-box fixed }
bg38693 { background: center bottom url(test.jpg) no-repeat content-box scroll }
bg38694 { background: center bottom url(test.jpg) repeat fixed content-box }
bg38695 { background: center bottom url(test.jpg) repeat scroll content-box }
bg38696 { background: center bottom url(test.jpg) repeat content-box }
bg38697 { background: center bottom url(test.jpg) repeat content-box fixed }
bg38698 { background: center bottom url(test.jpg) repeat content-box scroll }
bg38699 { background: center bottom url(test.jpg) repeat-x fixed content-box }
bg38700 { background: center bottom url(test.jpg) repeat-x scroll content-box }
bg38701 { background: center bottom url(test.jpg) repeat-x content-box }
bg38702 { background: center bottom url(test.jpg) repeat-x content-box fixed }
bg38703 { background: center bottom url(test.jpg) repeat-x content-box scroll }
bg38704 { background: center bottom url(test.jpg) repeat-y fixed content-box }
bg38705 { background: center bottom url(test.jpg) repeat-y scroll content-box }
bg38706 { background: center bottom url(test.jpg) repeat-y content-box }
bg38707 { background: center bottom url(test.jpg) repeat-y content-box fixed }
bg38708 { background: center bottom url(test.jpg) repeat-y content-box scroll }
bg38709 { background: center bottom url(test.jpg) scroll no-repeat content-box }
bg38710 { background: center bottom url(test.jpg) scroll repeat content-box }
bg38711 { background: center bottom url(test.jpg) scroll repeat-x content-box }
bg38712 { background: center bottom url(test.jpg) scroll repeat-y content-box }
bg38713 { background: center bottom url(test.jpg) scroll content-box }
bg38714 { background: center bottom url(test.jpg) scroll content-box no-repeat }
bg38715 { background: center bottom url(test.jpg) scroll content-box repeat }
bg38716 { background: center bottom url(test.jpg) scroll content-box repeat-x }
bg38717 { background: center bottom url(test.jpg) scroll content-box repeat-y }
bg38718 { background: center bottom url(test.jpg) content-box }
bg38719 { background: center bottom url(test.jpg) content-box fixed }
bg38720 { background: center bottom url(test.jpg) content-box fixed no-repeat }
bg38721 { background: center bottom url(test.jpg) content-box fixed repeat }
bg38722 { background: center bottom url(test.jpg) content-box fixed repeat-x }
bg38723 { background: center bottom url(test.jpg) content-box fixed repeat-y }
bg38724 { background: center bottom url(test.jpg) content-box no-repeat }
bg38725 { background: center bottom url(test.jpg) content-box no-repeat fixed }
bg38726 { background: center bottom url(test.jpg) content-box no-repeat scroll }
bg38727 { background: center bottom url(test.jpg) content-box repeat }
bg38728 { background: center bottom url(test.jpg) content-box repeat fixed }
bg38729 { background: center bottom url(test.jpg) content-box repeat scroll }
bg38730 { background: center bottom url(test.jpg) content-box repeat-x }
bg38731 { background: center bottom url(test.jpg) content-box repeat-x fixed }
bg38732 { background: center bottom url(test.jpg) content-box repeat-x scroll }
bg38733 { background: center bottom url(test.jpg) content-box repeat-y }
bg38734 { background: center bottom url(test.jpg) content-box repeat-y fixed }
bg38735 { background: center bottom url(test.jpg) content-box repeat-y scroll }
bg38736 { background: center bottom url(test.jpg) content-box scroll }
bg38737 { background: center bottom url(test.jpg) content-box scroll no-repeat }
bg38738 { background: center bottom url(test.jpg) content-box scroll repeat }
bg38739 { background: center bottom url(test.jpg) content-box scroll repeat-x }
bg38740 { background: center bottom url(test.jpg) content-box scroll repeat-y }
bg38741 { background: scroll no-repeat none center bottom content-box }
bg38742 { background: scroll no-repeat none content-box center bottom }
bg38743 { background: scroll no-repeat center bottom none content-box }
bg38744 { background: scroll no-repeat center bottom content-box }
bg38745 { background: scroll no-repeat center bottom content-box none }
bg38746 { background: scroll no-repeat center bottom content-box url(test.jpg) }
bg38747 { background: scroll no-repeat center bottom url(test.jpg) content-box }
bg38748 { background: scroll no-repeat content-box none center bottom }
bg38749 { background: scroll no-repeat content-box center bottom }
bg38750 { background: scroll no-repeat content-box center bottom none }
bg38751 { background: scroll no-repeat content-box center bottom url(test.jpg) }
bg38752 { background: scroll no-repeat content-box url(test.jpg) center bottom }
bg38753 { background: scroll no-repeat url(test.jpg) center bottom content-box }
bg38754 { background: scroll no-repeat url(test.jpg) content-box center bottom }
bg38755 { background: scroll none no-repeat center bottom content-box }
bg38756 { background: scroll none no-repeat content-box center bottom }
bg38757 { background: scroll none repeat center bottom content-box }
bg38758 { background: scroll none repeat content-box center bottom }
bg38759 { background: scroll none repeat-x center bottom content-box }
bg38760 { background: scroll none repeat-x content-box center bottom }
bg38761 { background: scroll none repeat-y center bottom content-box }
bg38762 { background: scroll none repeat-y content-box center bottom }
bg38763 { background: scroll none center bottom no-repeat content-box }
bg38764 { background: scroll none center bottom repeat content-box }
bg38765 { background: scroll none center bottom repeat-x content-box }
bg38766 { background: scroll none center bottom repeat-y content-box }
bg38767 { background: scroll none center bottom content-box }
bg38768 { background: scroll none center bottom content-box no-repeat }
bg38769 { background: scroll none center bottom content-box repeat }
bg38770 { background: scroll none center bottom content-box repeat-x }
bg38771 { background: scroll none center bottom content-box repeat-y }
bg38772 { background: scroll none content-box no-repeat center bottom }
bg38773 { background: scroll none content-box repeat center bottom }
bg38774 { background: scroll none content-box repeat-x center bottom }
bg38775 { background: scroll none content-box repeat-y center bottom }
bg38776 { background: scroll none content-box center bottom }
bg38777 { background: scroll none content-box center bottom no-repeat }
bg38778 { background: scroll none content-box center bottom repeat }
bg38779 { background: scroll none content-box center bottom repeat-x }
bg38780 { background: scroll none content-box center bottom repeat-y }
bg38781 { background: scroll repeat none center bottom content-box }
bg38782 { background: scroll repeat none content-box center bottom }
bg38783 { background: scroll repeat center bottom none content-box }
bg38784 { background: scroll repeat center bottom content-box }
bg38785 { background: scroll repeat center bottom content-box none }
bg38786 { background: scroll repeat center bottom content-box url(test.jpg) }
bg38787 { background: scroll repeat center bottom url(test.jpg) content-box }
bg38788 { background: scroll repeat content-box none center bottom }
bg38789 { background: scroll repeat content-box center bottom }
bg38790 { background: scroll repeat content-box center bottom none }
bg38791 { background: scroll repeat content-box center bottom url(test.jpg) }
bg38792 { background: scroll repeat content-box url(test.jpg) center bottom }
bg38793 { background: scroll repeat url(test.jpg) center bottom content-box }
bg38794 { background: scroll repeat url(test.jpg) content-box center bottom }
bg38795 { background: scroll repeat-x none center bottom content-box }
bg38796 { background: scroll repeat-x none content-box center bottom }
bg38797 { background: scroll repeat-x center bottom none content-box }
bg38798 { background: scroll repeat-x center bottom content-box }
bg38799 { background: scroll repeat-x center bottom content-box none }
bg38800 { background: scroll repeat-x center bottom content-box url(test.jpg) }
bg38801 { background: scroll repeat-x center bottom url(test.jpg) content-box }
bg38802 { background: scroll repeat-x content-box none center bottom }
bg38803 { background: scroll repeat-x content-box center bottom }
bg38804 { background: scroll repeat-x content-box center bottom none }
bg38805 { background: scroll repeat-x content-box center bottom url(test.jpg) }
bg38806 { background: scroll repeat-x content-box url(test.jpg) center bottom }
bg38807 { background: scroll repeat-x url(test.jpg) center bottom content-box }
bg38808 { background: scroll repeat-x url(test.jpg) content-box center bottom }
bg38809 { background: scroll repeat-y none center bottom content-box }
bg38810 { background: scroll repeat-y none content-box center bottom }
bg38811 { background: scroll repeat-y center bottom none content-box }
bg38812 { background: scroll repeat-y center bottom content-box }
bg38813 { background: scroll repeat-y center bottom content-box none }
bg38814 { background: scroll repeat-y center bottom content-box url(test.jpg) }
bg38815 { background: scroll repeat-y center bottom url(test.jpg) content-box }
bg38816 { background: scroll repeat-y content-box none center bottom }
bg38817 { background: scroll repeat-y content-box center bottom }
bg38818 { background: scroll repeat-y content-box center bottom none }
bg38819 { background: scroll repeat-y content-box center bottom url(test.jpg) }
bg38820 { background: scroll repeat-y content-box url(test.jpg) center bottom }
bg38821 { background: scroll repeat-y url(test.jpg) center bottom content-box }
bg38822 { background: scroll repeat-y url(test.jpg) content-box center bottom }
bg38823 { background: scroll center bottom no-repeat none content-box }
bg38824 { background: scroll center bottom no-repeat content-box }
bg38825 { background: scroll center bottom no-repeat content-box none }
bg38826 { background: scroll center bottom no-repeat content-box url(test.jpg) }
bg38827 { background: scroll center bottom no-repeat url(test.jpg) content-box }
bg38828 { background: scroll center bottom none no-repeat content-box }
bg38829 { background: scroll center bottom none repeat content-box }
bg38830 { background: scroll center bottom none repeat-x content-box }
bg38831 { background: scroll center bottom none repeat-y content-box }
bg38832 { background: scroll center bottom none content-box }
bg38833 { background: scroll center bottom none content-box no-repeat }
bg38834 { background: scroll center bottom none content-box repeat }
bg38835 { background: scroll center bottom none content-box repeat-x }
bg38836 { background: scroll center bottom none content-box repeat-y }
bg38837 { background: scroll center bottom repeat none content-box }
bg38838 { background: scroll center bottom repeat content-box }
bg38839 { background: scroll center bottom repeat content-box none }
bg38840 { background: scroll center bottom repeat content-box url(test.jpg) }
bg38841 { background: scroll center bottom repeat url(test.jpg) content-box }
bg38842 { background: scroll center bottom repeat-x none content-box }
bg38843 { background: scroll center bottom repeat-x content-box }
bg38844 { background: scroll center bottom repeat-x content-box none }
bg38845 { background: scroll center bottom repeat-x content-box url(test.jpg) }
bg38846 { background: scroll center bottom repeat-x url(test.jpg) content-box }
bg38847 { background: scroll center bottom repeat-y none content-box }
bg38848 { background: scroll center bottom repeat-y content-box }
bg38849 { background: scroll center bottom repeat-y content-box none }
bg38850 { background: scroll center bottom repeat-y content-box url(test.jpg) }
bg38851 { background: scroll center bottom repeat-y url(test.jpg) content-box }
bg38852 { background: scroll center bottom content-box }
bg38853 { background: scroll center bottom content-box no-repeat }
bg38854 { background: scroll center bottom content-box no-repeat none }
bg38855 { background: scroll center bottom content-box no-repeat url(test.jpg) }
bg38856 { background: scroll center bottom content-box none }
bg38857 { background: scroll center bottom content-box none no-repeat }
bg38858 { background: scroll center bottom content-box none repeat }
bg38859 { background: scroll center bottom content-box none repeat-x }
bg38860 { background: scroll center bottom content-box none repeat-y }
bg38861 { background: scroll center bottom content-box repeat }
bg38862 { background: scroll center bottom content-box repeat none }
bg38863 { background: scroll center bottom content-box repeat url(test.jpg) }
bg38864 { background: scroll center bottom content-box repeat-x }
bg38865 { background: scroll center bottom content-box repeat-x none }
bg38866 { background: scroll center bottom content-box repeat-x url(test.jpg) }
bg38867 { background: scroll center bottom content-box repeat-y }
bg38868 { background: scroll center bottom content-box repeat-y none }
bg38869 { background: scroll center bottom content-box repeat-y url(test.jpg) }
bg38870 { background: scroll center bottom content-box url(test.jpg) }
bg38871 { background: scroll center bottom content-box url(test.jpg) no-repeat }
bg38872 { background: scroll center bottom content-box url(test.jpg) repeat }
bg38873 { background: scroll center bottom content-box url(test.jpg) repeat-x }
bg38874 { background: scroll center bottom content-box url(test.jpg) repeat-y }
bg38875 { background: scroll center bottom url(test.jpg) no-repeat content-box }
bg38876 { background: scroll center bottom url(test.jpg) repeat content-box }
bg38877 { background: scroll center bottom url(test.jpg) repeat-x content-box }
bg38878 { background: scroll center bottom url(test.jpg) repeat-y content-box }
bg38879 { background: scroll center bottom url(test.jpg) content-box }
bg38880 { background: scroll center bottom url(test.jpg) content-box no-repeat }
bg38881 { background: scroll center bottom url(test.jpg) content-box repeat }
bg38882 { background: scroll center bottom url(test.jpg) content-box repeat-x }
bg38883 { background: scroll center bottom url(test.jpg) content-box repeat-y }
bg38884 { background: scroll content-box no-repeat none center bottom }
bg38885 { background: scroll content-box no-repeat center bottom }
bg38886 { background: scroll content-box no-repeat center bottom none }
bg38887 { background: scroll content-box no-repeat center bottom url(test.jpg) }
bg38888 { background: scroll content-box no-repeat url(test.jpg) center bottom }
bg38889 { background: scroll content-box none no-repeat center bottom }
bg38890 { background: scroll content-box none repeat center bottom }
bg38891 { background: scroll content-box none repeat-x center bottom }
bg38892 { background: scroll content-box none repeat-y center bottom }
bg38893 { background: scroll content-box none center bottom }
bg38894 { background: scroll content-box none center bottom no-repeat }
bg38895 { background: scroll content-box none center bottom repeat }
bg38896 { background: scroll content-box none center bottom repeat-x }
bg38897 { background: scroll content-box none center bottom repeat-y }
bg38898 { background: scroll content-box repeat none center bottom }
bg38899 { background: scroll content-box repeat center bottom }
bg38900 { background: scroll content-box repeat center bottom none }
bg38901 { background: scroll content-box repeat center bottom url(test.jpg) }
bg38902 { background: scroll content-box repeat url(test.jpg) center bottom }
bg38903 { background: scroll content-box repeat-x none center bottom }
bg38904 { background: scroll content-box repeat-x center bottom }
bg38905 { background: scroll content-box repeat-x center bottom none }
bg38906 { background: scroll content-box repeat-x center bottom url(test.jpg) }
bg38907 { background: scroll content-box repeat-x url(test.jpg) center bottom }
bg38908 { background: scroll content-box repeat-y none center bottom }
bg38909 { background: scroll content-box repeat-y center bottom }
bg38910 { background: scroll content-box repeat-y center bottom none }
bg38911 { background: scroll content-box repeat-y center bottom url(test.jpg) }
bg38912 { background: scroll content-box repeat-y url(test.jpg) center bottom }
bg38913 { background: scroll content-box center bottom }
bg38914 { background: scroll content-box center bottom no-repeat }
bg38915 { background: scroll content-box center bottom no-repeat none }
bg38916 { background: scroll content-box center bottom no-repeat url(test.jpg) }
bg38917 { background: scroll content-box center bottom none }
bg38918 { background: scroll content-box center bottom none no-repeat }
bg38919 { background: scroll content-box center bottom none repeat }
bg38920 { background: scroll content-box center bottom none repeat-x }
bg38921 { background: scroll content-box center bottom none repeat-y }
bg38922 { background: scroll content-box center bottom repeat }
bg38923 { background: scroll content-box center bottom repeat none }
bg38924 { background: scroll content-box center bottom repeat url(test.jpg) }
bg38925 { background: scroll content-box center bottom repeat-x }
bg38926 { background: scroll content-box center bottom repeat-x none }
bg38927 { background: scroll content-box center bottom repeat-x url(test.jpg) }
bg38928 { background: scroll content-box center bottom repeat-y }
bg38929 { background: scroll content-box center bottom repeat-y none }
bg38930 { background: scroll content-box center bottom repeat-y url(test.jpg) }
bg38931 { background: scroll content-box center bottom url(test.jpg) }
bg38932 { background: scroll content-box center bottom url(test.jpg) no-repeat }
bg38933 { background: scroll content-box center bottom url(test.jpg) repeat }
bg38934 { background: scroll content-box center bottom url(test.jpg) repeat-x }
bg38935 { background: scroll content-box center bottom url(test.jpg) repeat-y }
bg38936 { background: scroll content-box url(test.jpg) no-repeat center bottom }
bg38937 { background: scroll content-box url(test.jpg) repeat center bottom }
bg38938 { background: scroll content-box url(test.jpg) repeat-x center bottom }
bg38939 { background: scroll content-box url(test.jpg) repeat-y center bottom }
bg38940 { background: scroll content-box url(test.jpg) center bottom }
bg38941 { background: scroll content-box url(test.jpg) center bottom no-repeat }
bg38942 { background: scroll content-box url(test.jpg) center bottom repeat }
bg38943 { background: scroll content-box url(test.jpg) center bottom repeat-x }
bg38944 { background: scroll content-box url(test.jpg) center bottom repeat-y }
bg38945 { background: scroll url(test.jpg) no-repeat center bottom content-box }
bg38946 { background: scroll url(test.jpg) no-repeat content-box center bottom }
bg38947 { background: scroll url(test.jpg) repeat center bottom content-box }
bg38948 { background: scroll url(test.jpg) repeat content-box center bottom }
bg38949 { background: scroll url(test.jpg) repeat-x center bottom content-box }
bg38950 { background: scroll url(test.jpg) repeat-x content-box center bottom }
bg38951 { background: scroll url(test.jpg) repeat-y center bottom content-box }
bg38952 { background: scroll url(test.jpg) repeat-y content-box center bottom }
bg38953 { background: scroll url(test.jpg) center bottom no-repeat content-box }
bg38954 { background: scroll url(test.jpg) center bottom repeat content-box }
bg38955 { background: scroll url(test.jpg) center bottom repeat-x content-box }
bg38956 { background: scroll url(test.jpg) center bottom repeat-y content-box }
bg38957 { background: scroll url(test.jpg) center bottom content-box }
bg38958 { background: scroll url(test.jpg) center bottom content-box no-repeat }
bg38959 { background: scroll url(test.jpg) center bottom content-box repeat }
bg38960 { background: scroll url(test.jpg) center bottom content-box repeat-x }
bg38961 { background: scroll url(test.jpg) center bottom content-box repeat-y }
bg38962 { background: scroll url(test.jpg) content-box no-repeat center bottom }
bg38963 { background: scroll url(test.jpg) content-box repeat center bottom }
bg38964 { background: scroll url(test.jpg) content-box repeat-x center bottom }
bg38965 { background: scroll url(test.jpg) content-box repeat-y center bottom }
bg38966 { background: scroll url(test.jpg) content-box center bottom }
bg38967 { background: scroll url(test.jpg) content-box center bottom no-repeat }
bg38968 { background: scroll url(test.jpg) content-box center bottom repeat }
bg38969 { background: scroll url(test.jpg) content-box center bottom repeat-x }
bg38970 { background: scroll url(test.jpg) content-box center bottom repeat-y }
bg38971 { background: content-box fixed no-repeat none center bottom }
bg38972 { background: content-box fixed no-repeat center bottom }
bg38973 { background: content-box fixed no-repeat center bottom none }
bg38974 { background: content-box fixed no-repeat center bottom url(test.jpg) }
bg38975 { background: content-box fixed no-repeat url(test.jpg) center bottom }
bg38976 { background: content-box fixed none no-repeat center bottom }
bg38977 { background: content-box fixed none repeat center bottom }
bg38978 { background: content-box fixed none repeat-x center bottom }
bg38979 { background: content-box fixed none repeat-y center bottom }
bg38980 { background: content-box fixed none center bottom }
bg38981 { background: content-box fixed none center bottom no-repeat }
bg38982 { background: content-box fixed none center bottom repeat }
bg38983 { background: content-box fixed none center bottom repeat-x }
bg38984 { background: content-box fixed none center bottom repeat-y }
bg38985 { background: content-box fixed repeat none center bottom }
bg38986 { background: content-box fixed repeat center bottom }
bg38987 { background: content-box fixed repeat center bottom none }
bg38988 { background: content-box fixed repeat center bottom url(test.jpg) }
bg38989 { background: content-box fixed repeat url(test.jpg) center bottom }
bg38990 { background: content-box fixed repeat-x none center bottom }
bg38991 { background: content-box fixed repeat-x center bottom }
bg38992 { background: content-box fixed repeat-x center bottom none }
bg38993 { background: content-box fixed repeat-x center bottom url(test.jpg) }
bg38994 { background: content-box fixed repeat-x url(test.jpg) center bottom }
bg38995 { background: content-box fixed repeat-y none center bottom }
bg38996 { background: content-box fixed repeat-y center bottom }
bg38997 { background: content-box fixed repeat-y center bottom none }
bg38998 { background: content-box fixed repeat-y center bottom url(test.jpg) }
bg38999 { background: content-box fixed repeat-y url(test.jpg) center bottom }
bg39000 { background: content-box fixed center bottom }
bg39001 { background: content-box fixed center bottom no-repeat }
bg39002 { background: content-box fixed center bottom no-repeat none }
bg39003 { background: content-box fixed center bottom no-repeat url(test.jpg) }
bg39004 { background: content-box fixed center bottom none }
bg39005 { background: content-box fixed center bottom none no-repeat }
bg39006 { background: content-box fixed center bottom none repeat }
bg39007 { background: content-box fixed center bottom none repeat-x }
bg39008 { background: content-box fixed center bottom none repeat-y }
bg39009 { background: content-box fixed center bottom repeat }
bg39010 { background: content-box fixed center bottom repeat none }
bg39011 { background: content-box fixed center bottom repeat url(test.jpg) }
bg39012 { background: content-box fixed center bottom repeat-x }
bg39013 { background: content-box fixed center bottom repeat-x none }
bg39014 { background: content-box fixed center bottom repeat-x url(test.jpg) }
bg39015 { background: content-box fixed center bottom repeat-y }
bg39016 { background: content-box fixed center bottom repeat-y none }
bg39017 { background: content-box fixed center bottom repeat-y url(test.jpg) }
bg39018 { background: content-box fixed center bottom url(test.jpg) }
bg39019 { background: content-box fixed center bottom url(test.jpg) no-repeat }
bg39020 { background: content-box fixed center bottom url(test.jpg) repeat }
bg39021 { background: content-box fixed center bottom url(test.jpg) repeat-x }
bg39022 { background: content-box fixed center bottom url(test.jpg) repeat-y }
bg39023 { background: content-box fixed url(test.jpg) no-repeat center bottom }
bg39024 { background: content-box fixed url(test.jpg) repeat center bottom }
bg39025 { background: content-box fixed url(test.jpg) repeat-x center bottom }
bg39026 { background: content-box fixed url(test.jpg) repeat-y center bottom }
bg39027 { background: content-box fixed url(test.jpg) center bottom }
bg39028 { background: content-box fixed url(test.jpg) center bottom no-repeat }
bg39029 { background: content-box fixed url(test.jpg) center bottom repeat }
bg39030 { background: content-box fixed url(test.jpg) center bottom repeat-x }
bg39031 { background: content-box fixed url(test.jpg) center bottom repeat-y }
bg39032 { background: content-box no-repeat fixed none center bottom }
bg39033 { background: content-box no-repeat fixed center bottom }
bg39034 { background: content-box no-repeat fixed center bottom none }
bg39035 { background: content-box no-repeat fixed center bottom url(test.jpg) }
bg39036 { background: content-box no-repeat fixed url(test.jpg) center bottom }
bg39037 { background: content-box no-repeat none fixed center bottom }
bg39038 { background: content-box no-repeat none center bottom }
bg39039 { background: content-box no-repeat none center bottom fixed }
bg39040 { background: content-box no-repeat none center bottom scroll }
bg39041 { background: content-box no-repeat none scroll center bottom }
bg39042 { background: content-box no-repeat center bottom }
bg39043 { background: content-box no-repeat center bottom fixed }
bg39044 { background: content-box no-repeat center bottom fixed none }
bg39045 { background: content-box no-repeat center bottom fixed url(test.jpg) }
bg39046 { background: content-box no-repeat center bottom none }
bg39047 { background: content-box no-repeat center bottom none fixed }
bg39048 { background: content-box no-repeat center bottom none scroll }
bg39049 { background: content-box no-repeat center bottom scroll }
bg39050 { background: content-box no-repeat center bottom scroll none }
bg39051 { background: content-box no-repeat center bottom scroll url(test.jpg) }
bg39052 { background: content-box no-repeat center bottom url(test.jpg) }
bg39053 { background: content-box no-repeat center bottom url(test.jpg) fixed }
bg39054 { background: content-box no-repeat center bottom url(test.jpg) scroll }
bg39055 { background: content-box no-repeat scroll none center bottom }
bg39056 { background: content-box no-repeat scroll center bottom }
bg39057 { background: content-box no-repeat scroll center bottom none }
bg39058 { background: content-box no-repeat scroll center bottom url(test.jpg) }
bg39059 { background: content-box no-repeat scroll url(test.jpg) center bottom }
bg39060 { background: content-box no-repeat url(test.jpg) fixed center bottom }
bg39061 { background: content-box no-repeat url(test.jpg) center bottom }
bg39062 { background: content-box no-repeat url(test.jpg) center bottom fixed }
bg39063 { background: content-box no-repeat url(test.jpg) center bottom scroll }
bg39064 { background: content-box no-repeat url(test.jpg) scroll center bottom }
bg39065 { background: content-box none fixed no-repeat center bottom }
bg39066 { background: content-box none fixed repeat center bottom }
bg39067 { background: content-box none fixed repeat-x center bottom }
bg39068 { background: content-box none fixed repeat-y center bottom }
bg39069 { background: content-box none fixed center bottom }
bg39070 { background: content-box none fixed center bottom no-repeat }
bg39071 { background: content-box none fixed center bottom repeat }
bg39072 { background: content-box none fixed center bottom repeat-x }
bg39073 { background: content-box none fixed center bottom repeat-y }
bg39074 { background: content-box none no-repeat fixed center bottom }
bg39075 { background: content-box none no-repeat center bottom }
bg39076 { background: content-box none no-repeat center bottom fixed }
bg39077 { background: content-box none no-repeat center bottom scroll }
bg39078 { background: content-box none no-repeat scroll center bottom }
bg39079 { background: content-box none repeat fixed center bottom }
bg39080 { background: content-box none repeat center bottom }
bg39081 { background: content-box none repeat center bottom fixed }
bg39082 { background: content-box none repeat center bottom scroll }
bg39083 { background: content-box none repeat scroll center bottom }
bg39084 { background: content-box none repeat-x fixed center bottom }
bg39085 { background: content-box none repeat-x center bottom }
bg39086 { background: content-box none repeat-x center bottom fixed }
bg39087 { background: content-box none repeat-x center bottom scroll }
bg39088 { background: content-box none repeat-x scroll center bottom }
bg39089 { background: content-box none repeat-y fixed center bottom }
bg39090 { background: content-box none repeat-y center bottom }
bg39091 { background: content-box none repeat-y center bottom fixed }
bg39092 { background: content-box none repeat-y center bottom scroll }
bg39093 { background: content-box none repeat-y scroll center bottom }
bg39094 { background: content-box none center bottom }
bg39095 { background: content-box none center bottom fixed }
bg39096 { background: content-box none center bottom fixed no-repeat }
bg39097 { background: content-box none center bottom fixed repeat }
bg39098 { background: content-box none center bottom fixed repeat-x }
bg39099 { background: content-box none center bottom fixed repeat-y }
bg39100 { background: content-box none center bottom no-repeat }
bg39101 { background: content-box none center bottom no-repeat fixed }
bg39102 { background: content-box none center bottom no-repeat scroll }
bg39103 { background: content-box none center bottom repeat }
bg39104 { background: content-box none center bottom repeat fixed }
bg39105 { background: content-box none center bottom repeat scroll }
bg39106 { background: content-box none center bottom repeat-x }
bg39107 { background: content-box none center bottom repeat-x fixed }
bg39108 { background: content-box none center bottom repeat-x scroll }
bg39109 { background: content-box none center bottom repeat-y }
bg39110 { background: content-box none center bottom repeat-y fixed }
bg39111 { background: content-box none center bottom repeat-y scroll }
bg39112 { background: content-box none center bottom scroll }
bg39113 { background: content-box none center bottom scroll no-repeat }
bg39114 { background: content-box none center bottom scroll repeat }
bg39115 { background: content-box none center bottom scroll repeat-x }
bg39116 { background: content-box none center bottom scroll repeat-y }
bg39117 { background: content-box none scroll no-repeat center bottom }
bg39118 { background: content-box none scroll repeat center bottom }
bg39119 { background: content-box none scroll repeat-x center bottom }
bg39120 { background: content-box none scroll repeat-y center bottom }
bg39121 { background: content-box none scroll center bottom }
bg39122 { background: content-box none scroll center bottom no-repeat }
bg39123 { background: content-box none scroll center bottom repeat }
bg39124 { background: content-box none scroll center bottom repeat-x }
bg39125 { background: content-box none scroll center bottom repeat-y }
bg39126 { background: content-box repeat fixed none center bottom }
bg39127 { background: content-box repeat fixed center bottom }
bg39128 { background: content-box repeat fixed center bottom none }
bg39129 { background: content-box repeat fixed center bottom url(test.jpg) }
bg39130 { background: content-box repeat fixed url(test.jpg) center bottom }
bg39131 { background: content-box repeat none fixed center bottom }
bg39132 { background: content-box repeat none center bottom }
bg39133 { background: content-box repeat none center bottom fixed }
bg39134 { background: content-box repeat none center bottom scroll }
bg39135 { background: content-box repeat none scroll center bottom }
bg39136 { background: content-box repeat center bottom }
bg39137 { background: content-box repeat center bottom fixed }
bg39138 { background: content-box repeat center bottom fixed none }
bg39139 { background: content-box repeat center bottom fixed url(test.jpg) }
bg39140 { background: content-box repeat center bottom none }
bg39141 { background: content-box repeat center bottom none fixed }
bg39142 { background: content-box repeat center bottom none scroll }
bg39143 { background: content-box repeat center bottom scroll }
bg39144 { background: content-box repeat center bottom scroll none }
bg39145 { background: content-box repeat center bottom scroll url(test.jpg) }
bg39146 { background: content-box repeat center bottom url(test.jpg) }
bg39147 { background: content-box repeat center bottom url(test.jpg) fixed }
bg39148 { background: content-box repeat center bottom url(test.jpg) scroll }
bg39149 { background: content-box repeat scroll none center bottom }
bg39150 { background: content-box repeat scroll center bottom }
bg39151 { background: content-box repeat scroll center bottom none }
bg39152 { background: content-box repeat scroll center bottom url(test.jpg) }
bg39153 { background: content-box repeat scroll url(test.jpg) center bottom }
bg39154 { background: content-box repeat url(test.jpg) fixed center bottom }
bg39155 { background: content-box repeat url(test.jpg) center bottom }
bg39156 { background: content-box repeat url(test.jpg) center bottom fixed }
bg39157 { background: content-box repeat url(test.jpg) center bottom scroll }
bg39158 { background: content-box repeat url(test.jpg) scroll center bottom }
bg39159 { background: content-box repeat-x fixed none center bottom }
bg39160 { background: content-box repeat-x fixed center bottom }
bg39161 { background: content-box repeat-x fixed center bottom none }
bg39162 { background: content-box repeat-x fixed center bottom url(test.jpg) }
bg39163 { background: content-box repeat-x fixed url(test.jpg) center bottom }
bg39164 { background: content-box repeat-x none fixed center bottom }
bg39165 { background: content-box repeat-x none center bottom }
bg39166 { background: content-box repeat-x none center bottom fixed }
bg39167 { background: content-box repeat-x none center bottom scroll }
bg39168 { background: content-box repeat-x none scroll center bottom }
bg39169 { background: content-box repeat-x center bottom }
bg39170 { background: content-box repeat-x center bottom fixed }
bg39171 { background: content-box repeat-x center bottom fixed none }
bg39172 { background: content-box repeat-x center bottom fixed url(test.jpg) }
bg39173 { background: content-box repeat-x center bottom none }
bg39174 { background: content-box repeat-x center bottom none fixed }
bg39175 { background: content-box repeat-x center bottom none scroll }
bg39176 { background: content-box repeat-x center bottom scroll }
bg39177 { background: content-box repeat-x center bottom scroll none }
bg39178 { background: content-box repeat-x center bottom scroll url(test.jpg) }
bg39179 { background: content-box repeat-x center bottom url(test.jpg) }
bg39180 { background: content-box repeat-x center bottom url(test.jpg) fixed }
bg39181 { background: content-box repeat-x center bottom url(test.jpg) scroll }
bg39182 { background: content-box repeat-x scroll none center bottom }
bg39183 { background: content-box repeat-x scroll center bottom }
bg39184 { background: content-box repeat-x scroll center bottom none }
bg39185 { background: content-box repeat-x scroll center bottom url(test.jpg) }
bg39186 { background: content-box repeat-x scroll url(test.jpg) center bottom }
bg39187 { background: content-box repeat-x url(test.jpg) fixed center bottom }
bg39188 { background: content-box repeat-x url(test.jpg) center bottom }
bg39189 { background: content-box repeat-x url(test.jpg) center bottom fixed }
bg39190 { background: content-box repeat-x url(test.jpg) center bottom scroll }
bg39191 { background: content-box repeat-x url(test.jpg) scroll center bottom }
bg39192 { background: content-box repeat-y fixed none center bottom }
bg39193 { background: content-box repeat-y fixed center bottom }
bg39194 { background: content-box repeat-y fixed center bottom none }
bg39195 { background: content-box repeat-y fixed center bottom url(test.jpg) }
bg39196 { background: content-box repeat-y fixed url(test.jpg) center bottom }
bg39197 { background: content-box repeat-y none fixed center bottom }
bg39198 { background: content-box repeat-y none center bottom }
bg39199 { background: content-box repeat-y none center bottom fixed }
bg39200 { background: content-box repeat-y none center bottom scroll }
bg39201 { background: content-box repeat-y none scroll center bottom }
bg39202 { background: content-box repeat-y center bottom }
bg39203 { background: content-box repeat-y center bottom fixed }
bg39204 { background: content-box repeat-y center bottom fixed none }
bg39205 { background: content-box repeat-y center bottom fixed url(test.jpg) }
bg39206 { background: content-box repeat-y center bottom none }
bg39207 { background: content-box repeat-y center bottom none fixed }
bg39208 { background: content-box repeat-y center bottom none scroll }
bg39209 { background: content-box repeat-y center bottom scroll }
bg39210 { background: content-box repeat-y center bottom scroll none }
bg39211 { background: content-box repeat-y center bottom scroll url(test.jpg) }
bg39212 { background: content-box repeat-y center bottom url(test.jpg) }
bg39213 { background: content-box repeat-y center bottom url(test.jpg) fixed }
bg39214 { background: content-box repeat-y center bottom url(test.jpg) scroll }
bg39215 { background: content-box repeat-y scroll none center bottom }
bg39216 { background: content-box repeat-y scroll center bottom }
bg39217 { background: content-box repeat-y scroll center bottom none }
bg39218 { background: content-box repeat-y scroll center bottom url(test.jpg) }
bg39219 { background: content-box repeat-y scroll url(test.jpg) center bottom }
bg39220 { background: content-box repeat-y url(test.jpg) fixed center bottom }
bg39221 { background: content-box repeat-y url(test.jpg) center bottom }
bg39222 { background: content-box repeat-y url(test.jpg) center bottom fixed }
bg39223 { background: content-box repeat-y url(test.jpg) center bottom scroll }
bg39224 { background: content-box repeat-y url(test.jpg) scroll center bottom }
bg39225 { background: content-box center bottom }
bg39226 { background: content-box center bottom fixed }
bg39227 { background: content-box center bottom fixed no-repeat }
bg39228 { background: content-box center bottom fixed no-repeat none }
bg39229 { background: content-box center bottom fixed no-repeat url(test.jpg) }
bg39230 { background: content-box center bottom fixed none }
bg39231 { background: content-box center bottom fixed none no-repeat }
bg39232 { background: content-box center bottom fixed none repeat }
bg39233 { background: content-box center bottom fixed none repeat-x }
bg39234 { background: content-box center bottom fixed none repeat-y }
bg39235 { background: content-box center bottom fixed repeat }
bg39236 { background: content-box center bottom fixed repeat none }
bg39237 { background: content-box center bottom fixed repeat url(test.jpg) }
bg39238 { background: content-box center bottom fixed repeat-x }
bg39239 { background: content-box center bottom fixed repeat-x none }
bg39240 { background: content-box center bottom fixed repeat-x url(test.jpg) }
bg39241 { background: content-box center bottom fixed repeat-y }
bg39242 { background: content-box center bottom fixed repeat-y none }
bg39243 { background: content-box center bottom fixed repeat-y url(test.jpg) }
bg39244 { background: content-box center bottom fixed url(test.jpg) }
bg39245 { background: content-box center bottom fixed url(test.jpg) no-repeat }
bg39246 { background: content-box center bottom fixed url(test.jpg) repeat }
bg39247 { background: content-box center bottom fixed url(test.jpg) repeat-x }
bg39248 { background: content-box center bottom fixed url(test.jpg) repeat-y }
bg39249 { background: content-box center bottom no-repeat }
bg39250 { background: content-box center bottom no-repeat fixed }
bg39251 { background: content-box center bottom no-repeat fixed none }
bg39252 { background: content-box center bottom no-repeat fixed url(test.jpg) }
bg39253 { background: content-box center bottom no-repeat none }
bg39254 { background: content-box center bottom no-repeat none fixed }
bg39255 { background: content-box center bottom no-repeat none scroll }
bg39256 { background: content-box center bottom no-repeat scroll }
bg39257 { background: content-box center bottom no-repeat scroll none }
bg39258 { background: content-box center bottom no-repeat scroll url(test.jpg) }
bg39259 { background: content-box center bottom no-repeat url(test.jpg) }
bg39260 { background: content-box center bottom no-repeat url(test.jpg) fixed }
bg39261 { background: content-box center bottom no-repeat url(test.jpg) scroll }
bg39262 { background: content-box center bottom none }
bg39263 { background: content-box center bottom none fixed }
bg39264 { background: content-box center bottom none fixed no-repeat }
bg39265 { background: content-box center bottom none fixed repeat }
bg39266 { background: content-box center bottom none fixed repeat-x }
bg39267 { background: content-box center bottom none fixed repeat-y }
bg39268 { background: content-box center bottom none no-repeat }
bg39269 { background: content-box center bottom none no-repeat fixed }
bg39270 { background: content-box center bottom none no-repeat scroll }
bg39271 { background: content-box center bottom none repeat }
bg39272 { background: content-box center bottom none repeat fixed }
bg39273 { background: content-box center bottom none repeat scroll }
bg39274 { background: content-box center bottom none repeat-x }
bg39275 { background: content-box center bottom none repeat-x fixed }
bg39276 { background: content-box center bottom none repeat-x scroll }
bg39277 { background: content-box center bottom none repeat-y }
bg39278 { background: content-box center bottom none repeat-y fixed }
bg39279 { background: content-box center bottom none repeat-y scroll }
bg39280 { background: content-box center bottom none scroll }
bg39281 { background: content-box center bottom none scroll no-repeat }
bg39282 { background: content-box center bottom none scroll repeat }
bg39283 { background: content-box center bottom none scroll repeat-x }
bg39284 { background: content-box center bottom none scroll repeat-y }
bg39285 { background: content-box center bottom repeat }
bg39286 { background: content-box center bottom repeat fixed }
bg39287 { background: content-box center bottom repeat fixed none }
bg39288 { background: content-box center bottom repeat fixed url(test.jpg) }
bg39289 { background: content-box center bottom repeat none }
bg39290 { background: content-box center bottom repeat none fixed }
bg39291 { background: content-box center bottom repeat none scroll }
bg39292 { background: content-box center bottom repeat scroll }
bg39293 { background: content-box center bottom repeat scroll none }
bg39294 { background: content-box center bottom repeat scroll url(test.jpg) }
bg39295 { background: content-box center bottom repeat url(test.jpg) }
bg39296 { background: content-box center bottom repeat url(test.jpg) fixed }
bg39297 { background: content-box center bottom repeat url(test.jpg) scroll }
bg39298 { background: content-box center bottom repeat-x }
bg39299 { background: content-box center bottom repeat-x fixed }
bg39300 { background: content-box center bottom repeat-x fixed none }
bg39301 { background: content-box center bottom repeat-x fixed url(test.jpg) }
bg39302 { background: content-box center bottom repeat-x none }
bg39303 { background: content-box center bottom repeat-x none fixed }
bg39304 { background: content-box center bottom repeat-x none scroll }
bg39305 { background: content-box center bottom repeat-x scroll }
bg39306 { background: content-box center bottom repeat-x scroll none }
bg39307 { background: content-box center bottom repeat-x scroll url(test.jpg) }
bg39308 { background: content-box center bottom repeat-x url(test.jpg) }
bg39309 { background: content-box center bottom repeat-x url(test.jpg) fixed }
bg39310 { background: content-box center bottom repeat-x url(test.jpg) scroll }
bg39311 { background: content-box center bottom repeat-y }
bg39312 { background: content-box center bottom repeat-y fixed }
bg39313 { background: content-box center bottom repeat-y fixed none }
bg39314 { background: content-box center bottom repeat-y fixed url(test.jpg) }
bg39315 { background: content-box center bottom repeat-y none }
bg39316 { background: content-box center bottom repeat-y none fixed }
bg39317 { background: content-box center bottom repeat-y none scroll }
bg39318 { background: content-box center bottom repeat-y scroll }
bg39319 { background: content-box center bottom repeat-y scroll none }
bg39320 { background: content-box center bottom repeat-y scroll url(test.jpg) }
bg39321 { background: content-box center bottom repeat-y url(test.jpg) }
bg39322 { background: content-box center bottom repeat-y url(test.jpg) fixed }
bg39323 { background: content-box center bottom repeat-y url(test.jpg) scroll }
bg39324 { background: content-box center bottom scroll }
bg39325 { background: content-box center bottom scroll no-repeat }
bg39326 { background: content-box center bottom scroll no-repeat none }
bg39327 { background: content-box center bottom scroll no-repeat url(test.jpg) }
bg39328 { background: content-box center bottom scroll none }
bg39329 { background: content-box center bottom scroll none no-repeat }
bg39330 { background: content-box center bottom scroll none repeat }
bg39331 { background: content-box center bottom scroll none repeat-x }
bg39332 { background: content-box center bottom scroll none repeat-y }
bg39333 { background: content-box center bottom scroll repeat }
bg39334 { background: content-box center bottom scroll repeat none }
bg39335 { background: content-box center bottom scroll repeat url(test.jpg) }
bg39336 { background: content-box center bottom scroll repeat-x }
bg39337 { background: content-box center bottom scroll repeat-x none }
bg39338 { background: content-box center bottom scroll repeat-x url(test.jpg) }
bg39339 { background: content-box center bottom scroll repeat-y }
bg39340 { background: content-box center bottom scroll repeat-y none }
bg39341 { background: content-box center bottom scroll repeat-y url(test.jpg) }
bg39342 { background: content-box center bottom scroll url(test.jpg) }
bg39343 { background: content-box center bottom scroll url(test.jpg) no-repeat }
bg39344 { background: content-box center bottom scroll url(test.jpg) repeat }
bg39345 { background: content-box center bottom scroll url(test.jpg) repeat-x }
bg39346 { background: content-box center bottom scroll url(test.jpg) repeat-y }
bg39347 { background: content-box center bottom url(test.jpg) }
bg39348 { background: content-box center bottom url(test.jpg) fixed }
bg39349 { background: content-box center bottom url(test.jpg) fixed no-repeat }
bg39350 { background: content-box center bottom url(test.jpg) fixed repeat }
bg39351 { background: content-box center bottom url(test.jpg) fixed repeat-x }
bg39352 { background: content-box center bottom url(test.jpg) fixed repeat-y }
bg39353 { background: content-box center bottom url(test.jpg) no-repeat }
bg39354 { background: content-box center bottom url(test.jpg) no-repeat fixed }
bg39355 { background: content-box center bottom url(test.jpg) no-repeat scroll }
bg39356 { background: content-box center bottom url(test.jpg) repeat }
bg39357 { background: content-box center bottom url(test.jpg) repeat fixed }
bg39358 { background: content-box center bottom url(test.jpg) repeat scroll }
bg39359 { background: content-box center bottom url(test.jpg) repeat-x }
bg39360 { background: content-box center bottom url(test.jpg) repeat-x fixed }
bg39361 { background: content-box center bottom url(test.jpg) repeat-x scroll }
bg39362 { background: content-box center bottom url(test.jpg) repeat-y }
bg39363 { background: content-box center bottom url(test.jpg) repeat-y fixed }
bg39364 { background: content-box center bottom url(test.jpg) repeat-y scroll }
bg39365 { background: content-box center bottom url(test.jpg) scroll }
bg39366 { background: content-box center bottom url(test.jpg) scroll no-repeat }
bg39367 { background: content-box center bottom url(test.jpg) scroll repeat }
bg39368 { background: content-box center bottom url(test.jpg) scroll repeat-x }
bg39369 { background: content-box center bottom url(test.jpg) scroll repeat-y }
bg39370 { background: content-box scroll no-repeat none center bottom }
bg39371 { background: content-box scroll no-repeat center bottom }
bg39372 { background: content-box scroll no-repeat center bottom none }
bg39373 { background: content-box scroll no-repeat center bottom url(test.jpg) }
bg39374 { background: content-box scroll no-repeat url(test.jpg) center bottom }
bg39375 { background: content-box scroll none no-repeat center bottom }
bg39376 { background: content-box scroll none repeat center bottom }
bg39377 { background: content-box scroll none repeat-x center bottom }
bg39378 { background: content-box scroll none repeat-y center bottom }
bg39379 { background: content-box scroll none center bottom }
bg39380 { background: content-box scroll none center bottom no-repeat }
bg39381 { background: content-box scroll none center bottom repeat }
bg39382 { background: content-box scroll none center bottom repeat-x }
bg39383 { background: content-box scroll none center bottom repeat-y }
bg39384 { background: content-box scroll repeat none center bottom }
bg39385 { background: content-box scroll repeat center bottom }
bg39386 { background: content-box scroll repeat center bottom none }
bg39387 { background: content-box scroll repeat center bottom url(test.jpg) }
bg39388 { background: content-box scroll repeat url(test.jpg) center bottom }
bg39389 { background: content-box scroll repeat-x none center bottom }
bg39390 { background: content-box scroll repeat-x center bottom }
bg39391 { background: content-box scroll repeat-x center bottom none }
bg39392 { background: content-box scroll repeat-x center bottom url(test.jpg) }
bg39393 { background: content-box scroll repeat-x url(test.jpg) center bottom }
bg39394 { background: content-box scroll repeat-y none center bottom }
bg39395 { background: content-box scroll repeat-y center bottom }
bg39396 { background: content-box scroll repeat-y center bottom none }
bg39397 { background: content-box scroll repeat-y center bottom url(test.jpg) }
bg39398 { background: content-box scroll repeat-y url(test.jpg) center bottom }
bg39399 { background: content-box scroll center bottom }
bg39400 { background: content-box scroll center bottom no-repeat }
bg39401 { background: content-box scroll center bottom no-repeat none }
bg39402 { background: content-box scroll center bottom no-repeat url(test.jpg) }
bg39403 { background: content-box scroll center bottom none }
bg39404 { background: content-box scroll center bottom none no-repeat }
bg39405 { background: content-box scroll center bottom none repeat }
bg39406 { background: content-box scroll center bottom none repeat-x }
bg39407 { background: content-box scroll center bottom none repeat-y }
bg39408 { background: content-box scroll center bottom repeat }
bg39409 { background: content-box scroll center bottom repeat none }
bg39410 { background: content-box scroll center bottom repeat url(test.jpg) }
bg39411 { background: content-box scroll center bottom repeat-x }
bg39412 { background: content-box scroll center bottom repeat-x none }
bg39413 { background: content-box scroll center bottom repeat-x url(test.jpg) }
bg39414 { background: content-box scroll center bottom repeat-y }
bg39415 { background: content-box scroll center bottom repeat-y none }
bg39416 { background: content-box scroll center bottom repeat-y url(test.jpg) }
bg39417 { background: content-box scroll center bottom url(test.jpg) }
bg39418 { background: content-box scroll center bottom url(test.jpg) no-repeat }
bg39419 { background: content-box scroll center bottom url(test.jpg) repeat }
bg39420 { background: content-box scroll center bottom url(test.jpg) repeat-x }
bg39421 { background: content-box scroll center bottom url(test.jpg) repeat-y }
bg39422 { background: content-box scroll url(test.jpg) no-repeat center bottom }
bg39423 { background: content-box scroll url(test.jpg) repeat center bottom }
bg39424 { background: content-box scroll url(test.jpg) repeat-x center bottom }
bg39425 { background: content-box scroll url(test.jpg) repeat-y center bottom }
bg39426 { background: content-box scroll url(test.jpg) center bottom }
bg39427 { background: content-box scroll url(test.jpg) center bottom no-repeat }
bg39428 { background: content-box scroll url(test.jpg) center bottom repeat }
bg39429 { background: content-box scroll url(test.jpg) center bottom repeat-x }
bg39430 { background: content-box scroll url(test.jpg) center bottom repeat-y }
bg39431 { background: content-box url(test.jpg) fixed no-repeat center bottom }
bg39432 { background: content-box url(test.jpg) fixed repeat center bottom }
bg39433 { background: content-box url(test.jpg) fixed repeat-x center bottom }
bg39434 { background: content-box url(test.jpg) fixed repeat-y center bottom }
bg39435 { background: content-box url(test.jpg) fixed center bottom }
bg39436 { background: content-box url(test.jpg) fixed center bottom no-repeat }
bg39437 { background: content-box url(test.jpg) fixed center bottom repeat }
bg39438 { background: content-box url(test.jpg) fixed center bottom repeat-x }
bg39439 { background: content-box url(test.jpg) fixed center bottom repeat-y }
bg39440 { background: content-box url(test.jpg) no-repeat fixed center bottom }
bg39441 { background: content-box url(test.jpg) no-repeat center bottom }
bg39442 { background: content-box url(test.jpg) no-repeat center bottom fixed }
bg39443 { background: content-box url(test.jpg) no-repeat center bottom scroll }
bg39444 { background: content-box url(test.jpg) no-repeat scroll center bottom }
bg39445 { background: content-box url(test.jpg) repeat fixed center bottom }
bg39446 { background: content-box url(test.jpg) repeat center bottom }
bg39447 { background: content-box url(test.jpg) repeat center bottom fixed }
bg39448 { background: content-box url(test.jpg) repeat center bottom scroll }
bg39449 { background: content-box url(test.jpg) repeat scroll center bottom }
bg39450 { background: content-box url(test.jpg) repeat-x fixed center bottom }
bg39451 { background: content-box url(test.jpg) repeat-x center bottom }
bg39452 { background: content-box url(test.jpg) repeat-x center bottom fixed }
bg39453 { background: content-box url(test.jpg) repeat-x center bottom scroll }
bg39454 { background: content-box url(test.jpg) repeat-x scroll center bottom }
bg39455 { background: content-box url(test.jpg) repeat-y fixed center bottom }
bg39456 { background: content-box url(test.jpg) repeat-y center bottom }
bg39457 { background: content-box url(test.jpg) repeat-y center bottom fixed }
bg39458 { background: content-box url(test.jpg) repeat-y center bottom scroll }
bg39459 { background: content-box url(test.jpg) repeat-y scroll center bottom }
bg39460 { background: content-box url(test.jpg) center bottom }
bg39461 { background: content-box url(test.jpg) center bottom fixed }
bg39462 { background: content-box url(test.jpg) center bottom fixed no-repeat }
bg39463 { background: content-box url(test.jpg) center bottom fixed repeat }
bg39464 { background: content-box url(test.jpg) center bottom fixed repeat-x }
bg39465 { background: content-box url(test.jpg) center bottom fixed repeat-y }
bg39466 { background: content-box url(test.jpg) center bottom no-repeat }
bg39467 { background: content-box url(test.jpg) center bottom no-repeat fixed }
bg39468 { background: content-box url(test.jpg) center bottom no-repeat scroll }
bg39469 { background: content-box url(test.jpg) center bottom repeat }
bg39470 { background: content-box url(test.jpg) center bottom repeat fixed }
bg39471 { background: content-box url(test.jpg) center bottom repeat scroll }
bg39472 { background: content-box url(test.jpg) center bottom repeat-x }
bg39473 { background: content-box url(test.jpg) center bottom repeat-x fixed }
bg39474 { background: content-box url(test.jpg) center bottom repeat-x scroll }
bg39475 { background: content-box url(test.jpg) center bottom repeat-y }
bg39476 { background: content-box url(test.jpg) center bottom repeat-y fixed }
bg39477 { background: content-box url(test.jpg) center bottom repeat-y scroll }
bg39478 { background: content-box url(test.jpg) center bottom scroll }
bg39479 { background: content-box url(test.jpg) center bottom scroll no-repeat }
bg39480 { background: content-box url(test.jpg) center bottom scroll repeat }
bg39481 { background: content-box url(test.jpg) center bottom scroll repeat-x }
bg39482 { background: content-box url(test.jpg) center bottom scroll repeat-y }
bg39483 { background: content-box url(test.jpg) scroll no-repeat center bottom }
bg39484 { background: content-box url(test.jpg) scroll repeat center bottom }
bg39485 { background: content-box url(test.jpg) scroll repeat-x center bottom }
bg39486 { background: content-box url(test.jpg) scroll repeat-y center bottom }
bg39487 { background: content-box url(test.jpg) scroll center bottom }
bg39488 { background: content-box url(test.jpg) scroll center bottom no-repeat }
bg39489 { background: content-box url(test.jpg) scroll center bottom repeat }
bg39490 { background: content-box url(test.jpg) scroll center bottom repeat-x }
bg39491 { background: content-box url(test.jpg) scroll center bottom repeat-y }
bg39492 { background: url(test.jpg) fixed no-repeat center bottom content-box }
bg39493 { background: url(test.jpg) fixed no-repeat content-box center bottom }
bg39494 { background: url(test.jpg) fixed repeat center bottom content-box }
bg39495 { background: url(test.jpg) fixed repeat content-box center bottom }
bg39496 { background: url(test.jpg) fixed repeat-x center bottom content-box }
bg39497 { background: url(test.jpg) fixed repeat-x content-box center bottom }
bg39498 { background: url(test.jpg) fixed repeat-y center bottom content-box }
bg39499 { background: url(test.jpg) fixed repeat-y content-box center bottom }
bg39500 { background: url(test.jpg) fixed center bottom no-repeat content-box }
bg39501 { background: url(test.jpg) fixed center bottom repeat content-box }
bg39502 { background: url(test.jpg) fixed center bottom repeat-x content-box }
bg39503 { background: url(test.jpg) fixed center bottom repeat-y content-box }
bg39504 { background: url(test.jpg) fixed center bottom content-box }
bg39505 { background: url(test.jpg) fixed center bottom content-box no-repeat }
bg39506 { background: url(test.jpg) fixed center bottom content-box repeat }
bg39507 { background: url(test.jpg) fixed center bottom content-box repeat-x }
bg39508 { background: url(test.jpg) fixed center bottom content-box repeat-y }
bg39509 { background: url(test.jpg) fixed content-box no-repeat center bottom }
bg39510 { background: url(test.jpg) fixed content-box repeat center bottom }
bg39511 { background: url(test.jpg) fixed content-box repeat-x center bottom }
bg39512 { background: url(test.jpg) fixed content-box repeat-y center bottom }
bg39513 { background: url(test.jpg) fixed content-box center bottom }
bg39514 { background: url(test.jpg) fixed content-box center bottom no-repeat }
bg39515 { background: url(test.jpg) fixed content-box center bottom repeat }
bg39516 { background: url(test.jpg) fixed content-box center bottom repeat-x }
bg39517 { background: url(test.jpg) fixed content-box center bottom repeat-y }
bg39518 { background: url(test.jpg) no-repeat fixed center bottom content-box }
bg39519 { background: url(test.jpg) no-repeat fixed content-box center bottom }
bg39520 { background: url(test.jpg) no-repeat center bottom fixed content-box }
bg39521 { background: url(test.jpg) no-repeat center bottom scroll content-box }
bg39522 { background: url(test.jpg) no-repeat center bottom content-box }
bg39523 { background: url(test.jpg) no-repeat center bottom content-box fixed }
bg39524 { background: url(test.jpg) no-repeat center bottom content-box scroll }
bg39525 { background: url(test.jpg) no-repeat scroll center bottom content-box }
bg39526 { background: url(test.jpg) no-repeat scroll content-box center bottom }
bg39527 { background: url(test.jpg) no-repeat content-box fixed center bottom }
bg39528 { background: url(test.jpg) no-repeat content-box center bottom }
bg39529 { background: url(test.jpg) no-repeat content-box center bottom fixed }
bg39530 { background: url(test.jpg) no-repeat content-box center bottom scroll }
bg39531 { background: url(test.jpg) no-repeat content-box scroll center bottom }
bg39532 { background: url(test.jpg) repeat fixed center bottom content-box }
bg39533 { background: url(test.jpg) repeat fixed content-box center bottom }
bg39534 { background: url(test.jpg) repeat center bottom fixed content-box }
bg39535 { background: url(test.jpg) repeat center bottom scroll content-box }
bg39536 { background: url(test.jpg) repeat center bottom content-box }
bg39537 { background: url(test.jpg) repeat center bottom content-box fixed }
bg39538 { background: url(test.jpg) repeat center bottom content-box scroll }
bg39539 { background: url(test.jpg) repeat scroll center bottom content-box }
bg39540 { background: url(test.jpg) repeat scroll content-box center bottom }
bg39541 { background: url(test.jpg) repeat content-box fixed center bottom }
bg39542 { background: url(test.jpg) repeat content-box center bottom }
bg39543 { background: url(test.jpg) repeat content-box center bottom fixed }
bg39544 { background: url(test.jpg) repeat content-box center bottom scroll }
bg39545 { background: url(test.jpg) repeat content-box scroll center bottom }
bg39546 { background: url(test.jpg) repeat-x fixed center bottom content-box }
bg39547 { background: url(test.jpg) repeat-x fixed content-box center bottom }
bg39548 { background: url(test.jpg) repeat-x center bottom fixed content-box }
bg39549 { background: url(test.jpg) repeat-x center bottom scroll content-box }
bg39550 { background: url(test.jpg) repeat-x center bottom content-box }
bg39551 { background: url(test.jpg) repeat-x center bottom content-box fixed }
bg39552 { background: url(test.jpg) repeat-x center bottom content-box scroll }
bg39553 { background: url(test.jpg) repeat-x scroll center bottom content-box }
bg39554 { background: url(test.jpg) repeat-x scroll content-box center bottom }
bg39555 { background: url(test.jpg) repeat-x content-box fixed center bottom }
bg39556 { background: url(test.jpg) repeat-x content-box center bottom }
bg39557 { background: url(test.jpg) repeat-x content-box center bottom fixed }
bg39558 { background: url(test.jpg) repeat-x content-box center bottom scroll }
bg39559 { background: url(test.jpg) repeat-x content-box scroll center bottom }
bg39560 { background: url(test.jpg) repeat-y fixed center bottom content-box }
bg39561 { background: url(test.jpg) repeat-y fixed content-box center bottom }
bg39562 { background: url(test.jpg) repeat-y center bottom fixed content-box }
bg39563 { background: url(test.jpg) repeat-y center bottom scroll content-box }
bg39564 { background: url(test.jpg) repeat-y center bottom content-box }
bg39565 { background: url(test.jpg) repeat-y center bottom content-box fixed }
bg39566 { background: url(test.jpg) repeat-y center bottom content-box scroll }
bg39567 { background: url(test.jpg) repeat-y scroll center bottom content-box }
bg39568 { background: url(test.jpg) repeat-y scroll content-box center bottom }
bg39569 { background: url(test.jpg) repeat-y content-box fixed center bottom }
bg39570 { background: url(test.jpg) repeat-y content-box center bottom }
bg39571 { background: url(test.jpg) repeat-y content-box center bottom fixed }
bg39572 { background: url(test.jpg) repeat-y content-box center bottom scroll }
bg39573 { background: url(test.jpg) repeat-y content-box scroll center bottom }
bg39574 { background: url(test.jpg) center bottom fixed no-repeat content-box }
bg39575 { background: url(test.jpg) center bottom fixed repeat content-box }
bg39576 { background: url(test.jpg) center bottom fixed repeat-x content-box }
bg39577 { background: url(test.jpg) center bottom fixed repeat-y content-box }
bg39578 { background: url(test.jpg) center bottom fixed content-box }
bg39579 { background: url(test.jpg) center bottom fixed content-box no-repeat }
bg39580 { background: url(test.jpg) center bottom fixed content-box repeat }
bg39581 { background: url(test.jpg) center bottom fixed content-box repeat-x }
bg39582 { background: url(test.jpg) center bottom fixed content-box repeat-y }
bg39583 { background: url(test.jpg) center bottom no-repeat fixed content-box }
bg39584 { background: url(test.jpg) center bottom no-repeat scroll content-box }
bg39585 { background: url(test.jpg) center bottom no-repeat content-box }
bg39586 { background: url(test.jpg) center bottom no-repeat content-box fixed }
bg39587 { background: url(test.jpg) center bottom no-repeat content-box scroll }
bg39588 { background: url(test.jpg) center bottom repeat fixed content-box }
bg39589 { background: url(test.jpg) center bottom repeat scroll content-box }
bg39590 { background: url(test.jpg) center bottom repeat content-box }
bg39591 { background: url(test.jpg) center bottom repeat content-box fixed }
bg39592 { background: url(test.jpg) center bottom repeat content-box scroll }
bg39593 { background: url(test.jpg) center bottom repeat-x fixed content-box }
bg39594 { background: url(test.jpg) center bottom repeat-x scroll content-box }
bg39595 { background: url(test.jpg) center bottom repeat-x content-box }
bg39596 { background: url(test.jpg) center bottom repeat-x content-box fixed }
bg39597 { background: url(test.jpg) center bottom repeat-x content-box scroll }
bg39598 { background: url(test.jpg) center bottom repeat-y fixed content-box }
bg39599 { background: url(test.jpg) center bottom repeat-y scroll content-box }
bg39600 { background: url(test.jpg) center bottom repeat-y content-box }
bg39601 { background: url(test.jpg) center bottom repeat-y content-box fixed }
bg39602 { background: url(test.jpg) center bottom repeat-y content-box scroll }
bg39603 { background: url(test.jpg) center bottom scroll no-repeat content-box }
bg39604 { background: url(test.jpg) center bottom scroll repeat content-box }
bg39605 { background: url(test.jpg) center bottom scroll repeat-x content-box }
bg39606 { background: url(test.jpg) center bottom scroll repeat-y content-box }
bg39607 { background: url(test.jpg) center bottom scroll content-box }
bg39608 { background: url(test.jpg) center bottom scroll content-box no-repeat }
bg39609 { background: url(test.jpg) center bottom scroll content-box repeat }
bg39610 { background: url(test.jpg) center bottom scroll content-box repeat-x }
bg39611 { background: url(test.jpg) center bottom scroll content-box repeat-y }
bg39612 { background: url(test.jpg) center bottom content-box }
bg39613 { background: url(test.jpg) center bottom content-box fixed }
bg39614 { background: url(test.jpg) center bottom content-box fixed no-repeat }
bg39615 { background: url(test.jpg) center bottom content-box fixed repeat }
bg39616 { background: url(test.jpg) center bottom content-box fixed repeat-x }
bg39617 { background: url(test.jpg) center bottom content-box fixed repeat-y }
bg39618 { background: url(test.jpg) center bottom content-box no-repeat }
bg39619 { background: url(test.jpg) center bottom content-box no-repeat fixed }
bg39620 { background: url(test.jpg) center bottom content-box no-repeat scroll }
bg39621 { background: url(test.jpg) center bottom content-box repeat }
bg39622 { background: url(test.jpg) center bottom content-box repeat fixed }
bg39623 { background: url(test.jpg) center bottom content-box repeat scroll }
bg39624 { background: url(test.jpg) center bottom content-box repeat-x }
bg39625 { background: url(test.jpg) center bottom content-box repeat-x fixed }
bg39626 { background: url(test.jpg) center bottom content-box repeat-x scroll }
bg39627 { background: url(test.jpg) center bottom content-box repeat-y }
bg39628 { background: url(test.jpg) center bottom content-box repeat-y fixed }
bg39629 { background: url(test.jpg) center bottom content-box repeat-y scroll }
bg39630 { background: url(test.jpg) center bottom content-box scroll }
bg39631 { background: url(test.jpg) center bottom content-box scroll no-repeat }
bg39632 { background: url(test.jpg) center bottom content-box scroll repeat }
bg39633 { background: url(test.jpg) center bottom content-box scroll repeat-x }
bg39634 { background: url(test.jpg) center bottom content-box scroll repeat-y }
bg39635 { background: url(test.jpg) scroll no-repeat center bottom content-box }
bg39636 { background: url(test.jpg) scroll no-repeat content-box center bottom }
bg39637 { background: url(test.jpg) scroll repeat center bottom content-box }
bg39638 { background: url(test.jpg) scroll repeat content-box center bottom }
bg39639 { background: url(test.jpg) scroll repeat-x center bottom content-box }
bg39640 { background: url(test.jpg) scroll repeat-x content-box center bottom }
bg39641 { background: url(test.jpg) scroll repeat-y center bottom content-box }
bg39642 { background: url(test.jpg) scroll repeat-y content-box center bottom }
bg39643 { background: url(test.jpg) scroll center bottom no-repeat content-box }
bg39644 { background: url(test.jpg) scroll center bottom repeat content-box }
bg39645 { background: url(test.jpg) scroll center bottom repeat-x content-box }
bg39646 { background: url(test.jpg) scroll center bottom repeat-y content-box }
bg39647 { background: url(test.jpg) scroll center bottom content-box }
bg39648 { background: url(test.jpg) scroll center bottom content-box no-repeat }
bg39649 { background: url(test.jpg) scroll center bottom content-box repeat }
bg39650 { background: url(test.jpg) scroll center bottom content-box repeat-x }
bg39651 { background: url(test.jpg) scroll center bottom content-box repeat-y }
bg39652 { background: url(test.jpg) scroll content-box no-repeat center bottom }
bg39653 { background: url(test.jpg) scroll content-box repeat center bottom }
bg39654 { background: url(test.jpg) scroll content-box repeat-x center bottom }
bg39655 { background: url(test.jpg) scroll content-box repeat-y center bottom }
bg39656 { background: url(test.jpg) scroll content-box center bottom }
bg39657 { background: url(test.jpg) scroll content-box center bottom no-repeat }
bg39658 { background: url(test.jpg) scroll content-box center bottom repeat }
bg39659 { background: url(test.jpg) scroll content-box center bottom repeat-x }
bg39660 { background: url(test.jpg) scroll content-box center bottom repeat-y }
bg39661 { background: url(test.jpg) content-box fixed no-repeat center bottom }
bg39662 { background: url(test.jpg) content-box fixed repeat center bottom }
bg39663 { background: url(test.jpg) content-box fixed repeat-x center bottom }
bg39664 { background: url(test.jpg) content-box fixed repeat-y center bottom }
bg39665 { background: url(test.jpg) content-box fixed center bottom }
bg39666 { background: url(test.jpg) content-box fixed center bottom no-repeat }
bg39667 { background: url(test.jpg) content-box fixed center bottom repeat }
bg39668 { background: url(test.jpg) content-box fixed center bottom repeat-x }
bg39669 { background: url(test.jpg) content-box fixed center bottom repeat-y }
bg39670 { background: url(test.jpg) content-box no-repeat fixed center bottom }
bg39671 { background: url(test.jpg) content-box no-repeat center bottom }
bg39672 { background: url(test.jpg) content-box no-repeat center bottom fixed }
bg39673 { background: url(test.jpg) content-box no-repeat center bottom scroll }
bg39674 { background: url(test.jpg) content-box no-repeat scroll center bottom }
bg39675 { background: url(test.jpg) content-box repeat fixed center bottom }
bg39676 { background: url(test.jpg) content-box repeat center bottom }
bg39677 { background: url(test.jpg) content-box repeat center bottom fixed }
bg39678 { background: url(test.jpg) content-box repeat center bottom scroll }
bg39679 { background: url(test.jpg) content-box repeat scroll center bottom }
bg39680 { background: url(test.jpg) content-box repeat-x fixed center bottom }
bg39681 { background: url(test.jpg) content-box repeat-x center bottom }
bg39682 { background: url(test.jpg) content-box repeat-x center bottom fixed }
bg39683 { background: url(test.jpg) content-box repeat-x center bottom scroll }
bg39684 { background: url(test.jpg) content-box repeat-x scroll center bottom }
bg39685 { background: url(test.jpg) content-box repeat-y fixed center bottom }
bg39686 { background: url(test.jpg) content-box repeat-y center bottom }
bg39687 { background: url(test.jpg) content-box repeat-y center bottom fixed }
bg39688 { background: url(test.jpg) content-box repeat-y center bottom scroll }
bg39689 { background: url(test.jpg) content-box repeat-y scroll center bottom }
bg39690 { background: url(test.jpg) content-box center bottom }
bg39691 { background: url(test.jpg) content-box center bottom fixed }
bg39692 { background: url(test.jpg) content-box center bottom fixed no-repeat }
bg39693 { background: url(test.jpg) content-box center bottom fixed repeat }
bg39694 { background: url(test.jpg) content-box center bottom fixed repeat-x }
bg39695 { background: url(test.jpg) content-box center bottom fixed repeat-y }
bg39696 { background: url(test.jpg) content-box center bottom no-repeat }
bg39697 { background: url(test.jpg) content-box center bottom no-repeat fixed }
bg39698 { background: url(test.jpg) content-box center bottom no-repeat scroll }
bg39699 { background: url(test.jpg) content-box center bottom repeat }
bg39700 { background: url(test.jpg) content-box center bottom repeat fixed }
bg39701 { background: url(test.jpg) content-box center bottom repeat scroll }
bg39702 { background: url(test.jpg) content-box center bottom repeat-x }
bg39703 { background: url(test.jpg) content-box center bottom repeat-x fixed }
bg39704 { background: url(test.jpg) content-box center bottom repeat-x scroll }
bg39705 { background: url(test.jpg) content-box center bottom repeat-y }
bg39706 { background: url(test.jpg) content-box center bottom repeat-y fixed }
bg39707 { background: url(test.jpg) content-box center bottom repeat-y scroll }
bg39708 { background: url(test.jpg) content-box center bottom scroll }
bg39709 { background: url(test.jpg) content-box center bottom scroll no-repeat }
bg39710 { background: url(test.jpg) content-box center bottom scroll repeat }
bg39711 { background: url(test.jpg) content-box center bottom scroll repeat-x }
bg39712 { background: url(test.jpg) content-box center bottom scroll repeat-y }
bg39713 { background: url(test.jpg) content-box scroll no-repeat center bottom }
bg39714 { background: url(test.jpg) content-box scroll repeat center bottom }
bg39715 { background: url(test.jpg) content-box scroll repeat-x center bottom }
bg39716 { background: url(test.jpg) content-box scroll repeat-y center bottom }
bg39717 { background: url(test.jpg) content-box scroll center bottom }
bg39718 { background: url(test.jpg) content-box scroll center bottom no-repeat }
bg39719 { background: url(test.jpg) content-box scroll center bottom repeat }
bg39720 { background: url(test.jpg) content-box scroll center bottom repeat-x }
bg39721 { background: url(test.jpg) content-box scroll center bottom repeat-y }
bg39722 { background: fixed no-repeat none right bottom content-box }
bg39723 { background: fixed no-repeat none content-box right bottom }
bg39724 { background: fixed no-repeat right bottom none content-box }
bg39725 { background: fixed no-repeat right bottom content-box }
bg39726 { background: fixed no-repeat right bottom content-box none }
bg39727 { background: fixed no-repeat right bottom content-box url(test.jpg) }
bg39728 { background: fixed no-repeat right bottom url(test.jpg) content-box }
bg39729 { background: fixed no-repeat content-box none right bottom }
bg39730 { background: fixed no-repeat content-box right bottom }
bg39731 { background: fixed no-repeat content-box right bottom none }
bg39732 { background: fixed no-repeat content-box right bottom url(test.jpg) }
bg39733 { background: fixed no-repeat content-box url(test.jpg) right bottom }
bg39734 { background: fixed no-repeat url(test.jpg) right bottom content-box }
bg39735 { background: fixed no-repeat url(test.jpg) content-box right bottom }
bg39736 { background: fixed none no-repeat right bottom content-box }
bg39737 { background: fixed none no-repeat content-box right bottom }
bg39738 { background: fixed none repeat right bottom content-box }
bg39739 { background: fixed none repeat content-box right bottom }
bg39740 { background: fixed none repeat-x right bottom content-box }
bg39741 { background: fixed none repeat-x content-box right bottom }
bg39742 { background: fixed none repeat-y right bottom content-box }
bg39743 { background: fixed none repeat-y content-box right bottom }
bg39744 { background: fixed none right bottom no-repeat content-box }
bg39745 { background: fixed none right bottom repeat content-box }
bg39746 { background: fixed none right bottom repeat-x content-box }
bg39747 { background: fixed none right bottom repeat-y content-box }
bg39748 { background: fixed none right bottom content-box }
bg39749 { background: fixed none right bottom content-box no-repeat }
bg39750 { background: fixed none right bottom content-box repeat }
bg39751 { background: fixed none right bottom content-box repeat-x }
bg39752 { background: fixed none right bottom content-box repeat-y }
bg39753 { background: fixed none content-box no-repeat right bottom }
bg39754 { background: fixed none content-box repeat right bottom }
bg39755 { background: fixed none content-box repeat-x right bottom }
bg39756 { background: fixed none content-box repeat-y right bottom }
bg39757 { background: fixed none content-box right bottom }
bg39758 { background: fixed none content-box right bottom no-repeat }
bg39759 { background: fixed none content-box right bottom repeat }
bg39760 { background: fixed none content-box right bottom repeat-x }
bg39761 { background: fixed none content-box right bottom repeat-y }
bg39762 { background: fixed repeat none right bottom content-box }
bg39763 { background: fixed repeat none content-box right bottom }
bg39764 { background: fixed repeat right bottom none content-box }
bg39765 { background: fixed repeat right bottom content-box }
bg39766 { background: fixed repeat right bottom content-box none }
bg39767 { background: fixed repeat right bottom content-box url(test.jpg) }
bg39768 { background: fixed repeat right bottom url(test.jpg) content-box }
bg39769 { background: fixed repeat content-box none right bottom }
bg39770 { background: fixed repeat content-box right bottom }
bg39771 { background: fixed repeat content-box right bottom none }
bg39772 { background: fixed repeat content-box right bottom url(test.jpg) }
bg39773 { background: fixed repeat content-box url(test.jpg) right bottom }
bg39774 { background: fixed repeat url(test.jpg) right bottom content-box }
bg39775 { background: fixed repeat url(test.jpg) content-box right bottom }
bg39776 { background: fixed repeat-x none right bottom content-box }
bg39777 { background: fixed repeat-x none content-box right bottom }
bg39778 { background: fixed repeat-x right bottom none content-box }
bg39779 { background: fixed repeat-x right bottom content-box }
bg39780 { background: fixed repeat-x right bottom content-box none }
bg39781 { background: fixed repeat-x right bottom content-box url(test.jpg) }
bg39782 { background: fixed repeat-x right bottom url(test.jpg) content-box }
bg39783 { background: fixed repeat-x content-box none right bottom }
bg39784 { background: fixed repeat-x content-box right bottom }
bg39785 { background: fixed repeat-x content-box right bottom none }
bg39786 { background: fixed repeat-x content-box right bottom url(test.jpg) }
bg39787 { background: fixed repeat-x content-box url(test.jpg) right bottom }
bg39788 { background: fixed repeat-x url(test.jpg) right bottom content-box }
bg39789 { background: fixed repeat-x url(test.jpg) content-box right bottom }
bg39790 { background: fixed repeat-y none right bottom content-box }
bg39791 { background: fixed repeat-y none content-box right bottom }
bg39792 { background: fixed repeat-y right bottom none content-box }
bg39793 { background: fixed repeat-y right bottom content-box }
bg39794 { background: fixed repeat-y right bottom content-box none }
bg39795 { background: fixed repeat-y right bottom content-box url(test.jpg) }
bg39796 { background: fixed repeat-y right bottom url(test.jpg) content-box }
bg39797 { background: fixed repeat-y content-box none right bottom }
bg39798 { background: fixed repeat-y content-box right bottom }
bg39799 { background: fixed repeat-y content-box right bottom none }
bg39800 { background: fixed repeat-y content-box right bottom url(test.jpg) }
bg39801 { background: fixed repeat-y content-box url(test.jpg) right bottom }
bg39802 { background: fixed repeat-y url(test.jpg) right bottom content-box }
bg39803 { background: fixed repeat-y url(test.jpg) content-box right bottom }
bg39804 { background: fixed right bottom no-repeat none content-box }
bg39805 { background: fixed right bottom no-repeat content-box }
bg39806 { background: fixed right bottom no-repeat content-box none }
bg39807 { background: fixed right bottom no-repeat content-box url(test.jpg) }
bg39808 { background: fixed right bottom no-repeat url(test.jpg) content-box }
bg39809 { background: fixed right bottom none no-repeat content-box }
bg39810 { background: fixed right bottom none repeat content-box }
bg39811 { background: fixed right bottom none repeat-x content-box }
bg39812 { background: fixed right bottom none repeat-y content-box }
bg39813 { background: fixed right bottom none content-box }
bg39814 { background: fixed right bottom none content-box no-repeat }
bg39815 { background: fixed right bottom none content-box repeat }
bg39816 { background: fixed right bottom none content-box repeat-x }
bg39817 { background: fixed right bottom none content-box repeat-y }
bg39818 { background: fixed right bottom repeat none content-box }
bg39819 { background: fixed right bottom repeat content-box }
bg39820 { background: fixed right bottom repeat content-box none }
bg39821 { background: fixed right bottom repeat content-box url(test.jpg) }
bg39822 { background: fixed right bottom repeat url(test.jpg) content-box }
bg39823 { background: fixed right bottom repeat-x none content-box }
bg39824 { background: fixed right bottom repeat-x content-box }
bg39825 { background: fixed right bottom repeat-x content-box none }
bg39826 { background: fixed right bottom repeat-x content-box url(test.jpg) }
bg39827 { background: fixed right bottom repeat-x url(test.jpg) content-box }
bg39828 { background: fixed right bottom repeat-y none content-box }
bg39829 { background: fixed right bottom repeat-y content-box }
bg39830 { background: fixed right bottom repeat-y content-box none }
bg39831 { background: fixed right bottom repeat-y content-box url(test.jpg) }
bg39832 { background: fixed right bottom repeat-y url(test.jpg) content-box }
bg39833 { background: fixed right bottom content-box }
bg39834 { background: fixed right bottom content-box no-repeat }
bg39835 { background: fixed right bottom content-box no-repeat none }
bg39836 { background: fixed right bottom content-box no-repeat url(test.jpg) }
bg39837 { background: fixed right bottom content-box none }
bg39838 { background: fixed right bottom content-box none no-repeat }
bg39839 { background: fixed right bottom content-box none repeat }
bg39840 { background: fixed right bottom content-box none repeat-x }
bg39841 { background: fixed right bottom content-box none repeat-y }
bg39842 { background: fixed right bottom content-box repeat }
bg39843 { background: fixed right bottom content-box repeat none }
bg39844 { background: fixed right bottom content-box repeat url(test.jpg) }
bg39845 { background: fixed right bottom content-box repeat-x }
bg39846 { background: fixed right bottom content-box repeat-x none }
bg39847 { background: fixed right bottom content-box repeat-x url(test.jpg) }
bg39848 { background: fixed right bottom content-box repeat-y }
bg39849 { background: fixed right bottom content-box repeat-y none }
bg39850 { background: fixed right bottom content-box repeat-y url(test.jpg) }
bg39851 { background: fixed right bottom content-box url(test.jpg) }
bg39852 { background: fixed right bottom content-box url(test.jpg) no-repeat }
bg39853 { background: fixed right bottom content-box url(test.jpg) repeat }
bg39854 { background: fixed right bottom content-box url(test.jpg) repeat-x }
bg39855 { background: fixed right bottom content-box url(test.jpg) repeat-y }
bg39856 { background: fixed right bottom url(test.jpg) no-repeat content-box }
bg39857 { background: fixed right bottom url(test.jpg) repeat content-box }
bg39858 { background: fixed right bottom url(test.jpg) repeat-x content-box }
bg39859 { background: fixed right bottom url(test.jpg) repeat-y content-box }
bg39860 { background: fixed right bottom url(test.jpg) content-box }
bg39861 { background: fixed right bottom url(test.jpg) content-box no-repeat }
bg39862 { background: fixed right bottom url(test.jpg) content-box repeat }
bg39863 { background: fixed right bottom url(test.jpg) content-box repeat-x }
bg39864 { background: fixed right bottom url(test.jpg) content-box repeat-y }
bg39865 { background: fixed content-box no-repeat none right bottom }
bg39866 { background: fixed content-box no-repeat right bottom }
bg39867 { background: fixed content-box no-repeat right bottom none }
bg39868 { background: fixed content-box no-repeat right bottom url(test.jpg) }
bg39869 { background: fixed content-box no-repeat url(test.jpg) right bottom }
bg39870 { background: fixed content-box none no-repeat right bottom }
bg39871 { background: fixed content-box none repeat right bottom }
bg39872 { background: fixed content-box none repeat-x right bottom }
bg39873 { background: fixed content-box none repeat-y right bottom }
bg39874 { background: fixed content-box none right bottom }
bg39875 { background: fixed content-box none right bottom no-repeat }
bg39876 { background: fixed content-box none right bottom repeat }
bg39877 { background: fixed content-box none right bottom repeat-x }
bg39878 { background: fixed content-box none right bottom repeat-y }
bg39879 { background: fixed content-box repeat none right bottom }
bg39880 { background: fixed content-box repeat right bottom }
bg39881 { background: fixed content-box repeat right bottom none }
bg39882 { background: fixed content-box repeat right bottom url(test.jpg) }
bg39883 { background: fixed content-box repeat url(test.jpg) right bottom }
bg39884 { background: fixed content-box repeat-x none right bottom }
bg39885 { background: fixed content-box repeat-x right bottom }
bg39886 { background: fixed content-box repeat-x right bottom none }
bg39887 { background: fixed content-box repeat-x right bottom url(test.jpg) }
bg39888 { background: fixed content-box repeat-x url(test.jpg) right bottom }
bg39889 { background: fixed content-box repeat-y none right bottom }
bg39890 { background: fixed content-box repeat-y right bottom }
bg39891 { background: fixed content-box repeat-y right bottom none }
bg39892 { background: fixed content-box repeat-y right bottom url(test.jpg) }
bg39893 { background: fixed content-box repeat-y url(test.jpg) right bottom }
bg39894 { background: fixed content-box right bottom }
bg39895 { background: fixed content-box right bottom no-repeat }
bg39896 { background: fixed content-box right bottom no-repeat none }
bg39897 { background: fixed content-box right bottom no-repeat url(test.jpg) }
bg39898 { background: fixed content-box right bottom none }
bg39899 { background: fixed content-box right bottom none no-repeat }
bg39900 { background: fixed content-box right bottom none repeat }
bg39901 { background: fixed content-box right bottom none repeat-x }
bg39902 { background: fixed content-box right bottom none repeat-y }
bg39903 { background: fixed content-box right bottom repeat }
bg39904 { background: fixed content-box right bottom repeat none }
bg39905 { background: fixed content-box right bottom repeat url(test.jpg) }
bg39906 { background: fixed content-box right bottom repeat-x }
bg39907 { background: fixed content-box right bottom repeat-x none }
bg39908 { background: fixed content-box right bottom repeat-x url(test.jpg) }
bg39909 { background: fixed content-box right bottom repeat-y }
bg39910 { background: fixed content-box right bottom repeat-y none }
bg39911 { background: fixed content-box right bottom repeat-y url(test.jpg) }
bg39912 { background: fixed content-box right bottom url(test.jpg) }
bg39913 { background: fixed content-box right bottom url(test.jpg) no-repeat }
bg39914 { background: fixed content-box right bottom url(test.jpg) repeat }
bg39915 { background: fixed content-box right bottom url(test.jpg) repeat-x }
bg39916 { background: fixed content-box right bottom url(test.jpg) repeat-y }
bg39917 { background: fixed content-box url(test.jpg) no-repeat right bottom }
bg39918 { background: fixed content-box url(test.jpg) repeat right bottom }
bg39919 { background: fixed content-box url(test.jpg) repeat-x right bottom }
bg39920 { background: fixed content-box url(test.jpg) repeat-y right bottom }
bg39921 { background: fixed content-box url(test.jpg) right bottom }
bg39922 { background: fixed content-box url(test.jpg) right bottom no-repeat }
bg39923 { background: fixed content-box url(test.jpg) right bottom repeat }
bg39924 { background: fixed content-box url(test.jpg) right bottom repeat-x }
bg39925 { background: fixed content-box url(test.jpg) right bottom repeat-y }
bg39926 { background: fixed url(test.jpg) no-repeat right bottom content-box }
bg39927 { background: fixed url(test.jpg) no-repeat content-box right bottom }
bg39928 { background: fixed url(test.jpg) repeat right bottom content-box }
bg39929 { background: fixed url(test.jpg) repeat content-box right bottom }
bg39930 { background: fixed url(test.jpg) repeat-x right bottom content-box }
bg39931 { background: fixed url(test.jpg) repeat-x content-box right bottom }
bg39932 { background: fixed url(test.jpg) repeat-y right bottom content-box }
bg39933 { background: fixed url(test.jpg) repeat-y content-box right bottom }
bg39934 { background: fixed url(test.jpg) right bottom no-repeat content-box }
bg39935 { background: fixed url(test.jpg) right bottom repeat content-box }
bg39936 { background: fixed url(test.jpg) right bottom repeat-x content-box }
bg39937 { background: fixed url(test.jpg) right bottom repeat-y content-box }
bg39938 { background: fixed url(test.jpg) right bottom content-box }
bg39939 { background: fixed url(test.jpg) right bottom content-box no-repeat }
bg39940 { background: fixed url(test.jpg) right bottom content-box repeat }
bg39941 { background: fixed url(test.jpg) right bottom content-box repeat-x }
bg39942 { background: fixed url(test.jpg) right bottom content-box repeat-y }
bg39943 { background: fixed url(test.jpg) content-box no-repeat right bottom }
bg39944 { background: fixed url(test.jpg) content-box repeat right bottom }
bg39945 { background: fixed url(test.jpg) content-box repeat-x right bottom }
bg39946 { background: fixed url(test.jpg) content-box repeat-y right bottom }
bg39947 { background: fixed url(test.jpg) content-box right bottom }
bg39948 { background: fixed url(test.jpg) content-box right bottom no-repeat }
bg39949 { background: fixed url(test.jpg) content-box right bottom repeat }
bg39950 { background: fixed url(test.jpg) content-box right bottom repeat-x }
bg39951 { background: fixed url(test.jpg) content-box right bottom repeat-y }
bg39952 { background: no-repeat fixed none right bottom content-box }
bg39953 { background: no-repeat fixed none content-box right bottom }
bg39954 { background: no-repeat fixed right bottom none content-box }
bg39955 { background: no-repeat fixed right bottom content-box }
bg39956 { background: no-repeat fixed right bottom content-box none }
bg39957 { background: no-repeat fixed right bottom content-box url(test.jpg) }
bg39958 { background: no-repeat fixed right bottom url(test.jpg) content-box }
bg39959 { background: no-repeat fixed content-box none right bottom }
bg39960 { background: no-repeat fixed content-box right bottom }
bg39961 { background: no-repeat fixed content-box right bottom none }
bg39962 { background: no-repeat fixed content-box right bottom url(test.jpg) }
bg39963 { background: no-repeat fixed content-box url(test.jpg) right bottom }
bg39964 { background: no-repeat fixed url(test.jpg) right bottom content-box }
bg39965 { background: no-repeat fixed url(test.jpg) content-box right bottom }
bg39966 { background: no-repeat none fixed right bottom content-box }
bg39967 { background: no-repeat none fixed content-box right bottom }
bg39968 { background: no-repeat none right bottom fixed content-box }
bg39969 { background: no-repeat none right bottom scroll content-box }
bg39970 { background: no-repeat none right bottom content-box }
bg39971 { background: no-repeat none right bottom content-box fixed }
bg39972 { background: no-repeat none right bottom content-box scroll }
bg39973 { background: no-repeat none scroll right bottom content-box }
bg39974 { background: no-repeat none scroll content-box right bottom }
bg39975 { background: no-repeat none content-box fixed right bottom }
bg39976 { background: no-repeat none content-box right bottom }
bg39977 { background: no-repeat none content-box right bottom fixed }
bg39978 { background: no-repeat none content-box right bottom scroll }
bg39979 { background: no-repeat none content-box scroll right bottom }
bg39980 { background: no-repeat right bottom fixed none content-box }
bg39981 { background: no-repeat right bottom fixed content-box }
bg39982 { background: no-repeat right bottom fixed content-box none }
bg39983 { background: no-repeat right bottom fixed content-box url(test.jpg) }
bg39984 { background: no-repeat right bottom fixed url(test.jpg) content-box }
bg39985 { background: no-repeat right bottom none fixed content-box }
bg39986 { background: no-repeat right bottom none scroll content-box }
bg39987 { background: no-repeat right bottom none content-box }
bg39988 { background: no-repeat right bottom none content-box fixed }
bg39989 { background: no-repeat right bottom none content-box scroll }
bg39990 { background: no-repeat right bottom scroll none content-box }
bg39991 { background: no-repeat right bottom scroll content-box }
bg39992 { background: no-repeat right bottom scroll content-box none }
bg39993 { background: no-repeat right bottom scroll content-box url(test.jpg) }
bg39994 { background: no-repeat right bottom scroll url(test.jpg) content-box }
bg39995 { background: no-repeat right bottom content-box }
bg39996 { background: no-repeat right bottom content-box fixed }
bg39997 { background: no-repeat right bottom content-box fixed none }
bg39998 { background: no-repeat right bottom content-box fixed url(test.jpg) }
bg39999 { background: no-repeat right bottom content-box none }
bg40000 { background: no-repeat right bottom content-box none fixed } | autotest/testsuite/properties/positive/background/css3/003-ad.css | bg30001 { background: fixed repeat-y content-box url(test.jpg) bottom left }
bg30002 { background: fixed repeat-y url(test.jpg) bottom left content-box }
bg30003 { background: fixed repeat-y url(test.jpg) content-box bottom left }
bg30004 { background: fixed bottom left no-repeat none content-box }
bg30005 { background: fixed bottom left no-repeat content-box }
bg30006 { background: fixed bottom left no-repeat content-box none }
bg30007 { background: fixed bottom left no-repeat content-box url(test.jpg) }
bg30008 { background: fixed bottom left no-repeat url(test.jpg) content-box }
bg30009 { background: fixed bottom left none no-repeat content-box }
bg30010 { background: fixed bottom left none repeat content-box }
bg30011 { background: fixed bottom left none repeat-x content-box }
bg30012 { background: fixed bottom left none repeat-y content-box }
bg30013 { background: fixed bottom left none content-box }
bg30014 { background: fixed bottom left none content-box no-repeat }
bg30015 { background: fixed bottom left none content-box repeat }
bg30016 { background: fixed bottom left none content-box repeat-x }
bg30017 { background: fixed bottom left none content-box repeat-y }
bg30018 { background: fixed bottom left repeat none content-box }
bg30019 { background: fixed bottom left repeat content-box }
bg30020 { background: fixed bottom left repeat content-box none }
bg30021 { background: fixed bottom left repeat content-box url(test.jpg) }
bg30022 { background: fixed bottom left repeat url(test.jpg) content-box }
bg30023 { background: fixed bottom left repeat-x none content-box }
bg30024 { background: fixed bottom left repeat-x content-box }
bg30025 { background: fixed bottom left repeat-x content-box none }
bg30026 { background: fixed bottom left repeat-x content-box url(test.jpg) }
bg30027 { background: fixed bottom left repeat-x url(test.jpg) content-box }
bg30028 { background: fixed bottom left repeat-y none content-box }
bg30029 { background: fixed bottom left repeat-y content-box }
bg30030 { background: fixed bottom left repeat-y content-box none }
bg30031 { background: fixed bottom left repeat-y content-box url(test.jpg) }
bg30032 { background: fixed bottom left repeat-y url(test.jpg) content-box }
bg30033 { background: fixed bottom left content-box }
bg30034 { background: fixed bottom left content-box no-repeat }
bg30035 { background: fixed bottom left content-box no-repeat none }
bg30036 { background: fixed bottom left content-box no-repeat url(test.jpg) }
bg30037 { background: fixed bottom left content-box none }
bg30038 { background: fixed bottom left content-box none no-repeat }
bg30039 { background: fixed bottom left content-box none repeat }
bg30040 { background: fixed bottom left content-box none repeat-x }
bg30041 { background: fixed bottom left content-box none repeat-y }
bg30042 { background: fixed bottom left content-box repeat }
bg30043 { background: fixed bottom left content-box repeat none }
bg30044 { background: fixed bottom left content-box repeat url(test.jpg) }
bg30045 { background: fixed bottom left content-box repeat-x }
bg30046 { background: fixed bottom left content-box repeat-x none }
bg30047 { background: fixed bottom left content-box repeat-x url(test.jpg) }
bg30048 { background: fixed bottom left content-box repeat-y }
bg30049 { background: fixed bottom left content-box repeat-y none }
bg30050 { background: fixed bottom left content-box repeat-y url(test.jpg) }
bg30051 { background: fixed bottom left content-box url(test.jpg) }
bg30052 { background: fixed bottom left content-box url(test.jpg) no-repeat }
bg30053 { background: fixed bottom left content-box url(test.jpg) repeat }
bg30054 { background: fixed bottom left content-box url(test.jpg) repeat-x }
bg30055 { background: fixed bottom left content-box url(test.jpg) repeat-y }
bg30056 { background: fixed bottom left url(test.jpg) no-repeat content-box }
bg30057 { background: fixed bottom left url(test.jpg) repeat content-box }
bg30058 { background: fixed bottom left url(test.jpg) repeat-x content-box }
bg30059 { background: fixed bottom left url(test.jpg) repeat-y content-box }
bg30060 { background: fixed bottom left url(test.jpg) content-box }
bg30061 { background: fixed bottom left url(test.jpg) content-box no-repeat }
bg30062 { background: fixed bottom left url(test.jpg) content-box repeat }
bg30063 { background: fixed bottom left url(test.jpg) content-box repeat-x }
bg30064 { background: fixed bottom left url(test.jpg) content-box repeat-y }
bg30065 { background: fixed content-box no-repeat none bottom left }
bg30066 { background: fixed content-box no-repeat bottom left }
bg30067 { background: fixed content-box no-repeat bottom left none }
bg30068 { background: fixed content-box no-repeat bottom left url(test.jpg) }
bg30069 { background: fixed content-box no-repeat url(test.jpg) bottom left }
bg30070 { background: fixed content-box none no-repeat bottom left }
bg30071 { background: fixed content-box none repeat bottom left }
bg30072 { background: fixed content-box none repeat-x bottom left }
bg30073 { background: fixed content-box none repeat-y bottom left }
bg30074 { background: fixed content-box none bottom left }
bg30075 { background: fixed content-box none bottom left no-repeat }
bg30076 { background: fixed content-box none bottom left repeat }
bg30077 { background: fixed content-box none bottom left repeat-x }
bg30078 { background: fixed content-box none bottom left repeat-y }
bg30079 { background: fixed content-box repeat none bottom left }
bg30080 { background: fixed content-box repeat bottom left }
bg30081 { background: fixed content-box repeat bottom left none }
bg30082 { background: fixed content-box repeat bottom left url(test.jpg) }
bg30083 { background: fixed content-box repeat url(test.jpg) bottom left }
bg30084 { background: fixed content-box repeat-x none bottom left }
bg30085 { background: fixed content-box repeat-x bottom left }
bg30086 { background: fixed content-box repeat-x bottom left none }
bg30087 { background: fixed content-box repeat-x bottom left url(test.jpg) }
bg30088 { background: fixed content-box repeat-x url(test.jpg) bottom left }
bg30089 { background: fixed content-box repeat-y none bottom left }
bg30090 { background: fixed content-box repeat-y bottom left }
bg30091 { background: fixed content-box repeat-y bottom left none }
bg30092 { background: fixed content-box repeat-y bottom left url(test.jpg) }
bg30093 { background: fixed content-box repeat-y url(test.jpg) bottom left }
bg30094 { background: fixed content-box bottom left }
bg30095 { background: fixed content-box bottom left no-repeat }
bg30096 { background: fixed content-box bottom left no-repeat none }
bg30097 { background: fixed content-box bottom left no-repeat url(test.jpg) }
bg30098 { background: fixed content-box bottom left none }
bg30099 { background: fixed content-box bottom left none no-repeat }
bg30100 { background: fixed content-box bottom left none repeat }
bg30101 { background: fixed content-box bottom left none repeat-x }
bg30102 { background: fixed content-box bottom left none repeat-y }
bg30103 { background: fixed content-box bottom left repeat }
bg30104 { background: fixed content-box bottom left repeat none }
bg30105 { background: fixed content-box bottom left repeat url(test.jpg) }
bg30106 { background: fixed content-box bottom left repeat-x }
bg30107 { background: fixed content-box bottom left repeat-x none }
bg30108 { background: fixed content-box bottom left repeat-x url(test.jpg) }
bg30109 { background: fixed content-box bottom left repeat-y }
bg30110 { background: fixed content-box bottom left repeat-y none }
bg30111 { background: fixed content-box bottom left repeat-y url(test.jpg) }
bg30112 { background: fixed content-box bottom left url(test.jpg) }
bg30113 { background: fixed content-box bottom left url(test.jpg) no-repeat }
bg30114 { background: fixed content-box bottom left url(test.jpg) repeat }
bg30115 { background: fixed content-box bottom left url(test.jpg) repeat-x }
bg30116 { background: fixed content-box bottom left url(test.jpg) repeat-y }
bg30117 { background: fixed content-box url(test.jpg) no-repeat bottom left }
bg30118 { background: fixed content-box url(test.jpg) repeat bottom left }
bg30119 { background: fixed content-box url(test.jpg) repeat-x bottom left }
bg30120 { background: fixed content-box url(test.jpg) repeat-y bottom left }
bg30121 { background: fixed content-box url(test.jpg) bottom left }
bg30122 { background: fixed content-box url(test.jpg) bottom left no-repeat }
bg30123 { background: fixed content-box url(test.jpg) bottom left repeat }
bg30124 { background: fixed content-box url(test.jpg) bottom left repeat-x }
bg30125 { background: fixed content-box url(test.jpg) bottom left repeat-y }
bg30126 { background: fixed url(test.jpg) no-repeat bottom left content-box }
bg30127 { background: fixed url(test.jpg) no-repeat content-box bottom left }
bg30128 { background: fixed url(test.jpg) repeat bottom left content-box }
bg30129 { background: fixed url(test.jpg) repeat content-box bottom left }
bg30130 { background: fixed url(test.jpg) repeat-x bottom left content-box }
bg30131 { background: fixed url(test.jpg) repeat-x content-box bottom left }
bg30132 { background: fixed url(test.jpg) repeat-y bottom left content-box }
bg30133 { background: fixed url(test.jpg) repeat-y content-box bottom left }
bg30134 { background: fixed url(test.jpg) bottom left no-repeat content-box }
bg30135 { background: fixed url(test.jpg) bottom left repeat content-box }
bg30136 { background: fixed url(test.jpg) bottom left repeat-x content-box }
bg30137 { background: fixed url(test.jpg) bottom left repeat-y content-box }
bg30138 { background: fixed url(test.jpg) bottom left content-box }
bg30139 { background: fixed url(test.jpg) bottom left content-box no-repeat }
bg30140 { background: fixed url(test.jpg) bottom left content-box repeat }
bg30141 { background: fixed url(test.jpg) bottom left content-box repeat-x }
bg30142 { background: fixed url(test.jpg) bottom left content-box repeat-y }
bg30143 { background: fixed url(test.jpg) content-box no-repeat bottom left }
bg30144 { background: fixed url(test.jpg) content-box repeat bottom left }
bg30145 { background: fixed url(test.jpg) content-box repeat-x bottom left }
bg30146 { background: fixed url(test.jpg) content-box repeat-y bottom left }
bg30147 { background: fixed url(test.jpg) content-box bottom left }
bg30148 { background: fixed url(test.jpg) content-box bottom left no-repeat }
bg30149 { background: fixed url(test.jpg) content-box bottom left repeat }
bg30150 { background: fixed url(test.jpg) content-box bottom left repeat-x }
bg30151 { background: fixed url(test.jpg) content-box bottom left repeat-y }
bg30152 { background: no-repeat fixed none bottom left content-box }
bg30153 { background: no-repeat fixed none content-box bottom left }
bg30154 { background: no-repeat fixed bottom left none content-box }
bg30155 { background: no-repeat fixed bottom left content-box }
bg30156 { background: no-repeat fixed bottom left content-box none }
bg30157 { background: no-repeat fixed bottom left content-box url(test.jpg) }
bg30158 { background: no-repeat fixed bottom left url(test.jpg) content-box }
bg30159 { background: no-repeat fixed content-box none bottom left }
bg30160 { background: no-repeat fixed content-box bottom left }
bg30161 { background: no-repeat fixed content-box bottom left none }
bg30162 { background: no-repeat fixed content-box bottom left url(test.jpg) }
bg30163 { background: no-repeat fixed content-box url(test.jpg) bottom left }
bg30164 { background: no-repeat fixed url(test.jpg) bottom left content-box }
bg30165 { background: no-repeat fixed url(test.jpg) content-box bottom left }
bg30166 { background: no-repeat none fixed bottom left content-box }
bg30167 { background: no-repeat none fixed content-box bottom left }
bg30168 { background: no-repeat none bottom left fixed content-box }
bg30169 { background: no-repeat none bottom left scroll content-box }
bg30170 { background: no-repeat none bottom left content-box }
bg30171 { background: no-repeat none bottom left content-box fixed }
bg30172 { background: no-repeat none bottom left content-box scroll }
bg30173 { background: no-repeat none scroll bottom left content-box }
bg30174 { background: no-repeat none scroll content-box bottom left }
bg30175 { background: no-repeat none content-box fixed bottom left }
bg30176 { background: no-repeat none content-box bottom left }
bg30177 { background: no-repeat none content-box bottom left fixed }
bg30178 { background: no-repeat none content-box bottom left scroll }
bg30179 { background: no-repeat none content-box scroll bottom left }
bg30180 { background: no-repeat bottom left fixed none content-box }
bg30181 { background: no-repeat bottom left fixed content-box }
bg30182 { background: no-repeat bottom left fixed content-box none }
bg30183 { background: no-repeat bottom left fixed content-box url(test.jpg) }
bg30184 { background: no-repeat bottom left fixed url(test.jpg) content-box }
bg30185 { background: no-repeat bottom left none fixed content-box }
bg30186 { background: no-repeat bottom left none scroll content-box }
bg30187 { background: no-repeat bottom left none content-box }
bg30188 { background: no-repeat bottom left none content-box fixed }
bg30189 { background: no-repeat bottom left none content-box scroll }
bg30190 { background: no-repeat bottom left scroll none content-box }
bg30191 { background: no-repeat bottom left scroll content-box }
bg30192 { background: no-repeat bottom left scroll content-box none }
bg30193 { background: no-repeat bottom left scroll content-box url(test.jpg) }
bg30194 { background: no-repeat bottom left scroll url(test.jpg) content-box }
bg30195 { background: no-repeat bottom left content-box }
bg30196 { background: no-repeat bottom left content-box fixed }
bg30197 { background: no-repeat bottom left content-box fixed none }
bg30198 { background: no-repeat bottom left content-box fixed url(test.jpg) }
bg30199 { background: no-repeat bottom left content-box none }
bg30200 { background: no-repeat bottom left content-box none fixed }
bg30201 { background: no-repeat bottom left content-box none scroll }
bg30202 { background: no-repeat bottom left content-box scroll }
bg30203 { background: no-repeat bottom left content-box scroll none }
bg30204 { background: no-repeat bottom left content-box scroll url(test.jpg) }
bg30205 { background: no-repeat bottom left content-box url(test.jpg) }
bg30206 { background: no-repeat bottom left content-box url(test.jpg) fixed }
bg30207 { background: no-repeat bottom left content-box url(test.jpg) scroll }
bg30208 { background: no-repeat bottom left url(test.jpg) fixed content-box }
bg30209 { background: no-repeat bottom left url(test.jpg) scroll content-box }
bg30210 { background: no-repeat bottom left url(test.jpg) content-box }
bg30211 { background: no-repeat bottom left url(test.jpg) content-box fixed }
bg30212 { background: no-repeat bottom left url(test.jpg) content-box scroll }
bg30213 { background: no-repeat scroll none bottom left content-box }
bg30214 { background: no-repeat scroll none content-box bottom left }
bg30215 { background: no-repeat scroll bottom left none content-box }
bg30216 { background: no-repeat scroll bottom left content-box }
bg30217 { background: no-repeat scroll bottom left content-box none }
bg30218 { background: no-repeat scroll bottom left content-box url(test.jpg) }
bg30219 { background: no-repeat scroll bottom left url(test.jpg) content-box }
bg30220 { background: no-repeat scroll content-box none bottom left }
bg30221 { background: no-repeat scroll content-box bottom left }
bg30222 { background: no-repeat scroll content-box bottom left none }
bg30223 { background: no-repeat scroll content-box bottom left url(test.jpg) }
bg30224 { background: no-repeat scroll content-box url(test.jpg) bottom left }
bg30225 { background: no-repeat scroll url(test.jpg) bottom left content-box }
bg30226 { background: no-repeat scroll url(test.jpg) content-box bottom left }
bg30227 { background: no-repeat content-box fixed none bottom left }
bg30228 { background: no-repeat content-box fixed bottom left }
bg30229 { background: no-repeat content-box fixed bottom left none }
bg30230 { background: no-repeat content-box fixed bottom left url(test.jpg) }
bg30231 { background: no-repeat content-box fixed url(test.jpg) bottom left }
bg30232 { background: no-repeat content-box none fixed bottom left }
bg30233 { background: no-repeat content-box none bottom left }
bg30234 { background: no-repeat content-box none bottom left fixed }
bg30235 { background: no-repeat content-box none bottom left scroll }
bg30236 { background: no-repeat content-box none scroll bottom left }
bg30237 { background: no-repeat content-box bottom left }
bg30238 { background: no-repeat content-box bottom left fixed }
bg30239 { background: no-repeat content-box bottom left fixed none }
bg30240 { background: no-repeat content-box bottom left fixed url(test.jpg) }
bg30241 { background: no-repeat content-box bottom left none }
bg30242 { background: no-repeat content-box bottom left none fixed }
bg30243 { background: no-repeat content-box bottom left none scroll }
bg30244 { background: no-repeat content-box bottom left scroll }
bg30245 { background: no-repeat content-box bottom left scroll none }
bg30246 { background: no-repeat content-box bottom left scroll url(test.jpg) }
bg30247 { background: no-repeat content-box bottom left url(test.jpg) }
bg30248 { background: no-repeat content-box bottom left url(test.jpg) fixed }
bg30249 { background: no-repeat content-box bottom left url(test.jpg) scroll }
bg30250 { background: no-repeat content-box scroll none bottom left }
bg30251 { background: no-repeat content-box scroll bottom left }
bg30252 { background: no-repeat content-box scroll bottom left none }
bg30253 { background: no-repeat content-box scroll bottom left url(test.jpg) }
bg30254 { background: no-repeat content-box scroll url(test.jpg) bottom left }
bg30255 { background: no-repeat content-box url(test.jpg) fixed bottom left }
bg30256 { background: no-repeat content-box url(test.jpg) bottom left }
bg30257 { background: no-repeat content-box url(test.jpg) bottom left fixed }
bg30258 { background: no-repeat content-box url(test.jpg) bottom left scroll }
bg30259 { background: no-repeat content-box url(test.jpg) scroll bottom left }
bg30260 { background: no-repeat url(test.jpg) fixed bottom left content-box }
bg30261 { background: no-repeat url(test.jpg) fixed content-box bottom left }
bg30262 { background: no-repeat url(test.jpg) bottom left fixed content-box }
bg30263 { background: no-repeat url(test.jpg) bottom left scroll content-box }
bg30264 { background: no-repeat url(test.jpg) bottom left content-box }
bg30265 { background: no-repeat url(test.jpg) bottom left content-box fixed }
bg30266 { background: no-repeat url(test.jpg) bottom left content-box scroll }
bg30267 { background: no-repeat url(test.jpg) scroll bottom left content-box }
bg30268 { background: no-repeat url(test.jpg) scroll content-box bottom left }
bg30269 { background: no-repeat url(test.jpg) content-box fixed bottom left }
bg30270 { background: no-repeat url(test.jpg) content-box bottom left }
bg30271 { background: no-repeat url(test.jpg) content-box bottom left fixed }
bg30272 { background: no-repeat url(test.jpg) content-box bottom left scroll }
bg30273 { background: no-repeat url(test.jpg) content-box scroll bottom left }
bg30274 { background: none fixed no-repeat bottom left content-box }
bg30275 { background: none fixed no-repeat content-box bottom left }
bg30276 { background: none fixed repeat bottom left content-box }
bg30277 { background: none fixed repeat content-box bottom left }
bg30278 { background: none fixed repeat-x bottom left content-box }
bg30279 { background: none fixed repeat-x content-box bottom left }
bg30280 { background: none fixed repeat-y bottom left content-box }
bg30281 { background: none fixed repeat-y content-box bottom left }
bg30282 { background: none fixed bottom left no-repeat content-box }
bg30283 { background: none fixed bottom left repeat content-box }
bg30284 { background: none fixed bottom left repeat-x content-box }
bg30285 { background: none fixed bottom left repeat-y content-box }
bg30286 { background: none fixed bottom left content-box }
bg30287 { background: none fixed bottom left content-box no-repeat }
bg30288 { background: none fixed bottom left content-box repeat }
bg30289 { background: none fixed bottom left content-box repeat-x }
bg30290 { background: none fixed bottom left content-box repeat-y }
bg30291 { background: none fixed content-box no-repeat bottom left }
bg30292 { background: none fixed content-box repeat bottom left }
bg30293 { background: none fixed content-box repeat-x bottom left }
bg30294 { background: none fixed content-box repeat-y bottom left }
bg30295 { background: none fixed content-box bottom left }
bg30296 { background: none fixed content-box bottom left no-repeat }
bg30297 { background: none fixed content-box bottom left repeat }
bg30298 { background: none fixed content-box bottom left repeat-x }
bg30299 { background: none fixed content-box bottom left repeat-y }
bg30300 { background: none no-repeat fixed bottom left content-box }
bg30301 { background: none no-repeat fixed content-box bottom left }
bg30302 { background: none no-repeat bottom left fixed content-box }
bg30303 { background: none no-repeat bottom left scroll content-box }
bg30304 { background: none no-repeat bottom left content-box }
bg30305 { background: none no-repeat bottom left content-box fixed }
bg30306 { background: none no-repeat bottom left content-box scroll }
bg30307 { background: none no-repeat scroll bottom left content-box }
bg30308 { background: none no-repeat scroll content-box bottom left }
bg30309 { background: none no-repeat content-box fixed bottom left }
bg30310 { background: none no-repeat content-box bottom left }
bg30311 { background: none no-repeat content-box bottom left fixed }
bg30312 { background: none no-repeat content-box bottom left scroll }
bg30313 { background: none no-repeat content-box scroll bottom left }
bg30314 { background: none repeat fixed bottom left content-box }
bg30315 { background: none repeat fixed content-box bottom left }
bg30316 { background: none repeat bottom left fixed content-box }
bg30317 { background: none repeat bottom left scroll content-box }
bg30318 { background: none repeat bottom left content-box }
bg30319 { background: none repeat bottom left content-box fixed }
bg30320 { background: none repeat bottom left content-box scroll }
bg30321 { background: none repeat scroll bottom left content-box }
bg30322 { background: none repeat scroll content-box bottom left }
bg30323 { background: none repeat content-box fixed bottom left }
bg30324 { background: none repeat content-box bottom left }
bg30325 { background: none repeat content-box bottom left fixed }
bg30326 { background: none repeat content-box bottom left scroll }
bg30327 { background: none repeat content-box scroll bottom left }
bg30328 { background: none repeat-x fixed bottom left content-box }
bg30329 { background: none repeat-x fixed content-box bottom left }
bg30330 { background: none repeat-x bottom left fixed content-box }
bg30331 { background: none repeat-x bottom left scroll content-box }
bg30332 { background: none repeat-x bottom left content-box }
bg30333 { background: none repeat-x bottom left content-box fixed }
bg30334 { background: none repeat-x bottom left content-box scroll }
bg30335 { background: none repeat-x scroll bottom left content-box }
bg30336 { background: none repeat-x scroll content-box bottom left }
bg30337 { background: none repeat-x content-box fixed bottom left }
bg30338 { background: none repeat-x content-box bottom left }
bg30339 { background: none repeat-x content-box bottom left fixed }
bg30340 { background: none repeat-x content-box bottom left scroll }
bg30341 { background: none repeat-x content-box scroll bottom left }
bg30342 { background: none repeat-y fixed bottom left content-box }
bg30343 { background: none repeat-y fixed content-box bottom left }
bg30344 { background: none repeat-y bottom left fixed content-box }
bg30345 { background: none repeat-y bottom left scroll content-box }
bg30346 { background: none repeat-y bottom left content-box }
bg30347 { background: none repeat-y bottom left content-box fixed }
bg30348 { background: none repeat-y bottom left content-box scroll }
bg30349 { background: none repeat-y scroll bottom left content-box }
bg30350 { background: none repeat-y scroll content-box bottom left }
bg30351 { background: none repeat-y content-box fixed bottom left }
bg30352 { background: none repeat-y content-box bottom left }
bg30353 { background: none repeat-y content-box bottom left fixed }
bg30354 { background: none repeat-y content-box bottom left scroll }
bg30355 { background: none repeat-y content-box scroll bottom left }
bg30356 { background: none bottom left fixed no-repeat content-box }
bg30357 { background: none bottom left fixed repeat content-box }
bg30358 { background: none bottom left fixed repeat-x content-box }
bg30359 { background: none bottom left fixed repeat-y content-box }
bg30360 { background: none bottom left fixed content-box }
bg30361 { background: none bottom left fixed content-box no-repeat }
bg30362 { background: none bottom left fixed content-box repeat }
bg30363 { background: none bottom left fixed content-box repeat-x }
bg30364 { background: none bottom left fixed content-box repeat-y }
bg30365 { background: none bottom left no-repeat fixed content-box }
bg30366 { background: none bottom left no-repeat scroll content-box }
bg30367 { background: none bottom left no-repeat content-box }
bg30368 { background: none bottom left no-repeat content-box fixed }
bg30369 { background: none bottom left no-repeat content-box scroll }
bg30370 { background: none bottom left repeat fixed content-box }
bg30371 { background: none bottom left repeat scroll content-box }
bg30372 { background: none bottom left repeat content-box }
bg30373 { background: none bottom left repeat content-box fixed }
bg30374 { background: none bottom left repeat content-box scroll }
bg30375 { background: none bottom left repeat-x fixed content-box }
bg30376 { background: none bottom left repeat-x scroll content-box }
bg30377 { background: none bottom left repeat-x content-box }
bg30378 { background: none bottom left repeat-x content-box fixed }
bg30379 { background: none bottom left repeat-x content-box scroll }
bg30380 { background: none bottom left repeat-y fixed content-box }
bg30381 { background: none bottom left repeat-y scroll content-box }
bg30382 { background: none bottom left repeat-y content-box }
bg30383 { background: none bottom left repeat-y content-box fixed }
bg30384 { background: none bottom left repeat-y content-box scroll }
bg30385 { background: none bottom left scroll no-repeat content-box }
bg30386 { background: none bottom left scroll repeat content-box }
bg30387 { background: none bottom left scroll repeat-x content-box }
bg30388 { background: none bottom left scroll repeat-y content-box }
bg30389 { background: none bottom left scroll content-box }
bg30390 { background: none bottom left scroll content-box no-repeat }
bg30391 { background: none bottom left scroll content-box repeat }
bg30392 { background: none bottom left scroll content-box repeat-x }
bg30393 { background: none bottom left scroll content-box repeat-y }
bg30394 { background: none bottom left content-box }
bg30395 { background: none bottom left content-box fixed }
bg30396 { background: none bottom left content-box fixed no-repeat }
bg30397 { background: none bottom left content-box fixed repeat }
bg30398 { background: none bottom left content-box fixed repeat-x }
bg30399 { background: none bottom left content-box fixed repeat-y }
bg30400 { background: none bottom left content-box no-repeat }
bg30401 { background: none bottom left content-box no-repeat fixed }
bg30402 { background: none bottom left content-box no-repeat scroll }
bg30403 { background: none bottom left content-box repeat }
bg30404 { background: none bottom left content-box repeat fixed }
bg30405 { background: none bottom left content-box repeat scroll }
bg30406 { background: none bottom left content-box repeat-x }
bg30407 { background: none bottom left content-box repeat-x fixed }
bg30408 { background: none bottom left content-box repeat-x scroll }
bg30409 { background: none bottom left content-box repeat-y }
bg30410 { background: none bottom left content-box repeat-y fixed }
bg30411 { background: none bottom left content-box repeat-y scroll }
bg30412 { background: none bottom left content-box scroll }
bg30413 { background: none bottom left content-box scroll no-repeat }
bg30414 { background: none bottom left content-box scroll repeat }
bg30415 { background: none bottom left content-box scroll repeat-x }
bg30416 { background: none bottom left content-box scroll repeat-y }
bg30417 { background: none scroll no-repeat bottom left content-box }
bg30418 { background: none scroll no-repeat content-box bottom left }
bg30419 { background: none scroll repeat bottom left content-box }
bg30420 { background: none scroll repeat content-box bottom left }
bg30421 { background: none scroll repeat-x bottom left content-box }
bg30422 { background: none scroll repeat-x content-box bottom left }
bg30423 { background: none scroll repeat-y bottom left content-box }
bg30424 { background: none scroll repeat-y content-box bottom left }
bg30425 { background: none scroll bottom left no-repeat content-box }
bg30426 { background: none scroll bottom left repeat content-box }
bg30427 { background: none scroll bottom left repeat-x content-box }
bg30428 { background: none scroll bottom left repeat-y content-box }
bg30429 { background: none scroll bottom left content-box }
bg30430 { background: none scroll bottom left content-box no-repeat }
bg30431 { background: none scroll bottom left content-box repeat }
bg30432 { background: none scroll bottom left content-box repeat-x }
bg30433 { background: none scroll bottom left content-box repeat-y }
bg30434 { background: none scroll content-box no-repeat bottom left }
bg30435 { background: none scroll content-box repeat bottom left }
bg30436 { background: none scroll content-box repeat-x bottom left }
bg30437 { background: none scroll content-box repeat-y bottom left }
bg30438 { background: none scroll content-box bottom left }
bg30439 { background: none scroll content-box bottom left no-repeat }
bg30440 { background: none scroll content-box bottom left repeat }
bg30441 { background: none scroll content-box bottom left repeat-x }
bg30442 { background: none scroll content-box bottom left repeat-y }
bg30443 { background: none content-box fixed no-repeat bottom left }
bg30444 { background: none content-box fixed repeat bottom left }
bg30445 { background: none content-box fixed repeat-x bottom left }
bg30446 { background: none content-box fixed repeat-y bottom left }
bg30447 { background: none content-box fixed bottom left }
bg30448 { background: none content-box fixed bottom left no-repeat }
bg30449 { background: none content-box fixed bottom left repeat }
bg30450 { background: none content-box fixed bottom left repeat-x }
bg30451 { background: none content-box fixed bottom left repeat-y }
bg30452 { background: none content-box no-repeat fixed bottom left }
bg30453 { background: none content-box no-repeat bottom left }
bg30454 { background: none content-box no-repeat bottom left fixed }
bg30455 { background: none content-box no-repeat bottom left scroll }
bg30456 { background: none content-box no-repeat scroll bottom left }
bg30457 { background: none content-box repeat fixed bottom left }
bg30458 { background: none content-box repeat bottom left }
bg30459 { background: none content-box repeat bottom left fixed }
bg30460 { background: none content-box repeat bottom left scroll }
bg30461 { background: none content-box repeat scroll bottom left }
bg30462 { background: none content-box repeat-x fixed bottom left }
bg30463 { background: none content-box repeat-x bottom left }
bg30464 { background: none content-box repeat-x bottom left fixed }
bg30465 { background: none content-box repeat-x bottom left scroll }
bg30466 { background: none content-box repeat-x scroll bottom left }
bg30467 { background: none content-box repeat-y fixed bottom left }
bg30468 { background: none content-box repeat-y bottom left }
bg30469 { background: none content-box repeat-y bottom left fixed }
bg30470 { background: none content-box repeat-y bottom left scroll }
bg30471 { background: none content-box repeat-y scroll bottom left }
bg30472 { background: none content-box bottom left }
bg30473 { background: none content-box bottom left fixed }
bg30474 { background: none content-box bottom left fixed no-repeat }
bg30475 { background: none content-box bottom left fixed repeat }
bg30476 { background: none content-box bottom left fixed repeat-x }
bg30477 { background: none content-box bottom left fixed repeat-y }
bg30478 { background: none content-box bottom left no-repeat }
bg30479 { background: none content-box bottom left no-repeat fixed }
bg30480 { background: none content-box bottom left no-repeat scroll }
bg30481 { background: none content-box bottom left repeat }
bg30482 { background: none content-box bottom left repeat fixed }
bg30483 { background: none content-box bottom left repeat scroll }
bg30484 { background: none content-box bottom left repeat-x }
bg30485 { background: none content-box bottom left repeat-x fixed }
bg30486 { background: none content-box bottom left repeat-x scroll }
bg30487 { background: none content-box bottom left repeat-y }
bg30488 { background: none content-box bottom left repeat-y fixed }
bg30489 { background: none content-box bottom left repeat-y scroll }
bg30490 { background: none content-box bottom left scroll }
bg30491 { background: none content-box bottom left scroll no-repeat }
bg30492 { background: none content-box bottom left scroll repeat }
bg30493 { background: none content-box bottom left scroll repeat-x }
bg30494 { background: none content-box bottom left scroll repeat-y }
bg30495 { background: none content-box scroll no-repeat bottom left }
bg30496 { background: none content-box scroll repeat bottom left }
bg30497 { background: none content-box scroll repeat-x bottom left }
bg30498 { background: none content-box scroll repeat-y bottom left }
bg30499 { background: none content-box scroll bottom left }
bg30500 { background: none content-box scroll bottom left no-repeat }
bg30501 { background: none content-box scroll bottom left repeat }
bg30502 { background: none content-box scroll bottom left repeat-x }
bg30503 { background: none content-box scroll bottom left repeat-y }
bg30504 { background: repeat fixed none bottom left content-box }
bg30505 { background: repeat fixed none content-box bottom left }
bg30506 { background: repeat fixed bottom left none content-box }
bg30507 { background: repeat fixed bottom left content-box }
bg30508 { background: repeat fixed bottom left content-box none }
bg30509 { background: repeat fixed bottom left content-box url(test.jpg) }
bg30510 { background: repeat fixed bottom left url(test.jpg) content-box }
bg30511 { background: repeat fixed content-box none bottom left }
bg30512 { background: repeat fixed content-box bottom left }
bg30513 { background: repeat fixed content-box bottom left none }
bg30514 { background: repeat fixed content-box bottom left url(test.jpg) }
bg30515 { background: repeat fixed content-box url(test.jpg) bottom left }
bg30516 { background: repeat fixed url(test.jpg) bottom left content-box }
bg30517 { background: repeat fixed url(test.jpg) content-box bottom left }
bg30518 { background: repeat none fixed bottom left content-box }
bg30519 { background: repeat none fixed content-box bottom left }
bg30520 { background: repeat none bottom left fixed content-box }
bg30521 { background: repeat none bottom left scroll content-box }
bg30522 { background: repeat none bottom left content-box }
bg30523 { background: repeat none bottom left content-box fixed }
bg30524 { background: repeat none bottom left content-box scroll }
bg30525 { background: repeat none scroll bottom left content-box }
bg30526 { background: repeat none scroll content-box bottom left }
bg30527 { background: repeat none content-box fixed bottom left }
bg30528 { background: repeat none content-box bottom left }
bg30529 { background: repeat none content-box bottom left fixed }
bg30530 { background: repeat none content-box bottom left scroll }
bg30531 { background: repeat none content-box scroll bottom left }
bg30532 { background: repeat bottom left fixed none content-box }
bg30533 { background: repeat bottom left fixed content-box }
bg30534 { background: repeat bottom left fixed content-box none }
bg30535 { background: repeat bottom left fixed content-box url(test.jpg) }
bg30536 { background: repeat bottom left fixed url(test.jpg) content-box }
bg30537 { background: repeat bottom left none fixed content-box }
bg30538 { background: repeat bottom left none scroll content-box }
bg30539 { background: repeat bottom left none content-box }
bg30540 { background: repeat bottom left none content-box fixed }
bg30541 { background: repeat bottom left none content-box scroll }
bg30542 { background: repeat bottom left scroll none content-box }
bg30543 { background: repeat bottom left scroll content-box }
bg30544 { background: repeat bottom left scroll content-box none }
bg30545 { background: repeat bottom left scroll content-box url(test.jpg) }
bg30546 { background: repeat bottom left scroll url(test.jpg) content-box }
bg30547 { background: repeat bottom left content-box }
bg30548 { background: repeat bottom left content-box fixed }
bg30549 { background: repeat bottom left content-box fixed none }
bg30550 { background: repeat bottom left content-box fixed url(test.jpg) }
bg30551 { background: repeat bottom left content-box none }
bg30552 { background: repeat bottom left content-box none fixed }
bg30553 { background: repeat bottom left content-box none scroll }
bg30554 { background: repeat bottom left content-box scroll }
bg30555 { background: repeat bottom left content-box scroll none }
bg30556 { background: repeat bottom left content-box scroll url(test.jpg) }
bg30557 { background: repeat bottom left content-box url(test.jpg) }
bg30558 { background: repeat bottom left content-box url(test.jpg) fixed }
bg30559 { background: repeat bottom left content-box url(test.jpg) scroll }
bg30560 { background: repeat bottom left url(test.jpg) fixed content-box }
bg30561 { background: repeat bottom left url(test.jpg) scroll content-box }
bg30562 { background: repeat bottom left url(test.jpg) content-box }
bg30563 { background: repeat bottom left url(test.jpg) content-box fixed }
bg30564 { background: repeat bottom left url(test.jpg) content-box scroll }
bg30565 { background: repeat scroll none bottom left content-box }
bg30566 { background: repeat scroll none content-box bottom left }
bg30567 { background: repeat scroll bottom left none content-box }
bg30568 { background: repeat scroll bottom left content-box }
bg30569 { background: repeat scroll bottom left content-box none }
bg30570 { background: repeat scroll bottom left content-box url(test.jpg) }
bg30571 { background: repeat scroll bottom left url(test.jpg) content-box }
bg30572 { background: repeat scroll content-box none bottom left }
bg30573 { background: repeat scroll content-box bottom left }
bg30574 { background: repeat scroll content-box bottom left none }
bg30575 { background: repeat scroll content-box bottom left url(test.jpg) }
bg30576 { background: repeat scroll content-box url(test.jpg) bottom left }
bg30577 { background: repeat scroll url(test.jpg) bottom left content-box }
bg30578 { background: repeat scroll url(test.jpg) content-box bottom left }
bg30579 { background: repeat content-box fixed none bottom left }
bg30580 { background: repeat content-box fixed bottom left }
bg30581 { background: repeat content-box fixed bottom left none }
bg30582 { background: repeat content-box fixed bottom left url(test.jpg) }
bg30583 { background: repeat content-box fixed url(test.jpg) bottom left }
bg30584 { background: repeat content-box none fixed bottom left }
bg30585 { background: repeat content-box none bottom left }
bg30586 { background: repeat content-box none bottom left fixed }
bg30587 { background: repeat content-box none bottom left scroll }
bg30588 { background: repeat content-box none scroll bottom left }
bg30589 { background: repeat content-box bottom left }
bg30590 { background: repeat content-box bottom left fixed }
bg30591 { background: repeat content-box bottom left fixed none }
bg30592 { background: repeat content-box bottom left fixed url(test.jpg) }
bg30593 { background: repeat content-box bottom left none }
bg30594 { background: repeat content-box bottom left none fixed }
bg30595 { background: repeat content-box bottom left none scroll }
bg30596 { background: repeat content-box bottom left scroll }
bg30597 { background: repeat content-box bottom left scroll none }
bg30598 { background: repeat content-box bottom left scroll url(test.jpg) }
bg30599 { background: repeat content-box bottom left url(test.jpg) }
bg30600 { background: repeat content-box bottom left url(test.jpg) fixed }
bg30601 { background: repeat content-box bottom left url(test.jpg) scroll }
bg30602 { background: repeat content-box scroll none bottom left }
bg30603 { background: repeat content-box scroll bottom left }
bg30604 { background: repeat content-box scroll bottom left none }
bg30605 { background: repeat content-box scroll bottom left url(test.jpg) }
bg30606 { background: repeat content-box scroll url(test.jpg) bottom left }
bg30607 { background: repeat content-box url(test.jpg) fixed bottom left }
bg30608 { background: repeat content-box url(test.jpg) bottom left }
bg30609 { background: repeat content-box url(test.jpg) bottom left fixed }
bg30610 { background: repeat content-box url(test.jpg) bottom left scroll }
bg30611 { background: repeat content-box url(test.jpg) scroll bottom left }
bg30612 { background: repeat url(test.jpg) fixed bottom left content-box }
bg30613 { background: repeat url(test.jpg) fixed content-box bottom left }
bg30614 { background: repeat url(test.jpg) bottom left fixed content-box }
bg30615 { background: repeat url(test.jpg) bottom left scroll content-box }
bg30616 { background: repeat url(test.jpg) bottom left content-box }
bg30617 { background: repeat url(test.jpg) bottom left content-box fixed }
bg30618 { background: repeat url(test.jpg) bottom left content-box scroll }
bg30619 { background: repeat url(test.jpg) scroll bottom left content-box }
bg30620 { background: repeat url(test.jpg) scroll content-box bottom left }
bg30621 { background: repeat url(test.jpg) content-box fixed bottom left }
bg30622 { background: repeat url(test.jpg) content-box bottom left }
bg30623 { background: repeat url(test.jpg) content-box bottom left fixed }
bg30624 { background: repeat url(test.jpg) content-box bottom left scroll }
bg30625 { background: repeat url(test.jpg) content-box scroll bottom left }
bg30626 { background: repeat-x fixed none bottom left content-box }
bg30627 { background: repeat-x fixed none content-box bottom left }
bg30628 { background: repeat-x fixed bottom left none content-box }
bg30629 { background: repeat-x fixed bottom left content-box }
bg30630 { background: repeat-x fixed bottom left content-box none }
bg30631 { background: repeat-x fixed bottom left content-box url(test.jpg) }
bg30632 { background: repeat-x fixed bottom left url(test.jpg) content-box }
bg30633 { background: repeat-x fixed content-box none bottom left }
bg30634 { background: repeat-x fixed content-box bottom left }
bg30635 { background: repeat-x fixed content-box bottom left none }
bg30636 { background: repeat-x fixed content-box bottom left url(test.jpg) }
bg30637 { background: repeat-x fixed content-box url(test.jpg) bottom left }
bg30638 { background: repeat-x fixed url(test.jpg) bottom left content-box }
bg30639 { background: repeat-x fixed url(test.jpg) content-box bottom left }
bg30640 { background: repeat-x none fixed bottom left content-box }
bg30641 { background: repeat-x none fixed content-box bottom left }
bg30642 { background: repeat-x none bottom left fixed content-box }
bg30643 { background: repeat-x none bottom left scroll content-box }
bg30644 { background: repeat-x none bottom left content-box }
bg30645 { background: repeat-x none bottom left content-box fixed }
bg30646 { background: repeat-x none bottom left content-box scroll }
bg30647 { background: repeat-x none scroll bottom left content-box }
bg30648 { background: repeat-x none scroll content-box bottom left }
bg30649 { background: repeat-x none content-box fixed bottom left }
bg30650 { background: repeat-x none content-box bottom left }
bg30651 { background: repeat-x none content-box bottom left fixed }
bg30652 { background: repeat-x none content-box bottom left scroll }
bg30653 { background: repeat-x none content-box scroll bottom left }
bg30654 { background: repeat-x bottom left fixed none content-box }
bg30655 { background: repeat-x bottom left fixed content-box }
bg30656 { background: repeat-x bottom left fixed content-box none }
bg30657 { background: repeat-x bottom left fixed content-box url(test.jpg) }
bg30658 { background: repeat-x bottom left fixed url(test.jpg) content-box }
bg30659 { background: repeat-x bottom left none fixed content-box }
bg30660 { background: repeat-x bottom left none scroll content-box }
bg30661 { background: repeat-x bottom left none content-box }
bg30662 { background: repeat-x bottom left none content-box fixed }
bg30663 { background: repeat-x bottom left none content-box scroll }
bg30664 { background: repeat-x bottom left scroll none content-box }
bg30665 { background: repeat-x bottom left scroll content-box }
bg30666 { background: repeat-x bottom left scroll content-box none }
bg30667 { background: repeat-x bottom left scroll content-box url(test.jpg) }
bg30668 { background: repeat-x bottom left scroll url(test.jpg) content-box }
bg30669 { background: repeat-x bottom left content-box }
bg30670 { background: repeat-x bottom left content-box fixed }
bg30671 { background: repeat-x bottom left content-box fixed none }
bg30672 { background: repeat-x bottom left content-box fixed url(test.jpg) }
bg30673 { background: repeat-x bottom left content-box none }
bg30674 { background: repeat-x bottom left content-box none fixed }
bg30675 { background: repeat-x bottom left content-box none scroll }
bg30676 { background: repeat-x bottom left content-box scroll }
bg30677 { background: repeat-x bottom left content-box scroll none }
bg30678 { background: repeat-x bottom left content-box scroll url(test.jpg) }
bg30679 { background: repeat-x bottom left content-box url(test.jpg) }
bg30680 { background: repeat-x bottom left content-box url(test.jpg) fixed }
bg30681 { background: repeat-x bottom left content-box url(test.jpg) scroll }
bg30682 { background: repeat-x bottom left url(test.jpg) fixed content-box }
bg30683 { background: repeat-x bottom left url(test.jpg) scroll content-box }
bg30684 { background: repeat-x bottom left url(test.jpg) content-box }
bg30685 { background: repeat-x bottom left url(test.jpg) content-box fixed }
bg30686 { background: repeat-x bottom left url(test.jpg) content-box scroll }
bg30687 { background: repeat-x scroll none bottom left content-box }
bg30688 { background: repeat-x scroll none content-box bottom left }
bg30689 { background: repeat-x scroll bottom left none content-box }
bg30690 { background: repeat-x scroll bottom left content-box }
bg30691 { background: repeat-x scroll bottom left content-box none }
bg30692 { background: repeat-x scroll bottom left content-box url(test.jpg) }
bg30693 { background: repeat-x scroll bottom left url(test.jpg) content-box }
bg30694 { background: repeat-x scroll content-box none bottom left }
bg30695 { background: repeat-x scroll content-box bottom left }
bg30696 { background: repeat-x scroll content-box bottom left none }
bg30697 { background: repeat-x scroll content-box bottom left url(test.jpg) }
bg30698 { background: repeat-x scroll content-box url(test.jpg) bottom left }
bg30699 { background: repeat-x scroll url(test.jpg) bottom left content-box }
bg30700 { background: repeat-x scroll url(test.jpg) content-box bottom left }
bg30701 { background: repeat-x content-box fixed none bottom left }
bg30702 { background: repeat-x content-box fixed bottom left }
bg30703 { background: repeat-x content-box fixed bottom left none }
bg30704 { background: repeat-x content-box fixed bottom left url(test.jpg) }
bg30705 { background: repeat-x content-box fixed url(test.jpg) bottom left }
bg30706 { background: repeat-x content-box none fixed bottom left }
bg30707 { background: repeat-x content-box none bottom left }
bg30708 { background: repeat-x content-box none bottom left fixed }
bg30709 { background: repeat-x content-box none bottom left scroll }
bg30710 { background: repeat-x content-box none scroll bottom left }
bg30711 { background: repeat-x content-box bottom left }
bg30712 { background: repeat-x content-box bottom left fixed }
bg30713 { background: repeat-x content-box bottom left fixed none }
bg30714 { background: repeat-x content-box bottom left fixed url(test.jpg) }
bg30715 { background: repeat-x content-box bottom left none }
bg30716 { background: repeat-x content-box bottom left none fixed }
bg30717 { background: repeat-x content-box bottom left none scroll }
bg30718 { background: repeat-x content-box bottom left scroll }
bg30719 { background: repeat-x content-box bottom left scroll none }
bg30720 { background: repeat-x content-box bottom left scroll url(test.jpg) }
bg30721 { background: repeat-x content-box bottom left url(test.jpg) }
bg30722 { background: repeat-x content-box bottom left url(test.jpg) fixed }
bg30723 { background: repeat-x content-box bottom left url(test.jpg) scroll }
bg30724 { background: repeat-x content-box scroll none bottom left }
bg30725 { background: repeat-x content-box scroll bottom left }
bg30726 { background: repeat-x content-box scroll bottom left none }
bg30727 { background: repeat-x content-box scroll bottom left url(test.jpg) }
bg30728 { background: repeat-x content-box scroll url(test.jpg) bottom left }
bg30729 { background: repeat-x content-box url(test.jpg) fixed bottom left }
bg30730 { background: repeat-x content-box url(test.jpg) bottom left }
bg30731 { background: repeat-x content-box url(test.jpg) bottom left fixed }
bg30732 { background: repeat-x content-box url(test.jpg) bottom left scroll }
bg30733 { background: repeat-x content-box url(test.jpg) scroll bottom left }
bg30734 { background: repeat-x url(test.jpg) fixed bottom left content-box }
bg30735 { background: repeat-x url(test.jpg) fixed content-box bottom left }
bg30736 { background: repeat-x url(test.jpg) bottom left fixed content-box }
bg30737 { background: repeat-x url(test.jpg) bottom left scroll content-box }
bg30738 { background: repeat-x url(test.jpg) bottom left content-box }
bg30739 { background: repeat-x url(test.jpg) bottom left content-box fixed }
bg30740 { background: repeat-x url(test.jpg) bottom left content-box scroll }
bg30741 { background: repeat-x url(test.jpg) scroll bottom left content-box }
bg30742 { background: repeat-x url(test.jpg) scroll content-box bottom left }
bg30743 { background: repeat-x url(test.jpg) content-box fixed bottom left }
bg30744 { background: repeat-x url(test.jpg) content-box bottom left }
bg30745 { background: repeat-x url(test.jpg) content-box bottom left fixed }
bg30746 { background: repeat-x url(test.jpg) content-box bottom left scroll }
bg30747 { background: repeat-x url(test.jpg) content-box scroll bottom left }
bg30748 { background: repeat-y fixed none bottom left content-box }
bg30749 { background: repeat-y fixed none content-box bottom left }
bg30750 { background: repeat-y fixed bottom left none content-box }
bg30751 { background: repeat-y fixed bottom left content-box }
bg30752 { background: repeat-y fixed bottom left content-box none }
bg30753 { background: repeat-y fixed bottom left content-box url(test.jpg) }
bg30754 { background: repeat-y fixed bottom left url(test.jpg) content-box }
bg30755 { background: repeat-y fixed content-box none bottom left }
bg30756 { background: repeat-y fixed content-box bottom left }
bg30757 { background: repeat-y fixed content-box bottom left none }
bg30758 { background: repeat-y fixed content-box bottom left url(test.jpg) }
bg30759 { background: repeat-y fixed content-box url(test.jpg) bottom left }
bg30760 { background: repeat-y fixed url(test.jpg) bottom left content-box }
bg30761 { background: repeat-y fixed url(test.jpg) content-box bottom left }
bg30762 { background: repeat-y none fixed bottom left content-box }
bg30763 { background: repeat-y none fixed content-box bottom left }
bg30764 { background: repeat-y none bottom left fixed content-box }
bg30765 { background: repeat-y none bottom left scroll content-box }
bg30766 { background: repeat-y none bottom left content-box }
bg30767 { background: repeat-y none bottom left content-box fixed }
bg30768 { background: repeat-y none bottom left content-box scroll }
bg30769 { background: repeat-y none scroll bottom left content-box }
bg30770 { background: repeat-y none scroll content-box bottom left }
bg30771 { background: repeat-y none content-box fixed bottom left }
bg30772 { background: repeat-y none content-box bottom left }
bg30773 { background: repeat-y none content-box bottom left fixed }
bg30774 { background: repeat-y none content-box bottom left scroll }
bg30775 { background: repeat-y none content-box scroll bottom left }
bg30776 { background: repeat-y bottom left fixed none content-box }
bg30777 { background: repeat-y bottom left fixed content-box }
bg30778 { background: repeat-y bottom left fixed content-box none }
bg30779 { background: repeat-y bottom left fixed content-box url(test.jpg) }
bg30780 { background: repeat-y bottom left fixed url(test.jpg) content-box }
bg30781 { background: repeat-y bottom left none fixed content-box }
bg30782 { background: repeat-y bottom left none scroll content-box }
bg30783 { background: repeat-y bottom left none content-box }
bg30784 { background: repeat-y bottom left none content-box fixed }
bg30785 { background: repeat-y bottom left none content-box scroll }
bg30786 { background: repeat-y bottom left scroll none content-box }
bg30787 { background: repeat-y bottom left scroll content-box }
bg30788 { background: repeat-y bottom left scroll content-box none }
bg30789 { background: repeat-y bottom left scroll content-box url(test.jpg) }
bg30790 { background: repeat-y bottom left scroll url(test.jpg) content-box }
bg30791 { background: repeat-y bottom left content-box }
bg30792 { background: repeat-y bottom left content-box fixed }
bg30793 { background: repeat-y bottom left content-box fixed none }
bg30794 { background: repeat-y bottom left content-box fixed url(test.jpg) }
bg30795 { background: repeat-y bottom left content-box none }
bg30796 { background: repeat-y bottom left content-box none fixed }
bg30797 { background: repeat-y bottom left content-box none scroll }
bg30798 { background: repeat-y bottom left content-box scroll }
bg30799 { background: repeat-y bottom left content-box scroll none }
bg30800 { background: repeat-y bottom left content-box scroll url(test.jpg) }
bg30801 { background: repeat-y bottom left content-box url(test.jpg) }
bg30802 { background: repeat-y bottom left content-box url(test.jpg) fixed }
bg30803 { background: repeat-y bottom left content-box url(test.jpg) scroll }
bg30804 { background: repeat-y bottom left url(test.jpg) fixed content-box }
bg30805 { background: repeat-y bottom left url(test.jpg) scroll content-box }
bg30806 { background: repeat-y bottom left url(test.jpg) content-box }
bg30807 { background: repeat-y bottom left url(test.jpg) content-box fixed }
bg30808 { background: repeat-y bottom left url(test.jpg) content-box scroll }
bg30809 { background: repeat-y scroll none bottom left content-box }
bg30810 { background: repeat-y scroll none content-box bottom left }
bg30811 { background: repeat-y scroll bottom left none content-box }
bg30812 { background: repeat-y scroll bottom left content-box }
bg30813 { background: repeat-y scroll bottom left content-box none }
bg30814 { background: repeat-y scroll bottom left content-box url(test.jpg) }
bg30815 { background: repeat-y scroll bottom left url(test.jpg) content-box }
bg30816 { background: repeat-y scroll content-box none bottom left }
bg30817 { background: repeat-y scroll content-box bottom left }
bg30818 { background: repeat-y scroll content-box bottom left none }
bg30819 { background: repeat-y scroll content-box bottom left url(test.jpg) }
bg30820 { background: repeat-y scroll content-box url(test.jpg) bottom left }
bg30821 { background: repeat-y scroll url(test.jpg) bottom left content-box }
bg30822 { background: repeat-y scroll url(test.jpg) content-box bottom left }
bg30823 { background: repeat-y content-box fixed none bottom left }
bg30824 { background: repeat-y content-box fixed bottom left }
bg30825 { background: repeat-y content-box fixed bottom left none }
bg30826 { background: repeat-y content-box fixed bottom left url(test.jpg) }
bg30827 { background: repeat-y content-box fixed url(test.jpg) bottom left }
bg30828 { background: repeat-y content-box none fixed bottom left }
bg30829 { background: repeat-y content-box none bottom left }
bg30830 { background: repeat-y content-box none bottom left fixed }
bg30831 { background: repeat-y content-box none bottom left scroll }
bg30832 { background: repeat-y content-box none scroll bottom left }
bg30833 { background: repeat-y content-box bottom left }
bg30834 { background: repeat-y content-box bottom left fixed }
bg30835 { background: repeat-y content-box bottom left fixed none }
bg30836 { background: repeat-y content-box bottom left fixed url(test.jpg) }
bg30837 { background: repeat-y content-box bottom left none }
bg30838 { background: repeat-y content-box bottom left none fixed }
bg30839 { background: repeat-y content-box bottom left none scroll }
bg30840 { background: repeat-y content-box bottom left scroll }
bg30841 { background: repeat-y content-box bottom left scroll none }
bg30842 { background: repeat-y content-box bottom left scroll url(test.jpg) }
bg30843 { background: repeat-y content-box bottom left url(test.jpg) }
bg30844 { background: repeat-y content-box bottom left url(test.jpg) fixed }
bg30845 { background: repeat-y content-box bottom left url(test.jpg) scroll }
bg30846 { background: repeat-y content-box scroll none bottom left }
bg30847 { background: repeat-y content-box scroll bottom left }
bg30848 { background: repeat-y content-box scroll bottom left none }
bg30849 { background: repeat-y content-box scroll bottom left url(test.jpg) }
bg30850 { background: repeat-y content-box scroll url(test.jpg) bottom left }
bg30851 { background: repeat-y content-box url(test.jpg) fixed bottom left }
bg30852 { background: repeat-y content-box url(test.jpg) bottom left }
bg30853 { background: repeat-y content-box url(test.jpg) bottom left fixed }
bg30854 { background: repeat-y content-box url(test.jpg) bottom left scroll }
bg30855 { background: repeat-y content-box url(test.jpg) scroll bottom left }
bg30856 { background: repeat-y url(test.jpg) fixed bottom left content-box }
bg30857 { background: repeat-y url(test.jpg) fixed content-box bottom left }
bg30858 { background: repeat-y url(test.jpg) bottom left fixed content-box }
bg30859 { background: repeat-y url(test.jpg) bottom left scroll content-box }
bg30860 { background: repeat-y url(test.jpg) bottom left content-box }
bg30861 { background: repeat-y url(test.jpg) bottom left content-box fixed }
bg30862 { background: repeat-y url(test.jpg) bottom left content-box scroll }
bg30863 { background: repeat-y url(test.jpg) scroll bottom left content-box }
bg30864 { background: repeat-y url(test.jpg) scroll content-box bottom left }
bg30865 { background: repeat-y url(test.jpg) content-box fixed bottom left }
bg30866 { background: repeat-y url(test.jpg) content-box bottom left }
bg30867 { background: repeat-y url(test.jpg) content-box bottom left fixed }
bg30868 { background: repeat-y url(test.jpg) content-box bottom left scroll }
bg30869 { background: repeat-y url(test.jpg) content-box scroll bottom left }
bg30870 { background: bottom left fixed no-repeat none content-box }
bg30871 { background: bottom left fixed no-repeat content-box }
bg30872 { background: bottom left fixed no-repeat content-box none }
bg30873 { background: bottom left fixed no-repeat content-box url(test.jpg) }
bg30874 { background: bottom left fixed no-repeat url(test.jpg) content-box }
bg30875 { background: bottom left fixed none no-repeat content-box }
bg30876 { background: bottom left fixed none repeat content-box }
bg30877 { background: bottom left fixed none repeat-x content-box }
bg30878 { background: bottom left fixed none repeat-y content-box }
bg30879 { background: bottom left fixed none content-box }
bg30880 { background: bottom left fixed none content-box no-repeat }
bg30881 { background: bottom left fixed none content-box repeat }
bg30882 { background: bottom left fixed none content-box repeat-x }
bg30883 { background: bottom left fixed none content-box repeat-y }
bg30884 { background: bottom left fixed repeat none content-box }
bg30885 { background: bottom left fixed repeat content-box }
bg30886 { background: bottom left fixed repeat content-box none }
bg30887 { background: bottom left fixed repeat content-box url(test.jpg) }
bg30888 { background: bottom left fixed repeat url(test.jpg) content-box }
bg30889 { background: bottom left fixed repeat-x none content-box }
bg30890 { background: bottom left fixed repeat-x content-box }
bg30891 { background: bottom left fixed repeat-x content-box none }
bg30892 { background: bottom left fixed repeat-x content-box url(test.jpg) }
bg30893 { background: bottom left fixed repeat-x url(test.jpg) content-box }
bg30894 { background: bottom left fixed repeat-y none content-box }
bg30895 { background: bottom left fixed repeat-y content-box }
bg30896 { background: bottom left fixed repeat-y content-box none }
bg30897 { background: bottom left fixed repeat-y content-box url(test.jpg) }
bg30898 { background: bottom left fixed repeat-y url(test.jpg) content-box }
bg30899 { background: bottom left fixed content-box }
bg30900 { background: bottom left fixed content-box no-repeat }
bg30901 { background: bottom left fixed content-box no-repeat none }
bg30902 { background: bottom left fixed content-box no-repeat url(test.jpg) }
bg30903 { background: bottom left fixed content-box none }
bg30904 { background: bottom left fixed content-box none no-repeat }
bg30905 { background: bottom left fixed content-box none repeat }
bg30906 { background: bottom left fixed content-box none repeat-x }
bg30907 { background: bottom left fixed content-box none repeat-y }
bg30908 { background: bottom left fixed content-box repeat }
bg30909 { background: bottom left fixed content-box repeat none }
bg30910 { background: bottom left fixed content-box repeat url(test.jpg) }
bg30911 { background: bottom left fixed content-box repeat-x }
bg30912 { background: bottom left fixed content-box repeat-x none }
bg30913 { background: bottom left fixed content-box repeat-x url(test.jpg) }
bg30914 { background: bottom left fixed content-box repeat-y }
bg30915 { background: bottom left fixed content-box repeat-y none }
bg30916 { background: bottom left fixed content-box repeat-y url(test.jpg) }
bg30917 { background: bottom left fixed content-box url(test.jpg) }
bg30918 { background: bottom left fixed content-box url(test.jpg) no-repeat }
bg30919 { background: bottom left fixed content-box url(test.jpg) repeat }
bg30920 { background: bottom left fixed content-box url(test.jpg) repeat-x }
bg30921 { background: bottom left fixed content-box url(test.jpg) repeat-y }
bg30922 { background: bottom left fixed url(test.jpg) no-repeat content-box }
bg30923 { background: bottom left fixed url(test.jpg) repeat content-box }
bg30924 { background: bottom left fixed url(test.jpg) repeat-x content-box }
bg30925 { background: bottom left fixed url(test.jpg) repeat-y content-box }
bg30926 { background: bottom left fixed url(test.jpg) content-box }
bg30927 { background: bottom left fixed url(test.jpg) content-box no-repeat }
bg30928 { background: bottom left fixed url(test.jpg) content-box repeat }
bg30929 { background: bottom left fixed url(test.jpg) content-box repeat-x }
bg30930 { background: bottom left fixed url(test.jpg) content-box repeat-y }
bg30931 { background: bottom left no-repeat fixed none content-box }
bg30932 { background: bottom left no-repeat fixed content-box }
bg30933 { background: bottom left no-repeat fixed content-box none }
bg30934 { background: bottom left no-repeat fixed content-box url(test.jpg) }
bg30935 { background: bottom left no-repeat fixed url(test.jpg) content-box }
bg30936 { background: bottom left no-repeat none fixed content-box }
bg30937 { background: bottom left no-repeat none scroll content-box }
bg30938 { background: bottom left no-repeat none content-box }
bg30939 { background: bottom left no-repeat none content-box fixed }
bg30940 { background: bottom left no-repeat none content-box scroll }
bg30941 { background: bottom left no-repeat scroll none content-box }
bg30942 { background: bottom left no-repeat scroll content-box }
bg30943 { background: bottom left no-repeat scroll content-box none }
bg30944 { background: bottom left no-repeat scroll content-box url(test.jpg) }
bg30945 { background: bottom left no-repeat scroll url(test.jpg) content-box }
bg30946 { background: bottom left no-repeat content-box }
bg30947 { background: bottom left no-repeat content-box fixed }
bg30948 { background: bottom left no-repeat content-box fixed none }
bg30949 { background: bottom left no-repeat content-box fixed url(test.jpg) }
bg30950 { background: bottom left no-repeat content-box none }
bg30951 { background: bottom left no-repeat content-box none fixed }
bg30952 { background: bottom left no-repeat content-box none scroll }
bg30953 { background: bottom left no-repeat content-box scroll }
bg30954 { background: bottom left no-repeat content-box scroll none }
bg30955 { background: bottom left no-repeat content-box scroll url(test.jpg) }
bg30956 { background: bottom left no-repeat content-box url(test.jpg) }
bg30957 { background: bottom left no-repeat content-box url(test.jpg) fixed }
bg30958 { background: bottom left no-repeat content-box url(test.jpg) scroll }
bg30959 { background: bottom left no-repeat url(test.jpg) fixed content-box }
bg30960 { background: bottom left no-repeat url(test.jpg) scroll content-box }
bg30961 { background: bottom left no-repeat url(test.jpg) content-box }
bg30962 { background: bottom left no-repeat url(test.jpg) content-box fixed }
bg30963 { background: bottom left no-repeat url(test.jpg) content-box scroll }
bg30964 { background: bottom left none fixed no-repeat content-box }
bg30965 { background: bottom left none fixed repeat content-box }
bg30966 { background: bottom left none fixed repeat-x content-box }
bg30967 { background: bottom left none fixed repeat-y content-box }
bg30968 { background: bottom left none fixed content-box }
bg30969 { background: bottom left none fixed content-box no-repeat }
bg30970 { background: bottom left none fixed content-box repeat }
bg30971 { background: bottom left none fixed content-box repeat-x }
bg30972 { background: bottom left none fixed content-box repeat-y }
bg30973 { background: bottom left none no-repeat fixed content-box }
bg30974 { background: bottom left none no-repeat scroll content-box }
bg30975 { background: bottom left none no-repeat content-box }
bg30976 { background: bottom left none no-repeat content-box fixed }
bg30977 { background: bottom left none no-repeat content-box scroll }
bg30978 { background: bottom left none repeat fixed content-box }
bg30979 { background: bottom left none repeat scroll content-box }
bg30980 { background: bottom left none repeat content-box }
bg30981 { background: bottom left none repeat content-box fixed }
bg30982 { background: bottom left none repeat content-box scroll }
bg30983 { background: bottom left none repeat-x fixed content-box }
bg30984 { background: bottom left none repeat-x scroll content-box }
bg30985 { background: bottom left none repeat-x content-box }
bg30986 { background: bottom left none repeat-x content-box fixed }
bg30987 { background: bottom left none repeat-x content-box scroll }
bg30988 { background: bottom left none repeat-y fixed content-box }
bg30989 { background: bottom left none repeat-y scroll content-box }
bg30990 { background: bottom left none repeat-y content-box }
bg30991 { background: bottom left none repeat-y content-box fixed }
bg30992 { background: bottom left none repeat-y content-box scroll }
bg30993 { background: bottom left none scroll no-repeat content-box }
bg30994 { background: bottom left none scroll repeat content-box }
bg30995 { background: bottom left none scroll repeat-x content-box }
bg30996 { background: bottom left none scroll repeat-y content-box }
bg30997 { background: bottom left none scroll content-box }
bg30998 { background: bottom left none scroll content-box no-repeat }
bg30999 { background: bottom left none scroll content-box repeat }
bg31000 { background: bottom left none scroll content-box repeat-x }
bg31001 { background: bottom left none scroll content-box repeat-y }
bg31002 { background: bottom left none content-box }
bg31003 { background: bottom left none content-box fixed }
bg31004 { background: bottom left none content-box fixed no-repeat }
bg31005 { background: bottom left none content-box fixed repeat }
bg31006 { background: bottom left none content-box fixed repeat-x }
bg31007 { background: bottom left none content-box fixed repeat-y }
bg31008 { background: bottom left none content-box no-repeat }
bg31009 { background: bottom left none content-box no-repeat fixed }
bg31010 { background: bottom left none content-box no-repeat scroll }
bg31011 { background: bottom left none content-box repeat }
bg31012 { background: bottom left none content-box repeat fixed }
bg31013 { background: bottom left none content-box repeat scroll }
bg31014 { background: bottom left none content-box repeat-x }
bg31015 { background: bottom left none content-box repeat-x fixed }
bg31016 { background: bottom left none content-box repeat-x scroll }
bg31017 { background: bottom left none content-box repeat-y }
bg31018 { background: bottom left none content-box repeat-y fixed }
bg31019 { background: bottom left none content-box repeat-y scroll }
bg31020 { background: bottom left none content-box scroll }
bg31021 { background: bottom left none content-box scroll no-repeat }
bg31022 { background: bottom left none content-box scroll repeat }
bg31023 { background: bottom left none content-box scroll repeat-x }
bg31024 { background: bottom left none content-box scroll repeat-y }
bg31025 { background: bottom left repeat fixed none content-box }
bg31026 { background: bottom left repeat fixed content-box }
bg31027 { background: bottom left repeat fixed content-box none }
bg31028 { background: bottom left repeat fixed content-box url(test.jpg) }
bg31029 { background: bottom left repeat fixed url(test.jpg) content-box }
bg31030 { background: bottom left repeat none fixed content-box }
bg31031 { background: bottom left repeat none scroll content-box }
bg31032 { background: bottom left repeat none content-box }
bg31033 { background: bottom left repeat none content-box fixed }
bg31034 { background: bottom left repeat none content-box scroll }
bg31035 { background: bottom left repeat scroll none content-box }
bg31036 { background: bottom left repeat scroll content-box }
bg31037 { background: bottom left repeat scroll content-box none }
bg31038 { background: bottom left repeat scroll content-box url(test.jpg) }
bg31039 { background: bottom left repeat scroll url(test.jpg) content-box }
bg31040 { background: bottom left repeat content-box }
bg31041 { background: bottom left repeat content-box fixed }
bg31042 { background: bottom left repeat content-box fixed none }
bg31043 { background: bottom left repeat content-box fixed url(test.jpg) }
bg31044 { background: bottom left repeat content-box none }
bg31045 { background: bottom left repeat content-box none fixed }
bg31046 { background: bottom left repeat content-box none scroll }
bg31047 { background: bottom left repeat content-box scroll }
bg31048 { background: bottom left repeat content-box scroll none }
bg31049 { background: bottom left repeat content-box scroll url(test.jpg) }
bg31050 { background: bottom left repeat content-box url(test.jpg) }
bg31051 { background: bottom left repeat content-box url(test.jpg) fixed }
bg31052 { background: bottom left repeat content-box url(test.jpg) scroll }
bg31053 { background: bottom left repeat url(test.jpg) fixed content-box }
bg31054 { background: bottom left repeat url(test.jpg) scroll content-box }
bg31055 { background: bottom left repeat url(test.jpg) content-box }
bg31056 { background: bottom left repeat url(test.jpg) content-box fixed }
bg31057 { background: bottom left repeat url(test.jpg) content-box scroll }
bg31058 { background: bottom left repeat-x fixed none content-box }
bg31059 { background: bottom left repeat-x fixed content-box }
bg31060 { background: bottom left repeat-x fixed content-box none }
bg31061 { background: bottom left repeat-x fixed content-box url(test.jpg) }
bg31062 { background: bottom left repeat-x fixed url(test.jpg) content-box }
bg31063 { background: bottom left repeat-x none fixed content-box }
bg31064 { background: bottom left repeat-x none scroll content-box }
bg31065 { background: bottom left repeat-x none content-box }
bg31066 { background: bottom left repeat-x none content-box fixed }
bg31067 { background: bottom left repeat-x none content-box scroll }
bg31068 { background: bottom left repeat-x scroll none content-box }
bg31069 { background: bottom left repeat-x scroll content-box }
bg31070 { background: bottom left repeat-x scroll content-box none }
bg31071 { background: bottom left repeat-x scroll content-box url(test.jpg) }
bg31072 { background: bottom left repeat-x scroll url(test.jpg) content-box }
bg31073 { background: bottom left repeat-x content-box }
bg31074 { background: bottom left repeat-x content-box fixed }
bg31075 { background: bottom left repeat-x content-box fixed none }
bg31076 { background: bottom left repeat-x content-box fixed url(test.jpg) }
bg31077 { background: bottom left repeat-x content-box none }
bg31078 { background: bottom left repeat-x content-box none fixed }
bg31079 { background: bottom left repeat-x content-box none scroll }
bg31080 { background: bottom left repeat-x content-box scroll }
bg31081 { background: bottom left repeat-x content-box scroll none }
bg31082 { background: bottom left repeat-x content-box scroll url(test.jpg) }
bg31083 { background: bottom left repeat-x content-box url(test.jpg) }
bg31084 { background: bottom left repeat-x content-box url(test.jpg) fixed }
bg31085 { background: bottom left repeat-x content-box url(test.jpg) scroll }
bg31086 { background: bottom left repeat-x url(test.jpg) fixed content-box }
bg31087 { background: bottom left repeat-x url(test.jpg) scroll content-box }
bg31088 { background: bottom left repeat-x url(test.jpg) content-box }
bg31089 { background: bottom left repeat-x url(test.jpg) content-box fixed }
bg31090 { background: bottom left repeat-x url(test.jpg) content-box scroll }
bg31091 { background: bottom left repeat-y fixed none content-box }
bg31092 { background: bottom left repeat-y fixed content-box }
bg31093 { background: bottom left repeat-y fixed content-box none }
bg31094 { background: bottom left repeat-y fixed content-box url(test.jpg) }
bg31095 { background: bottom left repeat-y fixed url(test.jpg) content-box }
bg31096 { background: bottom left repeat-y none fixed content-box }
bg31097 { background: bottom left repeat-y none scroll content-box }
bg31098 { background: bottom left repeat-y none content-box }
bg31099 { background: bottom left repeat-y none content-box fixed }
bg31100 { background: bottom left repeat-y none content-box scroll }
bg31101 { background: bottom left repeat-y scroll none content-box }
bg31102 { background: bottom left repeat-y scroll content-box }
bg31103 { background: bottom left repeat-y scroll content-box none }
bg31104 { background: bottom left repeat-y scroll content-box url(test.jpg) }
bg31105 { background: bottom left repeat-y scroll url(test.jpg) content-box }
bg31106 { background: bottom left repeat-y content-box }
bg31107 { background: bottom left repeat-y content-box fixed }
bg31108 { background: bottom left repeat-y content-box fixed none }
bg31109 { background: bottom left repeat-y content-box fixed url(test.jpg) }
bg31110 { background: bottom left repeat-y content-box none }
bg31111 { background: bottom left repeat-y content-box none fixed }
bg31112 { background: bottom left repeat-y content-box none scroll }
bg31113 { background: bottom left repeat-y content-box scroll }
bg31114 { background: bottom left repeat-y content-box scroll none }
bg31115 { background: bottom left repeat-y content-box scroll url(test.jpg) }
bg31116 { background: bottom left repeat-y content-box url(test.jpg) }
bg31117 { background: bottom left repeat-y content-box url(test.jpg) fixed }
bg31118 { background: bottom left repeat-y content-box url(test.jpg) scroll }
bg31119 { background: bottom left repeat-y url(test.jpg) fixed content-box }
bg31120 { background: bottom left repeat-y url(test.jpg) scroll content-box }
bg31121 { background: bottom left repeat-y url(test.jpg) content-box }
bg31122 { background: bottom left repeat-y url(test.jpg) content-box fixed }
bg31123 { background: bottom left repeat-y url(test.jpg) content-box scroll }
bg31124 { background: bottom left scroll no-repeat none content-box }
bg31125 { background: bottom left scroll no-repeat content-box }
bg31126 { background: bottom left scroll no-repeat content-box none }
bg31127 { background: bottom left scroll no-repeat content-box url(test.jpg) }
bg31128 { background: bottom left scroll no-repeat url(test.jpg) content-box }
bg31129 { background: bottom left scroll none no-repeat content-box }
bg31130 { background: bottom left scroll none repeat content-box }
bg31131 { background: bottom left scroll none repeat-x content-box }
bg31132 { background: bottom left scroll none repeat-y content-box }
bg31133 { background: bottom left scroll none content-box }
bg31134 { background: bottom left scroll none content-box no-repeat }
bg31135 { background: bottom left scroll none content-box repeat }
bg31136 { background: bottom left scroll none content-box repeat-x }
bg31137 { background: bottom left scroll none content-box repeat-y }
bg31138 { background: bottom left scroll repeat none content-box }
bg31139 { background: bottom left scroll repeat content-box }
bg31140 { background: bottom left scroll repeat content-box none }
bg31141 { background: bottom left scroll repeat content-box url(test.jpg) }
bg31142 { background: bottom left scroll repeat url(test.jpg) content-box }
bg31143 { background: bottom left scroll repeat-x none content-box }
bg31144 { background: bottom left scroll repeat-x content-box }
bg31145 { background: bottom left scroll repeat-x content-box none }
bg31146 { background: bottom left scroll repeat-x content-box url(test.jpg) }
bg31147 { background: bottom left scroll repeat-x url(test.jpg) content-box }
bg31148 { background: bottom left scroll repeat-y none content-box }
bg31149 { background: bottom left scroll repeat-y content-box }
bg31150 { background: bottom left scroll repeat-y content-box none }
bg31151 { background: bottom left scroll repeat-y content-box url(test.jpg) }
bg31152 { background: bottom left scroll repeat-y url(test.jpg) content-box }
bg31153 { background: bottom left scroll content-box }
bg31154 { background: bottom left scroll content-box no-repeat }
bg31155 { background: bottom left scroll content-box no-repeat none }
bg31156 { background: bottom left scroll content-box no-repeat url(test.jpg) }
bg31157 { background: bottom left scroll content-box none }
bg31158 { background: bottom left scroll content-box none no-repeat }
bg31159 { background: bottom left scroll content-box none repeat }
bg31160 { background: bottom left scroll content-box none repeat-x }
bg31161 { background: bottom left scroll content-box none repeat-y }
bg31162 { background: bottom left scroll content-box repeat }
bg31163 { background: bottom left scroll content-box repeat none }
bg31164 { background: bottom left scroll content-box repeat url(test.jpg) }
bg31165 { background: bottom left scroll content-box repeat-x }
bg31166 { background: bottom left scroll content-box repeat-x none }
bg31167 { background: bottom left scroll content-box repeat-x url(test.jpg) }
bg31168 { background: bottom left scroll content-box repeat-y }
bg31169 { background: bottom left scroll content-box repeat-y none }
bg31170 { background: bottom left scroll content-box repeat-y url(test.jpg) }
bg31171 { background: bottom left scroll content-box url(test.jpg) }
bg31172 { background: bottom left scroll content-box url(test.jpg) no-repeat }
bg31173 { background: bottom left scroll content-box url(test.jpg) repeat }
bg31174 { background: bottom left scroll content-box url(test.jpg) repeat-x }
bg31175 { background: bottom left scroll content-box url(test.jpg) repeat-y }
bg31176 { background: bottom left scroll url(test.jpg) no-repeat content-box }
bg31177 { background: bottom left scroll url(test.jpg) repeat content-box }
bg31178 { background: bottom left scroll url(test.jpg) repeat-x content-box }
bg31179 { background: bottom left scroll url(test.jpg) repeat-y content-box }
bg31180 { background: bottom left scroll url(test.jpg) content-box }
bg31181 { background: bottom left scroll url(test.jpg) content-box no-repeat }
bg31182 { background: bottom left scroll url(test.jpg) content-box repeat }
bg31183 { background: bottom left scroll url(test.jpg) content-box repeat-x }
bg31184 { background: bottom left scroll url(test.jpg) content-box repeat-y }
bg31185 { background: bottom left content-box }
bg31186 { background: bottom left content-box fixed }
bg31187 { background: bottom left content-box fixed no-repeat }
bg31188 { background: bottom left content-box fixed no-repeat none }
bg31189 { background: bottom left content-box fixed no-repeat url(test.jpg) }
bg31190 { background: bottom left content-box fixed none }
bg31191 { background: bottom left content-box fixed none no-repeat }
bg31192 { background: bottom left content-box fixed none repeat }
bg31193 { background: bottom left content-box fixed none repeat-x }
bg31194 { background: bottom left content-box fixed none repeat-y }
bg31195 { background: bottom left content-box fixed repeat }
bg31196 { background: bottom left content-box fixed repeat none }
bg31197 { background: bottom left content-box fixed repeat url(test.jpg) }
bg31198 { background: bottom left content-box fixed repeat-x }
bg31199 { background: bottom left content-box fixed repeat-x none }
bg31200 { background: bottom left content-box fixed repeat-x url(test.jpg) }
bg31201 { background: bottom left content-box fixed repeat-y }
bg31202 { background: bottom left content-box fixed repeat-y none }
bg31203 { background: bottom left content-box fixed repeat-y url(test.jpg) }
bg31204 { background: bottom left content-box fixed url(test.jpg) }
bg31205 { background: bottom left content-box fixed url(test.jpg) no-repeat }
bg31206 { background: bottom left content-box fixed url(test.jpg) repeat }
bg31207 { background: bottom left content-box fixed url(test.jpg) repeat-x }
bg31208 { background: bottom left content-box fixed url(test.jpg) repeat-y }
bg31209 { background: bottom left content-box no-repeat }
bg31210 { background: bottom left content-box no-repeat fixed }
bg31211 { background: bottom left content-box no-repeat fixed none }
bg31212 { background: bottom left content-box no-repeat fixed url(test.jpg) }
bg31213 { background: bottom left content-box no-repeat none }
bg31214 { background: bottom left content-box no-repeat none fixed }
bg31215 { background: bottom left content-box no-repeat none scroll }
bg31216 { background: bottom left content-box no-repeat scroll }
bg31217 { background: bottom left content-box no-repeat scroll none }
bg31218 { background: bottom left content-box no-repeat scroll url(test.jpg) }
bg31219 { background: bottom left content-box no-repeat url(test.jpg) }
bg31220 { background: bottom left content-box no-repeat url(test.jpg) fixed }
bg31221 { background: bottom left content-box no-repeat url(test.jpg) scroll }
bg31222 { background: bottom left content-box none }
bg31223 { background: bottom left content-box none fixed }
bg31224 { background: bottom left content-box none fixed no-repeat }
bg31225 { background: bottom left content-box none fixed repeat }
bg31226 { background: bottom left content-box none fixed repeat-x }
bg31227 { background: bottom left content-box none fixed repeat-y }
bg31228 { background: bottom left content-box none no-repeat }
bg31229 { background: bottom left content-box none no-repeat fixed }
bg31230 { background: bottom left content-box none no-repeat scroll }
bg31231 { background: bottom left content-box none repeat }
bg31232 { background: bottom left content-box none repeat fixed }
bg31233 { background: bottom left content-box none repeat scroll }
bg31234 { background: bottom left content-box none repeat-x }
bg31235 { background: bottom left content-box none repeat-x fixed }
bg31236 { background: bottom left content-box none repeat-x scroll }
bg31237 { background: bottom left content-box none repeat-y }
bg31238 { background: bottom left content-box none repeat-y fixed }
bg31239 { background: bottom left content-box none repeat-y scroll }
bg31240 { background: bottom left content-box none scroll }
bg31241 { background: bottom left content-box none scroll no-repeat }
bg31242 { background: bottom left content-box none scroll repeat }
bg31243 { background: bottom left content-box none scroll repeat-x }
bg31244 { background: bottom left content-box none scroll repeat-y }
bg31245 { background: bottom left content-box repeat }
bg31246 { background: bottom left content-box repeat fixed }
bg31247 { background: bottom left content-box repeat fixed none }
bg31248 { background: bottom left content-box repeat fixed url(test.jpg) }
bg31249 { background: bottom left content-box repeat none }
bg31250 { background: bottom left content-box repeat none fixed }
bg31251 { background: bottom left content-box repeat none scroll }
bg31252 { background: bottom left content-box repeat scroll }
bg31253 { background: bottom left content-box repeat scroll none }
bg31254 { background: bottom left content-box repeat scroll url(test.jpg) }
bg31255 { background: bottom left content-box repeat url(test.jpg) }
bg31256 { background: bottom left content-box repeat url(test.jpg) fixed }
bg31257 { background: bottom left content-box repeat url(test.jpg) scroll }
bg31258 { background: bottom left content-box repeat-x }
bg31259 { background: bottom left content-box repeat-x fixed }
bg31260 { background: bottom left content-box repeat-x fixed none }
bg31261 { background: bottom left content-box repeat-x fixed url(test.jpg) }
bg31262 { background: bottom left content-box repeat-x none }
bg31263 { background: bottom left content-box repeat-x none fixed }
bg31264 { background: bottom left content-box repeat-x none scroll }
bg31265 { background: bottom left content-box repeat-x scroll }
bg31266 { background: bottom left content-box repeat-x scroll none }
bg31267 { background: bottom left content-box repeat-x scroll url(test.jpg) }
bg31268 { background: bottom left content-box repeat-x url(test.jpg) }
bg31269 { background: bottom left content-box repeat-x url(test.jpg) fixed }
bg31270 { background: bottom left content-box repeat-x url(test.jpg) scroll }
bg31271 { background: bottom left content-box repeat-y }
bg31272 { background: bottom left content-box repeat-y fixed }
bg31273 { background: bottom left content-box repeat-y fixed none }
bg31274 { background: bottom left content-box repeat-y fixed url(test.jpg) }
bg31275 { background: bottom left content-box repeat-y none }
bg31276 { background: bottom left content-box repeat-y none fixed }
bg31277 { background: bottom left content-box repeat-y none scroll }
bg31278 { background: bottom left content-box repeat-y scroll }
bg31279 { background: bottom left content-box repeat-y scroll none }
bg31280 { background: bottom left content-box repeat-y scroll url(test.jpg) }
bg31281 { background: bottom left content-box repeat-y url(test.jpg) }
bg31282 { background: bottom left content-box repeat-y url(test.jpg) fixed }
bg31283 { background: bottom left content-box repeat-y url(test.jpg) scroll }
bg31284 { background: bottom left content-box scroll }
bg31285 { background: bottom left content-box scroll no-repeat }
bg31286 { background: bottom left content-box scroll no-repeat none }
bg31287 { background: bottom left content-box scroll no-repeat url(test.jpg) }
bg31288 { background: bottom left content-box scroll none }
bg31289 { background: bottom left content-box scroll none no-repeat }
bg31290 { background: bottom left content-box scroll none repeat }
bg31291 { background: bottom left content-box scroll none repeat-x }
bg31292 { background: bottom left content-box scroll none repeat-y }
bg31293 { background: bottom left content-box scroll repeat }
bg31294 { background: bottom left content-box scroll repeat none }
bg31295 { background: bottom left content-box scroll repeat url(test.jpg) }
bg31296 { background: bottom left content-box scroll repeat-x }
bg31297 { background: bottom left content-box scroll repeat-x none }
bg31298 { background: bottom left content-box scroll repeat-x url(test.jpg) }
bg31299 { background: bottom left content-box scroll repeat-y }
bg31300 { background: bottom left content-box scroll repeat-y none }
bg31301 { background: bottom left content-box scroll repeat-y url(test.jpg) }
bg31302 { background: bottom left content-box scroll url(test.jpg) }
bg31303 { background: bottom left content-box scroll url(test.jpg) no-repeat }
bg31304 { background: bottom left content-box scroll url(test.jpg) repeat }
bg31305 { background: bottom left content-box scroll url(test.jpg) repeat-x }
bg31306 { background: bottom left content-box scroll url(test.jpg) repeat-y }
bg31307 { background: bottom left content-box url(test.jpg) }
bg31308 { background: bottom left content-box url(test.jpg) fixed }
bg31309 { background: bottom left content-box url(test.jpg) fixed no-repeat }
bg31310 { background: bottom left content-box url(test.jpg) fixed repeat }
bg31311 { background: bottom left content-box url(test.jpg) fixed repeat-x }
bg31312 { background: bottom left content-box url(test.jpg) fixed repeat-y }
bg31313 { background: bottom left content-box url(test.jpg) no-repeat }
bg31314 { background: bottom left content-box url(test.jpg) no-repeat fixed }
bg31315 { background: bottom left content-box url(test.jpg) no-repeat scroll }
bg31316 { background: bottom left content-box url(test.jpg) repeat }
bg31317 { background: bottom left content-box url(test.jpg) repeat fixed }
bg31318 { background: bottom left content-box url(test.jpg) repeat scroll }
bg31319 { background: bottom left content-box url(test.jpg) repeat-x }
bg31320 { background: bottom left content-box url(test.jpg) repeat-x fixed }
bg31321 { background: bottom left content-box url(test.jpg) repeat-x scroll }
bg31322 { background: bottom left content-box url(test.jpg) repeat-y }
bg31323 { background: bottom left content-box url(test.jpg) repeat-y fixed }
bg31324 { background: bottom left content-box url(test.jpg) repeat-y scroll }
bg31325 { background: bottom left content-box url(test.jpg) scroll }
bg31326 { background: bottom left content-box url(test.jpg) scroll no-repeat }
bg31327 { background: bottom left content-box url(test.jpg) scroll repeat }
bg31328 { background: bottom left content-box url(test.jpg) scroll repeat-x }
bg31329 { background: bottom left content-box url(test.jpg) scroll repeat-y }
bg31330 { background: bottom left url(test.jpg) fixed no-repeat content-box }
bg31331 { background: bottom left url(test.jpg) fixed repeat content-box }
bg31332 { background: bottom left url(test.jpg) fixed repeat-x content-box }
bg31333 { background: bottom left url(test.jpg) fixed repeat-y content-box }
bg31334 { background: bottom left url(test.jpg) fixed content-box }
bg31335 { background: bottom left url(test.jpg) fixed content-box no-repeat }
bg31336 { background: bottom left url(test.jpg) fixed content-box repeat }
bg31337 { background: bottom left url(test.jpg) fixed content-box repeat-x }
bg31338 { background: bottom left url(test.jpg) fixed content-box repeat-y }
bg31339 { background: bottom left url(test.jpg) no-repeat fixed content-box }
bg31340 { background: bottom left url(test.jpg) no-repeat scroll content-box }
bg31341 { background: bottom left url(test.jpg) no-repeat content-box }
bg31342 { background: bottom left url(test.jpg) no-repeat content-box fixed }
bg31343 { background: bottom left url(test.jpg) no-repeat content-box scroll }
bg31344 { background: bottom left url(test.jpg) repeat fixed content-box }
bg31345 { background: bottom left url(test.jpg) repeat scroll content-box }
bg31346 { background: bottom left url(test.jpg) repeat content-box }
bg31347 { background: bottom left url(test.jpg) repeat content-box fixed }
bg31348 { background: bottom left url(test.jpg) repeat content-box scroll }
bg31349 { background: bottom left url(test.jpg) repeat-x fixed content-box }
bg31350 { background: bottom left url(test.jpg) repeat-x scroll content-box }
bg31351 { background: bottom left url(test.jpg) repeat-x content-box }
bg31352 { background: bottom left url(test.jpg) repeat-x content-box fixed }
bg31353 { background: bottom left url(test.jpg) repeat-x content-box scroll }
bg31354 { background: bottom left url(test.jpg) repeat-y fixed content-box }
bg31355 { background: bottom left url(test.jpg) repeat-y scroll content-box }
bg31356 { background: bottom left url(test.jpg) repeat-y content-box }
bg31357 { background: bottom left url(test.jpg) repeat-y content-box fixed }
bg31358 { background: bottom left url(test.jpg) repeat-y content-box scroll }
bg31359 { background: bottom left url(test.jpg) scroll no-repeat content-box }
bg31360 { background: bottom left url(test.jpg) scroll repeat content-box }
bg31361 { background: bottom left url(test.jpg) scroll repeat-x content-box }
bg31362 { background: bottom left url(test.jpg) scroll repeat-y content-box }
bg31363 { background: bottom left url(test.jpg) scroll content-box }
bg31364 { background: bottom left url(test.jpg) scroll content-box no-repeat }
bg31365 { background: bottom left url(test.jpg) scroll content-box repeat }
bg31366 { background: bottom left url(test.jpg) scroll content-box repeat-x }
bg31367 { background: bottom left url(test.jpg) scroll content-box repeat-y }
bg31368 { background: bottom left url(test.jpg) content-box }
bg31369 { background: bottom left url(test.jpg) content-box fixed }
bg31370 { background: bottom left url(test.jpg) content-box fixed no-repeat }
bg31371 { background: bottom left url(test.jpg) content-box fixed repeat }
bg31372 { background: bottom left url(test.jpg) content-box fixed repeat-x }
bg31373 { background: bottom left url(test.jpg) content-box fixed repeat-y }
bg31374 { background: bottom left url(test.jpg) content-box no-repeat }
bg31375 { background: bottom left url(test.jpg) content-box no-repeat fixed }
bg31376 { background: bottom left url(test.jpg) content-box no-repeat scroll }
bg31377 { background: bottom left url(test.jpg) content-box repeat }
bg31378 { background: bottom left url(test.jpg) content-box repeat fixed }
bg31379 { background: bottom left url(test.jpg) content-box repeat scroll }
bg31380 { background: bottom left url(test.jpg) content-box repeat-x }
bg31381 { background: bottom left url(test.jpg) content-box repeat-x fixed }
bg31382 { background: bottom left url(test.jpg) content-box repeat-x scroll }
bg31383 { background: bottom left url(test.jpg) content-box repeat-y }
bg31384 { background: bottom left url(test.jpg) content-box repeat-y fixed }
bg31385 { background: bottom left url(test.jpg) content-box repeat-y scroll }
bg31386 { background: bottom left url(test.jpg) content-box scroll }
bg31387 { background: bottom left url(test.jpg) content-box scroll no-repeat }
bg31388 { background: bottom left url(test.jpg) content-box scroll repeat }
bg31389 { background: bottom left url(test.jpg) content-box scroll repeat-x }
bg31390 { background: bottom left url(test.jpg) content-box scroll repeat-y }
bg31391 { background: scroll no-repeat none bottom left content-box }
bg31392 { background: scroll no-repeat none content-box bottom left }
bg31393 { background: scroll no-repeat bottom left none content-box }
bg31394 { background: scroll no-repeat bottom left content-box }
bg31395 { background: scroll no-repeat bottom left content-box none }
bg31396 { background: scroll no-repeat bottom left content-box url(test.jpg) }
bg31397 { background: scroll no-repeat bottom left url(test.jpg) content-box }
bg31398 { background: scroll no-repeat content-box none bottom left }
bg31399 { background: scroll no-repeat content-box bottom left }
bg31400 { background: scroll no-repeat content-box bottom left none }
bg31401 { background: scroll no-repeat content-box bottom left url(test.jpg) }
bg31402 { background: scroll no-repeat content-box url(test.jpg) bottom left }
bg31403 { background: scroll no-repeat url(test.jpg) bottom left content-box }
bg31404 { background: scroll no-repeat url(test.jpg) content-box bottom left }
bg31405 { background: scroll none no-repeat bottom left content-box }
bg31406 { background: scroll none no-repeat content-box bottom left }
bg31407 { background: scroll none repeat bottom left content-box }
bg31408 { background: scroll none repeat content-box bottom left }
bg31409 { background: scroll none repeat-x bottom left content-box }
bg31410 { background: scroll none repeat-x content-box bottom left }
bg31411 { background: scroll none repeat-y bottom left content-box }
bg31412 { background: scroll none repeat-y content-box bottom left }
bg31413 { background: scroll none bottom left no-repeat content-box }
bg31414 { background: scroll none bottom left repeat content-box }
bg31415 { background: scroll none bottom left repeat-x content-box }
bg31416 { background: scroll none bottom left repeat-y content-box }
bg31417 { background: scroll none bottom left content-box }
bg31418 { background: scroll none bottom left content-box no-repeat }
bg31419 { background: scroll none bottom left content-box repeat }
bg31420 { background: scroll none bottom left content-box repeat-x }
bg31421 { background: scroll none bottom left content-box repeat-y }
bg31422 { background: scroll none content-box no-repeat bottom left }
bg31423 { background: scroll none content-box repeat bottom left }
bg31424 { background: scroll none content-box repeat-x bottom left }
bg31425 { background: scroll none content-box repeat-y bottom left }
bg31426 { background: scroll none content-box bottom left }
bg31427 { background: scroll none content-box bottom left no-repeat }
bg31428 { background: scroll none content-box bottom left repeat }
bg31429 { background: scroll none content-box bottom left repeat-x }
bg31430 { background: scroll none content-box bottom left repeat-y }
bg31431 { background: scroll repeat none bottom left content-box }
bg31432 { background: scroll repeat none content-box bottom left }
bg31433 { background: scroll repeat bottom left none content-box }
bg31434 { background: scroll repeat bottom left content-box }
bg31435 { background: scroll repeat bottom left content-box none }
bg31436 { background: scroll repeat bottom left content-box url(test.jpg) }
bg31437 { background: scroll repeat bottom left url(test.jpg) content-box }
bg31438 { background: scroll repeat content-box none bottom left }
bg31439 { background: scroll repeat content-box bottom left }
bg31440 { background: scroll repeat content-box bottom left none }
bg31441 { background: scroll repeat content-box bottom left url(test.jpg) }
bg31442 { background: scroll repeat content-box url(test.jpg) bottom left }
bg31443 { background: scroll repeat url(test.jpg) bottom left content-box }
bg31444 { background: scroll repeat url(test.jpg) content-box bottom left }
bg31445 { background: scroll repeat-x none bottom left content-box }
bg31446 { background: scroll repeat-x none content-box bottom left }
bg31447 { background: scroll repeat-x bottom left none content-box }
bg31448 { background: scroll repeat-x bottom left content-box }
bg31449 { background: scroll repeat-x bottom left content-box none }
bg31450 { background: scroll repeat-x bottom left content-box url(test.jpg) }
bg31451 { background: scroll repeat-x bottom left url(test.jpg) content-box }
bg31452 { background: scroll repeat-x content-box none bottom left }
bg31453 { background: scroll repeat-x content-box bottom left }
bg31454 { background: scroll repeat-x content-box bottom left none }
bg31455 { background: scroll repeat-x content-box bottom left url(test.jpg) }
bg31456 { background: scroll repeat-x content-box url(test.jpg) bottom left }
bg31457 { background: scroll repeat-x url(test.jpg) bottom left content-box }
bg31458 { background: scroll repeat-x url(test.jpg) content-box bottom left }
bg31459 { background: scroll repeat-y none bottom left content-box }
bg31460 { background: scroll repeat-y none content-box bottom left }
bg31461 { background: scroll repeat-y bottom left none content-box }
bg31462 { background: scroll repeat-y bottom left content-box }
bg31463 { background: scroll repeat-y bottom left content-box none }
bg31464 { background: scroll repeat-y bottom left content-box url(test.jpg) }
bg31465 { background: scroll repeat-y bottom left url(test.jpg) content-box }
bg31466 { background: scroll repeat-y content-box none bottom left }
bg31467 { background: scroll repeat-y content-box bottom left }
bg31468 { background: scroll repeat-y content-box bottom left none }
bg31469 { background: scroll repeat-y content-box bottom left url(test.jpg) }
bg31470 { background: scroll repeat-y content-box url(test.jpg) bottom left }
bg31471 { background: scroll repeat-y url(test.jpg) bottom left content-box }
bg31472 { background: scroll repeat-y url(test.jpg) content-box bottom left }
bg31473 { background: scroll bottom left no-repeat none content-box }
bg31474 { background: scroll bottom left no-repeat content-box }
bg31475 { background: scroll bottom left no-repeat content-box none }
bg31476 { background: scroll bottom left no-repeat content-box url(test.jpg) }
bg31477 { background: scroll bottom left no-repeat url(test.jpg) content-box }
bg31478 { background: scroll bottom left none no-repeat content-box }
bg31479 { background: scroll bottom left none repeat content-box }
bg31480 { background: scroll bottom left none repeat-x content-box }
bg31481 { background: scroll bottom left none repeat-y content-box }
bg31482 { background: scroll bottom left none content-box }
bg31483 { background: scroll bottom left none content-box no-repeat }
bg31484 { background: scroll bottom left none content-box repeat }
bg31485 { background: scroll bottom left none content-box repeat-x }
bg31486 { background: scroll bottom left none content-box repeat-y }
bg31487 { background: scroll bottom left repeat none content-box }
bg31488 { background: scroll bottom left repeat content-box }
bg31489 { background: scroll bottom left repeat content-box none }
bg31490 { background: scroll bottom left repeat content-box url(test.jpg) }
bg31491 { background: scroll bottom left repeat url(test.jpg) content-box }
bg31492 { background: scroll bottom left repeat-x none content-box }
bg31493 { background: scroll bottom left repeat-x content-box }
bg31494 { background: scroll bottom left repeat-x content-box none }
bg31495 { background: scroll bottom left repeat-x content-box url(test.jpg) }
bg31496 { background: scroll bottom left repeat-x url(test.jpg) content-box }
bg31497 { background: scroll bottom left repeat-y none content-box }
bg31498 { background: scroll bottom left repeat-y content-box }
bg31499 { background: scroll bottom left repeat-y content-box none }
bg31500 { background: scroll bottom left repeat-y content-box url(test.jpg) }
bg31501 { background: scroll bottom left repeat-y url(test.jpg) content-box }
bg31502 { background: scroll bottom left content-box }
bg31503 { background: scroll bottom left content-box no-repeat }
bg31504 { background: scroll bottom left content-box no-repeat none }
bg31505 { background: scroll bottom left content-box no-repeat url(test.jpg) }
bg31506 { background: scroll bottom left content-box none }
bg31507 { background: scroll bottom left content-box none no-repeat }
bg31508 { background: scroll bottom left content-box none repeat }
bg31509 { background: scroll bottom left content-box none repeat-x }
bg31510 { background: scroll bottom left content-box none repeat-y }
bg31511 { background: scroll bottom left content-box repeat }
bg31512 { background: scroll bottom left content-box repeat none }
bg31513 { background: scroll bottom left content-box repeat url(test.jpg) }
bg31514 { background: scroll bottom left content-box repeat-x }
bg31515 { background: scroll bottom left content-box repeat-x none }
bg31516 { background: scroll bottom left content-box repeat-x url(test.jpg) }
bg31517 { background: scroll bottom left content-box repeat-y }
bg31518 { background: scroll bottom left content-box repeat-y none }
bg31519 { background: scroll bottom left content-box repeat-y url(test.jpg) }
bg31520 { background: scroll bottom left content-box url(test.jpg) }
bg31521 { background: scroll bottom left content-box url(test.jpg) no-repeat }
bg31522 { background: scroll bottom left content-box url(test.jpg) repeat }
bg31523 { background: scroll bottom left content-box url(test.jpg) repeat-x }
bg31524 { background: scroll bottom left content-box url(test.jpg) repeat-y }
bg31525 { background: scroll bottom left url(test.jpg) no-repeat content-box }
bg31526 { background: scroll bottom left url(test.jpg) repeat content-box }
bg31527 { background: scroll bottom left url(test.jpg) repeat-x content-box }
bg31528 { background: scroll bottom left url(test.jpg) repeat-y content-box }
bg31529 { background: scroll bottom left url(test.jpg) content-box }
bg31530 { background: scroll bottom left url(test.jpg) content-box no-repeat }
bg31531 { background: scroll bottom left url(test.jpg) content-box repeat }
bg31532 { background: scroll bottom left url(test.jpg) content-box repeat-x }
bg31533 { background: scroll bottom left url(test.jpg) content-box repeat-y }
bg31534 { background: scroll content-box no-repeat none bottom left }
bg31535 { background: scroll content-box no-repeat bottom left }
bg31536 { background: scroll content-box no-repeat bottom left none }
bg31537 { background: scroll content-box no-repeat bottom left url(test.jpg) }
bg31538 { background: scroll content-box no-repeat url(test.jpg) bottom left }
bg31539 { background: scroll content-box none no-repeat bottom left }
bg31540 { background: scroll content-box none repeat bottom left }
bg31541 { background: scroll content-box none repeat-x bottom left }
bg31542 { background: scroll content-box none repeat-y bottom left }
bg31543 { background: scroll content-box none bottom left }
bg31544 { background: scroll content-box none bottom left no-repeat }
bg31545 { background: scroll content-box none bottom left repeat }
bg31546 { background: scroll content-box none bottom left repeat-x }
bg31547 { background: scroll content-box none bottom left repeat-y }
bg31548 { background: scroll content-box repeat none bottom left }
bg31549 { background: scroll content-box repeat bottom left }
bg31550 { background: scroll content-box repeat bottom left none }
bg31551 { background: scroll content-box repeat bottom left url(test.jpg) }
bg31552 { background: scroll content-box repeat url(test.jpg) bottom left }
bg31553 { background: scroll content-box repeat-x none bottom left }
bg31554 { background: scroll content-box repeat-x bottom left }
bg31555 { background: scroll content-box repeat-x bottom left none }
bg31556 { background: scroll content-box repeat-x bottom left url(test.jpg) }
bg31557 { background: scroll content-box repeat-x url(test.jpg) bottom left }
bg31558 { background: scroll content-box repeat-y none bottom left }
bg31559 { background: scroll content-box repeat-y bottom left }
bg31560 { background: scroll content-box repeat-y bottom left none }
bg31561 { background: scroll content-box repeat-y bottom left url(test.jpg) }
bg31562 { background: scroll content-box repeat-y url(test.jpg) bottom left }
bg31563 { background: scroll content-box bottom left }
bg31564 { background: scroll content-box bottom left no-repeat }
bg31565 { background: scroll content-box bottom left no-repeat none }
bg31566 { background: scroll content-box bottom left no-repeat url(test.jpg) }
bg31567 { background: scroll content-box bottom left none }
bg31568 { background: scroll content-box bottom left none no-repeat }
bg31569 { background: scroll content-box bottom left none repeat }
bg31570 { background: scroll content-box bottom left none repeat-x }
bg31571 { background: scroll content-box bottom left none repeat-y }
bg31572 { background: scroll content-box bottom left repeat }
bg31573 { background: scroll content-box bottom left repeat none }
bg31574 { background: scroll content-box bottom left repeat url(test.jpg) }
bg31575 { background: scroll content-box bottom left repeat-x }
bg31576 { background: scroll content-box bottom left repeat-x none }
bg31577 { background: scroll content-box bottom left repeat-x url(test.jpg) }
bg31578 { background: scroll content-box bottom left repeat-y }
bg31579 { background: scroll content-box bottom left repeat-y none }
bg31580 { background: scroll content-box bottom left repeat-y url(test.jpg) }
bg31581 { background: scroll content-box bottom left url(test.jpg) }
bg31582 { background: scroll content-box bottom left url(test.jpg) no-repeat }
bg31583 { background: scroll content-box bottom left url(test.jpg) repeat }
bg31584 { background: scroll content-box bottom left url(test.jpg) repeat-x }
bg31585 { background: scroll content-box bottom left url(test.jpg) repeat-y }
bg31586 { background: scroll content-box url(test.jpg) no-repeat bottom left }
bg31587 { background: scroll content-box url(test.jpg) repeat bottom left }
bg31588 { background: scroll content-box url(test.jpg) repeat-x bottom left }
bg31589 { background: scroll content-box url(test.jpg) repeat-y bottom left }
bg31590 { background: scroll content-box url(test.jpg) bottom left }
bg31591 { background: scroll content-box url(test.jpg) bottom left no-repeat }
bg31592 { background: scroll content-box url(test.jpg) bottom left repeat }
bg31593 { background: scroll content-box url(test.jpg) bottom left repeat-x }
bg31594 { background: scroll content-box url(test.jpg) bottom left repeat-y }
bg31595 { background: scroll url(test.jpg) no-repeat bottom left content-box }
bg31596 { background: scroll url(test.jpg) no-repeat content-box bottom left }
bg31597 { background: scroll url(test.jpg) repeat bottom left content-box }
bg31598 { background: scroll url(test.jpg) repeat content-box bottom left }
bg31599 { background: scroll url(test.jpg) repeat-x bottom left content-box }
bg31600 { background: scroll url(test.jpg) repeat-x content-box bottom left }
bg31601 { background: scroll url(test.jpg) repeat-y bottom left content-box }
bg31602 { background: scroll url(test.jpg) repeat-y content-box bottom left }
bg31603 { background: scroll url(test.jpg) bottom left no-repeat content-box }
bg31604 { background: scroll url(test.jpg) bottom left repeat content-box }
bg31605 { background: scroll url(test.jpg) bottom left repeat-x content-box }
bg31606 { background: scroll url(test.jpg) bottom left repeat-y content-box }
bg31607 { background: scroll url(test.jpg) bottom left content-box }
bg31608 { background: scroll url(test.jpg) bottom left content-box no-repeat }
bg31609 { background: scroll url(test.jpg) bottom left content-box repeat }
bg31610 { background: scroll url(test.jpg) bottom left content-box repeat-x }
bg31611 { background: scroll url(test.jpg) bottom left content-box repeat-y }
bg31612 { background: scroll url(test.jpg) content-box no-repeat bottom left }
bg31613 { background: scroll url(test.jpg) content-box repeat bottom left }
bg31614 { background: scroll url(test.jpg) content-box repeat-x bottom left }
bg31615 { background: scroll url(test.jpg) content-box repeat-y bottom left }
bg31616 { background: scroll url(test.jpg) content-box bottom left }
bg31617 { background: scroll url(test.jpg) content-box bottom left no-repeat }
bg31618 { background: scroll url(test.jpg) content-box bottom left repeat }
bg31619 { background: scroll url(test.jpg) content-box bottom left repeat-x }
bg31620 { background: scroll url(test.jpg) content-box bottom left repeat-y }
bg31621 { background: content-box fixed no-repeat none bottom left }
bg31622 { background: content-box fixed no-repeat bottom left }
bg31623 { background: content-box fixed no-repeat bottom left none }
bg31624 { background: content-box fixed no-repeat bottom left url(test.jpg) }
bg31625 { background: content-box fixed no-repeat url(test.jpg) bottom left }
bg31626 { background: content-box fixed none no-repeat bottom left }
bg31627 { background: content-box fixed none repeat bottom left }
bg31628 { background: content-box fixed none repeat-x bottom left }
bg31629 { background: content-box fixed none repeat-y bottom left }
bg31630 { background: content-box fixed none bottom left }
bg31631 { background: content-box fixed none bottom left no-repeat }
bg31632 { background: content-box fixed none bottom left repeat }
bg31633 { background: content-box fixed none bottom left repeat-x }
bg31634 { background: content-box fixed none bottom left repeat-y }
bg31635 { background: content-box fixed repeat none bottom left }
bg31636 { background: content-box fixed repeat bottom left }
bg31637 { background: content-box fixed repeat bottom left none }
bg31638 { background: content-box fixed repeat bottom left url(test.jpg) }
bg31639 { background: content-box fixed repeat url(test.jpg) bottom left }
bg31640 { background: content-box fixed repeat-x none bottom left }
bg31641 { background: content-box fixed repeat-x bottom left }
bg31642 { background: content-box fixed repeat-x bottom left none }
bg31643 { background: content-box fixed repeat-x bottom left url(test.jpg) }
bg31644 { background: content-box fixed repeat-x url(test.jpg) bottom left }
bg31645 { background: content-box fixed repeat-y none bottom left }
bg31646 { background: content-box fixed repeat-y bottom left }
bg31647 { background: content-box fixed repeat-y bottom left none }
bg31648 { background: content-box fixed repeat-y bottom left url(test.jpg) }
bg31649 { background: content-box fixed repeat-y url(test.jpg) bottom left }
bg31650 { background: content-box fixed bottom left }
bg31651 { background: content-box fixed bottom left no-repeat }
bg31652 { background: content-box fixed bottom left no-repeat none }
bg31653 { background: content-box fixed bottom left no-repeat url(test.jpg) }
bg31654 { background: content-box fixed bottom left none }
bg31655 { background: content-box fixed bottom left none no-repeat }
bg31656 { background: content-box fixed bottom left none repeat }
bg31657 { background: content-box fixed bottom left none repeat-x }
bg31658 { background: content-box fixed bottom left none repeat-y }
bg31659 { background: content-box fixed bottom left repeat }
bg31660 { background: content-box fixed bottom left repeat none }
bg31661 { background: content-box fixed bottom left repeat url(test.jpg) }
bg31662 { background: content-box fixed bottom left repeat-x }
bg31663 { background: content-box fixed bottom left repeat-x none }
bg31664 { background: content-box fixed bottom left repeat-x url(test.jpg) }
bg31665 { background: content-box fixed bottom left repeat-y }
bg31666 { background: content-box fixed bottom left repeat-y none }
bg31667 { background: content-box fixed bottom left repeat-y url(test.jpg) }
bg31668 { background: content-box fixed bottom left url(test.jpg) }
bg31669 { background: content-box fixed bottom left url(test.jpg) no-repeat }
bg31670 { background: content-box fixed bottom left url(test.jpg) repeat }
bg31671 { background: content-box fixed bottom left url(test.jpg) repeat-x }
bg31672 { background: content-box fixed bottom left url(test.jpg) repeat-y }
bg31673 { background: content-box fixed url(test.jpg) no-repeat bottom left }
bg31674 { background: content-box fixed url(test.jpg) repeat bottom left }
bg31675 { background: content-box fixed url(test.jpg) repeat-x bottom left }
bg31676 { background: content-box fixed url(test.jpg) repeat-y bottom left }
bg31677 { background: content-box fixed url(test.jpg) bottom left }
bg31678 { background: content-box fixed url(test.jpg) bottom left no-repeat }
bg31679 { background: content-box fixed url(test.jpg) bottom left repeat }
bg31680 { background: content-box fixed url(test.jpg) bottom left repeat-x }
bg31681 { background: content-box fixed url(test.jpg) bottom left repeat-y }
bg31682 { background: content-box no-repeat fixed none bottom left }
bg31683 { background: content-box no-repeat fixed bottom left }
bg31684 { background: content-box no-repeat fixed bottom left none }
bg31685 { background: content-box no-repeat fixed bottom left url(test.jpg) }
bg31686 { background: content-box no-repeat fixed url(test.jpg) bottom left }
bg31687 { background: content-box no-repeat none fixed bottom left }
bg31688 { background: content-box no-repeat none bottom left }
bg31689 { background: content-box no-repeat none bottom left fixed }
bg31690 { background: content-box no-repeat none bottom left scroll }
bg31691 { background: content-box no-repeat none scroll bottom left }
bg31692 { background: content-box no-repeat bottom left }
bg31693 { background: content-box no-repeat bottom left fixed }
bg31694 { background: content-box no-repeat bottom left fixed none }
bg31695 { background: content-box no-repeat bottom left fixed url(test.jpg) }
bg31696 { background: content-box no-repeat bottom left none }
bg31697 { background: content-box no-repeat bottom left none fixed }
bg31698 { background: content-box no-repeat bottom left none scroll }
bg31699 { background: content-box no-repeat bottom left scroll }
bg31700 { background: content-box no-repeat bottom left scroll none }
bg31701 { background: content-box no-repeat bottom left scroll url(test.jpg) }
bg31702 { background: content-box no-repeat bottom left url(test.jpg) }
bg31703 { background: content-box no-repeat bottom left url(test.jpg) fixed }
bg31704 { background: content-box no-repeat bottom left url(test.jpg) scroll }
bg31705 { background: content-box no-repeat scroll none bottom left }
bg31706 { background: content-box no-repeat scroll bottom left }
bg31707 { background: content-box no-repeat scroll bottom left none }
bg31708 { background: content-box no-repeat scroll bottom left url(test.jpg) }
bg31709 { background: content-box no-repeat scroll url(test.jpg) bottom left }
bg31710 { background: content-box no-repeat url(test.jpg) fixed bottom left }
bg31711 { background: content-box no-repeat url(test.jpg) bottom left }
bg31712 { background: content-box no-repeat url(test.jpg) bottom left fixed }
bg31713 { background: content-box no-repeat url(test.jpg) bottom left scroll }
bg31714 { background: content-box no-repeat url(test.jpg) scroll bottom left }
bg31715 { background: content-box none fixed no-repeat bottom left }
bg31716 { background: content-box none fixed repeat bottom left }
bg31717 { background: content-box none fixed repeat-x bottom left }
bg31718 { background: content-box none fixed repeat-y bottom left }
bg31719 { background: content-box none fixed bottom left }
bg31720 { background: content-box none fixed bottom left no-repeat }
bg31721 { background: content-box none fixed bottom left repeat }
bg31722 { background: content-box none fixed bottom left repeat-x }
bg31723 { background: content-box none fixed bottom left repeat-y }
bg31724 { background: content-box none no-repeat fixed bottom left }
bg31725 { background: content-box none no-repeat bottom left }
bg31726 { background: content-box none no-repeat bottom left fixed }
bg31727 { background: content-box none no-repeat bottom left scroll }
bg31728 { background: content-box none no-repeat scroll bottom left }
bg31729 { background: content-box none repeat fixed bottom left }
bg31730 { background: content-box none repeat bottom left }
bg31731 { background: content-box none repeat bottom left fixed }
bg31732 { background: content-box none repeat bottom left scroll }
bg31733 { background: content-box none repeat scroll bottom left }
bg31734 { background: content-box none repeat-x fixed bottom left }
bg31735 { background: content-box none repeat-x bottom left }
bg31736 { background: content-box none repeat-x bottom left fixed }
bg31737 { background: content-box none repeat-x bottom left scroll }
bg31738 { background: content-box none repeat-x scroll bottom left }
bg31739 { background: content-box none repeat-y fixed bottom left }
bg31740 { background: content-box none repeat-y bottom left }
bg31741 { background: content-box none repeat-y bottom left fixed }
bg31742 { background: content-box none repeat-y bottom left scroll }
bg31743 { background: content-box none repeat-y scroll bottom left }
bg31744 { background: content-box none bottom left }
bg31745 { background: content-box none bottom left fixed }
bg31746 { background: content-box none bottom left fixed no-repeat }
bg31747 { background: content-box none bottom left fixed repeat }
bg31748 { background: content-box none bottom left fixed repeat-x }
bg31749 { background: content-box none bottom left fixed repeat-y }
bg31750 { background: content-box none bottom left no-repeat }
bg31751 { background: content-box none bottom left no-repeat fixed }
bg31752 { background: content-box none bottom left no-repeat scroll }
bg31753 { background: content-box none bottom left repeat }
bg31754 { background: content-box none bottom left repeat fixed }
bg31755 { background: content-box none bottom left repeat scroll }
bg31756 { background: content-box none bottom left repeat-x }
bg31757 { background: content-box none bottom left repeat-x fixed }
bg31758 { background: content-box none bottom left repeat-x scroll }
bg31759 { background: content-box none bottom left repeat-y }
bg31760 { background: content-box none bottom left repeat-y fixed }
bg31761 { background: content-box none bottom left repeat-y scroll }
bg31762 { background: content-box none bottom left scroll }
bg31763 { background: content-box none bottom left scroll no-repeat }
bg31764 { background: content-box none bottom left scroll repeat }
bg31765 { background: content-box none bottom left scroll repeat-x }
bg31766 { background: content-box none bottom left scroll repeat-y }
bg31767 { background: content-box none scroll no-repeat bottom left }
bg31768 { background: content-box none scroll repeat bottom left }
bg31769 { background: content-box none scroll repeat-x bottom left }
bg31770 { background: content-box none scroll repeat-y bottom left }
bg31771 { background: content-box none scroll bottom left }
bg31772 { background: content-box none scroll bottom left no-repeat }
bg31773 { background: content-box none scroll bottom left repeat }
bg31774 { background: content-box none scroll bottom left repeat-x }
bg31775 { background: content-box none scroll bottom left repeat-y }
bg31776 { background: content-box repeat fixed none bottom left }
bg31777 { background: content-box repeat fixed bottom left }
bg31778 { background: content-box repeat fixed bottom left none }
bg31779 { background: content-box repeat fixed bottom left url(test.jpg) }
bg31780 { background: content-box repeat fixed url(test.jpg) bottom left }
bg31781 { background: content-box repeat none fixed bottom left }
bg31782 { background: content-box repeat none bottom left }
bg31783 { background: content-box repeat none bottom left fixed }
bg31784 { background: content-box repeat none bottom left scroll }
bg31785 { background: content-box repeat none scroll bottom left }
bg31786 { background: content-box repeat bottom left }
bg31787 { background: content-box repeat bottom left fixed }
bg31788 { background: content-box repeat bottom left fixed none }
bg31789 { background: content-box repeat bottom left fixed url(test.jpg) }
bg31790 { background: content-box repeat bottom left none }
bg31791 { background: content-box repeat bottom left none fixed }
bg31792 { background: content-box repeat bottom left none scroll }
bg31793 { background: content-box repeat bottom left scroll }
bg31794 { background: content-box repeat bottom left scroll none }
bg31795 { background: content-box repeat bottom left scroll url(test.jpg) }
bg31796 { background: content-box repeat bottom left url(test.jpg) }
bg31797 { background: content-box repeat bottom left url(test.jpg) fixed }
bg31798 { background: content-box repeat bottom left url(test.jpg) scroll }
bg31799 { background: content-box repeat scroll none bottom left }
bg31800 { background: content-box repeat scroll bottom left }
bg31801 { background: content-box repeat scroll bottom left none }
bg31802 { background: content-box repeat scroll bottom left url(test.jpg) }
bg31803 { background: content-box repeat scroll url(test.jpg) bottom left }
bg31804 { background: content-box repeat url(test.jpg) fixed bottom left }
bg31805 { background: content-box repeat url(test.jpg) bottom left }
bg31806 { background: content-box repeat url(test.jpg) bottom left fixed }
bg31807 { background: content-box repeat url(test.jpg) bottom left scroll }
bg31808 { background: content-box repeat url(test.jpg) scroll bottom left }
bg31809 { background: content-box repeat-x fixed none bottom left }
bg31810 { background: content-box repeat-x fixed bottom left }
bg31811 { background: content-box repeat-x fixed bottom left none }
bg31812 { background: content-box repeat-x fixed bottom left url(test.jpg) }
bg31813 { background: content-box repeat-x fixed url(test.jpg) bottom left }
bg31814 { background: content-box repeat-x none fixed bottom left }
bg31815 { background: content-box repeat-x none bottom left }
bg31816 { background: content-box repeat-x none bottom left fixed }
bg31817 { background: content-box repeat-x none bottom left scroll }
bg31818 { background: content-box repeat-x none scroll bottom left }
bg31819 { background: content-box repeat-x bottom left }
bg31820 { background: content-box repeat-x bottom left fixed }
bg31821 { background: content-box repeat-x bottom left fixed none }
bg31822 { background: content-box repeat-x bottom left fixed url(test.jpg) }
bg31823 { background: content-box repeat-x bottom left none }
bg31824 { background: content-box repeat-x bottom left none fixed }
bg31825 { background: content-box repeat-x bottom left none scroll }
bg31826 { background: content-box repeat-x bottom left scroll }
bg31827 { background: content-box repeat-x bottom left scroll none }
bg31828 { background: content-box repeat-x bottom left scroll url(test.jpg) }
bg31829 { background: content-box repeat-x bottom left url(test.jpg) }
bg31830 { background: content-box repeat-x bottom left url(test.jpg) fixed }
bg31831 { background: content-box repeat-x bottom left url(test.jpg) scroll }
bg31832 { background: content-box repeat-x scroll none bottom left }
bg31833 { background: content-box repeat-x scroll bottom left }
bg31834 { background: content-box repeat-x scroll bottom left none }
bg31835 { background: content-box repeat-x scroll bottom left url(test.jpg) }
bg31836 { background: content-box repeat-x scroll url(test.jpg) bottom left }
bg31837 { background: content-box repeat-x url(test.jpg) fixed bottom left }
bg31838 { background: content-box repeat-x url(test.jpg) bottom left }
bg31839 { background: content-box repeat-x url(test.jpg) bottom left fixed }
bg31840 { background: content-box repeat-x url(test.jpg) bottom left scroll }
bg31841 { background: content-box repeat-x url(test.jpg) scroll bottom left }
bg31842 { background: content-box repeat-y fixed none bottom left }
bg31843 { background: content-box repeat-y fixed bottom left }
bg31844 { background: content-box repeat-y fixed bottom left none }
bg31845 { background: content-box repeat-y fixed bottom left url(test.jpg) }
bg31846 { background: content-box repeat-y fixed url(test.jpg) bottom left }
bg31847 { background: content-box repeat-y none fixed bottom left }
bg31848 { background: content-box repeat-y none bottom left }
bg31849 { background: content-box repeat-y none bottom left fixed }
bg31850 { background: content-box repeat-y none bottom left scroll }
bg31851 { background: content-box repeat-y none scroll bottom left }
bg31852 { background: content-box repeat-y bottom left }
bg31853 { background: content-box repeat-y bottom left fixed }
bg31854 { background: content-box repeat-y bottom left fixed none }
bg31855 { background: content-box repeat-y bottom left fixed url(test.jpg) }
bg31856 { background: content-box repeat-y bottom left none }
bg31857 { background: content-box repeat-y bottom left none fixed }
bg31858 { background: content-box repeat-y bottom left none scroll }
bg31859 { background: content-box repeat-y bottom left scroll }
bg31860 { background: content-box repeat-y bottom left scroll none }
bg31861 { background: content-box repeat-y bottom left scroll url(test.jpg) }
bg31862 { background: content-box repeat-y bottom left url(test.jpg) }
bg31863 { background: content-box repeat-y bottom left url(test.jpg) fixed }
bg31864 { background: content-box repeat-y bottom left url(test.jpg) scroll }
bg31865 { background: content-box repeat-y scroll none bottom left }
bg31866 { background: content-box repeat-y scroll bottom left }
bg31867 { background: content-box repeat-y scroll bottom left none }
bg31868 { background: content-box repeat-y scroll bottom left url(test.jpg) }
bg31869 { background: content-box repeat-y scroll url(test.jpg) bottom left }
bg31870 { background: content-box repeat-y url(test.jpg) fixed bottom left }
bg31871 { background: content-box repeat-y url(test.jpg) bottom left }
bg31872 { background: content-box repeat-y url(test.jpg) bottom left fixed }
bg31873 { background: content-box repeat-y url(test.jpg) bottom left scroll }
bg31874 { background: content-box repeat-y url(test.jpg) scroll bottom left }
bg31875 { background: content-box bottom left }
bg31876 { background: content-box bottom left fixed }
bg31877 { background: content-box bottom left fixed no-repeat }
bg31878 { background: content-box bottom left fixed no-repeat none }
bg31879 { background: content-box bottom left fixed no-repeat url(test.jpg) }
bg31880 { background: content-box bottom left fixed none }
bg31881 { background: content-box bottom left fixed none no-repeat }
bg31882 { background: content-box bottom left fixed none repeat }
bg31883 { background: content-box bottom left fixed none repeat-x }
bg31884 { background: content-box bottom left fixed none repeat-y }
bg31885 { background: content-box bottom left fixed repeat }
bg31886 { background: content-box bottom left fixed repeat none }
bg31887 { background: content-box bottom left fixed repeat url(test.jpg) }
bg31888 { background: content-box bottom left fixed repeat-x }
bg31889 { background: content-box bottom left fixed repeat-x none }
bg31890 { background: content-box bottom left fixed repeat-x url(test.jpg) }
bg31891 { background: content-box bottom left fixed repeat-y }
bg31892 { background: content-box bottom left fixed repeat-y none }
bg31893 { background: content-box bottom left fixed repeat-y url(test.jpg) }
bg31894 { background: content-box bottom left fixed url(test.jpg) }
bg31895 { background: content-box bottom left fixed url(test.jpg) no-repeat }
bg31896 { background: content-box bottom left fixed url(test.jpg) repeat }
bg31897 { background: content-box bottom left fixed url(test.jpg) repeat-x }
bg31898 { background: content-box bottom left fixed url(test.jpg) repeat-y }
bg31899 { background: content-box bottom left no-repeat }
bg31900 { background: content-box bottom left no-repeat fixed }
bg31901 { background: content-box bottom left no-repeat fixed none }
bg31902 { background: content-box bottom left no-repeat fixed url(test.jpg) }
bg31903 { background: content-box bottom left no-repeat none }
bg31904 { background: content-box bottom left no-repeat none fixed }
bg31905 { background: content-box bottom left no-repeat none scroll }
bg31906 { background: content-box bottom left no-repeat scroll }
bg31907 { background: content-box bottom left no-repeat scroll none }
bg31908 { background: content-box bottom left no-repeat scroll url(test.jpg) }
bg31909 { background: content-box bottom left no-repeat url(test.jpg) }
bg31910 { background: content-box bottom left no-repeat url(test.jpg) fixed }
bg31911 { background: content-box bottom left no-repeat url(test.jpg) scroll }
bg31912 { background: content-box bottom left none }
bg31913 { background: content-box bottom left none fixed }
bg31914 { background: content-box bottom left none fixed no-repeat }
bg31915 { background: content-box bottom left none fixed repeat }
bg31916 { background: content-box bottom left none fixed repeat-x }
bg31917 { background: content-box bottom left none fixed repeat-y }
bg31918 { background: content-box bottom left none no-repeat }
bg31919 { background: content-box bottom left none no-repeat fixed }
bg31920 { background: content-box bottom left none no-repeat scroll }
bg31921 { background: content-box bottom left none repeat }
bg31922 { background: content-box bottom left none repeat fixed }
bg31923 { background: content-box bottom left none repeat scroll }
bg31924 { background: content-box bottom left none repeat-x }
bg31925 { background: content-box bottom left none repeat-x fixed }
bg31926 { background: content-box bottom left none repeat-x scroll }
bg31927 { background: content-box bottom left none repeat-y }
bg31928 { background: content-box bottom left none repeat-y fixed }
bg31929 { background: content-box bottom left none repeat-y scroll }
bg31930 { background: content-box bottom left none scroll }
bg31931 { background: content-box bottom left none scroll no-repeat }
bg31932 { background: content-box bottom left none scroll repeat }
bg31933 { background: content-box bottom left none scroll repeat-x }
bg31934 { background: content-box bottom left none scroll repeat-y }
bg31935 { background: content-box bottom left repeat }
bg31936 { background: content-box bottom left repeat fixed }
bg31937 { background: content-box bottom left repeat fixed none }
bg31938 { background: content-box bottom left repeat fixed url(test.jpg) }
bg31939 { background: content-box bottom left repeat none }
bg31940 { background: content-box bottom left repeat none fixed }
bg31941 { background: content-box bottom left repeat none scroll }
bg31942 { background: content-box bottom left repeat scroll }
bg31943 { background: content-box bottom left repeat scroll none }
bg31944 { background: content-box bottom left repeat scroll url(test.jpg) }
bg31945 { background: content-box bottom left repeat url(test.jpg) }
bg31946 { background: content-box bottom left repeat url(test.jpg) fixed }
bg31947 { background: content-box bottom left repeat url(test.jpg) scroll }
bg31948 { background: content-box bottom left repeat-x }
bg31949 { background: content-box bottom left repeat-x fixed }
bg31950 { background: content-box bottom left repeat-x fixed none }
bg31951 { background: content-box bottom left repeat-x fixed url(test.jpg) }
bg31952 { background: content-box bottom left repeat-x none }
bg31953 { background: content-box bottom left repeat-x none fixed }
bg31954 { background: content-box bottom left repeat-x none scroll }
bg31955 { background: content-box bottom left repeat-x scroll }
bg31956 { background: content-box bottom left repeat-x scroll none }
bg31957 { background: content-box bottom left repeat-x scroll url(test.jpg) }
bg31958 { background: content-box bottom left repeat-x url(test.jpg) }
bg31959 { background: content-box bottom left repeat-x url(test.jpg) fixed }
bg31960 { background: content-box bottom left repeat-x url(test.jpg) scroll }
bg31961 { background: content-box bottom left repeat-y }
bg31962 { background: content-box bottom left repeat-y fixed }
bg31963 { background: content-box bottom left repeat-y fixed none }
bg31964 { background: content-box bottom left repeat-y fixed url(test.jpg) }
bg31965 { background: content-box bottom left repeat-y none }
bg31966 { background: content-box bottom left repeat-y none fixed }
bg31967 { background: content-box bottom left repeat-y none scroll }
bg31968 { background: content-box bottom left repeat-y scroll }
bg31969 { background: content-box bottom left repeat-y scroll none }
bg31970 { background: content-box bottom left repeat-y scroll url(test.jpg) }
bg31971 { background: content-box bottom left repeat-y url(test.jpg) }
bg31972 { background: content-box bottom left repeat-y url(test.jpg) fixed }
bg31973 { background: content-box bottom left repeat-y url(test.jpg) scroll }
bg31974 { background: content-box bottom left scroll }
bg31975 { background: content-box bottom left scroll no-repeat }
bg31976 { background: content-box bottom left scroll no-repeat none }
bg31977 { background: content-box bottom left scroll no-repeat url(test.jpg) }
bg31978 { background: content-box bottom left scroll none }
bg31979 { background: content-box bottom left scroll none no-repeat }
bg31980 { background: content-box bottom left scroll none repeat }
bg31981 { background: content-box bottom left scroll none repeat-x }
bg31982 { background: content-box bottom left scroll none repeat-y }
bg31983 { background: content-box bottom left scroll repeat }
bg31984 { background: content-box bottom left scroll repeat none }
bg31985 { background: content-box bottom left scroll repeat url(test.jpg) }
bg31986 { background: content-box bottom left scroll repeat-x }
bg31987 { background: content-box bottom left scroll repeat-x none }
bg31988 { background: content-box bottom left scroll repeat-x url(test.jpg) }
bg31989 { background: content-box bottom left scroll repeat-y }
bg31990 { background: content-box bottom left scroll repeat-y none }
bg31991 { background: content-box bottom left scroll repeat-y url(test.jpg) }
bg31992 { background: content-box bottom left scroll url(test.jpg) }
bg31993 { background: content-box bottom left scroll url(test.jpg) no-repeat }
bg31994 { background: content-box bottom left scroll url(test.jpg) repeat }
bg31995 { background: content-box bottom left scroll url(test.jpg) repeat-x }
bg31996 { background: content-box bottom left scroll url(test.jpg) repeat-y }
bg31997 { background: content-box bottom left url(test.jpg) }
bg31998 { background: content-box bottom left url(test.jpg) fixed }
bg31999 { background: content-box bottom left url(test.jpg) fixed no-repeat }
bg32000 { background: content-box bottom left url(test.jpg) fixed repeat }
bg32001 { background: content-box bottom left url(test.jpg) fixed repeat-x }
bg32002 { background: content-box bottom left url(test.jpg) fixed repeat-y }
bg32003 { background: content-box bottom left url(test.jpg) no-repeat }
bg32004 { background: content-box bottom left url(test.jpg) no-repeat fixed }
bg32005 { background: content-box bottom left url(test.jpg) no-repeat scroll }
bg32006 { background: content-box bottom left url(test.jpg) repeat }
bg32007 { background: content-box bottom left url(test.jpg) repeat fixed }
bg32008 { background: content-box bottom left url(test.jpg) repeat scroll }
bg32009 { background: content-box bottom left url(test.jpg) repeat-x }
bg32010 { background: content-box bottom left url(test.jpg) repeat-x fixed }
bg32011 { background: content-box bottom left url(test.jpg) repeat-x scroll }
bg32012 { background: content-box bottom left url(test.jpg) repeat-y }
bg32013 { background: content-box bottom left url(test.jpg) repeat-y fixed }
bg32014 { background: content-box bottom left url(test.jpg) repeat-y scroll }
bg32015 { background: content-box bottom left url(test.jpg) scroll }
bg32016 { background: content-box bottom left url(test.jpg) scroll no-repeat }
bg32017 { background: content-box bottom left url(test.jpg) scroll repeat }
bg32018 { background: content-box bottom left url(test.jpg) scroll repeat-x }
bg32019 { background: content-box bottom left url(test.jpg) scroll repeat-y }
bg32020 { background: content-box scroll no-repeat none bottom left }
bg32021 { background: content-box scroll no-repeat bottom left }
bg32022 { background: content-box scroll no-repeat bottom left none }
bg32023 { background: content-box scroll no-repeat bottom left url(test.jpg) }
bg32024 { background: content-box scroll no-repeat url(test.jpg) bottom left }
bg32025 { background: content-box scroll none no-repeat bottom left }
bg32026 { background: content-box scroll none repeat bottom left }
bg32027 { background: content-box scroll none repeat-x bottom left }
bg32028 { background: content-box scroll none repeat-y bottom left }
bg32029 { background: content-box scroll none bottom left }
bg32030 { background: content-box scroll none bottom left no-repeat }
bg32031 { background: content-box scroll none bottom left repeat }
bg32032 { background: content-box scroll none bottom left repeat-x }
bg32033 { background: content-box scroll none bottom left repeat-y }
bg32034 { background: content-box scroll repeat none bottom left }
bg32035 { background: content-box scroll repeat bottom left }
bg32036 { background: content-box scroll repeat bottom left none }
bg32037 { background: content-box scroll repeat bottom left url(test.jpg) }
bg32038 { background: content-box scroll repeat url(test.jpg) bottom left }
bg32039 { background: content-box scroll repeat-x none bottom left }
bg32040 { background: content-box scroll repeat-x bottom left }
bg32041 { background: content-box scroll repeat-x bottom left none }
bg32042 { background: content-box scroll repeat-x bottom left url(test.jpg) }
bg32043 { background: content-box scroll repeat-x url(test.jpg) bottom left }
bg32044 { background: content-box scroll repeat-y none bottom left }
bg32045 { background: content-box scroll repeat-y bottom left }
bg32046 { background: content-box scroll repeat-y bottom left none }
bg32047 { background: content-box scroll repeat-y bottom left url(test.jpg) }
bg32048 { background: content-box scroll repeat-y url(test.jpg) bottom left }
bg32049 { background: content-box scroll bottom left }
bg32050 { background: content-box scroll bottom left no-repeat }
bg32051 { background: content-box scroll bottom left no-repeat none }
bg32052 { background: content-box scroll bottom left no-repeat url(test.jpg) }
bg32053 { background: content-box scroll bottom left none }
bg32054 { background: content-box scroll bottom left none no-repeat }
bg32055 { background: content-box scroll bottom left none repeat }
bg32056 { background: content-box scroll bottom left none repeat-x }
bg32057 { background: content-box scroll bottom left none repeat-y }
bg32058 { background: content-box scroll bottom left repeat }
bg32059 { background: content-box scroll bottom left repeat none }
bg32060 { background: content-box scroll bottom left repeat url(test.jpg) }
bg32061 { background: content-box scroll bottom left repeat-x }
bg32062 { background: content-box scroll bottom left repeat-x none }
bg32063 { background: content-box scroll bottom left repeat-x url(test.jpg) }
bg32064 { background: content-box scroll bottom left repeat-y }
bg32065 { background: content-box scroll bottom left repeat-y none }
bg32066 { background: content-box scroll bottom left repeat-y url(test.jpg) }
bg32067 { background: content-box scroll bottom left url(test.jpg) }
bg32068 { background: content-box scroll bottom left url(test.jpg) no-repeat }
bg32069 { background: content-box scroll bottom left url(test.jpg) repeat }
bg32070 { background: content-box scroll bottom left url(test.jpg) repeat-x }
bg32071 { background: content-box scroll bottom left url(test.jpg) repeat-y }
bg32072 { background: content-box scroll url(test.jpg) no-repeat bottom left }
bg32073 { background: content-box scroll url(test.jpg) repeat bottom left }
bg32074 { background: content-box scroll url(test.jpg) repeat-x bottom left }
bg32075 { background: content-box scroll url(test.jpg) repeat-y bottom left }
bg32076 { background: content-box scroll url(test.jpg) bottom left }
bg32077 { background: content-box scroll url(test.jpg) bottom left no-repeat }
bg32078 { background: content-box scroll url(test.jpg) bottom left repeat }
bg32079 { background: content-box scroll url(test.jpg) bottom left repeat-x }
bg32080 { background: content-box scroll url(test.jpg) bottom left repeat-y }
bg32081 { background: content-box url(test.jpg) fixed no-repeat bottom left }
bg32082 { background: content-box url(test.jpg) fixed repeat bottom left }
bg32083 { background: content-box url(test.jpg) fixed repeat-x bottom left }
bg32084 { background: content-box url(test.jpg) fixed repeat-y bottom left }
bg32085 { background: content-box url(test.jpg) fixed bottom left }
bg32086 { background: content-box url(test.jpg) fixed bottom left no-repeat }
bg32087 { background: content-box url(test.jpg) fixed bottom left repeat }
bg32088 { background: content-box url(test.jpg) fixed bottom left repeat-x }
bg32089 { background: content-box url(test.jpg) fixed bottom left repeat-y }
bg32090 { background: content-box url(test.jpg) no-repeat fixed bottom left }
bg32091 { background: content-box url(test.jpg) no-repeat bottom left }
bg32092 { background: content-box url(test.jpg) no-repeat bottom left fixed }
bg32093 { background: content-box url(test.jpg) no-repeat bottom left scroll }
bg32094 { background: content-box url(test.jpg) no-repeat scroll bottom left }
bg32095 { background: content-box url(test.jpg) repeat fixed bottom left }
bg32096 { background: content-box url(test.jpg) repeat bottom left }
bg32097 { background: content-box url(test.jpg) repeat bottom left fixed }
bg32098 { background: content-box url(test.jpg) repeat bottom left scroll }
bg32099 { background: content-box url(test.jpg) repeat scroll bottom left }
bg32100 { background: content-box url(test.jpg) repeat-x fixed bottom left }
bg32101 { background: content-box url(test.jpg) repeat-x bottom left }
bg32102 { background: content-box url(test.jpg) repeat-x bottom left fixed }
bg32103 { background: content-box url(test.jpg) repeat-x bottom left scroll }
bg32104 { background: content-box url(test.jpg) repeat-x scroll bottom left }
bg32105 { background: content-box url(test.jpg) repeat-y fixed bottom left }
bg32106 { background: content-box url(test.jpg) repeat-y bottom left }
bg32107 { background: content-box url(test.jpg) repeat-y bottom left fixed }
bg32108 { background: content-box url(test.jpg) repeat-y bottom left scroll }
bg32109 { background: content-box url(test.jpg) repeat-y scroll bottom left }
bg32110 { background: content-box url(test.jpg) bottom left }
bg32111 { background: content-box url(test.jpg) bottom left fixed }
bg32112 { background: content-box url(test.jpg) bottom left fixed no-repeat }
bg32113 { background: content-box url(test.jpg) bottom left fixed repeat }
bg32114 { background: content-box url(test.jpg) bottom left fixed repeat-x }
bg32115 { background: content-box url(test.jpg) bottom left fixed repeat-y }
bg32116 { background: content-box url(test.jpg) bottom left no-repeat }
bg32117 { background: content-box url(test.jpg) bottom left no-repeat fixed }
bg32118 { background: content-box url(test.jpg) bottom left no-repeat scroll }
bg32119 { background: content-box url(test.jpg) bottom left repeat }
bg32120 { background: content-box url(test.jpg) bottom left repeat fixed }
bg32121 { background: content-box url(test.jpg) bottom left repeat scroll }
bg32122 { background: content-box url(test.jpg) bottom left repeat-x }
bg32123 { background: content-box url(test.jpg) bottom left repeat-x fixed }
bg32124 { background: content-box url(test.jpg) bottom left repeat-x scroll }
bg32125 { background: content-box url(test.jpg) bottom left repeat-y }
bg32126 { background: content-box url(test.jpg) bottom left repeat-y fixed }
bg32127 { background: content-box url(test.jpg) bottom left repeat-y scroll }
bg32128 { background: content-box url(test.jpg) bottom left scroll }
bg32129 { background: content-box url(test.jpg) bottom left scroll no-repeat }
bg32130 { background: content-box url(test.jpg) bottom left scroll repeat }
bg32131 { background: content-box url(test.jpg) bottom left scroll repeat-x }
bg32132 { background: content-box url(test.jpg) bottom left scroll repeat-y }
bg32133 { background: content-box url(test.jpg) scroll no-repeat bottom left }
bg32134 { background: content-box url(test.jpg) scroll repeat bottom left }
bg32135 { background: content-box url(test.jpg) scroll repeat-x bottom left }
bg32136 { background: content-box url(test.jpg) scroll repeat-y bottom left }
bg32137 { background: content-box url(test.jpg) scroll bottom left }
bg32138 { background: content-box url(test.jpg) scroll bottom left no-repeat }
bg32139 { background: content-box url(test.jpg) scroll bottom left repeat }
bg32140 { background: content-box url(test.jpg) scroll bottom left repeat-x }
bg32141 { background: content-box url(test.jpg) scroll bottom left repeat-y }
bg32142 { background: url(test.jpg) fixed no-repeat bottom left content-box }
bg32143 { background: url(test.jpg) fixed no-repeat content-box bottom left }
bg32144 { background: url(test.jpg) fixed repeat bottom left content-box }
bg32145 { background: url(test.jpg) fixed repeat content-box bottom left }
bg32146 { background: url(test.jpg) fixed repeat-x bottom left content-box }
bg32147 { background: url(test.jpg) fixed repeat-x content-box bottom left }
bg32148 { background: url(test.jpg) fixed repeat-y bottom left content-box }
bg32149 { background: url(test.jpg) fixed repeat-y content-box bottom left }
bg32150 { background: url(test.jpg) fixed bottom left no-repeat content-box }
bg32151 { background: url(test.jpg) fixed bottom left repeat content-box }
bg32152 { background: url(test.jpg) fixed bottom left repeat-x content-box }
bg32153 { background: url(test.jpg) fixed bottom left repeat-y content-box }
bg32154 { background: url(test.jpg) fixed bottom left content-box }
bg32155 { background: url(test.jpg) fixed bottom left content-box no-repeat }
bg32156 { background: url(test.jpg) fixed bottom left content-box repeat }
bg32157 { background: url(test.jpg) fixed bottom left content-box repeat-x }
bg32158 { background: url(test.jpg) fixed bottom left content-box repeat-y }
bg32159 { background: url(test.jpg) fixed content-box no-repeat bottom left }
bg32160 { background: url(test.jpg) fixed content-box repeat bottom left }
bg32161 { background: url(test.jpg) fixed content-box repeat-x bottom left }
bg32162 { background: url(test.jpg) fixed content-box repeat-y bottom left }
bg32163 { background: url(test.jpg) fixed content-box bottom left }
bg32164 { background: url(test.jpg) fixed content-box bottom left no-repeat }
bg32165 { background: url(test.jpg) fixed content-box bottom left repeat }
bg32166 { background: url(test.jpg) fixed content-box bottom left repeat-x }
bg32167 { background: url(test.jpg) fixed content-box bottom left repeat-y }
bg32168 { background: url(test.jpg) no-repeat fixed bottom left content-box }
bg32169 { background: url(test.jpg) no-repeat fixed content-box bottom left }
bg32170 { background: url(test.jpg) no-repeat bottom left fixed content-box }
bg32171 { background: url(test.jpg) no-repeat bottom left scroll content-box }
bg32172 { background: url(test.jpg) no-repeat bottom left content-box }
bg32173 { background: url(test.jpg) no-repeat bottom left content-box fixed }
bg32174 { background: url(test.jpg) no-repeat bottom left content-box scroll }
bg32175 { background: url(test.jpg) no-repeat scroll bottom left content-box }
bg32176 { background: url(test.jpg) no-repeat scroll content-box bottom left }
bg32177 { background: url(test.jpg) no-repeat content-box fixed bottom left }
bg32178 { background: url(test.jpg) no-repeat content-box bottom left }
bg32179 { background: url(test.jpg) no-repeat content-box bottom left fixed }
bg32180 { background: url(test.jpg) no-repeat content-box bottom left scroll }
bg32181 { background: url(test.jpg) no-repeat content-box scroll bottom left }
bg32182 { background: url(test.jpg) repeat fixed bottom left content-box }
bg32183 { background: url(test.jpg) repeat fixed content-box bottom left }
bg32184 { background: url(test.jpg) repeat bottom left fixed content-box }
bg32185 { background: url(test.jpg) repeat bottom left scroll content-box }
bg32186 { background: url(test.jpg) repeat bottom left content-box }
bg32187 { background: url(test.jpg) repeat bottom left content-box fixed }
bg32188 { background: url(test.jpg) repeat bottom left content-box scroll }
bg32189 { background: url(test.jpg) repeat scroll bottom left content-box }
bg32190 { background: url(test.jpg) repeat scroll content-box bottom left }
bg32191 { background: url(test.jpg) repeat content-box fixed bottom left }
bg32192 { background: url(test.jpg) repeat content-box bottom left }
bg32193 { background: url(test.jpg) repeat content-box bottom left fixed }
bg32194 { background: url(test.jpg) repeat content-box bottom left scroll }
bg32195 { background: url(test.jpg) repeat content-box scroll bottom left }
bg32196 { background: url(test.jpg) repeat-x fixed bottom left content-box }
bg32197 { background: url(test.jpg) repeat-x fixed content-box bottom left }
bg32198 { background: url(test.jpg) repeat-x bottom left fixed content-box }
bg32199 { background: url(test.jpg) repeat-x bottom left scroll content-box }
bg32200 { background: url(test.jpg) repeat-x bottom left content-box }
bg32201 { background: url(test.jpg) repeat-x bottom left content-box fixed }
bg32202 { background: url(test.jpg) repeat-x bottom left content-box scroll }
bg32203 { background: url(test.jpg) repeat-x scroll bottom left content-box }
bg32204 { background: url(test.jpg) repeat-x scroll content-box bottom left }
bg32205 { background: url(test.jpg) repeat-x content-box fixed bottom left }
bg32206 { background: url(test.jpg) repeat-x content-box bottom left }
bg32207 { background: url(test.jpg) repeat-x content-box bottom left fixed }
bg32208 { background: url(test.jpg) repeat-x content-box bottom left scroll }
bg32209 { background: url(test.jpg) repeat-x content-box scroll bottom left }
bg32210 { background: url(test.jpg) repeat-y fixed bottom left content-box }
bg32211 { background: url(test.jpg) repeat-y fixed content-box bottom left }
bg32212 { background: url(test.jpg) repeat-y bottom left fixed content-box }
bg32213 { background: url(test.jpg) repeat-y bottom left scroll content-box }
bg32214 { background: url(test.jpg) repeat-y bottom left content-box }
bg32215 { background: url(test.jpg) repeat-y bottom left content-box fixed }
bg32216 { background: url(test.jpg) repeat-y bottom left content-box scroll }
bg32217 { background: url(test.jpg) repeat-y scroll bottom left content-box }
bg32218 { background: url(test.jpg) repeat-y scroll content-box bottom left }
bg32219 { background: url(test.jpg) repeat-y content-box fixed bottom left }
bg32220 { background: url(test.jpg) repeat-y content-box bottom left }
bg32221 { background: url(test.jpg) repeat-y content-box bottom left fixed }
bg32222 { background: url(test.jpg) repeat-y content-box bottom left scroll }
bg32223 { background: url(test.jpg) repeat-y content-box scroll bottom left }
bg32224 { background: url(test.jpg) bottom left fixed no-repeat content-box }
bg32225 { background: url(test.jpg) bottom left fixed repeat content-box }
bg32226 { background: url(test.jpg) bottom left fixed repeat-x content-box }
bg32227 { background: url(test.jpg) bottom left fixed repeat-y content-box }
bg32228 { background: url(test.jpg) bottom left fixed content-box }
bg32229 { background: url(test.jpg) bottom left fixed content-box no-repeat }
bg32230 { background: url(test.jpg) bottom left fixed content-box repeat }
bg32231 { background: url(test.jpg) bottom left fixed content-box repeat-x }
bg32232 { background: url(test.jpg) bottom left fixed content-box repeat-y }
bg32233 { background: url(test.jpg) bottom left no-repeat fixed content-box }
bg32234 { background: url(test.jpg) bottom left no-repeat scroll content-box }
bg32235 { background: url(test.jpg) bottom left no-repeat content-box }
bg32236 { background: url(test.jpg) bottom left no-repeat content-box fixed }
bg32237 { background: url(test.jpg) bottom left no-repeat content-box scroll }
bg32238 { background: url(test.jpg) bottom left repeat fixed content-box }
bg32239 { background: url(test.jpg) bottom left repeat scroll content-box }
bg32240 { background: url(test.jpg) bottom left repeat content-box }
bg32241 { background: url(test.jpg) bottom left repeat content-box fixed }
bg32242 { background: url(test.jpg) bottom left repeat content-box scroll }
bg32243 { background: url(test.jpg) bottom left repeat-x fixed content-box }
bg32244 { background: url(test.jpg) bottom left repeat-x scroll content-box }
bg32245 { background: url(test.jpg) bottom left repeat-x content-box }
bg32246 { background: url(test.jpg) bottom left repeat-x content-box fixed }
bg32247 { background: url(test.jpg) bottom left repeat-x content-box scroll }
bg32248 { background: url(test.jpg) bottom left repeat-y fixed content-box }
bg32249 { background: url(test.jpg) bottom left repeat-y scroll content-box }
bg32250 { background: url(test.jpg) bottom left repeat-y content-box }
bg32251 { background: url(test.jpg) bottom left repeat-y content-box fixed }
bg32252 { background: url(test.jpg) bottom left repeat-y content-box scroll }
bg32253 { background: url(test.jpg) bottom left scroll no-repeat content-box }
bg32254 { background: url(test.jpg) bottom left scroll repeat content-box }
bg32255 { background: url(test.jpg) bottom left scroll repeat-x content-box }
bg32256 { background: url(test.jpg) bottom left scroll repeat-y content-box }
bg32257 { background: url(test.jpg) bottom left scroll content-box }
bg32258 { background: url(test.jpg) bottom left scroll content-box no-repeat }
bg32259 { background: url(test.jpg) bottom left scroll content-box repeat }
bg32260 { background: url(test.jpg) bottom left scroll content-box repeat-x }
bg32261 { background: url(test.jpg) bottom left scroll content-box repeat-y }
bg32262 { background: url(test.jpg) bottom left content-box }
bg32263 { background: url(test.jpg) bottom left content-box fixed }
bg32264 { background: url(test.jpg) bottom left content-box fixed no-repeat }
bg32265 { background: url(test.jpg) bottom left content-box fixed repeat }
bg32266 { background: url(test.jpg) bottom left content-box fixed repeat-x }
bg32267 { background: url(test.jpg) bottom left content-box fixed repeat-y }
bg32268 { background: url(test.jpg) bottom left content-box no-repeat }
bg32269 { background: url(test.jpg) bottom left content-box no-repeat fixed }
bg32270 { background: url(test.jpg) bottom left content-box no-repeat scroll }
bg32271 { background: url(test.jpg) bottom left content-box repeat }
bg32272 { background: url(test.jpg) bottom left content-box repeat fixed }
bg32273 { background: url(test.jpg) bottom left content-box repeat scroll }
bg32274 { background: url(test.jpg) bottom left content-box repeat-x }
bg32275 { background: url(test.jpg) bottom left content-box repeat-x fixed }
bg32276 { background: url(test.jpg) bottom left content-box repeat-x scroll }
bg32277 { background: url(test.jpg) bottom left content-box repeat-y }
bg32278 { background: url(test.jpg) bottom left content-box repeat-y fixed }
bg32279 { background: url(test.jpg) bottom left content-box repeat-y scroll }
bg32280 { background: url(test.jpg) bottom left content-box scroll }
bg32281 { background: url(test.jpg) bottom left content-box scroll no-repeat }
bg32282 { background: url(test.jpg) bottom left content-box scroll repeat }
bg32283 { background: url(test.jpg) bottom left content-box scroll repeat-x }
bg32284 { background: url(test.jpg) bottom left content-box scroll repeat-y }
bg32285 { background: url(test.jpg) scroll no-repeat bottom left content-box }
bg32286 { background: url(test.jpg) scroll no-repeat content-box bottom left }
bg32287 { background: url(test.jpg) scroll repeat bottom left content-box }
bg32288 { background: url(test.jpg) scroll repeat content-box bottom left }
bg32289 { background: url(test.jpg) scroll repeat-x bottom left content-box }
bg32290 { background: url(test.jpg) scroll repeat-x content-box bottom left }
bg32291 { background: url(test.jpg) scroll repeat-y bottom left content-box }
bg32292 { background: url(test.jpg) scroll repeat-y content-box bottom left }
bg32293 { background: url(test.jpg) scroll bottom left no-repeat content-box }
bg32294 { background: url(test.jpg) scroll bottom left repeat content-box }
bg32295 { background: url(test.jpg) scroll bottom left repeat-x content-box }
bg32296 { background: url(test.jpg) scroll bottom left repeat-y content-box }
bg32297 { background: url(test.jpg) scroll bottom left content-box }
bg32298 { background: url(test.jpg) scroll bottom left content-box no-repeat }
bg32299 { background: url(test.jpg) scroll bottom left content-box repeat }
bg32300 { background: url(test.jpg) scroll bottom left content-box repeat-x }
bg32301 { background: url(test.jpg) scroll bottom left content-box repeat-y }
bg32302 { background: url(test.jpg) scroll content-box no-repeat bottom left }
bg32303 { background: url(test.jpg) scroll content-box repeat bottom left }
bg32304 { background: url(test.jpg) scroll content-box repeat-x bottom left }
bg32305 { background: url(test.jpg) scroll content-box repeat-y bottom left }
bg32306 { background: url(test.jpg) scroll content-box bottom left }
bg32307 { background: url(test.jpg) scroll content-box bottom left no-repeat }
bg32308 { background: url(test.jpg) scroll content-box bottom left repeat }
bg32309 { background: url(test.jpg) scroll content-box bottom left repeat-x }
bg32310 { background: url(test.jpg) scroll content-box bottom left repeat-y }
bg32311 { background: url(test.jpg) content-box fixed no-repeat bottom left }
bg32312 { background: url(test.jpg) content-box fixed repeat bottom left }
bg32313 { background: url(test.jpg) content-box fixed repeat-x bottom left }
bg32314 { background: url(test.jpg) content-box fixed repeat-y bottom left }
bg32315 { background: url(test.jpg) content-box fixed bottom left }
bg32316 { background: url(test.jpg) content-box fixed bottom left no-repeat }
bg32317 { background: url(test.jpg) content-box fixed bottom left repeat }
bg32318 { background: url(test.jpg) content-box fixed bottom left repeat-x }
bg32319 { background: url(test.jpg) content-box fixed bottom left repeat-y }
bg32320 { background: url(test.jpg) content-box no-repeat fixed bottom left }
bg32321 { background: url(test.jpg) content-box no-repeat bottom left }
bg32322 { background: url(test.jpg) content-box no-repeat bottom left fixed }
bg32323 { background: url(test.jpg) content-box no-repeat bottom left scroll }
bg32324 { background: url(test.jpg) content-box no-repeat scroll bottom left }
bg32325 { background: url(test.jpg) content-box repeat fixed bottom left }
bg32326 { background: url(test.jpg) content-box repeat bottom left }
bg32327 { background: url(test.jpg) content-box repeat bottom left fixed }
bg32328 { background: url(test.jpg) content-box repeat bottom left scroll }
bg32329 { background: url(test.jpg) content-box repeat scroll bottom left }
bg32330 { background: url(test.jpg) content-box repeat-x fixed bottom left }
bg32331 { background: url(test.jpg) content-box repeat-x bottom left }
bg32332 { background: url(test.jpg) content-box repeat-x bottom left fixed }
bg32333 { background: url(test.jpg) content-box repeat-x bottom left scroll }
bg32334 { background: url(test.jpg) content-box repeat-x scroll bottom left }
bg32335 { background: url(test.jpg) content-box repeat-y fixed bottom left }
bg32336 { background: url(test.jpg) content-box repeat-y bottom left }
bg32337 { background: url(test.jpg) content-box repeat-y bottom left fixed }
bg32338 { background: url(test.jpg) content-box repeat-y bottom left scroll }
bg32339 { background: url(test.jpg) content-box repeat-y scroll bottom left }
bg32340 { background: url(test.jpg) content-box bottom left }
bg32341 { background: url(test.jpg) content-box bottom left fixed }
bg32342 { background: url(test.jpg) content-box bottom left fixed no-repeat }
bg32343 { background: url(test.jpg) content-box bottom left fixed repeat }
bg32344 { background: url(test.jpg) content-box bottom left fixed repeat-x }
bg32345 { background: url(test.jpg) content-box bottom left fixed repeat-y }
bg32346 { background: url(test.jpg) content-box bottom left no-repeat }
bg32347 { background: url(test.jpg) content-box bottom left no-repeat fixed }
bg32348 { background: url(test.jpg) content-box bottom left no-repeat scroll }
bg32349 { background: url(test.jpg) content-box bottom left repeat }
bg32350 { background: url(test.jpg) content-box bottom left repeat fixed }
bg32351 { background: url(test.jpg) content-box bottom left repeat scroll }
bg32352 { background: url(test.jpg) content-box bottom left repeat-x }
bg32353 { background: url(test.jpg) content-box bottom left repeat-x fixed }
bg32354 { background: url(test.jpg) content-box bottom left repeat-x scroll }
bg32355 { background: url(test.jpg) content-box bottom left repeat-y }
bg32356 { background: url(test.jpg) content-box bottom left repeat-y fixed }
bg32357 { background: url(test.jpg) content-box bottom left repeat-y scroll }
bg32358 { background: url(test.jpg) content-box bottom left scroll }
bg32359 { background: url(test.jpg) content-box bottom left scroll no-repeat }
bg32360 { background: url(test.jpg) content-box bottom left scroll repeat }
bg32361 { background: url(test.jpg) content-box bottom left scroll repeat-x }
bg32362 { background: url(test.jpg) content-box bottom left scroll repeat-y }
bg32363 { background: url(test.jpg) content-box scroll no-repeat bottom left }
bg32364 { background: url(test.jpg) content-box scroll repeat bottom left }
bg32365 { background: url(test.jpg) content-box scroll repeat-x bottom left }
bg32366 { background: url(test.jpg) content-box scroll repeat-y bottom left }
bg32367 { background: url(test.jpg) content-box scroll bottom left }
bg32368 { background: url(test.jpg) content-box scroll bottom left no-repeat }
bg32369 { background: url(test.jpg) content-box scroll bottom left repeat }
bg32370 { background: url(test.jpg) content-box scroll bottom left repeat-x }
bg32371 { background: url(test.jpg) content-box scroll bottom left repeat-y }
bg32372 { background: fixed no-repeat none bottom right content-box }
bg32373 { background: fixed no-repeat none content-box bottom right }
bg32374 { background: fixed no-repeat bottom right none content-box }
bg32375 { background: fixed no-repeat bottom right content-box }
bg32376 { background: fixed no-repeat bottom right content-box none }
bg32377 { background: fixed no-repeat bottom right content-box url(test.jpg) }
bg32378 { background: fixed no-repeat bottom right url(test.jpg) content-box }
bg32379 { background: fixed no-repeat content-box none bottom right }
bg32380 { background: fixed no-repeat content-box bottom right }
bg32381 { background: fixed no-repeat content-box bottom right none }
bg32382 { background: fixed no-repeat content-box bottom right url(test.jpg) }
bg32383 { background: fixed no-repeat content-box url(test.jpg) bottom right }
bg32384 { background: fixed no-repeat url(test.jpg) bottom right content-box }
bg32385 { background: fixed no-repeat url(test.jpg) content-box bottom right }
bg32386 { background: fixed none no-repeat bottom right content-box }
bg32387 { background: fixed none no-repeat content-box bottom right }
bg32388 { background: fixed none repeat bottom right content-box }
bg32389 { background: fixed none repeat content-box bottom right }
bg32390 { background: fixed none repeat-x bottom right content-box }
bg32391 { background: fixed none repeat-x content-box bottom right }
bg32392 { background: fixed none repeat-y bottom right content-box }
bg32393 { background: fixed none repeat-y content-box bottom right }
bg32394 { background: fixed none bottom right no-repeat content-box }
bg32395 { background: fixed none bottom right repeat content-box }
bg32396 { background: fixed none bottom right repeat-x content-box }
bg32397 { background: fixed none bottom right repeat-y content-box }
bg32398 { background: fixed none bottom right content-box }
bg32399 { background: fixed none bottom right content-box no-repeat }
bg32400 { background: fixed none bottom right content-box repeat }
bg32401 { background: fixed none bottom right content-box repeat-x }
bg32402 { background: fixed none bottom right content-box repeat-y }
bg32403 { background: fixed none content-box no-repeat bottom right }
bg32404 { background: fixed none content-box repeat bottom right }
bg32405 { background: fixed none content-box repeat-x bottom right }
bg32406 { background: fixed none content-box repeat-y bottom right }
bg32407 { background: fixed none content-box bottom right }
bg32408 { background: fixed none content-box bottom right no-repeat }
bg32409 { background: fixed none content-box bottom right repeat }
bg32410 { background: fixed none content-box bottom right repeat-x }
bg32411 { background: fixed none content-box bottom right repeat-y }
bg32412 { background: fixed repeat none bottom right content-box }
bg32413 { background: fixed repeat none content-box bottom right }
bg32414 { background: fixed repeat bottom right none content-box }
bg32415 { background: fixed repeat bottom right content-box }
bg32416 { background: fixed repeat bottom right content-box none }
bg32417 { background: fixed repeat bottom right content-box url(test.jpg) }
bg32418 { background: fixed repeat bottom right url(test.jpg) content-box }
bg32419 { background: fixed repeat content-box none bottom right }
bg32420 { background: fixed repeat content-box bottom right }
bg32421 { background: fixed repeat content-box bottom right none }
bg32422 { background: fixed repeat content-box bottom right url(test.jpg) }
bg32423 { background: fixed repeat content-box url(test.jpg) bottom right }
bg32424 { background: fixed repeat url(test.jpg) bottom right content-box }
bg32425 { background: fixed repeat url(test.jpg) content-box bottom right }
bg32426 { background: fixed repeat-x none bottom right content-box }
bg32427 { background: fixed repeat-x none content-box bottom right }
bg32428 { background: fixed repeat-x bottom right none content-box }
bg32429 { background: fixed repeat-x bottom right content-box }
bg32430 { background: fixed repeat-x bottom right content-box none }
bg32431 { background: fixed repeat-x bottom right content-box url(test.jpg) }
bg32432 { background: fixed repeat-x bottom right url(test.jpg) content-box }
bg32433 { background: fixed repeat-x content-box none bottom right }
bg32434 { background: fixed repeat-x content-box bottom right }
bg32435 { background: fixed repeat-x content-box bottom right none }
bg32436 { background: fixed repeat-x content-box bottom right url(test.jpg) }
bg32437 { background: fixed repeat-x content-box url(test.jpg) bottom right }
bg32438 { background: fixed repeat-x url(test.jpg) bottom right content-box }
bg32439 { background: fixed repeat-x url(test.jpg) content-box bottom right }
bg32440 { background: fixed repeat-y none bottom right content-box }
bg32441 { background: fixed repeat-y none content-box bottom right }
bg32442 { background: fixed repeat-y bottom right none content-box }
bg32443 { background: fixed repeat-y bottom right content-box }
bg32444 { background: fixed repeat-y bottom right content-box none }
bg32445 { background: fixed repeat-y bottom right content-box url(test.jpg) }
bg32446 { background: fixed repeat-y bottom right url(test.jpg) content-box }
bg32447 { background: fixed repeat-y content-box none bottom right }
bg32448 { background: fixed repeat-y content-box bottom right }
bg32449 { background: fixed repeat-y content-box bottom right none }
bg32450 { background: fixed repeat-y content-box bottom right url(test.jpg) }
bg32451 { background: fixed repeat-y content-box url(test.jpg) bottom right }
bg32452 { background: fixed repeat-y url(test.jpg) bottom right content-box }
bg32453 { background: fixed repeat-y url(test.jpg) content-box bottom right }
bg32454 { background: fixed bottom right no-repeat none content-box }
bg32455 { background: fixed bottom right no-repeat content-box }
bg32456 { background: fixed bottom right no-repeat content-box none }
bg32457 { background: fixed bottom right no-repeat content-box url(test.jpg) }
bg32458 { background: fixed bottom right no-repeat url(test.jpg) content-box }
bg32459 { background: fixed bottom right none no-repeat content-box }
bg32460 { background: fixed bottom right none repeat content-box }
bg32461 { background: fixed bottom right none repeat-x content-box }
bg32462 { background: fixed bottom right none repeat-y content-box }
bg32463 { background: fixed bottom right none content-box }
bg32464 { background: fixed bottom right none content-box no-repeat }
bg32465 { background: fixed bottom right none content-box repeat }
bg32466 { background: fixed bottom right none content-box repeat-x }
bg32467 { background: fixed bottom right none content-box repeat-y }
bg32468 { background: fixed bottom right repeat none content-box }
bg32469 { background: fixed bottom right repeat content-box }
bg32470 { background: fixed bottom right repeat content-box none }
bg32471 { background: fixed bottom right repeat content-box url(test.jpg) }
bg32472 { background: fixed bottom right repeat url(test.jpg) content-box }
bg32473 { background: fixed bottom right repeat-x none content-box }
bg32474 { background: fixed bottom right repeat-x content-box }
bg32475 { background: fixed bottom right repeat-x content-box none }
bg32476 { background: fixed bottom right repeat-x content-box url(test.jpg) }
bg32477 { background: fixed bottom right repeat-x url(test.jpg) content-box }
bg32478 { background: fixed bottom right repeat-y none content-box }
bg32479 { background: fixed bottom right repeat-y content-box }
bg32480 { background: fixed bottom right repeat-y content-box none }
bg32481 { background: fixed bottom right repeat-y content-box url(test.jpg) }
bg32482 { background: fixed bottom right repeat-y url(test.jpg) content-box }
bg32483 { background: fixed bottom right content-box }
bg32484 { background: fixed bottom right content-box no-repeat }
bg32485 { background: fixed bottom right content-box no-repeat none }
bg32486 { background: fixed bottom right content-box no-repeat url(test.jpg) }
bg32487 { background: fixed bottom right content-box none }
bg32488 { background: fixed bottom right content-box none no-repeat }
bg32489 { background: fixed bottom right content-box none repeat }
bg32490 { background: fixed bottom right content-box none repeat-x }
bg32491 { background: fixed bottom right content-box none repeat-y }
bg32492 { background: fixed bottom right content-box repeat }
bg32493 { background: fixed bottom right content-box repeat none }
bg32494 { background: fixed bottom right content-box repeat url(test.jpg) }
bg32495 { background: fixed bottom right content-box repeat-x }
bg32496 { background: fixed bottom right content-box repeat-x none }
bg32497 { background: fixed bottom right content-box repeat-x url(test.jpg) }
bg32498 { background: fixed bottom right content-box repeat-y }
bg32499 { background: fixed bottom right content-box repeat-y none }
bg32500 { background: fixed bottom right content-box repeat-y url(test.jpg) }
bg32501 { background: fixed bottom right content-box url(test.jpg) }
bg32502 { background: fixed bottom right content-box url(test.jpg) no-repeat }
bg32503 { background: fixed bottom right content-box url(test.jpg) repeat }
bg32504 { background: fixed bottom right content-box url(test.jpg) repeat-x }
bg32505 { background: fixed bottom right content-box url(test.jpg) repeat-y }
bg32506 { background: fixed bottom right url(test.jpg) no-repeat content-box }
bg32507 { background: fixed bottom right url(test.jpg) repeat content-box }
bg32508 { background: fixed bottom right url(test.jpg) repeat-x content-box }
bg32509 { background: fixed bottom right url(test.jpg) repeat-y content-box }
bg32510 { background: fixed bottom right url(test.jpg) content-box }
bg32511 { background: fixed bottom right url(test.jpg) content-box no-repeat }
bg32512 { background: fixed bottom right url(test.jpg) content-box repeat }
bg32513 { background: fixed bottom right url(test.jpg) content-box repeat-x }
bg32514 { background: fixed bottom right url(test.jpg) content-box repeat-y }
bg32515 { background: fixed content-box no-repeat none bottom right }
bg32516 { background: fixed content-box no-repeat bottom right }
bg32517 { background: fixed content-box no-repeat bottom right none }
bg32518 { background: fixed content-box no-repeat bottom right url(test.jpg) }
bg32519 { background: fixed content-box no-repeat url(test.jpg) bottom right }
bg32520 { background: fixed content-box none no-repeat bottom right }
bg32521 { background: fixed content-box none repeat bottom right }
bg32522 { background: fixed content-box none repeat-x bottom right }
bg32523 { background: fixed content-box none repeat-y bottom right }
bg32524 { background: fixed content-box none bottom right }
bg32525 { background: fixed content-box none bottom right no-repeat }
bg32526 { background: fixed content-box none bottom right repeat }
bg32527 { background: fixed content-box none bottom right repeat-x }
bg32528 { background: fixed content-box none bottom right repeat-y }
bg32529 { background: fixed content-box repeat none bottom right }
bg32530 { background: fixed content-box repeat bottom right }
bg32531 { background: fixed content-box repeat bottom right none }
bg32532 { background: fixed content-box repeat bottom right url(test.jpg) }
bg32533 { background: fixed content-box repeat url(test.jpg) bottom right }
bg32534 { background: fixed content-box repeat-x none bottom right }
bg32535 { background: fixed content-box repeat-x bottom right }
bg32536 { background: fixed content-box repeat-x bottom right none }
bg32537 { background: fixed content-box repeat-x bottom right url(test.jpg) }
bg32538 { background: fixed content-box repeat-x url(test.jpg) bottom right }
bg32539 { background: fixed content-box repeat-y none bottom right }
bg32540 { background: fixed content-box repeat-y bottom right }
bg32541 { background: fixed content-box repeat-y bottom right none }
bg32542 { background: fixed content-box repeat-y bottom right url(test.jpg) }
bg32543 { background: fixed content-box repeat-y url(test.jpg) bottom right }
bg32544 { background: fixed content-box bottom right }
bg32545 { background: fixed content-box bottom right no-repeat }
bg32546 { background: fixed content-box bottom right no-repeat none }
bg32547 { background: fixed content-box bottom right no-repeat url(test.jpg) }
bg32548 { background: fixed content-box bottom right none }
bg32549 { background: fixed content-box bottom right none no-repeat }
bg32550 { background: fixed content-box bottom right none repeat }
bg32551 { background: fixed content-box bottom right none repeat-x }
bg32552 { background: fixed content-box bottom right none repeat-y }
bg32553 { background: fixed content-box bottom right repeat }
bg32554 { background: fixed content-box bottom right repeat none }
bg32555 { background: fixed content-box bottom right repeat url(test.jpg) }
bg32556 { background: fixed content-box bottom right repeat-x }
bg32557 { background: fixed content-box bottom right repeat-x none }
bg32558 { background: fixed content-box bottom right repeat-x url(test.jpg) }
bg32559 { background: fixed content-box bottom right repeat-y }
bg32560 { background: fixed content-box bottom right repeat-y none }
bg32561 { background: fixed content-box bottom right repeat-y url(test.jpg) }
bg32562 { background: fixed content-box bottom right url(test.jpg) }
bg32563 { background: fixed content-box bottom right url(test.jpg) no-repeat }
bg32564 { background: fixed content-box bottom right url(test.jpg) repeat }
bg32565 { background: fixed content-box bottom right url(test.jpg) repeat-x }
bg32566 { background: fixed content-box bottom right url(test.jpg) repeat-y }
bg32567 { background: fixed content-box url(test.jpg) no-repeat bottom right }
bg32568 { background: fixed content-box url(test.jpg) repeat bottom right }
bg32569 { background: fixed content-box url(test.jpg) repeat-x bottom right }
bg32570 { background: fixed content-box url(test.jpg) repeat-y bottom right }
bg32571 { background: fixed content-box url(test.jpg) bottom right }
bg32572 { background: fixed content-box url(test.jpg) bottom right no-repeat }
bg32573 { background: fixed content-box url(test.jpg) bottom right repeat }
bg32574 { background: fixed content-box url(test.jpg) bottom right repeat-x }
bg32575 { background: fixed content-box url(test.jpg) bottom right repeat-y }
bg32576 { background: fixed url(test.jpg) no-repeat bottom right content-box }
bg32577 { background: fixed url(test.jpg) no-repeat content-box bottom right }
bg32578 { background: fixed url(test.jpg) repeat bottom right content-box }
bg32579 { background: fixed url(test.jpg) repeat content-box bottom right }
bg32580 { background: fixed url(test.jpg) repeat-x bottom right content-box }
bg32581 { background: fixed url(test.jpg) repeat-x content-box bottom right }
bg32582 { background: fixed url(test.jpg) repeat-y bottom right content-box }
bg32583 { background: fixed url(test.jpg) repeat-y content-box bottom right }
bg32584 { background: fixed url(test.jpg) bottom right no-repeat content-box }
bg32585 { background: fixed url(test.jpg) bottom right repeat content-box }
bg32586 { background: fixed url(test.jpg) bottom right repeat-x content-box }
bg32587 { background: fixed url(test.jpg) bottom right repeat-y content-box }
bg32588 { background: fixed url(test.jpg) bottom right content-box }
bg32589 { background: fixed url(test.jpg) bottom right content-box no-repeat }
bg32590 { background: fixed url(test.jpg) bottom right content-box repeat }
bg32591 { background: fixed url(test.jpg) bottom right content-box repeat-x }
bg32592 { background: fixed url(test.jpg) bottom right content-box repeat-y }
bg32593 { background: fixed url(test.jpg) content-box no-repeat bottom right }
bg32594 { background: fixed url(test.jpg) content-box repeat bottom right }
bg32595 { background: fixed url(test.jpg) content-box repeat-x bottom right }
bg32596 { background: fixed url(test.jpg) content-box repeat-y bottom right }
bg32597 { background: fixed url(test.jpg) content-box bottom right }
bg32598 { background: fixed url(test.jpg) content-box bottom right no-repeat }
bg32599 { background: fixed url(test.jpg) content-box bottom right repeat }
bg32600 { background: fixed url(test.jpg) content-box bottom right repeat-x }
bg32601 { background: fixed url(test.jpg) content-box bottom right repeat-y }
bg32602 { background: no-repeat fixed none bottom right content-box }
bg32603 { background: no-repeat fixed none content-box bottom right }
bg32604 { background: no-repeat fixed bottom right none content-box }
bg32605 { background: no-repeat fixed bottom right content-box }
bg32606 { background: no-repeat fixed bottom right content-box none }
bg32607 { background: no-repeat fixed bottom right content-box url(test.jpg) }
bg32608 { background: no-repeat fixed bottom right url(test.jpg) content-box }
bg32609 { background: no-repeat fixed content-box none bottom right }
bg32610 { background: no-repeat fixed content-box bottom right }
bg32611 { background: no-repeat fixed content-box bottom right none }
bg32612 { background: no-repeat fixed content-box bottom right url(test.jpg) }
bg32613 { background: no-repeat fixed content-box url(test.jpg) bottom right }
bg32614 { background: no-repeat fixed url(test.jpg) bottom right content-box }
bg32615 { background: no-repeat fixed url(test.jpg) content-box bottom right }
bg32616 { background: no-repeat none fixed bottom right content-box }
bg32617 { background: no-repeat none fixed content-box bottom right }
bg32618 { background: no-repeat none bottom right fixed content-box }
bg32619 { background: no-repeat none bottom right scroll content-box }
bg32620 { background: no-repeat none bottom right content-box }
bg32621 { background: no-repeat none bottom right content-box fixed }
bg32622 { background: no-repeat none bottom right content-box scroll }
bg32623 { background: no-repeat none scroll bottom right content-box }
bg32624 { background: no-repeat none scroll content-box bottom right }
bg32625 { background: no-repeat none content-box fixed bottom right }
bg32626 { background: no-repeat none content-box bottom right }
bg32627 { background: no-repeat none content-box bottom right fixed }
bg32628 { background: no-repeat none content-box bottom right scroll }
bg32629 { background: no-repeat none content-box scroll bottom right }
bg32630 { background: no-repeat bottom right fixed none content-box }
bg32631 { background: no-repeat bottom right fixed content-box }
bg32632 { background: no-repeat bottom right fixed content-box none }
bg32633 { background: no-repeat bottom right fixed content-box url(test.jpg) }
bg32634 { background: no-repeat bottom right fixed url(test.jpg) content-box }
bg32635 { background: no-repeat bottom right none fixed content-box }
bg32636 { background: no-repeat bottom right none scroll content-box }
bg32637 { background: no-repeat bottom right none content-box }
bg32638 { background: no-repeat bottom right none content-box fixed }
bg32639 { background: no-repeat bottom right none content-box scroll }
bg32640 { background: no-repeat bottom right scroll none content-box }
bg32641 { background: no-repeat bottom right scroll content-box }
bg32642 { background: no-repeat bottom right scroll content-box none }
bg32643 { background: no-repeat bottom right scroll content-box url(test.jpg) }
bg32644 { background: no-repeat bottom right scroll url(test.jpg) content-box }
bg32645 { background: no-repeat bottom right content-box }
bg32646 { background: no-repeat bottom right content-box fixed }
bg32647 { background: no-repeat bottom right content-box fixed none }
bg32648 { background: no-repeat bottom right content-box fixed url(test.jpg) }
bg32649 { background: no-repeat bottom right content-box none }
bg32650 { background: no-repeat bottom right content-box none fixed }
bg32651 { background: no-repeat bottom right content-box none scroll }
bg32652 { background: no-repeat bottom right content-box scroll }
bg32653 { background: no-repeat bottom right content-box scroll none }
bg32654 { background: no-repeat bottom right content-box scroll url(test.jpg) }
bg32655 { background: no-repeat bottom right content-box url(test.jpg) }
bg32656 { background: no-repeat bottom right content-box url(test.jpg) fixed }
bg32657 { background: no-repeat bottom right content-box url(test.jpg) scroll }
bg32658 { background: no-repeat bottom right url(test.jpg) fixed content-box }
bg32659 { background: no-repeat bottom right url(test.jpg) scroll content-box }
bg32660 { background: no-repeat bottom right url(test.jpg) content-box }
bg32661 { background: no-repeat bottom right url(test.jpg) content-box fixed }
bg32662 { background: no-repeat bottom right url(test.jpg) content-box scroll }
bg32663 { background: no-repeat scroll none bottom right content-box }
bg32664 { background: no-repeat scroll none content-box bottom right }
bg32665 { background: no-repeat scroll bottom right none content-box }
bg32666 { background: no-repeat scroll bottom right content-box }
bg32667 { background: no-repeat scroll bottom right content-box none }
bg32668 { background: no-repeat scroll bottom right content-box url(test.jpg) }
bg32669 { background: no-repeat scroll bottom right url(test.jpg) content-box }
bg32670 { background: no-repeat scroll content-box none bottom right }
bg32671 { background: no-repeat scroll content-box bottom right }
bg32672 { background: no-repeat scroll content-box bottom right none }
bg32673 { background: no-repeat scroll content-box bottom right url(test.jpg) }
bg32674 { background: no-repeat scroll content-box url(test.jpg) bottom right }
bg32675 { background: no-repeat scroll url(test.jpg) bottom right content-box }
bg32676 { background: no-repeat scroll url(test.jpg) content-box bottom right }
bg32677 { background: no-repeat content-box fixed none bottom right }
bg32678 { background: no-repeat content-box fixed bottom right }
bg32679 { background: no-repeat content-box fixed bottom right none }
bg32680 { background: no-repeat content-box fixed bottom right url(test.jpg) }
bg32681 { background: no-repeat content-box fixed url(test.jpg) bottom right }
bg32682 { background: no-repeat content-box none fixed bottom right }
bg32683 { background: no-repeat content-box none bottom right }
bg32684 { background: no-repeat content-box none bottom right fixed }
bg32685 { background: no-repeat content-box none bottom right scroll }
bg32686 { background: no-repeat content-box none scroll bottom right }
bg32687 { background: no-repeat content-box bottom right }
bg32688 { background: no-repeat content-box bottom right fixed }
bg32689 { background: no-repeat content-box bottom right fixed none }
bg32690 { background: no-repeat content-box bottom right fixed url(test.jpg) }
bg32691 { background: no-repeat content-box bottom right none }
bg32692 { background: no-repeat content-box bottom right none fixed }
bg32693 { background: no-repeat content-box bottom right none scroll }
bg32694 { background: no-repeat content-box bottom right scroll }
bg32695 { background: no-repeat content-box bottom right scroll none }
bg32696 { background: no-repeat content-box bottom right scroll url(test.jpg) }
bg32697 { background: no-repeat content-box bottom right url(test.jpg) }
bg32698 { background: no-repeat content-box bottom right url(test.jpg) fixed }
bg32699 { background: no-repeat content-box bottom right url(test.jpg) scroll }
bg32700 { background: no-repeat content-box scroll none bottom right }
bg32701 { background: no-repeat content-box scroll bottom right }
bg32702 { background: no-repeat content-box scroll bottom right none }
bg32703 { background: no-repeat content-box scroll bottom right url(test.jpg) }
bg32704 { background: no-repeat content-box scroll url(test.jpg) bottom right }
bg32705 { background: no-repeat content-box url(test.jpg) fixed bottom right }
bg32706 { background: no-repeat content-box url(test.jpg) bottom right }
bg32707 { background: no-repeat content-box url(test.jpg) bottom right fixed }
bg32708 { background: no-repeat content-box url(test.jpg) bottom right scroll }
bg32709 { background: no-repeat content-box url(test.jpg) scroll bottom right }
bg32710 { background: no-repeat url(test.jpg) fixed bottom right content-box }
bg32711 { background: no-repeat url(test.jpg) fixed content-box bottom right }
bg32712 { background: no-repeat url(test.jpg) bottom right fixed content-box }
bg32713 { background: no-repeat url(test.jpg) bottom right scroll content-box }
bg32714 { background: no-repeat url(test.jpg) bottom right content-box }
bg32715 { background: no-repeat url(test.jpg) bottom right content-box fixed }
bg32716 { background: no-repeat url(test.jpg) bottom right content-box scroll }
bg32717 { background: no-repeat url(test.jpg) scroll bottom right content-box }
bg32718 { background: no-repeat url(test.jpg) scroll content-box bottom right }
bg32719 { background: no-repeat url(test.jpg) content-box fixed bottom right }
bg32720 { background: no-repeat url(test.jpg) content-box bottom right }
bg32721 { background: no-repeat url(test.jpg) content-box bottom right fixed }
bg32722 { background: no-repeat url(test.jpg) content-box bottom right scroll }
bg32723 { background: no-repeat url(test.jpg) content-box scroll bottom right }
bg32724 { background: none fixed no-repeat bottom right content-box }
bg32725 { background: none fixed no-repeat content-box bottom right }
bg32726 { background: none fixed repeat bottom right content-box }
bg32727 { background: none fixed repeat content-box bottom right }
bg32728 { background: none fixed repeat-x bottom right content-box }
bg32729 { background: none fixed repeat-x content-box bottom right }
bg32730 { background: none fixed repeat-y bottom right content-box }
bg32731 { background: none fixed repeat-y content-box bottom right }
bg32732 { background: none fixed bottom right no-repeat content-box }
bg32733 { background: none fixed bottom right repeat content-box }
bg32734 { background: none fixed bottom right repeat-x content-box }
bg32735 { background: none fixed bottom right repeat-y content-box }
bg32736 { background: none fixed bottom right content-box }
bg32737 { background: none fixed bottom right content-box no-repeat }
bg32738 { background: none fixed bottom right content-box repeat }
bg32739 { background: none fixed bottom right content-box repeat-x }
bg32740 { background: none fixed bottom right content-box repeat-y }
bg32741 { background: none fixed content-box no-repeat bottom right }
bg32742 { background: none fixed content-box repeat bottom right }
bg32743 { background: none fixed content-box repeat-x bottom right }
bg32744 { background: none fixed content-box repeat-y bottom right }
bg32745 { background: none fixed content-box bottom right }
bg32746 { background: none fixed content-box bottom right no-repeat }
bg32747 { background: none fixed content-box bottom right repeat }
bg32748 { background: none fixed content-box bottom right repeat-x }
bg32749 { background: none fixed content-box bottom right repeat-y }
bg32750 { background: none no-repeat fixed bottom right content-box }
bg32751 { background: none no-repeat fixed content-box bottom right }
bg32752 { background: none no-repeat bottom right fixed content-box }
bg32753 { background: none no-repeat bottom right scroll content-box }
bg32754 { background: none no-repeat bottom right content-box }
bg32755 { background: none no-repeat bottom right content-box fixed }
bg32756 { background: none no-repeat bottom right content-box scroll }
bg32757 { background: none no-repeat scroll bottom right content-box }
bg32758 { background: none no-repeat scroll content-box bottom right }
bg32759 { background: none no-repeat content-box fixed bottom right }
bg32760 { background: none no-repeat content-box bottom right }
bg32761 { background: none no-repeat content-box bottom right fixed }
bg32762 { background: none no-repeat content-box bottom right scroll }
bg32763 { background: none no-repeat content-box scroll bottom right }
bg32764 { background: none repeat fixed bottom right content-box }
bg32765 { background: none repeat fixed content-box bottom right }
bg32766 { background: none repeat bottom right fixed content-box }
bg32767 { background: none repeat bottom right scroll content-box }
bg32768 { background: none repeat bottom right content-box }
bg32769 { background: none repeat bottom right content-box fixed }
bg32770 { background: none repeat bottom right content-box scroll }
bg32771 { background: none repeat scroll bottom right content-box }
bg32772 { background: none repeat scroll content-box bottom right }
bg32773 { background: none repeat content-box fixed bottom right }
bg32774 { background: none repeat content-box bottom right }
bg32775 { background: none repeat content-box bottom right fixed }
bg32776 { background: none repeat content-box bottom right scroll }
bg32777 { background: none repeat content-box scroll bottom right }
bg32778 { background: none repeat-x fixed bottom right content-box }
bg32779 { background: none repeat-x fixed content-box bottom right }
bg32780 { background: none repeat-x bottom right fixed content-box }
bg32781 { background: none repeat-x bottom right scroll content-box }
bg32782 { background: none repeat-x bottom right content-box }
bg32783 { background: none repeat-x bottom right content-box fixed }
bg32784 { background: none repeat-x bottom right content-box scroll }
bg32785 { background: none repeat-x scroll bottom right content-box }
bg32786 { background: none repeat-x scroll content-box bottom right }
bg32787 { background: none repeat-x content-box fixed bottom right }
bg32788 { background: none repeat-x content-box bottom right }
bg32789 { background: none repeat-x content-box bottom right fixed }
bg32790 { background: none repeat-x content-box bottom right scroll }
bg32791 { background: none repeat-x content-box scroll bottom right }
bg32792 { background: none repeat-y fixed bottom right content-box }
bg32793 { background: none repeat-y fixed content-box bottom right }
bg32794 { background: none repeat-y bottom right fixed content-box }
bg32795 { background: none repeat-y bottom right scroll content-box }
bg32796 { background: none repeat-y bottom right content-box }
bg32797 { background: none repeat-y bottom right content-box fixed }
bg32798 { background: none repeat-y bottom right content-box scroll }
bg32799 { background: none repeat-y scroll bottom right content-box }
bg32800 { background: none repeat-y scroll content-box bottom right }
bg32801 { background: none repeat-y content-box fixed bottom right }
bg32802 { background: none repeat-y content-box bottom right }
bg32803 { background: none repeat-y content-box bottom right fixed }
bg32804 { background: none repeat-y content-box bottom right scroll }
bg32805 { background: none repeat-y content-box scroll bottom right }
bg32806 { background: none bottom right fixed no-repeat content-box }
bg32807 { background: none bottom right fixed repeat content-box }
bg32808 { background: none bottom right fixed repeat-x content-box }
bg32809 { background: none bottom right fixed repeat-y content-box }
bg32810 { background: none bottom right fixed content-box }
bg32811 { background: none bottom right fixed content-box no-repeat }
bg32812 { background: none bottom right fixed content-box repeat }
bg32813 { background: none bottom right fixed content-box repeat-x }
bg32814 { background: none bottom right fixed content-box repeat-y }
bg32815 { background: none bottom right no-repeat fixed content-box }
bg32816 { background: none bottom right no-repeat scroll content-box }
bg32817 { background: none bottom right no-repeat content-box }
bg32818 { background: none bottom right no-repeat content-box fixed }
bg32819 { background: none bottom right no-repeat content-box scroll }
bg32820 { background: none bottom right repeat fixed content-box }
bg32821 { background: none bottom right repeat scroll content-box }
bg32822 { background: none bottom right repeat content-box }
bg32823 { background: none bottom right repeat content-box fixed }
bg32824 { background: none bottom right repeat content-box scroll }
bg32825 { background: none bottom right repeat-x fixed content-box }
bg32826 { background: none bottom right repeat-x scroll content-box }
bg32827 { background: none bottom right repeat-x content-box }
bg32828 { background: none bottom right repeat-x content-box fixed }
bg32829 { background: none bottom right repeat-x content-box scroll }
bg32830 { background: none bottom right repeat-y fixed content-box }
bg32831 { background: none bottom right repeat-y scroll content-box }
bg32832 { background: none bottom right repeat-y content-box }
bg32833 { background: none bottom right repeat-y content-box fixed }
bg32834 { background: none bottom right repeat-y content-box scroll }
bg32835 { background: none bottom right scroll no-repeat content-box }
bg32836 { background: none bottom right scroll repeat content-box }
bg32837 { background: none bottom right scroll repeat-x content-box }
bg32838 { background: none bottom right scroll repeat-y content-box }
bg32839 { background: none bottom right scroll content-box }
bg32840 { background: none bottom right scroll content-box no-repeat }
bg32841 { background: none bottom right scroll content-box repeat }
bg32842 { background: none bottom right scroll content-box repeat-x }
bg32843 { background: none bottom right scroll content-box repeat-y }
bg32844 { background: none bottom right content-box }
bg32845 { background: none bottom right content-box fixed }
bg32846 { background: none bottom right content-box fixed no-repeat }
bg32847 { background: none bottom right content-box fixed repeat }
bg32848 { background: none bottom right content-box fixed repeat-x }
bg32849 { background: none bottom right content-box fixed repeat-y }
bg32850 { background: none bottom right content-box no-repeat }
bg32851 { background: none bottom right content-box no-repeat fixed }
bg32852 { background: none bottom right content-box no-repeat scroll }
bg32853 { background: none bottom right content-box repeat }
bg32854 { background: none bottom right content-box repeat fixed }
bg32855 { background: none bottom right content-box repeat scroll }
bg32856 { background: none bottom right content-box repeat-x }
bg32857 { background: none bottom right content-box repeat-x fixed }
bg32858 { background: none bottom right content-box repeat-x scroll }
bg32859 { background: none bottom right content-box repeat-y }
bg32860 { background: none bottom right content-box repeat-y fixed }
bg32861 { background: none bottom right content-box repeat-y scroll }
bg32862 { background: none bottom right content-box scroll }
bg32863 { background: none bottom right content-box scroll no-repeat }
bg32864 { background: none bottom right content-box scroll repeat }
bg32865 { background: none bottom right content-box scroll repeat-x }
bg32866 { background: none bottom right content-box scroll repeat-y }
bg32867 { background: none scroll no-repeat bottom right content-box }
bg32868 { background: none scroll no-repeat content-box bottom right }
bg32869 { background: none scroll repeat bottom right content-box }
bg32870 { background: none scroll repeat content-box bottom right }
bg32871 { background: none scroll repeat-x bottom right content-box }
bg32872 { background: none scroll repeat-x content-box bottom right }
bg32873 { background: none scroll repeat-y bottom right content-box }
bg32874 { background: none scroll repeat-y content-box bottom right }
bg32875 { background: none scroll bottom right no-repeat content-box }
bg32876 { background: none scroll bottom right repeat content-box }
bg32877 { background: none scroll bottom right repeat-x content-box }
bg32878 { background: none scroll bottom right repeat-y content-box }
bg32879 { background: none scroll bottom right content-box }
bg32880 { background: none scroll bottom right content-box no-repeat }
bg32881 { background: none scroll bottom right content-box repeat }
bg32882 { background: none scroll bottom right content-box repeat-x }
bg32883 { background: none scroll bottom right content-box repeat-y }
bg32884 { background: none scroll content-box no-repeat bottom right }
bg32885 { background: none scroll content-box repeat bottom right }
bg32886 { background: none scroll content-box repeat-x bottom right }
bg32887 { background: none scroll content-box repeat-y bottom right }
bg32888 { background: none scroll content-box bottom right }
bg32889 { background: none scroll content-box bottom right no-repeat }
bg32890 { background: none scroll content-box bottom right repeat }
bg32891 { background: none scroll content-box bottom right repeat-x }
bg32892 { background: none scroll content-box bottom right repeat-y }
bg32893 { background: none content-box fixed no-repeat bottom right }
bg32894 { background: none content-box fixed repeat bottom right }
bg32895 { background: none content-box fixed repeat-x bottom right }
bg32896 { background: none content-box fixed repeat-y bottom right }
bg32897 { background: none content-box fixed bottom right }
bg32898 { background: none content-box fixed bottom right no-repeat }
bg32899 { background: none content-box fixed bottom right repeat }
bg32900 { background: none content-box fixed bottom right repeat-x }
bg32901 { background: none content-box fixed bottom right repeat-y }
bg32902 { background: none content-box no-repeat fixed bottom right }
bg32903 { background: none content-box no-repeat bottom right }
bg32904 { background: none content-box no-repeat bottom right fixed }
bg32905 { background: none content-box no-repeat bottom right scroll }
bg32906 { background: none content-box no-repeat scroll bottom right }
bg32907 { background: none content-box repeat fixed bottom right }
bg32908 { background: none content-box repeat bottom right }
bg32909 { background: none content-box repeat bottom right fixed }
bg32910 { background: none content-box repeat bottom right scroll }
bg32911 { background: none content-box repeat scroll bottom right }
bg32912 { background: none content-box repeat-x fixed bottom right }
bg32913 { background: none content-box repeat-x bottom right }
bg32914 { background: none content-box repeat-x bottom right fixed }
bg32915 { background: none content-box repeat-x bottom right scroll }
bg32916 { background: none content-box repeat-x scroll bottom right }
bg32917 { background: none content-box repeat-y fixed bottom right }
bg32918 { background: none content-box repeat-y bottom right }
bg32919 { background: none content-box repeat-y bottom right fixed }
bg32920 { background: none content-box repeat-y bottom right scroll }
bg32921 { background: none content-box repeat-y scroll bottom right }
bg32922 { background: none content-box bottom right }
bg32923 { background: none content-box bottom right fixed }
bg32924 { background: none content-box bottom right fixed no-repeat }
bg32925 { background: none content-box bottom right fixed repeat }
bg32926 { background: none content-box bottom right fixed repeat-x }
bg32927 { background: none content-box bottom right fixed repeat-y }
bg32928 { background: none content-box bottom right no-repeat }
bg32929 { background: none content-box bottom right no-repeat fixed }
bg32930 { background: none content-box bottom right no-repeat scroll }
bg32931 { background: none content-box bottom right repeat }
bg32932 { background: none content-box bottom right repeat fixed }
bg32933 { background: none content-box bottom right repeat scroll }
bg32934 { background: none content-box bottom right repeat-x }
bg32935 { background: none content-box bottom right repeat-x fixed }
bg32936 { background: none content-box bottom right repeat-x scroll }
bg32937 { background: none content-box bottom right repeat-y }
bg32938 { background: none content-box bottom right repeat-y fixed }
bg32939 { background: none content-box bottom right repeat-y scroll }
bg32940 { background: none content-box bottom right scroll }
bg32941 { background: none content-box bottom right scroll no-repeat }
bg32942 { background: none content-box bottom right scroll repeat }
bg32943 { background: none content-box bottom right scroll repeat-x }
bg32944 { background: none content-box bottom right scroll repeat-y }
bg32945 { background: none content-box scroll no-repeat bottom right }
bg32946 { background: none content-box scroll repeat bottom right }
bg32947 { background: none content-box scroll repeat-x bottom right }
bg32948 { background: none content-box scroll repeat-y bottom right }
bg32949 { background: none content-box scroll bottom right }
bg32950 { background: none content-box scroll bottom right no-repeat }
bg32951 { background: none content-box scroll bottom right repeat }
bg32952 { background: none content-box scroll bottom right repeat-x }
bg32953 { background: none content-box scroll bottom right repeat-y }
bg32954 { background: repeat fixed none bottom right content-box }
bg32955 { background: repeat fixed none content-box bottom right }
bg32956 { background: repeat fixed bottom right none content-box }
bg32957 { background: repeat fixed bottom right content-box }
bg32958 { background: repeat fixed bottom right content-box none }
bg32959 { background: repeat fixed bottom right content-box url(test.jpg) }
bg32960 { background: repeat fixed bottom right url(test.jpg) content-box }
bg32961 { background: repeat fixed content-box none bottom right }
bg32962 { background: repeat fixed content-box bottom right }
bg32963 { background: repeat fixed content-box bottom right none }
bg32964 { background: repeat fixed content-box bottom right url(test.jpg) }
bg32965 { background: repeat fixed content-box url(test.jpg) bottom right }
bg32966 { background: repeat fixed url(test.jpg) bottom right content-box }
bg32967 { background: repeat fixed url(test.jpg) content-box bottom right }
bg32968 { background: repeat none fixed bottom right content-box }
bg32969 { background: repeat none fixed content-box bottom right }
bg32970 { background: repeat none bottom right fixed content-box }
bg32971 { background: repeat none bottom right scroll content-box }
bg32972 { background: repeat none bottom right content-box }
bg32973 { background: repeat none bottom right content-box fixed }
bg32974 { background: repeat none bottom right content-box scroll }
bg32975 { background: repeat none scroll bottom right content-box }
bg32976 { background: repeat none scroll content-box bottom right }
bg32977 { background: repeat none content-box fixed bottom right }
bg32978 { background: repeat none content-box bottom right }
bg32979 { background: repeat none content-box bottom right fixed }
bg32980 { background: repeat none content-box bottom right scroll }
bg32981 { background: repeat none content-box scroll bottom right }
bg32982 { background: repeat bottom right fixed none content-box }
bg32983 { background: repeat bottom right fixed content-box }
bg32984 { background: repeat bottom right fixed content-box none }
bg32985 { background: repeat bottom right fixed content-box url(test.jpg) }
bg32986 { background: repeat bottom right fixed url(test.jpg) content-box }
bg32987 { background: repeat bottom right none fixed content-box }
bg32988 { background: repeat bottom right none scroll content-box }
bg32989 { background: repeat bottom right none content-box }
bg32990 { background: repeat bottom right none content-box fixed }
bg32991 { background: repeat bottom right none content-box scroll }
bg32992 { background: repeat bottom right scroll none content-box }
bg32993 { background: repeat bottom right scroll content-box }
bg32994 { background: repeat bottom right scroll content-box none }
bg32995 { background: repeat bottom right scroll content-box url(test.jpg) }
bg32996 { background: repeat bottom right scroll url(test.jpg) content-box }
bg32997 { background: repeat bottom right content-box }
bg32998 { background: repeat bottom right content-box fixed }
bg32999 { background: repeat bottom right content-box fixed none }
bg33000 { background: repeat bottom right content-box fixed url(test.jpg) }
bg33001 { background: repeat bottom right content-box none }
bg33002 { background: repeat bottom right content-box none fixed }
bg33003 { background: repeat bottom right content-box none scroll }
bg33004 { background: repeat bottom right content-box scroll }
bg33005 { background: repeat bottom right content-box scroll none }
bg33006 { background: repeat bottom right content-box scroll url(test.jpg) }
bg33007 { background: repeat bottom right content-box url(test.jpg) }
bg33008 { background: repeat bottom right content-box url(test.jpg) fixed }
bg33009 { background: repeat bottom right content-box url(test.jpg) scroll }
bg33010 { background: repeat bottom right url(test.jpg) fixed content-box }
bg33011 { background: repeat bottom right url(test.jpg) scroll content-box }
bg33012 { background: repeat bottom right url(test.jpg) content-box }
bg33013 { background: repeat bottom right url(test.jpg) content-box fixed }
bg33014 { background: repeat bottom right url(test.jpg) content-box scroll }
bg33015 { background: repeat scroll none bottom right content-box }
bg33016 { background: repeat scroll none content-box bottom right }
bg33017 { background: repeat scroll bottom right none content-box }
bg33018 { background: repeat scroll bottom right content-box }
bg33019 { background: repeat scroll bottom right content-box none }
bg33020 { background: repeat scroll bottom right content-box url(test.jpg) }
bg33021 { background: repeat scroll bottom right url(test.jpg) content-box }
bg33022 { background: repeat scroll content-box none bottom right }
bg33023 { background: repeat scroll content-box bottom right }
bg33024 { background: repeat scroll content-box bottom right none }
bg33025 { background: repeat scroll content-box bottom right url(test.jpg) }
bg33026 { background: repeat scroll content-box url(test.jpg) bottom right }
bg33027 { background: repeat scroll url(test.jpg) bottom right content-box }
bg33028 { background: repeat scroll url(test.jpg) content-box bottom right }
bg33029 { background: repeat content-box fixed none bottom right }
bg33030 { background: repeat content-box fixed bottom right }
bg33031 { background: repeat content-box fixed bottom right none }
bg33032 { background: repeat content-box fixed bottom right url(test.jpg) }
bg33033 { background: repeat content-box fixed url(test.jpg) bottom right }
bg33034 { background: repeat content-box none fixed bottom right }
bg33035 { background: repeat content-box none bottom right }
bg33036 { background: repeat content-box none bottom right fixed }
bg33037 { background: repeat content-box none bottom right scroll }
bg33038 { background: repeat content-box none scroll bottom right }
bg33039 { background: repeat content-box bottom right }
bg33040 { background: repeat content-box bottom right fixed }
bg33041 { background: repeat content-box bottom right fixed none }
bg33042 { background: repeat content-box bottom right fixed url(test.jpg) }
bg33043 { background: repeat content-box bottom right none }
bg33044 { background: repeat content-box bottom right none fixed }
bg33045 { background: repeat content-box bottom right none scroll }
bg33046 { background: repeat content-box bottom right scroll }
bg33047 { background: repeat content-box bottom right scroll none }
bg33048 { background: repeat content-box bottom right scroll url(test.jpg) }
bg33049 { background: repeat content-box bottom right url(test.jpg) }
bg33050 { background: repeat content-box bottom right url(test.jpg) fixed }
bg33051 { background: repeat content-box bottom right url(test.jpg) scroll }
bg33052 { background: repeat content-box scroll none bottom right }
bg33053 { background: repeat content-box scroll bottom right }
bg33054 { background: repeat content-box scroll bottom right none }
bg33055 { background: repeat content-box scroll bottom right url(test.jpg) }
bg33056 { background: repeat content-box scroll url(test.jpg) bottom right }
bg33057 { background: repeat content-box url(test.jpg) fixed bottom right }
bg33058 { background: repeat content-box url(test.jpg) bottom right }
bg33059 { background: repeat content-box url(test.jpg) bottom right fixed }
bg33060 { background: repeat content-box url(test.jpg) bottom right scroll }
bg33061 { background: repeat content-box url(test.jpg) scroll bottom right }
bg33062 { background: repeat url(test.jpg) fixed bottom right content-box }
bg33063 { background: repeat url(test.jpg) fixed content-box bottom right }
bg33064 { background: repeat url(test.jpg) bottom right fixed content-box }
bg33065 { background: repeat url(test.jpg) bottom right scroll content-box }
bg33066 { background: repeat url(test.jpg) bottom right content-box }
bg33067 { background: repeat url(test.jpg) bottom right content-box fixed }
bg33068 { background: repeat url(test.jpg) bottom right content-box scroll }
bg33069 { background: repeat url(test.jpg) scroll bottom right content-box }
bg33070 { background: repeat url(test.jpg) scroll content-box bottom right }
bg33071 { background: repeat url(test.jpg) content-box fixed bottom right }
bg33072 { background: repeat url(test.jpg) content-box bottom right }
bg33073 { background: repeat url(test.jpg) content-box bottom right fixed }
bg33074 { background: repeat url(test.jpg) content-box bottom right scroll }
bg33075 { background: repeat url(test.jpg) content-box scroll bottom right }
bg33076 { background: repeat-x fixed none bottom right content-box }
bg33077 { background: repeat-x fixed none content-box bottom right }
bg33078 { background: repeat-x fixed bottom right none content-box }
bg33079 { background: repeat-x fixed bottom right content-box }
bg33080 { background: repeat-x fixed bottom right content-box none }
bg33081 { background: repeat-x fixed bottom right content-box url(test.jpg) }
bg33082 { background: repeat-x fixed bottom right url(test.jpg) content-box }
bg33083 { background: repeat-x fixed content-box none bottom right }
bg33084 { background: repeat-x fixed content-box bottom right }
bg33085 { background: repeat-x fixed content-box bottom right none }
bg33086 { background: repeat-x fixed content-box bottom right url(test.jpg) }
bg33087 { background: repeat-x fixed content-box url(test.jpg) bottom right }
bg33088 { background: repeat-x fixed url(test.jpg) bottom right content-box }
bg33089 { background: repeat-x fixed url(test.jpg) content-box bottom right }
bg33090 { background: repeat-x none fixed bottom right content-box }
bg33091 { background: repeat-x none fixed content-box bottom right }
bg33092 { background: repeat-x none bottom right fixed content-box }
bg33093 { background: repeat-x none bottom right scroll content-box }
bg33094 { background: repeat-x none bottom right content-box }
bg33095 { background: repeat-x none bottom right content-box fixed }
bg33096 { background: repeat-x none bottom right content-box scroll }
bg33097 { background: repeat-x none scroll bottom right content-box }
bg33098 { background: repeat-x none scroll content-box bottom right }
bg33099 { background: repeat-x none content-box fixed bottom right }
bg33100 { background: repeat-x none content-box bottom right }
bg33101 { background: repeat-x none content-box bottom right fixed }
bg33102 { background: repeat-x none content-box bottom right scroll }
bg33103 { background: repeat-x none content-box scroll bottom right }
bg33104 { background: repeat-x bottom right fixed none content-box }
bg33105 { background: repeat-x bottom right fixed content-box }
bg33106 { background: repeat-x bottom right fixed content-box none }
bg33107 { background: repeat-x bottom right fixed content-box url(test.jpg) }
bg33108 { background: repeat-x bottom right fixed url(test.jpg) content-box }
bg33109 { background: repeat-x bottom right none fixed content-box }
bg33110 { background: repeat-x bottom right none scroll content-box }
bg33111 { background: repeat-x bottom right none content-box }
bg33112 { background: repeat-x bottom right none content-box fixed }
bg33113 { background: repeat-x bottom right none content-box scroll }
bg33114 { background: repeat-x bottom right scroll none content-box }
bg33115 { background: repeat-x bottom right scroll content-box }
bg33116 { background: repeat-x bottom right scroll content-box none }
bg33117 { background: repeat-x bottom right scroll content-box url(test.jpg) }
bg33118 { background: repeat-x bottom right scroll url(test.jpg) content-box }
bg33119 { background: repeat-x bottom right content-box }
bg33120 { background: repeat-x bottom right content-box fixed }
bg33121 { background: repeat-x bottom right content-box fixed none }
bg33122 { background: repeat-x bottom right content-box fixed url(test.jpg) }
bg33123 { background: repeat-x bottom right content-box none }
bg33124 { background: repeat-x bottom right content-box none fixed }
bg33125 { background: repeat-x bottom right content-box none scroll }
bg33126 { background: repeat-x bottom right content-box scroll }
bg33127 { background: repeat-x bottom right content-box scroll none }
bg33128 { background: repeat-x bottom right content-box scroll url(test.jpg) }
bg33129 { background: repeat-x bottom right content-box url(test.jpg) }
bg33130 { background: repeat-x bottom right content-box url(test.jpg) fixed }
bg33131 { background: repeat-x bottom right content-box url(test.jpg) scroll }
bg33132 { background: repeat-x bottom right url(test.jpg) fixed content-box }
bg33133 { background: repeat-x bottom right url(test.jpg) scroll content-box }
bg33134 { background: repeat-x bottom right url(test.jpg) content-box }
bg33135 { background: repeat-x bottom right url(test.jpg) content-box fixed }
bg33136 { background: repeat-x bottom right url(test.jpg) content-box scroll }
bg33137 { background: repeat-x scroll none bottom right content-box }
bg33138 { background: repeat-x scroll none content-box bottom right }
bg33139 { background: repeat-x scroll bottom right none content-box }
bg33140 { background: repeat-x scroll bottom right content-box }
bg33141 { background: repeat-x scroll bottom right content-box none }
bg33142 { background: repeat-x scroll bottom right content-box url(test.jpg) }
bg33143 { background: repeat-x scroll bottom right url(test.jpg) content-box }
bg33144 { background: repeat-x scroll content-box none bottom right }
bg33145 { background: repeat-x scroll content-box bottom right }
bg33146 { background: repeat-x scroll content-box bottom right none }
bg33147 { background: repeat-x scroll content-box bottom right url(test.jpg) }
bg33148 { background: repeat-x scroll content-box url(test.jpg) bottom right }
bg33149 { background: repeat-x scroll url(test.jpg) bottom right content-box }
bg33150 { background: repeat-x scroll url(test.jpg) content-box bottom right }
bg33151 { background: repeat-x content-box fixed none bottom right }
bg33152 { background: repeat-x content-box fixed bottom right }
bg33153 { background: repeat-x content-box fixed bottom right none }
bg33154 { background: repeat-x content-box fixed bottom right url(test.jpg) }
bg33155 { background: repeat-x content-box fixed url(test.jpg) bottom right }
bg33156 { background: repeat-x content-box none fixed bottom right }
bg33157 { background: repeat-x content-box none bottom right }
bg33158 { background: repeat-x content-box none bottom right fixed }
bg33159 { background: repeat-x content-box none bottom right scroll }
bg33160 { background: repeat-x content-box none scroll bottom right }
bg33161 { background: repeat-x content-box bottom right }
bg33162 { background: repeat-x content-box bottom right fixed }
bg33163 { background: repeat-x content-box bottom right fixed none }
bg33164 { background: repeat-x content-box bottom right fixed url(test.jpg) }
bg33165 { background: repeat-x content-box bottom right none }
bg33166 { background: repeat-x content-box bottom right none fixed }
bg33167 { background: repeat-x content-box bottom right none scroll }
bg33168 { background: repeat-x content-box bottom right scroll }
bg33169 { background: repeat-x content-box bottom right scroll none }
bg33170 { background: repeat-x content-box bottom right scroll url(test.jpg) }
bg33171 { background: repeat-x content-box bottom right url(test.jpg) }
bg33172 { background: repeat-x content-box bottom right url(test.jpg) fixed }
bg33173 { background: repeat-x content-box bottom right url(test.jpg) scroll }
bg33174 { background: repeat-x content-box scroll none bottom right }
bg33175 { background: repeat-x content-box scroll bottom right }
bg33176 { background: repeat-x content-box scroll bottom right none }
bg33177 { background: repeat-x content-box scroll bottom right url(test.jpg) }
bg33178 { background: repeat-x content-box scroll url(test.jpg) bottom right }
bg33179 { background: repeat-x content-box url(test.jpg) fixed bottom right }
bg33180 { background: repeat-x content-box url(test.jpg) bottom right }
bg33181 { background: repeat-x content-box url(test.jpg) bottom right fixed }
bg33182 { background: repeat-x content-box url(test.jpg) bottom right scroll }
bg33183 { background: repeat-x content-box url(test.jpg) scroll bottom right }
bg33184 { background: repeat-x url(test.jpg) fixed bottom right content-box }
bg33185 { background: repeat-x url(test.jpg) fixed content-box bottom right }
bg33186 { background: repeat-x url(test.jpg) bottom right fixed content-box }
bg33187 { background: repeat-x url(test.jpg) bottom right scroll content-box }
bg33188 { background: repeat-x url(test.jpg) bottom right content-box }
bg33189 { background: repeat-x url(test.jpg) bottom right content-box fixed }
bg33190 { background: repeat-x url(test.jpg) bottom right content-box scroll }
bg33191 { background: repeat-x url(test.jpg) scroll bottom right content-box }
bg33192 { background: repeat-x url(test.jpg) scroll content-box bottom right }
bg33193 { background: repeat-x url(test.jpg) content-box fixed bottom right }
bg33194 { background: repeat-x url(test.jpg) content-box bottom right }
bg33195 { background: repeat-x url(test.jpg) content-box bottom right fixed }
bg33196 { background: repeat-x url(test.jpg) content-box bottom right scroll }
bg33197 { background: repeat-x url(test.jpg) content-box scroll bottom right }
bg33198 { background: repeat-y fixed none bottom right content-box }
bg33199 { background: repeat-y fixed none content-box bottom right }
bg33200 { background: repeat-y fixed bottom right none content-box }
bg33201 { background: repeat-y fixed bottom right content-box }
bg33202 { background: repeat-y fixed bottom right content-box none }
bg33203 { background: repeat-y fixed bottom right content-box url(test.jpg) }
bg33204 { background: repeat-y fixed bottom right url(test.jpg) content-box }
bg33205 { background: repeat-y fixed content-box none bottom right }
bg33206 { background: repeat-y fixed content-box bottom right }
bg33207 { background: repeat-y fixed content-box bottom right none }
bg33208 { background: repeat-y fixed content-box bottom right url(test.jpg) }
bg33209 { background: repeat-y fixed content-box url(test.jpg) bottom right }
bg33210 { background: repeat-y fixed url(test.jpg) bottom right content-box }
bg33211 { background: repeat-y fixed url(test.jpg) content-box bottom right }
bg33212 { background: repeat-y none fixed bottom right content-box }
bg33213 { background: repeat-y none fixed content-box bottom right }
bg33214 { background: repeat-y none bottom right fixed content-box }
bg33215 { background: repeat-y none bottom right scroll content-box }
bg33216 { background: repeat-y none bottom right content-box }
bg33217 { background: repeat-y none bottom right content-box fixed }
bg33218 { background: repeat-y none bottom right content-box scroll }
bg33219 { background: repeat-y none scroll bottom right content-box }
bg33220 { background: repeat-y none scroll content-box bottom right }
bg33221 { background: repeat-y none content-box fixed bottom right }
bg33222 { background: repeat-y none content-box bottom right }
bg33223 { background: repeat-y none content-box bottom right fixed }
bg33224 { background: repeat-y none content-box bottom right scroll }
bg33225 { background: repeat-y none content-box scroll bottom right }
bg33226 { background: repeat-y bottom right fixed none content-box }
bg33227 { background: repeat-y bottom right fixed content-box }
bg33228 { background: repeat-y bottom right fixed content-box none }
bg33229 { background: repeat-y bottom right fixed content-box url(test.jpg) }
bg33230 { background: repeat-y bottom right fixed url(test.jpg) content-box }
bg33231 { background: repeat-y bottom right none fixed content-box }
bg33232 { background: repeat-y bottom right none scroll content-box }
bg33233 { background: repeat-y bottom right none content-box }
bg33234 { background: repeat-y bottom right none content-box fixed }
bg33235 { background: repeat-y bottom right none content-box scroll }
bg33236 { background: repeat-y bottom right scroll none content-box }
bg33237 { background: repeat-y bottom right scroll content-box }
bg33238 { background: repeat-y bottom right scroll content-box none }
bg33239 { background: repeat-y bottom right scroll content-box url(test.jpg) }
bg33240 { background: repeat-y bottom right scroll url(test.jpg) content-box }
bg33241 { background: repeat-y bottom right content-box }
bg33242 { background: repeat-y bottom right content-box fixed }
bg33243 { background: repeat-y bottom right content-box fixed none }
bg33244 { background: repeat-y bottom right content-box fixed url(test.jpg) }
bg33245 { background: repeat-y bottom right content-box none }
bg33246 { background: repeat-y bottom right content-box none fixed }
bg33247 { background: repeat-y bottom right content-box none scroll }
bg33248 { background: repeat-y bottom right content-box scroll }
bg33249 { background: repeat-y bottom right content-box scroll none }
bg33250 { background: repeat-y bottom right content-box scroll url(test.jpg) }
bg33251 { background: repeat-y bottom right content-box url(test.jpg) }
bg33252 { background: repeat-y bottom right content-box url(test.jpg) fixed }
bg33253 { background: repeat-y bottom right content-box url(test.jpg) scroll }
bg33254 { background: repeat-y bottom right url(test.jpg) fixed content-box }
bg33255 { background: repeat-y bottom right url(test.jpg) scroll content-box }
bg33256 { background: repeat-y bottom right url(test.jpg) content-box }
bg33257 { background: repeat-y bottom right url(test.jpg) content-box fixed }
bg33258 { background: repeat-y bottom right url(test.jpg) content-box scroll }
bg33259 { background: repeat-y scroll none bottom right content-box }
bg33260 { background: repeat-y scroll none content-box bottom right }
bg33261 { background: repeat-y scroll bottom right none content-box }
bg33262 { background: repeat-y scroll bottom right content-box }
bg33263 { background: repeat-y scroll bottom right content-box none }
bg33264 { background: repeat-y scroll bottom right content-box url(test.jpg) }
bg33265 { background: repeat-y scroll bottom right url(test.jpg) content-box }
bg33266 { background: repeat-y scroll content-box none bottom right }
bg33267 { background: repeat-y scroll content-box bottom right }
bg33268 { background: repeat-y scroll content-box bottom right none }
bg33269 { background: repeat-y scroll content-box bottom right url(test.jpg) }
bg33270 { background: repeat-y scroll content-box url(test.jpg) bottom right }
bg33271 { background: repeat-y scroll url(test.jpg) bottom right content-box }
bg33272 { background: repeat-y scroll url(test.jpg) content-box bottom right }
bg33273 { background: repeat-y content-box fixed none bottom right }
bg33274 { background: repeat-y content-box fixed bottom right }
bg33275 { background: repeat-y content-box fixed bottom right none }
bg33276 { background: repeat-y content-box fixed bottom right url(test.jpg) }
bg33277 { background: repeat-y content-box fixed url(test.jpg) bottom right }
bg33278 { background: repeat-y content-box none fixed bottom right }
bg33279 { background: repeat-y content-box none bottom right }
bg33280 { background: repeat-y content-box none bottom right fixed }
bg33281 { background: repeat-y content-box none bottom right scroll }
bg33282 { background: repeat-y content-box none scroll bottom right }
bg33283 { background: repeat-y content-box bottom right }
bg33284 { background: repeat-y content-box bottom right fixed }
bg33285 { background: repeat-y content-box bottom right fixed none }
bg33286 { background: repeat-y content-box bottom right fixed url(test.jpg) }
bg33287 { background: repeat-y content-box bottom right none }
bg33288 { background: repeat-y content-box bottom right none fixed }
bg33289 { background: repeat-y content-box bottom right none scroll }
bg33290 { background: repeat-y content-box bottom right scroll }
bg33291 { background: repeat-y content-box bottom right scroll none }
bg33292 { background: repeat-y content-box bottom right scroll url(test.jpg) }
bg33293 { background: repeat-y content-box bottom right url(test.jpg) }
bg33294 { background: repeat-y content-box bottom right url(test.jpg) fixed }
bg33295 { background: repeat-y content-box bottom right url(test.jpg) scroll }
bg33296 { background: repeat-y content-box scroll none bottom right }
bg33297 { background: repeat-y content-box scroll bottom right }
bg33298 { background: repeat-y content-box scroll bottom right none }
bg33299 { background: repeat-y content-box scroll bottom right url(test.jpg) }
bg33300 { background: repeat-y content-box scroll url(test.jpg) bottom right }
bg33301 { background: repeat-y content-box url(test.jpg) fixed bottom right }
bg33302 { background: repeat-y content-box url(test.jpg) bottom right }
bg33303 { background: repeat-y content-box url(test.jpg) bottom right fixed }
bg33304 { background: repeat-y content-box url(test.jpg) bottom right scroll }
bg33305 { background: repeat-y content-box url(test.jpg) scroll bottom right }
bg33306 { background: repeat-y url(test.jpg) fixed bottom right content-box }
bg33307 { background: repeat-y url(test.jpg) fixed content-box bottom right }
bg33308 { background: repeat-y url(test.jpg) bottom right fixed content-box }
bg33309 { background: repeat-y url(test.jpg) bottom right scroll content-box }
bg33310 { background: repeat-y url(test.jpg) bottom right content-box }
bg33311 { background: repeat-y url(test.jpg) bottom right content-box fixed }
bg33312 { background: repeat-y url(test.jpg) bottom right content-box scroll }
bg33313 { background: repeat-y url(test.jpg) scroll bottom right content-box }
bg33314 { background: repeat-y url(test.jpg) scroll content-box bottom right }
bg33315 { background: repeat-y url(test.jpg) content-box fixed bottom right }
bg33316 { background: repeat-y url(test.jpg) content-box bottom right }
bg33317 { background: repeat-y url(test.jpg) content-box bottom right fixed }
bg33318 { background: repeat-y url(test.jpg) content-box bottom right scroll }
bg33319 { background: repeat-y url(test.jpg) content-box scroll bottom right }
bg33320 { background: bottom right fixed no-repeat none content-box }
bg33321 { background: bottom right fixed no-repeat content-box }
bg33322 { background: bottom right fixed no-repeat content-box none }
bg33323 { background: bottom right fixed no-repeat content-box url(test.jpg) }
bg33324 { background: bottom right fixed no-repeat url(test.jpg) content-box }
bg33325 { background: bottom right fixed none no-repeat content-box }
bg33326 { background: bottom right fixed none repeat content-box }
bg33327 { background: bottom right fixed none repeat-x content-box }
bg33328 { background: bottom right fixed none repeat-y content-box }
bg33329 { background: bottom right fixed none content-box }
bg33330 { background: bottom right fixed none content-box no-repeat }
bg33331 { background: bottom right fixed none content-box repeat }
bg33332 { background: bottom right fixed none content-box repeat-x }
bg33333 { background: bottom right fixed none content-box repeat-y }
bg33334 { background: bottom right fixed repeat none content-box }
bg33335 { background: bottom right fixed repeat content-box }
bg33336 { background: bottom right fixed repeat content-box none }
bg33337 { background: bottom right fixed repeat content-box url(test.jpg) }
bg33338 { background: bottom right fixed repeat url(test.jpg) content-box }
bg33339 { background: bottom right fixed repeat-x none content-box }
bg33340 { background: bottom right fixed repeat-x content-box }
bg33341 { background: bottom right fixed repeat-x content-box none }
bg33342 { background: bottom right fixed repeat-x content-box url(test.jpg) }
bg33343 { background: bottom right fixed repeat-x url(test.jpg) content-box }
bg33344 { background: bottom right fixed repeat-y none content-box }
bg33345 { background: bottom right fixed repeat-y content-box }
bg33346 { background: bottom right fixed repeat-y content-box none }
bg33347 { background: bottom right fixed repeat-y content-box url(test.jpg) }
bg33348 { background: bottom right fixed repeat-y url(test.jpg) content-box }
bg33349 { background: bottom right fixed content-box }
bg33350 { background: bottom right fixed content-box no-repeat }
bg33351 { background: bottom right fixed content-box no-repeat none }
bg33352 { background: bottom right fixed content-box no-repeat url(test.jpg) }
bg33353 { background: bottom right fixed content-box none }
bg33354 { background: bottom right fixed content-box none no-repeat }
bg33355 { background: bottom right fixed content-box none repeat }
bg33356 { background: bottom right fixed content-box none repeat-x }
bg33357 { background: bottom right fixed content-box none repeat-y }
bg33358 { background: bottom right fixed content-box repeat }
bg33359 { background: bottom right fixed content-box repeat none }
bg33360 { background: bottom right fixed content-box repeat url(test.jpg) }
bg33361 { background: bottom right fixed content-box repeat-x }
bg33362 { background: bottom right fixed content-box repeat-x none }
bg33363 { background: bottom right fixed content-box repeat-x url(test.jpg) }
bg33364 { background: bottom right fixed content-box repeat-y }
bg33365 { background: bottom right fixed content-box repeat-y none }
bg33366 { background: bottom right fixed content-box repeat-y url(test.jpg) }
bg33367 { background: bottom right fixed content-box url(test.jpg) }
bg33368 { background: bottom right fixed content-box url(test.jpg) no-repeat }
bg33369 { background: bottom right fixed content-box url(test.jpg) repeat }
bg33370 { background: bottom right fixed content-box url(test.jpg) repeat-x }
bg33371 { background: bottom right fixed content-box url(test.jpg) repeat-y }
bg33372 { background: bottom right fixed url(test.jpg) no-repeat content-box }
bg33373 { background: bottom right fixed url(test.jpg) repeat content-box }
bg33374 { background: bottom right fixed url(test.jpg) repeat-x content-box }
bg33375 { background: bottom right fixed url(test.jpg) repeat-y content-box }
bg33376 { background: bottom right fixed url(test.jpg) content-box }
bg33377 { background: bottom right fixed url(test.jpg) content-box no-repeat }
bg33378 { background: bottom right fixed url(test.jpg) content-box repeat }
bg33379 { background: bottom right fixed url(test.jpg) content-box repeat-x }
bg33380 { background: bottom right fixed url(test.jpg) content-box repeat-y }
bg33381 { background: bottom right no-repeat fixed none content-box }
bg33382 { background: bottom right no-repeat fixed content-box }
bg33383 { background: bottom right no-repeat fixed content-box none }
bg33384 { background: bottom right no-repeat fixed content-box url(test.jpg) }
bg33385 { background: bottom right no-repeat fixed url(test.jpg) content-box }
bg33386 { background: bottom right no-repeat none fixed content-box }
bg33387 { background: bottom right no-repeat none scroll content-box }
bg33388 { background: bottom right no-repeat none content-box }
bg33389 { background: bottom right no-repeat none content-box fixed }
bg33390 { background: bottom right no-repeat none content-box scroll }
bg33391 { background: bottom right no-repeat scroll none content-box }
bg33392 { background: bottom right no-repeat scroll content-box }
bg33393 { background: bottom right no-repeat scroll content-box none }
bg33394 { background: bottom right no-repeat scroll content-box url(test.jpg) }
bg33395 { background: bottom right no-repeat scroll url(test.jpg) content-box }
bg33396 { background: bottom right no-repeat content-box }
bg33397 { background: bottom right no-repeat content-box fixed }
bg33398 { background: bottom right no-repeat content-box fixed none }
bg33399 { background: bottom right no-repeat content-box fixed url(test.jpg) }
bg33400 { background: bottom right no-repeat content-box none }
bg33401 { background: bottom right no-repeat content-box none fixed }
bg33402 { background: bottom right no-repeat content-box none scroll }
bg33403 { background: bottom right no-repeat content-box scroll }
bg33404 { background: bottom right no-repeat content-box scroll none }
bg33405 { background: bottom right no-repeat content-box scroll url(test.jpg) }
bg33406 { background: bottom right no-repeat content-box url(test.jpg) }
bg33407 { background: bottom right no-repeat content-box url(test.jpg) fixed }
bg33408 { background: bottom right no-repeat content-box url(test.jpg) scroll }
bg33409 { background: bottom right no-repeat url(test.jpg) fixed content-box }
bg33410 { background: bottom right no-repeat url(test.jpg) scroll content-box }
bg33411 { background: bottom right no-repeat url(test.jpg) content-box }
bg33412 { background: bottom right no-repeat url(test.jpg) content-box fixed }
bg33413 { background: bottom right no-repeat url(test.jpg) content-box scroll }
bg33414 { background: bottom right none fixed no-repeat content-box }
bg33415 { background: bottom right none fixed repeat content-box }
bg33416 { background: bottom right none fixed repeat-x content-box }
bg33417 { background: bottom right none fixed repeat-y content-box }
bg33418 { background: bottom right none fixed content-box }
bg33419 { background: bottom right none fixed content-box no-repeat }
bg33420 { background: bottom right none fixed content-box repeat }
bg33421 { background: bottom right none fixed content-box repeat-x }
bg33422 { background: bottom right none fixed content-box repeat-y }
bg33423 { background: bottom right none no-repeat fixed content-box }
bg33424 { background: bottom right none no-repeat scroll content-box }
bg33425 { background: bottom right none no-repeat content-box }
bg33426 { background: bottom right none no-repeat content-box fixed }
bg33427 { background: bottom right none no-repeat content-box scroll }
bg33428 { background: bottom right none repeat fixed content-box }
bg33429 { background: bottom right none repeat scroll content-box }
bg33430 { background: bottom right none repeat content-box }
bg33431 { background: bottom right none repeat content-box fixed }
bg33432 { background: bottom right none repeat content-box scroll }
bg33433 { background: bottom right none repeat-x fixed content-box }
bg33434 { background: bottom right none repeat-x scroll content-box }
bg33435 { background: bottom right none repeat-x content-box }
bg33436 { background: bottom right none repeat-x content-box fixed }
bg33437 { background: bottom right none repeat-x content-box scroll }
bg33438 { background: bottom right none repeat-y fixed content-box }
bg33439 { background: bottom right none repeat-y scroll content-box }
bg33440 { background: bottom right none repeat-y content-box }
bg33441 { background: bottom right none repeat-y content-box fixed }
bg33442 { background: bottom right none repeat-y content-box scroll }
bg33443 { background: bottom right none scroll no-repeat content-box }
bg33444 { background: bottom right none scroll repeat content-box }
bg33445 { background: bottom right none scroll repeat-x content-box }
bg33446 { background: bottom right none scroll repeat-y content-box }
bg33447 { background: bottom right none scroll content-box }
bg33448 { background: bottom right none scroll content-box no-repeat }
bg33449 { background: bottom right none scroll content-box repeat }
bg33450 { background: bottom right none scroll content-box repeat-x }
bg33451 { background: bottom right none scroll content-box repeat-y }
bg33452 { background: bottom right none content-box }
bg33453 { background: bottom right none content-box fixed }
bg33454 { background: bottom right none content-box fixed no-repeat }
bg33455 { background: bottom right none content-box fixed repeat }
bg33456 { background: bottom right none content-box fixed repeat-x }
bg33457 { background: bottom right none content-box fixed repeat-y }
bg33458 { background: bottom right none content-box no-repeat }
bg33459 { background: bottom right none content-box no-repeat fixed }
bg33460 { background: bottom right none content-box no-repeat scroll }
bg33461 { background: bottom right none content-box repeat }
bg33462 { background: bottom right none content-box repeat fixed }
bg33463 { background: bottom right none content-box repeat scroll }
bg33464 { background: bottom right none content-box repeat-x }
bg33465 { background: bottom right none content-box repeat-x fixed }
bg33466 { background: bottom right none content-box repeat-x scroll }
bg33467 { background: bottom right none content-box repeat-y }
bg33468 { background: bottom right none content-box repeat-y fixed }
bg33469 { background: bottom right none content-box repeat-y scroll }
bg33470 { background: bottom right none content-box scroll }
bg33471 { background: bottom right none content-box scroll no-repeat }
bg33472 { background: bottom right none content-box scroll repeat }
bg33473 { background: bottom right none content-box scroll repeat-x }
bg33474 { background: bottom right none content-box scroll repeat-y }
bg33475 { background: bottom right repeat fixed none content-box }
bg33476 { background: bottom right repeat fixed content-box }
bg33477 { background: bottom right repeat fixed content-box none }
bg33478 { background: bottom right repeat fixed content-box url(test.jpg) }
bg33479 { background: bottom right repeat fixed url(test.jpg) content-box }
bg33480 { background: bottom right repeat none fixed content-box }
bg33481 { background: bottom right repeat none scroll content-box }
bg33482 { background: bottom right repeat none content-box }
bg33483 { background: bottom right repeat none content-box fixed }
bg33484 { background: bottom right repeat none content-box scroll }
bg33485 { background: bottom right repeat scroll none content-box }
bg33486 { background: bottom right repeat scroll content-box }
bg33487 { background: bottom right repeat scroll content-box none }
bg33488 { background: bottom right repeat scroll content-box url(test.jpg) }
bg33489 { background: bottom right repeat scroll url(test.jpg) content-box }
bg33490 { background: bottom right repeat content-box }
bg33491 { background: bottom right repeat content-box fixed }
bg33492 { background: bottom right repeat content-box fixed none }
bg33493 { background: bottom right repeat content-box fixed url(test.jpg) }
bg33494 { background: bottom right repeat content-box none }
bg33495 { background: bottom right repeat content-box none fixed }
bg33496 { background: bottom right repeat content-box none scroll }
bg33497 { background: bottom right repeat content-box scroll }
bg33498 { background: bottom right repeat content-box scroll none }
bg33499 { background: bottom right repeat content-box scroll url(test.jpg) }
bg33500 { background: bottom right repeat content-box url(test.jpg) }
bg33501 { background: bottom right repeat content-box url(test.jpg) fixed }
bg33502 { background: bottom right repeat content-box url(test.jpg) scroll }
bg33503 { background: bottom right repeat url(test.jpg) fixed content-box }
bg33504 { background: bottom right repeat url(test.jpg) scroll content-box }
bg33505 { background: bottom right repeat url(test.jpg) content-box }
bg33506 { background: bottom right repeat url(test.jpg) content-box fixed }
bg33507 { background: bottom right repeat url(test.jpg) content-box scroll }
bg33508 { background: bottom right repeat-x fixed none content-box }
bg33509 { background: bottom right repeat-x fixed content-box }
bg33510 { background: bottom right repeat-x fixed content-box none }
bg33511 { background: bottom right repeat-x fixed content-box url(test.jpg) }
bg33512 { background: bottom right repeat-x fixed url(test.jpg) content-box }
bg33513 { background: bottom right repeat-x none fixed content-box }
bg33514 { background: bottom right repeat-x none scroll content-box }
bg33515 { background: bottom right repeat-x none content-box }
bg33516 { background: bottom right repeat-x none content-box fixed }
bg33517 { background: bottom right repeat-x none content-box scroll }
bg33518 { background: bottom right repeat-x scroll none content-box }
bg33519 { background: bottom right repeat-x scroll content-box }
bg33520 { background: bottom right repeat-x scroll content-box none }
bg33521 { background: bottom right repeat-x scroll content-box url(test.jpg) }
bg33522 { background: bottom right repeat-x scroll url(test.jpg) content-box }
bg33523 { background: bottom right repeat-x content-box }
bg33524 { background: bottom right repeat-x content-box fixed }
bg33525 { background: bottom right repeat-x content-box fixed none }
bg33526 { background: bottom right repeat-x content-box fixed url(test.jpg) }
bg33527 { background: bottom right repeat-x content-box none }
bg33528 { background: bottom right repeat-x content-box none fixed }
bg33529 { background: bottom right repeat-x content-box none scroll }
bg33530 { background: bottom right repeat-x content-box scroll }
bg33531 { background: bottom right repeat-x content-box scroll none }
bg33532 { background: bottom right repeat-x content-box scroll url(test.jpg) }
bg33533 { background: bottom right repeat-x content-box url(test.jpg) }
bg33534 { background: bottom right repeat-x content-box url(test.jpg) fixed }
bg33535 { background: bottom right repeat-x content-box url(test.jpg) scroll }
bg33536 { background: bottom right repeat-x url(test.jpg) fixed content-box }
bg33537 { background: bottom right repeat-x url(test.jpg) scroll content-box }
bg33538 { background: bottom right repeat-x url(test.jpg) content-box }
bg33539 { background: bottom right repeat-x url(test.jpg) content-box fixed }
bg33540 { background: bottom right repeat-x url(test.jpg) content-box scroll }
bg33541 { background: bottom right repeat-y fixed none content-box }
bg33542 { background: bottom right repeat-y fixed content-box }
bg33543 { background: bottom right repeat-y fixed content-box none }
bg33544 { background: bottom right repeat-y fixed content-box url(test.jpg) }
bg33545 { background: bottom right repeat-y fixed url(test.jpg) content-box }
bg33546 { background: bottom right repeat-y none fixed content-box }
bg33547 { background: bottom right repeat-y none scroll content-box }
bg33548 { background: bottom right repeat-y none content-box }
bg33549 { background: bottom right repeat-y none content-box fixed }
bg33550 { background: bottom right repeat-y none content-box scroll }
bg33551 { background: bottom right repeat-y scroll none content-box }
bg33552 { background: bottom right repeat-y scroll content-box }
bg33553 { background: bottom right repeat-y scroll content-box none }
bg33554 { background: bottom right repeat-y scroll content-box url(test.jpg) }
bg33555 { background: bottom right repeat-y scroll url(test.jpg) content-box }
bg33556 { background: bottom right repeat-y content-box }
bg33557 { background: bottom right repeat-y content-box fixed }
bg33558 { background: bottom right repeat-y content-box fixed none }
bg33559 { background: bottom right repeat-y content-box fixed url(test.jpg) }
bg33560 { background: bottom right repeat-y content-box none }
bg33561 { background: bottom right repeat-y content-box none fixed }
bg33562 { background: bottom right repeat-y content-box none scroll }
bg33563 { background: bottom right repeat-y content-box scroll }
bg33564 { background: bottom right repeat-y content-box scroll none }
bg33565 { background: bottom right repeat-y content-box scroll url(test.jpg) }
bg33566 { background: bottom right repeat-y content-box url(test.jpg) }
bg33567 { background: bottom right repeat-y content-box url(test.jpg) fixed }
bg33568 { background: bottom right repeat-y content-box url(test.jpg) scroll }
bg33569 { background: bottom right repeat-y url(test.jpg) fixed content-box }
bg33570 { background: bottom right repeat-y url(test.jpg) scroll content-box }
bg33571 { background: bottom right repeat-y url(test.jpg) content-box }
bg33572 { background: bottom right repeat-y url(test.jpg) content-box fixed }
bg33573 { background: bottom right repeat-y url(test.jpg) content-box scroll }
bg33574 { background: bottom right scroll no-repeat none content-box }
bg33575 { background: bottom right scroll no-repeat content-box }
bg33576 { background: bottom right scroll no-repeat content-box none }
bg33577 { background: bottom right scroll no-repeat content-box url(test.jpg) }
bg33578 { background: bottom right scroll no-repeat url(test.jpg) content-box }
bg33579 { background: bottom right scroll none no-repeat content-box }
bg33580 { background: bottom right scroll none repeat content-box }
bg33581 { background: bottom right scroll none repeat-x content-box }
bg33582 { background: bottom right scroll none repeat-y content-box }
bg33583 { background: bottom right scroll none content-box }
bg33584 { background: bottom right scroll none content-box no-repeat }
bg33585 { background: bottom right scroll none content-box repeat }
bg33586 { background: bottom right scroll none content-box repeat-x }
bg33587 { background: bottom right scroll none content-box repeat-y }
bg33588 { background: bottom right scroll repeat none content-box }
bg33589 { background: bottom right scroll repeat content-box }
bg33590 { background: bottom right scroll repeat content-box none }
bg33591 { background: bottom right scroll repeat content-box url(test.jpg) }
bg33592 { background: bottom right scroll repeat url(test.jpg) content-box }
bg33593 { background: bottom right scroll repeat-x none content-box }
bg33594 { background: bottom right scroll repeat-x content-box }
bg33595 { background: bottom right scroll repeat-x content-box none }
bg33596 { background: bottom right scroll repeat-x content-box url(test.jpg) }
bg33597 { background: bottom right scroll repeat-x url(test.jpg) content-box }
bg33598 { background: bottom right scroll repeat-y none content-box }
bg33599 { background: bottom right scroll repeat-y content-box }
bg33600 { background: bottom right scroll repeat-y content-box none }
bg33601 { background: bottom right scroll repeat-y content-box url(test.jpg) }
bg33602 { background: bottom right scroll repeat-y url(test.jpg) content-box }
bg33603 { background: bottom right scroll content-box }
bg33604 { background: bottom right scroll content-box no-repeat }
bg33605 { background: bottom right scroll content-box no-repeat none }
bg33606 { background: bottom right scroll content-box no-repeat url(test.jpg) }
bg33607 { background: bottom right scroll content-box none }
bg33608 { background: bottom right scroll content-box none no-repeat }
bg33609 { background: bottom right scroll content-box none repeat }
bg33610 { background: bottom right scroll content-box none repeat-x }
bg33611 { background: bottom right scroll content-box none repeat-y }
bg33612 { background: bottom right scroll content-box repeat }
bg33613 { background: bottom right scroll content-box repeat none }
bg33614 { background: bottom right scroll content-box repeat url(test.jpg) }
bg33615 { background: bottom right scroll content-box repeat-x }
bg33616 { background: bottom right scroll content-box repeat-x none }
bg33617 { background: bottom right scroll content-box repeat-x url(test.jpg) }
bg33618 { background: bottom right scroll content-box repeat-y }
bg33619 { background: bottom right scroll content-box repeat-y none }
bg33620 { background: bottom right scroll content-box repeat-y url(test.jpg) }
bg33621 { background: bottom right scroll content-box url(test.jpg) }
bg33622 { background: bottom right scroll content-box url(test.jpg) no-repeat }
bg33623 { background: bottom right scroll content-box url(test.jpg) repeat }
bg33624 { background: bottom right scroll content-box url(test.jpg) repeat-x }
bg33625 { background: bottom right scroll content-box url(test.jpg) repeat-y }
bg33626 { background: bottom right scroll url(test.jpg) no-repeat content-box }
bg33627 { background: bottom right scroll url(test.jpg) repeat content-box }
bg33628 { background: bottom right scroll url(test.jpg) repeat-x content-box }
bg33629 { background: bottom right scroll url(test.jpg) repeat-y content-box }
bg33630 { background: bottom right scroll url(test.jpg) content-box }
bg33631 { background: bottom right scroll url(test.jpg) content-box no-repeat }
bg33632 { background: bottom right scroll url(test.jpg) content-box repeat }
bg33633 { background: bottom right scroll url(test.jpg) content-box repeat-x }
bg33634 { background: bottom right scroll url(test.jpg) content-box repeat-y }
bg33635 { background: bottom right content-box }
bg33636 { background: bottom right content-box fixed }
bg33637 { background: bottom right content-box fixed no-repeat }
bg33638 { background: bottom right content-box fixed no-repeat none }
bg33639 { background: bottom right content-box fixed no-repeat url(test.jpg) }
bg33640 { background: bottom right content-box fixed none }
bg33641 { background: bottom right content-box fixed none no-repeat }
bg33642 { background: bottom right content-box fixed none repeat }
bg33643 { background: bottom right content-box fixed none repeat-x }
bg33644 { background: bottom right content-box fixed none repeat-y }
bg33645 { background: bottom right content-box fixed repeat }
bg33646 { background: bottom right content-box fixed repeat none }
bg33647 { background: bottom right content-box fixed repeat url(test.jpg) }
bg33648 { background: bottom right content-box fixed repeat-x }
bg33649 { background: bottom right content-box fixed repeat-x none }
bg33650 { background: bottom right content-box fixed repeat-x url(test.jpg) }
bg33651 { background: bottom right content-box fixed repeat-y }
bg33652 { background: bottom right content-box fixed repeat-y none }
bg33653 { background: bottom right content-box fixed repeat-y url(test.jpg) }
bg33654 { background: bottom right content-box fixed url(test.jpg) }
bg33655 { background: bottom right content-box fixed url(test.jpg) no-repeat }
bg33656 { background: bottom right content-box fixed url(test.jpg) repeat }
bg33657 { background: bottom right content-box fixed url(test.jpg) repeat-x }
bg33658 { background: bottom right content-box fixed url(test.jpg) repeat-y }
bg33659 { background: bottom right content-box no-repeat }
bg33660 { background: bottom right content-box no-repeat fixed }
bg33661 { background: bottom right content-box no-repeat fixed none }
bg33662 { background: bottom right content-box no-repeat fixed url(test.jpg) }
bg33663 { background: bottom right content-box no-repeat none }
bg33664 { background: bottom right content-box no-repeat none fixed }
bg33665 { background: bottom right content-box no-repeat none scroll }
bg33666 { background: bottom right content-box no-repeat scroll }
bg33667 { background: bottom right content-box no-repeat scroll none }
bg33668 { background: bottom right content-box no-repeat scroll url(test.jpg) }
bg33669 { background: bottom right content-box no-repeat url(test.jpg) }
bg33670 { background: bottom right content-box no-repeat url(test.jpg) fixed }
bg33671 { background: bottom right content-box no-repeat url(test.jpg) scroll }
bg33672 { background: bottom right content-box none }
bg33673 { background: bottom right content-box none fixed }
bg33674 { background: bottom right content-box none fixed no-repeat }
bg33675 { background: bottom right content-box none fixed repeat }
bg33676 { background: bottom right content-box none fixed repeat-x }
bg33677 { background: bottom right content-box none fixed repeat-y }
bg33678 { background: bottom right content-box none no-repeat }
bg33679 { background: bottom right content-box none no-repeat fixed }
bg33680 { background: bottom right content-box none no-repeat scroll }
bg33681 { background: bottom right content-box none repeat }
bg33682 { background: bottom right content-box none repeat fixed }
bg33683 { background: bottom right content-box none repeat scroll }
bg33684 { background: bottom right content-box none repeat-x }
bg33685 { background: bottom right content-box none repeat-x fixed }
bg33686 { background: bottom right content-box none repeat-x scroll }
bg33687 { background: bottom right content-box none repeat-y }
bg33688 { background: bottom right content-box none repeat-y fixed }
bg33689 { background: bottom right content-box none repeat-y scroll }
bg33690 { background: bottom right content-box none scroll }
bg33691 { background: bottom right content-box none scroll no-repeat }
bg33692 { background: bottom right content-box none scroll repeat }
bg33693 { background: bottom right content-box none scroll repeat-x }
bg33694 { background: bottom right content-box none scroll repeat-y }
bg33695 { background: bottom right content-box repeat }
bg33696 { background: bottom right content-box repeat fixed }
bg33697 { background: bottom right content-box repeat fixed none }
bg33698 { background: bottom right content-box repeat fixed url(test.jpg) }
bg33699 { background: bottom right content-box repeat none }
bg33700 { background: bottom right content-box repeat none fixed }
bg33701 { background: bottom right content-box repeat none scroll }
bg33702 { background: bottom right content-box repeat scroll }
bg33703 { background: bottom right content-box repeat scroll none }
bg33704 { background: bottom right content-box repeat scroll url(test.jpg) }
bg33705 { background: bottom right content-box repeat url(test.jpg) }
bg33706 { background: bottom right content-box repeat url(test.jpg) fixed }
bg33707 { background: bottom right content-box repeat url(test.jpg) scroll }
bg33708 { background: bottom right content-box repeat-x }
bg33709 { background: bottom right content-box repeat-x fixed }
bg33710 { background: bottom right content-box repeat-x fixed none }
bg33711 { background: bottom right content-box repeat-x fixed url(test.jpg) }
bg33712 { background: bottom right content-box repeat-x none }
bg33713 { background: bottom right content-box repeat-x none fixed }
bg33714 { background: bottom right content-box repeat-x none scroll }
bg33715 { background: bottom right content-box repeat-x scroll }
bg33716 { background: bottom right content-box repeat-x scroll none }
bg33717 { background: bottom right content-box repeat-x scroll url(test.jpg) }
bg33718 { background: bottom right content-box repeat-x url(test.jpg) }
bg33719 { background: bottom right content-box repeat-x url(test.jpg) fixed }
bg33720 { background: bottom right content-box repeat-x url(test.jpg) scroll }
bg33721 { background: bottom right content-box repeat-y }
bg33722 { background: bottom right content-box repeat-y fixed }
bg33723 { background: bottom right content-box repeat-y fixed none }
bg33724 { background: bottom right content-box repeat-y fixed url(test.jpg) }
bg33725 { background: bottom right content-box repeat-y none }
bg33726 { background: bottom right content-box repeat-y none fixed }
bg33727 { background: bottom right content-box repeat-y none scroll }
bg33728 { background: bottom right content-box repeat-y scroll }
bg33729 { background: bottom right content-box repeat-y scroll none }
bg33730 { background: bottom right content-box repeat-y scroll url(test.jpg) }
bg33731 { background: bottom right content-box repeat-y url(test.jpg) }
bg33732 { background: bottom right content-box repeat-y url(test.jpg) fixed }
bg33733 { background: bottom right content-box repeat-y url(test.jpg) scroll }
bg33734 { background: bottom right content-box scroll }
bg33735 { background: bottom right content-box scroll no-repeat }
bg33736 { background: bottom right content-box scroll no-repeat none }
bg33737 { background: bottom right content-box scroll no-repeat url(test.jpg) }
bg33738 { background: bottom right content-box scroll none }
bg33739 { background: bottom right content-box scroll none no-repeat }
bg33740 { background: bottom right content-box scroll none repeat }
bg33741 { background: bottom right content-box scroll none repeat-x }
bg33742 { background: bottom right content-box scroll none repeat-y }
bg33743 { background: bottom right content-box scroll repeat }
bg33744 { background: bottom right content-box scroll repeat none }
bg33745 { background: bottom right content-box scroll repeat url(test.jpg) }
bg33746 { background: bottom right content-box scroll repeat-x }
bg33747 { background: bottom right content-box scroll repeat-x none }
bg33748 { background: bottom right content-box scroll repeat-x url(test.jpg) }
bg33749 { background: bottom right content-box scroll repeat-y }
bg33750 { background: bottom right content-box scroll repeat-y none }
bg33751 { background: bottom right content-box scroll repeat-y url(test.jpg) }
bg33752 { background: bottom right content-box scroll url(test.jpg) }
bg33753 { background: bottom right content-box scroll url(test.jpg) no-repeat }
bg33754 { background: bottom right content-box scroll url(test.jpg) repeat }
bg33755 { background: bottom right content-box scroll url(test.jpg) repeat-x }
bg33756 { background: bottom right content-box scroll url(test.jpg) repeat-y }
bg33757 { background: bottom right content-box url(test.jpg) }
bg33758 { background: bottom right content-box url(test.jpg) fixed }
bg33759 { background: bottom right content-box url(test.jpg) fixed no-repeat }
bg33760 { background: bottom right content-box url(test.jpg) fixed repeat }
bg33761 { background: bottom right content-box url(test.jpg) fixed repeat-x }
bg33762 { background: bottom right content-box url(test.jpg) fixed repeat-y }
bg33763 { background: bottom right content-box url(test.jpg) no-repeat }
bg33764 { background: bottom right content-box url(test.jpg) no-repeat fixed }
bg33765 { background: bottom right content-box url(test.jpg) no-repeat scroll }
bg33766 { background: bottom right content-box url(test.jpg) repeat }
bg33767 { background: bottom right content-box url(test.jpg) repeat fixed }
bg33768 { background: bottom right content-box url(test.jpg) repeat scroll }
bg33769 { background: bottom right content-box url(test.jpg) repeat-x }
bg33770 { background: bottom right content-box url(test.jpg) repeat-x fixed }
bg33771 { background: bottom right content-box url(test.jpg) repeat-x scroll }
bg33772 { background: bottom right content-box url(test.jpg) repeat-y }
bg33773 { background: bottom right content-box url(test.jpg) repeat-y fixed }
bg33774 { background: bottom right content-box url(test.jpg) repeat-y scroll }
bg33775 { background: bottom right content-box url(test.jpg) scroll }
bg33776 { background: bottom right content-box url(test.jpg) scroll no-repeat }
bg33777 { background: bottom right content-box url(test.jpg) scroll repeat }
bg33778 { background: bottom right content-box url(test.jpg) scroll repeat-x }
bg33779 { background: bottom right content-box url(test.jpg) scroll repeat-y }
bg33780 { background: bottom right url(test.jpg) fixed no-repeat content-box }
bg33781 { background: bottom right url(test.jpg) fixed repeat content-box }
bg33782 { background: bottom right url(test.jpg) fixed repeat-x content-box }
bg33783 { background: bottom right url(test.jpg) fixed repeat-y content-box }
bg33784 { background: bottom right url(test.jpg) fixed content-box }
bg33785 { background: bottom right url(test.jpg) fixed content-box no-repeat }
bg33786 { background: bottom right url(test.jpg) fixed content-box repeat }
bg33787 { background: bottom right url(test.jpg) fixed content-box repeat-x }
bg33788 { background: bottom right url(test.jpg) fixed content-box repeat-y }
bg33789 { background: bottom right url(test.jpg) no-repeat fixed content-box }
bg33790 { background: bottom right url(test.jpg) no-repeat scroll content-box }
bg33791 { background: bottom right url(test.jpg) no-repeat content-box }
bg33792 { background: bottom right url(test.jpg) no-repeat content-box fixed }
bg33793 { background: bottom right url(test.jpg) no-repeat content-box scroll }
bg33794 { background: bottom right url(test.jpg) repeat fixed content-box }
bg33795 { background: bottom right url(test.jpg) repeat scroll content-box }
bg33796 { background: bottom right url(test.jpg) repeat content-box }
bg33797 { background: bottom right url(test.jpg) repeat content-box fixed }
bg33798 { background: bottom right url(test.jpg) repeat content-box scroll }
bg33799 { background: bottom right url(test.jpg) repeat-x fixed content-box }
bg33800 { background: bottom right url(test.jpg) repeat-x scroll content-box }
bg33801 { background: bottom right url(test.jpg) repeat-x content-box }
bg33802 { background: bottom right url(test.jpg) repeat-x content-box fixed }
bg33803 { background: bottom right url(test.jpg) repeat-x content-box scroll }
bg33804 { background: bottom right url(test.jpg) repeat-y fixed content-box }
bg33805 { background: bottom right url(test.jpg) repeat-y scroll content-box }
bg33806 { background: bottom right url(test.jpg) repeat-y content-box }
bg33807 { background: bottom right url(test.jpg) repeat-y content-box fixed }
bg33808 { background: bottom right url(test.jpg) repeat-y content-box scroll }
bg33809 { background: bottom right url(test.jpg) scroll no-repeat content-box }
bg33810 { background: bottom right url(test.jpg) scroll repeat content-box }
bg33811 { background: bottom right url(test.jpg) scroll repeat-x content-box }
bg33812 { background: bottom right url(test.jpg) scroll repeat-y content-box }
bg33813 { background: bottom right url(test.jpg) scroll content-box }
bg33814 { background: bottom right url(test.jpg) scroll content-box no-repeat }
bg33815 { background: bottom right url(test.jpg) scroll content-box repeat }
bg33816 { background: bottom right url(test.jpg) scroll content-box repeat-x }
bg33817 { background: bottom right url(test.jpg) scroll content-box repeat-y }
bg33818 { background: bottom right url(test.jpg) content-box }
bg33819 { background: bottom right url(test.jpg) content-box fixed }
bg33820 { background: bottom right url(test.jpg) content-box fixed no-repeat }
bg33821 { background: bottom right url(test.jpg) content-box fixed repeat }
bg33822 { background: bottom right url(test.jpg) content-box fixed repeat-x }
bg33823 { background: bottom right url(test.jpg) content-box fixed repeat-y }
bg33824 { background: bottom right url(test.jpg) content-box no-repeat }
bg33825 { background: bottom right url(test.jpg) content-box no-repeat fixed }
bg33826 { background: bottom right url(test.jpg) content-box no-repeat scroll }
bg33827 { background: bottom right url(test.jpg) content-box repeat }
bg33828 { background: bottom right url(test.jpg) content-box repeat fixed }
bg33829 { background: bottom right url(test.jpg) content-box repeat scroll }
bg33830 { background: bottom right url(test.jpg) content-box repeat-x }
bg33831 { background: bottom right url(test.jpg) content-box repeat-x fixed }
bg33832 { background: bottom right url(test.jpg) content-box repeat-x scroll }
bg33833 { background: bottom right url(test.jpg) content-box repeat-y }
bg33834 { background: bottom right url(test.jpg) content-box repeat-y fixed }
bg33835 { background: bottom right url(test.jpg) content-box repeat-y scroll }
bg33836 { background: bottom right url(test.jpg) content-box scroll }
bg33837 { background: bottom right url(test.jpg) content-box scroll no-repeat }
bg33838 { background: bottom right url(test.jpg) content-box scroll repeat }
bg33839 { background: bottom right url(test.jpg) content-box scroll repeat-x }
bg33840 { background: bottom right url(test.jpg) content-box scroll repeat-y }
bg33841 { background: scroll no-repeat none bottom right content-box }
bg33842 { background: scroll no-repeat none content-box bottom right }
bg33843 { background: scroll no-repeat bottom right none content-box }
bg33844 { background: scroll no-repeat bottom right content-box }
bg33845 { background: scroll no-repeat bottom right content-box none }
bg33846 { background: scroll no-repeat bottom right content-box url(test.jpg) }
bg33847 { background: scroll no-repeat bottom right url(test.jpg) content-box }
bg33848 { background: scroll no-repeat content-box none bottom right }
bg33849 { background: scroll no-repeat content-box bottom right }
bg33850 { background: scroll no-repeat content-box bottom right none }
bg33851 { background: scroll no-repeat content-box bottom right url(test.jpg) }
bg33852 { background: scroll no-repeat content-box url(test.jpg) bottom right }
bg33853 { background: scroll no-repeat url(test.jpg) bottom right content-box }
bg33854 { background: scroll no-repeat url(test.jpg) content-box bottom right }
bg33855 { background: scroll none no-repeat bottom right content-box }
bg33856 { background: scroll none no-repeat content-box bottom right }
bg33857 { background: scroll none repeat bottom right content-box }
bg33858 { background: scroll none repeat content-box bottom right }
bg33859 { background: scroll none repeat-x bottom right content-box }
bg33860 { background: scroll none repeat-x content-box bottom right }
bg33861 { background: scroll none repeat-y bottom right content-box }
bg33862 { background: scroll none repeat-y content-box bottom right }
bg33863 { background: scroll none bottom right no-repeat content-box }
bg33864 { background: scroll none bottom right repeat content-box }
bg33865 { background: scroll none bottom right repeat-x content-box }
bg33866 { background: scroll none bottom right repeat-y content-box }
bg33867 { background: scroll none bottom right content-box }
bg33868 { background: scroll none bottom right content-box no-repeat }
bg33869 { background: scroll none bottom right content-box repeat }
bg33870 { background: scroll none bottom right content-box repeat-x }
bg33871 { background: scroll none bottom right content-box repeat-y }
bg33872 { background: scroll none content-box no-repeat bottom right }
bg33873 { background: scroll none content-box repeat bottom right }
bg33874 { background: scroll none content-box repeat-x bottom right }
bg33875 { background: scroll none content-box repeat-y bottom right }
bg33876 { background: scroll none content-box bottom right }
bg33877 { background: scroll none content-box bottom right no-repeat }
bg33878 { background: scroll none content-box bottom right repeat }
bg33879 { background: scroll none content-box bottom right repeat-x }
bg33880 { background: scroll none content-box bottom right repeat-y }
bg33881 { background: scroll repeat none bottom right content-box }
bg33882 { background: scroll repeat none content-box bottom right }
bg33883 { background: scroll repeat bottom right none content-box }
bg33884 { background: scroll repeat bottom right content-box }
bg33885 { background: scroll repeat bottom right content-box none }
bg33886 { background: scroll repeat bottom right content-box url(test.jpg) }
bg33887 { background: scroll repeat bottom right url(test.jpg) content-box }
bg33888 { background: scroll repeat content-box none bottom right }
bg33889 { background: scroll repeat content-box bottom right }
bg33890 { background: scroll repeat content-box bottom right none }
bg33891 { background: scroll repeat content-box bottom right url(test.jpg) }
bg33892 { background: scroll repeat content-box url(test.jpg) bottom right }
bg33893 { background: scroll repeat url(test.jpg) bottom right content-box }
bg33894 { background: scroll repeat url(test.jpg) content-box bottom right }
bg33895 { background: scroll repeat-x none bottom right content-box }
bg33896 { background: scroll repeat-x none content-box bottom right }
bg33897 { background: scroll repeat-x bottom right none content-box }
bg33898 { background: scroll repeat-x bottom right content-box }
bg33899 { background: scroll repeat-x bottom right content-box none }
bg33900 { background: scroll repeat-x bottom right content-box url(test.jpg) }
bg33901 { background: scroll repeat-x bottom right url(test.jpg) content-box }
bg33902 { background: scroll repeat-x content-box none bottom right }
bg33903 { background: scroll repeat-x content-box bottom right }
bg33904 { background: scroll repeat-x content-box bottom right none }
bg33905 { background: scroll repeat-x content-box bottom right url(test.jpg) }
bg33906 { background: scroll repeat-x content-box url(test.jpg) bottom right }
bg33907 { background: scroll repeat-x url(test.jpg) bottom right content-box }
bg33908 { background: scroll repeat-x url(test.jpg) content-box bottom right }
bg33909 { background: scroll repeat-y none bottom right content-box }
bg33910 { background: scroll repeat-y none content-box bottom right }
bg33911 { background: scroll repeat-y bottom right none content-box }
bg33912 { background: scroll repeat-y bottom right content-box }
bg33913 { background: scroll repeat-y bottom right content-box none }
bg33914 { background: scroll repeat-y bottom right content-box url(test.jpg) }
bg33915 { background: scroll repeat-y bottom right url(test.jpg) content-box }
bg33916 { background: scroll repeat-y content-box none bottom right }
bg33917 { background: scroll repeat-y content-box bottom right }
bg33918 { background: scroll repeat-y content-box bottom right none }
bg33919 { background: scroll repeat-y content-box bottom right url(test.jpg) }
bg33920 { background: scroll repeat-y content-box url(test.jpg) bottom right }
bg33921 { background: scroll repeat-y url(test.jpg) bottom right content-box }
bg33922 { background: scroll repeat-y url(test.jpg) content-box bottom right }
bg33923 { background: scroll bottom right no-repeat none content-box }
bg33924 { background: scroll bottom right no-repeat content-box }
bg33925 { background: scroll bottom right no-repeat content-box none }
bg33926 { background: scroll bottom right no-repeat content-box url(test.jpg) }
bg33927 { background: scroll bottom right no-repeat url(test.jpg) content-box }
bg33928 { background: scroll bottom right none no-repeat content-box }
bg33929 { background: scroll bottom right none repeat content-box }
bg33930 { background: scroll bottom right none repeat-x content-box }
bg33931 { background: scroll bottom right none repeat-y content-box }
bg33932 { background: scroll bottom right none content-box }
bg33933 { background: scroll bottom right none content-box no-repeat }
bg33934 { background: scroll bottom right none content-box repeat }
bg33935 { background: scroll bottom right none content-box repeat-x }
bg33936 { background: scroll bottom right none content-box repeat-y }
bg33937 { background: scroll bottom right repeat none content-box }
bg33938 { background: scroll bottom right repeat content-box }
bg33939 { background: scroll bottom right repeat content-box none }
bg33940 { background: scroll bottom right repeat content-box url(test.jpg) }
bg33941 { background: scroll bottom right repeat url(test.jpg) content-box }
bg33942 { background: scroll bottom right repeat-x none content-box }
bg33943 { background: scroll bottom right repeat-x content-box }
bg33944 { background: scroll bottom right repeat-x content-box none }
bg33945 { background: scroll bottom right repeat-x content-box url(test.jpg) }
bg33946 { background: scroll bottom right repeat-x url(test.jpg) content-box }
bg33947 { background: scroll bottom right repeat-y none content-box }
bg33948 { background: scroll bottom right repeat-y content-box }
bg33949 { background: scroll bottom right repeat-y content-box none }
bg33950 { background: scroll bottom right repeat-y content-box url(test.jpg) }
bg33951 { background: scroll bottom right repeat-y url(test.jpg) content-box }
bg33952 { background: scroll bottom right content-box }
bg33953 { background: scroll bottom right content-box no-repeat }
bg33954 { background: scroll bottom right content-box no-repeat none }
bg33955 { background: scroll bottom right content-box no-repeat url(test.jpg) }
bg33956 { background: scroll bottom right content-box none }
bg33957 { background: scroll bottom right content-box none no-repeat }
bg33958 { background: scroll bottom right content-box none repeat }
bg33959 { background: scroll bottom right content-box none repeat-x }
bg33960 { background: scroll bottom right content-box none repeat-y }
bg33961 { background: scroll bottom right content-box repeat }
bg33962 { background: scroll bottom right content-box repeat none }
bg33963 { background: scroll bottom right content-box repeat url(test.jpg) }
bg33964 { background: scroll bottom right content-box repeat-x }
bg33965 { background: scroll bottom right content-box repeat-x none }
bg33966 { background: scroll bottom right content-box repeat-x url(test.jpg) }
bg33967 { background: scroll bottom right content-box repeat-y }
bg33968 { background: scroll bottom right content-box repeat-y none }
bg33969 { background: scroll bottom right content-box repeat-y url(test.jpg) }
bg33970 { background: scroll bottom right content-box url(test.jpg) }
bg33971 { background: scroll bottom right content-box url(test.jpg) no-repeat }
bg33972 { background: scroll bottom right content-box url(test.jpg) repeat }
bg33973 { background: scroll bottom right content-box url(test.jpg) repeat-x }
bg33974 { background: scroll bottom right content-box url(test.jpg) repeat-y }
bg33975 { background: scroll bottom right url(test.jpg) no-repeat content-box }
bg33976 { background: scroll bottom right url(test.jpg) repeat content-box }
bg33977 { background: scroll bottom right url(test.jpg) repeat-x content-box }
bg33978 { background: scroll bottom right url(test.jpg) repeat-y content-box }
bg33979 { background: scroll bottom right url(test.jpg) content-box }
bg33980 { background: scroll bottom right url(test.jpg) content-box no-repeat }
bg33981 { background: scroll bottom right url(test.jpg) content-box repeat }
bg33982 { background: scroll bottom right url(test.jpg) content-box repeat-x }
bg33983 { background: scroll bottom right url(test.jpg) content-box repeat-y }
bg33984 { background: scroll content-box no-repeat none bottom right }
bg33985 { background: scroll content-box no-repeat bottom right }
bg33986 { background: scroll content-box no-repeat bottom right none }
bg33987 { background: scroll content-box no-repeat bottom right url(test.jpg) }
bg33988 { background: scroll content-box no-repeat url(test.jpg) bottom right }
bg33989 { background: scroll content-box none no-repeat bottom right }
bg33990 { background: scroll content-box none repeat bottom right }
bg33991 { background: scroll content-box none repeat-x bottom right }
bg33992 { background: scroll content-box none repeat-y bottom right }
bg33993 { background: scroll content-box none bottom right }
bg33994 { background: scroll content-box none bottom right no-repeat }
bg33995 { background: scroll content-box none bottom right repeat }
bg33996 { background: scroll content-box none bottom right repeat-x }
bg33997 { background: scroll content-box none bottom right repeat-y }
bg33998 { background: scroll content-box repeat none bottom right }
bg33999 { background: scroll content-box repeat bottom right }
bg34000 { background: scroll content-box repeat bottom right none }
bg34001 { background: scroll content-box repeat bottom right url(test.jpg) }
bg34002 { background: scroll content-box repeat url(test.jpg) bottom right }
bg34003 { background: scroll content-box repeat-x none bottom right }
bg34004 { background: scroll content-box repeat-x bottom right }
bg34005 { background: scroll content-box repeat-x bottom right none }
bg34006 { background: scroll content-box repeat-x bottom right url(test.jpg) }
bg34007 { background: scroll content-box repeat-x url(test.jpg) bottom right }
bg34008 { background: scroll content-box repeat-y none bottom right }
bg34009 { background: scroll content-box repeat-y bottom right }
bg34010 { background: scroll content-box repeat-y bottom right none }
bg34011 { background: scroll content-box repeat-y bottom right url(test.jpg) }
bg34012 { background: scroll content-box repeat-y url(test.jpg) bottom right }
bg34013 { background: scroll content-box bottom right }
bg34014 { background: scroll content-box bottom right no-repeat }
bg34015 { background: scroll content-box bottom right no-repeat none }
bg34016 { background: scroll content-box bottom right no-repeat url(test.jpg) }
bg34017 { background: scroll content-box bottom right none }
bg34018 { background: scroll content-box bottom right none no-repeat }
bg34019 { background: scroll content-box bottom right none repeat }
bg34020 { background: scroll content-box bottom right none repeat-x }
bg34021 { background: scroll content-box bottom right none repeat-y }
bg34022 { background: scroll content-box bottom right repeat }
bg34023 { background: scroll content-box bottom right repeat none }
bg34024 { background: scroll content-box bottom right repeat url(test.jpg) }
bg34025 { background: scroll content-box bottom right repeat-x }
bg34026 { background: scroll content-box bottom right repeat-x none }
bg34027 { background: scroll content-box bottom right repeat-x url(test.jpg) }
bg34028 { background: scroll content-box bottom right repeat-y }
bg34029 { background: scroll content-box bottom right repeat-y none }
bg34030 { background: scroll content-box bottom right repeat-y url(test.jpg) }
bg34031 { background: scroll content-box bottom right url(test.jpg) }
bg34032 { background: scroll content-box bottom right url(test.jpg) no-repeat }
bg34033 { background: scroll content-box bottom right url(test.jpg) repeat }
bg34034 { background: scroll content-box bottom right url(test.jpg) repeat-x }
bg34035 { background: scroll content-box bottom right url(test.jpg) repeat-y }
bg34036 { background: scroll content-box url(test.jpg) no-repeat bottom right }
bg34037 { background: scroll content-box url(test.jpg) repeat bottom right }
bg34038 { background: scroll content-box url(test.jpg) repeat-x bottom right }
bg34039 { background: scroll content-box url(test.jpg) repeat-y bottom right }
bg34040 { background: scroll content-box url(test.jpg) bottom right }
bg34041 { background: scroll content-box url(test.jpg) bottom right no-repeat }
bg34042 { background: scroll content-box url(test.jpg) bottom right repeat }
bg34043 { background: scroll content-box url(test.jpg) bottom right repeat-x }
bg34044 { background: scroll content-box url(test.jpg) bottom right repeat-y }
bg34045 { background: scroll url(test.jpg) no-repeat bottom right content-box }
bg34046 { background: scroll url(test.jpg) no-repeat content-box bottom right }
bg34047 { background: scroll url(test.jpg) repeat bottom right content-box }
bg34048 { background: scroll url(test.jpg) repeat content-box bottom right }
bg34049 { background: scroll url(test.jpg) repeat-x bottom right content-box }
bg34050 { background: scroll url(test.jpg) repeat-x content-box bottom right }
bg34051 { background: scroll url(test.jpg) repeat-y bottom right content-box }
bg34052 { background: scroll url(test.jpg) repeat-y content-box bottom right }
bg34053 { background: scroll url(test.jpg) bottom right no-repeat content-box }
bg34054 { background: scroll url(test.jpg) bottom right repeat content-box }
bg34055 { background: scroll url(test.jpg) bottom right repeat-x content-box }
bg34056 { background: scroll url(test.jpg) bottom right repeat-y content-box }
bg34057 { background: scroll url(test.jpg) bottom right content-box }
bg34058 { background: scroll url(test.jpg) bottom right content-box no-repeat }
bg34059 { background: scroll url(test.jpg) bottom right content-box repeat }
bg34060 { background: scroll url(test.jpg) bottom right content-box repeat-x }
bg34061 { background: scroll url(test.jpg) bottom right content-box repeat-y }
bg34062 { background: scroll url(test.jpg) content-box no-repeat bottom right }
bg34063 { background: scroll url(test.jpg) content-box repeat bottom right }
bg34064 { background: scroll url(test.jpg) content-box repeat-x bottom right }
bg34065 { background: scroll url(test.jpg) content-box repeat-y bottom right }
bg34066 { background: scroll url(test.jpg) content-box bottom right }
bg34067 { background: scroll url(test.jpg) content-box bottom right no-repeat }
bg34068 { background: scroll url(test.jpg) content-box bottom right repeat }
bg34069 { background: scroll url(test.jpg) content-box bottom right repeat-x }
bg34070 { background: scroll url(test.jpg) content-box bottom right repeat-y }
bg34071 { background: content-box fixed no-repeat none bottom right }
bg34072 { background: content-box fixed no-repeat bottom right }
bg34073 { background: content-box fixed no-repeat bottom right none }
bg34074 { background: content-box fixed no-repeat bottom right url(test.jpg) }
bg34075 { background: content-box fixed no-repeat url(test.jpg) bottom right }
bg34076 { background: content-box fixed none no-repeat bottom right }
bg34077 { background: content-box fixed none repeat bottom right }
bg34078 { background: content-box fixed none repeat-x bottom right }
bg34079 { background: content-box fixed none repeat-y bottom right }
bg34080 { background: content-box fixed none bottom right }
bg34081 { background: content-box fixed none bottom right no-repeat }
bg34082 { background: content-box fixed none bottom right repeat }
bg34083 { background: content-box fixed none bottom right repeat-x }
bg34084 { background: content-box fixed none bottom right repeat-y }
bg34085 { background: content-box fixed repeat none bottom right }
bg34086 { background: content-box fixed repeat bottom right }
bg34087 { background: content-box fixed repeat bottom right none }
bg34088 { background: content-box fixed repeat bottom right url(test.jpg) }
bg34089 { background: content-box fixed repeat url(test.jpg) bottom right }
bg34090 { background: content-box fixed repeat-x none bottom right }
bg34091 { background: content-box fixed repeat-x bottom right }
bg34092 { background: content-box fixed repeat-x bottom right none }
bg34093 { background: content-box fixed repeat-x bottom right url(test.jpg) }
bg34094 { background: content-box fixed repeat-x url(test.jpg) bottom right }
bg34095 { background: content-box fixed repeat-y none bottom right }
bg34096 { background: content-box fixed repeat-y bottom right }
bg34097 { background: content-box fixed repeat-y bottom right none }
bg34098 { background: content-box fixed repeat-y bottom right url(test.jpg) }
bg34099 { background: content-box fixed repeat-y url(test.jpg) bottom right }
bg34100 { background: content-box fixed bottom right }
bg34101 { background: content-box fixed bottom right no-repeat }
bg34102 { background: content-box fixed bottom right no-repeat none }
bg34103 { background: content-box fixed bottom right no-repeat url(test.jpg) }
bg34104 { background: content-box fixed bottom right none }
bg34105 { background: content-box fixed bottom right none no-repeat }
bg34106 { background: content-box fixed bottom right none repeat }
bg34107 { background: content-box fixed bottom right none repeat-x }
bg34108 { background: content-box fixed bottom right none repeat-y }
bg34109 { background: content-box fixed bottom right repeat }
bg34110 { background: content-box fixed bottom right repeat none }
bg34111 { background: content-box fixed bottom right repeat url(test.jpg) }
bg34112 { background: content-box fixed bottom right repeat-x }
bg34113 { background: content-box fixed bottom right repeat-x none }
bg34114 { background: content-box fixed bottom right repeat-x url(test.jpg) }
bg34115 { background: content-box fixed bottom right repeat-y }
bg34116 { background: content-box fixed bottom right repeat-y none }
bg34117 { background: content-box fixed bottom right repeat-y url(test.jpg) }
bg34118 { background: content-box fixed bottom right url(test.jpg) }
bg34119 { background: content-box fixed bottom right url(test.jpg) no-repeat }
bg34120 { background: content-box fixed bottom right url(test.jpg) repeat }
bg34121 { background: content-box fixed bottom right url(test.jpg) repeat-x }
bg34122 { background: content-box fixed bottom right url(test.jpg) repeat-y }
bg34123 { background: content-box fixed url(test.jpg) no-repeat bottom right }
bg34124 { background: content-box fixed url(test.jpg) repeat bottom right }
bg34125 { background: content-box fixed url(test.jpg) repeat-x bottom right }
bg34126 { background: content-box fixed url(test.jpg) repeat-y bottom right }
bg34127 { background: content-box fixed url(test.jpg) bottom right }
bg34128 { background: content-box fixed url(test.jpg) bottom right no-repeat }
bg34129 { background: content-box fixed url(test.jpg) bottom right repeat }
bg34130 { background: content-box fixed url(test.jpg) bottom right repeat-x }
bg34131 { background: content-box fixed url(test.jpg) bottom right repeat-y }
bg34132 { background: content-box no-repeat fixed none bottom right }
bg34133 { background: content-box no-repeat fixed bottom right }
bg34134 { background: content-box no-repeat fixed bottom right none }
bg34135 { background: content-box no-repeat fixed bottom right url(test.jpg) }
bg34136 { background: content-box no-repeat fixed url(test.jpg) bottom right }
bg34137 { background: content-box no-repeat none fixed bottom right }
bg34138 { background: content-box no-repeat none bottom right }
bg34139 { background: content-box no-repeat none bottom right fixed }
bg34140 { background: content-box no-repeat none bottom right scroll }
bg34141 { background: content-box no-repeat none scroll bottom right }
bg34142 { background: content-box no-repeat bottom right }
bg34143 { background: content-box no-repeat bottom right fixed }
bg34144 { background: content-box no-repeat bottom right fixed none }
bg34145 { background: content-box no-repeat bottom right fixed url(test.jpg) }
bg34146 { background: content-box no-repeat bottom right none }
bg34147 { background: content-box no-repeat bottom right none fixed }
bg34148 { background: content-box no-repeat bottom right none scroll }
bg34149 { background: content-box no-repeat bottom right scroll }
bg34150 { background: content-box no-repeat bottom right scroll none }
bg34151 { background: content-box no-repeat bottom right scroll url(test.jpg) }
bg34152 { background: content-box no-repeat bottom right url(test.jpg) }
bg34153 { background: content-box no-repeat bottom right url(test.jpg) fixed }
bg34154 { background: content-box no-repeat bottom right url(test.jpg) scroll }
bg34155 { background: content-box no-repeat scroll none bottom right }
bg34156 { background: content-box no-repeat scroll bottom right }
bg34157 { background: content-box no-repeat scroll bottom right none }
bg34158 { background: content-box no-repeat scroll bottom right url(test.jpg) }
bg34159 { background: content-box no-repeat scroll url(test.jpg) bottom right }
bg34160 { background: content-box no-repeat url(test.jpg) fixed bottom right }
bg34161 { background: content-box no-repeat url(test.jpg) bottom right }
bg34162 { background: content-box no-repeat url(test.jpg) bottom right fixed }
bg34163 { background: content-box no-repeat url(test.jpg) bottom right scroll }
bg34164 { background: content-box no-repeat url(test.jpg) scroll bottom right }
bg34165 { background: content-box none fixed no-repeat bottom right }
bg34166 { background: content-box none fixed repeat bottom right }
bg34167 { background: content-box none fixed repeat-x bottom right }
bg34168 { background: content-box none fixed repeat-y bottom right }
bg34169 { background: content-box none fixed bottom right }
bg34170 { background: content-box none fixed bottom right no-repeat }
bg34171 { background: content-box none fixed bottom right repeat }
bg34172 { background: content-box none fixed bottom right repeat-x }
bg34173 { background: content-box none fixed bottom right repeat-y }
bg34174 { background: content-box none no-repeat fixed bottom right }
bg34175 { background: content-box none no-repeat bottom right }
bg34176 { background: content-box none no-repeat bottom right fixed }
bg34177 { background: content-box none no-repeat bottom right scroll }
bg34178 { background: content-box none no-repeat scroll bottom right }
bg34179 { background: content-box none repeat fixed bottom right }
bg34180 { background: content-box none repeat bottom right }
bg34181 { background: content-box none repeat bottom right fixed }
bg34182 { background: content-box none repeat bottom right scroll }
bg34183 { background: content-box none repeat scroll bottom right }
bg34184 { background: content-box none repeat-x fixed bottom right }
bg34185 { background: content-box none repeat-x bottom right }
bg34186 { background: content-box none repeat-x bottom right fixed }
bg34187 { background: content-box none repeat-x bottom right scroll }
bg34188 { background: content-box none repeat-x scroll bottom right }
bg34189 { background: content-box none repeat-y fixed bottom right }
bg34190 { background: content-box none repeat-y bottom right }
bg34191 { background: content-box none repeat-y bottom right fixed }
bg34192 { background: content-box none repeat-y bottom right scroll }
bg34193 { background: content-box none repeat-y scroll bottom right }
bg34194 { background: content-box none bottom right }
bg34195 { background: content-box none bottom right fixed }
bg34196 { background: content-box none bottom right fixed no-repeat }
bg34197 { background: content-box none bottom right fixed repeat }
bg34198 { background: content-box none bottom right fixed repeat-x }
bg34199 { background: content-box none bottom right fixed repeat-y }
bg34200 { background: content-box none bottom right no-repeat }
bg34201 { background: content-box none bottom right no-repeat fixed }
bg34202 { background: content-box none bottom right no-repeat scroll }
bg34203 { background: content-box none bottom right repeat }
bg34204 { background: content-box none bottom right repeat fixed }
bg34205 { background: content-box none bottom right repeat scroll }
bg34206 { background: content-box none bottom right repeat-x }
bg34207 { background: content-box none bottom right repeat-x fixed }
bg34208 { background: content-box none bottom right repeat-x scroll }
bg34209 { background: content-box none bottom right repeat-y }
bg34210 { background: content-box none bottom right repeat-y fixed }
bg34211 { background: content-box none bottom right repeat-y scroll }
bg34212 { background: content-box none bottom right scroll }
bg34213 { background: content-box none bottom right scroll no-repeat }
bg34214 { background: content-box none bottom right scroll repeat }
bg34215 { background: content-box none bottom right scroll repeat-x }
bg34216 { background: content-box none bottom right scroll repeat-y }
bg34217 { background: content-box none scroll no-repeat bottom right }
bg34218 { background: content-box none scroll repeat bottom right }
bg34219 { background: content-box none scroll repeat-x bottom right }
bg34220 { background: content-box none scroll repeat-y bottom right }
bg34221 { background: content-box none scroll bottom right }
bg34222 { background: content-box none scroll bottom right no-repeat }
bg34223 { background: content-box none scroll bottom right repeat }
bg34224 { background: content-box none scroll bottom right repeat-x }
bg34225 { background: content-box none scroll bottom right repeat-y }
bg34226 { background: content-box repeat fixed none bottom right }
bg34227 { background: content-box repeat fixed bottom right }
bg34228 { background: content-box repeat fixed bottom right none }
bg34229 { background: content-box repeat fixed bottom right url(test.jpg) }
bg34230 { background: content-box repeat fixed url(test.jpg) bottom right }
bg34231 { background: content-box repeat none fixed bottom right }
bg34232 { background: content-box repeat none bottom right }
bg34233 { background: content-box repeat none bottom right fixed }
bg34234 { background: content-box repeat none bottom right scroll }
bg34235 { background: content-box repeat none scroll bottom right }
bg34236 { background: content-box repeat bottom right }
bg34237 { background: content-box repeat bottom right fixed }
bg34238 { background: content-box repeat bottom right fixed none }
bg34239 { background: content-box repeat bottom right fixed url(test.jpg) }
bg34240 { background: content-box repeat bottom right none }
bg34241 { background: content-box repeat bottom right none fixed }
bg34242 { background: content-box repeat bottom right none scroll }
bg34243 { background: content-box repeat bottom right scroll }
bg34244 { background: content-box repeat bottom right scroll none }
bg34245 { background: content-box repeat bottom right scroll url(test.jpg) }
bg34246 { background: content-box repeat bottom right url(test.jpg) }
bg34247 { background: content-box repeat bottom right url(test.jpg) fixed }
bg34248 { background: content-box repeat bottom right url(test.jpg) scroll }
bg34249 { background: content-box repeat scroll none bottom right }
bg34250 { background: content-box repeat scroll bottom right }
bg34251 { background: content-box repeat scroll bottom right none }
bg34252 { background: content-box repeat scroll bottom right url(test.jpg) }
bg34253 { background: content-box repeat scroll url(test.jpg) bottom right }
bg34254 { background: content-box repeat url(test.jpg) fixed bottom right }
bg34255 { background: content-box repeat url(test.jpg) bottom right }
bg34256 { background: content-box repeat url(test.jpg) bottom right fixed }
bg34257 { background: content-box repeat url(test.jpg) bottom right scroll }
bg34258 { background: content-box repeat url(test.jpg) scroll bottom right }
bg34259 { background: content-box repeat-x fixed none bottom right }
bg34260 { background: content-box repeat-x fixed bottom right }
bg34261 { background: content-box repeat-x fixed bottom right none }
bg34262 { background: content-box repeat-x fixed bottom right url(test.jpg) }
bg34263 { background: content-box repeat-x fixed url(test.jpg) bottom right }
bg34264 { background: content-box repeat-x none fixed bottom right }
bg34265 { background: content-box repeat-x none bottom right }
bg34266 { background: content-box repeat-x none bottom right fixed }
bg34267 { background: content-box repeat-x none bottom right scroll }
bg34268 { background: content-box repeat-x none scroll bottom right }
bg34269 { background: content-box repeat-x bottom right }
bg34270 { background: content-box repeat-x bottom right fixed }
bg34271 { background: content-box repeat-x bottom right fixed none }
bg34272 { background: content-box repeat-x bottom right fixed url(test.jpg) }
bg34273 { background: content-box repeat-x bottom right none }
bg34274 { background: content-box repeat-x bottom right none fixed }
bg34275 { background: content-box repeat-x bottom right none scroll }
bg34276 { background: content-box repeat-x bottom right scroll }
bg34277 { background: content-box repeat-x bottom right scroll none }
bg34278 { background: content-box repeat-x bottom right scroll url(test.jpg) }
bg34279 { background: content-box repeat-x bottom right url(test.jpg) }
bg34280 { background: content-box repeat-x bottom right url(test.jpg) fixed }
bg34281 { background: content-box repeat-x bottom right url(test.jpg) scroll }
bg34282 { background: content-box repeat-x scroll none bottom right }
bg34283 { background: content-box repeat-x scroll bottom right }
bg34284 { background: content-box repeat-x scroll bottom right none }
bg34285 { background: content-box repeat-x scroll bottom right url(test.jpg) }
bg34286 { background: content-box repeat-x scroll url(test.jpg) bottom right }
bg34287 { background: content-box repeat-x url(test.jpg) fixed bottom right }
bg34288 { background: content-box repeat-x url(test.jpg) bottom right }
bg34289 { background: content-box repeat-x url(test.jpg) bottom right fixed }
bg34290 { background: content-box repeat-x url(test.jpg) bottom right scroll }
bg34291 { background: content-box repeat-x url(test.jpg) scroll bottom right }
bg34292 { background: content-box repeat-y fixed none bottom right }
bg34293 { background: content-box repeat-y fixed bottom right }
bg34294 { background: content-box repeat-y fixed bottom right none }
bg34295 { background: content-box repeat-y fixed bottom right url(test.jpg) }
bg34296 { background: content-box repeat-y fixed url(test.jpg) bottom right }
bg34297 { background: content-box repeat-y none fixed bottom right }
bg34298 { background: content-box repeat-y none bottom right }
bg34299 { background: content-box repeat-y none bottom right fixed }
bg34300 { background: content-box repeat-y none bottom right scroll }
bg34301 { background: content-box repeat-y none scroll bottom right }
bg34302 { background: content-box repeat-y bottom right }
bg34303 { background: content-box repeat-y bottom right fixed }
bg34304 { background: content-box repeat-y bottom right fixed none }
bg34305 { background: content-box repeat-y bottom right fixed url(test.jpg) }
bg34306 { background: content-box repeat-y bottom right none }
bg34307 { background: content-box repeat-y bottom right none fixed }
bg34308 { background: content-box repeat-y bottom right none scroll }
bg34309 { background: content-box repeat-y bottom right scroll }
bg34310 { background: content-box repeat-y bottom right scroll none }
bg34311 { background: content-box repeat-y bottom right scroll url(test.jpg) }
bg34312 { background: content-box repeat-y bottom right url(test.jpg) }
bg34313 { background: content-box repeat-y bottom right url(test.jpg) fixed }
bg34314 { background: content-box repeat-y bottom right url(test.jpg) scroll }
bg34315 { background: content-box repeat-y scroll none bottom right }
bg34316 { background: content-box repeat-y scroll bottom right }
bg34317 { background: content-box repeat-y scroll bottom right none }
bg34318 { background: content-box repeat-y scroll bottom right url(test.jpg) }
bg34319 { background: content-box repeat-y scroll url(test.jpg) bottom right }
bg34320 { background: content-box repeat-y url(test.jpg) fixed bottom right }
bg34321 { background: content-box repeat-y url(test.jpg) bottom right }
bg34322 { background: content-box repeat-y url(test.jpg) bottom right fixed }
bg34323 { background: content-box repeat-y url(test.jpg) bottom right scroll }
bg34324 { background: content-box repeat-y url(test.jpg) scroll bottom right }
bg34325 { background: content-box bottom right }
bg34326 { background: content-box bottom right fixed }
bg34327 { background: content-box bottom right fixed no-repeat }
bg34328 { background: content-box bottom right fixed no-repeat none }
bg34329 { background: content-box bottom right fixed no-repeat url(test.jpg) }
bg34330 { background: content-box bottom right fixed none }
bg34331 { background: content-box bottom right fixed none no-repeat }
bg34332 { background: content-box bottom right fixed none repeat }
bg34333 { background: content-box bottom right fixed none repeat-x }
bg34334 { background: content-box bottom right fixed none repeat-y }
bg34335 { background: content-box bottom right fixed repeat }
bg34336 { background: content-box bottom right fixed repeat none }
bg34337 { background: content-box bottom right fixed repeat url(test.jpg) }
bg34338 { background: content-box bottom right fixed repeat-x }
bg34339 { background: content-box bottom right fixed repeat-x none }
bg34340 { background: content-box bottom right fixed repeat-x url(test.jpg) }
bg34341 { background: content-box bottom right fixed repeat-y }
bg34342 { background: content-box bottom right fixed repeat-y none }
bg34343 { background: content-box bottom right fixed repeat-y url(test.jpg) }
bg34344 { background: content-box bottom right fixed url(test.jpg) }
bg34345 { background: content-box bottom right fixed url(test.jpg) no-repeat }
bg34346 { background: content-box bottom right fixed url(test.jpg) repeat }
bg34347 { background: content-box bottom right fixed url(test.jpg) repeat-x }
bg34348 { background: content-box bottom right fixed url(test.jpg) repeat-y }
bg34349 { background: content-box bottom right no-repeat }
bg34350 { background: content-box bottom right no-repeat fixed }
bg34351 { background: content-box bottom right no-repeat fixed none }
bg34352 { background: content-box bottom right no-repeat fixed url(test.jpg) }
bg34353 { background: content-box bottom right no-repeat none }
bg34354 { background: content-box bottom right no-repeat none fixed }
bg34355 { background: content-box bottom right no-repeat none scroll }
bg34356 { background: content-box bottom right no-repeat scroll }
bg34357 { background: content-box bottom right no-repeat scroll none }
bg34358 { background: content-box bottom right no-repeat scroll url(test.jpg) }
bg34359 { background: content-box bottom right no-repeat url(test.jpg) }
bg34360 { background: content-box bottom right no-repeat url(test.jpg) fixed }
bg34361 { background: content-box bottom right no-repeat url(test.jpg) scroll }
bg34362 { background: content-box bottom right none }
bg34363 { background: content-box bottom right none fixed }
bg34364 { background: content-box bottom right none fixed no-repeat }
bg34365 { background: content-box bottom right none fixed repeat }
bg34366 { background: content-box bottom right none fixed repeat-x }
bg34367 { background: content-box bottom right none fixed repeat-y }
bg34368 { background: content-box bottom right none no-repeat }
bg34369 { background: content-box bottom right none no-repeat fixed }
bg34370 { background: content-box bottom right none no-repeat scroll }
bg34371 { background: content-box bottom right none repeat }
bg34372 { background: content-box bottom right none repeat fixed }
bg34373 { background: content-box bottom right none repeat scroll }
bg34374 { background: content-box bottom right none repeat-x }
bg34375 { background: content-box bottom right none repeat-x fixed }
bg34376 { background: content-box bottom right none repeat-x scroll }
bg34377 { background: content-box bottom right none repeat-y }
bg34378 { background: content-box bottom right none repeat-y fixed }
bg34379 { background: content-box bottom right none repeat-y scroll }
bg34380 { background: content-box bottom right none scroll }
bg34381 { background: content-box bottom right none scroll no-repeat }
bg34382 { background: content-box bottom right none scroll repeat }
bg34383 { background: content-box bottom right none scroll repeat-x }
bg34384 { background: content-box bottom right none scroll repeat-y }
bg34385 { background: content-box bottom right repeat }
bg34386 { background: content-box bottom right repeat fixed }
bg34387 { background: content-box bottom right repeat fixed none }
bg34388 { background: content-box bottom right repeat fixed url(test.jpg) }
bg34389 { background: content-box bottom right repeat none }
bg34390 { background: content-box bottom right repeat none fixed }
bg34391 { background: content-box bottom right repeat none scroll }
bg34392 { background: content-box bottom right repeat scroll }
bg34393 { background: content-box bottom right repeat scroll none }
bg34394 { background: content-box bottom right repeat scroll url(test.jpg) }
bg34395 { background: content-box bottom right repeat url(test.jpg) }
bg34396 { background: content-box bottom right repeat url(test.jpg) fixed }
bg34397 { background: content-box bottom right repeat url(test.jpg) scroll }
bg34398 { background: content-box bottom right repeat-x }
bg34399 { background: content-box bottom right repeat-x fixed }
bg34400 { background: content-box bottom right repeat-x fixed none }
bg34401 { background: content-box bottom right repeat-x fixed url(test.jpg) }
bg34402 { background: content-box bottom right repeat-x none }
bg34403 { background: content-box bottom right repeat-x none fixed }
bg34404 { background: content-box bottom right repeat-x none scroll }
bg34405 { background: content-box bottom right repeat-x scroll }
bg34406 { background: content-box bottom right repeat-x scroll none }
bg34407 { background: content-box bottom right repeat-x scroll url(test.jpg) }
bg34408 { background: content-box bottom right repeat-x url(test.jpg) }
bg34409 { background: content-box bottom right repeat-x url(test.jpg) fixed }
bg34410 { background: content-box bottom right repeat-x url(test.jpg) scroll }
bg34411 { background: content-box bottom right repeat-y }
bg34412 { background: content-box bottom right repeat-y fixed }
bg34413 { background: content-box bottom right repeat-y fixed none }
bg34414 { background: content-box bottom right repeat-y fixed url(test.jpg) }
bg34415 { background: content-box bottom right repeat-y none }
bg34416 { background: content-box bottom right repeat-y none fixed }
bg34417 { background: content-box bottom right repeat-y none scroll }
bg34418 { background: content-box bottom right repeat-y scroll }
bg34419 { background: content-box bottom right repeat-y scroll none }
bg34420 { background: content-box bottom right repeat-y scroll url(test.jpg) }
bg34421 { background: content-box bottom right repeat-y url(test.jpg) }
bg34422 { background: content-box bottom right repeat-y url(test.jpg) fixed }
bg34423 { background: content-box bottom right repeat-y url(test.jpg) scroll }
bg34424 { background: content-box bottom right scroll }
bg34425 { background: content-box bottom right scroll no-repeat }
bg34426 { background: content-box bottom right scroll no-repeat none }
bg34427 { background: content-box bottom right scroll no-repeat url(test.jpg) }
bg34428 { background: content-box bottom right scroll none }
bg34429 { background: content-box bottom right scroll none no-repeat }
bg34430 { background: content-box bottom right scroll none repeat }
bg34431 { background: content-box bottom right scroll none repeat-x }
bg34432 { background: content-box bottom right scroll none repeat-y }
bg34433 { background: content-box bottom right scroll repeat }
bg34434 { background: content-box bottom right scroll repeat none }
bg34435 { background: content-box bottom right scroll repeat url(test.jpg) }
bg34436 { background: content-box bottom right scroll repeat-x }
bg34437 { background: content-box bottom right scroll repeat-x none }
bg34438 { background: content-box bottom right scroll repeat-x url(test.jpg) }
bg34439 { background: content-box bottom right scroll repeat-y }
bg34440 { background: content-box bottom right scroll repeat-y none }
bg34441 { background: content-box bottom right scroll repeat-y url(test.jpg) }
bg34442 { background: content-box bottom right scroll url(test.jpg) }
bg34443 { background: content-box bottom right scroll url(test.jpg) no-repeat }
bg34444 { background: content-box bottom right scroll url(test.jpg) repeat }
bg34445 { background: content-box bottom right scroll url(test.jpg) repeat-x }
bg34446 { background: content-box bottom right scroll url(test.jpg) repeat-y }
bg34447 { background: content-box bottom right url(test.jpg) }
bg34448 { background: content-box bottom right url(test.jpg) fixed }
bg34449 { background: content-box bottom right url(test.jpg) fixed no-repeat }
bg34450 { background: content-box bottom right url(test.jpg) fixed repeat }
bg34451 { background: content-box bottom right url(test.jpg) fixed repeat-x }
bg34452 { background: content-box bottom right url(test.jpg) fixed repeat-y }
bg34453 { background: content-box bottom right url(test.jpg) no-repeat }
bg34454 { background: content-box bottom right url(test.jpg) no-repeat fixed }
bg34455 { background: content-box bottom right url(test.jpg) no-repeat scroll }
bg34456 { background: content-box bottom right url(test.jpg) repeat }
bg34457 { background: content-box bottom right url(test.jpg) repeat fixed }
bg34458 { background: content-box bottom right url(test.jpg) repeat scroll }
bg34459 { background: content-box bottom right url(test.jpg) repeat-x }
bg34460 { background: content-box bottom right url(test.jpg) repeat-x fixed }
bg34461 { background: content-box bottom right url(test.jpg) repeat-x scroll }
bg34462 { background: content-box bottom right url(test.jpg) repeat-y }
bg34463 { background: content-box bottom right url(test.jpg) repeat-y fixed }
bg34464 { background: content-box bottom right url(test.jpg) repeat-y scroll }
bg34465 { background: content-box bottom right url(test.jpg) scroll }
bg34466 { background: content-box bottom right url(test.jpg) scroll no-repeat }
bg34467 { background: content-box bottom right url(test.jpg) scroll repeat }
bg34468 { background: content-box bottom right url(test.jpg) scroll repeat-x }
bg34469 { background: content-box bottom right url(test.jpg) scroll repeat-y }
bg34470 { background: content-box scroll no-repeat none bottom right }
bg34471 { background: content-box scroll no-repeat bottom right }
bg34472 { background: content-box scroll no-repeat bottom right none }
bg34473 { background: content-box scroll no-repeat bottom right url(test.jpg) }
bg34474 { background: content-box scroll no-repeat url(test.jpg) bottom right }
bg34475 { background: content-box scroll none no-repeat bottom right }
bg34476 { background: content-box scroll none repeat bottom right }
bg34477 { background: content-box scroll none repeat-x bottom right }
bg34478 { background: content-box scroll none repeat-y bottom right }
bg34479 { background: content-box scroll none bottom right }
bg34480 { background: content-box scroll none bottom right no-repeat }
bg34481 { background: content-box scroll none bottom right repeat }
bg34482 { background: content-box scroll none bottom right repeat-x }
bg34483 { background: content-box scroll none bottom right repeat-y }
bg34484 { background: content-box scroll repeat none bottom right }
bg34485 { background: content-box scroll repeat bottom right }
bg34486 { background: content-box scroll repeat bottom right none }
bg34487 { background: content-box scroll repeat bottom right url(test.jpg) }
bg34488 { background: content-box scroll repeat url(test.jpg) bottom right }
bg34489 { background: content-box scroll repeat-x none bottom right }
bg34490 { background: content-box scroll repeat-x bottom right }
bg34491 { background: content-box scroll repeat-x bottom right none }
bg34492 { background: content-box scroll repeat-x bottom right url(test.jpg) }
bg34493 { background: content-box scroll repeat-x url(test.jpg) bottom right }
bg34494 { background: content-box scroll repeat-y none bottom right }
bg34495 { background: content-box scroll repeat-y bottom right }
bg34496 { background: content-box scroll repeat-y bottom right none }
bg34497 { background: content-box scroll repeat-y bottom right url(test.jpg) }
bg34498 { background: content-box scroll repeat-y url(test.jpg) bottom right }
bg34499 { background: content-box scroll bottom right }
bg34500 { background: content-box scroll bottom right no-repeat }
bg34501 { background: content-box scroll bottom right no-repeat none }
bg34502 { background: content-box scroll bottom right no-repeat url(test.jpg) }
bg34503 { background: content-box scroll bottom right none }
bg34504 { background: content-box scroll bottom right none no-repeat }
bg34505 { background: content-box scroll bottom right none repeat }
bg34506 { background: content-box scroll bottom right none repeat-x }
bg34507 { background: content-box scroll bottom right none repeat-y }
bg34508 { background: content-box scroll bottom right repeat }
bg34509 { background: content-box scroll bottom right repeat none }
bg34510 { background: content-box scroll bottom right repeat url(test.jpg) }
bg34511 { background: content-box scroll bottom right repeat-x }
bg34512 { background: content-box scroll bottom right repeat-x none }
bg34513 { background: content-box scroll bottom right repeat-x url(test.jpg) }
bg34514 { background: content-box scroll bottom right repeat-y }
bg34515 { background: content-box scroll bottom right repeat-y none }
bg34516 { background: content-box scroll bottom right repeat-y url(test.jpg) }
bg34517 { background: content-box scroll bottom right url(test.jpg) }
bg34518 { background: content-box scroll bottom right url(test.jpg) no-repeat }
bg34519 { background: content-box scroll bottom right url(test.jpg) repeat }
bg34520 { background: content-box scroll bottom right url(test.jpg) repeat-x }
bg34521 { background: content-box scroll bottom right url(test.jpg) repeat-y }
bg34522 { background: content-box scroll url(test.jpg) no-repeat bottom right }
bg34523 { background: content-box scroll url(test.jpg) repeat bottom right }
bg34524 { background: content-box scroll url(test.jpg) repeat-x bottom right }
bg34525 { background: content-box scroll url(test.jpg) repeat-y bottom right }
bg34526 { background: content-box scroll url(test.jpg) bottom right }
bg34527 { background: content-box scroll url(test.jpg) bottom right no-repeat }
bg34528 { background: content-box scroll url(test.jpg) bottom right repeat }
bg34529 { background: content-box scroll url(test.jpg) bottom right repeat-x }
bg34530 { background: content-box scroll url(test.jpg) bottom right repeat-y }
bg34531 { background: content-box url(test.jpg) fixed no-repeat bottom right }
bg34532 { background: content-box url(test.jpg) fixed repeat bottom right }
bg34533 { background: content-box url(test.jpg) fixed repeat-x bottom right }
bg34534 { background: content-box url(test.jpg) fixed repeat-y bottom right }
bg34535 { background: content-box url(test.jpg) fixed bottom right }
bg34536 { background: content-box url(test.jpg) fixed bottom right no-repeat }
bg34537 { background: content-box url(test.jpg) fixed bottom right repeat }
bg34538 { background: content-box url(test.jpg) fixed bottom right repeat-x }
bg34539 { background: content-box url(test.jpg) fixed bottom right repeat-y }
bg34540 { background: content-box url(test.jpg) no-repeat fixed bottom right }
bg34541 { background: content-box url(test.jpg) no-repeat bottom right }
bg34542 { background: content-box url(test.jpg) no-repeat bottom right fixed }
bg34543 { background: content-box url(test.jpg) no-repeat bottom right scroll }
bg34544 { background: content-box url(test.jpg) no-repeat scroll bottom right }
bg34545 { background: content-box url(test.jpg) repeat fixed bottom right }
bg34546 { background: content-box url(test.jpg) repeat bottom right }
bg34547 { background: content-box url(test.jpg) repeat bottom right fixed }
bg34548 { background: content-box url(test.jpg) repeat bottom right scroll }
bg34549 { background: content-box url(test.jpg) repeat scroll bottom right }
bg34550 { background: content-box url(test.jpg) repeat-x fixed bottom right }
bg34551 { background: content-box url(test.jpg) repeat-x bottom right }
bg34552 { background: content-box url(test.jpg) repeat-x bottom right fixed }
bg34553 { background: content-box url(test.jpg) repeat-x bottom right scroll }
bg34554 { background: content-box url(test.jpg) repeat-x scroll bottom right }
bg34555 { background: content-box url(test.jpg) repeat-y fixed bottom right }
bg34556 { background: content-box url(test.jpg) repeat-y bottom right }
bg34557 { background: content-box url(test.jpg) repeat-y bottom right fixed }
bg34558 { background: content-box url(test.jpg) repeat-y bottom right scroll }
bg34559 { background: content-box url(test.jpg) repeat-y scroll bottom right }
bg34560 { background: content-box url(test.jpg) bottom right }
bg34561 { background: content-box url(test.jpg) bottom right fixed }
bg34562 { background: content-box url(test.jpg) bottom right fixed no-repeat }
bg34563 { background: content-box url(test.jpg) bottom right fixed repeat }
bg34564 { background: content-box url(test.jpg) bottom right fixed repeat-x }
bg34565 { background: content-box url(test.jpg) bottom right fixed repeat-y }
bg34566 { background: content-box url(test.jpg) bottom right no-repeat }
bg34567 { background: content-box url(test.jpg) bottom right no-repeat fixed }
bg34568 { background: content-box url(test.jpg) bottom right no-repeat scroll }
bg34569 { background: content-box url(test.jpg) bottom right repeat }
bg34570 { background: content-box url(test.jpg) bottom right repeat fixed }
bg34571 { background: content-box url(test.jpg) bottom right repeat scroll }
bg34572 { background: content-box url(test.jpg) bottom right repeat-x }
bg34573 { background: content-box url(test.jpg) bottom right repeat-x fixed }
bg34574 { background: content-box url(test.jpg) bottom right repeat-x scroll }
bg34575 { background: content-box url(test.jpg) bottom right repeat-y }
bg34576 { background: content-box url(test.jpg) bottom right repeat-y fixed }
bg34577 { background: content-box url(test.jpg) bottom right repeat-y scroll }
bg34578 { background: content-box url(test.jpg) bottom right scroll }
bg34579 { background: content-box url(test.jpg) bottom right scroll no-repeat }
bg34580 { background: content-box url(test.jpg) bottom right scroll repeat }
bg34581 { background: content-box url(test.jpg) bottom right scroll repeat-x }
bg34582 { background: content-box url(test.jpg) bottom right scroll repeat-y }
bg34583 { background: content-box url(test.jpg) scroll no-repeat bottom right }
bg34584 { background: content-box url(test.jpg) scroll repeat bottom right }
bg34585 { background: content-box url(test.jpg) scroll repeat-x bottom right }
bg34586 { background: content-box url(test.jpg) scroll repeat-y bottom right }
bg34587 { background: content-box url(test.jpg) scroll bottom right }
bg34588 { background: content-box url(test.jpg) scroll bottom right no-repeat }
bg34589 { background: content-box url(test.jpg) scroll bottom right repeat }
bg34590 { background: content-box url(test.jpg) scroll bottom right repeat-x }
bg34591 { background: content-box url(test.jpg) scroll bottom right repeat-y }
bg34592 { background: url(test.jpg) fixed no-repeat bottom right content-box }
bg34593 { background: url(test.jpg) fixed no-repeat content-box bottom right }
bg34594 { background: url(test.jpg) fixed repeat bottom right content-box }
bg34595 { background: url(test.jpg) fixed repeat content-box bottom right }
bg34596 { background: url(test.jpg) fixed repeat-x bottom right content-box }
bg34597 { background: url(test.jpg) fixed repeat-x content-box bottom right }
bg34598 { background: url(test.jpg) fixed repeat-y bottom right content-box }
bg34599 { background: url(test.jpg) fixed repeat-y content-box bottom right }
bg34600 { background: url(test.jpg) fixed bottom right no-repeat content-box }
bg34601 { background: url(test.jpg) fixed bottom right repeat content-box }
bg34602 { background: url(test.jpg) fixed bottom right repeat-x content-box }
bg34603 { background: url(test.jpg) fixed bottom right repeat-y content-box }
bg34604 { background: url(test.jpg) fixed bottom right content-box }
bg34605 { background: url(test.jpg) fixed bottom right content-box no-repeat }
bg34606 { background: url(test.jpg) fixed bottom right content-box repeat }
bg34607 { background: url(test.jpg) fixed bottom right content-box repeat-x }
bg34608 { background: url(test.jpg) fixed bottom right content-box repeat-y }
bg34609 { background: url(test.jpg) fixed content-box no-repeat bottom right }
bg34610 { background: url(test.jpg) fixed content-box repeat bottom right }
bg34611 { background: url(test.jpg) fixed content-box repeat-x bottom right }
bg34612 { background: url(test.jpg) fixed content-box repeat-y bottom right }
bg34613 { background: url(test.jpg) fixed content-box bottom right }
bg34614 { background: url(test.jpg) fixed content-box bottom right no-repeat }
bg34615 { background: url(test.jpg) fixed content-box bottom right repeat }
bg34616 { background: url(test.jpg) fixed content-box bottom right repeat-x }
bg34617 { background: url(test.jpg) fixed content-box bottom right repeat-y }
bg34618 { background: url(test.jpg) no-repeat fixed bottom right content-box }
bg34619 { background: url(test.jpg) no-repeat fixed content-box bottom right }
bg34620 { background: url(test.jpg) no-repeat bottom right fixed content-box }
bg34621 { background: url(test.jpg) no-repeat bottom right scroll content-box }
bg34622 { background: url(test.jpg) no-repeat bottom right content-box }
bg34623 { background: url(test.jpg) no-repeat bottom right content-box fixed }
bg34624 { background: url(test.jpg) no-repeat bottom right content-box scroll }
bg34625 { background: url(test.jpg) no-repeat scroll bottom right content-box }
bg34626 { background: url(test.jpg) no-repeat scroll content-box bottom right }
bg34627 { background: url(test.jpg) no-repeat content-box fixed bottom right }
bg34628 { background: url(test.jpg) no-repeat content-box bottom right }
bg34629 { background: url(test.jpg) no-repeat content-box bottom right fixed }
bg34630 { background: url(test.jpg) no-repeat content-box bottom right scroll }
bg34631 { background: url(test.jpg) no-repeat content-box scroll bottom right }
bg34632 { background: url(test.jpg) repeat fixed bottom right content-box }
bg34633 { background: url(test.jpg) repeat fixed content-box bottom right }
bg34634 { background: url(test.jpg) repeat bottom right fixed content-box }
bg34635 { background: url(test.jpg) repeat bottom right scroll content-box }
bg34636 { background: url(test.jpg) repeat bottom right content-box }
bg34637 { background: url(test.jpg) repeat bottom right content-box fixed }
bg34638 { background: url(test.jpg) repeat bottom right content-box scroll }
bg34639 { background: url(test.jpg) repeat scroll bottom right content-box }
bg34640 { background: url(test.jpg) repeat scroll content-box bottom right }
bg34641 { background: url(test.jpg) repeat content-box fixed bottom right }
bg34642 { background: url(test.jpg) repeat content-box bottom right }
bg34643 { background: url(test.jpg) repeat content-box bottom right fixed }
bg34644 { background: url(test.jpg) repeat content-box bottom right scroll }
bg34645 { background: url(test.jpg) repeat content-box scroll bottom right }
bg34646 { background: url(test.jpg) repeat-x fixed bottom right content-box }
bg34647 { background: url(test.jpg) repeat-x fixed content-box bottom right }
bg34648 { background: url(test.jpg) repeat-x bottom right fixed content-box }
bg34649 { background: url(test.jpg) repeat-x bottom right scroll content-box }
bg34650 { background: url(test.jpg) repeat-x bottom right content-box }
bg34651 { background: url(test.jpg) repeat-x bottom right content-box fixed }
bg34652 { background: url(test.jpg) repeat-x bottom right content-box scroll }
bg34653 { background: url(test.jpg) repeat-x scroll bottom right content-box }
bg34654 { background: url(test.jpg) repeat-x scroll content-box bottom right }
bg34655 { background: url(test.jpg) repeat-x content-box fixed bottom right }
bg34656 { background: url(test.jpg) repeat-x content-box bottom right }
bg34657 { background: url(test.jpg) repeat-x content-box bottom right fixed }
bg34658 { background: url(test.jpg) repeat-x content-box bottom right scroll }
bg34659 { background: url(test.jpg) repeat-x content-box scroll bottom right }
bg34660 { background: url(test.jpg) repeat-y fixed bottom right content-box }
bg34661 { background: url(test.jpg) repeat-y fixed content-box bottom right }
bg34662 { background: url(test.jpg) repeat-y bottom right fixed content-box }
bg34663 { background: url(test.jpg) repeat-y bottom right scroll content-box }
bg34664 { background: url(test.jpg) repeat-y bottom right content-box }
bg34665 { background: url(test.jpg) repeat-y bottom right content-box fixed }
bg34666 { background: url(test.jpg) repeat-y bottom right content-box scroll }
bg34667 { background: url(test.jpg) repeat-y scroll bottom right content-box }
bg34668 { background: url(test.jpg) repeat-y scroll content-box bottom right }
bg34669 { background: url(test.jpg) repeat-y content-box fixed bottom right }
bg34670 { background: url(test.jpg) repeat-y content-box bottom right }
bg34671 { background: url(test.jpg) repeat-y content-box bottom right fixed }
bg34672 { background: url(test.jpg) repeat-y content-box bottom right scroll }
bg34673 { background: url(test.jpg) repeat-y content-box scroll bottom right }
bg34674 { background: url(test.jpg) bottom right fixed no-repeat content-box }
bg34675 { background: url(test.jpg) bottom right fixed repeat content-box }
bg34676 { background: url(test.jpg) bottom right fixed repeat-x content-box }
bg34677 { background: url(test.jpg) bottom right fixed repeat-y content-box }
bg34678 { background: url(test.jpg) bottom right fixed content-box }
bg34679 { background: url(test.jpg) bottom right fixed content-box no-repeat }
bg34680 { background: url(test.jpg) bottom right fixed content-box repeat }
bg34681 { background: url(test.jpg) bottom right fixed content-box repeat-x }
bg34682 { background: url(test.jpg) bottom right fixed content-box repeat-y }
bg34683 { background: url(test.jpg) bottom right no-repeat fixed content-box }
bg34684 { background: url(test.jpg) bottom right no-repeat scroll content-box }
bg34685 { background: url(test.jpg) bottom right no-repeat content-box }
bg34686 { background: url(test.jpg) bottom right no-repeat content-box fixed }
bg34687 { background: url(test.jpg) bottom right no-repeat content-box scroll }
bg34688 { background: url(test.jpg) bottom right repeat fixed content-box }
bg34689 { background: url(test.jpg) bottom right repeat scroll content-box }
bg34690 { background: url(test.jpg) bottom right repeat content-box }
bg34691 { background: url(test.jpg) bottom right repeat content-box fixed }
bg34692 { background: url(test.jpg) bottom right repeat content-box scroll }
bg34693 { background: url(test.jpg) bottom right repeat-x fixed content-box }
bg34694 { background: url(test.jpg) bottom right repeat-x scroll content-box }
bg34695 { background: url(test.jpg) bottom right repeat-x content-box }
bg34696 { background: url(test.jpg) bottom right repeat-x content-box fixed }
bg34697 { background: url(test.jpg) bottom right repeat-x content-box scroll }
bg34698 { background: url(test.jpg) bottom right repeat-y fixed content-box }
bg34699 { background: url(test.jpg) bottom right repeat-y scroll content-box }
bg34700 { background: url(test.jpg) bottom right repeat-y content-box }
bg34701 { background: url(test.jpg) bottom right repeat-y content-box fixed }
bg34702 { background: url(test.jpg) bottom right repeat-y content-box scroll }
bg34703 { background: url(test.jpg) bottom right scroll no-repeat content-box }
bg34704 { background: url(test.jpg) bottom right scroll repeat content-box }
bg34705 { background: url(test.jpg) bottom right scroll repeat-x content-box }
bg34706 { background: url(test.jpg) bottom right scroll repeat-y content-box }
bg34707 { background: url(test.jpg) bottom right scroll content-box }
bg34708 { background: url(test.jpg) bottom right scroll content-box no-repeat }
bg34709 { background: url(test.jpg) bottom right scroll content-box repeat }
bg34710 { background: url(test.jpg) bottom right scroll content-box repeat-x }
bg34711 { background: url(test.jpg) bottom right scroll content-box repeat-y }
bg34712 { background: url(test.jpg) bottom right content-box }
bg34713 { background: url(test.jpg) bottom right content-box fixed }
bg34714 { background: url(test.jpg) bottom right content-box fixed no-repeat }
bg34715 { background: url(test.jpg) bottom right content-box fixed repeat }
bg34716 { background: url(test.jpg) bottom right content-box fixed repeat-x }
bg34717 { background: url(test.jpg) bottom right content-box fixed repeat-y }
bg34718 { background: url(test.jpg) bottom right content-box no-repeat }
bg34719 { background: url(test.jpg) bottom right content-box no-repeat fixed }
bg34720 { background: url(test.jpg) bottom right content-box no-repeat scroll }
bg34721 { background: url(test.jpg) bottom right content-box repeat }
bg34722 { background: url(test.jpg) bottom right content-box repeat fixed }
bg34723 { background: url(test.jpg) bottom right content-box repeat scroll }
bg34724 { background: url(test.jpg) bottom right content-box repeat-x }
bg34725 { background: url(test.jpg) bottom right content-box repeat-x fixed }
bg34726 { background: url(test.jpg) bottom right content-box repeat-x scroll }
bg34727 { background: url(test.jpg) bottom right content-box repeat-y }
bg34728 { background: url(test.jpg) bottom right content-box repeat-y fixed }
bg34729 { background: url(test.jpg) bottom right content-box repeat-y scroll }
bg34730 { background: url(test.jpg) bottom right content-box scroll }
bg34731 { background: url(test.jpg) bottom right content-box scroll no-repeat }
bg34732 { background: url(test.jpg) bottom right content-box scroll repeat }
bg34733 { background: url(test.jpg) bottom right content-box scroll repeat-x }
bg34734 { background: url(test.jpg) bottom right content-box scroll repeat-y }
bg34735 { background: url(test.jpg) scroll no-repeat bottom right content-box }
bg34736 { background: url(test.jpg) scroll no-repeat content-box bottom right }
bg34737 { background: url(test.jpg) scroll repeat bottom right content-box }
bg34738 { background: url(test.jpg) scroll repeat content-box bottom right }
bg34739 { background: url(test.jpg) scroll repeat-x bottom right content-box }
bg34740 { background: url(test.jpg) scroll repeat-x content-box bottom right }
bg34741 { background: url(test.jpg) scroll repeat-y bottom right content-box }
bg34742 { background: url(test.jpg) scroll repeat-y content-box bottom right }
bg34743 { background: url(test.jpg) scroll bottom right no-repeat content-box }
bg34744 { background: url(test.jpg) scroll bottom right repeat content-box }
bg34745 { background: url(test.jpg) scroll bottom right repeat-x content-box }
bg34746 { background: url(test.jpg) scroll bottom right repeat-y content-box }
bg34747 { background: url(test.jpg) scroll bottom right content-box }
bg34748 { background: url(test.jpg) scroll bottom right content-box no-repeat }
bg34749 { background: url(test.jpg) scroll bottom right content-box repeat }
bg34750 { background: url(test.jpg) scroll bottom right content-box repeat-x }
bg34751 { background: url(test.jpg) scroll bottom right content-box repeat-y }
bg34752 { background: url(test.jpg) scroll content-box no-repeat bottom right }
bg34753 { background: url(test.jpg) scroll content-box repeat bottom right }
bg34754 { background: url(test.jpg) scroll content-box repeat-x bottom right }
bg34755 { background: url(test.jpg) scroll content-box repeat-y bottom right }
bg34756 { background: url(test.jpg) scroll content-box bottom right }
bg34757 { background: url(test.jpg) scroll content-box bottom right no-repeat }
bg34758 { background: url(test.jpg) scroll content-box bottom right repeat }
bg34759 { background: url(test.jpg) scroll content-box bottom right repeat-x }
bg34760 { background: url(test.jpg) scroll content-box bottom right repeat-y }
bg34761 { background: url(test.jpg) content-box fixed no-repeat bottom right }
bg34762 { background: url(test.jpg) content-box fixed repeat bottom right }
bg34763 { background: url(test.jpg) content-box fixed repeat-x bottom right }
bg34764 { background: url(test.jpg) content-box fixed repeat-y bottom right }
bg34765 { background: url(test.jpg) content-box fixed bottom right }
bg34766 { background: url(test.jpg) content-box fixed bottom right no-repeat }
bg34767 { background: url(test.jpg) content-box fixed bottom right repeat }
bg34768 { background: url(test.jpg) content-box fixed bottom right repeat-x }
bg34769 { background: url(test.jpg) content-box fixed bottom right repeat-y }
bg34770 { background: url(test.jpg) content-box no-repeat fixed bottom right }
bg34771 { background: url(test.jpg) content-box no-repeat bottom right }
bg34772 { background: url(test.jpg) content-box no-repeat bottom right fixed }
bg34773 { background: url(test.jpg) content-box no-repeat bottom right scroll }
bg34774 { background: url(test.jpg) content-box no-repeat scroll bottom right }
bg34775 { background: url(test.jpg) content-box repeat fixed bottom right }
bg34776 { background: url(test.jpg) content-box repeat bottom right }
bg34777 { background: url(test.jpg) content-box repeat bottom right fixed }
bg34778 { background: url(test.jpg) content-box repeat bottom right scroll }
bg34779 { background: url(test.jpg) content-box repeat scroll bottom right }
bg34780 { background: url(test.jpg) content-box repeat-x fixed bottom right }
bg34781 { background: url(test.jpg) content-box repeat-x bottom right }
bg34782 { background: url(test.jpg) content-box repeat-x bottom right fixed }
bg34783 { background: url(test.jpg) content-box repeat-x bottom right scroll }
bg34784 { background: url(test.jpg) content-box repeat-x scroll bottom right }
bg34785 { background: url(test.jpg) content-box repeat-y fixed bottom right }
bg34786 { background: url(test.jpg) content-box repeat-y bottom right }
bg34787 { background: url(test.jpg) content-box repeat-y bottom right fixed }
bg34788 { background: url(test.jpg) content-box repeat-y bottom right scroll }
bg34789 { background: url(test.jpg) content-box repeat-y scroll bottom right }
bg34790 { background: url(test.jpg) content-box bottom right }
bg34791 { background: url(test.jpg) content-box bottom right fixed }
bg34792 { background: url(test.jpg) content-box bottom right fixed no-repeat }
bg34793 { background: url(test.jpg) content-box bottom right fixed repeat }
bg34794 { background: url(test.jpg) content-box bottom right fixed repeat-x }
bg34795 { background: url(test.jpg) content-box bottom right fixed repeat-y }
bg34796 { background: url(test.jpg) content-box bottom right no-repeat }
bg34797 { background: url(test.jpg) content-box bottom right no-repeat fixed }
bg34798 { background: url(test.jpg) content-box bottom right no-repeat scroll }
bg34799 { background: url(test.jpg) content-box bottom right repeat }
bg34800 { background: url(test.jpg) content-box bottom right repeat fixed }
bg34801 { background: url(test.jpg) content-box bottom right repeat scroll }
bg34802 { background: url(test.jpg) content-box bottom right repeat-x }
bg34803 { background: url(test.jpg) content-box bottom right repeat-x fixed }
bg34804 { background: url(test.jpg) content-box bottom right repeat-x scroll }
bg34805 { background: url(test.jpg) content-box bottom right repeat-y }
bg34806 { background: url(test.jpg) content-box bottom right repeat-y fixed }
bg34807 { background: url(test.jpg) content-box bottom right repeat-y scroll }
bg34808 { background: url(test.jpg) content-box bottom right scroll }
bg34809 { background: url(test.jpg) content-box bottom right scroll no-repeat }
bg34810 { background: url(test.jpg) content-box bottom right scroll repeat }
bg34811 { background: url(test.jpg) content-box bottom right scroll repeat-x }
bg34812 { background: url(test.jpg) content-box bottom right scroll repeat-y }
bg34813 { background: url(test.jpg) content-box scroll no-repeat bottom right }
bg34814 { background: url(test.jpg) content-box scroll repeat bottom right }
bg34815 { background: url(test.jpg) content-box scroll repeat-x bottom right }
bg34816 { background: url(test.jpg) content-box scroll repeat-y bottom right }
bg34817 { background: url(test.jpg) content-box scroll bottom right }
bg34818 { background: url(test.jpg) content-box scroll bottom right no-repeat }
bg34819 { background: url(test.jpg) content-box scroll bottom right repeat }
bg34820 { background: url(test.jpg) content-box scroll bottom right repeat-x }
bg34821 { background: url(test.jpg) content-box scroll bottom right repeat-y }
bg34822 { background: fixed no-repeat none bottom center content-box }
bg34823 { background: fixed no-repeat none content-box bottom center }
bg34824 { background: fixed no-repeat bottom center none content-box }
bg34825 { background: fixed no-repeat bottom center content-box }
bg34826 { background: fixed no-repeat bottom center content-box none }
bg34827 { background: fixed no-repeat bottom center content-box url(test.jpg) }
bg34828 { background: fixed no-repeat bottom center url(test.jpg) content-box }
bg34829 { background: fixed no-repeat content-box none bottom center }
bg34830 { background: fixed no-repeat content-box bottom center }
bg34831 { background: fixed no-repeat content-box bottom center none }
bg34832 { background: fixed no-repeat content-box bottom center url(test.jpg) }
bg34833 { background: fixed no-repeat content-box url(test.jpg) bottom center }
bg34834 { background: fixed no-repeat url(test.jpg) bottom center content-box }
bg34835 { background: fixed no-repeat url(test.jpg) content-box bottom center }
bg34836 { background: fixed none no-repeat bottom center content-box }
bg34837 { background: fixed none no-repeat content-box bottom center }
bg34838 { background: fixed none repeat bottom center content-box }
bg34839 { background: fixed none repeat content-box bottom center }
bg34840 { background: fixed none repeat-x bottom center content-box }
bg34841 { background: fixed none repeat-x content-box bottom center }
bg34842 { background: fixed none repeat-y bottom center content-box }
bg34843 { background: fixed none repeat-y content-box bottom center }
bg34844 { background: fixed none bottom center no-repeat content-box }
bg34845 { background: fixed none bottom center repeat content-box }
bg34846 { background: fixed none bottom center repeat-x content-box }
bg34847 { background: fixed none bottom center repeat-y content-box }
bg34848 { background: fixed none bottom center content-box }
bg34849 { background: fixed none bottom center content-box no-repeat }
bg34850 { background: fixed none bottom center content-box repeat }
bg34851 { background: fixed none bottom center content-box repeat-x }
bg34852 { background: fixed none bottom center content-box repeat-y }
bg34853 { background: fixed none content-box no-repeat bottom center }
bg34854 { background: fixed none content-box repeat bottom center }
bg34855 { background: fixed none content-box repeat-x bottom center }
bg34856 { background: fixed none content-box repeat-y bottom center }
bg34857 { background: fixed none content-box bottom center }
bg34858 { background: fixed none content-box bottom center no-repeat }
bg34859 { background: fixed none content-box bottom center repeat }
bg34860 { background: fixed none content-box bottom center repeat-x }
bg34861 { background: fixed none content-box bottom center repeat-y }
bg34862 { background: fixed repeat none bottom center content-box }
bg34863 { background: fixed repeat none content-box bottom center }
bg34864 { background: fixed repeat bottom center none content-box }
bg34865 { background: fixed repeat bottom center content-box }
bg34866 { background: fixed repeat bottom center content-box none }
bg34867 { background: fixed repeat bottom center content-box url(test.jpg) }
bg34868 { background: fixed repeat bottom center url(test.jpg) content-box }
bg34869 { background: fixed repeat content-box none bottom center }
bg34870 { background: fixed repeat content-box bottom center }
bg34871 { background: fixed repeat content-box bottom center none }
bg34872 { background: fixed repeat content-box bottom center url(test.jpg) }
bg34873 { background: fixed repeat content-box url(test.jpg) bottom center }
bg34874 { background: fixed repeat url(test.jpg) bottom center content-box }
bg34875 { background: fixed repeat url(test.jpg) content-box bottom center }
bg34876 { background: fixed repeat-x none bottom center content-box }
bg34877 { background: fixed repeat-x none content-box bottom center }
bg34878 { background: fixed repeat-x bottom center none content-box }
bg34879 { background: fixed repeat-x bottom center content-box }
bg34880 { background: fixed repeat-x bottom center content-box none }
bg34881 { background: fixed repeat-x bottom center content-box url(test.jpg) }
bg34882 { background: fixed repeat-x bottom center url(test.jpg) content-box }
bg34883 { background: fixed repeat-x content-box none bottom center }
bg34884 { background: fixed repeat-x content-box bottom center }
bg34885 { background: fixed repeat-x content-box bottom center none }
bg34886 { background: fixed repeat-x content-box bottom center url(test.jpg) }
bg34887 { background: fixed repeat-x content-box url(test.jpg) bottom center }
bg34888 { background: fixed repeat-x url(test.jpg) bottom center content-box }
bg34889 { background: fixed repeat-x url(test.jpg) content-box bottom center }
bg34890 { background: fixed repeat-y none bottom center content-box }
bg34891 { background: fixed repeat-y none content-box bottom center }
bg34892 { background: fixed repeat-y bottom center none content-box }
bg34893 { background: fixed repeat-y bottom center content-box }
bg34894 { background: fixed repeat-y bottom center content-box none }
bg34895 { background: fixed repeat-y bottom center content-box url(test.jpg) }
bg34896 { background: fixed repeat-y bottom center url(test.jpg) content-box }
bg34897 { background: fixed repeat-y content-box none bottom center }
bg34898 { background: fixed repeat-y content-box bottom center }
bg34899 { background: fixed repeat-y content-box bottom center none }
bg34900 { background: fixed repeat-y content-box bottom center url(test.jpg) }
bg34901 { background: fixed repeat-y content-box url(test.jpg) bottom center }
bg34902 { background: fixed repeat-y url(test.jpg) bottom center content-box }
bg34903 { background: fixed repeat-y url(test.jpg) content-box bottom center }
bg34904 { background: fixed bottom center no-repeat none content-box }
bg34905 { background: fixed bottom center no-repeat content-box }
bg34906 { background: fixed bottom center no-repeat content-box none }
bg34907 { background: fixed bottom center no-repeat content-box url(test.jpg) }
bg34908 { background: fixed bottom center no-repeat url(test.jpg) content-box }
bg34909 { background: fixed bottom center none no-repeat content-box }
bg34910 { background: fixed bottom center none repeat content-box }
bg34911 { background: fixed bottom center none repeat-x content-box }
bg34912 { background: fixed bottom center none repeat-y content-box }
bg34913 { background: fixed bottom center none content-box }
bg34914 { background: fixed bottom center none content-box no-repeat }
bg34915 { background: fixed bottom center none content-box repeat }
bg34916 { background: fixed bottom center none content-box repeat-x }
bg34917 { background: fixed bottom center none content-box repeat-y }
bg34918 { background: fixed bottom center repeat none content-box }
bg34919 { background: fixed bottom center repeat content-box }
bg34920 { background: fixed bottom center repeat content-box none }
bg34921 { background: fixed bottom center repeat content-box url(test.jpg) }
bg34922 { background: fixed bottom center repeat url(test.jpg) content-box }
bg34923 { background: fixed bottom center repeat-x none content-box }
bg34924 { background: fixed bottom center repeat-x content-box }
bg34925 { background: fixed bottom center repeat-x content-box none }
bg34926 { background: fixed bottom center repeat-x content-box url(test.jpg) }
bg34927 { background: fixed bottom center repeat-x url(test.jpg) content-box }
bg34928 { background: fixed bottom center repeat-y none content-box }
bg34929 { background: fixed bottom center repeat-y content-box }
bg34930 { background: fixed bottom center repeat-y content-box none }
bg34931 { background: fixed bottom center repeat-y content-box url(test.jpg) }
bg34932 { background: fixed bottom center repeat-y url(test.jpg) content-box }
bg34933 { background: fixed bottom center content-box }
bg34934 { background: fixed bottom center content-box no-repeat }
bg34935 { background: fixed bottom center content-box no-repeat none }
bg34936 { background: fixed bottom center content-box no-repeat url(test.jpg) }
bg34937 { background: fixed bottom center content-box none }
bg34938 { background: fixed bottom center content-box none no-repeat }
bg34939 { background: fixed bottom center content-box none repeat }
bg34940 { background: fixed bottom center content-box none repeat-x }
bg34941 { background: fixed bottom center content-box none repeat-y }
bg34942 { background: fixed bottom center content-box repeat }
bg34943 { background: fixed bottom center content-box repeat none }
bg34944 { background: fixed bottom center content-box repeat url(test.jpg) }
bg34945 { background: fixed bottom center content-box repeat-x }
bg34946 { background: fixed bottom center content-box repeat-x none }
bg34947 { background: fixed bottom center content-box repeat-x url(test.jpg) }
bg34948 { background: fixed bottom center content-box repeat-y }
bg34949 { background: fixed bottom center content-box repeat-y none }
bg34950 { background: fixed bottom center content-box repeat-y url(test.jpg) }
bg34951 { background: fixed bottom center content-box url(test.jpg) }
bg34952 { background: fixed bottom center content-box url(test.jpg) no-repeat }
bg34953 { background: fixed bottom center content-box url(test.jpg) repeat }
bg34954 { background: fixed bottom center content-box url(test.jpg) repeat-x }
bg34955 { background: fixed bottom center content-box url(test.jpg) repeat-y }
bg34956 { background: fixed bottom center url(test.jpg) no-repeat content-box }
bg34957 { background: fixed bottom center url(test.jpg) repeat content-box }
bg34958 { background: fixed bottom center url(test.jpg) repeat-x content-box }
bg34959 { background: fixed bottom center url(test.jpg) repeat-y content-box }
bg34960 { background: fixed bottom center url(test.jpg) content-box }
bg34961 { background: fixed bottom center url(test.jpg) content-box no-repeat }
bg34962 { background: fixed bottom center url(test.jpg) content-box repeat }
bg34963 { background: fixed bottom center url(test.jpg) content-box repeat-x }
bg34964 { background: fixed bottom center url(test.jpg) content-box repeat-y }
bg34965 { background: fixed content-box no-repeat none bottom center }
bg34966 { background: fixed content-box no-repeat bottom center }
bg34967 { background: fixed content-box no-repeat bottom center none }
bg34968 { background: fixed content-box no-repeat bottom center url(test.jpg) }
bg34969 { background: fixed content-box no-repeat url(test.jpg) bottom center }
bg34970 { background: fixed content-box none no-repeat bottom center }
bg34971 { background: fixed content-box none repeat bottom center }
bg34972 { background: fixed content-box none repeat-x bottom center }
bg34973 { background: fixed content-box none repeat-y bottom center }
bg34974 { background: fixed content-box none bottom center }
bg34975 { background: fixed content-box none bottom center no-repeat }
bg34976 { background: fixed content-box none bottom center repeat }
bg34977 { background: fixed content-box none bottom center repeat-x }
bg34978 { background: fixed content-box none bottom center repeat-y }
bg34979 { background: fixed content-box repeat none bottom center }
bg34980 { background: fixed content-box repeat bottom center }
bg34981 { background: fixed content-box repeat bottom center none }
bg34982 { background: fixed content-box repeat bottom center url(test.jpg) }
bg34983 { background: fixed content-box repeat url(test.jpg) bottom center }
bg34984 { background: fixed content-box repeat-x none bottom center }
bg34985 { background: fixed content-box repeat-x bottom center }
bg34986 { background: fixed content-box repeat-x bottom center none }
bg34987 { background: fixed content-box repeat-x bottom center url(test.jpg) }
bg34988 { background: fixed content-box repeat-x url(test.jpg) bottom center }
bg34989 { background: fixed content-box repeat-y none bottom center }
bg34990 { background: fixed content-box repeat-y bottom center }
bg34991 { background: fixed content-box repeat-y bottom center none }
bg34992 { background: fixed content-box repeat-y bottom center url(test.jpg) }
bg34993 { background: fixed content-box repeat-y url(test.jpg) bottom center }
bg34994 { background: fixed content-box bottom center }
bg34995 { background: fixed content-box bottom center no-repeat }
bg34996 { background: fixed content-box bottom center no-repeat none }
bg34997 { background: fixed content-box bottom center no-repeat url(test.jpg) }
bg34998 { background: fixed content-box bottom center none }
bg34999 { background: fixed content-box bottom center none no-repeat }
bg35000 { background: fixed content-box bottom center none repeat }
bg35001 { background: fixed content-box bottom center none repeat-x }
bg35002 { background: fixed content-box bottom center none repeat-y }
bg35003 { background: fixed content-box bottom center repeat }
bg35004 { background: fixed content-box bottom center repeat none }
bg35005 { background: fixed content-box bottom center repeat url(test.jpg) }
bg35006 { background: fixed content-box bottom center repeat-x }
bg35007 { background: fixed content-box bottom center repeat-x none }
bg35008 { background: fixed content-box bottom center repeat-x url(test.jpg) }
bg35009 { background: fixed content-box bottom center repeat-y }
bg35010 { background: fixed content-box bottom center repeat-y none }
bg35011 { background: fixed content-box bottom center repeat-y url(test.jpg) }
bg35012 { background: fixed content-box bottom center url(test.jpg) }
bg35013 { background: fixed content-box bottom center url(test.jpg) no-repeat }
bg35014 { background: fixed content-box bottom center url(test.jpg) repeat }
bg35015 { background: fixed content-box bottom center url(test.jpg) repeat-x }
bg35016 { background: fixed content-box bottom center url(test.jpg) repeat-y }
bg35017 { background: fixed content-box url(test.jpg) no-repeat bottom center }
bg35018 { background: fixed content-box url(test.jpg) repeat bottom center }
bg35019 { background: fixed content-box url(test.jpg) repeat-x bottom center }
bg35020 { background: fixed content-box url(test.jpg) repeat-y bottom center }
bg35021 { background: fixed content-box url(test.jpg) bottom center }
bg35022 { background: fixed content-box url(test.jpg) bottom center no-repeat }
bg35023 { background: fixed content-box url(test.jpg) bottom center repeat }
bg35024 { background: fixed content-box url(test.jpg) bottom center repeat-x }
bg35025 { background: fixed content-box url(test.jpg) bottom center repeat-y }
bg35026 { background: fixed url(test.jpg) no-repeat bottom center content-box }
bg35027 { background: fixed url(test.jpg) no-repeat content-box bottom center }
bg35028 { background: fixed url(test.jpg) repeat bottom center content-box }
bg35029 { background: fixed url(test.jpg) repeat content-box bottom center }
bg35030 { background: fixed url(test.jpg) repeat-x bottom center content-box }
bg35031 { background: fixed url(test.jpg) repeat-x content-box bottom center }
bg35032 { background: fixed url(test.jpg) repeat-y bottom center content-box }
bg35033 { background: fixed url(test.jpg) repeat-y content-box bottom center }
bg35034 { background: fixed url(test.jpg) bottom center no-repeat content-box }
bg35035 { background: fixed url(test.jpg) bottom center repeat content-box }
bg35036 { background: fixed url(test.jpg) bottom center repeat-x content-box }
bg35037 { background: fixed url(test.jpg) bottom center repeat-y content-box }
bg35038 { background: fixed url(test.jpg) bottom center content-box }
bg35039 { background: fixed url(test.jpg) bottom center content-box no-repeat }
bg35040 { background: fixed url(test.jpg) bottom center content-box repeat }
bg35041 { background: fixed url(test.jpg) bottom center content-box repeat-x }
bg35042 { background: fixed url(test.jpg) bottom center content-box repeat-y }
bg35043 { background: fixed url(test.jpg) content-box no-repeat bottom center }
bg35044 { background: fixed url(test.jpg) content-box repeat bottom center }
bg35045 { background: fixed url(test.jpg) content-box repeat-x bottom center }
bg35046 { background: fixed url(test.jpg) content-box repeat-y bottom center }
bg35047 { background: fixed url(test.jpg) content-box bottom center }
bg35048 { background: fixed url(test.jpg) content-box bottom center no-repeat }
bg35049 { background: fixed url(test.jpg) content-box bottom center repeat }
bg35050 { background: fixed url(test.jpg) content-box bottom center repeat-x }
bg35051 { background: fixed url(test.jpg) content-box bottom center repeat-y }
bg35052 { background: no-repeat fixed none bottom center content-box }
bg35053 { background: no-repeat fixed none content-box bottom center }
bg35054 { background: no-repeat fixed bottom center none content-box }
bg35055 { background: no-repeat fixed bottom center content-box }
bg35056 { background: no-repeat fixed bottom center content-box none }
bg35057 { background: no-repeat fixed bottom center content-box url(test.jpg) }
bg35058 { background: no-repeat fixed bottom center url(test.jpg) content-box }
bg35059 { background: no-repeat fixed content-box none bottom center }
bg35060 { background: no-repeat fixed content-box bottom center }
bg35061 { background: no-repeat fixed content-box bottom center none }
bg35062 { background: no-repeat fixed content-box bottom center url(test.jpg) }
bg35063 { background: no-repeat fixed content-box url(test.jpg) bottom center }
bg35064 { background: no-repeat fixed url(test.jpg) bottom center content-box }
bg35065 { background: no-repeat fixed url(test.jpg) content-box bottom center }
bg35066 { background: no-repeat none fixed bottom center content-box }
bg35067 { background: no-repeat none fixed content-box bottom center }
bg35068 { background: no-repeat none bottom center fixed content-box }
bg35069 { background: no-repeat none bottom center scroll content-box }
bg35070 { background: no-repeat none bottom center content-box }
bg35071 { background: no-repeat none bottom center content-box fixed }
bg35072 { background: no-repeat none bottom center content-box scroll }
bg35073 { background: no-repeat none scroll bottom center content-box }
bg35074 { background: no-repeat none scroll content-box bottom center }
bg35075 { background: no-repeat none content-box fixed bottom center }
bg35076 { background: no-repeat none content-box bottom center }
bg35077 { background: no-repeat none content-box bottom center fixed }
bg35078 { background: no-repeat none content-box bottom center scroll }
bg35079 { background: no-repeat none content-box scroll bottom center }
bg35080 { background: no-repeat bottom center fixed none content-box }
bg35081 { background: no-repeat bottom center fixed content-box }
bg35082 { background: no-repeat bottom center fixed content-box none }
bg35083 { background: no-repeat bottom center fixed content-box url(test.jpg) }
bg35084 { background: no-repeat bottom center fixed url(test.jpg) content-box }
bg35085 { background: no-repeat bottom center none fixed content-box }
bg35086 { background: no-repeat bottom center none scroll content-box }
bg35087 { background: no-repeat bottom center none content-box }
bg35088 { background: no-repeat bottom center none content-box fixed }
bg35089 { background: no-repeat bottom center none content-box scroll }
bg35090 { background: no-repeat bottom center scroll none content-box }
bg35091 { background: no-repeat bottom center scroll content-box }
bg35092 { background: no-repeat bottom center scroll content-box none }
bg35093 { background: no-repeat bottom center scroll content-box url(test.jpg) }
bg35094 { background: no-repeat bottom center scroll url(test.jpg) content-box }
bg35095 { background: no-repeat bottom center content-box }
bg35096 { background: no-repeat bottom center content-box fixed }
bg35097 { background: no-repeat bottom center content-box fixed none }
bg35098 { background: no-repeat bottom center content-box fixed url(test.jpg) }
bg35099 { background: no-repeat bottom center content-box none }
bg35100 { background: no-repeat bottom center content-box none fixed }
bg35101 { background: no-repeat bottom center content-box none scroll }
bg35102 { background: no-repeat bottom center content-box scroll }
bg35103 { background: no-repeat bottom center content-box scroll none }
bg35104 { background: no-repeat bottom center content-box scroll url(test.jpg) }
bg35105 { background: no-repeat bottom center content-box url(test.jpg) }
bg35106 { background: no-repeat bottom center content-box url(test.jpg) fixed }
bg35107 { background: no-repeat bottom center content-box url(test.jpg) scroll }
bg35108 { background: no-repeat bottom center url(test.jpg) fixed content-box }
bg35109 { background: no-repeat bottom center url(test.jpg) scroll content-box }
bg35110 { background: no-repeat bottom center url(test.jpg) content-box }
bg35111 { background: no-repeat bottom center url(test.jpg) content-box fixed }
bg35112 { background: no-repeat bottom center url(test.jpg) content-box scroll }
bg35113 { background: no-repeat scroll none bottom center content-box }
bg35114 { background: no-repeat scroll none content-box bottom center }
bg35115 { background: no-repeat scroll bottom center none content-box }
bg35116 { background: no-repeat scroll bottom center content-box }
bg35117 { background: no-repeat scroll bottom center content-box none }
bg35118 { background: no-repeat scroll bottom center content-box url(test.jpg) }
bg35119 { background: no-repeat scroll bottom center url(test.jpg) content-box }
bg35120 { background: no-repeat scroll content-box none bottom center }
bg35121 { background: no-repeat scroll content-box bottom center }
bg35122 { background: no-repeat scroll content-box bottom center none }
bg35123 { background: no-repeat scroll content-box bottom center url(test.jpg) }
bg35124 { background: no-repeat scroll content-box url(test.jpg) bottom center }
bg35125 { background: no-repeat scroll url(test.jpg) bottom center content-box }
bg35126 { background: no-repeat scroll url(test.jpg) content-box bottom center }
bg35127 { background: no-repeat content-box fixed none bottom center }
bg35128 { background: no-repeat content-box fixed bottom center }
bg35129 { background: no-repeat content-box fixed bottom center none }
bg35130 { background: no-repeat content-box fixed bottom center url(test.jpg) }
bg35131 { background: no-repeat content-box fixed url(test.jpg) bottom center }
bg35132 { background: no-repeat content-box none fixed bottom center }
bg35133 { background: no-repeat content-box none bottom center }
bg35134 { background: no-repeat content-box none bottom center fixed }
bg35135 { background: no-repeat content-box none bottom center scroll }
bg35136 { background: no-repeat content-box none scroll bottom center }
bg35137 { background: no-repeat content-box bottom center }
bg35138 { background: no-repeat content-box bottom center fixed }
bg35139 { background: no-repeat content-box bottom center fixed none }
bg35140 { background: no-repeat content-box bottom center fixed url(test.jpg) }
bg35141 { background: no-repeat content-box bottom center none }
bg35142 { background: no-repeat content-box bottom center none fixed }
bg35143 { background: no-repeat content-box bottom center none scroll }
bg35144 { background: no-repeat content-box bottom center scroll }
bg35145 { background: no-repeat content-box bottom center scroll none }
bg35146 { background: no-repeat content-box bottom center scroll url(test.jpg) }
bg35147 { background: no-repeat content-box bottom center url(test.jpg) }
bg35148 { background: no-repeat content-box bottom center url(test.jpg) fixed }
bg35149 { background: no-repeat content-box bottom center url(test.jpg) scroll }
bg35150 { background: no-repeat content-box scroll none bottom center }
bg35151 { background: no-repeat content-box scroll bottom center }
bg35152 { background: no-repeat content-box scroll bottom center none }
bg35153 { background: no-repeat content-box scroll bottom center url(test.jpg) }
bg35154 { background: no-repeat content-box scroll url(test.jpg) bottom center }
bg35155 { background: no-repeat content-box url(test.jpg) fixed bottom center }
bg35156 { background: no-repeat content-box url(test.jpg) bottom center }
bg35157 { background: no-repeat content-box url(test.jpg) bottom center fixed }
bg35158 { background: no-repeat content-box url(test.jpg) bottom center scroll }
bg35159 { background: no-repeat content-box url(test.jpg) scroll bottom center }
bg35160 { background: no-repeat url(test.jpg) fixed bottom center content-box }
bg35161 { background: no-repeat url(test.jpg) fixed content-box bottom center }
bg35162 { background: no-repeat url(test.jpg) bottom center fixed content-box }
bg35163 { background: no-repeat url(test.jpg) bottom center scroll content-box }
bg35164 { background: no-repeat url(test.jpg) bottom center content-box }
bg35165 { background: no-repeat url(test.jpg) bottom center content-box fixed }
bg35166 { background: no-repeat url(test.jpg) bottom center content-box scroll }
bg35167 { background: no-repeat url(test.jpg) scroll bottom center content-box }
bg35168 { background: no-repeat url(test.jpg) scroll content-box bottom center }
bg35169 { background: no-repeat url(test.jpg) content-box fixed bottom center }
bg35170 { background: no-repeat url(test.jpg) content-box bottom center }
bg35171 { background: no-repeat url(test.jpg) content-box bottom center fixed }
bg35172 { background: no-repeat url(test.jpg) content-box bottom center scroll }
bg35173 { background: no-repeat url(test.jpg) content-box scroll bottom center }
bg35174 { background: none fixed no-repeat bottom center content-box }
bg35175 { background: none fixed no-repeat content-box bottom center }
bg35176 { background: none fixed repeat bottom center content-box }
bg35177 { background: none fixed repeat content-box bottom center }
bg35178 { background: none fixed repeat-x bottom center content-box }
bg35179 { background: none fixed repeat-x content-box bottom center }
bg35180 { background: none fixed repeat-y bottom center content-box }
bg35181 { background: none fixed repeat-y content-box bottom center }
bg35182 { background: none fixed bottom center no-repeat content-box }
bg35183 { background: none fixed bottom center repeat content-box }
bg35184 { background: none fixed bottom center repeat-x content-box }
bg35185 { background: none fixed bottom center repeat-y content-box }
bg35186 { background: none fixed bottom center content-box }
bg35187 { background: none fixed bottom center content-box no-repeat }
bg35188 { background: none fixed bottom center content-box repeat }
bg35189 { background: none fixed bottom center content-box repeat-x }
bg35190 { background: none fixed bottom center content-box repeat-y }
bg35191 { background: none fixed content-box no-repeat bottom center }
bg35192 { background: none fixed content-box repeat bottom center }
bg35193 { background: none fixed content-box repeat-x bottom center }
bg35194 { background: none fixed content-box repeat-y bottom center }
bg35195 { background: none fixed content-box bottom center }
bg35196 { background: none fixed content-box bottom center no-repeat }
bg35197 { background: none fixed content-box bottom center repeat }
bg35198 { background: none fixed content-box bottom center repeat-x }
bg35199 { background: none fixed content-box bottom center repeat-y }
bg35200 { background: none no-repeat fixed bottom center content-box }
bg35201 { background: none no-repeat fixed content-box bottom center }
bg35202 { background: none no-repeat bottom center fixed content-box }
bg35203 { background: none no-repeat bottom center scroll content-box }
bg35204 { background: none no-repeat bottom center content-box }
bg35205 { background: none no-repeat bottom center content-box fixed }
bg35206 { background: none no-repeat bottom center content-box scroll }
bg35207 { background: none no-repeat scroll bottom center content-box }
bg35208 { background: none no-repeat scroll content-box bottom center }
bg35209 { background: none no-repeat content-box fixed bottom center }
bg35210 { background: none no-repeat content-box bottom center }
bg35211 { background: none no-repeat content-box bottom center fixed }
bg35212 { background: none no-repeat content-box bottom center scroll }
bg35213 { background: none no-repeat content-box scroll bottom center }
bg35214 { background: none repeat fixed bottom center content-box }
bg35215 { background: none repeat fixed content-box bottom center }
bg35216 { background: none repeat bottom center fixed content-box }
bg35217 { background: none repeat bottom center scroll content-box }
bg35218 { background: none repeat bottom center content-box }
bg35219 { background: none repeat bottom center content-box fixed }
bg35220 { background: none repeat bottom center content-box scroll }
bg35221 { background: none repeat scroll bottom center content-box }
bg35222 { background: none repeat scroll content-box bottom center }
bg35223 { background: none repeat content-box fixed bottom center }
bg35224 { background: none repeat content-box bottom center }
bg35225 { background: none repeat content-box bottom center fixed }
bg35226 { background: none repeat content-box bottom center scroll }
bg35227 { background: none repeat content-box scroll bottom center }
bg35228 { background: none repeat-x fixed bottom center content-box }
bg35229 { background: none repeat-x fixed content-box bottom center }
bg35230 { background: none repeat-x bottom center fixed content-box }
bg35231 { background: none repeat-x bottom center scroll content-box }
bg35232 { background: none repeat-x bottom center content-box }
bg35233 { background: none repeat-x bottom center content-box fixed }
bg35234 { background: none repeat-x bottom center content-box scroll }
bg35235 { background: none repeat-x scroll bottom center content-box }
bg35236 { background: none repeat-x scroll content-box bottom center }
bg35237 { background: none repeat-x content-box fixed bottom center }
bg35238 { background: none repeat-x content-box bottom center }
bg35239 { background: none repeat-x content-box bottom center fixed }
bg35240 { background: none repeat-x content-box bottom center scroll }
bg35241 { background: none repeat-x content-box scroll bottom center }
bg35242 { background: none repeat-y fixed bottom center content-box }
bg35243 { background: none repeat-y fixed content-box bottom center }
bg35244 { background: none repeat-y bottom center fixed content-box }
bg35245 { background: none repeat-y bottom center scroll content-box }
bg35246 { background: none repeat-y bottom center content-box }
bg35247 { background: none repeat-y bottom center content-box fixed }
bg35248 { background: none repeat-y bottom center content-box scroll }
bg35249 { background: none repeat-y scroll bottom center content-box }
bg35250 { background: none repeat-y scroll content-box bottom center }
bg35251 { background: none repeat-y content-box fixed bottom center }
bg35252 { background: none repeat-y content-box bottom center }
bg35253 { background: none repeat-y content-box bottom center fixed }
bg35254 { background: none repeat-y content-box bottom center scroll }
bg35255 { background: none repeat-y content-box scroll bottom center }
bg35256 { background: none bottom center fixed no-repeat content-box }
bg35257 { background: none bottom center fixed repeat content-box }
bg35258 { background: none bottom center fixed repeat-x content-box }
bg35259 { background: none bottom center fixed repeat-y content-box }
bg35260 { background: none bottom center fixed content-box }
bg35261 { background: none bottom center fixed content-box no-repeat }
bg35262 { background: none bottom center fixed content-box repeat }
bg35263 { background: none bottom center fixed content-box repeat-x }
bg35264 { background: none bottom center fixed content-box repeat-y }
bg35265 { background: none bottom center no-repeat fixed content-box }
bg35266 { background: none bottom center no-repeat scroll content-box }
bg35267 { background: none bottom center no-repeat content-box }
bg35268 { background: none bottom center no-repeat content-box fixed }
bg35269 { background: none bottom center no-repeat content-box scroll }
bg35270 { background: none bottom center repeat fixed content-box }
bg35271 { background: none bottom center repeat scroll content-box }
bg35272 { background: none bottom center repeat content-box }
bg35273 { background: none bottom center repeat content-box fixed }
bg35274 { background: none bottom center repeat content-box scroll }
bg35275 { background: none bottom center repeat-x fixed content-box }
bg35276 { background: none bottom center repeat-x scroll content-box }
bg35277 { background: none bottom center repeat-x content-box }
bg35278 { background: none bottom center repeat-x content-box fixed }
bg35279 { background: none bottom center repeat-x content-box scroll }
bg35280 { background: none bottom center repeat-y fixed content-box }
bg35281 { background: none bottom center repeat-y scroll content-box }
bg35282 { background: none bottom center repeat-y content-box }
bg35283 { background: none bottom center repeat-y content-box fixed }
bg35284 { background: none bottom center repeat-y content-box scroll }
bg35285 { background: none bottom center scroll no-repeat content-box }
bg35286 { background: none bottom center scroll repeat content-box }
bg35287 { background: none bottom center scroll repeat-x content-box }
bg35288 { background: none bottom center scroll repeat-y content-box }
bg35289 { background: none bottom center scroll content-box }
bg35290 { background: none bottom center scroll content-box no-repeat }
bg35291 { background: none bottom center scroll content-box repeat }
bg35292 { background: none bottom center scroll content-box repeat-x }
bg35293 { background: none bottom center scroll content-box repeat-y }
bg35294 { background: none bottom center content-box }
bg35295 { background: none bottom center content-box fixed }
bg35296 { background: none bottom center content-box fixed no-repeat }
bg35297 { background: none bottom center content-box fixed repeat }
bg35298 { background: none bottom center content-box fixed repeat-x }
bg35299 { background: none bottom center content-box fixed repeat-y }
bg35300 { background: none bottom center content-box no-repeat }
bg35301 { background: none bottom center content-box no-repeat fixed }
bg35302 { background: none bottom center content-box no-repeat scroll }
bg35303 { background: none bottom center content-box repeat }
bg35304 { background: none bottom center content-box repeat fixed }
bg35305 { background: none bottom center content-box repeat scroll }
bg35306 { background: none bottom center content-box repeat-x }
bg35307 { background: none bottom center content-box repeat-x fixed }
bg35308 { background: none bottom center content-box repeat-x scroll }
bg35309 { background: none bottom center content-box repeat-y }
bg35310 { background: none bottom center content-box repeat-y fixed }
bg35311 { background: none bottom center content-box repeat-y scroll }
bg35312 { background: none bottom center content-box scroll }
bg35313 { background: none bottom center content-box scroll no-repeat }
bg35314 { background: none bottom center content-box scroll repeat }
bg35315 { background: none bottom center content-box scroll repeat-x }
bg35316 { background: none bottom center content-box scroll repeat-y }
bg35317 { background: none scroll no-repeat bottom center content-box }
bg35318 { background: none scroll no-repeat content-box bottom center }
bg35319 { background: none scroll repeat bottom center content-box }
bg35320 { background: none scroll repeat content-box bottom center }
bg35321 { background: none scroll repeat-x bottom center content-box }
bg35322 { background: none scroll repeat-x content-box bottom center }
bg35323 { background: none scroll repeat-y bottom center content-box }
bg35324 { background: none scroll repeat-y content-box bottom center }
bg35325 { background: none scroll bottom center no-repeat content-box }
bg35326 { background: none scroll bottom center repeat content-box }
bg35327 { background: none scroll bottom center repeat-x content-box }
bg35328 { background: none scroll bottom center repeat-y content-box }
bg35329 { background: none scroll bottom center content-box }
bg35330 { background: none scroll bottom center content-box no-repeat }
bg35331 { background: none scroll bottom center content-box repeat }
bg35332 { background: none scroll bottom center content-box repeat-x }
bg35333 { background: none scroll bottom center content-box repeat-y }
bg35334 { background: none scroll content-box no-repeat bottom center }
bg35335 { background: none scroll content-box repeat bottom center }
bg35336 { background: none scroll content-box repeat-x bottom center }
bg35337 { background: none scroll content-box repeat-y bottom center }
bg35338 { background: none scroll content-box bottom center }
bg35339 { background: none scroll content-box bottom center no-repeat }
bg35340 { background: none scroll content-box bottom center repeat }
bg35341 { background: none scroll content-box bottom center repeat-x }
bg35342 { background: none scroll content-box bottom center repeat-y }
bg35343 { background: none content-box fixed no-repeat bottom center }
bg35344 { background: none content-box fixed repeat bottom center }
bg35345 { background: none content-box fixed repeat-x bottom center }
bg35346 { background: none content-box fixed repeat-y bottom center }
bg35347 { background: none content-box fixed bottom center }
bg35348 { background: none content-box fixed bottom center no-repeat }
bg35349 { background: none content-box fixed bottom center repeat }
bg35350 { background: none content-box fixed bottom center repeat-x }
bg35351 { background: none content-box fixed bottom center repeat-y }
bg35352 { background: none content-box no-repeat fixed bottom center }
bg35353 { background: none content-box no-repeat bottom center }
bg35354 { background: none content-box no-repeat bottom center fixed }
bg35355 { background: none content-box no-repeat bottom center scroll }
bg35356 { background: none content-box no-repeat scroll bottom center }
bg35357 { background: none content-box repeat fixed bottom center }
bg35358 { background: none content-box repeat bottom center }
bg35359 { background: none content-box repeat bottom center fixed }
bg35360 { background: none content-box repeat bottom center scroll }
bg35361 { background: none content-box repeat scroll bottom center }
bg35362 { background: none content-box repeat-x fixed bottom center }
bg35363 { background: none content-box repeat-x bottom center }
bg35364 { background: none content-box repeat-x bottom center fixed }
bg35365 { background: none content-box repeat-x bottom center scroll }
bg35366 { background: none content-box repeat-x scroll bottom center }
bg35367 { background: none content-box repeat-y fixed bottom center }
bg35368 { background: none content-box repeat-y bottom center }
bg35369 { background: none content-box repeat-y bottom center fixed }
bg35370 { background: none content-box repeat-y bottom center scroll }
bg35371 { background: none content-box repeat-y scroll bottom center }
bg35372 { background: none content-box bottom center }
bg35373 { background: none content-box bottom center fixed }
bg35374 { background: none content-box bottom center fixed no-repeat }
bg35375 { background: none content-box bottom center fixed repeat }
bg35376 { background: none content-box bottom center fixed repeat-x }
bg35377 { background: none content-box bottom center fixed repeat-y }
bg35378 { background: none content-box bottom center no-repeat }
bg35379 { background: none content-box bottom center no-repeat fixed }
bg35380 { background: none content-box bottom center no-repeat scroll }
bg35381 { background: none content-box bottom center repeat }
bg35382 { background: none content-box bottom center repeat fixed }
bg35383 { background: none content-box bottom center repeat scroll }
bg35384 { background: none content-box bottom center repeat-x }
bg35385 { background: none content-box bottom center repeat-x fixed }
bg35386 { background: none content-box bottom center repeat-x scroll }
bg35387 { background: none content-box bottom center repeat-y }
bg35388 { background: none content-box bottom center repeat-y fixed }
bg35389 { background: none content-box bottom center repeat-y scroll }
bg35390 { background: none content-box bottom center scroll }
bg35391 { background: none content-box bottom center scroll no-repeat }
bg35392 { background: none content-box bottom center scroll repeat }
bg35393 { background: none content-box bottom center scroll repeat-x }
bg35394 { background: none content-box bottom center scroll repeat-y }
bg35395 { background: none content-box scroll no-repeat bottom center }
bg35396 { background: none content-box scroll repeat bottom center }
bg35397 { background: none content-box scroll repeat-x bottom center }
bg35398 { background: none content-box scroll repeat-y bottom center }
bg35399 { background: none content-box scroll bottom center }
bg35400 { background: none content-box scroll bottom center no-repeat }
bg35401 { background: none content-box scroll bottom center repeat }
bg35402 { background: none content-box scroll bottom center repeat-x }
bg35403 { background: none content-box scroll bottom center repeat-y }
bg35404 { background: repeat fixed none bottom center content-box }
bg35405 { background: repeat fixed none content-box bottom center }
bg35406 { background: repeat fixed bottom center none content-box }
bg35407 { background: repeat fixed bottom center content-box }
bg35408 { background: repeat fixed bottom center content-box none }
bg35409 { background: repeat fixed bottom center content-box url(test.jpg) }
bg35410 { background: repeat fixed bottom center url(test.jpg) content-box }
bg35411 { background: repeat fixed content-box none bottom center }
bg35412 { background: repeat fixed content-box bottom center }
bg35413 { background: repeat fixed content-box bottom center none }
bg35414 { background: repeat fixed content-box bottom center url(test.jpg) }
bg35415 { background: repeat fixed content-box url(test.jpg) bottom center }
bg35416 { background: repeat fixed url(test.jpg) bottom center content-box }
bg35417 { background: repeat fixed url(test.jpg) content-box bottom center }
bg35418 { background: repeat none fixed bottom center content-box }
bg35419 { background: repeat none fixed content-box bottom center }
bg35420 { background: repeat none bottom center fixed content-box }
bg35421 { background: repeat none bottom center scroll content-box }
bg35422 { background: repeat none bottom center content-box }
bg35423 { background: repeat none bottom center content-box fixed }
bg35424 { background: repeat none bottom center content-box scroll }
bg35425 { background: repeat none scroll bottom center content-box }
bg35426 { background: repeat none scroll content-box bottom center }
bg35427 { background: repeat none content-box fixed bottom center }
bg35428 { background: repeat none content-box bottom center }
bg35429 { background: repeat none content-box bottom center fixed }
bg35430 { background: repeat none content-box bottom center scroll }
bg35431 { background: repeat none content-box scroll bottom center }
bg35432 { background: repeat bottom center fixed none content-box }
bg35433 { background: repeat bottom center fixed content-box }
bg35434 { background: repeat bottom center fixed content-box none }
bg35435 { background: repeat bottom center fixed content-box url(test.jpg) }
bg35436 { background: repeat bottom center fixed url(test.jpg) content-box }
bg35437 { background: repeat bottom center none fixed content-box }
bg35438 { background: repeat bottom center none scroll content-box }
bg35439 { background: repeat bottom center none content-box }
bg35440 { background: repeat bottom center none content-box fixed }
bg35441 { background: repeat bottom center none content-box scroll }
bg35442 { background: repeat bottom center scroll none content-box }
bg35443 { background: repeat bottom center scroll content-box }
bg35444 { background: repeat bottom center scroll content-box none }
bg35445 { background: repeat bottom center scroll content-box url(test.jpg) }
bg35446 { background: repeat bottom center scroll url(test.jpg) content-box }
bg35447 { background: repeat bottom center content-box }
bg35448 { background: repeat bottom center content-box fixed }
bg35449 { background: repeat bottom center content-box fixed none }
bg35450 { background: repeat bottom center content-box fixed url(test.jpg) }
bg35451 { background: repeat bottom center content-box none }
bg35452 { background: repeat bottom center content-box none fixed }
bg35453 { background: repeat bottom center content-box none scroll }
bg35454 { background: repeat bottom center content-box scroll }
bg35455 { background: repeat bottom center content-box scroll none }
bg35456 { background: repeat bottom center content-box scroll url(test.jpg) }
bg35457 { background: repeat bottom center content-box url(test.jpg) }
bg35458 { background: repeat bottom center content-box url(test.jpg) fixed }
bg35459 { background: repeat bottom center content-box url(test.jpg) scroll }
bg35460 { background: repeat bottom center url(test.jpg) fixed content-box }
bg35461 { background: repeat bottom center url(test.jpg) scroll content-box }
bg35462 { background: repeat bottom center url(test.jpg) content-box }
bg35463 { background: repeat bottom center url(test.jpg) content-box fixed }
bg35464 { background: repeat bottom center url(test.jpg) content-box scroll }
bg35465 { background: repeat scroll none bottom center content-box }
bg35466 { background: repeat scroll none content-box bottom center }
bg35467 { background: repeat scroll bottom center none content-box }
bg35468 { background: repeat scroll bottom center content-box }
bg35469 { background: repeat scroll bottom center content-box none }
bg35470 { background: repeat scroll bottom center content-box url(test.jpg) }
bg35471 { background: repeat scroll bottom center url(test.jpg) content-box }
bg35472 { background: repeat scroll content-box none bottom center }
bg35473 { background: repeat scroll content-box bottom center }
bg35474 { background: repeat scroll content-box bottom center none }
bg35475 { background: repeat scroll content-box bottom center url(test.jpg) }
bg35476 { background: repeat scroll content-box url(test.jpg) bottom center }
bg35477 { background: repeat scroll url(test.jpg) bottom center content-box }
bg35478 { background: repeat scroll url(test.jpg) content-box bottom center }
bg35479 { background: repeat content-box fixed none bottom center }
bg35480 { background: repeat content-box fixed bottom center }
bg35481 { background: repeat content-box fixed bottom center none }
bg35482 { background: repeat content-box fixed bottom center url(test.jpg) }
bg35483 { background: repeat content-box fixed url(test.jpg) bottom center }
bg35484 { background: repeat content-box none fixed bottom center }
bg35485 { background: repeat content-box none bottom center }
bg35486 { background: repeat content-box none bottom center fixed }
bg35487 { background: repeat content-box none bottom center scroll }
bg35488 { background: repeat content-box none scroll bottom center }
bg35489 { background: repeat content-box bottom center }
bg35490 { background: repeat content-box bottom center fixed }
bg35491 { background: repeat content-box bottom center fixed none }
bg35492 { background: repeat content-box bottom center fixed url(test.jpg) }
bg35493 { background: repeat content-box bottom center none }
bg35494 { background: repeat content-box bottom center none fixed }
bg35495 { background: repeat content-box bottom center none scroll }
bg35496 { background: repeat content-box bottom center scroll }
bg35497 { background: repeat content-box bottom center scroll none }
bg35498 { background: repeat content-box bottom center scroll url(test.jpg) }
bg35499 { background: repeat content-box bottom center url(test.jpg) }
bg35500 { background: repeat content-box bottom center url(test.jpg) fixed }
bg35501 { background: repeat content-box bottom center url(test.jpg) scroll }
bg35502 { background: repeat content-box scroll none bottom center }
bg35503 { background: repeat content-box scroll bottom center }
bg35504 { background: repeat content-box scroll bottom center none }
bg35505 { background: repeat content-box scroll bottom center url(test.jpg) }
bg35506 { background: repeat content-box scroll url(test.jpg) bottom center }
bg35507 { background: repeat content-box url(test.jpg) fixed bottom center }
bg35508 { background: repeat content-box url(test.jpg) bottom center }
bg35509 { background: repeat content-box url(test.jpg) bottom center fixed }
bg35510 { background: repeat content-box url(test.jpg) bottom center scroll }
bg35511 { background: repeat content-box url(test.jpg) scroll bottom center }
bg35512 { background: repeat url(test.jpg) fixed bottom center content-box }
bg35513 { background: repeat url(test.jpg) fixed content-box bottom center }
bg35514 { background: repeat url(test.jpg) bottom center fixed content-box }
bg35515 { background: repeat url(test.jpg) bottom center scroll content-box }
bg35516 { background: repeat url(test.jpg) bottom center content-box }
bg35517 { background: repeat url(test.jpg) bottom center content-box fixed }
bg35518 { background: repeat url(test.jpg) bottom center content-box scroll }
bg35519 { background: repeat url(test.jpg) scroll bottom center content-box }
bg35520 { background: repeat url(test.jpg) scroll content-box bottom center }
bg35521 { background: repeat url(test.jpg) content-box fixed bottom center }
bg35522 { background: repeat url(test.jpg) content-box bottom center }
bg35523 { background: repeat url(test.jpg) content-box bottom center fixed }
bg35524 { background: repeat url(test.jpg) content-box bottom center scroll }
bg35525 { background: repeat url(test.jpg) content-box scroll bottom center }
bg35526 { background: repeat-x fixed none bottom center content-box }
bg35527 { background: repeat-x fixed none content-box bottom center }
bg35528 { background: repeat-x fixed bottom center none content-box }
bg35529 { background: repeat-x fixed bottom center content-box }
bg35530 { background: repeat-x fixed bottom center content-box none }
bg35531 { background: repeat-x fixed bottom center content-box url(test.jpg) }
bg35532 { background: repeat-x fixed bottom center url(test.jpg) content-box }
bg35533 { background: repeat-x fixed content-box none bottom center }
bg35534 { background: repeat-x fixed content-box bottom center }
bg35535 { background: repeat-x fixed content-box bottom center none }
bg35536 { background: repeat-x fixed content-box bottom center url(test.jpg) }
bg35537 { background: repeat-x fixed content-box url(test.jpg) bottom center }
bg35538 { background: repeat-x fixed url(test.jpg) bottom center content-box }
bg35539 { background: repeat-x fixed url(test.jpg) content-box bottom center }
bg35540 { background: repeat-x none fixed bottom center content-box }
bg35541 { background: repeat-x none fixed content-box bottom center }
bg35542 { background: repeat-x none bottom center fixed content-box }
bg35543 { background: repeat-x none bottom center scroll content-box }
bg35544 { background: repeat-x none bottom center content-box }
bg35545 { background: repeat-x none bottom center content-box fixed }
bg35546 { background: repeat-x none bottom center content-box scroll }
bg35547 { background: repeat-x none scroll bottom center content-box }
bg35548 { background: repeat-x none scroll content-box bottom center }
bg35549 { background: repeat-x none content-box fixed bottom center }
bg35550 { background: repeat-x none content-box bottom center }
bg35551 { background: repeat-x none content-box bottom center fixed }
bg35552 { background: repeat-x none content-box bottom center scroll }
bg35553 { background: repeat-x none content-box scroll bottom center }
bg35554 { background: repeat-x bottom center fixed none content-box }
bg35555 { background: repeat-x bottom center fixed content-box }
bg35556 { background: repeat-x bottom center fixed content-box none }
bg35557 { background: repeat-x bottom center fixed content-box url(test.jpg) }
bg35558 { background: repeat-x bottom center fixed url(test.jpg) content-box }
bg35559 { background: repeat-x bottom center none fixed content-box }
bg35560 { background: repeat-x bottom center none scroll content-box }
bg35561 { background: repeat-x bottom center none content-box }
bg35562 { background: repeat-x bottom center none content-box fixed }
bg35563 { background: repeat-x bottom center none content-box scroll }
bg35564 { background: repeat-x bottom center scroll none content-box }
bg35565 { background: repeat-x bottom center scroll content-box }
bg35566 { background: repeat-x bottom center scroll content-box none }
bg35567 { background: repeat-x bottom center scroll content-box url(test.jpg) }
bg35568 { background: repeat-x bottom center scroll url(test.jpg) content-box }
bg35569 { background: repeat-x bottom center content-box }
bg35570 { background: repeat-x bottom center content-box fixed }
bg35571 { background: repeat-x bottom center content-box fixed none }
bg35572 { background: repeat-x bottom center content-box fixed url(test.jpg) }
bg35573 { background: repeat-x bottom center content-box none }
bg35574 { background: repeat-x bottom center content-box none fixed }
bg35575 { background: repeat-x bottom center content-box none scroll }
bg35576 { background: repeat-x bottom center content-box scroll }
bg35577 { background: repeat-x bottom center content-box scroll none }
bg35578 { background: repeat-x bottom center content-box scroll url(test.jpg) }
bg35579 { background: repeat-x bottom center content-box url(test.jpg) }
bg35580 { background: repeat-x bottom center content-box url(test.jpg) fixed }
bg35581 { background: repeat-x bottom center content-box url(test.jpg) scroll }
bg35582 { background: repeat-x bottom center url(test.jpg) fixed content-box }
bg35583 { background: repeat-x bottom center url(test.jpg) scroll content-box }
bg35584 { background: repeat-x bottom center url(test.jpg) content-box }
bg35585 { background: repeat-x bottom center url(test.jpg) content-box fixed }
bg35586 { background: repeat-x bottom center url(test.jpg) content-box scroll }
bg35587 { background: repeat-x scroll none bottom center content-box }
bg35588 { background: repeat-x scroll none content-box bottom center }
bg35589 { background: repeat-x scroll bottom center none content-box }
bg35590 { background: repeat-x scroll bottom center content-box }
bg35591 { background: repeat-x scroll bottom center content-box none }
bg35592 { background: repeat-x scroll bottom center content-box url(test.jpg) }
bg35593 { background: repeat-x scroll bottom center url(test.jpg) content-box }
bg35594 { background: repeat-x scroll content-box none bottom center }
bg35595 { background: repeat-x scroll content-box bottom center }
bg35596 { background: repeat-x scroll content-box bottom center none }
bg35597 { background: repeat-x scroll content-box bottom center url(test.jpg) }
bg35598 { background: repeat-x scroll content-box url(test.jpg) bottom center }
bg35599 { background: repeat-x scroll url(test.jpg) bottom center content-box }
bg35600 { background: repeat-x scroll url(test.jpg) content-box bottom center }
bg35601 { background: repeat-x content-box fixed none bottom center }
bg35602 { background: repeat-x content-box fixed bottom center }
bg35603 { background: repeat-x content-box fixed bottom center none }
bg35604 { background: repeat-x content-box fixed bottom center url(test.jpg) }
bg35605 { background: repeat-x content-box fixed url(test.jpg) bottom center }
bg35606 { background: repeat-x content-box none fixed bottom center }
bg35607 { background: repeat-x content-box none bottom center }
bg35608 { background: repeat-x content-box none bottom center fixed }
bg35609 { background: repeat-x content-box none bottom center scroll }
bg35610 { background: repeat-x content-box none scroll bottom center }
bg35611 { background: repeat-x content-box bottom center }
bg35612 { background: repeat-x content-box bottom center fixed }
bg35613 { background: repeat-x content-box bottom center fixed none }
bg35614 { background: repeat-x content-box bottom center fixed url(test.jpg) }
bg35615 { background: repeat-x content-box bottom center none }
bg35616 { background: repeat-x content-box bottom center none fixed }
bg35617 { background: repeat-x content-box bottom center none scroll }
bg35618 { background: repeat-x content-box bottom center scroll }
bg35619 { background: repeat-x content-box bottom center scroll none }
bg35620 { background: repeat-x content-box bottom center scroll url(test.jpg) }
bg35621 { background: repeat-x content-box bottom center url(test.jpg) }
bg35622 { background: repeat-x content-box bottom center url(test.jpg) fixed }
bg35623 { background: repeat-x content-box bottom center url(test.jpg) scroll }
bg35624 { background: repeat-x content-box scroll none bottom center }
bg35625 { background: repeat-x content-box scroll bottom center }
bg35626 { background: repeat-x content-box scroll bottom center none }
bg35627 { background: repeat-x content-box scroll bottom center url(test.jpg) }
bg35628 { background: repeat-x content-box scroll url(test.jpg) bottom center }
bg35629 { background: repeat-x content-box url(test.jpg) fixed bottom center }
bg35630 { background: repeat-x content-box url(test.jpg) bottom center }
bg35631 { background: repeat-x content-box url(test.jpg) bottom center fixed }
bg35632 { background: repeat-x content-box url(test.jpg) bottom center scroll }
bg35633 { background: repeat-x content-box url(test.jpg) scroll bottom center }
bg35634 { background: repeat-x url(test.jpg) fixed bottom center content-box }
bg35635 { background: repeat-x url(test.jpg) fixed content-box bottom center }
bg35636 { background: repeat-x url(test.jpg) bottom center fixed content-box }
bg35637 { background: repeat-x url(test.jpg) bottom center scroll content-box }
bg35638 { background: repeat-x url(test.jpg) bottom center content-box }
bg35639 { background: repeat-x url(test.jpg) bottom center content-box fixed }
bg35640 { background: repeat-x url(test.jpg) bottom center content-box scroll }
bg35641 { background: repeat-x url(test.jpg) scroll bottom center content-box }
bg35642 { background: repeat-x url(test.jpg) scroll content-box bottom center }
bg35643 { background: repeat-x url(test.jpg) content-box fixed bottom center }
bg35644 { background: repeat-x url(test.jpg) content-box bottom center }
bg35645 { background: repeat-x url(test.jpg) content-box bottom center fixed }
bg35646 { background: repeat-x url(test.jpg) content-box bottom center scroll }
bg35647 { background: repeat-x url(test.jpg) content-box scroll bottom center }
bg35648 { background: repeat-y fixed none bottom center content-box }
bg35649 { background: repeat-y fixed none content-box bottom center }
bg35650 { background: repeat-y fixed bottom center none content-box }
bg35651 { background: repeat-y fixed bottom center content-box }
bg35652 { background: repeat-y fixed bottom center content-box none }
bg35653 { background: repeat-y fixed bottom center content-box url(test.jpg) }
bg35654 { background: repeat-y fixed bottom center url(test.jpg) content-box }
bg35655 { background: repeat-y fixed content-box none bottom center }
bg35656 { background: repeat-y fixed content-box bottom center }
bg35657 { background: repeat-y fixed content-box bottom center none }
bg35658 { background: repeat-y fixed content-box bottom center url(test.jpg) }
bg35659 { background: repeat-y fixed content-box url(test.jpg) bottom center }
bg35660 { background: repeat-y fixed url(test.jpg) bottom center content-box }
bg35661 { background: repeat-y fixed url(test.jpg) content-box bottom center }
bg35662 { background: repeat-y none fixed bottom center content-box }
bg35663 { background: repeat-y none fixed content-box bottom center }
bg35664 { background: repeat-y none bottom center fixed content-box }
bg35665 { background: repeat-y none bottom center scroll content-box }
bg35666 { background: repeat-y none bottom center content-box }
bg35667 { background: repeat-y none bottom center content-box fixed }
bg35668 { background: repeat-y none bottom center content-box scroll }
bg35669 { background: repeat-y none scroll bottom center content-box }
bg35670 { background: repeat-y none scroll content-box bottom center }
bg35671 { background: repeat-y none content-box fixed bottom center }
bg35672 { background: repeat-y none content-box bottom center }
bg35673 { background: repeat-y none content-box bottom center fixed }
bg35674 { background: repeat-y none content-box bottom center scroll }
bg35675 { background: repeat-y none content-box scroll bottom center }
bg35676 { background: repeat-y bottom center fixed none content-box }
bg35677 { background: repeat-y bottom center fixed content-box }
bg35678 { background: repeat-y bottom center fixed content-box none }
bg35679 { background: repeat-y bottom center fixed content-box url(test.jpg) }
bg35680 { background: repeat-y bottom center fixed url(test.jpg) content-box }
bg35681 { background: repeat-y bottom center none fixed content-box }
bg35682 { background: repeat-y bottom center none scroll content-box }
bg35683 { background: repeat-y bottom center none content-box }
bg35684 { background: repeat-y bottom center none content-box fixed }
bg35685 { background: repeat-y bottom center none content-box scroll }
bg35686 { background: repeat-y bottom center scroll none content-box }
bg35687 { background: repeat-y bottom center scroll content-box }
bg35688 { background: repeat-y bottom center scroll content-box none }
bg35689 { background: repeat-y bottom center scroll content-box url(test.jpg) }
bg35690 { background: repeat-y bottom center scroll url(test.jpg) content-box }
bg35691 { background: repeat-y bottom center content-box }
bg35692 { background: repeat-y bottom center content-box fixed }
bg35693 { background: repeat-y bottom center content-box fixed none }
bg35694 { background: repeat-y bottom center content-box fixed url(test.jpg) }
bg35695 { background: repeat-y bottom center content-box none }
bg35696 { background: repeat-y bottom center content-box none fixed }
bg35697 { background: repeat-y bottom center content-box none scroll }
bg35698 { background: repeat-y bottom center content-box scroll }
bg35699 { background: repeat-y bottom center content-box scroll none }
bg35700 { background: repeat-y bottom center content-box scroll url(test.jpg) }
bg35701 { background: repeat-y bottom center content-box url(test.jpg) }
bg35702 { background: repeat-y bottom center content-box url(test.jpg) fixed }
bg35703 { background: repeat-y bottom center content-box url(test.jpg) scroll }
bg35704 { background: repeat-y bottom center url(test.jpg) fixed content-box }
bg35705 { background: repeat-y bottom center url(test.jpg) scroll content-box }
bg35706 { background: repeat-y bottom center url(test.jpg) content-box }
bg35707 { background: repeat-y bottom center url(test.jpg) content-box fixed }
bg35708 { background: repeat-y bottom center url(test.jpg) content-box scroll }
bg35709 { background: repeat-y scroll none bottom center content-box }
bg35710 { background: repeat-y scroll none content-box bottom center }
bg35711 { background: repeat-y scroll bottom center none content-box }
bg35712 { background: repeat-y scroll bottom center content-box }
bg35713 { background: repeat-y scroll bottom center content-box none }
bg35714 { background: repeat-y scroll bottom center content-box url(test.jpg) }
bg35715 { background: repeat-y scroll bottom center url(test.jpg) content-box }
bg35716 { background: repeat-y scroll content-box none bottom center }
bg35717 { background: repeat-y scroll content-box bottom center }
bg35718 { background: repeat-y scroll content-box bottom center none }
bg35719 { background: repeat-y scroll content-box bottom center url(test.jpg) }
bg35720 { background: repeat-y scroll content-box url(test.jpg) bottom center }
bg35721 { background: repeat-y scroll url(test.jpg) bottom center content-box }
bg35722 { background: repeat-y scroll url(test.jpg) content-box bottom center }
bg35723 { background: repeat-y content-box fixed none bottom center }
bg35724 { background: repeat-y content-box fixed bottom center }
bg35725 { background: repeat-y content-box fixed bottom center none }
bg35726 { background: repeat-y content-box fixed bottom center url(test.jpg) }
bg35727 { background: repeat-y content-box fixed url(test.jpg) bottom center }
bg35728 { background: repeat-y content-box none fixed bottom center }
bg35729 { background: repeat-y content-box none bottom center }
bg35730 { background: repeat-y content-box none bottom center fixed }
bg35731 { background: repeat-y content-box none bottom center scroll }
bg35732 { background: repeat-y content-box none scroll bottom center }
bg35733 { background: repeat-y content-box bottom center }
bg35734 { background: repeat-y content-box bottom center fixed }
bg35735 { background: repeat-y content-box bottom center fixed none }
bg35736 { background: repeat-y content-box bottom center fixed url(test.jpg) }
bg35737 { background: repeat-y content-box bottom center none }
bg35738 { background: repeat-y content-box bottom center none fixed }
bg35739 { background: repeat-y content-box bottom center none scroll }
bg35740 { background: repeat-y content-box bottom center scroll }
bg35741 { background: repeat-y content-box bottom center scroll none }
bg35742 { background: repeat-y content-box bottom center scroll url(test.jpg) }
bg35743 { background: repeat-y content-box bottom center url(test.jpg) }
bg35744 { background: repeat-y content-box bottom center url(test.jpg) fixed }
bg35745 { background: repeat-y content-box bottom center url(test.jpg) scroll }
bg35746 { background: repeat-y content-box scroll none bottom center }
bg35747 { background: repeat-y content-box scroll bottom center }
bg35748 { background: repeat-y content-box scroll bottom center none }
bg35749 { background: repeat-y content-box scroll bottom center url(test.jpg) }
bg35750 { background: repeat-y content-box scroll url(test.jpg) bottom center }
bg35751 { background: repeat-y content-box url(test.jpg) fixed bottom center }
bg35752 { background: repeat-y content-box url(test.jpg) bottom center }
bg35753 { background: repeat-y content-box url(test.jpg) bottom center fixed }
bg35754 { background: repeat-y content-box url(test.jpg) bottom center scroll }
bg35755 { background: repeat-y content-box url(test.jpg) scroll bottom center }
bg35756 { background: repeat-y url(test.jpg) fixed bottom center content-box }
bg35757 { background: repeat-y url(test.jpg) fixed content-box bottom center }
bg35758 { background: repeat-y url(test.jpg) bottom center fixed content-box }
bg35759 { background: repeat-y url(test.jpg) bottom center scroll content-box }
bg35760 { background: repeat-y url(test.jpg) bottom center content-box }
bg35761 { background: repeat-y url(test.jpg) bottom center content-box fixed }
bg35762 { background: repeat-y url(test.jpg) bottom center content-box scroll }
bg35763 { background: repeat-y url(test.jpg) scroll bottom center content-box }
bg35764 { background: repeat-y url(test.jpg) scroll content-box bottom center }
bg35765 { background: repeat-y url(test.jpg) content-box fixed bottom center }
bg35766 { background: repeat-y url(test.jpg) content-box bottom center }
bg35767 { background: repeat-y url(test.jpg) content-box bottom center fixed }
bg35768 { background: repeat-y url(test.jpg) content-box bottom center scroll }
bg35769 { background: repeat-y url(test.jpg) content-box scroll bottom center }
bg35770 { background: bottom center fixed no-repeat none content-box }
bg35771 { background: bottom center fixed no-repeat content-box }
bg35772 { background: bottom center fixed no-repeat content-box none }
bg35773 { background: bottom center fixed no-repeat content-box url(test.jpg) }
bg35774 { background: bottom center fixed no-repeat url(test.jpg) content-box }
bg35775 { background: bottom center fixed none no-repeat content-box }
bg35776 { background: bottom center fixed none repeat content-box }
bg35777 { background: bottom center fixed none repeat-x content-box }
bg35778 { background: bottom center fixed none repeat-y content-box }
bg35779 { background: bottom center fixed none content-box }
bg35780 { background: bottom center fixed none content-box no-repeat }
bg35781 { background: bottom center fixed none content-box repeat }
bg35782 { background: bottom center fixed none content-box repeat-x }
bg35783 { background: bottom center fixed none content-box repeat-y }
bg35784 { background: bottom center fixed repeat none content-box }
bg35785 { background: bottom center fixed repeat content-box }
bg35786 { background: bottom center fixed repeat content-box none }
bg35787 { background: bottom center fixed repeat content-box url(test.jpg) }
bg35788 { background: bottom center fixed repeat url(test.jpg) content-box }
bg35789 { background: bottom center fixed repeat-x none content-box }
bg35790 { background: bottom center fixed repeat-x content-box }
bg35791 { background: bottom center fixed repeat-x content-box none }
bg35792 { background: bottom center fixed repeat-x content-box url(test.jpg) }
bg35793 { background: bottom center fixed repeat-x url(test.jpg) content-box }
bg35794 { background: bottom center fixed repeat-y none content-box }
bg35795 { background: bottom center fixed repeat-y content-box }
bg35796 { background: bottom center fixed repeat-y content-box none }
bg35797 { background: bottom center fixed repeat-y content-box url(test.jpg) }
bg35798 { background: bottom center fixed repeat-y url(test.jpg) content-box }
bg35799 { background: bottom center fixed content-box }
bg35800 { background: bottom center fixed content-box no-repeat }
bg35801 { background: bottom center fixed content-box no-repeat none }
bg35802 { background: bottom center fixed content-box no-repeat url(test.jpg) }
bg35803 { background: bottom center fixed content-box none }
bg35804 { background: bottom center fixed content-box none no-repeat }
bg35805 { background: bottom center fixed content-box none repeat }
bg35806 { background: bottom center fixed content-box none repeat-x }
bg35807 { background: bottom center fixed content-box none repeat-y }
bg35808 { background: bottom center fixed content-box repeat }
bg35809 { background: bottom center fixed content-box repeat none }
bg35810 { background: bottom center fixed content-box repeat url(test.jpg) }
bg35811 { background: bottom center fixed content-box repeat-x }
bg35812 { background: bottom center fixed content-box repeat-x none }
bg35813 { background: bottom center fixed content-box repeat-x url(test.jpg) }
bg35814 { background: bottom center fixed content-box repeat-y }
bg35815 { background: bottom center fixed content-box repeat-y none }
bg35816 { background: bottom center fixed content-box repeat-y url(test.jpg) }
bg35817 { background: bottom center fixed content-box url(test.jpg) }
bg35818 { background: bottom center fixed content-box url(test.jpg) no-repeat }
bg35819 { background: bottom center fixed content-box url(test.jpg) repeat }
bg35820 { background: bottom center fixed content-box url(test.jpg) repeat-x }
bg35821 { background: bottom center fixed content-box url(test.jpg) repeat-y }
bg35822 { background: bottom center fixed url(test.jpg) no-repeat content-box }
bg35823 { background: bottom center fixed url(test.jpg) repeat content-box }
bg35824 { background: bottom center fixed url(test.jpg) repeat-x content-box }
bg35825 { background: bottom center fixed url(test.jpg) repeat-y content-box }
bg35826 { background: bottom center fixed url(test.jpg) content-box }
bg35827 { background: bottom center fixed url(test.jpg) content-box no-repeat }
bg35828 { background: bottom center fixed url(test.jpg) content-box repeat }
bg35829 { background: bottom center fixed url(test.jpg) content-box repeat-x }
bg35830 { background: bottom center fixed url(test.jpg) content-box repeat-y }
bg35831 { background: bottom center no-repeat fixed none content-box }
bg35832 { background: bottom center no-repeat fixed content-box }
bg35833 { background: bottom center no-repeat fixed content-box none }
bg35834 { background: bottom center no-repeat fixed content-box url(test.jpg) }
bg35835 { background: bottom center no-repeat fixed url(test.jpg) content-box }
bg35836 { background: bottom center no-repeat none fixed content-box }
bg35837 { background: bottom center no-repeat none scroll content-box }
bg35838 { background: bottom center no-repeat none content-box }
bg35839 { background: bottom center no-repeat none content-box fixed }
bg35840 { background: bottom center no-repeat none content-box scroll }
bg35841 { background: bottom center no-repeat scroll none content-box }
bg35842 { background: bottom center no-repeat scroll content-box }
bg35843 { background: bottom center no-repeat scroll content-box none }
bg35844 { background: bottom center no-repeat scroll content-box url(test.jpg) }
bg35845 { background: bottom center no-repeat scroll url(test.jpg) content-box }
bg35846 { background: bottom center no-repeat content-box }
bg35847 { background: bottom center no-repeat content-box fixed }
bg35848 { background: bottom center no-repeat content-box fixed none }
bg35849 { background: bottom center no-repeat content-box fixed url(test.jpg) }
bg35850 { background: bottom center no-repeat content-box none }
bg35851 { background: bottom center no-repeat content-box none fixed }
bg35852 { background: bottom center no-repeat content-box none scroll }
bg35853 { background: bottom center no-repeat content-box scroll }
bg35854 { background: bottom center no-repeat content-box scroll none }
bg35855 { background: bottom center no-repeat content-box scroll url(test.jpg) }
bg35856 { background: bottom center no-repeat content-box url(test.jpg) }
bg35857 { background: bottom center no-repeat content-box url(test.jpg) fixed }
bg35858 { background: bottom center no-repeat content-box url(test.jpg) scroll }
bg35859 { background: bottom center no-repeat url(test.jpg) fixed content-box }
bg35860 { background: bottom center no-repeat url(test.jpg) scroll content-box }
bg35861 { background: bottom center no-repeat url(test.jpg) content-box }
bg35862 { background: bottom center no-repeat url(test.jpg) content-box fixed }
bg35863 { background: bottom center no-repeat url(test.jpg) content-box scroll }
bg35864 { background: bottom center none fixed no-repeat content-box }
bg35865 { background: bottom center none fixed repeat content-box }
bg35866 { background: bottom center none fixed repeat-x content-box }
bg35867 { background: bottom center none fixed repeat-y content-box }
bg35868 { background: bottom center none fixed content-box }
bg35869 { background: bottom center none fixed content-box no-repeat }
bg35870 { background: bottom center none fixed content-box repeat }
bg35871 { background: bottom center none fixed content-box repeat-x }
bg35872 { background: bottom center none fixed content-box repeat-y }
bg35873 { background: bottom center none no-repeat fixed content-box }
bg35874 { background: bottom center none no-repeat scroll content-box }
bg35875 { background: bottom center none no-repeat content-box }
bg35876 { background: bottom center none no-repeat content-box fixed }
bg35877 { background: bottom center none no-repeat content-box scroll }
bg35878 { background: bottom center none repeat fixed content-box }
bg35879 { background: bottom center none repeat scroll content-box }
bg35880 { background: bottom center none repeat content-box }
bg35881 { background: bottom center none repeat content-box fixed }
bg35882 { background: bottom center none repeat content-box scroll }
bg35883 { background: bottom center none repeat-x fixed content-box }
bg35884 { background: bottom center none repeat-x scroll content-box }
bg35885 { background: bottom center none repeat-x content-box }
bg35886 { background: bottom center none repeat-x content-box fixed }
bg35887 { background: bottom center none repeat-x content-box scroll }
bg35888 { background: bottom center none repeat-y fixed content-box }
bg35889 { background: bottom center none repeat-y scroll content-box }
bg35890 { background: bottom center none repeat-y content-box }
bg35891 { background: bottom center none repeat-y content-box fixed }
bg35892 { background: bottom center none repeat-y content-box scroll }
bg35893 { background: bottom center none scroll no-repeat content-box }
bg35894 { background: bottom center none scroll repeat content-box }
bg35895 { background: bottom center none scroll repeat-x content-box }
bg35896 { background: bottom center none scroll repeat-y content-box }
bg35897 { background: bottom center none scroll content-box }
bg35898 { background: bottom center none scroll content-box no-repeat }
bg35899 { background: bottom center none scroll content-box repeat }
bg35900 { background: bottom center none scroll content-box repeat-x }
bg35901 { background: bottom center none scroll content-box repeat-y }
bg35902 { background: bottom center none content-box }
bg35903 { background: bottom center none content-box fixed }
bg35904 { background: bottom center none content-box fixed no-repeat }
bg35905 { background: bottom center none content-box fixed repeat }
bg35906 { background: bottom center none content-box fixed repeat-x }
bg35907 { background: bottom center none content-box fixed repeat-y }
bg35908 { background: bottom center none content-box no-repeat }
bg35909 { background: bottom center none content-box no-repeat fixed }
bg35910 { background: bottom center none content-box no-repeat scroll }
bg35911 { background: bottom center none content-box repeat }
bg35912 { background: bottom center none content-box repeat fixed }
bg35913 { background: bottom center none content-box repeat scroll }
bg35914 { background: bottom center none content-box repeat-x }
bg35915 { background: bottom center none content-box repeat-x fixed }
bg35916 { background: bottom center none content-box repeat-x scroll }
bg35917 { background: bottom center none content-box repeat-y }
bg35918 { background: bottom center none content-box repeat-y fixed }
bg35919 { background: bottom center none content-box repeat-y scroll }
bg35920 { background: bottom center none content-box scroll }
bg35921 { background: bottom center none content-box scroll no-repeat }
bg35922 { background: bottom center none content-box scroll repeat }
bg35923 { background: bottom center none content-box scroll repeat-x }
bg35924 { background: bottom center none content-box scroll repeat-y }
bg35925 { background: bottom center repeat fixed none content-box }
bg35926 { background: bottom center repeat fixed content-box }
bg35927 { background: bottom center repeat fixed content-box none }
bg35928 { background: bottom center repeat fixed content-box url(test.jpg) }
bg35929 { background: bottom center repeat fixed url(test.jpg) content-box }
bg35930 { background: bottom center repeat none fixed content-box }
bg35931 { background: bottom center repeat none scroll content-box }
bg35932 { background: bottom center repeat none content-box }
bg35933 { background: bottom center repeat none content-box fixed }
bg35934 { background: bottom center repeat none content-box scroll }
bg35935 { background: bottom center repeat scroll none content-box }
bg35936 { background: bottom center repeat scroll content-box }
bg35937 { background: bottom center repeat scroll content-box none }
bg35938 { background: bottom center repeat scroll content-box url(test.jpg) }
bg35939 { background: bottom center repeat scroll url(test.jpg) content-box }
bg35940 { background: bottom center repeat content-box }
bg35941 { background: bottom center repeat content-box fixed }
bg35942 { background: bottom center repeat content-box fixed none }
bg35943 { background: bottom center repeat content-box fixed url(test.jpg) }
bg35944 { background: bottom center repeat content-box none }
bg35945 { background: bottom center repeat content-box none fixed }
bg35946 { background: bottom center repeat content-box none scroll }
bg35947 { background: bottom center repeat content-box scroll }
bg35948 { background: bottom center repeat content-box scroll none }
bg35949 { background: bottom center repeat content-box scroll url(test.jpg) }
bg35950 { background: bottom center repeat content-box url(test.jpg) }
bg35951 { background: bottom center repeat content-box url(test.jpg) fixed }
bg35952 { background: bottom center repeat content-box url(test.jpg) scroll }
bg35953 { background: bottom center repeat url(test.jpg) fixed content-box }
bg35954 { background: bottom center repeat url(test.jpg) scroll content-box }
bg35955 { background: bottom center repeat url(test.jpg) content-box }
bg35956 { background: bottom center repeat url(test.jpg) content-box fixed }
bg35957 { background: bottom center repeat url(test.jpg) content-box scroll }
bg35958 { background: bottom center repeat-x fixed none content-box }
bg35959 { background: bottom center repeat-x fixed content-box }
bg35960 { background: bottom center repeat-x fixed content-box none }
bg35961 { background: bottom center repeat-x fixed content-box url(test.jpg) }
bg35962 { background: bottom center repeat-x fixed url(test.jpg) content-box }
bg35963 { background: bottom center repeat-x none fixed content-box }
bg35964 { background: bottom center repeat-x none scroll content-box }
bg35965 { background: bottom center repeat-x none content-box }
bg35966 { background: bottom center repeat-x none content-box fixed }
bg35967 { background: bottom center repeat-x none content-box scroll }
bg35968 { background: bottom center repeat-x scroll none content-box }
bg35969 { background: bottom center repeat-x scroll content-box }
bg35970 { background: bottom center repeat-x scroll content-box none }
bg35971 { background: bottom center repeat-x scroll content-box url(test.jpg) }
bg35972 { background: bottom center repeat-x scroll url(test.jpg) content-box }
bg35973 { background: bottom center repeat-x content-box }
bg35974 { background: bottom center repeat-x content-box fixed }
bg35975 { background: bottom center repeat-x content-box fixed none }
bg35976 { background: bottom center repeat-x content-box fixed url(test.jpg) }
bg35977 { background: bottom center repeat-x content-box none }
bg35978 { background: bottom center repeat-x content-box none fixed }
bg35979 { background: bottom center repeat-x content-box none scroll }
bg35980 { background: bottom center repeat-x content-box scroll }
bg35981 { background: bottom center repeat-x content-box scroll none }
bg35982 { background: bottom center repeat-x content-box scroll url(test.jpg) }
bg35983 { background: bottom center repeat-x content-box url(test.jpg) }
bg35984 { background: bottom center repeat-x content-box url(test.jpg) fixed }
bg35985 { background: bottom center repeat-x content-box url(test.jpg) scroll }
bg35986 { background: bottom center repeat-x url(test.jpg) fixed content-box }
bg35987 { background: bottom center repeat-x url(test.jpg) scroll content-box }
bg35988 { background: bottom center repeat-x url(test.jpg) content-box }
bg35989 { background: bottom center repeat-x url(test.jpg) content-box fixed }
bg35990 { background: bottom center repeat-x url(test.jpg) content-box scroll }
bg35991 { background: bottom center repeat-y fixed none content-box }
bg35992 { background: bottom center repeat-y fixed content-box }
bg35993 { background: bottom center repeat-y fixed content-box none }
bg35994 { background: bottom center repeat-y fixed content-box url(test.jpg) }
bg35995 { background: bottom center repeat-y fixed url(test.jpg) content-box }
bg35996 { background: bottom center repeat-y none fixed content-box }
bg35997 { background: bottom center repeat-y none scroll content-box }
bg35998 { background: bottom center repeat-y none content-box }
bg35999 { background: bottom center repeat-y none content-box fixed }
bg36000 { background: bottom center repeat-y none content-box scroll }
bg36001 { background: bottom center repeat-y scroll none content-box }
bg36002 { background: bottom center repeat-y scroll content-box }
bg36003 { background: bottom center repeat-y scroll content-box none }
bg36004 { background: bottom center repeat-y scroll content-box url(test.jpg) }
bg36005 { background: bottom center repeat-y scroll url(test.jpg) content-box }
bg36006 { background: bottom center repeat-y content-box }
bg36007 { background: bottom center repeat-y content-box fixed }
bg36008 { background: bottom center repeat-y content-box fixed none }
bg36009 { background: bottom center repeat-y content-box fixed url(test.jpg) }
bg36010 { background: bottom center repeat-y content-box none }
bg36011 { background: bottom center repeat-y content-box none fixed }
bg36012 { background: bottom center repeat-y content-box none scroll }
bg36013 { background: bottom center repeat-y content-box scroll }
bg36014 { background: bottom center repeat-y content-box scroll none }
bg36015 { background: bottom center repeat-y content-box scroll url(test.jpg) }
bg36016 { background: bottom center repeat-y content-box url(test.jpg) }
bg36017 { background: bottom center repeat-y content-box url(test.jpg) fixed }
bg36018 { background: bottom center repeat-y content-box url(test.jpg) scroll }
bg36019 { background: bottom center repeat-y url(test.jpg) fixed content-box }
bg36020 { background: bottom center repeat-y url(test.jpg) scroll content-box }
bg36021 { background: bottom center repeat-y url(test.jpg) content-box }
bg36022 { background: bottom center repeat-y url(test.jpg) content-box fixed }
bg36023 { background: bottom center repeat-y url(test.jpg) content-box scroll }
bg36024 { background: bottom center scroll no-repeat none content-box }
bg36025 { background: bottom center scroll no-repeat content-box }
bg36026 { background: bottom center scroll no-repeat content-box none }
bg36027 { background: bottom center scroll no-repeat content-box url(test.jpg) }
bg36028 { background: bottom center scroll no-repeat url(test.jpg) content-box }
bg36029 { background: bottom center scroll none no-repeat content-box }
bg36030 { background: bottom center scroll none repeat content-box }
bg36031 { background: bottom center scroll none repeat-x content-box }
bg36032 { background: bottom center scroll none repeat-y content-box }
bg36033 { background: bottom center scroll none content-box }
bg36034 { background: bottom center scroll none content-box no-repeat }
bg36035 { background: bottom center scroll none content-box repeat }
bg36036 { background: bottom center scroll none content-box repeat-x }
bg36037 { background: bottom center scroll none content-box repeat-y }
bg36038 { background: bottom center scroll repeat none content-box }
bg36039 { background: bottom center scroll repeat content-box }
bg36040 { background: bottom center scroll repeat content-box none }
bg36041 { background: bottom center scroll repeat content-box url(test.jpg) }
bg36042 { background: bottom center scroll repeat url(test.jpg) content-box }
bg36043 { background: bottom center scroll repeat-x none content-box }
bg36044 { background: bottom center scroll repeat-x content-box }
bg36045 { background: bottom center scroll repeat-x content-box none }
bg36046 { background: bottom center scroll repeat-x content-box url(test.jpg) }
bg36047 { background: bottom center scroll repeat-x url(test.jpg) content-box }
bg36048 { background: bottom center scroll repeat-y none content-box }
bg36049 { background: bottom center scroll repeat-y content-box }
bg36050 { background: bottom center scroll repeat-y content-box none }
bg36051 { background: bottom center scroll repeat-y content-box url(test.jpg) }
bg36052 { background: bottom center scroll repeat-y url(test.jpg) content-box }
bg36053 { background: bottom center scroll content-box }
bg36054 { background: bottom center scroll content-box no-repeat }
bg36055 { background: bottom center scroll content-box no-repeat none }
bg36056 { background: bottom center scroll content-box no-repeat url(test.jpg) }
bg36057 { background: bottom center scroll content-box none }
bg36058 { background: bottom center scroll content-box none no-repeat }
bg36059 { background: bottom center scroll content-box none repeat }
bg36060 { background: bottom center scroll content-box none repeat-x }
bg36061 { background: bottom center scroll content-box none repeat-y }
bg36062 { background: bottom center scroll content-box repeat }
bg36063 { background: bottom center scroll content-box repeat none }
bg36064 { background: bottom center scroll content-box repeat url(test.jpg) }
bg36065 { background: bottom center scroll content-box repeat-x }
bg36066 { background: bottom center scroll content-box repeat-x none }
bg36067 { background: bottom center scroll content-box repeat-x url(test.jpg) }
bg36068 { background: bottom center scroll content-box repeat-y }
bg36069 { background: bottom center scroll content-box repeat-y none }
bg36070 { background: bottom center scroll content-box repeat-y url(test.jpg) }
bg36071 { background: bottom center scroll content-box url(test.jpg) }
bg36072 { background: bottom center scroll content-box url(test.jpg) no-repeat }
bg36073 { background: bottom center scroll content-box url(test.jpg) repeat }
bg36074 { background: bottom center scroll content-box url(test.jpg) repeat-x }
bg36075 { background: bottom center scroll content-box url(test.jpg) repeat-y }
bg36076 { background: bottom center scroll url(test.jpg) no-repeat content-box }
bg36077 { background: bottom center scroll url(test.jpg) repeat content-box }
bg36078 { background: bottom center scroll url(test.jpg) repeat-x content-box }
bg36079 { background: bottom center scroll url(test.jpg) repeat-y content-box }
bg36080 { background: bottom center scroll url(test.jpg) content-box }
bg36081 { background: bottom center scroll url(test.jpg) content-box no-repeat }
bg36082 { background: bottom center scroll url(test.jpg) content-box repeat }
bg36083 { background: bottom center scroll url(test.jpg) content-box repeat-x }
bg36084 { background: bottom center scroll url(test.jpg) content-box repeat-y }
bg36085 { background: bottom center content-box }
bg36086 { background: bottom center content-box fixed }
bg36087 { background: bottom center content-box fixed no-repeat }
bg36088 { background: bottom center content-box fixed no-repeat none }
bg36089 { background: bottom center content-box fixed no-repeat url(test.jpg) }
bg36090 { background: bottom center content-box fixed none }
bg36091 { background: bottom center content-box fixed none no-repeat }
bg36092 { background: bottom center content-box fixed none repeat }
bg36093 { background: bottom center content-box fixed none repeat-x }
bg36094 { background: bottom center content-box fixed none repeat-y }
bg36095 { background: bottom center content-box fixed repeat }
bg36096 { background: bottom center content-box fixed repeat none }
bg36097 { background: bottom center content-box fixed repeat url(test.jpg) }
bg36098 { background: bottom center content-box fixed repeat-x }
bg36099 { background: bottom center content-box fixed repeat-x none }
bg36100 { background: bottom center content-box fixed repeat-x url(test.jpg) }
bg36101 { background: bottom center content-box fixed repeat-y }
bg36102 { background: bottom center content-box fixed repeat-y none }
bg36103 { background: bottom center content-box fixed repeat-y url(test.jpg) }
bg36104 { background: bottom center content-box fixed url(test.jpg) }
bg36105 { background: bottom center content-box fixed url(test.jpg) no-repeat }
bg36106 { background: bottom center content-box fixed url(test.jpg) repeat }
bg36107 { background: bottom center content-box fixed url(test.jpg) repeat-x }
bg36108 { background: bottom center content-box fixed url(test.jpg) repeat-y }
bg36109 { background: bottom center content-box no-repeat }
bg36110 { background: bottom center content-box no-repeat fixed }
bg36111 { background: bottom center content-box no-repeat fixed none }
bg36112 { background: bottom center content-box no-repeat fixed url(test.jpg) }
bg36113 { background: bottom center content-box no-repeat none }
bg36114 { background: bottom center content-box no-repeat none fixed }
bg36115 { background: bottom center content-box no-repeat none scroll }
bg36116 { background: bottom center content-box no-repeat scroll }
bg36117 { background: bottom center content-box no-repeat scroll none }
bg36118 { background: bottom center content-box no-repeat scroll url(test.jpg) }
bg36119 { background: bottom center content-box no-repeat url(test.jpg) }
bg36120 { background: bottom center content-box no-repeat url(test.jpg) fixed }
bg36121 { background: bottom center content-box no-repeat url(test.jpg) scroll }
bg36122 { background: bottom center content-box none }
bg36123 { background: bottom center content-box none fixed }
bg36124 { background: bottom center content-box none fixed no-repeat }
bg36125 { background: bottom center content-box none fixed repeat }
bg36126 { background: bottom center content-box none fixed repeat-x }
bg36127 { background: bottom center content-box none fixed repeat-y }
bg36128 { background: bottom center content-box none no-repeat }
bg36129 { background: bottom center content-box none no-repeat fixed }
bg36130 { background: bottom center content-box none no-repeat scroll }
bg36131 { background: bottom center content-box none repeat }
bg36132 { background: bottom center content-box none repeat fixed }
bg36133 { background: bottom center content-box none repeat scroll }
bg36134 { background: bottom center content-box none repeat-x }
bg36135 { background: bottom center content-box none repeat-x fixed }
bg36136 { background: bottom center content-box none repeat-x scroll }
bg36137 { background: bottom center content-box none repeat-y }
bg36138 { background: bottom center content-box none repeat-y fixed }
bg36139 { background: bottom center content-box none repeat-y scroll }
bg36140 { background: bottom center content-box none scroll }
bg36141 { background: bottom center content-box none scroll no-repeat }
bg36142 { background: bottom center content-box none scroll repeat }
bg36143 { background: bottom center content-box none scroll repeat-x }
bg36144 { background: bottom center content-box none scroll repeat-y }
bg36145 { background: bottom center content-box repeat }
bg36146 { background: bottom center content-box repeat fixed }
bg36147 { background: bottom center content-box repeat fixed none }
bg36148 { background: bottom center content-box repeat fixed url(test.jpg) }
bg36149 { background: bottom center content-box repeat none }
bg36150 { background: bottom center content-box repeat none fixed }
bg36151 { background: bottom center content-box repeat none scroll }
bg36152 { background: bottom center content-box repeat scroll }
bg36153 { background: bottom center content-box repeat scroll none }
bg36154 { background: bottom center content-box repeat scroll url(test.jpg) }
bg36155 { background: bottom center content-box repeat url(test.jpg) }
bg36156 { background: bottom center content-box repeat url(test.jpg) fixed }
bg36157 { background: bottom center content-box repeat url(test.jpg) scroll }
bg36158 { background: bottom center content-box repeat-x }
bg36159 { background: bottom center content-box repeat-x fixed }
bg36160 { background: bottom center content-box repeat-x fixed none }
bg36161 { background: bottom center content-box repeat-x fixed url(test.jpg) }
bg36162 { background: bottom center content-box repeat-x none }
bg36163 { background: bottom center content-box repeat-x none fixed }
bg36164 { background: bottom center content-box repeat-x none scroll }
bg36165 { background: bottom center content-box repeat-x scroll }
bg36166 { background: bottom center content-box repeat-x scroll none }
bg36167 { background: bottom center content-box repeat-x scroll url(test.jpg) }
bg36168 { background: bottom center content-box repeat-x url(test.jpg) }
bg36169 { background: bottom center content-box repeat-x url(test.jpg) fixed }
bg36170 { background: bottom center content-box repeat-x url(test.jpg) scroll }
bg36171 { background: bottom center content-box repeat-y }
bg36172 { background: bottom center content-box repeat-y fixed }
bg36173 { background: bottom center content-box repeat-y fixed none }
bg36174 { background: bottom center content-box repeat-y fixed url(test.jpg) }
bg36175 { background: bottom center content-box repeat-y none }
bg36176 { background: bottom center content-box repeat-y none fixed }
bg36177 { background: bottom center content-box repeat-y none scroll }
bg36178 { background: bottom center content-box repeat-y scroll }
bg36179 { background: bottom center content-box repeat-y scroll none }
bg36180 { background: bottom center content-box repeat-y scroll url(test.jpg) }
bg36181 { background: bottom center content-box repeat-y url(test.jpg) }
bg36182 { background: bottom center content-box repeat-y url(test.jpg) fixed }
bg36183 { background: bottom center content-box repeat-y url(test.jpg) scroll }
bg36184 { background: bottom center content-box scroll }
bg36185 { background: bottom center content-box scroll no-repeat }
bg36186 { background: bottom center content-box scroll no-repeat none }
bg36187 { background: bottom center content-box scroll no-repeat url(test.jpg) }
bg36188 { background: bottom center content-box scroll none }
bg36189 { background: bottom center content-box scroll none no-repeat }
bg36190 { background: bottom center content-box scroll none repeat }
bg36191 { background: bottom center content-box scroll none repeat-x }
bg36192 { background: bottom center content-box scroll none repeat-y }
bg36193 { background: bottom center content-box scroll repeat }
bg36194 { background: bottom center content-box scroll repeat none }
bg36195 { background: bottom center content-box scroll repeat url(test.jpg) }
bg36196 { background: bottom center content-box scroll repeat-x }
bg36197 { background: bottom center content-box scroll repeat-x none }
bg36198 { background: bottom center content-box scroll repeat-x url(test.jpg) }
bg36199 { background: bottom center content-box scroll repeat-y }
bg36200 { background: bottom center content-box scroll repeat-y none }
bg36201 { background: bottom center content-box scroll repeat-y url(test.jpg) }
bg36202 { background: bottom center content-box scroll url(test.jpg) }
bg36203 { background: bottom center content-box scroll url(test.jpg) no-repeat }
bg36204 { background: bottom center content-box scroll url(test.jpg) repeat }
bg36205 { background: bottom center content-box scroll url(test.jpg) repeat-x }
bg36206 { background: bottom center content-box scroll url(test.jpg) repeat-y }
bg36207 { background: bottom center content-box url(test.jpg) }
bg36208 { background: bottom center content-box url(test.jpg) fixed }
bg36209 { background: bottom center content-box url(test.jpg) fixed no-repeat }
bg36210 { background: bottom center content-box url(test.jpg) fixed repeat }
bg36211 { background: bottom center content-box url(test.jpg) fixed repeat-x }
bg36212 { background: bottom center content-box url(test.jpg) fixed repeat-y }
bg36213 { background: bottom center content-box url(test.jpg) no-repeat }
bg36214 { background: bottom center content-box url(test.jpg) no-repeat fixed }
bg36215 { background: bottom center content-box url(test.jpg) no-repeat scroll }
bg36216 { background: bottom center content-box url(test.jpg) repeat }
bg36217 { background: bottom center content-box url(test.jpg) repeat fixed }
bg36218 { background: bottom center content-box url(test.jpg) repeat scroll }
bg36219 { background: bottom center content-box url(test.jpg) repeat-x }
bg36220 { background: bottom center content-box url(test.jpg) repeat-x fixed }
bg36221 { background: bottom center content-box url(test.jpg) repeat-x scroll }
bg36222 { background: bottom center content-box url(test.jpg) repeat-y }
bg36223 { background: bottom center content-box url(test.jpg) repeat-y fixed }
bg36224 { background: bottom center content-box url(test.jpg) repeat-y scroll }
bg36225 { background: bottom center content-box url(test.jpg) scroll }
bg36226 { background: bottom center content-box url(test.jpg) scroll no-repeat }
bg36227 { background: bottom center content-box url(test.jpg) scroll repeat }
bg36228 { background: bottom center content-box url(test.jpg) scroll repeat-x }
bg36229 { background: bottom center content-box url(test.jpg) scroll repeat-y }
bg36230 { background: bottom center url(test.jpg) fixed no-repeat content-box }
bg36231 { background: bottom center url(test.jpg) fixed repeat content-box }
bg36232 { background: bottom center url(test.jpg) fixed repeat-x content-box }
bg36233 { background: bottom center url(test.jpg) fixed repeat-y content-box }
bg36234 { background: bottom center url(test.jpg) fixed content-box }
bg36235 { background: bottom center url(test.jpg) fixed content-box no-repeat }
bg36236 { background: bottom center url(test.jpg) fixed content-box repeat }
bg36237 { background: bottom center url(test.jpg) fixed content-box repeat-x }
bg36238 { background: bottom center url(test.jpg) fixed content-box repeat-y }
bg36239 { background: bottom center url(test.jpg) no-repeat fixed content-box }
bg36240 { background: bottom center url(test.jpg) no-repeat scroll content-box }
bg36241 { background: bottom center url(test.jpg) no-repeat content-box }
bg36242 { background: bottom center url(test.jpg) no-repeat content-box fixed }
bg36243 { background: bottom center url(test.jpg) no-repeat content-box scroll }
bg36244 { background: bottom center url(test.jpg) repeat fixed content-box }
bg36245 { background: bottom center url(test.jpg) repeat scroll content-box }
bg36246 { background: bottom center url(test.jpg) repeat content-box }
bg36247 { background: bottom center url(test.jpg) repeat content-box fixed }
bg36248 { background: bottom center url(test.jpg) repeat content-box scroll }
bg36249 { background: bottom center url(test.jpg) repeat-x fixed content-box }
bg36250 { background: bottom center url(test.jpg) repeat-x scroll content-box }
bg36251 { background: bottom center url(test.jpg) repeat-x content-box }
bg36252 { background: bottom center url(test.jpg) repeat-x content-box fixed }
bg36253 { background: bottom center url(test.jpg) repeat-x content-box scroll }
bg36254 { background: bottom center url(test.jpg) repeat-y fixed content-box }
bg36255 { background: bottom center url(test.jpg) repeat-y scroll content-box }
bg36256 { background: bottom center url(test.jpg) repeat-y content-box }
bg36257 { background: bottom center url(test.jpg) repeat-y content-box fixed }
bg36258 { background: bottom center url(test.jpg) repeat-y content-box scroll }
bg36259 { background: bottom center url(test.jpg) scroll no-repeat content-box }
bg36260 { background: bottom center url(test.jpg) scroll repeat content-box }
bg36261 { background: bottom center url(test.jpg) scroll repeat-x content-box }
bg36262 { background: bottom center url(test.jpg) scroll repeat-y content-box }
bg36263 { background: bottom center url(test.jpg) scroll content-box }
bg36264 { background: bottom center url(test.jpg) scroll content-box no-repeat }
bg36265 { background: bottom center url(test.jpg) scroll content-box repeat }
bg36266 { background: bottom center url(test.jpg) scroll content-box repeat-x }
bg36267 { background: bottom center url(test.jpg) scroll content-box repeat-y }
bg36268 { background: bottom center url(test.jpg) content-box }
bg36269 { background: bottom center url(test.jpg) content-box fixed }
bg36270 { background: bottom center url(test.jpg) content-box fixed no-repeat }
bg36271 { background: bottom center url(test.jpg) content-box fixed repeat }
bg36272 { background: bottom center url(test.jpg) content-box fixed repeat-x }
bg36273 { background: bottom center url(test.jpg) content-box fixed repeat-y }
bg36274 { background: bottom center url(test.jpg) content-box no-repeat }
bg36275 { background: bottom center url(test.jpg) content-box no-repeat fixed }
bg36276 { background: bottom center url(test.jpg) content-box no-repeat scroll }
bg36277 { background: bottom center url(test.jpg) content-box repeat }
bg36278 { background: bottom center url(test.jpg) content-box repeat fixed }
bg36279 { background: bottom center url(test.jpg) content-box repeat scroll }
bg36280 { background: bottom center url(test.jpg) content-box repeat-x }
bg36281 { background: bottom center url(test.jpg) content-box repeat-x fixed }
bg36282 { background: bottom center url(test.jpg) content-box repeat-x scroll }
bg36283 { background: bottom center url(test.jpg) content-box repeat-y }
bg36284 { background: bottom center url(test.jpg) content-box repeat-y fixed }
bg36285 { background: bottom center url(test.jpg) content-box repeat-y scroll }
bg36286 { background: bottom center url(test.jpg) content-box scroll }
bg36287 { background: bottom center url(test.jpg) content-box scroll no-repeat }
bg36288 { background: bottom center url(test.jpg) content-box scroll repeat }
bg36289 { background: bottom center url(test.jpg) content-box scroll repeat-x }
bg36290 { background: bottom center url(test.jpg) content-box scroll repeat-y }
bg36291 { background: scroll no-repeat none bottom center content-box }
bg36292 { background: scroll no-repeat none content-box bottom center }
bg36293 { background: scroll no-repeat bottom center none content-box }
bg36294 { background: scroll no-repeat bottom center content-box }
bg36295 { background: scroll no-repeat bottom center content-box none }
bg36296 { background: scroll no-repeat bottom center content-box url(test.jpg) }
bg36297 { background: scroll no-repeat bottom center url(test.jpg) content-box }
bg36298 { background: scroll no-repeat content-box none bottom center }
bg36299 { background: scroll no-repeat content-box bottom center }
bg36300 { background: scroll no-repeat content-box bottom center none }
bg36301 { background: scroll no-repeat content-box bottom center url(test.jpg) }
bg36302 { background: scroll no-repeat content-box url(test.jpg) bottom center }
bg36303 { background: scroll no-repeat url(test.jpg) bottom center content-box }
bg36304 { background: scroll no-repeat url(test.jpg) content-box bottom center }
bg36305 { background: scroll none no-repeat bottom center content-box }
bg36306 { background: scroll none no-repeat content-box bottom center }
bg36307 { background: scroll none repeat bottom center content-box }
bg36308 { background: scroll none repeat content-box bottom center }
bg36309 { background: scroll none repeat-x bottom center content-box }
bg36310 { background: scroll none repeat-x content-box bottom center }
bg36311 { background: scroll none repeat-y bottom center content-box }
bg36312 { background: scroll none repeat-y content-box bottom center }
bg36313 { background: scroll none bottom center no-repeat content-box }
bg36314 { background: scroll none bottom center repeat content-box }
bg36315 { background: scroll none bottom center repeat-x content-box }
bg36316 { background: scroll none bottom center repeat-y content-box }
bg36317 { background: scroll none bottom center content-box }
bg36318 { background: scroll none bottom center content-box no-repeat }
bg36319 { background: scroll none bottom center content-box repeat }
bg36320 { background: scroll none bottom center content-box repeat-x }
bg36321 { background: scroll none bottom center content-box repeat-y }
bg36322 { background: scroll none content-box no-repeat bottom center }
bg36323 { background: scroll none content-box repeat bottom center }
bg36324 { background: scroll none content-box repeat-x bottom center }
bg36325 { background: scroll none content-box repeat-y bottom center }
bg36326 { background: scroll none content-box bottom center }
bg36327 { background: scroll none content-box bottom center no-repeat }
bg36328 { background: scroll none content-box bottom center repeat }
bg36329 { background: scroll none content-box bottom center repeat-x }
bg36330 { background: scroll none content-box bottom center repeat-y }
bg36331 { background: scroll repeat none bottom center content-box }
bg36332 { background: scroll repeat none content-box bottom center }
bg36333 { background: scroll repeat bottom center none content-box }
bg36334 { background: scroll repeat bottom center content-box }
bg36335 { background: scroll repeat bottom center content-box none }
bg36336 { background: scroll repeat bottom center content-box url(test.jpg) }
bg36337 { background: scroll repeat bottom center url(test.jpg) content-box }
bg36338 { background: scroll repeat content-box none bottom center }
bg36339 { background: scroll repeat content-box bottom center }
bg36340 { background: scroll repeat content-box bottom center none }
bg36341 { background: scroll repeat content-box bottom center url(test.jpg) }
bg36342 { background: scroll repeat content-box url(test.jpg) bottom center }
bg36343 { background: scroll repeat url(test.jpg) bottom center content-box }
bg36344 { background: scroll repeat url(test.jpg) content-box bottom center }
bg36345 { background: scroll repeat-x none bottom center content-box }
bg36346 { background: scroll repeat-x none content-box bottom center }
bg36347 { background: scroll repeat-x bottom center none content-box }
bg36348 { background: scroll repeat-x bottom center content-box }
bg36349 { background: scroll repeat-x bottom center content-box none }
bg36350 { background: scroll repeat-x bottom center content-box url(test.jpg) }
bg36351 { background: scroll repeat-x bottom center url(test.jpg) content-box }
bg36352 { background: scroll repeat-x content-box none bottom center }
bg36353 { background: scroll repeat-x content-box bottom center }
bg36354 { background: scroll repeat-x content-box bottom center none }
bg36355 { background: scroll repeat-x content-box bottom center url(test.jpg) }
bg36356 { background: scroll repeat-x content-box url(test.jpg) bottom center }
bg36357 { background: scroll repeat-x url(test.jpg) bottom center content-box }
bg36358 { background: scroll repeat-x url(test.jpg) content-box bottom center }
bg36359 { background: scroll repeat-y none bottom center content-box }
bg36360 { background: scroll repeat-y none content-box bottom center }
bg36361 { background: scroll repeat-y bottom center none content-box }
bg36362 { background: scroll repeat-y bottom center content-box }
bg36363 { background: scroll repeat-y bottom center content-box none }
bg36364 { background: scroll repeat-y bottom center content-box url(test.jpg) }
bg36365 { background: scroll repeat-y bottom center url(test.jpg) content-box }
bg36366 { background: scroll repeat-y content-box none bottom center }
bg36367 { background: scroll repeat-y content-box bottom center }
bg36368 { background: scroll repeat-y content-box bottom center none }
bg36369 { background: scroll repeat-y content-box bottom center url(test.jpg) }
bg36370 { background: scroll repeat-y content-box url(test.jpg) bottom center }
bg36371 { background: scroll repeat-y url(test.jpg) bottom center content-box }
bg36372 { background: scroll repeat-y url(test.jpg) content-box bottom center }
bg36373 { background: scroll bottom center no-repeat none content-box }
bg36374 { background: scroll bottom center no-repeat content-box }
bg36375 { background: scroll bottom center no-repeat content-box none }
bg36376 { background: scroll bottom center no-repeat content-box url(test.jpg) }
bg36377 { background: scroll bottom center no-repeat url(test.jpg) content-box }
bg36378 { background: scroll bottom center none no-repeat content-box }
bg36379 { background: scroll bottom center none repeat content-box }
bg36380 { background: scroll bottom center none repeat-x content-box }
bg36381 { background: scroll bottom center none repeat-y content-box }
bg36382 { background: scroll bottom center none content-box }
bg36383 { background: scroll bottom center none content-box no-repeat }
bg36384 { background: scroll bottom center none content-box repeat }
bg36385 { background: scroll bottom center none content-box repeat-x }
bg36386 { background: scroll bottom center none content-box repeat-y }
bg36387 { background: scroll bottom center repeat none content-box }
bg36388 { background: scroll bottom center repeat content-box }
bg36389 { background: scroll bottom center repeat content-box none }
bg36390 { background: scroll bottom center repeat content-box url(test.jpg) }
bg36391 { background: scroll bottom center repeat url(test.jpg) content-box }
bg36392 { background: scroll bottom center repeat-x none content-box }
bg36393 { background: scroll bottom center repeat-x content-box }
bg36394 { background: scroll bottom center repeat-x content-box none }
bg36395 { background: scroll bottom center repeat-x content-box url(test.jpg) }
bg36396 { background: scroll bottom center repeat-x url(test.jpg) content-box }
bg36397 { background: scroll bottom center repeat-y none content-box }
bg36398 { background: scroll bottom center repeat-y content-box }
bg36399 { background: scroll bottom center repeat-y content-box none }
bg36400 { background: scroll bottom center repeat-y content-box url(test.jpg) }
bg36401 { background: scroll bottom center repeat-y url(test.jpg) content-box }
bg36402 { background: scroll bottom center content-box }
bg36403 { background: scroll bottom center content-box no-repeat }
bg36404 { background: scroll bottom center content-box no-repeat none }
bg36405 { background: scroll bottom center content-box no-repeat url(test.jpg) }
bg36406 { background: scroll bottom center content-box none }
bg36407 { background: scroll bottom center content-box none no-repeat }
bg36408 { background: scroll bottom center content-box none repeat }
bg36409 { background: scroll bottom center content-box none repeat-x }
bg36410 { background: scroll bottom center content-box none repeat-y }
bg36411 { background: scroll bottom center content-box repeat }
bg36412 { background: scroll bottom center content-box repeat none }
bg36413 { background: scroll bottom center content-box repeat url(test.jpg) }
bg36414 { background: scroll bottom center content-box repeat-x }
bg36415 { background: scroll bottom center content-box repeat-x none }
bg36416 { background: scroll bottom center content-box repeat-x url(test.jpg) }
bg36417 { background: scroll bottom center content-box repeat-y }
bg36418 { background: scroll bottom center content-box repeat-y none }
bg36419 { background: scroll bottom center content-box repeat-y url(test.jpg) }
bg36420 { background: scroll bottom center content-box url(test.jpg) }
bg36421 { background: scroll bottom center content-box url(test.jpg) no-repeat }
bg36422 { background: scroll bottom center content-box url(test.jpg) repeat }
bg36423 { background: scroll bottom center content-box url(test.jpg) repeat-x }
bg36424 { background: scroll bottom center content-box url(test.jpg) repeat-y }
bg36425 { background: scroll bottom center url(test.jpg) no-repeat content-box }
bg36426 { background: scroll bottom center url(test.jpg) repeat content-box }
bg36427 { background: scroll bottom center url(test.jpg) repeat-x content-box }
bg36428 { background: scroll bottom center url(test.jpg) repeat-y content-box }
bg36429 { background: scroll bottom center url(test.jpg) content-box }
bg36430 { background: scroll bottom center url(test.jpg) content-box no-repeat }
bg36431 { background: scroll bottom center url(test.jpg) content-box repeat }
bg36432 { background: scroll bottom center url(test.jpg) content-box repeat-x }
bg36433 { background: scroll bottom center url(test.jpg) content-box repeat-y }
bg36434 { background: scroll content-box no-repeat none bottom center }
bg36435 { background: scroll content-box no-repeat bottom center }
bg36436 { background: scroll content-box no-repeat bottom center none }
bg36437 { background: scroll content-box no-repeat bottom center url(test.jpg) }
bg36438 { background: scroll content-box no-repeat url(test.jpg) bottom center }
bg36439 { background: scroll content-box none no-repeat bottom center }
bg36440 { background: scroll content-box none repeat bottom center }
bg36441 { background: scroll content-box none repeat-x bottom center }
bg36442 { background: scroll content-box none repeat-y bottom center }
bg36443 { background: scroll content-box none bottom center }
bg36444 { background: scroll content-box none bottom center no-repeat }
bg36445 { background: scroll content-box none bottom center repeat }
bg36446 { background: scroll content-box none bottom center repeat-x }
bg36447 { background: scroll content-box none bottom center repeat-y }
bg36448 { background: scroll content-box repeat none bottom center }
bg36449 { background: scroll content-box repeat bottom center }
bg36450 { background: scroll content-box repeat bottom center none }
bg36451 { background: scroll content-box repeat bottom center url(test.jpg) }
bg36452 { background: scroll content-box repeat url(test.jpg) bottom center }
bg36453 { background: scroll content-box repeat-x none bottom center }
bg36454 { background: scroll content-box repeat-x bottom center }
bg36455 { background: scroll content-box repeat-x bottom center none }
bg36456 { background: scroll content-box repeat-x bottom center url(test.jpg) }
bg36457 { background: scroll content-box repeat-x url(test.jpg) bottom center }
bg36458 { background: scroll content-box repeat-y none bottom center }
bg36459 { background: scroll content-box repeat-y bottom center }
bg36460 { background: scroll content-box repeat-y bottom center none }
bg36461 { background: scroll content-box repeat-y bottom center url(test.jpg) }
bg36462 { background: scroll content-box repeat-y url(test.jpg) bottom center }
bg36463 { background: scroll content-box bottom center }
bg36464 { background: scroll content-box bottom center no-repeat }
bg36465 { background: scroll content-box bottom center no-repeat none }
bg36466 { background: scroll content-box bottom center no-repeat url(test.jpg) }
bg36467 { background: scroll content-box bottom center none }
bg36468 { background: scroll content-box bottom center none no-repeat }
bg36469 { background: scroll content-box bottom center none repeat }
bg36470 { background: scroll content-box bottom center none repeat-x }
bg36471 { background: scroll content-box bottom center none repeat-y }
bg36472 { background: scroll content-box bottom center repeat }
bg36473 { background: scroll content-box bottom center repeat none }
bg36474 { background: scroll content-box bottom center repeat url(test.jpg) }
bg36475 { background: scroll content-box bottom center repeat-x }
bg36476 { background: scroll content-box bottom center repeat-x none }
bg36477 { background: scroll content-box bottom center repeat-x url(test.jpg) }
bg36478 { background: scroll content-box bottom center repeat-y }
bg36479 { background: scroll content-box bottom center repeat-y none }
bg36480 { background: scroll content-box bottom center repeat-y url(test.jpg) }
bg36481 { background: scroll content-box bottom center url(test.jpg) }
bg36482 { background: scroll content-box bottom center url(test.jpg) no-repeat }
bg36483 { background: scroll content-box bottom center url(test.jpg) repeat }
bg36484 { background: scroll content-box bottom center url(test.jpg) repeat-x }
bg36485 { background: scroll content-box bottom center url(test.jpg) repeat-y }
bg36486 { background: scroll content-box url(test.jpg) no-repeat bottom center }
bg36487 { background: scroll content-box url(test.jpg) repeat bottom center }
bg36488 { background: scroll content-box url(test.jpg) repeat-x bottom center }
bg36489 { background: scroll content-box url(test.jpg) repeat-y bottom center }
bg36490 { background: scroll content-box url(test.jpg) bottom center }
bg36491 { background: scroll content-box url(test.jpg) bottom center no-repeat }
bg36492 { background: scroll content-box url(test.jpg) bottom center repeat }
bg36493 { background: scroll content-box url(test.jpg) bottom center repeat-x }
bg36494 { background: scroll content-box url(test.jpg) bottom center repeat-y }
bg36495 { background: scroll url(test.jpg) no-repeat bottom center content-box }
bg36496 { background: scroll url(test.jpg) no-repeat content-box bottom center }
bg36497 { background: scroll url(test.jpg) repeat bottom center content-box }
bg36498 { background: scroll url(test.jpg) repeat content-box bottom center }
bg36499 { background: scroll url(test.jpg) repeat-x bottom center content-box }
bg36500 { background: scroll url(test.jpg) repeat-x content-box bottom center }
bg36501 { background: scroll url(test.jpg) repeat-y bottom center content-box }
bg36502 { background: scroll url(test.jpg) repeat-y content-box bottom center }
bg36503 { background: scroll url(test.jpg) bottom center no-repeat content-box }
bg36504 { background: scroll url(test.jpg) bottom center repeat content-box }
bg36505 { background: scroll url(test.jpg) bottom center repeat-x content-box }
bg36506 { background: scroll url(test.jpg) bottom center repeat-y content-box }
bg36507 { background: scroll url(test.jpg) bottom center content-box }
bg36508 { background: scroll url(test.jpg) bottom center content-box no-repeat }
bg36509 { background: scroll url(test.jpg) bottom center content-box repeat }
bg36510 { background: scroll url(test.jpg) bottom center content-box repeat-x }
bg36511 { background: scroll url(test.jpg) bottom center content-box repeat-y }
bg36512 { background: scroll url(test.jpg) content-box no-repeat bottom center }
bg36513 { background: scroll url(test.jpg) content-box repeat bottom center }
bg36514 { background: scroll url(test.jpg) content-box repeat-x bottom center }
bg36515 { background: scroll url(test.jpg) content-box repeat-y bottom center }
bg36516 { background: scroll url(test.jpg) content-box bottom center }
bg36517 { background: scroll url(test.jpg) content-box bottom center no-repeat }
bg36518 { background: scroll url(test.jpg) content-box bottom center repeat }
bg36519 { background: scroll url(test.jpg) content-box bottom center repeat-x }
bg36520 { background: scroll url(test.jpg) content-box bottom center repeat-y }
bg36521 { background: content-box fixed no-repeat none bottom center }
bg36522 { background: content-box fixed no-repeat bottom center }
bg36523 { background: content-box fixed no-repeat bottom center none }
bg36524 { background: content-box fixed no-repeat bottom center url(test.jpg) }
bg36525 { background: content-box fixed no-repeat url(test.jpg) bottom center }
bg36526 { background: content-box fixed none no-repeat bottom center }
bg36527 { background: content-box fixed none repeat bottom center }
bg36528 { background: content-box fixed none repeat-x bottom center }
bg36529 { background: content-box fixed none repeat-y bottom center }
bg36530 { background: content-box fixed none bottom center }
bg36531 { background: content-box fixed none bottom center no-repeat }
bg36532 { background: content-box fixed none bottom center repeat }
bg36533 { background: content-box fixed none bottom center repeat-x }
bg36534 { background: content-box fixed none bottom center repeat-y }
bg36535 { background: content-box fixed repeat none bottom center }
bg36536 { background: content-box fixed repeat bottom center }
bg36537 { background: content-box fixed repeat bottom center none }
bg36538 { background: content-box fixed repeat bottom center url(test.jpg) }
bg36539 { background: content-box fixed repeat url(test.jpg) bottom center }
bg36540 { background: content-box fixed repeat-x none bottom center }
bg36541 { background: content-box fixed repeat-x bottom center }
bg36542 { background: content-box fixed repeat-x bottom center none }
bg36543 { background: content-box fixed repeat-x bottom center url(test.jpg) }
bg36544 { background: content-box fixed repeat-x url(test.jpg) bottom center }
bg36545 { background: content-box fixed repeat-y none bottom center }
bg36546 { background: content-box fixed repeat-y bottom center }
bg36547 { background: content-box fixed repeat-y bottom center none }
bg36548 { background: content-box fixed repeat-y bottom center url(test.jpg) }
bg36549 { background: content-box fixed repeat-y url(test.jpg) bottom center }
bg36550 { background: content-box fixed bottom center }
bg36551 { background: content-box fixed bottom center no-repeat }
bg36552 { background: content-box fixed bottom center no-repeat none }
bg36553 { background: content-box fixed bottom center no-repeat url(test.jpg) }
bg36554 { background: content-box fixed bottom center none }
bg36555 { background: content-box fixed bottom center none no-repeat }
bg36556 { background: content-box fixed bottom center none repeat }
bg36557 { background: content-box fixed bottom center none repeat-x }
bg36558 { background: content-box fixed bottom center none repeat-y }
bg36559 { background: content-box fixed bottom center repeat }
bg36560 { background: content-box fixed bottom center repeat none }
bg36561 { background: content-box fixed bottom center repeat url(test.jpg) }
bg36562 { background: content-box fixed bottom center repeat-x }
bg36563 { background: content-box fixed bottom center repeat-x none }
bg36564 { background: content-box fixed bottom center repeat-x url(test.jpg) }
bg36565 { background: content-box fixed bottom center repeat-y }
bg36566 { background: content-box fixed bottom center repeat-y none }
bg36567 { background: content-box fixed bottom center repeat-y url(test.jpg) }
bg36568 { background: content-box fixed bottom center url(test.jpg) }
bg36569 { background: content-box fixed bottom center url(test.jpg) no-repeat }
bg36570 { background: content-box fixed bottom center url(test.jpg) repeat }
bg36571 { background: content-box fixed bottom center url(test.jpg) repeat-x }
bg36572 { background: content-box fixed bottom center url(test.jpg) repeat-y }
bg36573 { background: content-box fixed url(test.jpg) no-repeat bottom center }
bg36574 { background: content-box fixed url(test.jpg) repeat bottom center }
bg36575 { background: content-box fixed url(test.jpg) repeat-x bottom center }
bg36576 { background: content-box fixed url(test.jpg) repeat-y bottom center }
bg36577 { background: content-box fixed url(test.jpg) bottom center }
bg36578 { background: content-box fixed url(test.jpg) bottom center no-repeat }
bg36579 { background: content-box fixed url(test.jpg) bottom center repeat }
bg36580 { background: content-box fixed url(test.jpg) bottom center repeat-x }
bg36581 { background: content-box fixed url(test.jpg) bottom center repeat-y }
bg36582 { background: content-box no-repeat fixed none bottom center }
bg36583 { background: content-box no-repeat fixed bottom center }
bg36584 { background: content-box no-repeat fixed bottom center none }
bg36585 { background: content-box no-repeat fixed bottom center url(test.jpg) }
bg36586 { background: content-box no-repeat fixed url(test.jpg) bottom center }
bg36587 { background: content-box no-repeat none fixed bottom center }
bg36588 { background: content-box no-repeat none bottom center }
bg36589 { background: content-box no-repeat none bottom center fixed }
bg36590 { background: content-box no-repeat none bottom center scroll }
bg36591 { background: content-box no-repeat none scroll bottom center }
bg36592 { background: content-box no-repeat bottom center }
bg36593 { background: content-box no-repeat bottom center fixed }
bg36594 { background: content-box no-repeat bottom center fixed none }
bg36595 { background: content-box no-repeat bottom center fixed url(test.jpg) }
bg36596 { background: content-box no-repeat bottom center none }
bg36597 { background: content-box no-repeat bottom center none fixed }
bg36598 { background: content-box no-repeat bottom center none scroll }
bg36599 { background: content-box no-repeat bottom center scroll }
bg36600 { background: content-box no-repeat bottom center scroll none }
bg36601 { background: content-box no-repeat bottom center scroll url(test.jpg) }
bg36602 { background: content-box no-repeat bottom center url(test.jpg) }
bg36603 { background: content-box no-repeat bottom center url(test.jpg) fixed }
bg36604 { background: content-box no-repeat bottom center url(test.jpg) scroll }
bg36605 { background: content-box no-repeat scroll none bottom center }
bg36606 { background: content-box no-repeat scroll bottom center }
bg36607 { background: content-box no-repeat scroll bottom center none }
bg36608 { background: content-box no-repeat scroll bottom center url(test.jpg) }
bg36609 { background: content-box no-repeat scroll url(test.jpg) bottom center }
bg36610 { background: content-box no-repeat url(test.jpg) fixed bottom center }
bg36611 { background: content-box no-repeat url(test.jpg) bottom center }
bg36612 { background: content-box no-repeat url(test.jpg) bottom center fixed }
bg36613 { background: content-box no-repeat url(test.jpg) bottom center scroll }
bg36614 { background: content-box no-repeat url(test.jpg) scroll bottom center }
bg36615 { background: content-box none fixed no-repeat bottom center }
bg36616 { background: content-box none fixed repeat bottom center }
bg36617 { background: content-box none fixed repeat-x bottom center }
bg36618 { background: content-box none fixed repeat-y bottom center }
bg36619 { background: content-box none fixed bottom center }
bg36620 { background: content-box none fixed bottom center no-repeat }
bg36621 { background: content-box none fixed bottom center repeat }
bg36622 { background: content-box none fixed bottom center repeat-x }
bg36623 { background: content-box none fixed bottom center repeat-y }
bg36624 { background: content-box none no-repeat fixed bottom center }
bg36625 { background: content-box none no-repeat bottom center }
bg36626 { background: content-box none no-repeat bottom center fixed }
bg36627 { background: content-box none no-repeat bottom center scroll }
bg36628 { background: content-box none no-repeat scroll bottom center }
bg36629 { background: content-box none repeat fixed bottom center }
bg36630 { background: content-box none repeat bottom center }
bg36631 { background: content-box none repeat bottom center fixed }
bg36632 { background: content-box none repeat bottom center scroll }
bg36633 { background: content-box none repeat scroll bottom center }
bg36634 { background: content-box none repeat-x fixed bottom center }
bg36635 { background: content-box none repeat-x bottom center }
bg36636 { background: content-box none repeat-x bottom center fixed }
bg36637 { background: content-box none repeat-x bottom center scroll }
bg36638 { background: content-box none repeat-x scroll bottom center }
bg36639 { background: content-box none repeat-y fixed bottom center }
bg36640 { background: content-box none repeat-y bottom center }
bg36641 { background: content-box none repeat-y bottom center fixed }
bg36642 { background: content-box none repeat-y bottom center scroll }
bg36643 { background: content-box none repeat-y scroll bottom center }
bg36644 { background: content-box none bottom center }
bg36645 { background: content-box none bottom center fixed }
bg36646 { background: content-box none bottom center fixed no-repeat }
bg36647 { background: content-box none bottom center fixed repeat }
bg36648 { background: content-box none bottom center fixed repeat-x }
bg36649 { background: content-box none bottom center fixed repeat-y }
bg36650 { background: content-box none bottom center no-repeat }
bg36651 { background: content-box none bottom center no-repeat fixed }
bg36652 { background: content-box none bottom center no-repeat scroll }
bg36653 { background: content-box none bottom center repeat }
bg36654 { background: content-box none bottom center repeat fixed }
bg36655 { background: content-box none bottom center repeat scroll }
bg36656 { background: content-box none bottom center repeat-x }
bg36657 { background: content-box none bottom center repeat-x fixed }
bg36658 { background: content-box none bottom center repeat-x scroll }
bg36659 { background: content-box none bottom center repeat-y }
bg36660 { background: content-box none bottom center repeat-y fixed }
bg36661 { background: content-box none bottom center repeat-y scroll }
bg36662 { background: content-box none bottom center scroll }
bg36663 { background: content-box none bottom center scroll no-repeat }
bg36664 { background: content-box none bottom center scroll repeat }
bg36665 { background: content-box none bottom center scroll repeat-x }
bg36666 { background: content-box none bottom center scroll repeat-y }
bg36667 { background: content-box none scroll no-repeat bottom center }
bg36668 { background: content-box none scroll repeat bottom center }
bg36669 { background: content-box none scroll repeat-x bottom center }
bg36670 { background: content-box none scroll repeat-y bottom center }
bg36671 { background: content-box none scroll bottom center }
bg36672 { background: content-box none scroll bottom center no-repeat }
bg36673 { background: content-box none scroll bottom center repeat }
bg36674 { background: content-box none scroll bottom center repeat-x }
bg36675 { background: content-box none scroll bottom center repeat-y }
bg36676 { background: content-box repeat fixed none bottom center }
bg36677 { background: content-box repeat fixed bottom center }
bg36678 { background: content-box repeat fixed bottom center none }
bg36679 { background: content-box repeat fixed bottom center url(test.jpg) }
bg36680 { background: content-box repeat fixed url(test.jpg) bottom center }
bg36681 { background: content-box repeat none fixed bottom center }
bg36682 { background: content-box repeat none bottom center }
bg36683 { background: content-box repeat none bottom center fixed }
bg36684 { background: content-box repeat none bottom center scroll }
bg36685 { background: content-box repeat none scroll bottom center }
bg36686 { background: content-box repeat bottom center }
bg36687 { background: content-box repeat bottom center fixed }
bg36688 { background: content-box repeat bottom center fixed none }
bg36689 { background: content-box repeat bottom center fixed url(test.jpg) }
bg36690 { background: content-box repeat bottom center none }
bg36691 { background: content-box repeat bottom center none fixed }
bg36692 { background: content-box repeat bottom center none scroll }
bg36693 { background: content-box repeat bottom center scroll }
bg36694 { background: content-box repeat bottom center scroll none }
bg36695 { background: content-box repeat bottom center scroll url(test.jpg) }
bg36696 { background: content-box repeat bottom center url(test.jpg) }
bg36697 { background: content-box repeat bottom center url(test.jpg) fixed }
bg36698 { background: content-box repeat bottom center url(test.jpg) scroll }
bg36699 { background: content-box repeat scroll none bottom center }
bg36700 { background: content-box repeat scroll bottom center }
bg36701 { background: content-box repeat scroll bottom center none }
bg36702 { background: content-box repeat scroll bottom center url(test.jpg) }
bg36703 { background: content-box repeat scroll url(test.jpg) bottom center }
bg36704 { background: content-box repeat url(test.jpg) fixed bottom center }
bg36705 { background: content-box repeat url(test.jpg) bottom center }
bg36706 { background: content-box repeat url(test.jpg) bottom center fixed }
bg36707 { background: content-box repeat url(test.jpg) bottom center scroll }
bg36708 { background: content-box repeat url(test.jpg) scroll bottom center }
bg36709 { background: content-box repeat-x fixed none bottom center }
bg36710 { background: content-box repeat-x fixed bottom center }
bg36711 { background: content-box repeat-x fixed bottom center none }
bg36712 { background: content-box repeat-x fixed bottom center url(test.jpg) }
bg36713 { background: content-box repeat-x fixed url(test.jpg) bottom center }
bg36714 { background: content-box repeat-x none fixed bottom center }
bg36715 { background: content-box repeat-x none bottom center }
bg36716 { background: content-box repeat-x none bottom center fixed }
bg36717 { background: content-box repeat-x none bottom center scroll }
bg36718 { background: content-box repeat-x none scroll bottom center }
bg36719 { background: content-box repeat-x bottom center }
bg36720 { background: content-box repeat-x bottom center fixed }
bg36721 { background: content-box repeat-x bottom center fixed none }
bg36722 { background: content-box repeat-x bottom center fixed url(test.jpg) }
bg36723 { background: content-box repeat-x bottom center none }
bg36724 { background: content-box repeat-x bottom center none fixed }
bg36725 { background: content-box repeat-x bottom center none scroll }
bg36726 { background: content-box repeat-x bottom center scroll }
bg36727 { background: content-box repeat-x bottom center scroll none }
bg36728 { background: content-box repeat-x bottom center scroll url(test.jpg) }
bg36729 { background: content-box repeat-x bottom center url(test.jpg) }
bg36730 { background: content-box repeat-x bottom center url(test.jpg) fixed }
bg36731 { background: content-box repeat-x bottom center url(test.jpg) scroll }
bg36732 { background: content-box repeat-x scroll none bottom center }
bg36733 { background: content-box repeat-x scroll bottom center }
bg36734 { background: content-box repeat-x scroll bottom center none }
bg36735 { background: content-box repeat-x scroll bottom center url(test.jpg) }
bg36736 { background: content-box repeat-x scroll url(test.jpg) bottom center }
bg36737 { background: content-box repeat-x url(test.jpg) fixed bottom center }
bg36738 { background: content-box repeat-x url(test.jpg) bottom center }
bg36739 { background: content-box repeat-x url(test.jpg) bottom center fixed }
bg36740 { background: content-box repeat-x url(test.jpg) bottom center scroll }
bg36741 { background: content-box repeat-x url(test.jpg) scroll bottom center }
bg36742 { background: content-box repeat-y fixed none bottom center }
bg36743 { background: content-box repeat-y fixed bottom center }
bg36744 { background: content-box repeat-y fixed bottom center none }
bg36745 { background: content-box repeat-y fixed bottom center url(test.jpg) }
bg36746 { background: content-box repeat-y fixed url(test.jpg) bottom center }
bg36747 { background: content-box repeat-y none fixed bottom center }
bg36748 { background: content-box repeat-y none bottom center }
bg36749 { background: content-box repeat-y none bottom center fixed }
bg36750 { background: content-box repeat-y none bottom center scroll }
bg36751 { background: content-box repeat-y none scroll bottom center }
bg36752 { background: content-box repeat-y bottom center }
bg36753 { background: content-box repeat-y bottom center fixed }
bg36754 { background: content-box repeat-y bottom center fixed none }
bg36755 { background: content-box repeat-y bottom center fixed url(test.jpg) }
bg36756 { background: content-box repeat-y bottom center none }
bg36757 { background: content-box repeat-y bottom center none fixed }
bg36758 { background: content-box repeat-y bottom center none scroll }
bg36759 { background: content-box repeat-y bottom center scroll }
bg36760 { background: content-box repeat-y bottom center scroll none }
bg36761 { background: content-box repeat-y bottom center scroll url(test.jpg) }
bg36762 { background: content-box repeat-y bottom center url(test.jpg) }
bg36763 { background: content-box repeat-y bottom center url(test.jpg) fixed }
bg36764 { background: content-box repeat-y bottom center url(test.jpg) scroll }
bg36765 { background: content-box repeat-y scroll none bottom center }
bg36766 { background: content-box repeat-y scroll bottom center }
bg36767 { background: content-box repeat-y scroll bottom center none }
bg36768 { background: content-box repeat-y scroll bottom center url(test.jpg) }
bg36769 { background: content-box repeat-y scroll url(test.jpg) bottom center }
bg36770 { background: content-box repeat-y url(test.jpg) fixed bottom center }
bg36771 { background: content-box repeat-y url(test.jpg) bottom center }
bg36772 { background: content-box repeat-y url(test.jpg) bottom center fixed }
bg36773 { background: content-box repeat-y url(test.jpg) bottom center scroll }
bg36774 { background: content-box repeat-y url(test.jpg) scroll bottom center }
bg36775 { background: content-box bottom center }
bg36776 { background: content-box bottom center fixed }
bg36777 { background: content-box bottom center fixed no-repeat }
bg36778 { background: content-box bottom center fixed no-repeat none }
bg36779 { background: content-box bottom center fixed no-repeat url(test.jpg) }
bg36780 { background: content-box bottom center fixed none }
bg36781 { background: content-box bottom center fixed none no-repeat }
bg36782 { background: content-box bottom center fixed none repeat }
bg36783 { background: content-box bottom center fixed none repeat-x }
bg36784 { background: content-box bottom center fixed none repeat-y }
bg36785 { background: content-box bottom center fixed repeat }
bg36786 { background: content-box bottom center fixed repeat none }
bg36787 { background: content-box bottom center fixed repeat url(test.jpg) }
bg36788 { background: content-box bottom center fixed repeat-x }
bg36789 { background: content-box bottom center fixed repeat-x none }
bg36790 { background: content-box bottom center fixed repeat-x url(test.jpg) }
bg36791 { background: content-box bottom center fixed repeat-y }
bg36792 { background: content-box bottom center fixed repeat-y none }
bg36793 { background: content-box bottom center fixed repeat-y url(test.jpg) }
bg36794 { background: content-box bottom center fixed url(test.jpg) }
bg36795 { background: content-box bottom center fixed url(test.jpg) no-repeat }
bg36796 { background: content-box bottom center fixed url(test.jpg) repeat }
bg36797 { background: content-box bottom center fixed url(test.jpg) repeat-x }
bg36798 { background: content-box bottom center fixed url(test.jpg) repeat-y }
bg36799 { background: content-box bottom center no-repeat }
bg36800 { background: content-box bottom center no-repeat fixed }
bg36801 { background: content-box bottom center no-repeat fixed none }
bg36802 { background: content-box bottom center no-repeat fixed url(test.jpg) }
bg36803 { background: content-box bottom center no-repeat none }
bg36804 { background: content-box bottom center no-repeat none fixed }
bg36805 { background: content-box bottom center no-repeat none scroll }
bg36806 { background: content-box bottom center no-repeat scroll }
bg36807 { background: content-box bottom center no-repeat scroll none }
bg36808 { background: content-box bottom center no-repeat scroll url(test.jpg) }
bg36809 { background: content-box bottom center no-repeat url(test.jpg) }
bg36810 { background: content-box bottom center no-repeat url(test.jpg) fixed }
bg36811 { background: content-box bottom center no-repeat url(test.jpg) scroll }
bg36812 { background: content-box bottom center none }
bg36813 { background: content-box bottom center none fixed }
bg36814 { background: content-box bottom center none fixed no-repeat }
bg36815 { background: content-box bottom center none fixed repeat }
bg36816 { background: content-box bottom center none fixed repeat-x }
bg36817 { background: content-box bottom center none fixed repeat-y }
bg36818 { background: content-box bottom center none no-repeat }
bg36819 { background: content-box bottom center none no-repeat fixed }
bg36820 { background: content-box bottom center none no-repeat scroll }
bg36821 { background: content-box bottom center none repeat }
bg36822 { background: content-box bottom center none repeat fixed }
bg36823 { background: content-box bottom center none repeat scroll }
bg36824 { background: content-box bottom center none repeat-x }
bg36825 { background: content-box bottom center none repeat-x fixed }
bg36826 { background: content-box bottom center none repeat-x scroll }
bg36827 { background: content-box bottom center none repeat-y }
bg36828 { background: content-box bottom center none repeat-y fixed }
bg36829 { background: content-box bottom center none repeat-y scroll }
bg36830 { background: content-box bottom center none scroll }
bg36831 { background: content-box bottom center none scroll no-repeat }
bg36832 { background: content-box bottom center none scroll repeat }
bg36833 { background: content-box bottom center none scroll repeat-x }
bg36834 { background: content-box bottom center none scroll repeat-y }
bg36835 { background: content-box bottom center repeat }
bg36836 { background: content-box bottom center repeat fixed }
bg36837 { background: content-box bottom center repeat fixed none }
bg36838 { background: content-box bottom center repeat fixed url(test.jpg) }
bg36839 { background: content-box bottom center repeat none }
bg36840 { background: content-box bottom center repeat none fixed }
bg36841 { background: content-box bottom center repeat none scroll }
bg36842 { background: content-box bottom center repeat scroll }
bg36843 { background: content-box bottom center repeat scroll none }
bg36844 { background: content-box bottom center repeat scroll url(test.jpg) }
bg36845 { background: content-box bottom center repeat url(test.jpg) }
bg36846 { background: content-box bottom center repeat url(test.jpg) fixed }
bg36847 { background: content-box bottom center repeat url(test.jpg) scroll }
bg36848 { background: content-box bottom center repeat-x }
bg36849 { background: content-box bottom center repeat-x fixed }
bg36850 { background: content-box bottom center repeat-x fixed none }
bg36851 { background: content-box bottom center repeat-x fixed url(test.jpg) }
bg36852 { background: content-box bottom center repeat-x none }
bg36853 { background: content-box bottom center repeat-x none fixed }
bg36854 { background: content-box bottom center repeat-x none scroll }
bg36855 { background: content-box bottom center repeat-x scroll }
bg36856 { background: content-box bottom center repeat-x scroll none }
bg36857 { background: content-box bottom center repeat-x scroll url(test.jpg) }
bg36858 { background: content-box bottom center repeat-x url(test.jpg) }
bg36859 { background: content-box bottom center repeat-x url(test.jpg) fixed }
bg36860 { background: content-box bottom center repeat-x url(test.jpg) scroll }
bg36861 { background: content-box bottom center repeat-y }
bg36862 { background: content-box bottom center repeat-y fixed }
bg36863 { background: content-box bottom center repeat-y fixed none }
bg36864 { background: content-box bottom center repeat-y fixed url(test.jpg) }
bg36865 { background: content-box bottom center repeat-y none }
bg36866 { background: content-box bottom center repeat-y none fixed }
bg36867 { background: content-box bottom center repeat-y none scroll }
bg36868 { background: content-box bottom center repeat-y scroll }
bg36869 { background: content-box bottom center repeat-y scroll none }
bg36870 { background: content-box bottom center repeat-y scroll url(test.jpg) }
bg36871 { background: content-box bottom center repeat-y url(test.jpg) }
bg36872 { background: content-box bottom center repeat-y url(test.jpg) fixed }
bg36873 { background: content-box bottom center repeat-y url(test.jpg) scroll }
bg36874 { background: content-box bottom center scroll }
bg36875 { background: content-box bottom center scroll no-repeat }
bg36876 { background: content-box bottom center scroll no-repeat none }
bg36877 { background: content-box bottom center scroll no-repeat url(test.jpg) }
bg36878 { background: content-box bottom center scroll none }
bg36879 { background: content-box bottom center scroll none no-repeat }
bg36880 { background: content-box bottom center scroll none repeat }
bg36881 { background: content-box bottom center scroll none repeat-x }
bg36882 { background: content-box bottom center scroll none repeat-y }
bg36883 { background: content-box bottom center scroll repeat }
bg36884 { background: content-box bottom center scroll repeat none }
bg36885 { background: content-box bottom center scroll repeat url(test.jpg) }
bg36886 { background: content-box bottom center scroll repeat-x }
bg36887 { background: content-box bottom center scroll repeat-x none }
bg36888 { background: content-box bottom center scroll repeat-x url(test.jpg) }
bg36889 { background: content-box bottom center scroll repeat-y }
bg36890 { background: content-box bottom center scroll repeat-y none }
bg36891 { background: content-box bottom center scroll repeat-y url(test.jpg) }
bg36892 { background: content-box bottom center scroll url(test.jpg) }
bg36893 { background: content-box bottom center scroll url(test.jpg) no-repeat }
bg36894 { background: content-box bottom center scroll url(test.jpg) repeat }
bg36895 { background: content-box bottom center scroll url(test.jpg) repeat-x }
bg36896 { background: content-box bottom center scroll url(test.jpg) repeat-y }
bg36897 { background: content-box bottom center url(test.jpg) }
bg36898 { background: content-box bottom center url(test.jpg) fixed }
bg36899 { background: content-box bottom center url(test.jpg) fixed no-repeat }
bg36900 { background: content-box bottom center url(test.jpg) fixed repeat }
bg36901 { background: content-box bottom center url(test.jpg) fixed repeat-x }
bg36902 { background: content-box bottom center url(test.jpg) fixed repeat-y }
bg36903 { background: content-box bottom center url(test.jpg) no-repeat }
bg36904 { background: content-box bottom center url(test.jpg) no-repeat fixed }
bg36905 { background: content-box bottom center url(test.jpg) no-repeat scroll }
bg36906 { background: content-box bottom center url(test.jpg) repeat }
bg36907 { background: content-box bottom center url(test.jpg) repeat fixed }
bg36908 { background: content-box bottom center url(test.jpg) repeat scroll }
bg36909 { background: content-box bottom center url(test.jpg) repeat-x }
bg36910 { background: content-box bottom center url(test.jpg) repeat-x fixed }
bg36911 { background: content-box bottom center url(test.jpg) repeat-x scroll }
bg36912 { background: content-box bottom center url(test.jpg) repeat-y }
bg36913 { background: content-box bottom center url(test.jpg) repeat-y fixed }
bg36914 { background: content-box bottom center url(test.jpg) repeat-y scroll }
bg36915 { background: content-box bottom center url(test.jpg) scroll }
bg36916 { background: content-box bottom center url(test.jpg) scroll no-repeat }
bg36917 { background: content-box bottom center url(test.jpg) scroll repeat }
bg36918 { background: content-box bottom center url(test.jpg) scroll repeat-x }
bg36919 { background: content-box bottom center url(test.jpg) scroll repeat-y }
bg36920 { background: content-box scroll no-repeat none bottom center }
bg36921 { background: content-box scroll no-repeat bottom center }
bg36922 { background: content-box scroll no-repeat bottom center none }
bg36923 { background: content-box scroll no-repeat bottom center url(test.jpg) }
bg36924 { background: content-box scroll no-repeat url(test.jpg) bottom center }
bg36925 { background: content-box scroll none no-repeat bottom center }
bg36926 { background: content-box scroll none repeat bottom center }
bg36927 { background: content-box scroll none repeat-x bottom center }
bg36928 { background: content-box scroll none repeat-y bottom center }
bg36929 { background: content-box scroll none bottom center }
bg36930 { background: content-box scroll none bottom center no-repeat }
bg36931 { background: content-box scroll none bottom center repeat }
bg36932 { background: content-box scroll none bottom center repeat-x }
bg36933 { background: content-box scroll none bottom center repeat-y }
bg36934 { background: content-box scroll repeat none bottom center }
bg36935 { background: content-box scroll repeat bottom center }
bg36936 { background: content-box scroll repeat bottom center none }
bg36937 { background: content-box scroll repeat bottom center url(test.jpg) }
bg36938 { background: content-box scroll repeat url(test.jpg) bottom center }
bg36939 { background: content-box scroll repeat-x none bottom center }
bg36940 { background: content-box scroll repeat-x bottom center }
bg36941 { background: content-box scroll repeat-x bottom center none }
bg36942 { background: content-box scroll repeat-x bottom center url(test.jpg) }
bg36943 { background: content-box scroll repeat-x url(test.jpg) bottom center }
bg36944 { background: content-box scroll repeat-y none bottom center }
bg36945 { background: content-box scroll repeat-y bottom center }
bg36946 { background: content-box scroll repeat-y bottom center none }
bg36947 { background: content-box scroll repeat-y bottom center url(test.jpg) }
bg36948 { background: content-box scroll repeat-y url(test.jpg) bottom center }
bg36949 { background: content-box scroll bottom center }
bg36950 { background: content-box scroll bottom center no-repeat }
bg36951 { background: content-box scroll bottom center no-repeat none }
bg36952 { background: content-box scroll bottom center no-repeat url(test.jpg) }
bg36953 { background: content-box scroll bottom center none }
bg36954 { background: content-box scroll bottom center none no-repeat }
bg36955 { background: content-box scroll bottom center none repeat }
bg36956 { background: content-box scroll bottom center none repeat-x }
bg36957 { background: content-box scroll bottom center none repeat-y }
bg36958 { background: content-box scroll bottom center repeat }
bg36959 { background: content-box scroll bottom center repeat none }
bg36960 { background: content-box scroll bottom center repeat url(test.jpg) }
bg36961 { background: content-box scroll bottom center repeat-x }
bg36962 { background: content-box scroll bottom center repeat-x none }
bg36963 { background: content-box scroll bottom center repeat-x url(test.jpg) }
bg36964 { background: content-box scroll bottom center repeat-y }
bg36965 { background: content-box scroll bottom center repeat-y none }
bg36966 { background: content-box scroll bottom center repeat-y url(test.jpg) }
bg36967 { background: content-box scroll bottom center url(test.jpg) }
bg36968 { background: content-box scroll bottom center url(test.jpg) no-repeat }
bg36969 { background: content-box scroll bottom center url(test.jpg) repeat }
bg36970 { background: content-box scroll bottom center url(test.jpg) repeat-x }
bg36971 { background: content-box scroll bottom center url(test.jpg) repeat-y }
bg36972 { background: content-box scroll url(test.jpg) no-repeat bottom center }
bg36973 { background: content-box scroll url(test.jpg) repeat bottom center }
bg36974 { background: content-box scroll url(test.jpg) repeat-x bottom center }
bg36975 { background: content-box scroll url(test.jpg) repeat-y bottom center }
bg36976 { background: content-box scroll url(test.jpg) bottom center }
bg36977 { background: content-box scroll url(test.jpg) bottom center no-repeat }
bg36978 { background: content-box scroll url(test.jpg) bottom center repeat }
bg36979 { background: content-box scroll url(test.jpg) bottom center repeat-x }
bg36980 { background: content-box scroll url(test.jpg) bottom center repeat-y }
bg36981 { background: content-box url(test.jpg) fixed no-repeat bottom center }
bg36982 { background: content-box url(test.jpg) fixed repeat bottom center }
bg36983 { background: content-box url(test.jpg) fixed repeat-x bottom center }
bg36984 { background: content-box url(test.jpg) fixed repeat-y bottom center }
bg36985 { background: content-box url(test.jpg) fixed bottom center }
bg36986 { background: content-box url(test.jpg) fixed bottom center no-repeat }
bg36987 { background: content-box url(test.jpg) fixed bottom center repeat }
bg36988 { background: content-box url(test.jpg) fixed bottom center repeat-x }
bg36989 { background: content-box url(test.jpg) fixed bottom center repeat-y }
bg36990 { background: content-box url(test.jpg) no-repeat fixed bottom center }
bg36991 { background: content-box url(test.jpg) no-repeat bottom center }
bg36992 { background: content-box url(test.jpg) no-repeat bottom center fixed }
bg36993 { background: content-box url(test.jpg) no-repeat bottom center scroll }
bg36994 { background: content-box url(test.jpg) no-repeat scroll bottom center }
bg36995 { background: content-box url(test.jpg) repeat fixed bottom center }
bg36996 { background: content-box url(test.jpg) repeat bottom center }
bg36997 { background: content-box url(test.jpg) repeat bottom center fixed }
bg36998 { background: content-box url(test.jpg) repeat bottom center scroll }
bg36999 { background: content-box url(test.jpg) repeat scroll bottom center }
bg37000 { background: content-box url(test.jpg) repeat-x fixed bottom center }
bg37001 { background: content-box url(test.jpg) repeat-x bottom center }
bg37002 { background: content-box url(test.jpg) repeat-x bottom center fixed }
bg37003 { background: content-box url(test.jpg) repeat-x bottom center scroll }
bg37004 { background: content-box url(test.jpg) repeat-x scroll bottom center }
bg37005 { background: content-box url(test.jpg) repeat-y fixed bottom center }
bg37006 { background: content-box url(test.jpg) repeat-y bottom center }
bg37007 { background: content-box url(test.jpg) repeat-y bottom center fixed }
bg37008 { background: content-box url(test.jpg) repeat-y bottom center scroll }
bg37009 { background: content-box url(test.jpg) repeat-y scroll bottom center }
bg37010 { background: content-box url(test.jpg) bottom center }
bg37011 { background: content-box url(test.jpg) bottom center fixed }
bg37012 { background: content-box url(test.jpg) bottom center fixed no-repeat }
bg37013 { background: content-box url(test.jpg) bottom center fixed repeat }
bg37014 { background: content-box url(test.jpg) bottom center fixed repeat-x }
bg37015 { background: content-box url(test.jpg) bottom center fixed repeat-y }
bg37016 { background: content-box url(test.jpg) bottom center no-repeat }
bg37017 { background: content-box url(test.jpg) bottom center no-repeat fixed }
bg37018 { background: content-box url(test.jpg) bottom center no-repeat scroll }
bg37019 { background: content-box url(test.jpg) bottom center repeat }
bg37020 { background: content-box url(test.jpg) bottom center repeat fixed }
bg37021 { background: content-box url(test.jpg) bottom center repeat scroll }
bg37022 { background: content-box url(test.jpg) bottom center repeat-x }
bg37023 { background: content-box url(test.jpg) bottom center repeat-x fixed }
bg37024 { background: content-box url(test.jpg) bottom center repeat-x scroll }
bg37025 { background: content-box url(test.jpg) bottom center repeat-y }
bg37026 { background: content-box url(test.jpg) bottom center repeat-y fixed }
bg37027 { background: content-box url(test.jpg) bottom center repeat-y scroll }
bg37028 { background: content-box url(test.jpg) bottom center scroll }
bg37029 { background: content-box url(test.jpg) bottom center scroll no-repeat }
bg37030 { background: content-box url(test.jpg) bottom center scroll repeat }
bg37031 { background: content-box url(test.jpg) bottom center scroll repeat-x }
bg37032 { background: content-box url(test.jpg) bottom center scroll repeat-y }
bg37033 { background: content-box url(test.jpg) scroll no-repeat bottom center }
bg37034 { background: content-box url(test.jpg) scroll repeat bottom center }
bg37035 { background: content-box url(test.jpg) scroll repeat-x bottom center }
bg37036 { background: content-box url(test.jpg) scroll repeat-y bottom center }
bg37037 { background: content-box url(test.jpg) scroll bottom center }
bg37038 { background: content-box url(test.jpg) scroll bottom center no-repeat }
bg37039 { background: content-box url(test.jpg) scroll bottom center repeat }
bg37040 { background: content-box url(test.jpg) scroll bottom center repeat-x }
bg37041 { background: content-box url(test.jpg) scroll bottom center repeat-y }
bg37042 { background: url(test.jpg) fixed no-repeat bottom center content-box }
bg37043 { background: url(test.jpg) fixed no-repeat content-box bottom center }
bg37044 { background: url(test.jpg) fixed repeat bottom center content-box }
bg37045 { background: url(test.jpg) fixed repeat content-box bottom center }
bg37046 { background: url(test.jpg) fixed repeat-x bottom center content-box }
bg37047 { background: url(test.jpg) fixed repeat-x content-box bottom center }
bg37048 { background: url(test.jpg) fixed repeat-y bottom center content-box }
bg37049 { background: url(test.jpg) fixed repeat-y content-box bottom center }
bg37050 { background: url(test.jpg) fixed bottom center no-repeat content-box }
bg37051 { background: url(test.jpg) fixed bottom center repeat content-box }
bg37052 { background: url(test.jpg) fixed bottom center repeat-x content-box }
bg37053 { background: url(test.jpg) fixed bottom center repeat-y content-box }
bg37054 { background: url(test.jpg) fixed bottom center content-box }
bg37055 { background: url(test.jpg) fixed bottom center content-box no-repeat }
bg37056 { background: url(test.jpg) fixed bottom center content-box repeat }
bg37057 { background: url(test.jpg) fixed bottom center content-box repeat-x }
bg37058 { background: url(test.jpg) fixed bottom center content-box repeat-y }
bg37059 { background: url(test.jpg) fixed content-box no-repeat bottom center }
bg37060 { background: url(test.jpg) fixed content-box repeat bottom center }
bg37061 { background: url(test.jpg) fixed content-box repeat-x bottom center }
bg37062 { background: url(test.jpg) fixed content-box repeat-y bottom center }
bg37063 { background: url(test.jpg) fixed content-box bottom center }
bg37064 { background: url(test.jpg) fixed content-box bottom center no-repeat }
bg37065 { background: url(test.jpg) fixed content-box bottom center repeat }
bg37066 { background: url(test.jpg) fixed content-box bottom center repeat-x }
bg37067 { background: url(test.jpg) fixed content-box bottom center repeat-y }
bg37068 { background: url(test.jpg) no-repeat fixed bottom center content-box }
bg37069 { background: url(test.jpg) no-repeat fixed content-box bottom center }
bg37070 { background: url(test.jpg) no-repeat bottom center fixed content-box }
bg37071 { background: url(test.jpg) no-repeat bottom center scroll content-box }
bg37072 { background: url(test.jpg) no-repeat bottom center content-box }
bg37073 { background: url(test.jpg) no-repeat bottom center content-box fixed }
bg37074 { background: url(test.jpg) no-repeat bottom center content-box scroll }
bg37075 { background: url(test.jpg) no-repeat scroll bottom center content-box }
bg37076 { background: url(test.jpg) no-repeat scroll content-box bottom center }
bg37077 { background: url(test.jpg) no-repeat content-box fixed bottom center }
bg37078 { background: url(test.jpg) no-repeat content-box bottom center }
bg37079 { background: url(test.jpg) no-repeat content-box bottom center fixed }
bg37080 { background: url(test.jpg) no-repeat content-box bottom center scroll }
bg37081 { background: url(test.jpg) no-repeat content-box scroll bottom center }
bg37082 { background: url(test.jpg) repeat fixed bottom center content-box }
bg37083 { background: url(test.jpg) repeat fixed content-box bottom center }
bg37084 { background: url(test.jpg) repeat bottom center fixed content-box }
bg37085 { background: url(test.jpg) repeat bottom center scroll content-box }
bg37086 { background: url(test.jpg) repeat bottom center content-box }
bg37087 { background: url(test.jpg) repeat bottom center content-box fixed }
bg37088 { background: url(test.jpg) repeat bottom center content-box scroll }
bg37089 { background: url(test.jpg) repeat scroll bottom center content-box }
bg37090 { background: url(test.jpg) repeat scroll content-box bottom center }
bg37091 { background: url(test.jpg) repeat content-box fixed bottom center }
bg37092 { background: url(test.jpg) repeat content-box bottom center }
bg37093 { background: url(test.jpg) repeat content-box bottom center fixed }
bg37094 { background: url(test.jpg) repeat content-box bottom center scroll }
bg37095 { background: url(test.jpg) repeat content-box scroll bottom center }
bg37096 { background: url(test.jpg) repeat-x fixed bottom center content-box }
bg37097 { background: url(test.jpg) repeat-x fixed content-box bottom center }
bg37098 { background: url(test.jpg) repeat-x bottom center fixed content-box }
bg37099 { background: url(test.jpg) repeat-x bottom center scroll content-box }
bg37100 { background: url(test.jpg) repeat-x bottom center content-box }
bg37101 { background: url(test.jpg) repeat-x bottom center content-box fixed }
bg37102 { background: url(test.jpg) repeat-x bottom center content-box scroll }
bg37103 { background: url(test.jpg) repeat-x scroll bottom center content-box }
bg37104 { background: url(test.jpg) repeat-x scroll content-box bottom center }
bg37105 { background: url(test.jpg) repeat-x content-box fixed bottom center }
bg37106 { background: url(test.jpg) repeat-x content-box bottom center }
bg37107 { background: url(test.jpg) repeat-x content-box bottom center fixed }
bg37108 { background: url(test.jpg) repeat-x content-box bottom center scroll }
bg37109 { background: url(test.jpg) repeat-x content-box scroll bottom center }
bg37110 { background: url(test.jpg) repeat-y fixed bottom center content-box }
bg37111 { background: url(test.jpg) repeat-y fixed content-box bottom center }
bg37112 { background: url(test.jpg) repeat-y bottom center fixed content-box }
bg37113 { background: url(test.jpg) repeat-y bottom center scroll content-box }
bg37114 { background: url(test.jpg) repeat-y bottom center content-box }
bg37115 { background: url(test.jpg) repeat-y bottom center content-box fixed }
bg37116 { background: url(test.jpg) repeat-y bottom center content-box scroll }
bg37117 { background: url(test.jpg) repeat-y scroll bottom center content-box }
bg37118 { background: url(test.jpg) repeat-y scroll content-box bottom center }
bg37119 { background: url(test.jpg) repeat-y content-box fixed bottom center }
bg37120 { background: url(test.jpg) repeat-y content-box bottom center }
bg37121 { background: url(test.jpg) repeat-y content-box bottom center fixed }
bg37122 { background: url(test.jpg) repeat-y content-box bottom center scroll }
bg37123 { background: url(test.jpg) repeat-y content-box scroll bottom center }
bg37124 { background: url(test.jpg) bottom center fixed no-repeat content-box }
bg37125 { background: url(test.jpg) bottom center fixed repeat content-box }
bg37126 { background: url(test.jpg) bottom center fixed repeat-x content-box }
bg37127 { background: url(test.jpg) bottom center fixed repeat-y content-box }
bg37128 { background: url(test.jpg) bottom center fixed content-box }
bg37129 { background: url(test.jpg) bottom center fixed content-box no-repeat }
bg37130 { background: url(test.jpg) bottom center fixed content-box repeat }
bg37131 { background: url(test.jpg) bottom center fixed content-box repeat-x }
bg37132 { background: url(test.jpg) bottom center fixed content-box repeat-y }
bg37133 { background: url(test.jpg) bottom center no-repeat fixed content-box }
bg37134 { background: url(test.jpg) bottom center no-repeat scroll content-box }
bg37135 { background: url(test.jpg) bottom center no-repeat content-box }
bg37136 { background: url(test.jpg) bottom center no-repeat content-box fixed }
bg37137 { background: url(test.jpg) bottom center no-repeat content-box scroll }
bg37138 { background: url(test.jpg) bottom center repeat fixed content-box }
bg37139 { background: url(test.jpg) bottom center repeat scroll content-box }
bg37140 { background: url(test.jpg) bottom center repeat content-box }
bg37141 { background: url(test.jpg) bottom center repeat content-box fixed }
bg37142 { background: url(test.jpg) bottom center repeat content-box scroll }
bg37143 { background: url(test.jpg) bottom center repeat-x fixed content-box }
bg37144 { background: url(test.jpg) bottom center repeat-x scroll content-box }
bg37145 { background: url(test.jpg) bottom center repeat-x content-box }
bg37146 { background: url(test.jpg) bottom center repeat-x content-box fixed }
bg37147 { background: url(test.jpg) bottom center repeat-x content-box scroll }
bg37148 { background: url(test.jpg) bottom center repeat-y fixed content-box }
bg37149 { background: url(test.jpg) bottom center repeat-y scroll content-box }
bg37150 { background: url(test.jpg) bottom center repeat-y content-box }
bg37151 { background: url(test.jpg) bottom center repeat-y content-box fixed }
bg37152 { background: url(test.jpg) bottom center repeat-y content-box scroll }
bg37153 { background: url(test.jpg) bottom center scroll no-repeat content-box }
bg37154 { background: url(test.jpg) bottom center scroll repeat content-box }
bg37155 { background: url(test.jpg) bottom center scroll repeat-x content-box }
bg37156 { background: url(test.jpg) bottom center scroll repeat-y content-box }
bg37157 { background: url(test.jpg) bottom center scroll content-box }
bg37158 { background: url(test.jpg) bottom center scroll content-box no-repeat }
bg37159 { background: url(test.jpg) bottom center scroll content-box repeat }
bg37160 { background: url(test.jpg) bottom center scroll content-box repeat-x }
bg37161 { background: url(test.jpg) bottom center scroll content-box repeat-y }
bg37162 { background: url(test.jpg) bottom center content-box }
bg37163 { background: url(test.jpg) bottom center content-box fixed }
bg37164 { background: url(test.jpg) bottom center content-box fixed no-repeat }
bg37165 { background: url(test.jpg) bottom center content-box fixed repeat }
bg37166 { background: url(test.jpg) bottom center content-box fixed repeat-x }
bg37167 { background: url(test.jpg) bottom center content-box fixed repeat-y }
bg37168 { background: url(test.jpg) bottom center content-box no-repeat }
bg37169 { background: url(test.jpg) bottom center content-box no-repeat fixed }
bg37170 { background: url(test.jpg) bottom center content-box no-repeat scroll }
bg37171 { background: url(test.jpg) bottom center content-box repeat }
bg37172 { background: url(test.jpg) bottom center content-box repeat fixed }
bg37173 { background: url(test.jpg) bottom center content-box repeat scroll }
bg37174 { background: url(test.jpg) bottom center content-box repeat-x }
bg37175 { background: url(test.jpg) bottom center content-box repeat-x fixed }
bg37176 { background: url(test.jpg) bottom center content-box repeat-x scroll }
bg37177 { background: url(test.jpg) bottom center content-box repeat-y }
bg37178 { background: url(test.jpg) bottom center content-box repeat-y fixed }
bg37179 { background: url(test.jpg) bottom center content-box repeat-y scroll }
bg37180 { background: url(test.jpg) bottom center content-box scroll }
bg37181 { background: url(test.jpg) bottom center content-box scroll no-repeat }
bg37182 { background: url(test.jpg) bottom center content-box scroll repeat }
bg37183 { background: url(test.jpg) bottom center content-box scroll repeat-x }
bg37184 { background: url(test.jpg) bottom center content-box scroll repeat-y }
bg37185 { background: url(test.jpg) scroll no-repeat bottom center content-box }
bg37186 { background: url(test.jpg) scroll no-repeat content-box bottom center }
bg37187 { background: url(test.jpg) scroll repeat bottom center content-box }
bg37188 { background: url(test.jpg) scroll repeat content-box bottom center }
bg37189 { background: url(test.jpg) scroll repeat-x bottom center content-box }
bg37190 { background: url(test.jpg) scroll repeat-x content-box bottom center }
bg37191 { background: url(test.jpg) scroll repeat-y bottom center content-box }
bg37192 { background: url(test.jpg) scroll repeat-y content-box bottom center }
bg37193 { background: url(test.jpg) scroll bottom center no-repeat content-box }
bg37194 { background: url(test.jpg) scroll bottom center repeat content-box }
bg37195 { background: url(test.jpg) scroll bottom center repeat-x content-box }
bg37196 { background: url(test.jpg) scroll bottom center repeat-y content-box }
bg37197 { background: url(test.jpg) scroll bottom center content-box }
bg37198 { background: url(test.jpg) scroll bottom center content-box no-repeat }
bg37199 { background: url(test.jpg) scroll bottom center content-box repeat }
bg37200 { background: url(test.jpg) scroll bottom center content-box repeat-x }
bg37201 { background: url(test.jpg) scroll bottom center content-box repeat-y }
bg37202 { background: url(test.jpg) scroll content-box no-repeat bottom center }
bg37203 { background: url(test.jpg) scroll content-box repeat bottom center }
bg37204 { background: url(test.jpg) scroll content-box repeat-x bottom center }
bg37205 { background: url(test.jpg) scroll content-box repeat-y bottom center }
bg37206 { background: url(test.jpg) scroll content-box bottom center }
bg37207 { background: url(test.jpg) scroll content-box bottom center no-repeat }
bg37208 { background: url(test.jpg) scroll content-box bottom center repeat }
bg37209 { background: url(test.jpg) scroll content-box bottom center repeat-x }
bg37210 { background: url(test.jpg) scroll content-box bottom center repeat-y }
bg37211 { background: url(test.jpg) content-box fixed no-repeat bottom center }
bg37212 { background: url(test.jpg) content-box fixed repeat bottom center }
bg37213 { background: url(test.jpg) content-box fixed repeat-x bottom center }
bg37214 { background: url(test.jpg) content-box fixed repeat-y bottom center }
bg37215 { background: url(test.jpg) content-box fixed bottom center }
bg37216 { background: url(test.jpg) content-box fixed bottom center no-repeat }
bg37217 { background: url(test.jpg) content-box fixed bottom center repeat }
bg37218 { background: url(test.jpg) content-box fixed bottom center repeat-x }
bg37219 { background: url(test.jpg) content-box fixed bottom center repeat-y }
bg37220 { background: url(test.jpg) content-box no-repeat fixed bottom center }
bg37221 { background: url(test.jpg) content-box no-repeat bottom center }
bg37222 { background: url(test.jpg) content-box no-repeat bottom center fixed }
bg37223 { background: url(test.jpg) content-box no-repeat bottom center scroll }
bg37224 { background: url(test.jpg) content-box no-repeat scroll bottom center }
bg37225 { background: url(test.jpg) content-box repeat fixed bottom center }
bg37226 { background: url(test.jpg) content-box repeat bottom center }
bg37227 { background: url(test.jpg) content-box repeat bottom center fixed }
bg37228 { background: url(test.jpg) content-box repeat bottom center scroll }
bg37229 { background: url(test.jpg) content-box repeat scroll bottom center }
bg37230 { background: url(test.jpg) content-box repeat-x fixed bottom center }
bg37231 { background: url(test.jpg) content-box repeat-x bottom center }
bg37232 { background: url(test.jpg) content-box repeat-x bottom center fixed }
bg37233 { background: url(test.jpg) content-box repeat-x bottom center scroll }
bg37234 { background: url(test.jpg) content-box repeat-x scroll bottom center }
bg37235 { background: url(test.jpg) content-box repeat-y fixed bottom center }
bg37236 { background: url(test.jpg) content-box repeat-y bottom center }
bg37237 { background: url(test.jpg) content-box repeat-y bottom center fixed }
bg37238 { background: url(test.jpg) content-box repeat-y bottom center scroll }
bg37239 { background: url(test.jpg) content-box repeat-y scroll bottom center }
bg37240 { background: url(test.jpg) content-box bottom center }
bg37241 { background: url(test.jpg) content-box bottom center fixed }
bg37242 { background: url(test.jpg) content-box bottom center fixed no-repeat }
bg37243 { background: url(test.jpg) content-box bottom center fixed repeat }
bg37244 { background: url(test.jpg) content-box bottom center fixed repeat-x }
bg37245 { background: url(test.jpg) content-box bottom center fixed repeat-y }
bg37246 { background: url(test.jpg) content-box bottom center no-repeat }
bg37247 { background: url(test.jpg) content-box bottom center no-repeat fixed }
bg37248 { background: url(test.jpg) content-box bottom center no-repeat scroll }
bg37249 { background: url(test.jpg) content-box bottom center repeat }
bg37250 { background: url(test.jpg) content-box bottom center repeat fixed }
bg37251 { background: url(test.jpg) content-box bottom center repeat scroll }
bg37252 { background: url(test.jpg) content-box bottom center repeat-x }
bg37253 { background: url(test.jpg) content-box bottom center repeat-x fixed }
bg37254 { background: url(test.jpg) content-box bottom center repeat-x scroll }
bg37255 { background: url(test.jpg) content-box bottom center repeat-y }
bg37256 { background: url(test.jpg) content-box bottom center repeat-y fixed }
bg37257 { background: url(test.jpg) content-box bottom center repeat-y scroll }
bg37258 { background: url(test.jpg) content-box bottom center scroll }
bg37259 { background: url(test.jpg) content-box bottom center scroll no-repeat }
bg37260 { background: url(test.jpg) content-box bottom center scroll repeat }
bg37261 { background: url(test.jpg) content-box bottom center scroll repeat-x }
bg37262 { background: url(test.jpg) content-box bottom center scroll repeat-y }
bg37263 { background: url(test.jpg) content-box scroll no-repeat bottom center }
bg37264 { background: url(test.jpg) content-box scroll repeat bottom center }
bg37265 { background: url(test.jpg) content-box scroll repeat-x bottom center }
bg37266 { background: url(test.jpg) content-box scroll repeat-y bottom center }
bg37267 { background: url(test.jpg) content-box scroll bottom center }
bg37268 { background: url(test.jpg) content-box scroll bottom center no-repeat }
bg37269 { background: url(test.jpg) content-box scroll bottom center repeat }
bg37270 { background: url(test.jpg) content-box scroll bottom center repeat-x }
bg37271 { background: url(test.jpg) content-box scroll bottom center repeat-y }
bg37272 { background: fixed no-repeat none center bottom content-box }
bg37273 { background: fixed no-repeat none content-box center bottom }
bg37274 { background: fixed no-repeat center bottom none content-box }
bg37275 { background: fixed no-repeat center bottom content-box }
bg37276 { background: fixed no-repeat center bottom content-box none }
bg37277 { background: fixed no-repeat center bottom content-box url(test.jpg) }
bg37278 { background: fixed no-repeat center bottom url(test.jpg) content-box }
bg37279 { background: fixed no-repeat content-box none center bottom }
bg37280 { background: fixed no-repeat content-box center bottom }
bg37281 { background: fixed no-repeat content-box center bottom none }
bg37282 { background: fixed no-repeat content-box center bottom url(test.jpg) }
bg37283 { background: fixed no-repeat content-box url(test.jpg) center bottom }
bg37284 { background: fixed no-repeat url(test.jpg) center bottom content-box }
bg37285 { background: fixed no-repeat url(test.jpg) content-box center bottom }
bg37286 { background: fixed none no-repeat center bottom content-box }
bg37287 { background: fixed none no-repeat content-box center bottom }
bg37288 { background: fixed none repeat center bottom content-box }
bg37289 { background: fixed none repeat content-box center bottom }
bg37290 { background: fixed none repeat-x center bottom content-box }
bg37291 { background: fixed none repeat-x content-box center bottom }
bg37292 { background: fixed none repeat-y center bottom content-box }
bg37293 { background: fixed none repeat-y content-box center bottom }
bg37294 { background: fixed none center bottom no-repeat content-box }
bg37295 { background: fixed none center bottom repeat content-box }
bg37296 { background: fixed none center bottom repeat-x content-box }
bg37297 { background: fixed none center bottom repeat-y content-box }
bg37298 { background: fixed none center bottom content-box }
bg37299 { background: fixed none center bottom content-box no-repeat }
bg37300 { background: fixed none center bottom content-box repeat }
bg37301 { background: fixed none center bottom content-box repeat-x }
bg37302 { background: fixed none center bottom content-box repeat-y }
bg37303 { background: fixed none content-box no-repeat center bottom }
bg37304 { background: fixed none content-box repeat center bottom }
bg37305 { background: fixed none content-box repeat-x center bottom }
bg37306 { background: fixed none content-box repeat-y center bottom }
bg37307 { background: fixed none content-box center bottom }
bg37308 { background: fixed none content-box center bottom no-repeat }
bg37309 { background: fixed none content-box center bottom repeat }
bg37310 { background: fixed none content-box center bottom repeat-x }
bg37311 { background: fixed none content-box center bottom repeat-y }
bg37312 { background: fixed repeat none center bottom content-box }
bg37313 { background: fixed repeat none content-box center bottom }
bg37314 { background: fixed repeat center bottom none content-box }
bg37315 { background: fixed repeat center bottom content-box }
bg37316 { background: fixed repeat center bottom content-box none }
bg37317 { background: fixed repeat center bottom content-box url(test.jpg) }
bg37318 { background: fixed repeat center bottom url(test.jpg) content-box }
bg37319 { background: fixed repeat content-box none center bottom }
bg37320 { background: fixed repeat content-box center bottom }
bg37321 { background: fixed repeat content-box center bottom none }
bg37322 { background: fixed repeat content-box center bottom url(test.jpg) }
bg37323 { background: fixed repeat content-box url(test.jpg) center bottom }
bg37324 { background: fixed repeat url(test.jpg) center bottom content-box }
bg37325 { background: fixed repeat url(test.jpg) content-box center bottom }
bg37326 { background: fixed repeat-x none center bottom content-box }
bg37327 { background: fixed repeat-x none content-box center bottom }
bg37328 { background: fixed repeat-x center bottom none content-box }
bg37329 { background: fixed repeat-x center bottom content-box }
bg37330 { background: fixed repeat-x center bottom content-box none }
bg37331 { background: fixed repeat-x center bottom content-box url(test.jpg) }
bg37332 { background: fixed repeat-x center bottom url(test.jpg) content-box }
bg37333 { background: fixed repeat-x content-box none center bottom }
bg37334 { background: fixed repeat-x content-box center bottom }
bg37335 { background: fixed repeat-x content-box center bottom none }
bg37336 { background: fixed repeat-x content-box center bottom url(test.jpg) }
bg37337 { background: fixed repeat-x content-box url(test.jpg) center bottom }
bg37338 { background: fixed repeat-x url(test.jpg) center bottom content-box }
bg37339 { background: fixed repeat-x url(test.jpg) content-box center bottom }
bg37340 { background: fixed repeat-y none center bottom content-box }
bg37341 { background: fixed repeat-y none content-box center bottom }
bg37342 { background: fixed repeat-y center bottom none content-box }
bg37343 { background: fixed repeat-y center bottom content-box }
bg37344 { background: fixed repeat-y center bottom content-box none }
bg37345 { background: fixed repeat-y center bottom content-box url(test.jpg) }
bg37346 { background: fixed repeat-y center bottom url(test.jpg) content-box }
bg37347 { background: fixed repeat-y content-box none center bottom }
bg37348 { background: fixed repeat-y content-box center bottom }
bg37349 { background: fixed repeat-y content-box center bottom none }
bg37350 { background: fixed repeat-y content-box center bottom url(test.jpg) }
bg37351 { background: fixed repeat-y content-box url(test.jpg) center bottom }
bg37352 { background: fixed repeat-y url(test.jpg) center bottom content-box }
bg37353 { background: fixed repeat-y url(test.jpg) content-box center bottom }
bg37354 { background: fixed center bottom no-repeat none content-box }
bg37355 { background: fixed center bottom no-repeat content-box }
bg37356 { background: fixed center bottom no-repeat content-box none }
bg37357 { background: fixed center bottom no-repeat content-box url(test.jpg) }
bg37358 { background: fixed center bottom no-repeat url(test.jpg) content-box }
bg37359 { background: fixed center bottom none no-repeat content-box }
bg37360 { background: fixed center bottom none repeat content-box }
bg37361 { background: fixed center bottom none repeat-x content-box }
bg37362 { background: fixed center bottom none repeat-y content-box }
bg37363 { background: fixed center bottom none content-box }
bg37364 { background: fixed center bottom none content-box no-repeat }
bg37365 { background: fixed center bottom none content-box repeat }
bg37366 { background: fixed center bottom none content-box repeat-x }
bg37367 { background: fixed center bottom none content-box repeat-y }
bg37368 { background: fixed center bottom repeat none content-box }
bg37369 { background: fixed center bottom repeat content-box }
bg37370 { background: fixed center bottom repeat content-box none }
bg37371 { background: fixed center bottom repeat content-box url(test.jpg) }
bg37372 { background: fixed center bottom repeat url(test.jpg) content-box }
bg37373 { background: fixed center bottom repeat-x none content-box }
bg37374 { background: fixed center bottom repeat-x content-box }
bg37375 { background: fixed center bottom repeat-x content-box none }
bg37376 { background: fixed center bottom repeat-x content-box url(test.jpg) }
bg37377 { background: fixed center bottom repeat-x url(test.jpg) content-box }
bg37378 { background: fixed center bottom repeat-y none content-box }
bg37379 { background: fixed center bottom repeat-y content-box }
bg37380 { background: fixed center bottom repeat-y content-box none }
bg37381 { background: fixed center bottom repeat-y content-box url(test.jpg) }
bg37382 { background: fixed center bottom repeat-y url(test.jpg) content-box }
bg37383 { background: fixed center bottom content-box }
bg37384 { background: fixed center bottom content-box no-repeat }
bg37385 { background: fixed center bottom content-box no-repeat none }
bg37386 { background: fixed center bottom content-box no-repeat url(test.jpg) }
bg37387 { background: fixed center bottom content-box none }
bg37388 { background: fixed center bottom content-box none no-repeat }
bg37389 { background: fixed center bottom content-box none repeat }
bg37390 { background: fixed center bottom content-box none repeat-x }
bg37391 { background: fixed center bottom content-box none repeat-y }
bg37392 { background: fixed center bottom content-box repeat }
bg37393 { background: fixed center bottom content-box repeat none }
bg37394 { background: fixed center bottom content-box repeat url(test.jpg) }
bg37395 { background: fixed center bottom content-box repeat-x }
bg37396 { background: fixed center bottom content-box repeat-x none }
bg37397 { background: fixed center bottom content-box repeat-x url(test.jpg) }
bg37398 { background: fixed center bottom content-box repeat-y }
bg37399 { background: fixed center bottom content-box repeat-y none }
bg37400 { background: fixed center bottom content-box repeat-y url(test.jpg) }
bg37401 { background: fixed center bottom content-box url(test.jpg) }
bg37402 { background: fixed center bottom content-box url(test.jpg) no-repeat }
bg37403 { background: fixed center bottom content-box url(test.jpg) repeat }
bg37404 { background: fixed center bottom content-box url(test.jpg) repeat-x }
bg37405 { background: fixed center bottom content-box url(test.jpg) repeat-y }
bg37406 { background: fixed center bottom url(test.jpg) no-repeat content-box }
bg37407 { background: fixed center bottom url(test.jpg) repeat content-box }
bg37408 { background: fixed center bottom url(test.jpg) repeat-x content-box }
bg37409 { background: fixed center bottom url(test.jpg) repeat-y content-box }
bg37410 { background: fixed center bottom url(test.jpg) content-box }
bg37411 { background: fixed center bottom url(test.jpg) content-box no-repeat }
bg37412 { background: fixed center bottom url(test.jpg) content-box repeat }
bg37413 { background: fixed center bottom url(test.jpg) content-box repeat-x }
bg37414 { background: fixed center bottom url(test.jpg) content-box repeat-y }
bg37415 { background: fixed content-box no-repeat none center bottom }
bg37416 { background: fixed content-box no-repeat center bottom }
bg37417 { background: fixed content-box no-repeat center bottom none }
bg37418 { background: fixed content-box no-repeat center bottom url(test.jpg) }
bg37419 { background: fixed content-box no-repeat url(test.jpg) center bottom }
bg37420 { background: fixed content-box none no-repeat center bottom }
bg37421 { background: fixed content-box none repeat center bottom }
bg37422 { background: fixed content-box none repeat-x center bottom }
bg37423 { background: fixed content-box none repeat-y center bottom }
bg37424 { background: fixed content-box none center bottom }
bg37425 { background: fixed content-box none center bottom no-repeat }
bg37426 { background: fixed content-box none center bottom repeat }
bg37427 { background: fixed content-box none center bottom repeat-x }
bg37428 { background: fixed content-box none center bottom repeat-y }
bg37429 { background: fixed content-box repeat none center bottom }
bg37430 { background: fixed content-box repeat center bottom }
bg37431 { background: fixed content-box repeat center bottom none }
bg37432 { background: fixed content-box repeat center bottom url(test.jpg) }
bg37433 { background: fixed content-box repeat url(test.jpg) center bottom }
bg37434 { background: fixed content-box repeat-x none center bottom }
bg37435 { background: fixed content-box repeat-x center bottom }
bg37436 { background: fixed content-box repeat-x center bottom none }
bg37437 { background: fixed content-box repeat-x center bottom url(test.jpg) }
bg37438 { background: fixed content-box repeat-x url(test.jpg) center bottom }
bg37439 { background: fixed content-box repeat-y none center bottom }
bg37440 { background: fixed content-box repeat-y center bottom }
bg37441 { background: fixed content-box repeat-y center bottom none }
bg37442 { background: fixed content-box repeat-y center bottom url(test.jpg) }
bg37443 { background: fixed content-box repeat-y url(test.jpg) center bottom }
bg37444 { background: fixed content-box center bottom }
bg37445 { background: fixed content-box center bottom no-repeat }
bg37446 { background: fixed content-box center bottom no-repeat none }
bg37447 { background: fixed content-box center bottom no-repeat url(test.jpg) }
bg37448 { background: fixed content-box center bottom none }
bg37449 { background: fixed content-box center bottom none no-repeat }
bg37450 { background: fixed content-box center bottom none repeat }
bg37451 { background: fixed content-box center bottom none repeat-x }
bg37452 { background: fixed content-box center bottom none repeat-y }
bg37453 { background: fixed content-box center bottom repeat }
bg37454 { background: fixed content-box center bottom repeat none }
bg37455 { background: fixed content-box center bottom repeat url(test.jpg) }
bg37456 { background: fixed content-box center bottom repeat-x }
bg37457 { background: fixed content-box center bottom repeat-x none }
bg37458 { background: fixed content-box center bottom repeat-x url(test.jpg) }
bg37459 { background: fixed content-box center bottom repeat-y }
bg37460 { background: fixed content-box center bottom repeat-y none }
bg37461 { background: fixed content-box center bottom repeat-y url(test.jpg) }
bg37462 { background: fixed content-box center bottom url(test.jpg) }
bg37463 { background: fixed content-box center bottom url(test.jpg) no-repeat }
bg37464 { background: fixed content-box center bottom url(test.jpg) repeat }
bg37465 { background: fixed content-box center bottom url(test.jpg) repeat-x }
bg37466 { background: fixed content-box center bottom url(test.jpg) repeat-y }
bg37467 { background: fixed content-box url(test.jpg) no-repeat center bottom }
bg37468 { background: fixed content-box url(test.jpg) repeat center bottom }
bg37469 { background: fixed content-box url(test.jpg) repeat-x center bottom }
bg37470 { background: fixed content-box url(test.jpg) repeat-y center bottom }
bg37471 { background: fixed content-box url(test.jpg) center bottom }
bg37472 { background: fixed content-box url(test.jpg) center bottom no-repeat }
bg37473 { background: fixed content-box url(test.jpg) center bottom repeat }
bg37474 { background: fixed content-box url(test.jpg) center bottom repeat-x }
bg37475 { background: fixed content-box url(test.jpg) center bottom repeat-y }
bg37476 { background: fixed url(test.jpg) no-repeat center bottom content-box }
bg37477 { background: fixed url(test.jpg) no-repeat content-box center bottom }
bg37478 { background: fixed url(test.jpg) repeat center bottom content-box }
bg37479 { background: fixed url(test.jpg) repeat content-box center bottom }
bg37480 { background: fixed url(test.jpg) repeat-x center bottom content-box }
bg37481 { background: fixed url(test.jpg) repeat-x content-box center bottom }
bg37482 { background: fixed url(test.jpg) repeat-y center bottom content-box }
bg37483 { background: fixed url(test.jpg) repeat-y content-box center bottom }
bg37484 { background: fixed url(test.jpg) center bottom no-repeat content-box }
bg37485 { background: fixed url(test.jpg) center bottom repeat content-box }
bg37486 { background: fixed url(test.jpg) center bottom repeat-x content-box }
bg37487 { background: fixed url(test.jpg) center bottom repeat-y content-box }
bg37488 { background: fixed url(test.jpg) center bottom content-box }
bg37489 { background: fixed url(test.jpg) center bottom content-box no-repeat }
bg37490 { background: fixed url(test.jpg) center bottom content-box repeat }
bg37491 { background: fixed url(test.jpg) center bottom content-box repeat-x }
bg37492 { background: fixed url(test.jpg) center bottom content-box repeat-y }
bg37493 { background: fixed url(test.jpg) content-box no-repeat center bottom }
bg37494 { background: fixed url(test.jpg) content-box repeat center bottom }
bg37495 { background: fixed url(test.jpg) content-box repeat-x center bottom }
bg37496 { background: fixed url(test.jpg) content-box repeat-y center bottom }
bg37497 { background: fixed url(test.jpg) content-box center bottom }
bg37498 { background: fixed url(test.jpg) content-box center bottom no-repeat }
bg37499 { background: fixed url(test.jpg) content-box center bottom repeat }
bg37500 { background: fixed url(test.jpg) content-box center bottom repeat-x }
bg37501 { background: fixed url(test.jpg) content-box center bottom repeat-y }
bg37502 { background: no-repeat fixed none center bottom content-box }
bg37503 { background: no-repeat fixed none content-box center bottom }
bg37504 { background: no-repeat fixed center bottom none content-box }
bg37505 { background: no-repeat fixed center bottom content-box }
bg37506 { background: no-repeat fixed center bottom content-box none }
bg37507 { background: no-repeat fixed center bottom content-box url(test.jpg) }
bg37508 { background: no-repeat fixed center bottom url(test.jpg) content-box }
bg37509 { background: no-repeat fixed content-box none center bottom }
bg37510 { background: no-repeat fixed content-box center bottom }
bg37511 { background: no-repeat fixed content-box center bottom none }
bg37512 { background: no-repeat fixed content-box center bottom url(test.jpg) }
bg37513 { background: no-repeat fixed content-box url(test.jpg) center bottom }
bg37514 { background: no-repeat fixed url(test.jpg) center bottom content-box }
bg37515 { background: no-repeat fixed url(test.jpg) content-box center bottom }
bg37516 { background: no-repeat none fixed center bottom content-box }
bg37517 { background: no-repeat none fixed content-box center bottom }
bg37518 { background: no-repeat none center bottom fixed content-box }
bg37519 { background: no-repeat none center bottom scroll content-box }
bg37520 { background: no-repeat none center bottom content-box }
bg37521 { background: no-repeat none center bottom content-box fixed }
bg37522 { background: no-repeat none center bottom content-box scroll }
bg37523 { background: no-repeat none scroll center bottom content-box }
bg37524 { background: no-repeat none scroll content-box center bottom }
bg37525 { background: no-repeat none content-box fixed center bottom }
bg37526 { background: no-repeat none content-box center bottom }
bg37527 { background: no-repeat none content-box center bottom fixed }
bg37528 { background: no-repeat none content-box center bottom scroll }
bg37529 { background: no-repeat none content-box scroll center bottom }
bg37530 { background: no-repeat center bottom fixed none content-box }
bg37531 { background: no-repeat center bottom fixed content-box }
bg37532 { background: no-repeat center bottom fixed content-box none }
bg37533 { background: no-repeat center bottom fixed content-box url(test.jpg) }
bg37534 { background: no-repeat center bottom fixed url(test.jpg) content-box }
bg37535 { background: no-repeat center bottom none fixed content-box }
bg37536 { background: no-repeat center bottom none scroll content-box }
bg37537 { background: no-repeat center bottom none content-box }
bg37538 { background: no-repeat center bottom none content-box fixed }
bg37539 { background: no-repeat center bottom none content-box scroll }
bg37540 { background: no-repeat center bottom scroll none content-box }
bg37541 { background: no-repeat center bottom scroll content-box }
bg37542 { background: no-repeat center bottom scroll content-box none }
bg37543 { background: no-repeat center bottom scroll content-box url(test.jpg) }
bg37544 { background: no-repeat center bottom scroll url(test.jpg) content-box }
bg37545 { background: no-repeat center bottom content-box }
bg37546 { background: no-repeat center bottom content-box fixed }
bg37547 { background: no-repeat center bottom content-box fixed none }
bg37548 { background: no-repeat center bottom content-box fixed url(test.jpg) }
bg37549 { background: no-repeat center bottom content-box none }
bg37550 { background: no-repeat center bottom content-box none fixed }
bg37551 { background: no-repeat center bottom content-box none scroll }
bg37552 { background: no-repeat center bottom content-box scroll }
bg37553 { background: no-repeat center bottom content-box scroll none }
bg37554 { background: no-repeat center bottom content-box scroll url(test.jpg) }
bg37555 { background: no-repeat center bottom content-box url(test.jpg) }
bg37556 { background: no-repeat center bottom content-box url(test.jpg) fixed }
bg37557 { background: no-repeat center bottom content-box url(test.jpg) scroll }
bg37558 { background: no-repeat center bottom url(test.jpg) fixed content-box }
bg37559 { background: no-repeat center bottom url(test.jpg) scroll content-box }
bg37560 { background: no-repeat center bottom url(test.jpg) content-box }
bg37561 { background: no-repeat center bottom url(test.jpg) content-box fixed }
bg37562 { background: no-repeat center bottom url(test.jpg) content-box scroll }
bg37563 { background: no-repeat scroll none center bottom content-box }
bg37564 { background: no-repeat scroll none content-box center bottom }
bg37565 { background: no-repeat scroll center bottom none content-box }
bg37566 { background: no-repeat scroll center bottom content-box }
bg37567 { background: no-repeat scroll center bottom content-box none }
bg37568 { background: no-repeat scroll center bottom content-box url(test.jpg) }
bg37569 { background: no-repeat scroll center bottom url(test.jpg) content-box }
bg37570 { background: no-repeat scroll content-box none center bottom }
bg37571 { background: no-repeat scroll content-box center bottom }
bg37572 { background: no-repeat scroll content-box center bottom none }
bg37573 { background: no-repeat scroll content-box center bottom url(test.jpg) }
bg37574 { background: no-repeat scroll content-box url(test.jpg) center bottom }
bg37575 { background: no-repeat scroll url(test.jpg) center bottom content-box }
bg37576 { background: no-repeat scroll url(test.jpg) content-box center bottom }
bg37577 { background: no-repeat content-box fixed none center bottom }
bg37578 { background: no-repeat content-box fixed center bottom }
bg37579 { background: no-repeat content-box fixed center bottom none }
bg37580 { background: no-repeat content-box fixed center bottom url(test.jpg) }
bg37581 { background: no-repeat content-box fixed url(test.jpg) center bottom }
bg37582 { background: no-repeat content-box none fixed center bottom }
bg37583 { background: no-repeat content-box none center bottom }
bg37584 { background: no-repeat content-box none center bottom fixed }
bg37585 { background: no-repeat content-box none center bottom scroll }
bg37586 { background: no-repeat content-box none scroll center bottom }
bg37587 { background: no-repeat content-box center bottom }
bg37588 { background: no-repeat content-box center bottom fixed }
bg37589 { background: no-repeat content-box center bottom fixed none }
bg37590 { background: no-repeat content-box center bottom fixed url(test.jpg) }
bg37591 { background: no-repeat content-box center bottom none }
bg37592 { background: no-repeat content-box center bottom none fixed }
bg37593 { background: no-repeat content-box center bottom none scroll }
bg37594 { background: no-repeat content-box center bottom scroll }
bg37595 { background: no-repeat content-box center bottom scroll none }
bg37596 { background: no-repeat content-box center bottom scroll url(test.jpg) }
bg37597 { background: no-repeat content-box center bottom url(test.jpg) }
bg37598 { background: no-repeat content-box center bottom url(test.jpg) fixed }
bg37599 { background: no-repeat content-box center bottom url(test.jpg) scroll }
bg37600 { background: no-repeat content-box scroll none center bottom }
bg37601 { background: no-repeat content-box scroll center bottom }
bg37602 { background: no-repeat content-box scroll center bottom none }
bg37603 { background: no-repeat content-box scroll center bottom url(test.jpg) }
bg37604 { background: no-repeat content-box scroll url(test.jpg) center bottom }
bg37605 { background: no-repeat content-box url(test.jpg) fixed center bottom }
bg37606 { background: no-repeat content-box url(test.jpg) center bottom }
bg37607 { background: no-repeat content-box url(test.jpg) center bottom fixed }
bg37608 { background: no-repeat content-box url(test.jpg) center bottom scroll }
bg37609 { background: no-repeat content-box url(test.jpg) scroll center bottom }
bg37610 { background: no-repeat url(test.jpg) fixed center bottom content-box }
bg37611 { background: no-repeat url(test.jpg) fixed content-box center bottom }
bg37612 { background: no-repeat url(test.jpg) center bottom fixed content-box }
bg37613 { background: no-repeat url(test.jpg) center bottom scroll content-box }
bg37614 { background: no-repeat url(test.jpg) center bottom content-box }
bg37615 { background: no-repeat url(test.jpg) center bottom content-box fixed }
bg37616 { background: no-repeat url(test.jpg) center bottom content-box scroll }
bg37617 { background: no-repeat url(test.jpg) scroll center bottom content-box }
bg37618 { background: no-repeat url(test.jpg) scroll content-box center bottom }
bg37619 { background: no-repeat url(test.jpg) content-box fixed center bottom }
bg37620 { background: no-repeat url(test.jpg) content-box center bottom }
bg37621 { background: no-repeat url(test.jpg) content-box center bottom fixed }
bg37622 { background: no-repeat url(test.jpg) content-box center bottom scroll }
bg37623 { background: no-repeat url(test.jpg) content-box scroll center bottom }
bg37624 { background: none fixed no-repeat center bottom content-box }
bg37625 { background: none fixed no-repeat content-box center bottom }
bg37626 { background: none fixed repeat center bottom content-box }
bg37627 { background: none fixed repeat content-box center bottom }
bg37628 { background: none fixed repeat-x center bottom content-box }
bg37629 { background: none fixed repeat-x content-box center bottom }
bg37630 { background: none fixed repeat-y center bottom content-box }
bg37631 { background: none fixed repeat-y content-box center bottom }
bg37632 { background: none fixed center bottom no-repeat content-box }
bg37633 { background: none fixed center bottom repeat content-box }
bg37634 { background: none fixed center bottom repeat-x content-box }
bg37635 { background: none fixed center bottom repeat-y content-box }
bg37636 { background: none fixed center bottom content-box }
bg37637 { background: none fixed center bottom content-box no-repeat }
bg37638 { background: none fixed center bottom content-box repeat }
bg37639 { background: none fixed center bottom content-box repeat-x }
bg37640 { background: none fixed center bottom content-box repeat-y }
bg37641 { background: none fixed content-box no-repeat center bottom }
bg37642 { background: none fixed content-box repeat center bottom }
bg37643 { background: none fixed content-box repeat-x center bottom }
bg37644 { background: none fixed content-box repeat-y center bottom }
bg37645 { background: none fixed content-box center bottom }
bg37646 { background: none fixed content-box center bottom no-repeat }
bg37647 { background: none fixed content-box center bottom repeat }
bg37648 { background: none fixed content-box center bottom repeat-x }
bg37649 { background: none fixed content-box center bottom repeat-y }
bg37650 { background: none no-repeat fixed center bottom content-box }
bg37651 { background: none no-repeat fixed content-box center bottom }
bg37652 { background: none no-repeat center bottom fixed content-box }
bg37653 { background: none no-repeat center bottom scroll content-box }
bg37654 { background: none no-repeat center bottom content-box }
bg37655 { background: none no-repeat center bottom content-box fixed }
bg37656 { background: none no-repeat center bottom content-box scroll }
bg37657 { background: none no-repeat scroll center bottom content-box }
bg37658 { background: none no-repeat scroll content-box center bottom }
bg37659 { background: none no-repeat content-box fixed center bottom }
bg37660 { background: none no-repeat content-box center bottom }
bg37661 { background: none no-repeat content-box center bottom fixed }
bg37662 { background: none no-repeat content-box center bottom scroll }
bg37663 { background: none no-repeat content-box scroll center bottom }
bg37664 { background: none repeat fixed center bottom content-box }
bg37665 { background: none repeat fixed content-box center bottom }
bg37666 { background: none repeat center bottom fixed content-box }
bg37667 { background: none repeat center bottom scroll content-box }
bg37668 { background: none repeat center bottom content-box }
bg37669 { background: none repeat center bottom content-box fixed }
bg37670 { background: none repeat center bottom content-box scroll }
bg37671 { background: none repeat scroll center bottom content-box }
bg37672 { background: none repeat scroll content-box center bottom }
bg37673 { background: none repeat content-box fixed center bottom }
bg37674 { background: none repeat content-box center bottom }
bg37675 { background: none repeat content-box center bottom fixed }
bg37676 { background: none repeat content-box center bottom scroll }
bg37677 { background: none repeat content-box scroll center bottom }
bg37678 { background: none repeat-x fixed center bottom content-box }
bg37679 { background: none repeat-x fixed content-box center bottom }
bg37680 { background: none repeat-x center bottom fixed content-box }
bg37681 { background: none repeat-x center bottom scroll content-box }
bg37682 { background: none repeat-x center bottom content-box }
bg37683 { background: none repeat-x center bottom content-box fixed }
bg37684 { background: none repeat-x center bottom content-box scroll }
bg37685 { background: none repeat-x scroll center bottom content-box }
bg37686 { background: none repeat-x scroll content-box center bottom }
bg37687 { background: none repeat-x content-box fixed center bottom }
bg37688 { background: none repeat-x content-box center bottom }
bg37689 { background: none repeat-x content-box center bottom fixed }
bg37690 { background: none repeat-x content-box center bottom scroll }
bg37691 { background: none repeat-x content-box scroll center bottom }
bg37692 { background: none repeat-y fixed center bottom content-box }
bg37693 { background: none repeat-y fixed content-box center bottom }
bg37694 { background: none repeat-y center bottom fixed content-box }
bg37695 { background: none repeat-y center bottom scroll content-box }
bg37696 { background: none repeat-y center bottom content-box }
bg37697 { background: none repeat-y center bottom content-box fixed }
bg37698 { background: none repeat-y center bottom content-box scroll }
bg37699 { background: none repeat-y scroll center bottom content-box }
bg37700 { background: none repeat-y scroll content-box center bottom }
bg37701 { background: none repeat-y content-box fixed center bottom }
bg37702 { background: none repeat-y content-box center bottom }
bg37703 { background: none repeat-y content-box center bottom fixed }
bg37704 { background: none repeat-y content-box center bottom scroll }
bg37705 { background: none repeat-y content-box scroll center bottom }
bg37706 { background: none center bottom fixed no-repeat content-box }
bg37707 { background: none center bottom fixed repeat content-box }
bg37708 { background: none center bottom fixed repeat-x content-box }
bg37709 { background: none center bottom fixed repeat-y content-box }
bg37710 { background: none center bottom fixed content-box }
bg37711 { background: none center bottom fixed content-box no-repeat }
bg37712 { background: none center bottom fixed content-box repeat }
bg37713 { background: none center bottom fixed content-box repeat-x }
bg37714 { background: none center bottom fixed content-box repeat-y }
bg37715 { background: none center bottom no-repeat fixed content-box }
bg37716 { background: none center bottom no-repeat scroll content-box }
bg37717 { background: none center bottom no-repeat content-box }
bg37718 { background: none center bottom no-repeat content-box fixed }
bg37719 { background: none center bottom no-repeat content-box scroll }
bg37720 { background: none center bottom repeat fixed content-box }
bg37721 { background: none center bottom repeat scroll content-box }
bg37722 { background: none center bottom repeat content-box }
bg37723 { background: none center bottom repeat content-box fixed }
bg37724 { background: none center bottom repeat content-box scroll }
bg37725 { background: none center bottom repeat-x fixed content-box }
bg37726 { background: none center bottom repeat-x scroll content-box }
bg37727 { background: none center bottom repeat-x content-box }
bg37728 { background: none center bottom repeat-x content-box fixed }
bg37729 { background: none center bottom repeat-x content-box scroll }
bg37730 { background: none center bottom repeat-y fixed content-box }
bg37731 { background: none center bottom repeat-y scroll content-box }
bg37732 { background: none center bottom repeat-y content-box }
bg37733 { background: none center bottom repeat-y content-box fixed }
bg37734 { background: none center bottom repeat-y content-box scroll }
bg37735 { background: none center bottom scroll no-repeat content-box }
bg37736 { background: none center bottom scroll repeat content-box }
bg37737 { background: none center bottom scroll repeat-x content-box }
bg37738 { background: none center bottom scroll repeat-y content-box }
bg37739 { background: none center bottom scroll content-box }
bg37740 { background: none center bottom scroll content-box no-repeat }
bg37741 { background: none center bottom scroll content-box repeat }
bg37742 { background: none center bottom scroll content-box repeat-x }
bg37743 { background: none center bottom scroll content-box repeat-y }
bg37744 { background: none center bottom content-box }
bg37745 { background: none center bottom content-box fixed }
bg37746 { background: none center bottom content-box fixed no-repeat }
bg37747 { background: none center bottom content-box fixed repeat }
bg37748 { background: none center bottom content-box fixed repeat-x }
bg37749 { background: none center bottom content-box fixed repeat-y }
bg37750 { background: none center bottom content-box no-repeat }
bg37751 { background: none center bottom content-box no-repeat fixed }
bg37752 { background: none center bottom content-box no-repeat scroll }
bg37753 { background: none center bottom content-box repeat }
bg37754 { background: none center bottom content-box repeat fixed }
bg37755 { background: none center bottom content-box repeat scroll }
bg37756 { background: none center bottom content-box repeat-x }
bg37757 { background: none center bottom content-box repeat-x fixed }
bg37758 { background: none center bottom content-box repeat-x scroll }
bg37759 { background: none center bottom content-box repeat-y }
bg37760 { background: none center bottom content-box repeat-y fixed }
bg37761 { background: none center bottom content-box repeat-y scroll }
bg37762 { background: none center bottom content-box scroll }
bg37763 { background: none center bottom content-box scroll no-repeat }
bg37764 { background: none center bottom content-box scroll repeat }
bg37765 { background: none center bottom content-box scroll repeat-x }
bg37766 { background: none center bottom content-box scroll repeat-y }
bg37767 { background: none scroll no-repeat center bottom content-box }
bg37768 { background: none scroll no-repeat content-box center bottom }
bg37769 { background: none scroll repeat center bottom content-box }
bg37770 { background: none scroll repeat content-box center bottom }
bg37771 { background: none scroll repeat-x center bottom content-box }
bg37772 { background: none scroll repeat-x content-box center bottom }
bg37773 { background: none scroll repeat-y center bottom content-box }
bg37774 { background: none scroll repeat-y content-box center bottom }
bg37775 { background: none scroll center bottom no-repeat content-box }
bg37776 { background: none scroll center bottom repeat content-box }
bg37777 { background: none scroll center bottom repeat-x content-box }
bg37778 { background: none scroll center bottom repeat-y content-box }
bg37779 { background: none scroll center bottom content-box }
bg37780 { background: none scroll center bottom content-box no-repeat }
bg37781 { background: none scroll center bottom content-box repeat }
bg37782 { background: none scroll center bottom content-box repeat-x }
bg37783 { background: none scroll center bottom content-box repeat-y }
bg37784 { background: none scroll content-box no-repeat center bottom }
bg37785 { background: none scroll content-box repeat center bottom }
bg37786 { background: none scroll content-box repeat-x center bottom }
bg37787 { background: none scroll content-box repeat-y center bottom }
bg37788 { background: none scroll content-box center bottom }
bg37789 { background: none scroll content-box center bottom no-repeat }
bg37790 { background: none scroll content-box center bottom repeat }
bg37791 { background: none scroll content-box center bottom repeat-x }
bg37792 { background: none scroll content-box center bottom repeat-y }
bg37793 { background: none content-box fixed no-repeat center bottom }
bg37794 { background: none content-box fixed repeat center bottom }
bg37795 { background: none content-box fixed repeat-x center bottom }
bg37796 { background: none content-box fixed repeat-y center bottom }
bg37797 { background: none content-box fixed center bottom }
bg37798 { background: none content-box fixed center bottom no-repeat }
bg37799 { background: none content-box fixed center bottom repeat }
bg37800 { background: none content-box fixed center bottom repeat-x }
bg37801 { background: none content-box fixed center bottom repeat-y }
bg37802 { background: none content-box no-repeat fixed center bottom }
bg37803 { background: none content-box no-repeat center bottom }
bg37804 { background: none content-box no-repeat center bottom fixed }
bg37805 { background: none content-box no-repeat center bottom scroll }
bg37806 { background: none content-box no-repeat scroll center bottom }
bg37807 { background: none content-box repeat fixed center bottom }
bg37808 { background: none content-box repeat center bottom }
bg37809 { background: none content-box repeat center bottom fixed }
bg37810 { background: none content-box repeat center bottom scroll }
bg37811 { background: none content-box repeat scroll center bottom }
bg37812 { background: none content-box repeat-x fixed center bottom }
bg37813 { background: none content-box repeat-x center bottom }
bg37814 { background: none content-box repeat-x center bottom fixed }
bg37815 { background: none content-box repeat-x center bottom scroll }
bg37816 { background: none content-box repeat-x scroll center bottom }
bg37817 { background: none content-box repeat-y fixed center bottom }
bg37818 { background: none content-box repeat-y center bottom }
bg37819 { background: none content-box repeat-y center bottom fixed }
bg37820 { background: none content-box repeat-y center bottom scroll }
bg37821 { background: none content-box repeat-y scroll center bottom }
bg37822 { background: none content-box center bottom }
bg37823 { background: none content-box center bottom fixed }
bg37824 { background: none content-box center bottom fixed no-repeat }
bg37825 { background: none content-box center bottom fixed repeat }
bg37826 { background: none content-box center bottom fixed repeat-x }
bg37827 { background: none content-box center bottom fixed repeat-y }
bg37828 { background: none content-box center bottom no-repeat }
bg37829 { background: none content-box center bottom no-repeat fixed }
bg37830 { background: none content-box center bottom no-repeat scroll }
bg37831 { background: none content-box center bottom repeat }
bg37832 { background: none content-box center bottom repeat fixed }
bg37833 { background: none content-box center bottom repeat scroll }
bg37834 { background: none content-box center bottom repeat-x }
bg37835 { background: none content-box center bottom repeat-x fixed }
bg37836 { background: none content-box center bottom repeat-x scroll }
bg37837 { background: none content-box center bottom repeat-y }
bg37838 { background: none content-box center bottom repeat-y fixed }
bg37839 { background: none content-box center bottom repeat-y scroll }
bg37840 { background: none content-box center bottom scroll }
bg37841 { background: none content-box center bottom scroll no-repeat }
bg37842 { background: none content-box center bottom scroll repeat }
bg37843 { background: none content-box center bottom scroll repeat-x }
bg37844 { background: none content-box center bottom scroll repeat-y }
bg37845 { background: none content-box scroll no-repeat center bottom }
bg37846 { background: none content-box scroll repeat center bottom }
bg37847 { background: none content-box scroll repeat-x center bottom }
bg37848 { background: none content-box scroll repeat-y center bottom }
bg37849 { background: none content-box scroll center bottom }
bg37850 { background: none content-box scroll center bottom no-repeat }
bg37851 { background: none content-box scroll center bottom repeat }
bg37852 { background: none content-box scroll center bottom repeat-x }
bg37853 { background: none content-box scroll center bottom repeat-y }
bg37854 { background: repeat fixed none center bottom content-box }
bg37855 { background: repeat fixed none content-box center bottom }
bg37856 { background: repeat fixed center bottom none content-box }
bg37857 { background: repeat fixed center bottom content-box }
bg37858 { background: repeat fixed center bottom content-box none }
bg37859 { background: repeat fixed center bottom content-box url(test.jpg) }
bg37860 { background: repeat fixed center bottom url(test.jpg) content-box }
bg37861 { background: repeat fixed content-box none center bottom }
bg37862 { background: repeat fixed content-box center bottom }
bg37863 { background: repeat fixed content-box center bottom none }
bg37864 { background: repeat fixed content-box center bottom url(test.jpg) }
bg37865 { background: repeat fixed content-box url(test.jpg) center bottom }
bg37866 { background: repeat fixed url(test.jpg) center bottom content-box }
bg37867 { background: repeat fixed url(test.jpg) content-box center bottom }
bg37868 { background: repeat none fixed center bottom content-box }
bg37869 { background: repeat none fixed content-box center bottom }
bg37870 { background: repeat none center bottom fixed content-box }
bg37871 { background: repeat none center bottom scroll content-box }
bg37872 { background: repeat none center bottom content-box }
bg37873 { background: repeat none center bottom content-box fixed }
bg37874 { background: repeat none center bottom content-box scroll }
bg37875 { background: repeat none scroll center bottom content-box }
bg37876 { background: repeat none scroll content-box center bottom }
bg37877 { background: repeat none content-box fixed center bottom }
bg37878 { background: repeat none content-box center bottom }
bg37879 { background: repeat none content-box center bottom fixed }
bg37880 { background: repeat none content-box center bottom scroll }
bg37881 { background: repeat none content-box scroll center bottom }
bg37882 { background: repeat center bottom fixed none content-box }
bg37883 { background: repeat center bottom fixed content-box }
bg37884 { background: repeat center bottom fixed content-box none }
bg37885 { background: repeat center bottom fixed content-box url(test.jpg) }
bg37886 { background: repeat center bottom fixed url(test.jpg) content-box }
bg37887 { background: repeat center bottom none fixed content-box }
bg37888 { background: repeat center bottom none scroll content-box }
bg37889 { background: repeat center bottom none content-box }
bg37890 { background: repeat center bottom none content-box fixed }
bg37891 { background: repeat center bottom none content-box scroll }
bg37892 { background: repeat center bottom scroll none content-box }
bg37893 { background: repeat center bottom scroll content-box }
bg37894 { background: repeat center bottom scroll content-box none }
bg37895 { background: repeat center bottom scroll content-box url(test.jpg) }
bg37896 { background: repeat center bottom scroll url(test.jpg) content-box }
bg37897 { background: repeat center bottom content-box }
bg37898 { background: repeat center bottom content-box fixed }
bg37899 { background: repeat center bottom content-box fixed none }
bg37900 { background: repeat center bottom content-box fixed url(test.jpg) }
bg37901 { background: repeat center bottom content-box none }
bg37902 { background: repeat center bottom content-box none fixed }
bg37903 { background: repeat center bottom content-box none scroll }
bg37904 { background: repeat center bottom content-box scroll }
bg37905 { background: repeat center bottom content-box scroll none }
bg37906 { background: repeat center bottom content-box scroll url(test.jpg) }
bg37907 { background: repeat center bottom content-box url(test.jpg) }
bg37908 { background: repeat center bottom content-box url(test.jpg) fixed }
bg37909 { background: repeat center bottom content-box url(test.jpg) scroll }
bg37910 { background: repeat center bottom url(test.jpg) fixed content-box }
bg37911 { background: repeat center bottom url(test.jpg) scroll content-box }
bg37912 { background: repeat center bottom url(test.jpg) content-box }
bg37913 { background: repeat center bottom url(test.jpg) content-box fixed }
bg37914 { background: repeat center bottom url(test.jpg) content-box scroll }
bg37915 { background: repeat scroll none center bottom content-box }
bg37916 { background: repeat scroll none content-box center bottom }
bg37917 { background: repeat scroll center bottom none content-box }
bg37918 { background: repeat scroll center bottom content-box }
bg37919 { background: repeat scroll center bottom content-box none }
bg37920 { background: repeat scroll center bottom content-box url(test.jpg) }
bg37921 { background: repeat scroll center bottom url(test.jpg) content-box }
bg37922 { background: repeat scroll content-box none center bottom }
bg37923 { background: repeat scroll content-box center bottom }
bg37924 { background: repeat scroll content-box center bottom none }
bg37925 { background: repeat scroll content-box center bottom url(test.jpg) }
bg37926 { background: repeat scroll content-box url(test.jpg) center bottom }
bg37927 { background: repeat scroll url(test.jpg) center bottom content-box }
bg37928 { background: repeat scroll url(test.jpg) content-box center bottom }
bg37929 { background: repeat content-box fixed none center bottom }
bg37930 { background: repeat content-box fixed center bottom }
bg37931 { background: repeat content-box fixed center bottom none }
bg37932 { background: repeat content-box fixed center bottom url(test.jpg) }
bg37933 { background: repeat content-box fixed url(test.jpg) center bottom }
bg37934 { background: repeat content-box none fixed center bottom }
bg37935 { background: repeat content-box none center bottom }
bg37936 { background: repeat content-box none center bottom fixed }
bg37937 { background: repeat content-box none center bottom scroll }
bg37938 { background: repeat content-box none scroll center bottom }
bg37939 { background: repeat content-box center bottom }
bg37940 { background: repeat content-box center bottom fixed }
bg37941 { background: repeat content-box center bottom fixed none }
bg37942 { background: repeat content-box center bottom fixed url(test.jpg) }
bg37943 { background: repeat content-box center bottom none }
bg37944 { background: repeat content-box center bottom none fixed }
bg37945 { background: repeat content-box center bottom none scroll }
bg37946 { background: repeat content-box center bottom scroll }
bg37947 { background: repeat content-box center bottom scroll none }
bg37948 { background: repeat content-box center bottom scroll url(test.jpg) }
bg37949 { background: repeat content-box center bottom url(test.jpg) }
bg37950 { background: repeat content-box center bottom url(test.jpg) fixed }
bg37951 { background: repeat content-box center bottom url(test.jpg) scroll }
bg37952 { background: repeat content-box scroll none center bottom }
bg37953 { background: repeat content-box scroll center bottom }
bg37954 { background: repeat content-box scroll center bottom none }
bg37955 { background: repeat content-box scroll center bottom url(test.jpg) }
bg37956 { background: repeat content-box scroll url(test.jpg) center bottom }
bg37957 { background: repeat content-box url(test.jpg) fixed center bottom }
bg37958 { background: repeat content-box url(test.jpg) center bottom }
bg37959 { background: repeat content-box url(test.jpg) center bottom fixed }
bg37960 { background: repeat content-box url(test.jpg) center bottom scroll }
bg37961 { background: repeat content-box url(test.jpg) scroll center bottom }
bg37962 { background: repeat url(test.jpg) fixed center bottom content-box }
bg37963 { background: repeat url(test.jpg) fixed content-box center bottom }
bg37964 { background: repeat url(test.jpg) center bottom fixed content-box }
bg37965 { background: repeat url(test.jpg) center bottom scroll content-box }
bg37966 { background: repeat url(test.jpg) center bottom content-box }
bg37967 { background: repeat url(test.jpg) center bottom content-box fixed }
bg37968 { background: repeat url(test.jpg) center bottom content-box scroll }
bg37969 { background: repeat url(test.jpg) scroll center bottom content-box }
bg37970 { background: repeat url(test.jpg) scroll content-box center bottom }
bg37971 { background: repeat url(test.jpg) content-box fixed center bottom }
bg37972 { background: repeat url(test.jpg) content-box center bottom }
bg37973 { background: repeat url(test.jpg) content-box center bottom fixed }
bg37974 { background: repeat url(test.jpg) content-box center bottom scroll }
bg37975 { background: repeat url(test.jpg) content-box scroll center bottom }
bg37976 { background: repeat-x fixed none center bottom content-box }
bg37977 { background: repeat-x fixed none content-box center bottom }
bg37978 { background: repeat-x fixed center bottom none content-box }
bg37979 { background: repeat-x fixed center bottom content-box }
bg37980 { background: repeat-x fixed center bottom content-box none }
bg37981 { background: repeat-x fixed center bottom content-box url(test.jpg) }
bg37982 { background: repeat-x fixed center bottom url(test.jpg) content-box }
bg37983 { background: repeat-x fixed content-box none center bottom }
bg37984 { background: repeat-x fixed content-box center bottom }
bg37985 { background: repeat-x fixed content-box center bottom none }
bg37986 { background: repeat-x fixed content-box center bottom url(test.jpg) }
bg37987 { background: repeat-x fixed content-box url(test.jpg) center bottom }
bg37988 { background: repeat-x fixed url(test.jpg) center bottom content-box }
bg37989 { background: repeat-x fixed url(test.jpg) content-box center bottom }
bg37990 { background: repeat-x none fixed center bottom content-box }
bg37991 { background: repeat-x none fixed content-box center bottom }
bg37992 { background: repeat-x none center bottom fixed content-box }
bg37993 { background: repeat-x none center bottom scroll content-box }
bg37994 { background: repeat-x none center bottom content-box }
bg37995 { background: repeat-x none center bottom content-box fixed }
bg37996 { background: repeat-x none center bottom content-box scroll }
bg37997 { background: repeat-x none scroll center bottom content-box }
bg37998 { background: repeat-x none scroll content-box center bottom }
bg37999 { background: repeat-x none content-box fixed center bottom }
bg38000 { background: repeat-x none content-box center bottom }
bg38001 { background: repeat-x none content-box center bottom fixed }
bg38002 { background: repeat-x none content-box center bottom scroll }
bg38003 { background: repeat-x none content-box scroll center bottom }
bg38004 { background: repeat-x center bottom fixed none content-box }
bg38005 { background: repeat-x center bottom fixed content-box }
bg38006 { background: repeat-x center bottom fixed content-box none }
bg38007 { background: repeat-x center bottom fixed content-box url(test.jpg) }
bg38008 { background: repeat-x center bottom fixed url(test.jpg) content-box }
bg38009 { background: repeat-x center bottom none fixed content-box }
bg38010 { background: repeat-x center bottom none scroll content-box }
bg38011 { background: repeat-x center bottom none content-box }
bg38012 { background: repeat-x center bottom none content-box fixed }
bg38013 { background: repeat-x center bottom none content-box scroll }
bg38014 { background: repeat-x center bottom scroll none content-box }
bg38015 { background: repeat-x center bottom scroll content-box }
bg38016 { background: repeat-x center bottom scroll content-box none }
bg38017 { background: repeat-x center bottom scroll content-box url(test.jpg) }
bg38018 { background: repeat-x center bottom scroll url(test.jpg) content-box }
bg38019 { background: repeat-x center bottom content-box }
bg38020 { background: repeat-x center bottom content-box fixed }
bg38021 { background: repeat-x center bottom content-box fixed none }
bg38022 { background: repeat-x center bottom content-box fixed url(test.jpg) }
bg38023 { background: repeat-x center bottom content-box none }
bg38024 { background: repeat-x center bottom content-box none fixed }
bg38025 { background: repeat-x center bottom content-box none scroll }
bg38026 { background: repeat-x center bottom content-box scroll }
bg38027 { background: repeat-x center bottom content-box scroll none }
bg38028 { background: repeat-x center bottom content-box scroll url(test.jpg) }
bg38029 { background: repeat-x center bottom content-box url(test.jpg) }
bg38030 { background: repeat-x center bottom content-box url(test.jpg) fixed }
bg38031 { background: repeat-x center bottom content-box url(test.jpg) scroll }
bg38032 { background: repeat-x center bottom url(test.jpg) fixed content-box }
bg38033 { background: repeat-x center bottom url(test.jpg) scroll content-box }
bg38034 { background: repeat-x center bottom url(test.jpg) content-box }
bg38035 { background: repeat-x center bottom url(test.jpg) content-box fixed }
bg38036 { background: repeat-x center bottom url(test.jpg) content-box scroll }
bg38037 { background: repeat-x scroll none center bottom content-box }
bg38038 { background: repeat-x scroll none content-box center bottom }
bg38039 { background: repeat-x scroll center bottom none content-box }
bg38040 { background: repeat-x scroll center bottom content-box }
bg38041 { background: repeat-x scroll center bottom content-box none }
bg38042 { background: repeat-x scroll center bottom content-box url(test.jpg) }
bg38043 { background: repeat-x scroll center bottom url(test.jpg) content-box }
bg38044 { background: repeat-x scroll content-box none center bottom }
bg38045 { background: repeat-x scroll content-box center bottom }
bg38046 { background: repeat-x scroll content-box center bottom none }
bg38047 { background: repeat-x scroll content-box center bottom url(test.jpg) }
bg38048 { background: repeat-x scroll content-box url(test.jpg) center bottom }
bg38049 { background: repeat-x scroll url(test.jpg) center bottom content-box }
bg38050 { background: repeat-x scroll url(test.jpg) content-box center bottom }
bg38051 { background: repeat-x content-box fixed none center bottom }
bg38052 { background: repeat-x content-box fixed center bottom }
bg38053 { background: repeat-x content-box fixed center bottom none }
bg38054 { background: repeat-x content-box fixed center bottom url(test.jpg) }
bg38055 { background: repeat-x content-box fixed url(test.jpg) center bottom }
bg38056 { background: repeat-x content-box none fixed center bottom }
bg38057 { background: repeat-x content-box none center bottom }
bg38058 { background: repeat-x content-box none center bottom fixed }
bg38059 { background: repeat-x content-box none center bottom scroll }
bg38060 { background: repeat-x content-box none scroll center bottom }
bg38061 { background: repeat-x content-box center bottom }
bg38062 { background: repeat-x content-box center bottom fixed }
bg38063 { background: repeat-x content-box center bottom fixed none }
bg38064 { background: repeat-x content-box center bottom fixed url(test.jpg) }
bg38065 { background: repeat-x content-box center bottom none }
bg38066 { background: repeat-x content-box center bottom none fixed }
bg38067 { background: repeat-x content-box center bottom none scroll }
bg38068 { background: repeat-x content-box center bottom scroll }
bg38069 { background: repeat-x content-box center bottom scroll none }
bg38070 { background: repeat-x content-box center bottom scroll url(test.jpg) }
bg38071 { background: repeat-x content-box center bottom url(test.jpg) }
bg38072 { background: repeat-x content-box center bottom url(test.jpg) fixed }
bg38073 { background: repeat-x content-box center bottom url(test.jpg) scroll }
bg38074 { background: repeat-x content-box scroll none center bottom }
bg38075 { background: repeat-x content-box scroll center bottom }
bg38076 { background: repeat-x content-box scroll center bottom none }
bg38077 { background: repeat-x content-box scroll center bottom url(test.jpg) }
bg38078 { background: repeat-x content-box scroll url(test.jpg) center bottom }
bg38079 { background: repeat-x content-box url(test.jpg) fixed center bottom }
bg38080 { background: repeat-x content-box url(test.jpg) center bottom }
bg38081 { background: repeat-x content-box url(test.jpg) center bottom fixed }
bg38082 { background: repeat-x content-box url(test.jpg) center bottom scroll }
bg38083 { background: repeat-x content-box url(test.jpg) scroll center bottom }
bg38084 { background: repeat-x url(test.jpg) fixed center bottom content-box }
bg38085 { background: repeat-x url(test.jpg) fixed content-box center bottom }
bg38086 { background: repeat-x url(test.jpg) center bottom fixed content-box }
bg38087 { background: repeat-x url(test.jpg) center bottom scroll content-box }
bg38088 { background: repeat-x url(test.jpg) center bottom content-box }
bg38089 { background: repeat-x url(test.jpg) center bottom content-box fixed }
bg38090 { background: repeat-x url(test.jpg) center bottom content-box scroll }
bg38091 { background: repeat-x url(test.jpg) scroll center bottom content-box }
bg38092 { background: repeat-x url(test.jpg) scroll content-box center bottom }
bg38093 { background: repeat-x url(test.jpg) content-box fixed center bottom }
bg38094 { background: repeat-x url(test.jpg) content-box center bottom }
bg38095 { background: repeat-x url(test.jpg) content-box center bottom fixed }
bg38096 { background: repeat-x url(test.jpg) content-box center bottom scroll }
bg38097 { background: repeat-x url(test.jpg) content-box scroll center bottom }
bg38098 { background: repeat-y fixed none center bottom content-box }
bg38099 { background: repeat-y fixed none content-box center bottom }
bg38100 { background: repeat-y fixed center bottom none content-box }
bg38101 { background: repeat-y fixed center bottom content-box }
bg38102 { background: repeat-y fixed center bottom content-box none }
bg38103 { background: repeat-y fixed center bottom content-box url(test.jpg) }
bg38104 { background: repeat-y fixed center bottom url(test.jpg) content-box }
bg38105 { background: repeat-y fixed content-box none center bottom }
bg38106 { background: repeat-y fixed content-box center bottom }
bg38107 { background: repeat-y fixed content-box center bottom none }
bg38108 { background: repeat-y fixed content-box center bottom url(test.jpg) }
bg38109 { background: repeat-y fixed content-box url(test.jpg) center bottom }
bg38110 { background: repeat-y fixed url(test.jpg) center bottom content-box }
bg38111 { background: repeat-y fixed url(test.jpg) content-box center bottom }
bg38112 { background: repeat-y none fixed center bottom content-box }
bg38113 { background: repeat-y none fixed content-box center bottom }
bg38114 { background: repeat-y none center bottom fixed content-box }
bg38115 { background: repeat-y none center bottom scroll content-box }
bg38116 { background: repeat-y none center bottom content-box }
bg38117 { background: repeat-y none center bottom content-box fixed }
bg38118 { background: repeat-y none center bottom content-box scroll }
bg38119 { background: repeat-y none scroll center bottom content-box }
bg38120 { background: repeat-y none scroll content-box center bottom }
bg38121 { background: repeat-y none content-box fixed center bottom }
bg38122 { background: repeat-y none content-box center bottom }
bg38123 { background: repeat-y none content-box center bottom fixed }
bg38124 { background: repeat-y none content-box center bottom scroll }
bg38125 { background: repeat-y none content-box scroll center bottom }
bg38126 { background: repeat-y center bottom fixed none content-box }
bg38127 { background: repeat-y center bottom fixed content-box }
bg38128 { background: repeat-y center bottom fixed content-box none }
bg38129 { background: repeat-y center bottom fixed content-box url(test.jpg) }
bg38130 { background: repeat-y center bottom fixed url(test.jpg) content-box }
bg38131 { background: repeat-y center bottom none fixed content-box }
bg38132 { background: repeat-y center bottom none scroll content-box }
bg38133 { background: repeat-y center bottom none content-box }
bg38134 { background: repeat-y center bottom none content-box fixed }
bg38135 { background: repeat-y center bottom none content-box scroll }
bg38136 { background: repeat-y center bottom scroll none content-box }
bg38137 { background: repeat-y center bottom scroll content-box }
bg38138 { background: repeat-y center bottom scroll content-box none }
bg38139 { background: repeat-y center bottom scroll content-box url(test.jpg) }
bg38140 { background: repeat-y center bottom scroll url(test.jpg) content-box }
bg38141 { background: repeat-y center bottom content-box }
bg38142 { background: repeat-y center bottom content-box fixed }
bg38143 { background: repeat-y center bottom content-box fixed none }
bg38144 { background: repeat-y center bottom content-box fixed url(test.jpg) }
bg38145 { background: repeat-y center bottom content-box none }
bg38146 { background: repeat-y center bottom content-box none fixed }
bg38147 { background: repeat-y center bottom content-box none scroll }
bg38148 { background: repeat-y center bottom content-box scroll }
bg38149 { background: repeat-y center bottom content-box scroll none }
bg38150 { background: repeat-y center bottom content-box scroll url(test.jpg) }
bg38151 { background: repeat-y center bottom content-box url(test.jpg) }
bg38152 { background: repeat-y center bottom content-box url(test.jpg) fixed }
bg38153 { background: repeat-y center bottom content-box url(test.jpg) scroll }
bg38154 { background: repeat-y center bottom url(test.jpg) fixed content-box }
bg38155 { background: repeat-y center bottom url(test.jpg) scroll content-box }
bg38156 { background: repeat-y center bottom url(test.jpg) content-box }
bg38157 { background: repeat-y center bottom url(test.jpg) content-box fixed }
bg38158 { background: repeat-y center bottom url(test.jpg) content-box scroll }
bg38159 { background: repeat-y scroll none center bottom content-box }
bg38160 { background: repeat-y scroll none content-box center bottom }
bg38161 { background: repeat-y scroll center bottom none content-box }
bg38162 { background: repeat-y scroll center bottom content-box }
bg38163 { background: repeat-y scroll center bottom content-box none }
bg38164 { background: repeat-y scroll center bottom content-box url(test.jpg) }
bg38165 { background: repeat-y scroll center bottom url(test.jpg) content-box }
bg38166 { background: repeat-y scroll content-box none center bottom }
bg38167 { background: repeat-y scroll content-box center bottom }
bg38168 { background: repeat-y scroll content-box center bottom none }
bg38169 { background: repeat-y scroll content-box center bottom url(test.jpg) }
bg38170 { background: repeat-y scroll content-box url(test.jpg) center bottom }
bg38171 { background: repeat-y scroll url(test.jpg) center bottom content-box }
bg38172 { background: repeat-y scroll url(test.jpg) content-box center bottom }
bg38173 { background: repeat-y content-box fixed none center bottom }
bg38174 { background: repeat-y content-box fixed center bottom }
bg38175 { background: repeat-y content-box fixed center bottom none }
bg38176 { background: repeat-y content-box fixed center bottom url(test.jpg) }
bg38177 { background: repeat-y content-box fixed url(test.jpg) center bottom }
bg38178 { background: repeat-y content-box none fixed center bottom }
bg38179 { background: repeat-y content-box none center bottom }
bg38180 { background: repeat-y content-box none center bottom fixed }
bg38181 { background: repeat-y content-box none center bottom scroll }
bg38182 { background: repeat-y content-box none scroll center bottom }
bg38183 { background: repeat-y content-box center bottom }
bg38184 { background: repeat-y content-box center bottom fixed }
bg38185 { background: repeat-y content-box center bottom fixed none }
bg38186 { background: repeat-y content-box center bottom fixed url(test.jpg) }
bg38187 { background: repeat-y content-box center bottom none }
bg38188 { background: repeat-y content-box center bottom none fixed }
bg38189 { background: repeat-y content-box center bottom none scroll }
bg38190 { background: repeat-y content-box center bottom scroll }
bg38191 { background: repeat-y content-box center bottom scroll none }
bg38192 { background: repeat-y content-box center bottom scroll url(test.jpg) }
bg38193 { background: repeat-y content-box center bottom url(test.jpg) }
bg38194 { background: repeat-y content-box center bottom url(test.jpg) fixed }
bg38195 { background: repeat-y content-box center bottom url(test.jpg) scroll }
bg38196 { background: repeat-y content-box scroll none center bottom }
bg38197 { background: repeat-y content-box scroll center bottom }
bg38198 { background: repeat-y content-box scroll center bottom none }
bg38199 { background: repeat-y content-box scroll center bottom url(test.jpg) }
bg38200 { background: repeat-y content-box scroll url(test.jpg) center bottom }
bg38201 { background: repeat-y content-box url(test.jpg) fixed center bottom }
bg38202 { background: repeat-y content-box url(test.jpg) center bottom }
bg38203 { background: repeat-y content-box url(test.jpg) center bottom fixed }
bg38204 { background: repeat-y content-box url(test.jpg) center bottom scroll }
bg38205 { background: repeat-y content-box url(test.jpg) scroll center bottom }
bg38206 { background: repeat-y url(test.jpg) fixed center bottom content-box }
bg38207 { background: repeat-y url(test.jpg) fixed content-box center bottom }
bg38208 { background: repeat-y url(test.jpg) center bottom fixed content-box }
bg38209 { background: repeat-y url(test.jpg) center bottom scroll content-box }
bg38210 { background: repeat-y url(test.jpg) center bottom content-box }
bg38211 { background: repeat-y url(test.jpg) center bottom content-box fixed }
bg38212 { background: repeat-y url(test.jpg) center bottom content-box scroll }
bg38213 { background: repeat-y url(test.jpg) scroll center bottom content-box }
bg38214 { background: repeat-y url(test.jpg) scroll content-box center bottom }
bg38215 { background: repeat-y url(test.jpg) content-box fixed center bottom }
bg38216 { background: repeat-y url(test.jpg) content-box center bottom }
bg38217 { background: repeat-y url(test.jpg) content-box center bottom fixed }
bg38218 { background: repeat-y url(test.jpg) content-box center bottom scroll }
bg38219 { background: repeat-y url(test.jpg) content-box scroll center bottom }
bg38220 { background: center bottom fixed no-repeat none content-box }
bg38221 { background: center bottom fixed no-repeat content-box }
bg38222 { background: center bottom fixed no-repeat content-box none }
bg38223 { background: center bottom fixed no-repeat content-box url(test.jpg) }
bg38224 { background: center bottom fixed no-repeat url(test.jpg) content-box }
bg38225 { background: center bottom fixed none no-repeat content-box }
bg38226 { background: center bottom fixed none repeat content-box }
bg38227 { background: center bottom fixed none repeat-x content-box }
bg38228 { background: center bottom fixed none repeat-y content-box }
bg38229 { background: center bottom fixed none content-box }
bg38230 { background: center bottom fixed none content-box no-repeat }
bg38231 { background: center bottom fixed none content-box repeat }
bg38232 { background: center bottom fixed none content-box repeat-x }
bg38233 { background: center bottom fixed none content-box repeat-y }
bg38234 { background: center bottom fixed repeat none content-box }
bg38235 { background: center bottom fixed repeat content-box }
bg38236 { background: center bottom fixed repeat content-box none }
bg38237 { background: center bottom fixed repeat content-box url(test.jpg) }
bg38238 { background: center bottom fixed repeat url(test.jpg) content-box }
bg38239 { background: center bottom fixed repeat-x none content-box }
bg38240 { background: center bottom fixed repeat-x content-box }
bg38241 { background: center bottom fixed repeat-x content-box none }
bg38242 { background: center bottom fixed repeat-x content-box url(test.jpg) }
bg38243 { background: center bottom fixed repeat-x url(test.jpg) content-box }
bg38244 { background: center bottom fixed repeat-y none content-box }
bg38245 { background: center bottom fixed repeat-y content-box }
bg38246 { background: center bottom fixed repeat-y content-box none }
bg38247 { background: center bottom fixed repeat-y content-box url(test.jpg) }
bg38248 { background: center bottom fixed repeat-y url(test.jpg) content-box }
bg38249 { background: center bottom fixed content-box }
bg38250 { background: center bottom fixed content-box no-repeat }
bg38251 { background: center bottom fixed content-box no-repeat none }
bg38252 { background: center bottom fixed content-box no-repeat url(test.jpg) }
bg38253 { background: center bottom fixed content-box none }
bg38254 { background: center bottom fixed content-box none no-repeat }
bg38255 { background: center bottom fixed content-box none repeat }
bg38256 { background: center bottom fixed content-box none repeat-x }
bg38257 { background: center bottom fixed content-box none repeat-y }
bg38258 { background: center bottom fixed content-box repeat }
bg38259 { background: center bottom fixed content-box repeat none }
bg38260 { background: center bottom fixed content-box repeat url(test.jpg) }
bg38261 { background: center bottom fixed content-box repeat-x }
bg38262 { background: center bottom fixed content-box repeat-x none }
bg38263 { background: center bottom fixed content-box repeat-x url(test.jpg) }
bg38264 { background: center bottom fixed content-box repeat-y }
bg38265 { background: center bottom fixed content-box repeat-y none }
bg38266 { background: center bottom fixed content-box repeat-y url(test.jpg) }
bg38267 { background: center bottom fixed content-box url(test.jpg) }
bg38268 { background: center bottom fixed content-box url(test.jpg) no-repeat }
bg38269 { background: center bottom fixed content-box url(test.jpg) repeat }
bg38270 { background: center bottom fixed content-box url(test.jpg) repeat-x }
bg38271 { background: center bottom fixed content-box url(test.jpg) repeat-y }
bg38272 { background: center bottom fixed url(test.jpg) no-repeat content-box }
bg38273 { background: center bottom fixed url(test.jpg) repeat content-box }
bg38274 { background: center bottom fixed url(test.jpg) repeat-x content-box }
bg38275 { background: center bottom fixed url(test.jpg) repeat-y content-box }
bg38276 { background: center bottom fixed url(test.jpg) content-box }
bg38277 { background: center bottom fixed url(test.jpg) content-box no-repeat }
bg38278 { background: center bottom fixed url(test.jpg) content-box repeat }
bg38279 { background: center bottom fixed url(test.jpg) content-box repeat-x }
bg38280 { background: center bottom fixed url(test.jpg) content-box repeat-y }
bg38281 { background: center bottom no-repeat fixed none content-box }
bg38282 { background: center bottom no-repeat fixed content-box }
bg38283 { background: center bottom no-repeat fixed content-box none }
bg38284 { background: center bottom no-repeat fixed content-box url(test.jpg) }
bg38285 { background: center bottom no-repeat fixed url(test.jpg) content-box }
bg38286 { background: center bottom no-repeat none fixed content-box }
bg38287 { background: center bottom no-repeat none scroll content-box }
bg38288 { background: center bottom no-repeat none content-box }
bg38289 { background: center bottom no-repeat none content-box fixed }
bg38290 { background: center bottom no-repeat none content-box scroll }
bg38291 { background: center bottom no-repeat scroll none content-box }
bg38292 { background: center bottom no-repeat scroll content-box }
bg38293 { background: center bottom no-repeat scroll content-box none }
bg38294 { background: center bottom no-repeat scroll content-box url(test.jpg) }
bg38295 { background: center bottom no-repeat scroll url(test.jpg) content-box }
bg38296 { background: center bottom no-repeat content-box }
bg38297 { background: center bottom no-repeat content-box fixed }
bg38298 { background: center bottom no-repeat content-box fixed none }
bg38299 { background: center bottom no-repeat content-box fixed url(test.jpg) }
bg38300 { background: center bottom no-repeat content-box none }
bg38301 { background: center bottom no-repeat content-box none fixed }
bg38302 { background: center bottom no-repeat content-box none scroll }
bg38303 { background: center bottom no-repeat content-box scroll }
bg38304 { background: center bottom no-repeat content-box scroll none }
bg38305 { background: center bottom no-repeat content-box scroll url(test.jpg) }
bg38306 { background: center bottom no-repeat content-box url(test.jpg) }
bg38307 { background: center bottom no-repeat content-box url(test.jpg) fixed }
bg38308 { background: center bottom no-repeat content-box url(test.jpg) scroll }
bg38309 { background: center bottom no-repeat url(test.jpg) fixed content-box }
bg38310 { background: center bottom no-repeat url(test.jpg) scroll content-box }
bg38311 { background: center bottom no-repeat url(test.jpg) content-box }
bg38312 { background: center bottom no-repeat url(test.jpg) content-box fixed }
bg38313 { background: center bottom no-repeat url(test.jpg) content-box scroll }
bg38314 { background: center bottom none fixed no-repeat content-box }
bg38315 { background: center bottom none fixed repeat content-box }
bg38316 { background: center bottom none fixed repeat-x content-box }
bg38317 { background: center bottom none fixed repeat-y content-box }
bg38318 { background: center bottom none fixed content-box }
bg38319 { background: center bottom none fixed content-box no-repeat }
bg38320 { background: center bottom none fixed content-box repeat }
bg38321 { background: center bottom none fixed content-box repeat-x }
bg38322 { background: center bottom none fixed content-box repeat-y }
bg38323 { background: center bottom none no-repeat fixed content-box }
bg38324 { background: center bottom none no-repeat scroll content-box }
bg38325 { background: center bottom none no-repeat content-box }
bg38326 { background: center bottom none no-repeat content-box fixed }
bg38327 { background: center bottom none no-repeat content-box scroll }
bg38328 { background: center bottom none repeat fixed content-box }
bg38329 { background: center bottom none repeat scroll content-box }
bg38330 { background: center bottom none repeat content-box }
bg38331 { background: center bottom none repeat content-box fixed }
bg38332 { background: center bottom none repeat content-box scroll }
bg38333 { background: center bottom none repeat-x fixed content-box }
bg38334 { background: center bottom none repeat-x scroll content-box }
bg38335 { background: center bottom none repeat-x content-box }
bg38336 { background: center bottom none repeat-x content-box fixed }
bg38337 { background: center bottom none repeat-x content-box scroll }
bg38338 { background: center bottom none repeat-y fixed content-box }
bg38339 { background: center bottom none repeat-y scroll content-box }
bg38340 { background: center bottom none repeat-y content-box }
bg38341 { background: center bottom none repeat-y content-box fixed }
bg38342 { background: center bottom none repeat-y content-box scroll }
bg38343 { background: center bottom none scroll no-repeat content-box }
bg38344 { background: center bottom none scroll repeat content-box }
bg38345 { background: center bottom none scroll repeat-x content-box }
bg38346 { background: center bottom none scroll repeat-y content-box }
bg38347 { background: center bottom none scroll content-box }
bg38348 { background: center bottom none scroll content-box no-repeat }
bg38349 { background: center bottom none scroll content-box repeat }
bg38350 { background: center bottom none scroll content-box repeat-x }
bg38351 { background: center bottom none scroll content-box repeat-y }
bg38352 { background: center bottom none content-box }
bg38353 { background: center bottom none content-box fixed }
bg38354 { background: center bottom none content-box fixed no-repeat }
bg38355 { background: center bottom none content-box fixed repeat }
bg38356 { background: center bottom none content-box fixed repeat-x }
bg38357 { background: center bottom none content-box fixed repeat-y }
bg38358 { background: center bottom none content-box no-repeat }
bg38359 { background: center bottom none content-box no-repeat fixed }
bg38360 { background: center bottom none content-box no-repeat scroll }
bg38361 { background: center bottom none content-box repeat }
bg38362 { background: center bottom none content-box repeat fixed }
bg38363 { background: center bottom none content-box repeat scroll }
bg38364 { background: center bottom none content-box repeat-x }
bg38365 { background: center bottom none content-box repeat-x fixed }
bg38366 { background: center bottom none content-box repeat-x scroll }
bg38367 { background: center bottom none content-box repeat-y }
bg38368 { background: center bottom none content-box repeat-y fixed }
bg38369 { background: center bottom none content-box repeat-y scroll }
bg38370 { background: center bottom none content-box scroll }
bg38371 { background: center bottom none content-box scroll no-repeat }
bg38372 { background: center bottom none content-box scroll repeat }
bg38373 { background: center bottom none content-box scroll repeat-x }
bg38374 { background: center bottom none content-box scroll repeat-y }
bg38375 { background: center bottom repeat fixed none content-box }
bg38376 { background: center bottom repeat fixed content-box }
bg38377 { background: center bottom repeat fixed content-box none }
bg38378 { background: center bottom repeat fixed content-box url(test.jpg) }
bg38379 { background: center bottom repeat fixed url(test.jpg) content-box }
bg38380 { background: center bottom repeat none fixed content-box }
bg38381 { background: center bottom repeat none scroll content-box }
bg38382 { background: center bottom repeat none content-box }
bg38383 { background: center bottom repeat none content-box fixed }
bg38384 { background: center bottom repeat none content-box scroll }
bg38385 { background: center bottom repeat scroll none content-box }
bg38386 { background: center bottom repeat scroll content-box }
bg38387 { background: center bottom repeat scroll content-box none }
bg38388 { background: center bottom repeat scroll content-box url(test.jpg) }
bg38389 { background: center bottom repeat scroll url(test.jpg) content-box }
bg38390 { background: center bottom repeat content-box }
bg38391 { background: center bottom repeat content-box fixed }
bg38392 { background: center bottom repeat content-box fixed none }
bg38393 { background: center bottom repeat content-box fixed url(test.jpg) }
bg38394 { background: center bottom repeat content-box none }
bg38395 { background: center bottom repeat content-box none fixed }
bg38396 { background: center bottom repeat content-box none scroll }
bg38397 { background: center bottom repeat content-box scroll }
bg38398 { background: center bottom repeat content-box scroll none }
bg38399 { background: center bottom repeat content-box scroll url(test.jpg) }
bg38400 { background: center bottom repeat content-box url(test.jpg) }
bg38401 { background: center bottom repeat content-box url(test.jpg) fixed }
bg38402 { background: center bottom repeat content-box url(test.jpg) scroll }
bg38403 { background: center bottom repeat url(test.jpg) fixed content-box }
bg38404 { background: center bottom repeat url(test.jpg) scroll content-box }
bg38405 { background: center bottom repeat url(test.jpg) content-box }
bg38406 { background: center bottom repeat url(test.jpg) content-box fixed }
bg38407 { background: center bottom repeat url(test.jpg) content-box scroll }
bg38408 { background: center bottom repeat-x fixed none content-box }
bg38409 { background: center bottom repeat-x fixed content-box }
bg38410 { background: center bottom repeat-x fixed content-box none }
bg38411 { background: center bottom repeat-x fixed content-box url(test.jpg) }
bg38412 { background: center bottom repeat-x fixed url(test.jpg) content-box }
bg38413 { background: center bottom repeat-x none fixed content-box }
bg38414 { background: center bottom repeat-x none scroll content-box }
bg38415 { background: center bottom repeat-x none content-box }
bg38416 { background: center bottom repeat-x none content-box fixed }
bg38417 { background: center bottom repeat-x none content-box scroll }
bg38418 { background: center bottom repeat-x scroll none content-box }
bg38419 { background: center bottom repeat-x scroll content-box }
bg38420 { background: center bottom repeat-x scroll content-box none }
bg38421 { background: center bottom repeat-x scroll content-box url(test.jpg) }
bg38422 { background: center bottom repeat-x scroll url(test.jpg) content-box }
bg38423 { background: center bottom repeat-x content-box }
bg38424 { background: center bottom repeat-x content-box fixed }
bg38425 { background: center bottom repeat-x content-box fixed none }
bg38426 { background: center bottom repeat-x content-box fixed url(test.jpg) }
bg38427 { background: center bottom repeat-x content-box none }
bg38428 { background: center bottom repeat-x content-box none fixed }
bg38429 { background: center bottom repeat-x content-box none scroll }
bg38430 { background: center bottom repeat-x content-box scroll }
bg38431 { background: center bottom repeat-x content-box scroll none }
bg38432 { background: center bottom repeat-x content-box scroll url(test.jpg) }
bg38433 { background: center bottom repeat-x content-box url(test.jpg) }
bg38434 { background: center bottom repeat-x content-box url(test.jpg) fixed }
bg38435 { background: center bottom repeat-x content-box url(test.jpg) scroll }
bg38436 { background: center bottom repeat-x url(test.jpg) fixed content-box }
bg38437 { background: center bottom repeat-x url(test.jpg) scroll content-box }
bg38438 { background: center bottom repeat-x url(test.jpg) content-box }
bg38439 { background: center bottom repeat-x url(test.jpg) content-box fixed }
bg38440 { background: center bottom repeat-x url(test.jpg) content-box scroll }
bg38441 { background: center bottom repeat-y fixed none content-box }
bg38442 { background: center bottom repeat-y fixed content-box }
bg38443 { background: center bottom repeat-y fixed content-box none }
bg38444 { background: center bottom repeat-y fixed content-box url(test.jpg) }
bg38445 { background: center bottom repeat-y fixed url(test.jpg) content-box }
bg38446 { background: center bottom repeat-y none fixed content-box }
bg38447 { background: center bottom repeat-y none scroll content-box }
bg38448 { background: center bottom repeat-y none content-box }
bg38449 { background: center bottom repeat-y none content-box fixed }
bg38450 { background: center bottom repeat-y none content-box scroll }
bg38451 { background: center bottom repeat-y scroll none content-box }
bg38452 { background: center bottom repeat-y scroll content-box }
bg38453 { background: center bottom repeat-y scroll content-box none }
bg38454 { background: center bottom repeat-y scroll content-box url(test.jpg) }
bg38455 { background: center bottom repeat-y scroll url(test.jpg) content-box }
bg38456 { background: center bottom repeat-y content-box }
bg38457 { background: center bottom repeat-y content-box fixed }
bg38458 { background: center bottom repeat-y content-box fixed none }
bg38459 { background: center bottom repeat-y content-box fixed url(test.jpg) }
bg38460 { background: center bottom repeat-y content-box none }
bg38461 { background: center bottom repeat-y content-box none fixed }
bg38462 { background: center bottom repeat-y content-box none scroll }
bg38463 { background: center bottom repeat-y content-box scroll }
bg38464 { background: center bottom repeat-y content-box scroll none }
bg38465 { background: center bottom repeat-y content-box scroll url(test.jpg) }
bg38466 { background: center bottom repeat-y content-box url(test.jpg) }
bg38467 { background: center bottom repeat-y content-box url(test.jpg) fixed }
bg38468 { background: center bottom repeat-y content-box url(test.jpg) scroll }
bg38469 { background: center bottom repeat-y url(test.jpg) fixed content-box }
bg38470 { background: center bottom repeat-y url(test.jpg) scroll content-box }
bg38471 { background: center bottom repeat-y url(test.jpg) content-box }
bg38472 { background: center bottom repeat-y url(test.jpg) content-box fixed }
bg38473 { background: center bottom repeat-y url(test.jpg) content-box scroll }
bg38474 { background: center bottom scroll no-repeat none content-box }
bg38475 { background: center bottom scroll no-repeat content-box }
bg38476 { background: center bottom scroll no-repeat content-box none }
bg38477 { background: center bottom scroll no-repeat content-box url(test.jpg) }
bg38478 { background: center bottom scroll no-repeat url(test.jpg) content-box }
bg38479 { background: center bottom scroll none no-repeat content-box }
bg38480 { background: center bottom scroll none repeat content-box }
bg38481 { background: center bottom scroll none repeat-x content-box }
bg38482 { background: center bottom scroll none repeat-y content-box }
bg38483 { background: center bottom scroll none content-box }
bg38484 { background: center bottom scroll none content-box no-repeat }
bg38485 { background: center bottom scroll none content-box repeat }
bg38486 { background: center bottom scroll none content-box repeat-x }
bg38487 { background: center bottom scroll none content-box repeat-y }
bg38488 { background: center bottom scroll repeat none content-box }
bg38489 { background: center bottom scroll repeat content-box }
bg38490 { background: center bottom scroll repeat content-box none }
bg38491 { background: center bottom scroll repeat content-box url(test.jpg) }
bg38492 { background: center bottom scroll repeat url(test.jpg) content-box }
bg38493 { background: center bottom scroll repeat-x none content-box }
bg38494 { background: center bottom scroll repeat-x content-box }
bg38495 { background: center bottom scroll repeat-x content-box none }
bg38496 { background: center bottom scroll repeat-x content-box url(test.jpg) }
bg38497 { background: center bottom scroll repeat-x url(test.jpg) content-box }
bg38498 { background: center bottom scroll repeat-y none content-box }
bg38499 { background: center bottom scroll repeat-y content-box }
bg38500 { background: center bottom scroll repeat-y content-box none }
bg38501 { background: center bottom scroll repeat-y content-box url(test.jpg) }
bg38502 { background: center bottom scroll repeat-y url(test.jpg) content-box }
bg38503 { background: center bottom scroll content-box }
bg38504 { background: center bottom scroll content-box no-repeat }
bg38505 { background: center bottom scroll content-box no-repeat none }
bg38506 { background: center bottom scroll content-box no-repeat url(test.jpg) }
bg38507 { background: center bottom scroll content-box none }
bg38508 { background: center bottom scroll content-box none no-repeat }
bg38509 { background: center bottom scroll content-box none repeat }
bg38510 { background: center bottom scroll content-box none repeat-x }
bg38511 { background: center bottom scroll content-box none repeat-y }
bg38512 { background: center bottom scroll content-box repeat }
bg38513 { background: center bottom scroll content-box repeat none }
bg38514 { background: center bottom scroll content-box repeat url(test.jpg) }
bg38515 { background: center bottom scroll content-box repeat-x }
bg38516 { background: center bottom scroll content-box repeat-x none }
bg38517 { background: center bottom scroll content-box repeat-x url(test.jpg) }
bg38518 { background: center bottom scroll content-box repeat-y }
bg38519 { background: center bottom scroll content-box repeat-y none }
bg38520 { background: center bottom scroll content-box repeat-y url(test.jpg) }
bg38521 { background: center bottom scroll content-box url(test.jpg) }
bg38522 { background: center bottom scroll content-box url(test.jpg) no-repeat }
bg38523 { background: center bottom scroll content-box url(test.jpg) repeat }
bg38524 { background: center bottom scroll content-box url(test.jpg) repeat-x }
bg38525 { background: center bottom scroll content-box url(test.jpg) repeat-y }
bg38526 { background: center bottom scroll url(test.jpg) no-repeat content-box }
bg38527 { background: center bottom scroll url(test.jpg) repeat content-box }
bg38528 { background: center bottom scroll url(test.jpg) repeat-x content-box }
bg38529 { background: center bottom scroll url(test.jpg) repeat-y content-box }
bg38530 { background: center bottom scroll url(test.jpg) content-box }
bg38531 { background: center bottom scroll url(test.jpg) content-box no-repeat }
bg38532 { background: center bottom scroll url(test.jpg) content-box repeat }
bg38533 { background: center bottom scroll url(test.jpg) content-box repeat-x }
bg38534 { background: center bottom scroll url(test.jpg) content-box repeat-y }
bg38535 { background: center bottom content-box }
bg38536 { background: center bottom content-box fixed }
bg38537 { background: center bottom content-box fixed no-repeat }
bg38538 { background: center bottom content-box fixed no-repeat none }
bg38539 { background: center bottom content-box fixed no-repeat url(test.jpg) }
bg38540 { background: center bottom content-box fixed none }
bg38541 { background: center bottom content-box fixed none no-repeat }
bg38542 { background: center bottom content-box fixed none repeat }
bg38543 { background: center bottom content-box fixed none repeat-x }
bg38544 { background: center bottom content-box fixed none repeat-y }
bg38545 { background: center bottom content-box fixed repeat }
bg38546 { background: center bottom content-box fixed repeat none }
bg38547 { background: center bottom content-box fixed repeat url(test.jpg) }
bg38548 { background: center bottom content-box fixed repeat-x }
bg38549 { background: center bottom content-box fixed repeat-x none }
bg38550 { background: center bottom content-box fixed repeat-x url(test.jpg) }
bg38551 { background: center bottom content-box fixed repeat-y }
bg38552 { background: center bottom content-box fixed repeat-y none }
bg38553 { background: center bottom content-box fixed repeat-y url(test.jpg) }
bg38554 { background: center bottom content-box fixed url(test.jpg) }
bg38555 { background: center bottom content-box fixed url(test.jpg) no-repeat }
bg38556 { background: center bottom content-box fixed url(test.jpg) repeat }
bg38557 { background: center bottom content-box fixed url(test.jpg) repeat-x }
bg38558 { background: center bottom content-box fixed url(test.jpg) repeat-y }
bg38559 { background: center bottom content-box no-repeat }
bg38560 { background: center bottom content-box no-repeat fixed }
bg38561 { background: center bottom content-box no-repeat fixed none }
bg38562 { background: center bottom content-box no-repeat fixed url(test.jpg) }
bg38563 { background: center bottom content-box no-repeat none }
bg38564 { background: center bottom content-box no-repeat none fixed }
bg38565 { background: center bottom content-box no-repeat none scroll }
bg38566 { background: center bottom content-box no-repeat scroll }
bg38567 { background: center bottom content-box no-repeat scroll none }
bg38568 { background: center bottom content-box no-repeat scroll url(test.jpg) }
bg38569 { background: center bottom content-box no-repeat url(test.jpg) }
bg38570 { background: center bottom content-box no-repeat url(test.jpg) fixed }
bg38571 { background: center bottom content-box no-repeat url(test.jpg) scroll }
bg38572 { background: center bottom content-box none }
bg38573 { background: center bottom content-box none fixed }
bg38574 { background: center bottom content-box none fixed no-repeat }
bg38575 { background: center bottom content-box none fixed repeat }
bg38576 { background: center bottom content-box none fixed repeat-x }
bg38577 { background: center bottom content-box none fixed repeat-y }
bg38578 { background: center bottom content-box none no-repeat }
bg38579 { background: center bottom content-box none no-repeat fixed }
bg38580 { background: center bottom content-box none no-repeat scroll }
bg38581 { background: center bottom content-box none repeat }
bg38582 { background: center bottom content-box none repeat fixed }
bg38583 { background: center bottom content-box none repeat scroll }
bg38584 { background: center bottom content-box none repeat-x }
bg38585 { background: center bottom content-box none repeat-x fixed }
bg38586 { background: center bottom content-box none repeat-x scroll }
bg38587 { background: center bottom content-box none repeat-y }
bg38588 { background: center bottom content-box none repeat-y fixed }
bg38589 { background: center bottom content-box none repeat-y scroll }
bg38590 { background: center bottom content-box none scroll }
bg38591 { background: center bottom content-box none scroll no-repeat }
bg38592 { background: center bottom content-box none scroll repeat }
bg38593 { background: center bottom content-box none scroll repeat-x }
bg38594 { background: center bottom content-box none scroll repeat-y }
bg38595 { background: center bottom content-box repeat }
bg38596 { background: center bottom content-box repeat fixed }
bg38597 { background: center bottom content-box repeat fixed none }
bg38598 { background: center bottom content-box repeat fixed url(test.jpg) }
bg38599 { background: center bottom content-box repeat none }
bg38600 { background: center bottom content-box repeat none fixed }
bg38601 { background: center bottom content-box repeat none scroll }
bg38602 { background: center bottom content-box repeat scroll }
bg38603 { background: center bottom content-box repeat scroll none }
bg38604 { background: center bottom content-box repeat scroll url(test.jpg) }
bg38605 { background: center bottom content-box repeat url(test.jpg) }
bg38606 { background: center bottom content-box repeat url(test.jpg) fixed }
bg38607 { background: center bottom content-box repeat url(test.jpg) scroll }
bg38608 { background: center bottom content-box repeat-x }
bg38609 { background: center bottom content-box repeat-x fixed }
bg38610 { background: center bottom content-box repeat-x fixed none }
bg38611 { background: center bottom content-box repeat-x fixed url(test.jpg) }
bg38612 { background: center bottom content-box repeat-x none }
bg38613 { background: center bottom content-box repeat-x none fixed }
bg38614 { background: center bottom content-box repeat-x none scroll }
bg38615 { background: center bottom content-box repeat-x scroll }
bg38616 { background: center bottom content-box repeat-x scroll none }
bg38617 { background: center bottom content-box repeat-x scroll url(test.jpg) }
bg38618 { background: center bottom content-box repeat-x url(test.jpg) }
bg38619 { background: center bottom content-box repeat-x url(test.jpg) fixed }
bg38620 { background: center bottom content-box repeat-x url(test.jpg) scroll }
bg38621 { background: center bottom content-box repeat-y }
bg38622 { background: center bottom content-box repeat-y fixed }
bg38623 { background: center bottom content-box repeat-y fixed none }
bg38624 { background: center bottom content-box repeat-y fixed url(test.jpg) }
bg38625 { background: center bottom content-box repeat-y none }
bg38626 { background: center bottom content-box repeat-y none fixed }
bg38627 { background: center bottom content-box repeat-y none scroll }
bg38628 { background: center bottom content-box repeat-y scroll }
bg38629 { background: center bottom content-box repeat-y scroll none }
bg38630 { background: center bottom content-box repeat-y scroll url(test.jpg) }
bg38631 { background: center bottom content-box repeat-y url(test.jpg) }
bg38632 { background: center bottom content-box repeat-y url(test.jpg) fixed }
bg38633 { background: center bottom content-box repeat-y url(test.jpg) scroll }
bg38634 { background: center bottom content-box scroll }
bg38635 { background: center bottom content-box scroll no-repeat }
bg38636 { background: center bottom content-box scroll no-repeat none }
bg38637 { background: center bottom content-box scroll no-repeat url(test.jpg) }
bg38638 { background: center bottom content-box scroll none }
bg38639 { background: center bottom content-box scroll none no-repeat }
bg38640 { background: center bottom content-box scroll none repeat }
bg38641 { background: center bottom content-box scroll none repeat-x }
bg38642 { background: center bottom content-box scroll none repeat-y }
bg38643 { background: center bottom content-box scroll repeat }
bg38644 { background: center bottom content-box scroll repeat none }
bg38645 { background: center bottom content-box scroll repeat url(test.jpg) }
bg38646 { background: center bottom content-box scroll repeat-x }
bg38647 { background: center bottom content-box scroll repeat-x none }
bg38648 { background: center bottom content-box scroll repeat-x url(test.jpg) }
bg38649 { background: center bottom content-box scroll repeat-y }
bg38650 { background: center bottom content-box scroll repeat-y none }
bg38651 { background: center bottom content-box scroll repeat-y url(test.jpg) }
bg38652 { background: center bottom content-box scroll url(test.jpg) }
bg38653 { background: center bottom content-box scroll url(test.jpg) no-repeat }
bg38654 { background: center bottom content-box scroll url(test.jpg) repeat }
bg38655 { background: center bottom content-box scroll url(test.jpg) repeat-x }
bg38656 { background: center bottom content-box scroll url(test.jpg) repeat-y }
bg38657 { background: center bottom content-box url(test.jpg) }
bg38658 { background: center bottom content-box url(test.jpg) fixed }
bg38659 { background: center bottom content-box url(test.jpg) fixed no-repeat }
bg38660 { background: center bottom content-box url(test.jpg) fixed repeat }
bg38661 { background: center bottom content-box url(test.jpg) fixed repeat-x }
bg38662 { background: center bottom content-box url(test.jpg) fixed repeat-y }
bg38663 { background: center bottom content-box url(test.jpg) no-repeat }
bg38664 { background: center bottom content-box url(test.jpg) no-repeat fixed }
bg38665 { background: center bottom content-box url(test.jpg) no-repeat scroll }
bg38666 { background: center bottom content-box url(test.jpg) repeat }
bg38667 { background: center bottom content-box url(test.jpg) repeat fixed }
bg38668 { background: center bottom content-box url(test.jpg) repeat scroll }
bg38669 { background: center bottom content-box url(test.jpg) repeat-x }
bg38670 { background: center bottom content-box url(test.jpg) repeat-x fixed }
bg38671 { background: center bottom content-box url(test.jpg) repeat-x scroll }
bg38672 { background: center bottom content-box url(test.jpg) repeat-y }
bg38673 { background: center bottom content-box url(test.jpg) repeat-y fixed }
bg38674 { background: center bottom content-box url(test.jpg) repeat-y scroll }
bg38675 { background: center bottom content-box url(test.jpg) scroll }
bg38676 { background: center bottom content-box url(test.jpg) scroll no-repeat }
bg38677 { background: center bottom content-box url(test.jpg) scroll repeat }
bg38678 { background: center bottom content-box url(test.jpg) scroll repeat-x }
bg38679 { background: center bottom content-box url(test.jpg) scroll repeat-y }
bg38680 { background: center bottom url(test.jpg) fixed no-repeat content-box }
bg38681 { background: center bottom url(test.jpg) fixed repeat content-box }
bg38682 { background: center bottom url(test.jpg) fixed repeat-x content-box }
bg38683 { background: center bottom url(test.jpg) fixed repeat-y content-box }
bg38684 { background: center bottom url(test.jpg) fixed content-box }
bg38685 { background: center bottom url(test.jpg) fixed content-box no-repeat }
bg38686 { background: center bottom url(test.jpg) fixed content-box repeat }
bg38687 { background: center bottom url(test.jpg) fixed content-box repeat-x }
bg38688 { background: center bottom url(test.jpg) fixed content-box repeat-y }
bg38689 { background: center bottom url(test.jpg) no-repeat fixed content-box }
bg38690 { background: center bottom url(test.jpg) no-repeat scroll content-box }
bg38691 { background: center bottom url(test.jpg) no-repeat content-box }
bg38692 { background: center bottom url(test.jpg) no-repeat content-box fixed }
bg38693 { background: center bottom url(test.jpg) no-repeat content-box scroll }
bg38694 { background: center bottom url(test.jpg) repeat fixed content-box }
bg38695 { background: center bottom url(test.jpg) repeat scroll content-box }
bg38696 { background: center bottom url(test.jpg) repeat content-box }
bg38697 { background: center bottom url(test.jpg) repeat content-box fixed }
bg38698 { background: center bottom url(test.jpg) repeat content-box scroll }
bg38699 { background: center bottom url(test.jpg) repeat-x fixed content-box }
bg38700 { background: center bottom url(test.jpg) repeat-x scroll content-box }
bg38701 { background: center bottom url(test.jpg) repeat-x content-box }
bg38702 { background: center bottom url(test.jpg) repeat-x content-box fixed }
bg38703 { background: center bottom url(test.jpg) repeat-x content-box scroll }
bg38704 { background: center bottom url(test.jpg) repeat-y fixed content-box }
bg38705 { background: center bottom url(test.jpg) repeat-y scroll content-box }
bg38706 { background: center bottom url(test.jpg) repeat-y content-box }
bg38707 { background: center bottom url(test.jpg) repeat-y content-box fixed }
bg38708 { background: center bottom url(test.jpg) repeat-y content-box scroll }
bg38709 { background: center bottom url(test.jpg) scroll no-repeat content-box }
bg38710 { background: center bottom url(test.jpg) scroll repeat content-box }
bg38711 { background: center bottom url(test.jpg) scroll repeat-x content-box }
bg38712 { background: center bottom url(test.jpg) scroll repeat-y content-box }
bg38713 { background: center bottom url(test.jpg) scroll content-box }
bg38714 { background: center bottom url(test.jpg) scroll content-box no-repeat }
bg38715 { background: center bottom url(test.jpg) scroll content-box repeat }
bg38716 { background: center bottom url(test.jpg) scroll content-box repeat-x }
bg38717 { background: center bottom url(test.jpg) scroll content-box repeat-y }
bg38718 { background: center bottom url(test.jpg) content-box }
bg38719 { background: center bottom url(test.jpg) content-box fixed }
bg38720 { background: center bottom url(test.jpg) content-box fixed no-repeat }
bg38721 { background: center bottom url(test.jpg) content-box fixed repeat }
bg38722 { background: center bottom url(test.jpg) content-box fixed repeat-x }
bg38723 { background: center bottom url(test.jpg) content-box fixed repeat-y }
bg38724 { background: center bottom url(test.jpg) content-box no-repeat }
bg38725 { background: center bottom url(test.jpg) content-box no-repeat fixed }
bg38726 { background: center bottom url(test.jpg) content-box no-repeat scroll }
bg38727 { background: center bottom url(test.jpg) content-box repeat }
bg38728 { background: center bottom url(test.jpg) content-box repeat fixed }
bg38729 { background: center bottom url(test.jpg) content-box repeat scroll }
bg38730 { background: center bottom url(test.jpg) content-box repeat-x }
bg38731 { background: center bottom url(test.jpg) content-box repeat-x fixed }
bg38732 { background: center bottom url(test.jpg) content-box repeat-x scroll }
bg38733 { background: center bottom url(test.jpg) content-box repeat-y }
bg38734 { background: center bottom url(test.jpg) content-box repeat-y fixed }
bg38735 { background: center bottom url(test.jpg) content-box repeat-y scroll }
bg38736 { background: center bottom url(test.jpg) content-box scroll }
bg38737 { background: center bottom url(test.jpg) content-box scroll no-repeat }
bg38738 { background: center bottom url(test.jpg) content-box scroll repeat }
bg38739 { background: center bottom url(test.jpg) content-box scroll repeat-x }
bg38740 { background: center bottom url(test.jpg) content-box scroll repeat-y }
bg38741 { background: scroll no-repeat none center bottom content-box }
bg38742 { background: scroll no-repeat none content-box center bottom }
bg38743 { background: scroll no-repeat center bottom none content-box }
bg38744 { background: scroll no-repeat center bottom content-box }
bg38745 { background: scroll no-repeat center bottom content-box none }
bg38746 { background: scroll no-repeat center bottom content-box url(test.jpg) }
bg38747 { background: scroll no-repeat center bottom url(test.jpg) content-box }
bg38748 { background: scroll no-repeat content-box none center bottom }
bg38749 { background: scroll no-repeat content-box center bottom }
bg38750 { background: scroll no-repeat content-box center bottom none }
bg38751 { background: scroll no-repeat content-box center bottom url(test.jpg) }
bg38752 { background: scroll no-repeat content-box url(test.jpg) center bottom }
bg38753 { background: scroll no-repeat url(test.jpg) center bottom content-box }
bg38754 { background: scroll no-repeat url(test.jpg) content-box center bottom }
bg38755 { background: scroll none no-repeat center bottom content-box }
bg38756 { background: scroll none no-repeat content-box center bottom }
bg38757 { background: scroll none repeat center bottom content-box }
bg38758 { background: scroll none repeat content-box center bottom }
bg38759 { background: scroll none repeat-x center bottom content-box }
bg38760 { background: scroll none repeat-x content-box center bottom }
bg38761 { background: scroll none repeat-y center bottom content-box }
bg38762 { background: scroll none repeat-y content-box center bottom }
bg38763 { background: scroll none center bottom no-repeat content-box }
bg38764 { background: scroll none center bottom repeat content-box }
bg38765 { background: scroll none center bottom repeat-x content-box }
bg38766 { background: scroll none center bottom repeat-y content-box }
bg38767 { background: scroll none center bottom content-box }
bg38768 { background: scroll none center bottom content-box no-repeat }
bg38769 { background: scroll none center bottom content-box repeat }
bg38770 { background: scroll none center bottom content-box repeat-x }
bg38771 { background: scroll none center bottom content-box repeat-y }
bg38772 { background: scroll none content-box no-repeat center bottom }
bg38773 { background: scroll none content-box repeat center bottom }
bg38774 { background: scroll none content-box repeat-x center bottom }
bg38775 { background: scroll none content-box repeat-y center bottom }
bg38776 { background: scroll none content-box center bottom }
bg38777 { background: scroll none content-box center bottom no-repeat }
bg38778 { background: scroll none content-box center bottom repeat }
bg38779 { background: scroll none content-box center bottom repeat-x }
bg38780 { background: scroll none content-box center bottom repeat-y }
bg38781 { background: scroll repeat none center bottom content-box }
bg38782 { background: scroll repeat none content-box center bottom }
bg38783 { background: scroll repeat center bottom none content-box }
bg38784 { background: scroll repeat center bottom content-box }
bg38785 { background: scroll repeat center bottom content-box none }
bg38786 { background: scroll repeat center bottom content-box url(test.jpg) }
bg38787 { background: scroll repeat center bottom url(test.jpg) content-box }
bg38788 { background: scroll repeat content-box none center bottom }
bg38789 { background: scroll repeat content-box center bottom }
bg38790 { background: scroll repeat content-box center bottom none }
bg38791 { background: scroll repeat content-box center bottom url(test.jpg) }
bg38792 { background: scroll repeat content-box url(test.jpg) center bottom }
bg38793 { background: scroll repeat url(test.jpg) center bottom content-box }
bg38794 { background: scroll repeat url(test.jpg) content-box center bottom }
bg38795 { background: scroll repeat-x none center bottom content-box }
bg38796 { background: scroll repeat-x none content-box center bottom }
bg38797 { background: scroll repeat-x center bottom none content-box }
bg38798 { background: scroll repeat-x center bottom content-box }
bg38799 { background: scroll repeat-x center bottom content-box none }
bg38800 { background: scroll repeat-x center bottom content-box url(test.jpg) }
bg38801 { background: scroll repeat-x center bottom url(test.jpg) content-box }
bg38802 { background: scroll repeat-x content-box none center bottom }
bg38803 { background: scroll repeat-x content-box center bottom }
bg38804 { background: scroll repeat-x content-box center bottom none }
bg38805 { background: scroll repeat-x content-box center bottom url(test.jpg) }
bg38806 { background: scroll repeat-x content-box url(test.jpg) center bottom }
bg38807 { background: scroll repeat-x url(test.jpg) center bottom content-box }
bg38808 { background: scroll repeat-x url(test.jpg) content-box center bottom }
bg38809 { background: scroll repeat-y none center bottom content-box }
bg38810 { background: scroll repeat-y none content-box center bottom }
bg38811 { background: scroll repeat-y center bottom none content-box }
bg38812 { background: scroll repeat-y center bottom content-box }
bg38813 { background: scroll repeat-y center bottom content-box none }
bg38814 { background: scroll repeat-y center bottom content-box url(test.jpg) }
bg38815 { background: scroll repeat-y center bottom url(test.jpg) content-box }
bg38816 { background: scroll repeat-y content-box none center bottom }
bg38817 { background: scroll repeat-y content-box center bottom }
bg38818 { background: scroll repeat-y content-box center bottom none }
bg38819 { background: scroll repeat-y content-box center bottom url(test.jpg) }
bg38820 { background: scroll repeat-y content-box url(test.jpg) center bottom }
bg38821 { background: scroll repeat-y url(test.jpg) center bottom content-box }
bg38822 { background: scroll repeat-y url(test.jpg) content-box center bottom }
bg38823 { background: scroll center bottom no-repeat none content-box }
bg38824 { background: scroll center bottom no-repeat content-box }
bg38825 { background: scroll center bottom no-repeat content-box none }
bg38826 { background: scroll center bottom no-repeat content-box url(test.jpg) }
bg38827 { background: scroll center bottom no-repeat url(test.jpg) content-box }
bg38828 { background: scroll center bottom none no-repeat content-box }
bg38829 { background: scroll center bottom none repeat content-box }
bg38830 { background: scroll center bottom none repeat-x content-box }
bg38831 { background: scroll center bottom none repeat-y content-box }
bg38832 { background: scroll center bottom none content-box }
bg38833 { background: scroll center bottom none content-box no-repeat }
bg38834 { background: scroll center bottom none content-box repeat }
bg38835 { background: scroll center bottom none content-box repeat-x }
bg38836 { background: scroll center bottom none content-box repeat-y }
bg38837 { background: scroll center bottom repeat none content-box }
bg38838 { background: scroll center bottom repeat content-box }
bg38839 { background: scroll center bottom repeat content-box none }
bg38840 { background: scroll center bottom repeat content-box url(test.jpg) }
bg38841 { background: scroll center bottom repeat url(test.jpg) content-box }
bg38842 { background: scroll center bottom repeat-x none content-box }
bg38843 { background: scroll center bottom repeat-x content-box }
bg38844 { background: scroll center bottom repeat-x content-box none }
bg38845 { background: scroll center bottom repeat-x content-box url(test.jpg) }
bg38846 { background: scroll center bottom repeat-x url(test.jpg) content-box }
bg38847 { background: scroll center bottom repeat-y none content-box }
bg38848 { background: scroll center bottom repeat-y content-box }
bg38849 { background: scroll center bottom repeat-y content-box none }
bg38850 { background: scroll center bottom repeat-y content-box url(test.jpg) }
bg38851 { background: scroll center bottom repeat-y url(test.jpg) content-box }
bg38852 { background: scroll center bottom content-box }
bg38853 { background: scroll center bottom content-box no-repeat }
bg38854 { background: scroll center bottom content-box no-repeat none }
bg38855 { background: scroll center bottom content-box no-repeat url(test.jpg) }
bg38856 { background: scroll center bottom content-box none }
bg38857 { background: scroll center bottom content-box none no-repeat }
bg38858 { background: scroll center bottom content-box none repeat }
bg38859 { background: scroll center bottom content-box none repeat-x }
bg38860 { background: scroll center bottom content-box none repeat-y }
bg38861 { background: scroll center bottom content-box repeat }
bg38862 { background: scroll center bottom content-box repeat none }
bg38863 { background: scroll center bottom content-box repeat url(test.jpg) }
bg38864 { background: scroll center bottom content-box repeat-x }
bg38865 { background: scroll center bottom content-box repeat-x none }
bg38866 { background: scroll center bottom content-box repeat-x url(test.jpg) }
bg38867 { background: scroll center bottom content-box repeat-y }
bg38868 { background: scroll center bottom content-box repeat-y none }
bg38869 { background: scroll center bottom content-box repeat-y url(test.jpg) }
bg38870 { background: scroll center bottom content-box url(test.jpg) }
bg38871 { background: scroll center bottom content-box url(test.jpg) no-repeat }
bg38872 { background: scroll center bottom content-box url(test.jpg) repeat }
bg38873 { background: scroll center bottom content-box url(test.jpg) repeat-x }
bg38874 { background: scroll center bottom content-box url(test.jpg) repeat-y }
bg38875 { background: scroll center bottom url(test.jpg) no-repeat content-box }
bg38876 { background: scroll center bottom url(test.jpg) repeat content-box }
bg38877 { background: scroll center bottom url(test.jpg) repeat-x content-box }
bg38878 { background: scroll center bottom url(test.jpg) repeat-y content-box }
bg38879 { background: scroll center bottom url(test.jpg) content-box }
bg38880 { background: scroll center bottom url(test.jpg) content-box no-repeat }
bg38881 { background: scroll center bottom url(test.jpg) content-box repeat }
bg38882 { background: scroll center bottom url(test.jpg) content-box repeat-x }
bg38883 { background: scroll center bottom url(test.jpg) content-box repeat-y }
bg38884 { background: scroll content-box no-repeat none center bottom }
bg38885 { background: scroll content-box no-repeat center bottom }
bg38886 { background: scroll content-box no-repeat center bottom none }
bg38887 { background: scroll content-box no-repeat center bottom url(test.jpg) }
bg38888 { background: scroll content-box no-repeat url(test.jpg) center bottom }
bg38889 { background: scroll content-box none no-repeat center bottom }
bg38890 { background: scroll content-box none repeat center bottom }
bg38891 { background: scroll content-box none repeat-x center bottom }
bg38892 { background: scroll content-box none repeat-y center bottom }
bg38893 { background: scroll content-box none center bottom }
bg38894 { background: scroll content-box none center bottom no-repeat }
bg38895 { background: scroll content-box none center bottom repeat }
bg38896 { background: scroll content-box none center bottom repeat-x }
bg38897 { background: scroll content-box none center bottom repeat-y }
bg38898 { background: scroll content-box repeat none center bottom }
bg38899 { background: scroll content-box repeat center bottom }
bg38900 { background: scroll content-box repeat center bottom none }
bg38901 { background: scroll content-box repeat center bottom url(test.jpg) }
bg38902 { background: scroll content-box repeat url(test.jpg) center bottom }
bg38903 { background: scroll content-box repeat-x none center bottom }
bg38904 { background: scroll content-box repeat-x center bottom }
bg38905 { background: scroll content-box repeat-x center bottom none }
bg38906 { background: scroll content-box repeat-x center bottom url(test.jpg) }
bg38907 { background: scroll content-box repeat-x url(test.jpg) center bottom }
bg38908 { background: scroll content-box repeat-y none center bottom }
bg38909 { background: scroll content-box repeat-y center bottom }
bg38910 { background: scroll content-box repeat-y center bottom none }
bg38911 { background: scroll content-box repeat-y center bottom url(test.jpg) }
bg38912 { background: scroll content-box repeat-y url(test.jpg) center bottom }
bg38913 { background: scroll content-box center bottom }
bg38914 { background: scroll content-box center bottom no-repeat }
bg38915 { background: scroll content-box center bottom no-repeat none }
bg38916 { background: scroll content-box center bottom no-repeat url(test.jpg) }
bg38917 { background: scroll content-box center bottom none }
bg38918 { background: scroll content-box center bottom none no-repeat }
bg38919 { background: scroll content-box center bottom none repeat }
bg38920 { background: scroll content-box center bottom none repeat-x }
bg38921 { background: scroll content-box center bottom none repeat-y }
bg38922 { background: scroll content-box center bottom repeat }
bg38923 { background: scroll content-box center bottom repeat none }
bg38924 { background: scroll content-box center bottom repeat url(test.jpg) }
bg38925 { background: scroll content-box center bottom repeat-x }
bg38926 { background: scroll content-box center bottom repeat-x none }
bg38927 { background: scroll content-box center bottom repeat-x url(test.jpg) }
bg38928 { background: scroll content-box center bottom repeat-y }
bg38929 { background: scroll content-box center bottom repeat-y none }
bg38930 { background: scroll content-box center bottom repeat-y url(test.jpg) }
bg38931 { background: scroll content-box center bottom url(test.jpg) }
bg38932 { background: scroll content-box center bottom url(test.jpg) no-repeat }
bg38933 { background: scroll content-box center bottom url(test.jpg) repeat }
bg38934 { background: scroll content-box center bottom url(test.jpg) repeat-x }
bg38935 { background: scroll content-box center bottom url(test.jpg) repeat-y }
bg38936 { background: scroll content-box url(test.jpg) no-repeat center bottom }
bg38937 { background: scroll content-box url(test.jpg) repeat center bottom }
bg38938 { background: scroll content-box url(test.jpg) repeat-x center bottom }
bg38939 { background: scroll content-box url(test.jpg) repeat-y center bottom }
bg38940 { background: scroll content-box url(test.jpg) center bottom }
bg38941 { background: scroll content-box url(test.jpg) center bottom no-repeat }
bg38942 { background: scroll content-box url(test.jpg) center bottom repeat }
bg38943 { background: scroll content-box url(test.jpg) center bottom repeat-x }
bg38944 { background: scroll content-box url(test.jpg) center bottom repeat-y }
bg38945 { background: scroll url(test.jpg) no-repeat center bottom content-box }
bg38946 { background: scroll url(test.jpg) no-repeat content-box center bottom }
bg38947 { background: scroll url(test.jpg) repeat center bottom content-box }
bg38948 { background: scroll url(test.jpg) repeat content-box center bottom }
bg38949 { background: scroll url(test.jpg) repeat-x center bottom content-box }
bg38950 { background: scroll url(test.jpg) repeat-x content-box center bottom }
bg38951 { background: scroll url(test.jpg) repeat-y center bottom content-box }
bg38952 { background: scroll url(test.jpg) repeat-y content-box center bottom }
bg38953 { background: scroll url(test.jpg) center bottom no-repeat content-box }
bg38954 { background: scroll url(test.jpg) center bottom repeat content-box }
bg38955 { background: scroll url(test.jpg) center bottom repeat-x content-box }
bg38956 { background: scroll url(test.jpg) center bottom repeat-y content-box }
bg38957 { background: scroll url(test.jpg) center bottom content-box }
bg38958 { background: scroll url(test.jpg) center bottom content-box no-repeat }
bg38959 { background: scroll url(test.jpg) center bottom content-box repeat }
bg38960 { background: scroll url(test.jpg) center bottom content-box repeat-x }
bg38961 { background: scroll url(test.jpg) center bottom content-box repeat-y }
bg38962 { background: scroll url(test.jpg) content-box no-repeat center bottom }
bg38963 { background: scroll url(test.jpg) content-box repeat center bottom }
bg38964 { background: scroll url(test.jpg) content-box repeat-x center bottom }
bg38965 { background: scroll url(test.jpg) content-box repeat-y center bottom }
bg38966 { background: scroll url(test.jpg) content-box center bottom }
bg38967 { background: scroll url(test.jpg) content-box center bottom no-repeat }
bg38968 { background: scroll url(test.jpg) content-box center bottom repeat }
bg38969 { background: scroll url(test.jpg) content-box center bottom repeat-x }
bg38970 { background: scroll url(test.jpg) content-box center bottom repeat-y }
bg38971 { background: content-box fixed no-repeat none center bottom }
bg38972 { background: content-box fixed no-repeat center bottom }
bg38973 { background: content-box fixed no-repeat center bottom none }
bg38974 { background: content-box fixed no-repeat center bottom url(test.jpg) }
bg38975 { background: content-box fixed no-repeat url(test.jpg) center bottom }
bg38976 { background: content-box fixed none no-repeat center bottom }
bg38977 { background: content-box fixed none repeat center bottom }
bg38978 { background: content-box fixed none repeat-x center bottom }
bg38979 { background: content-box fixed none repeat-y center bottom }
bg38980 { background: content-box fixed none center bottom }
bg38981 { background: content-box fixed none center bottom no-repeat }
bg38982 { background: content-box fixed none center bottom repeat }
bg38983 { background: content-box fixed none center bottom repeat-x }
bg38984 { background: content-box fixed none center bottom repeat-y }
bg38985 { background: content-box fixed repeat none center bottom }
bg38986 { background: content-box fixed repeat center bottom }
bg38987 { background: content-box fixed repeat center bottom none }
bg38988 { background: content-box fixed repeat center bottom url(test.jpg) }
bg38989 { background: content-box fixed repeat url(test.jpg) center bottom }
bg38990 { background: content-box fixed repeat-x none center bottom }
bg38991 { background: content-box fixed repeat-x center bottom }
bg38992 { background: content-box fixed repeat-x center bottom none }
bg38993 { background: content-box fixed repeat-x center bottom url(test.jpg) }
bg38994 { background: content-box fixed repeat-x url(test.jpg) center bottom }
bg38995 { background: content-box fixed repeat-y none center bottom }
bg38996 { background: content-box fixed repeat-y center bottom }
bg38997 { background: content-box fixed repeat-y center bottom none }
bg38998 { background: content-box fixed repeat-y center bottom url(test.jpg) }
bg38999 { background: content-box fixed repeat-y url(test.jpg) center bottom }
bg39000 { background: content-box fixed center bottom }
bg39001 { background: content-box fixed center bottom no-repeat }
bg39002 { background: content-box fixed center bottom no-repeat none }
bg39003 { background: content-box fixed center bottom no-repeat url(test.jpg) }
bg39004 { background: content-box fixed center bottom none }
bg39005 { background: content-box fixed center bottom none no-repeat }
bg39006 { background: content-box fixed center bottom none repeat }
bg39007 { background: content-box fixed center bottom none repeat-x }
bg39008 { background: content-box fixed center bottom none repeat-y }
bg39009 { background: content-box fixed center bottom repeat }
bg39010 { background: content-box fixed center bottom repeat none }
bg39011 { background: content-box fixed center bottom repeat url(test.jpg) }
bg39012 { background: content-box fixed center bottom repeat-x }
bg39013 { background: content-box fixed center bottom repeat-x none }
bg39014 { background: content-box fixed center bottom repeat-x url(test.jpg) }
bg39015 { background: content-box fixed center bottom repeat-y }
bg39016 { background: content-box fixed center bottom repeat-y none }
bg39017 { background: content-box fixed center bottom repeat-y url(test.jpg) }
bg39018 { background: content-box fixed center bottom url(test.jpg) }
bg39019 { background: content-box fixed center bottom url(test.jpg) no-repeat }
bg39020 { background: content-box fixed center bottom url(test.jpg) repeat }
bg39021 { background: content-box fixed center bottom url(test.jpg) repeat-x }
bg39022 { background: content-box fixed center bottom url(test.jpg) repeat-y }
bg39023 { background: content-box fixed url(test.jpg) no-repeat center bottom }
bg39024 { background: content-box fixed url(test.jpg) repeat center bottom }
bg39025 { background: content-box fixed url(test.jpg) repeat-x center bottom }
bg39026 { background: content-box fixed url(test.jpg) repeat-y center bottom }
bg39027 { background: content-box fixed url(test.jpg) center bottom }
bg39028 { background: content-box fixed url(test.jpg) center bottom no-repeat }
bg39029 { background: content-box fixed url(test.jpg) center bottom repeat }
bg39030 { background: content-box fixed url(test.jpg) center bottom repeat-x }
bg39031 { background: content-box fixed url(test.jpg) center bottom repeat-y }
bg39032 { background: content-box no-repeat fixed none center bottom }
bg39033 { background: content-box no-repeat fixed center bottom }
bg39034 { background: content-box no-repeat fixed center bottom none }
bg39035 { background: content-box no-repeat fixed center bottom url(test.jpg) }
bg39036 { background: content-box no-repeat fixed url(test.jpg) center bottom }
bg39037 { background: content-box no-repeat none fixed center bottom }
bg39038 { background: content-box no-repeat none center bottom }
bg39039 { background: content-box no-repeat none center bottom fixed }
bg39040 { background: content-box no-repeat none center bottom scroll }
bg39041 { background: content-box no-repeat none scroll center bottom }
bg39042 { background: content-box no-repeat center bottom }
bg39043 { background: content-box no-repeat center bottom fixed }
bg39044 { background: content-box no-repeat center bottom fixed none }
bg39045 { background: content-box no-repeat center bottom fixed url(test.jpg) }
bg39046 { background: content-box no-repeat center bottom none }
bg39047 { background: content-box no-repeat center bottom none fixed }
bg39048 { background: content-box no-repeat center bottom none scroll }
bg39049 { background: content-box no-repeat center bottom scroll }
bg39050 { background: content-box no-repeat center bottom scroll none }
bg39051 { background: content-box no-repeat center bottom scroll url(test.jpg) }
bg39052 { background: content-box no-repeat center bottom url(test.jpg) }
bg39053 { background: content-box no-repeat center bottom url(test.jpg) fixed }
bg39054 { background: content-box no-repeat center bottom url(test.jpg) scroll }
bg39055 { background: content-box no-repeat scroll none center bottom }
bg39056 { background: content-box no-repeat scroll center bottom }
bg39057 { background: content-box no-repeat scroll center bottom none }
bg39058 { background: content-box no-repeat scroll center bottom url(test.jpg) }
bg39059 { background: content-box no-repeat scroll url(test.jpg) center bottom }
bg39060 { background: content-box no-repeat url(test.jpg) fixed center bottom }
bg39061 { background: content-box no-repeat url(test.jpg) center bottom }
bg39062 { background: content-box no-repeat url(test.jpg) center bottom fixed }
bg39063 { background: content-box no-repeat url(test.jpg) center bottom scroll }
bg39064 { background: content-box no-repeat url(test.jpg) scroll center bottom }
bg39065 { background: content-box none fixed no-repeat center bottom }
bg39066 { background: content-box none fixed repeat center bottom }
bg39067 { background: content-box none fixed repeat-x center bottom }
bg39068 { background: content-box none fixed repeat-y center bottom }
bg39069 { background: content-box none fixed center bottom }
bg39070 { background: content-box none fixed center bottom no-repeat }
bg39071 { background: content-box none fixed center bottom repeat }
bg39072 { background: content-box none fixed center bottom repeat-x }
bg39073 { background: content-box none fixed center bottom repeat-y }
bg39074 { background: content-box none no-repeat fixed center bottom }
bg39075 { background: content-box none no-repeat center bottom }
bg39076 { background: content-box none no-repeat center bottom fixed }
bg39077 { background: content-box none no-repeat center bottom scroll }
bg39078 { background: content-box none no-repeat scroll center bottom }
bg39079 { background: content-box none repeat fixed center bottom }
bg39080 { background: content-box none repeat center bottom }
bg39081 { background: content-box none repeat center bottom fixed }
bg39082 { background: content-box none repeat center bottom scroll }
bg39083 { background: content-box none repeat scroll center bottom }
bg39084 { background: content-box none repeat-x fixed center bottom }
bg39085 { background: content-box none repeat-x center bottom }
bg39086 { background: content-box none repeat-x center bottom fixed }
bg39087 { background: content-box none repeat-x center bottom scroll }
bg39088 { background: content-box none repeat-x scroll center bottom }
bg39089 { background: content-box none repeat-y fixed center bottom }
bg39090 { background: content-box none repeat-y center bottom }
bg39091 { background: content-box none repeat-y center bottom fixed }
bg39092 { background: content-box none repeat-y center bottom scroll }
bg39093 { background: content-box none repeat-y scroll center bottom }
bg39094 { background: content-box none center bottom }
bg39095 { background: content-box none center bottom fixed }
bg39096 { background: content-box none center bottom fixed no-repeat }
bg39097 { background: content-box none center bottom fixed repeat }
bg39098 { background: content-box none center bottom fixed repeat-x }
bg39099 { background: content-box none center bottom fixed repeat-y }
bg39100 { background: content-box none center bottom no-repeat }
bg39101 { background: content-box none center bottom no-repeat fixed }
bg39102 { background: content-box none center bottom no-repeat scroll }
bg39103 { background: content-box none center bottom repeat }
bg39104 { background: content-box none center bottom repeat fixed }
bg39105 { background: content-box none center bottom repeat scroll }
bg39106 { background: content-box none center bottom repeat-x }
bg39107 { background: content-box none center bottom repeat-x fixed }
bg39108 { background: content-box none center bottom repeat-x scroll }
bg39109 { background: content-box none center bottom repeat-y }
bg39110 { background: content-box none center bottom repeat-y fixed }
bg39111 { background: content-box none center bottom repeat-y scroll }
bg39112 { background: content-box none center bottom scroll }
bg39113 { background: content-box none center bottom scroll no-repeat }
bg39114 { background: content-box none center bottom scroll repeat }
bg39115 { background: content-box none center bottom scroll repeat-x }
bg39116 { background: content-box none center bottom scroll repeat-y }
bg39117 { background: content-box none scroll no-repeat center bottom }
bg39118 { background: content-box none scroll repeat center bottom }
bg39119 { background: content-box none scroll repeat-x center bottom }
bg39120 { background: content-box none scroll repeat-y center bottom }
bg39121 { background: content-box none scroll center bottom }
bg39122 { background: content-box none scroll center bottom no-repeat }
bg39123 { background: content-box none scroll center bottom repeat }
bg39124 { background: content-box none scroll center bottom repeat-x }
bg39125 { background: content-box none scroll center bottom repeat-y }
bg39126 { background: content-box repeat fixed none center bottom }
bg39127 { background: content-box repeat fixed center bottom }
bg39128 { background: content-box repeat fixed center bottom none }
bg39129 { background: content-box repeat fixed center bottom url(test.jpg) }
bg39130 { background: content-box repeat fixed url(test.jpg) center bottom }
bg39131 { background: content-box repeat none fixed center bottom }
bg39132 { background: content-box repeat none center bottom }
bg39133 { background: content-box repeat none center bottom fixed }
bg39134 { background: content-box repeat none center bottom scroll }
bg39135 { background: content-box repeat none scroll center bottom }
bg39136 { background: content-box repeat center bottom }
bg39137 { background: content-box repeat center bottom fixed }
bg39138 { background: content-box repeat center bottom fixed none }
bg39139 { background: content-box repeat center bottom fixed url(test.jpg) }
bg39140 { background: content-box repeat center bottom none }
bg39141 { background: content-box repeat center bottom none fixed }
bg39142 { background: content-box repeat center bottom none scroll }
bg39143 { background: content-box repeat center bottom scroll }
bg39144 { background: content-box repeat center bottom scroll none }
bg39145 { background: content-box repeat center bottom scroll url(test.jpg) }
bg39146 { background: content-box repeat center bottom url(test.jpg) }
bg39147 { background: content-box repeat center bottom url(test.jpg) fixed }
bg39148 { background: content-box repeat center bottom url(test.jpg) scroll }
bg39149 { background: content-box repeat scroll none center bottom }
bg39150 { background: content-box repeat scroll center bottom }
bg39151 { background: content-box repeat scroll center bottom none }
bg39152 { background: content-box repeat scroll center bottom url(test.jpg) }
bg39153 { background: content-box repeat scroll url(test.jpg) center bottom }
bg39154 { background: content-box repeat url(test.jpg) fixed center bottom }
bg39155 { background: content-box repeat url(test.jpg) center bottom }
bg39156 { background: content-box repeat url(test.jpg) center bottom fixed }
bg39157 { background: content-box repeat url(test.jpg) center bottom scroll }
bg39158 { background: content-box repeat url(test.jpg) scroll center bottom }
bg39159 { background: content-box repeat-x fixed none center bottom }
bg39160 { background: content-box repeat-x fixed center bottom }
bg39161 { background: content-box repeat-x fixed center bottom none }
bg39162 { background: content-box repeat-x fixed center bottom url(test.jpg) }
bg39163 { background: content-box repeat-x fixed url(test.jpg) center bottom }
bg39164 { background: content-box repeat-x none fixed center bottom }
bg39165 { background: content-box repeat-x none center bottom }
bg39166 { background: content-box repeat-x none center bottom fixed }
bg39167 { background: content-box repeat-x none center bottom scroll }
bg39168 { background: content-box repeat-x none scroll center bottom }
bg39169 { background: content-box repeat-x center bottom }
bg39170 { background: content-box repeat-x center bottom fixed }
bg39171 { background: content-box repeat-x center bottom fixed none }
bg39172 { background: content-box repeat-x center bottom fixed url(test.jpg) }
bg39173 { background: content-box repeat-x center bottom none }
bg39174 { background: content-box repeat-x center bottom none fixed }
bg39175 { background: content-box repeat-x center bottom none scroll }
bg39176 { background: content-box repeat-x center bottom scroll }
bg39177 { background: content-box repeat-x center bottom scroll none }
bg39178 { background: content-box repeat-x center bottom scroll url(test.jpg) }
bg39179 { background: content-box repeat-x center bottom url(test.jpg) }
bg39180 { background: content-box repeat-x center bottom url(test.jpg) fixed }
bg39181 { background: content-box repeat-x center bottom url(test.jpg) scroll }
bg39182 { background: content-box repeat-x scroll none center bottom }
bg39183 { background: content-box repeat-x scroll center bottom }
bg39184 { background: content-box repeat-x scroll center bottom none }
bg39185 { background: content-box repeat-x scroll center bottom url(test.jpg) }
bg39186 { background: content-box repeat-x scroll url(test.jpg) center bottom }
bg39187 { background: content-box repeat-x url(test.jpg) fixed center bottom }
bg39188 { background: content-box repeat-x url(test.jpg) center bottom }
bg39189 { background: content-box repeat-x url(test.jpg) center bottom fixed }
bg39190 { background: content-box repeat-x url(test.jpg) center bottom scroll }
bg39191 { background: content-box repeat-x url(test.jpg) scroll center bottom }
bg39192 { background: content-box repeat-y fixed none center bottom }
bg39193 { background: content-box repeat-y fixed center bottom }
bg39194 { background: content-box repeat-y fixed center bottom none }
bg39195 { background: content-box repeat-y fixed center bottom url(test.jpg) }
bg39196 { background: content-box repeat-y fixed url(test.jpg) center bottom }
bg39197 { background: content-box repeat-y none fixed center bottom }
bg39198 { background: content-box repeat-y none center bottom }
bg39199 { background: content-box repeat-y none center bottom fixed }
bg39200 { background: content-box repeat-y none center bottom scroll }
bg39201 { background: content-box repeat-y none scroll center bottom }
bg39202 { background: content-box repeat-y center bottom }
bg39203 { background: content-box repeat-y center bottom fixed }
bg39204 { background: content-box repeat-y center bottom fixed none }
bg39205 { background: content-box repeat-y center bottom fixed url(test.jpg) }
bg39206 { background: content-box repeat-y center bottom none }
bg39207 { background: content-box repeat-y center bottom none fixed }
bg39208 { background: content-box repeat-y center bottom none scroll }
bg39209 { background: content-box repeat-y center bottom scroll }
bg39210 { background: content-box repeat-y center bottom scroll none }
bg39211 { background: content-box repeat-y center bottom scroll url(test.jpg) }
bg39212 { background: content-box repeat-y center bottom url(test.jpg) }
bg39213 { background: content-box repeat-y center bottom url(test.jpg) fixed }
bg39214 { background: content-box repeat-y center bottom url(test.jpg) scroll }
bg39215 { background: content-box repeat-y scroll none center bottom }
bg39216 { background: content-box repeat-y scroll center bottom }
bg39217 { background: content-box repeat-y scroll center bottom none }
bg39218 { background: content-box repeat-y scroll center bottom url(test.jpg) }
bg39219 { background: content-box repeat-y scroll url(test.jpg) center bottom }
bg39220 { background: content-box repeat-y url(test.jpg) fixed center bottom }
bg39221 { background: content-box repeat-y url(test.jpg) center bottom }
bg39222 { background: content-box repeat-y url(test.jpg) center bottom fixed }
bg39223 { background: content-box repeat-y url(test.jpg) center bottom scroll }
bg39224 { background: content-box repeat-y url(test.jpg) scroll center bottom }
bg39225 { background: content-box center bottom }
bg39226 { background: content-box center bottom fixed }
bg39227 { background: content-box center bottom fixed no-repeat }
bg39228 { background: content-box center bottom fixed no-repeat none }
bg39229 { background: content-box center bottom fixed no-repeat url(test.jpg) }
bg39230 { background: content-box center bottom fixed none }
bg39231 { background: content-box center bottom fixed none no-repeat }
bg39232 { background: content-box center bottom fixed none repeat }
bg39233 { background: content-box center bottom fixed none repeat-x }
bg39234 { background: content-box center bottom fixed none repeat-y }
bg39235 { background: content-box center bottom fixed repeat }
bg39236 { background: content-box center bottom fixed repeat none }
bg39237 { background: content-box center bottom fixed repeat url(test.jpg) }
bg39238 { background: content-box center bottom fixed repeat-x }
bg39239 { background: content-box center bottom fixed repeat-x none }
bg39240 { background: content-box center bottom fixed repeat-x url(test.jpg) }
bg39241 { background: content-box center bottom fixed repeat-y }
bg39242 { background: content-box center bottom fixed repeat-y none }
bg39243 { background: content-box center bottom fixed repeat-y url(test.jpg) }
bg39244 { background: content-box center bottom fixed url(test.jpg) }
bg39245 { background: content-box center bottom fixed url(test.jpg) no-repeat }
bg39246 { background: content-box center bottom fixed url(test.jpg) repeat }
bg39247 { background: content-box center bottom fixed url(test.jpg) repeat-x }
bg39248 { background: content-box center bottom fixed url(test.jpg) repeat-y }
bg39249 { background: content-box center bottom no-repeat }
bg39250 { background: content-box center bottom no-repeat fixed }
bg39251 { background: content-box center bottom no-repeat fixed none }
bg39252 { background: content-box center bottom no-repeat fixed url(test.jpg) }
bg39253 { background: content-box center bottom no-repeat none }
bg39254 { background: content-box center bottom no-repeat none fixed }
bg39255 { background: content-box center bottom no-repeat none scroll }
bg39256 { background: content-box center bottom no-repeat scroll }
bg39257 { background: content-box center bottom no-repeat scroll none }
bg39258 { background: content-box center bottom no-repeat scroll url(test.jpg) }
bg39259 { background: content-box center bottom no-repeat url(test.jpg) }
bg39260 { background: content-box center bottom no-repeat url(test.jpg) fixed }
bg39261 { background: content-box center bottom no-repeat url(test.jpg) scroll }
bg39262 { background: content-box center bottom none }
bg39263 { background: content-box center bottom none fixed }
bg39264 { background: content-box center bottom none fixed no-repeat }
bg39265 { background: content-box center bottom none fixed repeat }
bg39266 { background: content-box center bottom none fixed repeat-x }
bg39267 { background: content-box center bottom none fixed repeat-y }
bg39268 { background: content-box center bottom none no-repeat }
bg39269 { background: content-box center bottom none no-repeat fixed }
bg39270 { background: content-box center bottom none no-repeat scroll }
bg39271 { background: content-box center bottom none repeat }
bg39272 { background: content-box center bottom none repeat fixed }
bg39273 { background: content-box center bottom none repeat scroll }
bg39274 { background: content-box center bottom none repeat-x }
bg39275 { background: content-box center bottom none repeat-x fixed }
bg39276 { background: content-box center bottom none repeat-x scroll }
bg39277 { background: content-box center bottom none repeat-y }
bg39278 { background: content-box center bottom none repeat-y fixed }
bg39279 { background: content-box center bottom none repeat-y scroll }
bg39280 { background: content-box center bottom none scroll }
bg39281 { background: content-box center bottom none scroll no-repeat }
bg39282 { background: content-box center bottom none scroll repeat }
bg39283 { background: content-box center bottom none scroll repeat-x }
bg39284 { background: content-box center bottom none scroll repeat-y }
bg39285 { background: content-box center bottom repeat }
bg39286 { background: content-box center bottom repeat fixed }
bg39287 { background: content-box center bottom repeat fixed none }
bg39288 { background: content-box center bottom repeat fixed url(test.jpg) }
bg39289 { background: content-box center bottom repeat none }
bg39290 { background: content-box center bottom repeat none fixed }
bg39291 { background: content-box center bottom repeat none scroll }
bg39292 { background: content-box center bottom repeat scroll }
bg39293 { background: content-box center bottom repeat scroll none }
bg39294 { background: content-box center bottom repeat scroll url(test.jpg) }
bg39295 { background: content-box center bottom repeat url(test.jpg) }
bg39296 { background: content-box center bottom repeat url(test.jpg) fixed }
bg39297 { background: content-box center bottom repeat url(test.jpg) scroll }
bg39298 { background: content-box center bottom repeat-x }
bg39299 { background: content-box center bottom repeat-x fixed }
bg39300 { background: content-box center bottom repeat-x fixed none }
bg39301 { background: content-box center bottom repeat-x fixed url(test.jpg) }
bg39302 { background: content-box center bottom repeat-x none }
bg39303 { background: content-box center bottom repeat-x none fixed }
bg39304 { background: content-box center bottom repeat-x none scroll }
bg39305 { background: content-box center bottom repeat-x scroll }
bg39306 { background: content-box center bottom repeat-x scroll none }
bg39307 { background: content-box center bottom repeat-x scroll url(test.jpg) }
bg39308 { background: content-box center bottom repeat-x url(test.jpg) }
bg39309 { background: content-box center bottom repeat-x url(test.jpg) fixed }
bg39310 { background: content-box center bottom repeat-x url(test.jpg) scroll }
bg39311 { background: content-box center bottom repeat-y }
bg39312 { background: content-box center bottom repeat-y fixed }
bg39313 { background: content-box center bottom repeat-y fixed none }
bg39314 { background: content-box center bottom repeat-y fixed url(test.jpg) }
bg39315 { background: content-box center bottom repeat-y none }
bg39316 { background: content-box center bottom repeat-y none fixed }
bg39317 { background: content-box center bottom repeat-y none scroll }
bg39318 { background: content-box center bottom repeat-y scroll }
bg39319 { background: content-box center bottom repeat-y scroll none }
bg39320 { background: content-box center bottom repeat-y scroll url(test.jpg) }
bg39321 { background: content-box center bottom repeat-y url(test.jpg) }
bg39322 { background: content-box center bottom repeat-y url(test.jpg) fixed }
bg39323 { background: content-box center bottom repeat-y url(test.jpg) scroll }
bg39324 { background: content-box center bottom scroll }
bg39325 { background: content-box center bottom scroll no-repeat }
bg39326 { background: content-box center bottom scroll no-repeat none }
bg39327 { background: content-box center bottom scroll no-repeat url(test.jpg) }
bg39328 { background: content-box center bottom scroll none }
bg39329 { background: content-box center bottom scroll none no-repeat }
bg39330 { background: content-box center bottom scroll none repeat }
bg39331 { background: content-box center bottom scroll none repeat-x }
bg39332 { background: content-box center bottom scroll none repeat-y }
bg39333 { background: content-box center bottom scroll repeat }
bg39334 { background: content-box center bottom scroll repeat none }
bg39335 { background: content-box center bottom scroll repeat url(test.jpg) }
bg39336 { background: content-box center bottom scroll repeat-x }
bg39337 { background: content-box center bottom scroll repeat-x none }
bg39338 { background: content-box center bottom scroll repeat-x url(test.jpg) }
bg39339 { background: content-box center bottom scroll repeat-y }
bg39340 { background: content-box center bottom scroll repeat-y none }
bg39341 { background: content-box center bottom scroll repeat-y url(test.jpg) }
bg39342 { background: content-box center bottom scroll url(test.jpg) }
bg39343 { background: content-box center bottom scroll url(test.jpg) no-repeat }
bg39344 { background: content-box center bottom scroll url(test.jpg) repeat }
bg39345 { background: content-box center bottom scroll url(test.jpg) repeat-x }
bg39346 { background: content-box center bottom scroll url(test.jpg) repeat-y }
bg39347 { background: content-box center bottom url(test.jpg) }
bg39348 { background: content-box center bottom url(test.jpg) fixed }
bg39349 { background: content-box center bottom url(test.jpg) fixed no-repeat }
bg39350 { background: content-box center bottom url(test.jpg) fixed repeat }
bg39351 { background: content-box center bottom url(test.jpg) fixed repeat-x }
bg39352 { background: content-box center bottom url(test.jpg) fixed repeat-y }
bg39353 { background: content-box center bottom url(test.jpg) no-repeat }
bg39354 { background: content-box center bottom url(test.jpg) no-repeat fixed }
bg39355 { background: content-box center bottom url(test.jpg) no-repeat scroll }
bg39356 { background: content-box center bottom url(test.jpg) repeat }
bg39357 { background: content-box center bottom url(test.jpg) repeat fixed }
bg39358 { background: content-box center bottom url(test.jpg) repeat scroll }
bg39359 { background: content-box center bottom url(test.jpg) repeat-x }
bg39360 { background: content-box center bottom url(test.jpg) repeat-x fixed }
bg39361 { background: content-box center bottom url(test.jpg) repeat-x scroll }
bg39362 { background: content-box center bottom url(test.jpg) repeat-y }
bg39363 { background: content-box center bottom url(test.jpg) repeat-y fixed }
bg39364 { background: content-box center bottom url(test.jpg) repeat-y scroll }
bg39365 { background: content-box center bottom url(test.jpg) scroll }
bg39366 { background: content-box center bottom url(test.jpg) scroll no-repeat }
bg39367 { background: content-box center bottom url(test.jpg) scroll repeat }
bg39368 { background: content-box center bottom url(test.jpg) scroll repeat-x }
bg39369 { background: content-box center bottom url(test.jpg) scroll repeat-y }
bg39370 { background: content-box scroll no-repeat none center bottom }
bg39371 { background: content-box scroll no-repeat center bottom }
bg39372 { background: content-box scroll no-repeat center bottom none }
bg39373 { background: content-box scroll no-repeat center bottom url(test.jpg) }
bg39374 { background: content-box scroll no-repeat url(test.jpg) center bottom }
bg39375 { background: content-box scroll none no-repeat center bottom }
bg39376 { background: content-box scroll none repeat center bottom }
bg39377 { background: content-box scroll none repeat-x center bottom }
bg39378 { background: content-box scroll none repeat-y center bottom }
bg39379 { background: content-box scroll none center bottom }
bg39380 { background: content-box scroll none center bottom no-repeat }
bg39381 { background: content-box scroll none center bottom repeat }
bg39382 { background: content-box scroll none center bottom repeat-x }
bg39383 { background: content-box scroll none center bottom repeat-y }
bg39384 { background: content-box scroll repeat none center bottom }
bg39385 { background: content-box scroll repeat center bottom }
bg39386 { background: content-box scroll repeat center bottom none }
bg39387 { background: content-box scroll repeat center bottom url(test.jpg) }
bg39388 { background: content-box scroll repeat url(test.jpg) center bottom }
bg39389 { background: content-box scroll repeat-x none center bottom }
bg39390 { background: content-box scroll repeat-x center bottom }
bg39391 { background: content-box scroll repeat-x center bottom none }
bg39392 { background: content-box scroll repeat-x center bottom url(test.jpg) }
bg39393 { background: content-box scroll repeat-x url(test.jpg) center bottom }
bg39394 { background: content-box scroll repeat-y none center bottom }
bg39395 { background: content-box scroll repeat-y center bottom }
bg39396 { background: content-box scroll repeat-y center bottom none }
bg39397 { background: content-box scroll repeat-y center bottom url(test.jpg) }
bg39398 { background: content-box scroll repeat-y url(test.jpg) center bottom }
bg39399 { background: content-box scroll center bottom }
bg39400 { background: content-box scroll center bottom no-repeat }
bg39401 { background: content-box scroll center bottom no-repeat none }
bg39402 { background: content-box scroll center bottom no-repeat url(test.jpg) }
bg39403 { background: content-box scroll center bottom none }
bg39404 { background: content-box scroll center bottom none no-repeat }
bg39405 { background: content-box scroll center bottom none repeat }
bg39406 { background: content-box scroll center bottom none repeat-x }
bg39407 { background: content-box scroll center bottom none repeat-y }
bg39408 { background: content-box scroll center bottom repeat }
bg39409 { background: content-box scroll center bottom repeat none }
bg39410 { background: content-box scroll center bottom repeat url(test.jpg) }
bg39411 { background: content-box scroll center bottom repeat-x }
bg39412 { background: content-box scroll center bottom repeat-x none }
bg39413 { background: content-box scroll center bottom repeat-x url(test.jpg) }
bg39414 { background: content-box scroll center bottom repeat-y }
bg39415 { background: content-box scroll center bottom repeat-y none }
bg39416 { background: content-box scroll center bottom repeat-y url(test.jpg) }
bg39417 { background: content-box scroll center bottom url(test.jpg) }
bg39418 { background: content-box scroll center bottom url(test.jpg) no-repeat }
bg39419 { background: content-box scroll center bottom url(test.jpg) repeat }
bg39420 { background: content-box scroll center bottom url(test.jpg) repeat-x }
bg39421 { background: content-box scroll center bottom url(test.jpg) repeat-y }
bg39422 { background: content-box scroll url(test.jpg) no-repeat center bottom }
bg39423 { background: content-box scroll url(test.jpg) repeat center bottom }
bg39424 { background: content-box scroll url(test.jpg) repeat-x center bottom }
bg39425 { background: content-box scroll url(test.jpg) repeat-y center bottom }
bg39426 { background: content-box scroll url(test.jpg) center bottom }
bg39427 { background: content-box scroll url(test.jpg) center bottom no-repeat }
bg39428 { background: content-box scroll url(test.jpg) center bottom repeat }
bg39429 { background: content-box scroll url(test.jpg) center bottom repeat-x }
bg39430 { background: content-box scroll url(test.jpg) center bottom repeat-y }
bg39431 { background: content-box url(test.jpg) fixed no-repeat center bottom }
bg39432 { background: content-box url(test.jpg) fixed repeat center bottom }
bg39433 { background: content-box url(test.jpg) fixed repeat-x center bottom }
bg39434 { background: content-box url(test.jpg) fixed repeat-y center bottom }
bg39435 { background: content-box url(test.jpg) fixed center bottom }
bg39436 { background: content-box url(test.jpg) fixed center bottom no-repeat }
bg39437 { background: content-box url(test.jpg) fixed center bottom repeat }
bg39438 { background: content-box url(test.jpg) fixed center bottom repeat-x }
bg39439 { background: content-box url(test.jpg) fixed center bottom repeat-y }
bg39440 { background: content-box url(test.jpg) no-repeat fixed center bottom }
bg39441 { background: content-box url(test.jpg) no-repeat center bottom }
bg39442 { background: content-box url(test.jpg) no-repeat center bottom fixed }
bg39443 { background: content-box url(test.jpg) no-repeat center bottom scroll }
bg39444 { background: content-box url(test.jpg) no-repeat scroll center bottom }
bg39445 { background: content-box url(test.jpg) repeat fixed center bottom }
bg39446 { background: content-box url(test.jpg) repeat center bottom }
bg39447 { background: content-box url(test.jpg) repeat center bottom fixed }
bg39448 { background: content-box url(test.jpg) repeat center bottom scroll }
bg39449 { background: content-box url(test.jpg) repeat scroll center bottom }
bg39450 { background: content-box url(test.jpg) repeat-x fixed center bottom }
bg39451 { background: content-box url(test.jpg) repeat-x center bottom }
bg39452 { background: content-box url(test.jpg) repeat-x center bottom fixed }
bg39453 { background: content-box url(test.jpg) repeat-x center bottom scroll }
bg39454 { background: content-box url(test.jpg) repeat-x scroll center bottom }
bg39455 { background: content-box url(test.jpg) repeat-y fixed center bottom }
bg39456 { background: content-box url(test.jpg) repeat-y center bottom }
bg39457 { background: content-box url(test.jpg) repeat-y center bottom fixed }
bg39458 { background: content-box url(test.jpg) repeat-y center bottom scroll }
bg39459 { background: content-box url(test.jpg) repeat-y scroll center bottom }
bg39460 { background: content-box url(test.jpg) center bottom }
bg39461 { background: content-box url(test.jpg) center bottom fixed }
bg39462 { background: content-box url(test.jpg) center bottom fixed no-repeat }
bg39463 { background: content-box url(test.jpg) center bottom fixed repeat }
bg39464 { background: content-box url(test.jpg) center bottom fixed repeat-x }
bg39465 { background: content-box url(test.jpg) center bottom fixed repeat-y }
bg39466 { background: content-box url(test.jpg) center bottom no-repeat }
bg39467 { background: content-box url(test.jpg) center bottom no-repeat fixed }
bg39468 { background: content-box url(test.jpg) center bottom no-repeat scroll }
bg39469 { background: content-box url(test.jpg) center bottom repeat }
bg39470 { background: content-box url(test.jpg) center bottom repeat fixed }
bg39471 { background: content-box url(test.jpg) center bottom repeat scroll }
bg39472 { background: content-box url(test.jpg) center bottom repeat-x }
bg39473 { background: content-box url(test.jpg) center bottom repeat-x fixed }
bg39474 { background: content-box url(test.jpg) center bottom repeat-x scroll }
bg39475 { background: content-box url(test.jpg) center bottom repeat-y }
bg39476 { background: content-box url(test.jpg) center bottom repeat-y fixed }
bg39477 { background: content-box url(test.jpg) center bottom repeat-y scroll }
bg39478 { background: content-box url(test.jpg) center bottom scroll }
bg39479 { background: content-box url(test.jpg) center bottom scroll no-repeat }
bg39480 { background: content-box url(test.jpg) center bottom scroll repeat }
bg39481 { background: content-box url(test.jpg) center bottom scroll repeat-x }
bg39482 { background: content-box url(test.jpg) center bottom scroll repeat-y }
bg39483 { background: content-box url(test.jpg) scroll no-repeat center bottom }
bg39484 { background: content-box url(test.jpg) scroll repeat center bottom }
bg39485 { background: content-box url(test.jpg) scroll repeat-x center bottom }
bg39486 { background: content-box url(test.jpg) scroll repeat-y center bottom }
bg39487 { background: content-box url(test.jpg) scroll center bottom }
bg39488 { background: content-box url(test.jpg) scroll center bottom no-repeat }
bg39489 { background: content-box url(test.jpg) scroll center bottom repeat }
bg39490 { background: content-box url(test.jpg) scroll center bottom repeat-x }
bg39491 { background: content-box url(test.jpg) scroll center bottom repeat-y }
bg39492 { background: url(test.jpg) fixed no-repeat center bottom content-box }
bg39493 { background: url(test.jpg) fixed no-repeat content-box center bottom }
bg39494 { background: url(test.jpg) fixed repeat center bottom content-box }
bg39495 { background: url(test.jpg) fixed repeat content-box center bottom }
bg39496 { background: url(test.jpg) fixed repeat-x center bottom content-box }
bg39497 { background: url(test.jpg) fixed repeat-x content-box center bottom }
bg39498 { background: url(test.jpg) fixed repeat-y center bottom content-box }
bg39499 { background: url(test.jpg) fixed repeat-y content-box center bottom }
bg39500 { background: url(test.jpg) fixed center bottom no-repeat content-box }
bg39501 { background: url(test.jpg) fixed center bottom repeat content-box }
bg39502 { background: url(test.jpg) fixed center bottom repeat-x content-box }
bg39503 { background: url(test.jpg) fixed center bottom repeat-y content-box }
bg39504 { background: url(test.jpg) fixed center bottom content-box }
bg39505 { background: url(test.jpg) fixed center bottom content-box no-repeat }
bg39506 { background: url(test.jpg) fixed center bottom content-box repeat }
bg39507 { background: url(test.jpg) fixed center bottom content-box repeat-x }
bg39508 { background: url(test.jpg) fixed center bottom content-box repeat-y }
bg39509 { background: url(test.jpg) fixed content-box no-repeat center bottom }
bg39510 { background: url(test.jpg) fixed content-box repeat center bottom }
bg39511 { background: url(test.jpg) fixed content-box repeat-x center bottom }
bg39512 { background: url(test.jpg) fixed content-box repeat-y center bottom }
bg39513 { background: url(test.jpg) fixed content-box center bottom }
bg39514 { background: url(test.jpg) fixed content-box center bottom no-repeat }
bg39515 { background: url(test.jpg) fixed content-box center bottom repeat }
bg39516 { background: url(test.jpg) fixed content-box center bottom repeat-x }
bg39517 { background: url(test.jpg) fixed content-box center bottom repeat-y }
bg39518 { background: url(test.jpg) no-repeat fixed center bottom content-box }
bg39519 { background: url(test.jpg) no-repeat fixed content-box center bottom }
bg39520 { background: url(test.jpg) no-repeat center bottom fixed content-box }
bg39521 { background: url(test.jpg) no-repeat center bottom scroll content-box }
bg39522 { background: url(test.jpg) no-repeat center bottom content-box }
bg39523 { background: url(test.jpg) no-repeat center bottom content-box fixed }
bg39524 { background: url(test.jpg) no-repeat center bottom content-box scroll }
bg39525 { background: url(test.jpg) no-repeat scroll center bottom content-box }
bg39526 { background: url(test.jpg) no-repeat scroll content-box center bottom }
bg39527 { background: url(test.jpg) no-repeat content-box fixed center bottom }
bg39528 { background: url(test.jpg) no-repeat content-box center bottom }
bg39529 { background: url(test.jpg) no-repeat content-box center bottom fixed }
bg39530 { background: url(test.jpg) no-repeat content-box center bottom scroll }
bg39531 { background: url(test.jpg) no-repeat content-box scroll center bottom }
bg39532 { background: url(test.jpg) repeat fixed center bottom content-box }
bg39533 { background: url(test.jpg) repeat fixed content-box center bottom }
bg39534 { background: url(test.jpg) repeat center bottom fixed content-box }
bg39535 { background: url(test.jpg) repeat center bottom scroll content-box }
bg39536 { background: url(test.jpg) repeat center bottom content-box }
bg39537 { background: url(test.jpg) repeat center bottom content-box fixed }
bg39538 { background: url(test.jpg) repeat center bottom content-box scroll }
bg39539 { background: url(test.jpg) repeat scroll center bottom content-box }
bg39540 { background: url(test.jpg) repeat scroll content-box center bottom }
bg39541 { background: url(test.jpg) repeat content-box fixed center bottom }
bg39542 { background: url(test.jpg) repeat content-box center bottom }
bg39543 { background: url(test.jpg) repeat content-box center bottom fixed }
bg39544 { background: url(test.jpg) repeat content-box center bottom scroll }
bg39545 { background: url(test.jpg) repeat content-box scroll center bottom }
bg39546 { background: url(test.jpg) repeat-x fixed center bottom content-box }
bg39547 { background: url(test.jpg) repeat-x fixed content-box center bottom }
bg39548 { background: url(test.jpg) repeat-x center bottom fixed content-box }
bg39549 { background: url(test.jpg) repeat-x center bottom scroll content-box }
bg39550 { background: url(test.jpg) repeat-x center bottom content-box }
bg39551 { background: url(test.jpg) repeat-x center bottom content-box fixed }
bg39552 { background: url(test.jpg) repeat-x center bottom content-box scroll }
bg39553 { background: url(test.jpg) repeat-x scroll center bottom content-box }
bg39554 { background: url(test.jpg) repeat-x scroll content-box center bottom }
bg39555 { background: url(test.jpg) repeat-x content-box fixed center bottom }
bg39556 { background: url(test.jpg) repeat-x content-box center bottom }
bg39557 { background: url(test.jpg) repeat-x content-box center bottom fixed }
bg39558 { background: url(test.jpg) repeat-x content-box center bottom scroll }
bg39559 { background: url(test.jpg) repeat-x content-box scroll center bottom }
bg39560 { background: url(test.jpg) repeat-y fixed center bottom content-box }
bg39561 { background: url(test.jpg) repeat-y fixed content-box center bottom }
bg39562 { background: url(test.jpg) repeat-y center bottom fixed content-box }
bg39563 { background: url(test.jpg) repeat-y center bottom scroll content-box }
bg39564 { background: url(test.jpg) repeat-y center bottom content-box }
bg39565 { background: url(test.jpg) repeat-y center bottom content-box fixed }
bg39566 { background: url(test.jpg) repeat-y center bottom content-box scroll }
bg39567 { background: url(test.jpg) repeat-y scroll center bottom content-box }
bg39568 { background: url(test.jpg) repeat-y scroll content-box center bottom }
bg39569 { background: url(test.jpg) repeat-y content-box fixed center bottom }
bg39570 { background: url(test.jpg) repeat-y content-box center bottom }
bg39571 { background: url(test.jpg) repeat-y content-box center bottom fixed }
bg39572 { background: url(test.jpg) repeat-y content-box center bottom scroll }
bg39573 { background: url(test.jpg) repeat-y content-box scroll center bottom }
bg39574 { background: url(test.jpg) center bottom fixed no-repeat content-box }
bg39575 { background: url(test.jpg) center bottom fixed repeat content-box }
bg39576 { background: url(test.jpg) center bottom fixed repeat-x content-box }
bg39577 { background: url(test.jpg) center bottom fixed repeat-y content-box }
bg39578 { background: url(test.jpg) center bottom fixed content-box }
bg39579 { background: url(test.jpg) center bottom fixed content-box no-repeat }
bg39580 { background: url(test.jpg) center bottom fixed content-box repeat }
bg39581 { background: url(test.jpg) center bottom fixed content-box repeat-x }
bg39582 { background: url(test.jpg) center bottom fixed content-box repeat-y }
bg39583 { background: url(test.jpg) center bottom no-repeat fixed content-box }
bg39584 { background: url(test.jpg) center bottom no-repeat scroll content-box }
bg39585 { background: url(test.jpg) center bottom no-repeat content-box }
bg39586 { background: url(test.jpg) center bottom no-repeat content-box fixed }
bg39587 { background: url(test.jpg) center bottom no-repeat content-box scroll }
bg39588 { background: url(test.jpg) center bottom repeat fixed content-box }
bg39589 { background: url(test.jpg) center bottom repeat scroll content-box }
bg39590 { background: url(test.jpg) center bottom repeat content-box }
bg39591 { background: url(test.jpg) center bottom repeat content-box fixed }
bg39592 { background: url(test.jpg) center bottom repeat content-box scroll }
bg39593 { background: url(test.jpg) center bottom repeat-x fixed content-box }
bg39594 { background: url(test.jpg) center bottom repeat-x scroll content-box }
bg39595 { background: url(test.jpg) center bottom repeat-x content-box }
bg39596 { background: url(test.jpg) center bottom repeat-x content-box fixed }
bg39597 { background: url(test.jpg) center bottom repeat-x content-box scroll }
bg39598 { background: url(test.jpg) center bottom repeat-y fixed content-box }
bg39599 { background: url(test.jpg) center bottom repeat-y scroll content-box }
bg39600 { background: url(test.jpg) center bottom repeat-y content-box }
bg39601 { background: url(test.jpg) center bottom repeat-y content-box fixed }
bg39602 { background: url(test.jpg) center bottom repeat-y content-box scroll }
bg39603 { background: url(test.jpg) center bottom scroll no-repeat content-box }
bg39604 { background: url(test.jpg) center bottom scroll repeat content-box }
bg39605 { background: url(test.jpg) center bottom scroll repeat-x content-box }
bg39606 { background: url(test.jpg) center bottom scroll repeat-y content-box }
bg39607 { background: url(test.jpg) center bottom scroll content-box }
bg39608 { background: url(test.jpg) center bottom scroll content-box no-repeat }
bg39609 { background: url(test.jpg) center bottom scroll content-box repeat }
bg39610 { background: url(test.jpg) center bottom scroll content-box repeat-x }
bg39611 { background: url(test.jpg) center bottom scroll content-box repeat-y }
bg39612 { background: url(test.jpg) center bottom content-box }
bg39613 { background: url(test.jpg) center bottom content-box fixed }
bg39614 { background: url(test.jpg) center bottom content-box fixed no-repeat }
bg39615 { background: url(test.jpg) center bottom content-box fixed repeat }
bg39616 { background: url(test.jpg) center bottom content-box fixed repeat-x }
bg39617 { background: url(test.jpg) center bottom content-box fixed repeat-y }
bg39618 { background: url(test.jpg) center bottom content-box no-repeat }
bg39619 { background: url(test.jpg) center bottom content-box no-repeat fixed }
bg39620 { background: url(test.jpg) center bottom content-box no-repeat scroll }
bg39621 { background: url(test.jpg) center bottom content-box repeat }
bg39622 { background: url(test.jpg) center bottom content-box repeat fixed }
bg39623 { background: url(test.jpg) center bottom content-box repeat scroll }
bg39624 { background: url(test.jpg) center bottom content-box repeat-x }
bg39625 { background: url(test.jpg) center bottom content-box repeat-x fixed }
bg39626 { background: url(test.jpg) center bottom content-box repeat-x scroll }
bg39627 { background: url(test.jpg) center bottom content-box repeat-y }
bg39628 { background: url(test.jpg) center bottom content-box repeat-y fixed }
bg39629 { background: url(test.jpg) center bottom content-box repeat-y scroll }
bg39630 { background: url(test.jpg) center bottom content-box scroll }
bg39631 { background: url(test.jpg) center bottom content-box scroll no-repeat }
bg39632 { background: url(test.jpg) center bottom content-box scroll repeat }
bg39633 { background: url(test.jpg) center bottom content-box scroll repeat-x }
bg39634 { background: url(test.jpg) center bottom content-box scroll repeat-y }
bg39635 { background: url(test.jpg) scroll no-repeat center bottom content-box }
bg39636 { background: url(test.jpg) scroll no-repeat content-box center bottom }
bg39637 { background: url(test.jpg) scroll repeat center bottom content-box }
bg39638 { background: url(test.jpg) scroll repeat content-box center bottom }
bg39639 { background: url(test.jpg) scroll repeat-x center bottom content-box }
bg39640 { background: url(test.jpg) scroll repeat-x content-box center bottom }
bg39641 { background: url(test.jpg) scroll repeat-y center bottom content-box }
bg39642 { background: url(test.jpg) scroll repeat-y content-box center bottom }
bg39643 { background: url(test.jpg) scroll center bottom no-repeat content-box }
bg39644 { background: url(test.jpg) scroll center bottom repeat content-box }
bg39645 { background: url(test.jpg) scroll center bottom repeat-x content-box }
bg39646 { background: url(test.jpg) scroll center bottom repeat-y content-box }
bg39647 { background: url(test.jpg) scroll center bottom content-box }
bg39648 { background: url(test.jpg) scroll center bottom content-box no-repeat }
bg39649 { background: url(test.jpg) scroll center bottom content-box repeat }
bg39650 { background: url(test.jpg) scroll center bottom content-box repeat-x }
bg39651 { background: url(test.jpg) scroll center bottom content-box repeat-y }
bg39652 { background: url(test.jpg) scroll content-box no-repeat center bottom }
bg39653 { background: url(test.jpg) scroll content-box repeat center bottom }
bg39654 { background: url(test.jpg) scroll content-box repeat-x center bottom }
bg39655 { background: url(test.jpg) scroll content-box repeat-y center bottom }
bg39656 { background: url(test.jpg) scroll content-box center bottom }
bg39657 { background: url(test.jpg) scroll content-box center bottom no-repeat }
bg39658 { background: url(test.jpg) scroll content-box center bottom repeat }
bg39659 { background: url(test.jpg) scroll content-box center bottom repeat-x }
bg39660 { background: url(test.jpg) scroll content-box center bottom repeat-y }
bg39661 { background: url(test.jpg) content-box fixed no-repeat center bottom }
bg39662 { background: url(test.jpg) content-box fixed repeat center bottom }
bg39663 { background: url(test.jpg) content-box fixed repeat-x center bottom }
bg39664 { background: url(test.jpg) content-box fixed repeat-y center bottom }
bg39665 { background: url(test.jpg) content-box fixed center bottom }
bg39666 { background: url(test.jpg) content-box fixed center bottom no-repeat }
bg39667 { background: url(test.jpg) content-box fixed center bottom repeat }
bg39668 { background: url(test.jpg) content-box fixed center bottom repeat-x }
bg39669 { background: url(test.jpg) content-box fixed center bottom repeat-y }
bg39670 { background: url(test.jpg) content-box no-repeat fixed center bottom }
bg39671 { background: url(test.jpg) content-box no-repeat center bottom }
bg39672 { background: url(test.jpg) content-box no-repeat center bottom fixed }
bg39673 { background: url(test.jpg) content-box no-repeat center bottom scroll }
bg39674 { background: url(test.jpg) content-box no-repeat scroll center bottom }
bg39675 { background: url(test.jpg) content-box repeat fixed center bottom }
bg39676 { background: url(test.jpg) content-box repeat center bottom }
bg39677 { background: url(test.jpg) content-box repeat center bottom fixed }
bg39678 { background: url(test.jpg) content-box repeat center bottom scroll }
bg39679 { background: url(test.jpg) content-box repeat scroll center bottom }
bg39680 { background: url(test.jpg) content-box repeat-x fixed center bottom }
bg39681 { background: url(test.jpg) content-box repeat-x center bottom }
bg39682 { background: url(test.jpg) content-box repeat-x center bottom fixed }
bg39683 { background: url(test.jpg) content-box repeat-x center bottom scroll }
bg39684 { background: url(test.jpg) content-box repeat-x scroll center bottom }
bg39685 { background: url(test.jpg) content-box repeat-y fixed center bottom }
bg39686 { background: url(test.jpg) content-box repeat-y center bottom }
bg39687 { background: url(test.jpg) content-box repeat-y center bottom fixed }
bg39688 { background: url(test.jpg) content-box repeat-y center bottom scroll }
bg39689 { background: url(test.jpg) content-box repeat-y scroll center bottom }
bg39690 { background: url(test.jpg) content-box center bottom }
bg39691 { background: url(test.jpg) content-box center bottom fixed }
bg39692 { background: url(test.jpg) content-box center bottom fixed no-repeat }
bg39693 { background: url(test.jpg) content-box center bottom fixed repeat }
bg39694 { background: url(test.jpg) content-box center bottom fixed repeat-x }
bg39695 { background: url(test.jpg) content-box center bottom fixed repeat-y }
bg39696 { background: url(test.jpg) content-box center bottom no-repeat }
bg39697 { background: url(test.jpg) content-box center bottom no-repeat fixed }
bg39698 { background: url(test.jpg) content-box center bottom no-repeat scroll }
bg39699 { background: url(test.jpg) content-box center bottom repeat }
bg39700 { background: url(test.jpg) content-box center bottom repeat fixed }
bg39701 { background: url(test.jpg) content-box center bottom repeat scroll }
bg39702 { background: url(test.jpg) content-box center bottom repeat-x }
bg39703 { background: url(test.jpg) content-box center bottom repeat-x fixed }
bg39704 { background: url(test.jpg) content-box center bottom repeat-x scroll }
bg39705 { background: url(test.jpg) content-box center bottom repeat-y }
bg39706 { background: url(test.jpg) content-box center bottom repeat-y fixed }
bg39707 { background: url(test.jpg) content-box center bottom repeat-y scroll }
bg39708 { background: url(test.jpg) content-box center bottom scroll }
bg39709 { background: url(test.jpg) content-box center bottom scroll no-repeat }
bg39710 { background: url(test.jpg) content-box center bottom scroll repeat }
bg39711 { background: url(test.jpg) content-box center bottom scroll repeat-x }
bg39712 { background: url(test.jpg) content-box center bottom scroll repeat-y }
bg39713 { background: url(test.jpg) content-box scroll no-repeat center bottom }
bg39714 { background: url(test.jpg) content-box scroll repeat center bottom }
bg39715 { background: url(test.jpg) content-box scroll repeat-x center bottom }
bg39716 { background: url(test.jpg) content-box scroll repeat-y center bottom }
bg39717 { background: url(test.jpg) content-box scroll center bottom }
bg39718 { background: url(test.jpg) content-box scroll center bottom no-repeat }
bg39719 { background: url(test.jpg) content-box scroll center bottom repeat }
bg39720 { background: url(test.jpg) content-box scroll center bottom repeat-x }
bg39721 { background: url(test.jpg) content-box scroll center bottom repeat-y }
bg39722 { background: fixed no-repeat none right bottom content-box }
bg39723 { background: fixed no-repeat none content-box right bottom }
bg39724 { background: fixed no-repeat right bottom none content-box }
bg39725 { background: fixed no-repeat right bottom content-box }
bg39726 { background: fixed no-repeat right bottom content-box none }
bg39727 { background: fixed no-repeat right bottom content-box url(test.jpg) }
bg39728 { background: fixed no-repeat right bottom url(test.jpg) content-box }
bg39729 { background: fixed no-repeat content-box none right bottom }
bg39730 { background: fixed no-repeat content-box right bottom }
bg39731 { background: fixed no-repeat content-box right bottom none }
bg39732 { background: fixed no-repeat content-box right bottom url(test.jpg) }
bg39733 { background: fixed no-repeat content-box url(test.jpg) right bottom }
bg39734 { background: fixed no-repeat url(test.jpg) right bottom content-box }
bg39735 { background: fixed no-repeat url(test.jpg) content-box right bottom }
bg39736 { background: fixed none no-repeat right bottom content-box }
bg39737 { background: fixed none no-repeat content-box right bottom }
bg39738 { background: fixed none repeat right bottom content-box }
bg39739 { background: fixed none repeat content-box right bottom }
bg39740 { background: fixed none repeat-x right bottom content-box }
bg39741 { background: fixed none repeat-x content-box right bottom }
bg39742 { background: fixed none repeat-y right bottom content-box }
bg39743 { background: fixed none repeat-y content-box right bottom }
bg39744 { background: fixed none right bottom no-repeat content-box }
bg39745 { background: fixed none right bottom repeat content-box }
bg39746 { background: fixed none right bottom repeat-x content-box }
bg39747 { background: fixed none right bottom repeat-y content-box }
bg39748 { background: fixed none right bottom content-box }
bg39749 { background: fixed none right bottom content-box no-repeat }
bg39750 { background: fixed none right bottom content-box repeat }
bg39751 { background: fixed none right bottom content-box repeat-x }
bg39752 { background: fixed none right bottom content-box repeat-y }
bg39753 { background: fixed none content-box no-repeat right bottom }
bg39754 { background: fixed none content-box repeat right bottom }
bg39755 { background: fixed none content-box repeat-x right bottom }
bg39756 { background: fixed none content-box repeat-y right bottom }
bg39757 { background: fixed none content-box right bottom }
bg39758 { background: fixed none content-box right bottom no-repeat }
bg39759 { background: fixed none content-box right bottom repeat }
bg39760 { background: fixed none content-box right bottom repeat-x }
bg39761 { background: fixed none content-box right bottom repeat-y }
bg39762 { background: fixed repeat none right bottom content-box }
bg39763 { background: fixed repeat none content-box right bottom }
bg39764 { background: fixed repeat right bottom none content-box }
bg39765 { background: fixed repeat right bottom content-box }
bg39766 { background: fixed repeat right bottom content-box none }
bg39767 { background: fixed repeat right bottom content-box url(test.jpg) }
bg39768 { background: fixed repeat right bottom url(test.jpg) content-box }
bg39769 { background: fixed repeat content-box none right bottom }
bg39770 { background: fixed repeat content-box right bottom }
bg39771 { background: fixed repeat content-box right bottom none }
bg39772 { background: fixed repeat content-box right bottom url(test.jpg) }
bg39773 { background: fixed repeat content-box url(test.jpg) right bottom }
bg39774 { background: fixed repeat url(test.jpg) right bottom content-box }
bg39775 { background: fixed repeat url(test.jpg) content-box right bottom }
bg39776 { background: fixed repeat-x none right bottom content-box }
bg39777 { background: fixed repeat-x none content-box right bottom }
bg39778 { background: fixed repeat-x right bottom none content-box }
bg39779 { background: fixed repeat-x right bottom content-box }
bg39780 { background: fixed repeat-x right bottom content-box none }
bg39781 { background: fixed repeat-x right bottom content-box url(test.jpg) }
bg39782 { background: fixed repeat-x right bottom url(test.jpg) content-box }
bg39783 { background: fixed repeat-x content-box none right bottom }
bg39784 { background: fixed repeat-x content-box right bottom }
bg39785 { background: fixed repeat-x content-box right bottom none }
bg39786 { background: fixed repeat-x content-box right bottom url(test.jpg) }
bg39787 { background: fixed repeat-x content-box url(test.jpg) right bottom }
bg39788 { background: fixed repeat-x url(test.jpg) right bottom content-box }
bg39789 { background: fixed repeat-x url(test.jpg) content-box right bottom }
bg39790 { background: fixed repeat-y none right bottom content-box }
bg39791 { background: fixed repeat-y none content-box right bottom }
bg39792 { background: fixed repeat-y right bottom none content-box }
bg39793 { background: fixed repeat-y right bottom content-box }
bg39794 { background: fixed repeat-y right bottom content-box none }
bg39795 { background: fixed repeat-y right bottom content-box url(test.jpg) }
bg39796 { background: fixed repeat-y right bottom url(test.jpg) content-box }
bg39797 { background: fixed repeat-y content-box none right bottom }
bg39798 { background: fixed repeat-y content-box right bottom }
bg39799 { background: fixed repeat-y content-box right bottom none }
bg39800 { background: fixed repeat-y content-box right bottom url(test.jpg) }
bg39801 { background: fixed repeat-y content-box url(test.jpg) right bottom }
bg39802 { background: fixed repeat-y url(test.jpg) right bottom content-box }
bg39803 { background: fixed repeat-y url(test.jpg) content-box right bottom }
bg39804 { background: fixed right bottom no-repeat none content-box }
bg39805 { background: fixed right bottom no-repeat content-box }
bg39806 { background: fixed right bottom no-repeat content-box none }
bg39807 { background: fixed right bottom no-repeat content-box url(test.jpg) }
bg39808 { background: fixed right bottom no-repeat url(test.jpg) content-box }
bg39809 { background: fixed right bottom none no-repeat content-box }
bg39810 { background: fixed right bottom none repeat content-box }
bg39811 { background: fixed right bottom none repeat-x content-box }
bg39812 { background: fixed right bottom none repeat-y content-box }
bg39813 { background: fixed right bottom none content-box }
bg39814 { background: fixed right bottom none content-box no-repeat }
bg39815 { background: fixed right bottom none content-box repeat }
bg39816 { background: fixed right bottom none content-box repeat-x }
bg39817 { background: fixed right bottom none content-box repeat-y }
bg39818 { background: fixed right bottom repeat none content-box }
bg39819 { background: fixed right bottom repeat content-box }
bg39820 { background: fixed right bottom repeat content-box none }
bg39821 { background: fixed right bottom repeat content-box url(test.jpg) }
bg39822 { background: fixed right bottom repeat url(test.jpg) content-box }
bg39823 { background: fixed right bottom repeat-x none content-box }
bg39824 { background: fixed right bottom repeat-x content-box }
bg39825 { background: fixed right bottom repeat-x content-box none }
bg39826 { background: fixed right bottom repeat-x content-box url(test.jpg) }
bg39827 { background: fixed right bottom repeat-x url(test.jpg) content-box }
bg39828 { background: fixed right bottom repeat-y none content-box }
bg39829 { background: fixed right bottom repeat-y content-box }
bg39830 { background: fixed right bottom repeat-y content-box none }
bg39831 { background: fixed right bottom repeat-y content-box url(test.jpg) }
bg39832 { background: fixed right bottom repeat-y url(test.jpg) content-box }
bg39833 { background: fixed right bottom content-box }
bg39834 { background: fixed right bottom content-box no-repeat }
bg39835 { background: fixed right bottom content-box no-repeat none }
bg39836 { background: fixed right bottom content-box no-repeat url(test.jpg) }
bg39837 { background: fixed right bottom content-box none }
bg39838 { background: fixed right bottom content-box none no-repeat }
bg39839 { background: fixed right bottom content-box none repeat }
bg39840 { background: fixed right bottom content-box none repeat-x }
bg39841 { background: fixed right bottom content-box none repeat-y }
bg39842 { background: fixed right bottom content-box repeat }
bg39843 { background: fixed right bottom content-box repeat none }
bg39844 { background: fixed right bottom content-box repeat url(test.jpg) }
bg39845 { background: fixed right bottom content-box repeat-x }
bg39846 { background: fixed right bottom content-box repeat-x none }
bg39847 { background: fixed right bottom content-box repeat-x url(test.jpg) }
bg39848 { background: fixed right bottom content-box repeat-y }
bg39849 { background: fixed right bottom content-box repeat-y none }
bg39850 { background: fixed right bottom content-box repeat-y url(test.jpg) }
bg39851 { background: fixed right bottom content-box url(test.jpg) }
bg39852 { background: fixed right bottom content-box url(test.jpg) no-repeat }
bg39853 { background: fixed right bottom content-box url(test.jpg) repeat }
bg39854 { background: fixed right bottom content-box url(test.jpg) repeat-x }
bg39855 { background: fixed right bottom content-box url(test.jpg) repeat-y }
bg39856 { background: fixed right bottom url(test.jpg) no-repeat content-box }
bg39857 { background: fixed right bottom url(test.jpg) repeat content-box }
bg39858 { background: fixed right bottom url(test.jpg) repeat-x content-box }
bg39859 { background: fixed right bottom url(test.jpg) repeat-y content-box }
bg39860 { background: fixed right bottom url(test.jpg) content-box }
bg39861 { background: fixed right bottom url(test.jpg) content-box no-repeat }
bg39862 { background: fixed right bottom url(test.jpg) content-box repeat }
bg39863 { background: fixed right bottom url(test.jpg) content-box repeat-x }
bg39864 { background: fixed right bottom url(test.jpg) content-box repeat-y }
bg39865 { background: fixed content-box no-repeat none right bottom }
bg39866 { background: fixed content-box no-repeat right bottom }
bg39867 { background: fixed content-box no-repeat right bottom none }
bg39868 { background: fixed content-box no-repeat right bottom url(test.jpg) }
bg39869 { background: fixed content-box no-repeat url(test.jpg) right bottom }
bg39870 { background: fixed content-box none no-repeat right bottom }
bg39871 { background: fixed content-box none repeat right bottom }
bg39872 { background: fixed content-box none repeat-x right bottom }
bg39873 { background: fixed content-box none repeat-y right bottom }
bg39874 { background: fixed content-box none right bottom }
bg39875 { background: fixed content-box none right bottom no-repeat }
bg39876 { background: fixed content-box none right bottom repeat }
bg39877 { background: fixed content-box none right bottom repeat-x }
bg39878 { background: fixed content-box none right bottom repeat-y }
bg39879 { background: fixed content-box repeat none right bottom }
bg39880 { background: fixed content-box repeat right bottom }
bg39881 { background: fixed content-box repeat right bottom none }
bg39882 { background: fixed content-box repeat right bottom url(test.jpg) }
bg39883 { background: fixed content-box repeat url(test.jpg) right bottom }
bg39884 { background: fixed content-box repeat-x none right bottom }
bg39885 { background: fixed content-box repeat-x right bottom }
bg39886 { background: fixed content-box repeat-x right bottom none }
bg39887 { background: fixed content-box repeat-x right bottom url(test.jpg) }
bg39888 { background: fixed content-box repeat-x url(test.jpg) right bottom }
bg39889 { background: fixed content-box repeat-y none right bottom }
bg39890 { background: fixed content-box repeat-y right bottom }
bg39891 { background: fixed content-box repeat-y right bottom none }
bg39892 { background: fixed content-box repeat-y right bottom url(test.jpg) }
bg39893 { background: fixed content-box repeat-y url(test.jpg) right bottom }
bg39894 { background: fixed content-box right bottom }
bg39895 { background: fixed content-box right bottom no-repeat }
bg39896 { background: fixed content-box right bottom no-repeat none }
bg39897 { background: fixed content-box right bottom no-repeat url(test.jpg) }
bg39898 { background: fixed content-box right bottom none }
bg39899 { background: fixed content-box right bottom none no-repeat }
bg39900 { background: fixed content-box right bottom none repeat }
bg39901 { background: fixed content-box right bottom none repeat-x }
bg39902 { background: fixed content-box right bottom none repeat-y }
bg39903 { background: fixed content-box right bottom repeat }
bg39904 { background: fixed content-box right bottom repeat none }
bg39905 { background: fixed content-box right bottom repeat url(test.jpg) }
bg39906 { background: fixed content-box right bottom repeat-x }
bg39907 { background: fixed content-box right bottom repeat-x none }
bg39908 { background: fixed content-box right bottom repeat-x url(test.jpg) }
bg39909 { background: fixed content-box right bottom repeat-y }
bg39910 { background: fixed content-box right bottom repeat-y none }
bg39911 { background: fixed content-box right bottom repeat-y url(test.jpg) }
bg39912 { background: fixed content-box right bottom url(test.jpg) }
bg39913 { background: fixed content-box right bottom url(test.jpg) no-repeat }
bg39914 { background: fixed content-box right bottom url(test.jpg) repeat }
bg39915 { background: fixed content-box right bottom url(test.jpg) repeat-x }
bg39916 { background: fixed content-box right bottom url(test.jpg) repeat-y }
bg39917 { background: fixed content-box url(test.jpg) no-repeat right bottom }
bg39918 { background: fixed content-box url(test.jpg) repeat right bottom }
bg39919 { background: fixed content-box url(test.jpg) repeat-x right bottom }
bg39920 { background: fixed content-box url(test.jpg) repeat-y right bottom }
bg39921 { background: fixed content-box url(test.jpg) right bottom }
bg39922 { background: fixed content-box url(test.jpg) right bottom no-repeat }
bg39923 { background: fixed content-box url(test.jpg) right bottom repeat }
bg39924 { background: fixed content-box url(test.jpg) right bottom repeat-x }
bg39925 { background: fixed content-box url(test.jpg) right bottom repeat-y }
bg39926 { background: fixed url(test.jpg) no-repeat right bottom content-box }
bg39927 { background: fixed url(test.jpg) no-repeat content-box right bottom }
bg39928 { background: fixed url(test.jpg) repeat right bottom content-box }
bg39929 { background: fixed url(test.jpg) repeat content-box right bottom }
bg39930 { background: fixed url(test.jpg) repeat-x right bottom content-box }
bg39931 { background: fixed url(test.jpg) repeat-x content-box right bottom }
bg39932 { background: fixed url(test.jpg) repeat-y right bottom content-box }
bg39933 { background: fixed url(test.jpg) repeat-y content-box right bottom }
bg39934 { background: fixed url(test.jpg) right bottom no-repeat content-box }
bg39935 { background: fixed url(test.jpg) right bottom repeat content-box }
bg39936 { background: fixed url(test.jpg) right bottom repeat-x content-box }
bg39937 { background: fixed url(test.jpg) right bottom repeat-y content-box }
bg39938 { background: fixed url(test.jpg) right bottom content-box }
bg39939 { background: fixed url(test.jpg) right bottom content-box no-repeat }
bg39940 { background: fixed url(test.jpg) right bottom content-box repeat }
bg39941 { background: fixed url(test.jpg) right bottom content-box repeat-x }
bg39942 { background: fixed url(test.jpg) right bottom content-box repeat-y }
bg39943 { background: fixed url(test.jpg) content-box no-repeat right bottom }
bg39944 { background: fixed url(test.jpg) content-box repeat right bottom }
bg39945 { background: fixed url(test.jpg) content-box repeat-x right bottom }
bg39946 { background: fixed url(test.jpg) content-box repeat-y right bottom }
bg39947 { background: fixed url(test.jpg) content-box right bottom }
bg39948 { background: fixed url(test.jpg) content-box right bottom no-repeat }
bg39949 { background: fixed url(test.jpg) content-box right bottom repeat }
bg39950 { background: fixed url(test.jpg) content-box right bottom repeat-x }
bg39951 { background: fixed url(test.jpg) content-box right bottom repeat-y }
bg39952 { background: no-repeat fixed none right bottom content-box }
bg39953 { background: no-repeat fixed none content-box right bottom }
bg39954 { background: no-repeat fixed right bottom none content-box }
bg39955 { background: no-repeat fixed right bottom content-box }
bg39956 { background: no-repeat fixed right bottom content-box none }
bg39957 { background: no-repeat fixed right bottom content-box url(test.jpg) }
bg39958 { background: no-repeat fixed right bottom url(test.jpg) content-box }
bg39959 { background: no-repeat fixed content-box none right bottom }
bg39960 { background: no-repeat fixed content-box right bottom }
bg39961 { background: no-repeat fixed content-box right bottom none }
bg39962 { background: no-repeat fixed content-box right bottom url(test.jpg) }
bg39963 { background: no-repeat fixed content-box url(test.jpg) right bottom }
bg39964 { background: no-repeat fixed url(test.jpg) right bottom content-box }
bg39965 { background: no-repeat fixed url(test.jpg) content-box right bottom }
bg39966 { background: no-repeat none fixed right bottom content-box }
bg39967 { background: no-repeat none fixed content-box right bottom }
bg39968 { background: no-repeat none right bottom fixed content-box }
bg39969 { background: no-repeat none right bottom scroll content-box }
bg39970 { background: no-repeat none right bottom content-box }
bg39971 { background: no-repeat none right bottom content-box fixed }
bg39972 { background: no-repeat none right bottom content-box scroll }
bg39973 { background: no-repeat none scroll right bottom content-box }
bg39974 { background: no-repeat none scroll content-box right bottom }
bg39975 { background: no-repeat none content-box fixed right bottom }
bg39976 { background: no-repeat none content-box right bottom }
bg39977 { background: no-repeat none content-box right bottom fixed }
bg39978 { background: no-repeat none content-box right bottom scroll }
bg39979 { background: no-repeat none content-box scroll right bottom }
bg39980 { background: no-repeat right bottom fixed none content-box }
bg39981 { background: no-repeat right bottom fixed content-box }
bg39982 { background: no-repeat right bottom fixed content-box none }
bg39983 { background: no-repeat right bottom fixed content-box url(test.jpg) }
bg39984 { background: no-repeat right bottom fixed url(test.jpg) content-box }
bg39985 { background: no-repeat right bottom none fixed content-box }
bg39986 { background: no-repeat right bottom none scroll content-box }
bg39987 { background: no-repeat right bottom none content-box }
bg39988 { background: no-repeat right bottom none content-box fixed }
bg39989 { background: no-repeat right bottom none content-box scroll }
bg39990 { background: no-repeat right bottom scroll none content-box }
bg39991 { background: no-repeat right bottom scroll content-box }
bg39992 { background: no-repeat right bottom scroll content-box none }
bg39993 { background: no-repeat right bottom scroll content-box url(test.jpg) }
bg39994 { background: no-repeat right bottom scroll url(test.jpg) content-box }
bg39995 { background: no-repeat right bottom content-box }
bg39996 { background: no-repeat right bottom content-box fixed }
bg39997 { background: no-repeat right bottom content-box fixed none }
bg39998 { background: no-repeat right bottom content-box fixed url(test.jpg) }
bg39999 { background: no-repeat right bottom content-box none }
bg40000 { background: no-repeat right bottom content-box none fixed } | 0.445047 | 0.563978 |
Created on : 07/10/2018, 03:57:06 PM
Author : elmer
*/
.bitcombotree{
position: relative;
}
.bitcombotree-input{
width:100%;
height:38px;
padding:6px 12px;
font-size:14px;
line-height:1.42857143;
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:0;
position: relative;
border-radius: 4px;
}
.bitcombotree-input .icon{
width: 32px;
height: 36px;
background: transparent;
top: 0px;
right: 0px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
.bitcombotree-body{
width: 100%;
height: auto;
background-color:#fff;
background-image: none;
border:1px solid #ccc;
margin-top: 2px;
position: absolute;
z-index: 9999999;
border-radius: 4px;
padding: 10px;
}
.bitcombotree-body-padding{
height: auto;
max-height: 340px;
overflow-y: auto;
}
.bitcombotree-body ul{
list-style: none;
}
.bitcombotree-body input {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.bitcombotree-body input ~ ul { display: none; }
.bitcombotree-body input:checked ~ ul { display: block; }
/* ————————————————————–
Tree rows
*/
.bitcombotree-body li {
line-height: 1.2;
position: relative;
padding: 0 0 1em 1em;
}
.bitcombotree-body ul li { padding: 1em 0 0 1em; }
.bitcombotree-body > li:last-child { padding-bottom: 0; }
/* ————————————————————–
Tree labels
*/
.tree_label {
position: relative;
display: inline-block;
background: #fff;
}
label.tree_label {
cursor: pointer;
}
label.tree_label:hover { color: #666; }
label.tree_label:before {
background: #3276b1;
color: #fff;
position: relative;
z-index: 1;
float: left;
margin: 0 1em 0 -2em;
width: 1em;
height: 1em;
border-radius: 1em;
content: '+';
text-align: center;
line-height: .9em;
}
:checked ~ label.tree_label:before { content: '–'; }
.bitcombotree-body li:before {
position: absolute;
top: 0;
bottom: 0;
left: -.5em;
display: block;
width: 0;
border-left: 1px solid #ccc;
content: "";
}
.tree_label:after {
position: absolute;
top: 0;
left: -1.5em;
display: block;
height: 0.5em;
width: 1em;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
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 #ccc;
border-right: 1px solid #ccc;
border-bottom: 0;
border-left: 0;
bottom: 0;
top: 0.5em;
height: auto;
}
.bitcombotree-body li:last-child:before {
height: 1em;
bottom: auto;
}
.bitcombotree-body > li:last-child:before { display: none; }
.tree_custom {
display: block;
background: #eee;
padding: 1em;
border-radius: 0.3em;
}
.tree_active {
cursor:pointer;
font-family: sans-serif;
font-size: 100%;
color:#000;
font-weight:bold;
}
.tree_inactive{
cursor:pointer;
font-family: sans-serif;
font-size: 100%;
font-style: italic;
} | public/theme/js/formplugins/combotree/bitcombotree-style.css | Created on : 07/10/2018, 03:57:06 PM
Author : elmer
*/
.bitcombotree{
position: relative;
}
.bitcombotree-input{
width:100%;
height:38px;
padding:6px 12px;
font-size:14px;
line-height:1.42857143;
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:0;
position: relative;
border-radius: 4px;
}
.bitcombotree-input .icon{
width: 32px;
height: 36px;
background: transparent;
top: 0px;
right: 0px;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
.bitcombotree-body{
width: 100%;
height: auto;
background-color:#fff;
background-image: none;
border:1px solid #ccc;
margin-top: 2px;
position: absolute;
z-index: 9999999;
border-radius: 4px;
padding: 10px;
}
.bitcombotree-body-padding{
height: auto;
max-height: 340px;
overflow-y: auto;
}
.bitcombotree-body ul{
list-style: none;
}
.bitcombotree-body input {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.bitcombotree-body input ~ ul { display: none; }
.bitcombotree-body input:checked ~ ul { display: block; }
/* ————————————————————–
Tree rows
*/
.bitcombotree-body li {
line-height: 1.2;
position: relative;
padding: 0 0 1em 1em;
}
.bitcombotree-body ul li { padding: 1em 0 0 1em; }
.bitcombotree-body > li:last-child { padding-bottom: 0; }
/* ————————————————————–
Tree labels
*/
.tree_label {
position: relative;
display: inline-block;
background: #fff;
}
label.tree_label {
cursor: pointer;
}
label.tree_label:hover { color: #666; }
label.tree_label:before {
background: #3276b1;
color: #fff;
position: relative;
z-index: 1;
float: left;
margin: 0 1em 0 -2em;
width: 1em;
height: 1em;
border-radius: 1em;
content: '+';
text-align: center;
line-height: .9em;
}
:checked ~ label.tree_label:before { content: '–'; }
.bitcombotree-body li:before {
position: absolute;
top: 0;
bottom: 0;
left: -.5em;
display: block;
width: 0;
border-left: 1px solid #ccc;
content: "";
}
.tree_label:after {
position: absolute;
top: 0;
left: -1.5em;
display: block;
height: 0.5em;
width: 1em;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
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 #ccc;
border-right: 1px solid #ccc;
border-bottom: 0;
border-left: 0;
bottom: 0;
top: 0.5em;
height: auto;
}
.bitcombotree-body li:last-child:before {
height: 1em;
bottom: auto;
}
.bitcombotree-body > li:last-child:before { display: none; }
.tree_custom {
display: block;
background: #eee;
padding: 1em;
border-radius: 0.3em;
}
.tree_active {
cursor:pointer;
font-family: sans-serif;
font-size: 100%;
color:#000;
font-weight:bold;
}
.tree_inactive{
cursor:pointer;
font-family: sans-serif;
font-size: 100%;
font-style: italic;
} | 0.494629 | 0.226612 |
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&display=swap');
*, *::after, *::before{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-size: 62.5%;
scroll-behavior: smooth;
}
body{
font-size: 15px;
background-color: hsl(0, 0%, 95%);
}
main{
padding: 2.5em 1.5em;
}
.column{
padding: 3em;
}
.column h2{
color: hsl(0, 0%, 95%);
margin: .5em 0;
text-transform: uppercase;
font-family: 'Big Shoulders Display', cursive;
font-size: 3.25rem;
}
.column p{
color: hsla(0, 0%, 100%, 0.75);
line-height: 1.5;
font-size: 1.55rem;
margin-bottom: 1.5em;
font-family: 'Lexend Deca', sans-serif;
}
.column-button{
background-color: hsl(0, 0%, 95%);
text-decoration: none;
padding: 0.8em 1.75em;
display: inline-block;
border-radius: 12em;
font-family: 'Lexend Deca', sans-serif;
}
.sedan-column{
background-color: hsl(31, 77%, 52%);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.sedan-column .column-button{
color: hsl(31, 77%, 52%);
}
.suv-column{
background-color: hsl(184, 100%, 22%);
}
.suv-column .column-button{
color: hsl(184, 100%, 22%);
}
.luxury-column{
background-color: hsl(179, 100%, 13%);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.luxury-column .column-button{
color: hsl(179, 100%, 13%);
}
@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){
main{
min-height: 100vh;
display: grid;
justify-content: center;
align-items: center;
padding: 0 20vw;
}
.sedan-column{
border-top-right-radius: 0;
border-bottom-left-radius: 5px;
}
.luxury-column{
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
}
.columns{
display: flex;
padding: 2.5em;
}
.column p{
font-size: 1.55rem;
margin-bottom: 3.25em;
}
} | main.css | @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&display=swap');
*, *::after, *::before{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
font-size: 62.5%;
scroll-behavior: smooth;
}
body{
font-size: 15px;
background-color: hsl(0, 0%, 95%);
}
main{
padding: 2.5em 1.5em;
}
.column{
padding: 3em;
}
.column h2{
color: hsl(0, 0%, 95%);
margin: .5em 0;
text-transform: uppercase;
font-family: 'Big Shoulders Display', cursive;
font-size: 3.25rem;
}
.column p{
color: hsla(0, 0%, 100%, 0.75);
line-height: 1.5;
font-size: 1.55rem;
margin-bottom: 1.5em;
font-family: 'Lexend Deca', sans-serif;
}
.column-button{
background-color: hsl(0, 0%, 95%);
text-decoration: none;
padding: 0.8em 1.75em;
display: inline-block;
border-radius: 12em;
font-family: 'Lexend Deca', sans-serif;
}
.sedan-column{
background-color: hsl(31, 77%, 52%);
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.sedan-column .column-button{
color: hsl(31, 77%, 52%);
}
.suv-column{
background-color: hsl(184, 100%, 22%);
}
.suv-column .column-button{
color: hsl(184, 100%, 22%);
}
.luxury-column{
background-color: hsl(179, 100%, 13%);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.luxury-column .column-button{
color: hsl(179, 100%, 13%);
}
@media screen and (min-width: 768px){}
@media screen and (min-width: 992px){
main{
min-height: 100vh;
display: grid;
justify-content: center;
align-items: center;
padding: 0 20vw;
}
.sedan-column{
border-top-right-radius: 0;
border-bottom-left-radius: 5px;
}
.luxury-column{
border-bottom-left-radius: 0;
border-top-right-radius: 5px;
}
.columns{
display: flex;
padding: 2.5em;
}
.column p{
font-size: 1.55rem;
margin-bottom: 3.25em;
}
} | 0.381335 | 0.088623 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic');
*/
@-moz-document domain('support.microimpuls.com') {
body #wrapper {
font-family: "Open Sans";
}
*:hover {
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
body #wrapper h1,
body #wrapper h2,
body #wrapper h3,
body #wrapper h4 {
font-family: "Open Sans";
font-weight: 100;
}
html>body #content {
min-height: 100px!important;
background-color: whitesmoke;
}
#header #quick-search label {
display: none;
}
div#loggedas {
display: none;
}
body #wrapper #header > h1 {
background: none;
left: -50px;
position: relative;
top: 30px;
}
body #wrapper span.tag-label-color {
border-radius: 0px !important;
background-color: #fcc !important;
}
body #wrapper span.tag-label-color a,
body #wrapper span.tag-label-color > span {
font-family: "Open Sans Light" !important;
font-size: 12px;
}
hr {
opacity: 0.5;
}
p.pagination {
position: relative;
bottom: -30px;
}
td.id,
td.checkbox,
td.updated_on {
opacity: 0.5;
}
td.updated_on {
width: 100px;
}
body #wrapper table td.subject {
padding: 0 0 0 10px;
}
body #wrapper table.list tbody td,
body #wrapper table.list tbody tr:hover td {
border: none;
vertical-align: bottom;
}
body #wrapper h3,
body #wrapper h4 {
text-align: center;
}
body #wrapper a:hover,
body #wrapper a:active {
text-decoration: none;
}
span#scope_header,
#main div#content h2 {
font-family: lobster;
color: #628DB6;
font-weight: 100;
font-size: x-large;
background: none;
border:none;
text-align: center;
}
p.subtitle {
text-align: center;
top: -20px;
position: relative;
}
span#scope_header {
margin: 0 20px;
}
#footer {
background: transparent url('https://lh3.googleusercontent.com/vVBLgTP0vLHQEhdMdBJXIjh91ghwTeV2JrnlisENrrBJ-LiNO6oYq16gH9qtjxb4KaRNqttdCQ=w1280-h1024-rw-no') !important;
height: 300px;
width: 1000px;
margin: 0 auto!important;
}
.bgr {
display: none;
}
body #wrapper table td {
padding: 0px;
}
#wrapper #sidebar {
width: 280px !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
background: none;
border: none;
border-radius: none;
box-shadow: none;
margin: 0;
}
body #wrapper #sidebar h3,
body #wrapper #sidebar h4 {
white-space: nowrap;
text-align: left;
}
div#sidebar .contextual,
div#content .contextual{
visibility: hidden;
position: absolute;
}
div#sidebar div:hover > .contextual,
div#content div:hover > .contextual {
visibility: visible;
}
div#content:hover > .contextual a {
visibility: visible;
}
blockquote:hover p {
display: block;
}
blockquote::before {
content: "Цитата";
}
blockquote p {
display: none;
}
div#sidebar div.contact.card {
padding: 0;
margin: 0;
width: 280px;
}
div#sidebar div.contact.card table.subject_header {
width: 100%;
padding: 10px;
}
body.controller-contacts div#sidebar #attributes table.contact.sidebar .name,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .company,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .emails,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .phone,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .phones,
body.controller-issues div#sidebar > h3:first-child,
body.controller-issues div#sidebar > ul,
div#sidebar #issue_contacts,
div#sidebar #cusomer_profile_and_issues #customer_profile h3 {
display: none;
}
body.controller-issues div#sidebar > ul.queries{
display: block;
}
div#sidebar #cusomer_profile_and_issues table td {
/* width: 100%; */
text-align: left;
}
#main div#content div.journal .details,
#main div#content div.journal .details:hover{
background: #f4e9f2;
border: 1px solid silver !important;
}
#main div#content div.journal .details{
opacity: 0.6;
}
#main div#content div.journal .details:hover{
opacity: 1;
}
#main div#content div.details {
background: #f4e9f2;
}
#main-menu li a.gantt,
#main-menu li a.documents,
#main-menu li a.wiki,
#main-menu li a.files,
#main-menu li a.settings{
display: none;
}
div.contact.card {
min-height: 90px;
}
body.controller-activities #main div#content h2::before {
content: "Решительные ";
}
div#quick-search {
opacity: 0.3;
}
div#quick-search:hover {
opacity: 0.9;
}
body #wrapper #top-menu {
background: #455059;
}
body #wrapper #top-menu a,
body #wrapper #top-menu div {
font-weight: normal;
opacity: 0.6;
}
body #wrapper #top-menu a:hover {
opacity: 0.9;
}
body #wrapper div#main-menu {
background: none;
}
body #wrapper div#main-menu ul li a {
color: inherit;
text-shadow: 0px 1px #000;
font-weight: normal;
}
body #wrapper div#main-menu ul li a.selected {
display: none;
}
#main-menu li a.new-issue {
display:none;
}
.controller-issues #main-menu li a.new-issue {
display: inline-block!important;
}
body.project-impuls-tv-support .splitcontentright > p {
display: none;
}
/*
body.project-impuls-tv-support .splitcontentright p#parent_issue {
display: block !important;
}
*/
body.project-impuls-tv-support .attributes .due-date,
body.project-impuls-tv-support .attributes .progress,
body.project-impuls-tv-support .attributes .category,
body.project-impuls-tv-support .attributes .fixed-version{
display: none;
}
ul.queries + h3 {
display: none;
}
#watchers {
display: none;
}
a.icon.icon-copy {
display: none;
}
div#ticket_data,
div#issue_tree,
div#issue_tree + hr {
display:none;
}
p.author {
text-align: center;
margin: 0;
opacity: 0.5;
}
div#history div.journal.has-details h4 {
color:#d7d7d7;
}
div#history div.journal {
border-top: none;
padding-bottom: 30px;
}
.next-prev-links.contextual {
display: none;
}
p.journal_message {
opacity: 0.5;
}
p.journal_message:hover {
opacity: 0.9;
}
select#project_quick_jump_box {
display: none;
}
body #wrapper #top-menu ul li a.home,
body #wrapper #top-menu ul li a.contacts,
body #wrapper #top-menu ul li a.my-page {
display: none;
}
p.email.icon.icon-email {
display: inline-block;
position: absolute;
top: 50px;
left: 52px;
background: none;
}
.controller-calendars #wrapper #sidebar {
display:none;
}
.controller-calendars div#content {
margin-right: 0px;
}
a[href*="issues/report"] {
position: absolute;
top: -48px;
}
} | data/usercss/128508.user.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic');
*/
@-moz-document domain('support.microimpuls.com') {
body #wrapper {
font-family: "Open Sans";
}
*:hover {
-webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
body #wrapper h1,
body #wrapper h2,
body #wrapper h3,
body #wrapper h4 {
font-family: "Open Sans";
font-weight: 100;
}
html>body #content {
min-height: 100px!important;
background-color: whitesmoke;
}
#header #quick-search label {
display: none;
}
div#loggedas {
display: none;
}
body #wrapper #header > h1 {
background: none;
left: -50px;
position: relative;
top: 30px;
}
body #wrapper span.tag-label-color {
border-radius: 0px !important;
background-color: #fcc !important;
}
body #wrapper span.tag-label-color a,
body #wrapper span.tag-label-color > span {
font-family: "Open Sans Light" !important;
font-size: 12px;
}
hr {
opacity: 0.5;
}
p.pagination {
position: relative;
bottom: -30px;
}
td.id,
td.checkbox,
td.updated_on {
opacity: 0.5;
}
td.updated_on {
width: 100px;
}
body #wrapper table td.subject {
padding: 0 0 0 10px;
}
body #wrapper table.list tbody td,
body #wrapper table.list tbody tr:hover td {
border: none;
vertical-align: bottom;
}
body #wrapper h3,
body #wrapper h4 {
text-align: center;
}
body #wrapper a:hover,
body #wrapper a:active {
text-decoration: none;
}
span#scope_header,
#main div#content h2 {
font-family: lobster;
color: #628DB6;
font-weight: 100;
font-size: x-large;
background: none;
border:none;
text-align: center;
}
p.subtitle {
text-align: center;
top: -20px;
position: relative;
}
span#scope_header {
margin: 0 20px;
}
#footer {
background: transparent url('https://lh3.googleusercontent.com/vVBLgTP0vLHQEhdMdBJXIjh91ghwTeV2JrnlisENrrBJ-LiNO6oYq16gH9qtjxb4KaRNqttdCQ=w1280-h1024-rw-no') !important;
height: 300px;
width: 1000px;
margin: 0 auto!important;
}
.bgr {
display: none;
}
body #wrapper table td {
padding: 0px;
}
#wrapper #sidebar {
width: 280px !important;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
background: none;
border: none;
border-radius: none;
box-shadow: none;
margin: 0;
}
body #wrapper #sidebar h3,
body #wrapper #sidebar h4 {
white-space: nowrap;
text-align: left;
}
div#sidebar .contextual,
div#content .contextual{
visibility: hidden;
position: absolute;
}
div#sidebar div:hover > .contextual,
div#content div:hover > .contextual {
visibility: visible;
}
div#content:hover > .contextual a {
visibility: visible;
}
blockquote:hover p {
display: block;
}
blockquote::before {
content: "Цитата";
}
blockquote p {
display: none;
}
div#sidebar div.contact.card {
padding: 0;
margin: 0;
width: 280px;
}
div#sidebar div.contact.card table.subject_header {
width: 100%;
padding: 10px;
}
body.controller-contacts div#sidebar #attributes table.contact.sidebar .name,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .company,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .emails,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .phone,
body.controller-contacts div#sidebar #attributes table.contact.sidebar .phones,
body.controller-issues div#sidebar > h3:first-child,
body.controller-issues div#sidebar > ul,
div#sidebar #issue_contacts,
div#sidebar #cusomer_profile_and_issues #customer_profile h3 {
display: none;
}
body.controller-issues div#sidebar > ul.queries{
display: block;
}
div#sidebar #cusomer_profile_and_issues table td {
/* width: 100%; */
text-align: left;
}
#main div#content div.journal .details,
#main div#content div.journal .details:hover{
background: #f4e9f2;
border: 1px solid silver !important;
}
#main div#content div.journal .details{
opacity: 0.6;
}
#main div#content div.journal .details:hover{
opacity: 1;
}
#main div#content div.details {
background: #f4e9f2;
}
#main-menu li a.gantt,
#main-menu li a.documents,
#main-menu li a.wiki,
#main-menu li a.files,
#main-menu li a.settings{
display: none;
}
div.contact.card {
min-height: 90px;
}
body.controller-activities #main div#content h2::before {
content: "Решительные ";
}
div#quick-search {
opacity: 0.3;
}
div#quick-search:hover {
opacity: 0.9;
}
body #wrapper #top-menu {
background: #455059;
}
body #wrapper #top-menu a,
body #wrapper #top-menu div {
font-weight: normal;
opacity: 0.6;
}
body #wrapper #top-menu a:hover {
opacity: 0.9;
}
body #wrapper div#main-menu {
background: none;
}
body #wrapper div#main-menu ul li a {
color: inherit;
text-shadow: 0px 1px #000;
font-weight: normal;
}
body #wrapper div#main-menu ul li a.selected {
display: none;
}
#main-menu li a.new-issue {
display:none;
}
.controller-issues #main-menu li a.new-issue {
display: inline-block!important;
}
body.project-impuls-tv-support .splitcontentright > p {
display: none;
}
/*
body.project-impuls-tv-support .splitcontentright p#parent_issue {
display: block !important;
}
*/
body.project-impuls-tv-support .attributes .due-date,
body.project-impuls-tv-support .attributes .progress,
body.project-impuls-tv-support .attributes .category,
body.project-impuls-tv-support .attributes .fixed-version{
display: none;
}
ul.queries + h3 {
display: none;
}
#watchers {
display: none;
}
a.icon.icon-copy {
display: none;
}
div#ticket_data,
div#issue_tree,
div#issue_tree + hr {
display:none;
}
p.author {
text-align: center;
margin: 0;
opacity: 0.5;
}
div#history div.journal.has-details h4 {
color:#d7d7d7;
}
div#history div.journal {
border-top: none;
padding-bottom: 30px;
}
.next-prev-links.contextual {
display: none;
}
p.journal_message {
opacity: 0.5;
}
p.journal_message:hover {
opacity: 0.9;
}
select#project_quick_jump_box {
display: none;
}
body #wrapper #top-menu ul li a.home,
body #wrapper #top-menu ul li a.contacts,
body #wrapper #top-menu ul li a.my-page {
display: none;
}
p.email.icon.icon-email {
display: inline-block;
position: absolute;
top: 50px;
left: 52px;
background: none;
}
.controller-calendars #wrapper #sidebar {
display:none;
}
.controller-calendars div#content {
margin-right: 0px;
}
a[href*="issues/report"] {
position: absolute;
top: -48px;
}
} | 0.247169 | 0.042206 |
.tg-list {
text-align: center;
display: flex;
align-items: center;
}
.tg-list-item {
margin: 0 2em;
}
.tgl {
display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
background: none;
}
.tgl+.tgl-btn {
outline: 0;
display: block;
width: 4em;
height: 2em;
position: relative;
cursor: pointer;
user-select: none;
}
.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl+.tgl-btn:after {
left: 0;
}
.tgl+.tgl-btn:before {
display: none;
}
.tgl:checked+.tgl-btn:after {
left: 50%;
}
.tgl-light+.tgl-btn {
background: #f0f0f0;
border-radius: 2em;
padding: 2px;
transition: all 0.4s ease;
}
.tgl-light+.tgl-btn:after {
border-radius: 50%;
background: #fff;
transition: all 0.2s ease;
}
.tgl-light:checked+.tgl-btn {
background: #9fd6ae;
}
.tgl-ios+.tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
transition: all 0.4s ease;
border: 1px solid #e8eae9;
}
.tgl-ios+.tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08);
}
.tgl-ios+.tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios+.tgl-btn:active {
box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios+.tgl-btn:active:after {
padding-right: 0.8em;
}
.tgl-ios:checked+.tgl-btn {
background: #86d993;
}
.tgl-ios:checked+.tgl-btn:active {
box-shadow: none;
}
.tgl-ios:checked+.tgl-btn:active:after {
margin-left: -0.8em;
}
.tgl-skewed+.tgl-btn {
overflow: hidden;
transform: skew(-10deg);
backface-visibility: hidden;
transition: all 0.2s ease;
font-family: sans-serif;
background: #888;
}
.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
transform: skew(10deg);
display: inline-block;
transition: all 0.2s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}
.tgl-skewed+.tgl-btn:after {
left: 100%;
content: attr(data-tg-on);
}
.tgl-skewed+.tgl-btn:before {
left: 0;
content: attr(data-tg-off);
}
.tgl-skewed+.tgl-btn:active {
background: #888;
}
.tgl-skewed+.tgl-btn:active:before {
left: -10%;
}
.tgl-skewed:checked+.tgl-btn {
background: #86d993;
}
.tgl-skewed:checked+.tgl-btn:before {
left: -100%;
}
.tgl-skewed:checked+.tgl-btn:after {
left: 0;
}
.tgl-skewed:checked+.tgl-btn:active:after {
left: 10%;
}
.tgl-flat+.tgl-btn {
padding: 2px;
transition: all 0.2s ease;
background: #fff;
border: 4px solid #f2f2f2;
border-radius: 2em;
}
.tgl-flat+.tgl-btn:after {
transition: all 0.2s ease;
background: #f2f2f2;
content: "";
border-radius: 1em;
}
.tgl-flat:checked+.tgl-btn {
border: 4px solid #7fc6a6;
}
.tgl-flat:checked+.tgl-btn:after {
left: 50%;
background: #7fc6a6;
}
.tgl-flip+.tgl-btn {
padding: 2px;
transition: all 0.2s ease;
font-family: sans-serif;
perspective: 100px;
}
.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
display: inline-block;
transition: all 0.4s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
backface-visibility: hidden;
border-radius: 4px;
}
.tgl-flip+.tgl-btn:after {
content: attr(data-tg-on);
background: #02c66f;
transform: rotateY(-180deg);
}
.tgl-flip+.tgl-btn:before {
background: #ff3a19;
content: attr(data-tg-off);
}
.tgl-flip+.tgl-btn:active:before {
transform: rotateY(-20deg);
}
.tgl-flip:checked+.tgl-btn:before {
transform: rotateY(180deg);
}
.tgl-flip:checked+.tgl-btn:after {
transform: rotateY(0);
left: 0;
background: #7fc6a6;
}
.tgl-flip:checked+.tgl-btn:active:after {
transform: rotateY(20deg);
}
.button.profits::before, .button.profits::after {
position: absolute;
content: '';
transition: all 0.5s;
}
.button.profits {
display: inline-block;
padding: 12px 28px;
color: white;
position: absolute;
transform: translate(-50%, -50%);
vertical-align: middle;
font-family: 'Rubik One', sans-serif;
text-decoration: none;
transition: all 0.5s;
background-color: #3498db;
}
.button.profits::before {
bottom: -15px;
height: 15px;
width: 100%;
left: 8px;
transform: skewX(45deg);
background-color: #196090;
}
.button.profits::after {
right: -15px;
height: 100%;
width: 15px;
bottom: -8px;
transform: skewY(45deg);
background-color: #124364;
}
.button.profits:active {
margin-left: 10px;
margin-top: 10px;
}
.button.profits:active::before {
bottom: -5px;
height: 5px;
left: 3px;
}
.button.profits:active::after {
right: -5px;
width: 5px;
bottom: -3px;
} | front-end/src/css/buttons.css | .tg-list {
text-align: center;
display: flex;
align-items: center;
}
.tg-list-item {
margin: 0 2em;
}
.tgl {
display: none;
}
.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl+.tgl-btn {
box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl+.tgl-btn::selection {
background: none;
}
.tgl+.tgl-btn {
outline: 0;
display: block;
width: 4em;
height: 2em;
position: relative;
cursor: pointer;
user-select: none;
}
.tgl+.tgl-btn:after,
.tgl+.tgl-btn:before {
position: relative;
display: block;
content: "";
width: 50%;
height: 100%;
}
.tgl+.tgl-btn:after {
left: 0;
}
.tgl+.tgl-btn:before {
display: none;
}
.tgl:checked+.tgl-btn:after {
left: 50%;
}
.tgl-light+.tgl-btn {
background: #f0f0f0;
border-radius: 2em;
padding: 2px;
transition: all 0.4s ease;
}
.tgl-light+.tgl-btn:after {
border-radius: 50%;
background: #fff;
transition: all 0.2s ease;
}
.tgl-light:checked+.tgl-btn {
background: #9fd6ae;
}
.tgl-ios+.tgl-btn {
background: #fbfbfb;
border-radius: 2em;
padding: 2px;
transition: all 0.4s ease;
border: 1px solid #e8eae9;
}
.tgl-ios+.tgl-btn:after {
border-radius: 2em;
background: #fbfbfb;
transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08);
}
.tgl-ios+.tgl-btn:hover:after {
will-change: padding;
}
.tgl-ios+.tgl-btn:active {
box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios+.tgl-btn:active:after {
padding-right: 0.8em;
}
.tgl-ios:checked+.tgl-btn {
background: #86d993;
}
.tgl-ios:checked+.tgl-btn:active {
box-shadow: none;
}
.tgl-ios:checked+.tgl-btn:active:after {
margin-left: -0.8em;
}
.tgl-skewed+.tgl-btn {
overflow: hidden;
transform: skew(-10deg);
backface-visibility: hidden;
transition: all 0.2s ease;
font-family: sans-serif;
background: #888;
}
.tgl-skewed+.tgl-btn:after,
.tgl-skewed+.tgl-btn:before {
transform: skew(10deg);
display: inline-block;
transition: all 0.2s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}
.tgl-skewed+.tgl-btn:after {
left: 100%;
content: attr(data-tg-on);
}
.tgl-skewed+.tgl-btn:before {
left: 0;
content: attr(data-tg-off);
}
.tgl-skewed+.tgl-btn:active {
background: #888;
}
.tgl-skewed+.tgl-btn:active:before {
left: -10%;
}
.tgl-skewed:checked+.tgl-btn {
background: #86d993;
}
.tgl-skewed:checked+.tgl-btn:before {
left: -100%;
}
.tgl-skewed:checked+.tgl-btn:after {
left: 0;
}
.tgl-skewed:checked+.tgl-btn:active:after {
left: 10%;
}
.tgl-flat+.tgl-btn {
padding: 2px;
transition: all 0.2s ease;
background: #fff;
border: 4px solid #f2f2f2;
border-radius: 2em;
}
.tgl-flat+.tgl-btn:after {
transition: all 0.2s ease;
background: #f2f2f2;
content: "";
border-radius: 1em;
}
.tgl-flat:checked+.tgl-btn {
border: 4px solid #7fc6a6;
}
.tgl-flat:checked+.tgl-btn:after {
left: 50%;
background: #7fc6a6;
}
.tgl-flip+.tgl-btn {
padding: 2px;
transition: all 0.2s ease;
font-family: sans-serif;
perspective: 100px;
}
.tgl-flip+.tgl-btn:after,
.tgl-flip+.tgl-btn:before {
display: inline-block;
transition: all 0.4s ease;
width: 100%;
text-align: center;
position: absolute;
line-height: 2em;
font-weight: bold;
color: #fff;
position: absolute;
top: 0;
left: 0;
backface-visibility: hidden;
border-radius: 4px;
}
.tgl-flip+.tgl-btn:after {
content: attr(data-tg-on);
background: #02c66f;
transform: rotateY(-180deg);
}
.tgl-flip+.tgl-btn:before {
background: #ff3a19;
content: attr(data-tg-off);
}
.tgl-flip+.tgl-btn:active:before {
transform: rotateY(-20deg);
}
.tgl-flip:checked+.tgl-btn:before {
transform: rotateY(180deg);
}
.tgl-flip:checked+.tgl-btn:after {
transform: rotateY(0);
left: 0;
background: #7fc6a6;
}
.tgl-flip:checked+.tgl-btn:active:after {
transform: rotateY(20deg);
}
.button.profits::before, .button.profits::after {
position: absolute;
content: '';
transition: all 0.5s;
}
.button.profits {
display: inline-block;
padding: 12px 28px;
color: white;
position: absolute;
transform: translate(-50%, -50%);
vertical-align: middle;
font-family: 'Rubik One', sans-serif;
text-decoration: none;
transition: all 0.5s;
background-color: #3498db;
}
.button.profits::before {
bottom: -15px;
height: 15px;
width: 100%;
left: 8px;
transform: skewX(45deg);
background-color: #196090;
}
.button.profits::after {
right: -15px;
height: 100%;
width: 15px;
bottom: -8px;
transform: skewY(45deg);
background-color: #124364;
}
.button.profits:active {
margin-left: 10px;
margin-top: 10px;
}
.button.profits:active::before {
bottom: -5px;
height: 5px;
left: 3px;
}
.button.profits:active::after {
right: -5px;
width: 5px;
bottom: -3px;
} | 0.444806 | 0.209814 |
* {
padding: 0px;
margin: 0px;
}
.cont{
width: 100%;
height:1000px;
background-color:#32343c;
padding:150px;
border-radius: 10px;
}
.re{
width:400px;
height:336px;
margin: 0 auto;
border: 1px solid #000;
border-radius: 5px;
}
a{
color:#000;
}
a:hover{
color:#000;
text-decoration: none;
}
a:active{
color:#ff0000;
}
div.header>img{
width:100px;
margin-left: 145px;
}
.reg {
width: 100%;
height:400px;
/*border:1px solid #0b2e13 ;*/
padding-top: 10px;
}
div.reg>span{
margin-left:108px;
color: #a78a78;
}
.reg-img,.weixin,.qq{
margin: 0 auto;
}
.xl,.weixin,.qq {
width: 60px;
height: 60px;
margin-left:30px;
margin-right: 0px;
}
.xl{
margin-left: 77px;
}
a>img,a>img,a>img{
width: 100%;
height: 100%;
}
.phone{
margin-left: 130px;
}
.phone>a{
color:#a78a78;
}
.login{
float: right;
font-size: 16px;
margin-top: 30px;
}
a:hover{
color:#f00;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top:20%;
left: 25%;
width: 50%;
height: 33%;
background-color: white;
z-index:1002;
overflow: auto;
border-radius: 15px;
}
.white_content2 {
display: none;
position: absolute;
top:20%;
left: 24%;
width: 50%;
height: 40%;
background-color: black;
z-index:1002;
overflow: auto;
border-radius: 15px;
}
.white_content3 {
display: none;
position: absolute;
top:20%;
left: 36%;
width: 30%;
height: 47%;
background-color: white;
z-index:1002;
overflow: auto;
border-radius: 15px;
}
.div1-title{
margin-left: 25px;
}
.div1-title>a{
color:#ff0000;
padding-left: 5px;
}
.div-x{
margin-right: 20px;
}
.div-x:hover{
font-size: 32px;
}
.div1-body{
text-align: center;
}
.div1-body>span{
margin-right: 10px;
}
input{
margin-top: 20px;
width:40%;
height:40px;
border-radius: 5px;
}
input:focus{
outline: none;
}
input::-webkit-input-placeholder {
/* placeholder颜色 */
color: #aab2bd;
/* placeholder字体大小 */
font-size: 18px;
/* placeholder位置 */
}
.div1-button{
float: right;
margin-right:20px ;
}
.div1-button>a{
margin-right: 10px;
}
.div2-body{
text-align: center;
}
.div2-img>img{
margin-top: 20px;
margin-bottom: 20px;
}
a.btn.btn-dark{
border-radius: 15px;
font-size: 16px;
color:#fff;
}
.div2-body>span{
color:#fff;
}
#MyDiv2>.div-x>span{
color:#fff;
}
.div3-body{
text-align: center;
}
.div3-a,.div3-body>a{
font-size: 16px;
}
.div3-img>a>img{
width:30%;
}
.div3-img>a>img:hover{
border: 2px solid #efa2a9;
}
.div3-img{
margin-top: 30px;
margin-bottom: 40px;
}
.div3-a{
margin-top: 40px;
} | css/reg.css | * {
padding: 0px;
margin: 0px;
}
.cont{
width: 100%;
height:1000px;
background-color:#32343c;
padding:150px;
border-radius: 10px;
}
.re{
width:400px;
height:336px;
margin: 0 auto;
border: 1px solid #000;
border-radius: 5px;
}
a{
color:#000;
}
a:hover{
color:#000;
text-decoration: none;
}
a:active{
color:#ff0000;
}
div.header>img{
width:100px;
margin-left: 145px;
}
.reg {
width: 100%;
height:400px;
/*border:1px solid #0b2e13 ;*/
padding-top: 10px;
}
div.reg>span{
margin-left:108px;
color: #a78a78;
}
.reg-img,.weixin,.qq{
margin: 0 auto;
}
.xl,.weixin,.qq {
width: 60px;
height: 60px;
margin-left:30px;
margin-right: 0px;
}
.xl{
margin-left: 77px;
}
a>img,a>img,a>img{
width: 100%;
height: 100%;
}
.phone{
margin-left: 130px;
}
.phone>a{
color:#a78a78;
}
.login{
float: right;
font-size: 16px;
margin-top: 30px;
}
a:hover{
color:#f00;
}
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top:20%;
left: 25%;
width: 50%;
height: 33%;
background-color: white;
z-index:1002;
overflow: auto;
border-radius: 15px;
}
.white_content2 {
display: none;
position: absolute;
top:20%;
left: 24%;
width: 50%;
height: 40%;
background-color: black;
z-index:1002;
overflow: auto;
border-radius: 15px;
}
.white_content3 {
display: none;
position: absolute;
top:20%;
left: 36%;
width: 30%;
height: 47%;
background-color: white;
z-index:1002;
overflow: auto;
border-radius: 15px;
}
.div1-title{
margin-left: 25px;
}
.div1-title>a{
color:#ff0000;
padding-left: 5px;
}
.div-x{
margin-right: 20px;
}
.div-x:hover{
font-size: 32px;
}
.div1-body{
text-align: center;
}
.div1-body>span{
margin-right: 10px;
}
input{
margin-top: 20px;
width:40%;
height:40px;
border-radius: 5px;
}
input:focus{
outline: none;
}
input::-webkit-input-placeholder {
/* placeholder颜色 */
color: #aab2bd;
/* placeholder字体大小 */
font-size: 18px;
/* placeholder位置 */
}
.div1-button{
float: right;
margin-right:20px ;
}
.div1-button>a{
margin-right: 10px;
}
.div2-body{
text-align: center;
}
.div2-img>img{
margin-top: 20px;
margin-bottom: 20px;
}
a.btn.btn-dark{
border-radius: 15px;
font-size: 16px;
color:#fff;
}
.div2-body>span{
color:#fff;
}
#MyDiv2>.div-x>span{
color:#fff;
}
.div3-body{
text-align: center;
}
.div3-a,.div3-body>a{
font-size: 16px;
}
.div3-img>a>img{
width:30%;
}
.div3-img>a>img:hover{
border: 2px solid #efa2a9;
}
.div3-img{
margin-top: 30px;
margin-bottom: 40px;
}
.div3-a{
margin-top: 40px;
} | 0.302082 | 0.069384 |
:root {
--background-color- : #E5E5E5;
--white- : #FFFFFF;
--primary-gray- : #C4C4C4;
--secondary-gray- : #E0E0E0;
--primary-brown- : #7E5E53;
--red- : #FA4F4F;
--green- : #69C759;
}
:root .darkmode {
--background-color- : #484747;
--white- : #000000;
--font-color- : #FFF;
--primary-gray- : #444444;
--secondary-gray- : #737171;
--primary-brown- : #7E5E53;
--red- : #FA4F4F;
--green- : #69C759;
}
/* BACKGROUND DO MODAL */
.modal-container {
display: flex;
position: fixed;
top: 0;
width: 100vw;
height: 100vh;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
}
/* PARTE FISICA DO MODAL */
.modal {
align-items: center;
width: 60%;
padding: 20px;
border-radius: 10px;
background-color: var(--primary-gray-);
font-family: 'Open Sans';
}
.modal-buttons {
display: flex;
justify-content: flex-end;
}
.modal-buttons button {
border: none;
height: 40px;
width: 40px;
border-radius: 50%;
background: none;
cursor: pointer;
}
.modal-title {
text-align: center;
font-size: 20px;
font-family: "Ranga";
margin: 5px;
color: var(--font-color-);
}
.modal-form {
display: flex;
flex-direction: column;
}
.modal-form label {
margin-bottom: 5px;
font-size: 24px;
color: var(--font-color-);
}
#modal-name {
border: none;
font-size: 20px;
padding: 20px;
border-radius: 10px;
background: var(--background-color-) ;
}
#modal-description {
border: none;
padding: 20px;
font-size: 20px;
resize: none;
border-radius: 10px;
background: var(--background-color-)
}
.modal-confirm {
display: flex;
justify-content: center;
margin: 20px;
}
.modal-confirm button {
width: 80px;
height: 40px;
border: none;
border-radius: 10px;
color: var(--font-color-);
padding: 5px;
text-align: center;
font-family: 'Open Sans';
font-size: 13px;
cursor: pointer;
background-color: var(--green-);
}
/* MODAL DE EXCLUSÃO DAS LISTAS */
.modal-confirmacao {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
width: 50vw;
height: 30vh;
background-color: var(--background-color-);
border-radius: 10px;
}
.modal-confirmacao h2 {
color: var(--font-color-);
font-family: 'Open Sans';
}
.buttons-container {
width: 60%;
height: 25%;
display: flex;
justify-content: space-around;
}
.buttons-container button {
width: 45%;
border: none;
border-radius: 10px;
cursor: pointer;
}
.buttons-container button:hover{
transform: scale(1.05);
}
.buttons-container button i {
font-size: 2.5em;
color: var(--font-color-);
}
.buttons-container button i:hover {
transform: scale(1.0);
}
.hidden {
display: none;
} | assets/css/modal.css | :root {
--background-color- : #E5E5E5;
--white- : #FFFFFF;
--primary-gray- : #C4C4C4;
--secondary-gray- : #E0E0E0;
--primary-brown- : #7E5E53;
--red- : #FA4F4F;
--green- : #69C759;
}
:root .darkmode {
--background-color- : #484747;
--white- : #000000;
--font-color- : #FFF;
--primary-gray- : #444444;
--secondary-gray- : #737171;
--primary-brown- : #7E5E53;
--red- : #FA4F4F;
--green- : #69C759;
}
/* BACKGROUND DO MODAL */
.modal-container {
display: flex;
position: fixed;
top: 0;
width: 100vw;
height: 100vh;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
}
/* PARTE FISICA DO MODAL */
.modal {
align-items: center;
width: 60%;
padding: 20px;
border-radius: 10px;
background-color: var(--primary-gray-);
font-family: 'Open Sans';
}
.modal-buttons {
display: flex;
justify-content: flex-end;
}
.modal-buttons button {
border: none;
height: 40px;
width: 40px;
border-radius: 50%;
background: none;
cursor: pointer;
}
.modal-title {
text-align: center;
font-size: 20px;
font-family: "Ranga";
margin: 5px;
color: var(--font-color-);
}
.modal-form {
display: flex;
flex-direction: column;
}
.modal-form label {
margin-bottom: 5px;
font-size: 24px;
color: var(--font-color-);
}
#modal-name {
border: none;
font-size: 20px;
padding: 20px;
border-radius: 10px;
background: var(--background-color-) ;
}
#modal-description {
border: none;
padding: 20px;
font-size: 20px;
resize: none;
border-radius: 10px;
background: var(--background-color-)
}
.modal-confirm {
display: flex;
justify-content: center;
margin: 20px;
}
.modal-confirm button {
width: 80px;
height: 40px;
border: none;
border-radius: 10px;
color: var(--font-color-);
padding: 5px;
text-align: center;
font-family: 'Open Sans';
font-size: 13px;
cursor: pointer;
background-color: var(--green-);
}
/* MODAL DE EXCLUSÃO DAS LISTAS */
.modal-confirmacao {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
width: 50vw;
height: 30vh;
background-color: var(--background-color-);
border-radius: 10px;
}
.modal-confirmacao h2 {
color: var(--font-color-);
font-family: 'Open Sans';
}
.buttons-container {
width: 60%;
height: 25%;
display: flex;
justify-content: space-around;
}
.buttons-container button {
width: 45%;
border: none;
border-radius: 10px;
cursor: pointer;
}
.buttons-container button:hover{
transform: scale(1.05);
}
.buttons-container button i {
font-size: 2.5em;
color: var(--font-color-);
}
.buttons-container button i:hover {
transform: scale(1.0);
}
.hidden {
display: none;
} | 0.464902 | 0.164114 |
@font-face {
font-family: "header1";
src: url("https://dl.dropboxusercontent.com/s/ctc5ty7y633gjqf/header.TTF?dl=1")
format("truetype");
}
@font-face {
font-family: "body1";
src: url("https://dl.dropboxusercontent.com/s/g7az3lg4k1cdj6j/body.TTF?dl=1")
format("truetype");
}
p,
span,
button,
input {
font-family: "body1";
}
h1,
h2,
h3,
h4,
h5 {
font-family: "header1";
}
.booking-detail {
padding: 30px;
width: 1000px;
background: white;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.agency-name {
display: flex;
align-items: center;
color: #a082af;
}
.text-purple {
color: #a082af;
}
.agency-detail {
text-align: center;
display: flex;
justify-content: center;
}
#agency-logo {
width: 100px;
height: 100px;
}
.boarding-pass {
border-radius: 10px;
border: 2px solid #a082af;
display: flex;
padding: 10px;
}
.flight-detail {
flex-grow: 3;
flex-basis: 0;
padding-right: 10px;
}
.pax-detail {
padding-left: 5px;
flex-grow: 2;
flex-basis: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.depart-div {
margin-top: 30px;
}
.pax-class {
font-weight: bold;
}
#print-block {
position: absolute;
top: 20px;
right: 20px;
font-size: 18px;
}
#print-block a {
color: var(--theme-link);
}
#hotel-image {
width: 100%;
height: auto;
flex-grow: 1;
flex-basis: 0;
}
.hotel-info {
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
flex-grow: 1;
flex-basis: 0;
padding-left: 20px;
}
#main-div {
display: flex;
flex-direction: row;
}
.rating-star {
color: rgb(223, 167, 25);
}
.text-gray {
color: gray;
font-size: 1em;
}
.date-info {
margin-top: 30px;
display: flex;
}
.check-in,
.check-out,
.room-night {
flex-grow: 1;
flex-basis: 0;
}
.room-night {
display: flex;
}
.room-night div {
flex-grow: 1;
flex-basis: 0;
}
.payment-content {
margin-bottom: 5px;
}
.text-red {
color: #d32f2f;
font-weight: 500;
font-family: "header1";
}
#total-price {
color: var(--theme-dark-purple) !important;
font-size: 2rem;
font-weight: 600;
}
#container-total-price {
color: gray;
}
.date-info h1 {
font-size: 4rem !important;
}
#total-price {
font-size: 3rem !important;
}
#hotel-name-span {
font-weight: bold;
}
.btn-delete {
background: #e53935;
border: none;
border-radius: 10rem;
padding: 5px 20px;
color: white;
transition: background 200ms;
}
.btn-delete:hover {
background: #c62828;
}
.btn-print {
color: white;
border: none;
background: var(--theme-link);
border-radius: 10rem;
padding: 5px 20px;
transition: background 200ms;
text-decoration: none;
}
.btn-print:hover {
background: var(--theme-link-hover);
}
h5 {
color: black !important;
}
#approve-status {
display: flex;
align-items: center;
justify-content: center;
margin: 10px;
}
.approved {
font-size: 14px;
width: 80px;
border-radius: 20px;
color: #000;
background: #90ee90;
display: block;
text-align: center;
font-family: "header1";
}
.pending {
font-size: 14px;
width: 80px;
border-radius: 20px;
color: #000;
background: #ffffe0;
display: block;
text-align: center;
font-family: "header1";
}
.rejected {
font-size: 14px;
width: 80px;
border-radius: 20px;
color: #000;
background: #f08080;
display: block;
text-align: center;
font-family: "header1";
}
.img-room-type {
max-width: 280px;
max-height: 200px;
object-fit: cover;
}
@media screen and (max-width: 1000px) {
#main-div {
display: block;
}
.hotel-info {
padding: 0;
margin: 0;
margin-top: 30px;
text-align: center;
display: block;
}
.date-info {
display: block;
}
.booking-detail {
max-width: 95%;
}
.room-detail {
flex-direction: column;
}
#total-price {
font-size: 2rem !important;
}
} | user_dashboard/hotel/style.css | @font-face {
font-family: "header1";
src: url("https://dl.dropboxusercontent.com/s/ctc5ty7y633gjqf/header.TTF?dl=1")
format("truetype");
}
@font-face {
font-family: "body1";
src: url("https://dl.dropboxusercontent.com/s/g7az3lg4k1cdj6j/body.TTF?dl=1")
format("truetype");
}
p,
span,
button,
input {
font-family: "body1";
}
h1,
h2,
h3,
h4,
h5 {
font-family: "header1";
}
.booking-detail {
padding: 30px;
width: 1000px;
background: white;
border-radius: 10px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.agency-name {
display: flex;
align-items: center;
color: #a082af;
}
.text-purple {
color: #a082af;
}
.agency-detail {
text-align: center;
display: flex;
justify-content: center;
}
#agency-logo {
width: 100px;
height: 100px;
}
.boarding-pass {
border-radius: 10px;
border: 2px solid #a082af;
display: flex;
padding: 10px;
}
.flight-detail {
flex-grow: 3;
flex-basis: 0;
padding-right: 10px;
}
.pax-detail {
padding-left: 5px;
flex-grow: 2;
flex-basis: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.depart-div {
margin-top: 30px;
}
.pax-class {
font-weight: bold;
}
#print-block {
position: absolute;
top: 20px;
right: 20px;
font-size: 18px;
}
#print-block a {
color: var(--theme-link);
}
#hotel-image {
width: 100%;
height: auto;
flex-grow: 1;
flex-basis: 0;
}
.hotel-info {
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
flex-grow: 1;
flex-basis: 0;
padding-left: 20px;
}
#main-div {
display: flex;
flex-direction: row;
}
.rating-star {
color: rgb(223, 167, 25);
}
.text-gray {
color: gray;
font-size: 1em;
}
.date-info {
margin-top: 30px;
display: flex;
}
.check-in,
.check-out,
.room-night {
flex-grow: 1;
flex-basis: 0;
}
.room-night {
display: flex;
}
.room-night div {
flex-grow: 1;
flex-basis: 0;
}
.payment-content {
margin-bottom: 5px;
}
.text-red {
color: #d32f2f;
font-weight: 500;
font-family: "header1";
}
#total-price {
color: var(--theme-dark-purple) !important;
font-size: 2rem;
font-weight: 600;
}
#container-total-price {
color: gray;
}
.date-info h1 {
font-size: 4rem !important;
}
#total-price {
font-size: 3rem !important;
}
#hotel-name-span {
font-weight: bold;
}
.btn-delete {
background: #e53935;
border: none;
border-radius: 10rem;
padding: 5px 20px;
color: white;
transition: background 200ms;
}
.btn-delete:hover {
background: #c62828;
}
.btn-print {
color: white;
border: none;
background: var(--theme-link);
border-radius: 10rem;
padding: 5px 20px;
transition: background 200ms;
text-decoration: none;
}
.btn-print:hover {
background: var(--theme-link-hover);
}
h5 {
color: black !important;
}
#approve-status {
display: flex;
align-items: center;
justify-content: center;
margin: 10px;
}
.approved {
font-size: 14px;
width: 80px;
border-radius: 20px;
color: #000;
background: #90ee90;
display: block;
text-align: center;
font-family: "header1";
}
.pending {
font-size: 14px;
width: 80px;
border-radius: 20px;
color: #000;
background: #ffffe0;
display: block;
text-align: center;
font-family: "header1";
}
.rejected {
font-size: 14px;
width: 80px;
border-radius: 20px;
color: #000;
background: #f08080;
display: block;
text-align: center;
font-family: "header1";
}
.img-room-type {
max-width: 280px;
max-height: 200px;
object-fit: cover;
}
@media screen and (max-width: 1000px) {
#main-div {
display: block;
}
.hotel-info {
padding: 0;
margin: 0;
margin-top: 30px;
text-align: center;
display: block;
}
.date-info {
display: block;
}
.booking-detail {
max-width: 95%;
}
.room-detail {
flex-direction: column;
}
#total-price {
font-size: 2rem !important;
}
} | 0.317532 | 0.113826 |
.logged-in-content {
margin-top:32px;
}
.sketchfab-owl-carousel {
position: relative;
height:500px;
}
.sketchfab-iframe,
.youtube-iframe,
.threesixty-photo-iframe {
width:100%;
height:500px;
border:0;
}
.youtube-section {
height: 500px;
}
.threesixty-photos-section {
height: 500px;
}
.padded-top-bottom{
padding-top: 100px;
padding-bottom: 100px;
}
.padded-bottom{
margin-bottom: 50px;
}
.slogan-area {
padding-top: 15px;
}
.header-section,
.front-page-header {
position: fixed;
top: 0;
z-index: 9999;
border-bottom: 2px solid #a811a4;
}
.header-section-mobile {
min-height: 76px;
max-height: 76px;
}
.full-width {
width: 100%;
}
.pad-down-first-div {
margin-top: 10px; /* 76px originally, now + 10px from header */
}
/* BACKGROUND COLORS */
.black-bg {
background-color: #000000;
}
.grey-bg {
background-color: #e6e6e6;
}
.dark-grey-bg {
background-color: #2D2D2D;
}
.grey-footer-bg {
background-color: #efefef;
}
.brown-bg {
background-color: #444032;
}
.white-bg {
background-color: #ffffff!important;
}
.orange-bg {
background-color: #f15a24;
}
.purple-bg {
background-color: #a811a4;
}
.dark-purple-bg {
background-color: #4e1185;
}
.turquoise-bg {
background-color: #40bfc7;
}
/* TEXT COLORS */
.black-text {
color: #000000;
}
.white-text {
color: white;
}
.grey-text {
color: #333333;
}
.grey-slogan-text{
color: #808080;
}
.red-text {
color: #FF6565;
}
.green-text {
color: #4fe759;
}
.blue-text {
color: #0db4e7;
}
.yellow-text {
color: #feff00;
}
.purple-text {
color: #a811a4;
}
.dark-purple-text {
color: #4e1185;
}
.turquoise-text {
color: #40bfc7;
}
/* TEXT FORMATING */
.company-title-text,
.home-title {
color: #4e1185;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: bold;
}
#bigtext {
margin-top: 7px;
line-height: 18px;
vertical-align: middle;
}
.company-slogan-text {
color: beige;
font-family: 'Montserrat', sans-serif;
}
.section-title-text {
font-family: 'Exo 2', sans-serif;
font-size: 48px;
text-transform: uppercase;
}
.text-center{
text-align: center;
}
.footer-text {
margin-top: 50px;
margin-bottom: 50px;
}
span, p {
font-family: 'Lato', sans-serif;
}
.subtitle-text {
font-family: 'Exo 2', sans-serif;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 20px;
display: inline-block;
}
/* UNDERLINE STYLES */
.yellow-green-underline {
border-bottom: 2px solid yellowgreen;
}
.orange-underline {
border-bottom: 2px solid orangered;
}
.blue-underline {
border-bottom: 2px solid steelblue;
}
.pink-underline {
border-bottom: 2px solid deeppink;
}
.grey-underline {
border-bottom: 4px solid #abaeae!important;
}
/* BUTTONS */
.red-btn {
background-color: #f15a24!important;
}
.send-message-button {
float: right;
margin: 20px;
display: inline-block !important;
text-align: center;
text-transform: uppercase;
padding-top: 13px!important;
padding-right: 35px!important;
padding-bottom: 13px!important;
padding-left: 35px!important;
border-radius: 4px;
border-color: transparent!important;
}
/* BOX FORMATING */
.textarea-box {
border: 0;
text-align: left;
text-transform: none;
padding: 9px;
min-height: 250px;
padding-left: 15px;
display: inline-block;
border-radius: 4px;
background: rgba(255,255,255, 0.95);
}
.contact-us-section .input-box, textarea {
width: 100%;
margin: auto;
margin-bottom: 20px;
border-radius: 4px;
}
div#contact-msg,
.hold-on-text {
padding-left: 15px;
font-size: 22px;
color: #fafafa;
}
.input-box {
border: 0 !important;
width: 274px;
text-align: left;
text-transform: none;
padding: 9px;
min-height: 46px;
padding-left: 15px !important;
display: inline-block;
border-radius: 4px;
background: rgba(255,255,255, 0.95);
}
.team-member {
margin-bottom:20px;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.profile-picture {
margin-bottom: 10px;
margin-top: 10px;
border-radius: 100%;
overflow: hidden;
height: 300px;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.profile-details {
width: 100%;
}
.profile-name {
display: block;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 16px;
text-align: center;
color: #4e1185;
}
.profile-underline {
width: 50%;
margin-left:auto;
margin-right:auto;
margin-top: 10px;
margin-bottom: 10px;
}
.profile-job-position {
display: block;
text-align: center;
margin-bottom: 10px;
}
.profile-phone-number {
display: block;
text-align: center;
}
.profile-email {
display:block;
text-align: center;
color: #4e1185;
}
.center-block {
float: none!important;
}
.display-none-class {
display:none!important;
}
#pictures-owl .item{
margin: 3px;
border: 1px solid #000000;
}
#pictures-owl .item img{
display: block;
max-width: 100%;
height: 200px;
margin-left: auto;
margin-right: auto;
}
.pdf-logo {
position: absolute;
background-color: white;
width: 53px!important;
height: 60px!important;
padding-top: 5px;
padding-left: 5px;
font-size: 50px!important;
top: 0;
left: 0;
color: #FF6565;
}
.www-area {
margin-bottom: 30px;
}
.contact-info-footer,
.contact-phone-footer,
.contact-url-footer,
.home-footer {
font-size: 50px!important;
margin-top:50px;
width: 100%;
text-align: center;
}
.contact-street-address,
.contact-postal-code-and-city,
.contact-country,
.contact-phone-number,
.contact-person,
.contact-url,
.expo-text {
display:block;
width:100%;
text-align: center;
color: #333333;
font-size: 20px;
}
.expo-text:hover,
.home-link:hover,
.contact-link:hover,
.home-url-link:hover {
text-decoration: none!important;
}
.company-footer-text {
height: 200px;
}
.footer {
background-color: #efefef;
}
.company-box,
.group-of-companies-box {
padding: 0 5px 0 5px!important;
margin-bottom: 10px;
}
.group-of-companies-box:hover,
.company-box:hover{
text-decoration: none;
}
.group-of-companies-box:hover .item-card,
.company-box:hover .item-card {
box-shadow: 0px 0px 1px 1px rgba(139, 141, 142, 1);
}
.item-card {
/*box-shadow: 0 1px 5px #000000;*/
}
.item-card-thumbnail{
}
.item-card-image {
width: 100%;
height: 300px;
}
.item-card-title{
padding: 15px 10px 15px 10px;
}
.item-title {
height: 20px;
width: 100%;
text-align: center;
display: block;
font-family: 'Exo 2', sans-serif;
font-size: 16px;
text-transform: uppercase;
}
.showcase-overlay {
top: 150px;
left: 50px;
position: absolute;
z-index: 2;
width: 350px;
background: rgba(54, 25, 25, .5);
border-radius: 8px;
padding: 20px;
}
.showcase-static-title,
.showcase-company-title {
display:block;
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 46px;
text-transform: uppercase;
font-weight: bold;
}
.showcase-company-title {
font-size: 26px!important;
margin-top:20px;
margin-bottom:20px;
}
.showcase-buttons {
margin-top:40px;
margin-bottom:20px;
}
#see-more-button {
padding: 20px;
border-radius: 8px;
border: white solid 1px;
}
.admin-website-display {
}
.admin-iframe-element {
}
#see-more-button:hover {
text-decoration: none!important;
}
@media (max-width: 430px) {
.section-title-text {
font-size: 44px!important;
}
.sketchfab-owl-carousel,
.sketchfab-iframe,
.youtube-section,
.youtube-iframe {
height:250px!important;
}
.pdf-logo {
display:none!important;
}
.owl-theme .owl-controls .owl-page span {
width:10px!important;
height:10px!important;
}
.owl-theme .owl-controls .owl-buttons div {
height:26px!important;
font-size: 14px!important;
}
.owl-prev, .owl-next {
margin-top:-20px!important;
}
}
@media (max-width: 360px) {
.section-title-text {
font-size: 36px!important;
}
}
/* New classes by makryl below */
/* DROPDOWN MENU */
.logo-area {
float: left;
}
.nav-area{
float: left;
margin-top: 63px;
padding-bottom: 20px;
}
ul.nav-level-1{
list-style-type: none;
position: relative;
top: 14px;
}
ul.nav-level-1>li{
float: left;
display: inline-block;
padding-bottom: 14px; /* submenu shows when hover the gap between of level-1 and level-2 */
}
a.dropdown,
a.nav-level-1{
text-align: center;
text-decoration: none;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
vertical-align: middle;
margin: auto;
padding: 10px;
}
a.dropdown:link, a.nav-level-1:link {color: #4e1185; text-decoration: none !important;}
a.dropdown:hover, a.nav-level-1:hover {color: #40bfc7 !important; text-decoration: none !important;}
a.dropdown:visited, a.nav-level-1:visited {color: #4e1185; text-decoration: none !important;}
a.dropdown:active, a.nav-level-1:active {color: #40bfc7; text-decoration: none !important;}
ul.nav-level-2{
display: none;
position: fixed;
list-style-type: none;
top: 114px; /*36px;*/
left: 0px;
right: 0;
width: 100%;
overflow: hidden;
padding: 10px 10px;
}
@media (max-width: 991px) {
.nav-area{
margin-top: 0px!important;
padding-bottom: 5px!important;
float: none;
}
img.logo-area {
width: auto!important;
height: 100px!important;
margin-top: 0px!important;
}
img.nav-toggle-button{
display: block!important;
position: absolute;
top: 0px;
right: 15px;
padding-top: 16px;
max-width: 71px;
height: auto;
}
ul.nav-level-1 {
float: right!important;
display: block!important;
}
ul.nav-level-1>li{
float: right!important;
right: 0px!important;
display: block!important;
}
ul.nav-level-2{
position: relative!important;
height: auto;
width: 100%;
top: 14px!important;
right: 0px!important;
}
ul.nav-level-2>li{
display: block!important;
right: 0px!important;
}
ul.nal-level-1>li:hover>ul.nav-level-2{
display: block!important;
}
}
/* Drop submenu 32px lower when logged in*/
.logged-in-content ul.nav-level-2 {
top: 146px;
}
ul.nav-level-2>li {
min-height: 20px;
display: inline-block;
}
ul.nav-level-2>li>a{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
text-transform: uppercase;
text-decoration: none !important;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
}
.purple-hover:hover {color: #a811a4 !important;}
.turquoise-hover:hover {color: #40bfc7 !important;}
/* Show next submenu list */
a.dropdown:hover + ul.nav-level-2,
ul.nav-level-1>li:hover>ul.nav-level-2{
display: inline-block;
}
img.logo-area {
width: 100%;
height: auto;
margin-top: 0px;
}
img.nav-toggle-button{
display: none;
}
img.rightside {
position: absolute;
top: -25px;
right: -250px;
max-width: 200px;
overflow: hidden;
}
img.leftside {
position: absolute;
left: -250px;
bottom: 0;
max-width: 200px;
overflow: hidden;
}
img.bottom {
position: relative;
bottom: -50px;
overflow: hidden;
display: block;
margin: auto;
width: 100%;
height: auto;
max-width: 430px; /* Full width of the png */
}
img.footer-icon{
display: block;
height: 50px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
/* Content link style */
#front-page-information-section a,
#information-section a,
#team-section a {
color: #a811a4;
font-weight: bold;
}
.hide-level-1{
display: none;
}
.hide-level-2{
display: none;
}
/* BOOTSTRAP NAVIGATION MODIFICATION */
/* Move content from under the fixed header */
body { padding-top: 170px; }
.logged-in-content .navbar{
top: 32px;
}
.navbar-default{
background-color: #ffffff!important;
border-color: #a811a4!important;
}
.navbar-fixed-top{
border-width: 0 0 2px!important;
padding-bottom: 20px!important;
}
/* Logo */
.navbar-header{
height: 150px;
}
.navbar-brand{
padding-top: 0px!important;
}
/* Horizontal dropdownmenu */
.nav { margin-bottom: 0!important; }
.dropdown { position: static!important; }
.dropdown-menu { width: 100%!important; text-align: center!important; }
.dropdown-menu>li { display: inline-block!important; }
.purple{background-color: #a811a4!important;}
.turquoise{background-color: #40bfc7!important;}
@media (min-width: 768px) {
.dropdown-menu { position: fixed!important; top: 70px!important; }
.logged-in-content .dropdown-menu{ position: fixed!important; top: 102px!important; }
}
@media (min-width: 992px){
.dropdown-menu { position: fixed!important; top: 114px!important; }
.logged-in-content .dropdown-menu { position: fixed!important; top: 146px!important; }
}
/* Toggle button */
.navbar-default .navbar-toggle {border-color: #a811a4!important;}
.navbar-default .navbar-toggle .icon-bar {background-color: #a811a4!important;}
/* Navigation: link styling */
.navbar-default .navbar-nav>li>a {
color: #a811a4!important;
text-align: center;
text-decoration: none;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
vertical-align: middle;
}
.navbar-default .navbar-nav>li>a:hover { color: #40bfc7!important;}
/* Subnavigation: remove hover background-color */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
background-color: transparent!important;
}
.dropdown-menu>li>a {
font-family: 'Open Sans', sans-serif!important;
font-size: 14px!important;
text-transform: uppercase!important;
text-decoration: none !important;
color: #ffffff!important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
background-color: #ffffff!important;
color: #40bfc7!important;
text-decoration: none!important;
}
@media (max-width: 767px) {
.dropdown-menu > li {
display: block !important;
}
/* Remove height-limit of mobile subnavigation menu */
.navbar-collapse {
max-height: 100% !important;
}
#bs-example-navbar-collapse-1 {
height: 100% !important;
}
/* Tooltip under dropdown */
li.dropdown::after {
display: none !important;
content: "" !important;
position: absolute !important;
bottom: -7px !important;
left: 50% !important;
margin-left: -5px !important;
border-width: 10px !important;
border-style: solid !important;
border-color: transparent transparent black transparent !important;
}
li.dropdown:hover::after {
display: block !important;
}
}
/* End of tooltip under dropdown */ | threedee-expo-theme/style.css |
.logged-in-content {
margin-top:32px;
}
.sketchfab-owl-carousel {
position: relative;
height:500px;
}
.sketchfab-iframe,
.youtube-iframe,
.threesixty-photo-iframe {
width:100%;
height:500px;
border:0;
}
.youtube-section {
height: 500px;
}
.threesixty-photos-section {
height: 500px;
}
.padded-top-bottom{
padding-top: 100px;
padding-bottom: 100px;
}
.padded-bottom{
margin-bottom: 50px;
}
.slogan-area {
padding-top: 15px;
}
.header-section,
.front-page-header {
position: fixed;
top: 0;
z-index: 9999;
border-bottom: 2px solid #a811a4;
}
.header-section-mobile {
min-height: 76px;
max-height: 76px;
}
.full-width {
width: 100%;
}
.pad-down-first-div {
margin-top: 10px; /* 76px originally, now + 10px from header */
}
/* BACKGROUND COLORS */
.black-bg {
background-color: #000000;
}
.grey-bg {
background-color: #e6e6e6;
}
.dark-grey-bg {
background-color: #2D2D2D;
}
.grey-footer-bg {
background-color: #efefef;
}
.brown-bg {
background-color: #444032;
}
.white-bg {
background-color: #ffffff!important;
}
.orange-bg {
background-color: #f15a24;
}
.purple-bg {
background-color: #a811a4;
}
.dark-purple-bg {
background-color: #4e1185;
}
.turquoise-bg {
background-color: #40bfc7;
}
/* TEXT COLORS */
.black-text {
color: #000000;
}
.white-text {
color: white;
}
.grey-text {
color: #333333;
}
.grey-slogan-text{
color: #808080;
}
.red-text {
color: #FF6565;
}
.green-text {
color: #4fe759;
}
.blue-text {
color: #0db4e7;
}
.yellow-text {
color: #feff00;
}
.purple-text {
color: #a811a4;
}
.dark-purple-text {
color: #4e1185;
}
.turquoise-text {
color: #40bfc7;
}
/* TEXT FORMATING */
.company-title-text,
.home-title {
color: #4e1185;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: bold;
}
#bigtext {
margin-top: 7px;
line-height: 18px;
vertical-align: middle;
}
.company-slogan-text {
color: beige;
font-family: 'Montserrat', sans-serif;
}
.section-title-text {
font-family: 'Exo 2', sans-serif;
font-size: 48px;
text-transform: uppercase;
}
.text-center{
text-align: center;
}
.footer-text {
margin-top: 50px;
margin-bottom: 50px;
}
span, p {
font-family: 'Lato', sans-serif;
}
.subtitle-text {
font-family: 'Exo 2', sans-serif;
font-size: 24px;
text-transform: uppercase;
margin-bottom: 20px;
display: inline-block;
}
/* UNDERLINE STYLES */
.yellow-green-underline {
border-bottom: 2px solid yellowgreen;
}
.orange-underline {
border-bottom: 2px solid orangered;
}
.blue-underline {
border-bottom: 2px solid steelblue;
}
.pink-underline {
border-bottom: 2px solid deeppink;
}
.grey-underline {
border-bottom: 4px solid #abaeae!important;
}
/* BUTTONS */
.red-btn {
background-color: #f15a24!important;
}
.send-message-button {
float: right;
margin: 20px;
display: inline-block !important;
text-align: center;
text-transform: uppercase;
padding-top: 13px!important;
padding-right: 35px!important;
padding-bottom: 13px!important;
padding-left: 35px!important;
border-radius: 4px;
border-color: transparent!important;
}
/* BOX FORMATING */
.textarea-box {
border: 0;
text-align: left;
text-transform: none;
padding: 9px;
min-height: 250px;
padding-left: 15px;
display: inline-block;
border-radius: 4px;
background: rgba(255,255,255, 0.95);
}
.contact-us-section .input-box, textarea {
width: 100%;
margin: auto;
margin-bottom: 20px;
border-radius: 4px;
}
div#contact-msg,
.hold-on-text {
padding-left: 15px;
font-size: 22px;
color: #fafafa;
}
.input-box {
border: 0 !important;
width: 274px;
text-align: left;
text-transform: none;
padding: 9px;
min-height: 46px;
padding-left: 15px !important;
display: inline-block;
border-radius: 4px;
background: rgba(255,255,255, 0.95);
}
.team-member {
margin-bottom:20px;
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.profile-picture {
margin-bottom: 10px;
margin-top: 10px;
border-radius: 100%;
overflow: hidden;
height: 300px;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.profile-details {
width: 100%;
}
.profile-name {
display: block;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-size: 16px;
text-align: center;
color: #4e1185;
}
.profile-underline {
width: 50%;
margin-left:auto;
margin-right:auto;
margin-top: 10px;
margin-bottom: 10px;
}
.profile-job-position {
display: block;
text-align: center;
margin-bottom: 10px;
}
.profile-phone-number {
display: block;
text-align: center;
}
.profile-email {
display:block;
text-align: center;
color: #4e1185;
}
.center-block {
float: none!important;
}
.display-none-class {
display:none!important;
}
#pictures-owl .item{
margin: 3px;
border: 1px solid #000000;
}
#pictures-owl .item img{
display: block;
max-width: 100%;
height: 200px;
margin-left: auto;
margin-right: auto;
}
.pdf-logo {
position: absolute;
background-color: white;
width: 53px!important;
height: 60px!important;
padding-top: 5px;
padding-left: 5px;
font-size: 50px!important;
top: 0;
left: 0;
color: #FF6565;
}
.www-area {
margin-bottom: 30px;
}
.contact-info-footer,
.contact-phone-footer,
.contact-url-footer,
.home-footer {
font-size: 50px!important;
margin-top:50px;
width: 100%;
text-align: center;
}
.contact-street-address,
.contact-postal-code-and-city,
.contact-country,
.contact-phone-number,
.contact-person,
.contact-url,
.expo-text {
display:block;
width:100%;
text-align: center;
color: #333333;
font-size: 20px;
}
.expo-text:hover,
.home-link:hover,
.contact-link:hover,
.home-url-link:hover {
text-decoration: none!important;
}
.company-footer-text {
height: 200px;
}
.footer {
background-color: #efefef;
}
.company-box,
.group-of-companies-box {
padding: 0 5px 0 5px!important;
margin-bottom: 10px;
}
.group-of-companies-box:hover,
.company-box:hover{
text-decoration: none;
}
.group-of-companies-box:hover .item-card,
.company-box:hover .item-card {
box-shadow: 0px 0px 1px 1px rgba(139, 141, 142, 1);
}
.item-card {
/*box-shadow: 0 1px 5px #000000;*/
}
.item-card-thumbnail{
}
.item-card-image {
width: 100%;
height: 300px;
}
.item-card-title{
padding: 15px 10px 15px 10px;
}
.item-title {
height: 20px;
width: 100%;
text-align: center;
display: block;
font-family: 'Exo 2', sans-serif;
font-size: 16px;
text-transform: uppercase;
}
.showcase-overlay {
top: 150px;
left: 50px;
position: absolute;
z-index: 2;
width: 350px;
background: rgba(54, 25, 25, .5);
border-radius: 8px;
padding: 20px;
}
.showcase-static-title,
.showcase-company-title {
display:block;
color: white;
font-family: 'Montserrat', sans-serif;
font-size: 46px;
text-transform: uppercase;
font-weight: bold;
}
.showcase-company-title {
font-size: 26px!important;
margin-top:20px;
margin-bottom:20px;
}
.showcase-buttons {
margin-top:40px;
margin-bottom:20px;
}
#see-more-button {
padding: 20px;
border-radius: 8px;
border: white solid 1px;
}
.admin-website-display {
}
.admin-iframe-element {
}
#see-more-button:hover {
text-decoration: none!important;
}
@media (max-width: 430px) {
.section-title-text {
font-size: 44px!important;
}
.sketchfab-owl-carousel,
.sketchfab-iframe,
.youtube-section,
.youtube-iframe {
height:250px!important;
}
.pdf-logo {
display:none!important;
}
.owl-theme .owl-controls .owl-page span {
width:10px!important;
height:10px!important;
}
.owl-theme .owl-controls .owl-buttons div {
height:26px!important;
font-size: 14px!important;
}
.owl-prev, .owl-next {
margin-top:-20px!important;
}
}
@media (max-width: 360px) {
.section-title-text {
font-size: 36px!important;
}
}
/* New classes by makryl below */
/* DROPDOWN MENU */
.logo-area {
float: left;
}
.nav-area{
float: left;
margin-top: 63px;
padding-bottom: 20px;
}
ul.nav-level-1{
list-style-type: none;
position: relative;
top: 14px;
}
ul.nav-level-1>li{
float: left;
display: inline-block;
padding-bottom: 14px; /* submenu shows when hover the gap between of level-1 and level-2 */
}
a.dropdown,
a.nav-level-1{
text-align: center;
text-decoration: none;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
vertical-align: middle;
margin: auto;
padding: 10px;
}
a.dropdown:link, a.nav-level-1:link {color: #4e1185; text-decoration: none !important;}
a.dropdown:hover, a.nav-level-1:hover {color: #40bfc7 !important; text-decoration: none !important;}
a.dropdown:visited, a.nav-level-1:visited {color: #4e1185; text-decoration: none !important;}
a.dropdown:active, a.nav-level-1:active {color: #40bfc7; text-decoration: none !important;}
ul.nav-level-2{
display: none;
position: fixed;
list-style-type: none;
top: 114px; /*36px;*/
left: 0px;
right: 0;
width: 100%;
overflow: hidden;
padding: 10px 10px;
}
@media (max-width: 991px) {
.nav-area{
margin-top: 0px!important;
padding-bottom: 5px!important;
float: none;
}
img.logo-area {
width: auto!important;
height: 100px!important;
margin-top: 0px!important;
}
img.nav-toggle-button{
display: block!important;
position: absolute;
top: 0px;
right: 15px;
padding-top: 16px;
max-width: 71px;
height: auto;
}
ul.nav-level-1 {
float: right!important;
display: block!important;
}
ul.nav-level-1>li{
float: right!important;
right: 0px!important;
display: block!important;
}
ul.nav-level-2{
position: relative!important;
height: auto;
width: 100%;
top: 14px!important;
right: 0px!important;
}
ul.nav-level-2>li{
display: block!important;
right: 0px!important;
}
ul.nal-level-1>li:hover>ul.nav-level-2{
display: block!important;
}
}
/* Drop submenu 32px lower when logged in*/
.logged-in-content ul.nav-level-2 {
top: 146px;
}
ul.nav-level-2>li {
min-height: 20px;
display: inline-block;
}
ul.nav-level-2>li>a{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
text-transform: uppercase;
text-decoration: none !important;
color: #ffffff;
padding-left: 5px;
padding-right: 5px;
}
.purple-hover:hover {color: #a811a4 !important;}
.turquoise-hover:hover {color: #40bfc7 !important;}
/* Show next submenu list */
a.dropdown:hover + ul.nav-level-2,
ul.nav-level-1>li:hover>ul.nav-level-2{
display: inline-block;
}
img.logo-area {
width: 100%;
height: auto;
margin-top: 0px;
}
img.nav-toggle-button{
display: none;
}
img.rightside {
position: absolute;
top: -25px;
right: -250px;
max-width: 200px;
overflow: hidden;
}
img.leftside {
position: absolute;
left: -250px;
bottom: 0;
max-width: 200px;
overflow: hidden;
}
img.bottom {
position: relative;
bottom: -50px;
overflow: hidden;
display: block;
margin: auto;
width: 100%;
height: auto;
max-width: 430px; /* Full width of the png */
}
img.footer-icon{
display: block;
height: 50px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
}
/* Content link style */
#front-page-information-section a,
#information-section a,
#team-section a {
color: #a811a4;
font-weight: bold;
}
.hide-level-1{
display: none;
}
.hide-level-2{
display: none;
}
/* BOOTSTRAP NAVIGATION MODIFICATION */
/* Move content from under the fixed header */
body { padding-top: 170px; }
.logged-in-content .navbar{
top: 32px;
}
.navbar-default{
background-color: #ffffff!important;
border-color: #a811a4!important;
}
.navbar-fixed-top{
border-width: 0 0 2px!important;
padding-bottom: 20px!important;
}
/* Logo */
.navbar-header{
height: 150px;
}
.navbar-brand{
padding-top: 0px!important;
}
/* Horizontal dropdownmenu */
.nav { margin-bottom: 0!important; }
.dropdown { position: static!important; }
.dropdown-menu { width: 100%!important; text-align: center!important; }
.dropdown-menu>li { display: inline-block!important; }
.purple{background-color: #a811a4!important;}
.turquoise{background-color: #40bfc7!important;}
@media (min-width: 768px) {
.dropdown-menu { position: fixed!important; top: 70px!important; }
.logged-in-content .dropdown-menu{ position: fixed!important; top: 102px!important; }
}
@media (min-width: 992px){
.dropdown-menu { position: fixed!important; top: 114px!important; }
.logged-in-content .dropdown-menu { position: fixed!important; top: 146px!important; }
}
/* Toggle button */
.navbar-default .navbar-toggle {border-color: #a811a4!important;}
.navbar-default .navbar-toggle .icon-bar {background-color: #a811a4!important;}
/* Navigation: link styling */
.navbar-default .navbar-nav>li>a {
color: #a811a4!important;
text-align: center;
text-decoration: none;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
vertical-align: middle;
}
.navbar-default .navbar-nav>li>a:hover { color: #40bfc7!important;}
/* Subnavigation: remove hover background-color */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
background-color: transparent!important;
}
.dropdown-menu>li>a {
font-family: 'Open Sans', sans-serif!important;
font-size: 14px!important;
text-transform: uppercase!important;
text-decoration: none !important;
color: #ffffff!important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
background-color: #ffffff!important;
color: #40bfc7!important;
text-decoration: none!important;
}
@media (max-width: 767px) {
.dropdown-menu > li {
display: block !important;
}
/* Remove height-limit of mobile subnavigation menu */
.navbar-collapse {
max-height: 100% !important;
}
#bs-example-navbar-collapse-1 {
height: 100% !important;
}
/* Tooltip under dropdown */
li.dropdown::after {
display: none !important;
content: "" !important;
position: absolute !important;
bottom: -7px !important;
left: 50% !important;
margin-left: -5px !important;
border-width: 10px !important;
border-style: solid !important;
border-color: transparent transparent black transparent !important;
}
li.dropdown:hover::after {
display: block !important;
}
}
/* End of tooltip under dropdown */ | 0.298389 | 0.070113 |
.comeet-group-name {
margin-bottom: 20px;
margin-top: 40px;
}
.comeet-group-name a {
color: black;
font-weight: bold;
}
li a.comeet-position {
width: 100%;
border-bottom: 1px solid #d5d5d5;
padding-top: 15px;
margin-bottom: 0;
}
.comeet-position-meta {
margin: 0 0 20px 0;
display: block;
font-size: 0.7rem;
color: #898787;
}
.comeet-position-meta-single {
display: block;
font-size: 0.8rem;
color: #898787;
margin-bottom: 50px;
}
.comeet-position-name {
margin: 0;
}
.comeet-list ul {
margin:0px;
}
.all-jobs-link {
padding:10px;
border-top: 1px solid #d5d5d5;
display:block;
margin-top:20px;
}
.email-resume-link {
float:right;
font-size:14px;
font-weight:normal;
}
.position-image {
text-align:center;
}
.comeet-list a{
text-decoration:none;
}
.comeet-list a:link {
text-decoration:none;
}
/* visited link */
.comeet-list a:visited {
text-decoration:none;
}
/* mouse over link */
.comeet-list a:hover {
text-decoration:none;
}
/* selected link */
.comeet-list a:active {
text-decoration:none;
}
.comeet-list ul{
list-style:none;
}
.comeet-list li{
margin-bottom:10px;
}
.comeet-g {
letter-spacing: -0.31em;
*letter-spacing: normal;
*word-spacing: -0.43em;
text-rendering: optimizespeed;
}
.opera-only:-o-prefocus,
.comeet-g {
word-spacing: -0.43em;
}
.comeet-u {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.comeet-u-1,
.comeet-u-1-2 {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.comeet-u-1 {
display: block;
}
.comeet-u-1-2 {
width: 100%;
}
.comeet-offset-1-2 {
margin-left: 50%;
}
.comeet-g-r {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
.opera-only:-o-prefocus,
.comeet-g-r {
word-spacing: -0.43em;
}
.comeet-g-r img {
max-width: 100%;
}
.comeet-social {
border-top: 1px solid #d5d5d5;
margin-top: 20px;
padding-top: 30px;
clear: both;
}
/* Position info */
.comeet-position-info * {
margin: 0;
padding: 0;
line-height: 150%;
}
.comeet-user-text > ul, .comeet-user-text > ol {
margin: 0 0 0 5px;
padding: 5px 0 0 20px;
}
.comeet-position-info h4, .comeet-apply h4 {
font-weight: bold;
margin: 30px 0 5px 0;
}
@media (min-width: 980px) {
.comeet-visible-phone {
display: none;
}
.comeet-visible-tablet {
display: none;
}
.comeet-visible-desktop {} .comeet-hidden-phone {} .comeet-hidden-tablet {} .comeet-hidden-desktop {
display: none;
}
}
@media (max-width: 480px) {
.comeet-g-r > [class^="comeet-u"] {
width: 100%;
}
}
@media (max-width: 767px) {
.comeet-g-r > [class^="comeet-u"] {
width: 100%;
}
.comeet-visible-phone {} .comeet-hidden-phone {
display: none;
}
.comeet-hidden-desktop {} .comeet-visible-desktop {
display: none;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.comeet-visible-tablet {} .comeet-hidden-tablet {
display: none;
}
.comeet-hidden-desktop {} .comeet-visible-desktop {
display: none;
}
} | css/comeet-basic.css | .comeet-group-name {
margin-bottom: 20px;
margin-top: 40px;
}
.comeet-group-name a {
color: black;
font-weight: bold;
}
li a.comeet-position {
width: 100%;
border-bottom: 1px solid #d5d5d5;
padding-top: 15px;
margin-bottom: 0;
}
.comeet-position-meta {
margin: 0 0 20px 0;
display: block;
font-size: 0.7rem;
color: #898787;
}
.comeet-position-meta-single {
display: block;
font-size: 0.8rem;
color: #898787;
margin-bottom: 50px;
}
.comeet-position-name {
margin: 0;
}
.comeet-list ul {
margin:0px;
}
.all-jobs-link {
padding:10px;
border-top: 1px solid #d5d5d5;
display:block;
margin-top:20px;
}
.email-resume-link {
float:right;
font-size:14px;
font-weight:normal;
}
.position-image {
text-align:center;
}
.comeet-list a{
text-decoration:none;
}
.comeet-list a:link {
text-decoration:none;
}
/* visited link */
.comeet-list a:visited {
text-decoration:none;
}
/* mouse over link */
.comeet-list a:hover {
text-decoration:none;
}
/* selected link */
.comeet-list a:active {
text-decoration:none;
}
.comeet-list ul{
list-style:none;
}
.comeet-list li{
margin-bottom:10px;
}
.comeet-g {
letter-spacing: -0.31em;
*letter-spacing: normal;
*word-spacing: -0.43em;
text-rendering: optimizespeed;
}
.opera-only:-o-prefocus,
.comeet-g {
word-spacing: -0.43em;
}
.comeet-u {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.comeet-u-1,
.comeet-u-1-2 {
display: inline-block;
zoom: 1;
*display: inline;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.comeet-u-1 {
display: block;
}
.comeet-u-1-2 {
width: 100%;
}
.comeet-offset-1-2 {
margin-left: 50%;
}
.comeet-g-r {
letter-spacing: -0.31em;
*letter-spacing: normal;
word-spacing: -0.43em;
}
.opera-only:-o-prefocus,
.comeet-g-r {
word-spacing: -0.43em;
}
.comeet-g-r img {
max-width: 100%;
}
.comeet-social {
border-top: 1px solid #d5d5d5;
margin-top: 20px;
padding-top: 30px;
clear: both;
}
/* Position info */
.comeet-position-info * {
margin: 0;
padding: 0;
line-height: 150%;
}
.comeet-user-text > ul, .comeet-user-text > ol {
margin: 0 0 0 5px;
padding: 5px 0 0 20px;
}
.comeet-position-info h4, .comeet-apply h4 {
font-weight: bold;
margin: 30px 0 5px 0;
}
@media (min-width: 980px) {
.comeet-visible-phone {
display: none;
}
.comeet-visible-tablet {
display: none;
}
.comeet-visible-desktop {} .comeet-hidden-phone {} .comeet-hidden-tablet {} .comeet-hidden-desktop {
display: none;
}
}
@media (max-width: 480px) {
.comeet-g-r > [class^="comeet-u"] {
width: 100%;
}
}
@media (max-width: 767px) {
.comeet-g-r > [class^="comeet-u"] {
width: 100%;
}
.comeet-visible-phone {} .comeet-hidden-phone {
display: none;
}
.comeet-hidden-desktop {} .comeet-visible-desktop {
display: none;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.comeet-visible-tablet {} .comeet-hidden-tablet {
display: none;
}
.comeet-hidden-desktop {} .comeet-visible-desktop {
display: none;
}
} | 0.404155 | 0.077134 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all');
/* GENERIC STYLES */
body, html { margin:0; height:100%; overflow-x: hidden; scroll-behavior: smooth; }
a { color:#ffab39; font-weight: 600; }
a.white-link { color:#fff; font-weight: 600; }
body, .p-component { font-family: Open Sans; }
label { font-size:14px; }
hr { border: none; height: 1px; background-color: #dee2e6; margin:10px 0!important; }
hr.subsection { border-top: dashed 1px rgba(255,255,255,0.5); height: 0!important; background-color: transparent; }
h1 { color: #ffab39; font-size: 30px; font-weight: 400; }
h2 { color: #ffab39; font-size: 25px; font-weight: 400; }
.bold { font-weight: 900;}
embed#file-container { width:100%; height: 100vh; }
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*text-align: center;*/
color: #2c3e50;
}
.main { /*width: 80%;*/ min-height: calc(100vh - 130px); }
.container { margin: auto; }
.margin-top-5 { margin-top:5px!important; }
.margin-top-10 { margin-top:10px!important; }
.margin-top-20 { margin-top:20px!important; }
.margin-top-30 { margin-top:30px!important; }
.margin-bottom-5 { margin-bottom:5px!important; }
.margin-bottom-10 { margin-bottom:10px!important; }
.margin-bottom-20 { margin-bottom:20px!important; }
.margin-bottom-30 { margin-bottom:30px!important; }
/* scroll - chrome */
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #858f98; }
::-webkit-scrollbar-thumb:hover { background: #6c757d; }
/* scroll - firefox */
body, html { scrollbar-color: #858f98 #f1f1f1; scrollbar-width: thin; }
/* main menu */
#top { width:100%; border-bottom: 2px solid #dee2e6; height: 60px; background-color: #f5f5f5; }
#main-logo { width:160px; padding-top: 5px; }
#main-logo img { width:150px; }
#logo-mobile { display: none;}
#nav { padding: 10px 0; margin: auto; /*width: 80%;*/ }
.p-tabmenu .p-tabmenu-nav { position: relative; background: transparent;}
.p-tabmenu .tabmenu-right { position: absolute; right: 0;}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
box-shadow:none;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { background: transparent; }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
border-color: #e08f21;
color: #e08f21;
background: transparent;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: transparent;
color:#ffc067;
border-color: #ffc067;
}
@media (min-width: 992px) {
.container, #nav { width: 970px; }
}
@media (min-width: 1200px) {
.container, #nav { width: 1170px; }
}
@media (max-width: 991px) {
.container, #nav { width: 100%; padding: 0 15px; }
#top { height:58px; }
#main-logo { padding-top: .5rem; }
}
@media only screen and (max-width: 768px) {
#main-logo { display:none; }
#logo-mobile { display: block; text-align: center; }
/*#logo-mobile img { height: 170px; }*/
.p-tabmenu .tabmenu-right { position: relative; }
#about-logo { display: none;}
#card-footer .box { height:150px!important; }
#top { height:auto; border-bottom: none; }
}
@media only screen and (max-width: 575px) {
.p-sm-12 { width: 100%!important; }
}
/* buttons */
.p-button { background: #e08f21; border: 1px solid #e08f21; }
.p-button.p-button-outlined { border: 1px solid #e08f21; color: #e08f21; }
.p-button:enabled:hover, .p-fileupload-choose:not(.p-disabled):hover { background: #ffc067; border-color: #ffc067; }
.p-button.p-button-outlined:enabled:hover { border-color: #ffc067; color: #ffc067; }
.p-button:focus { box-shadow: none!important;}
/* breadcrumbs */
.p-breadcrumb { background:transparent; border:none; padding:0; font-size: 14px; }
.p-breadcrumb ul li .p-menuitem-link:focus { box-shadow: none;}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon { color: #ffab39; }
.p-breadcrumb ul li:last-child .p-menuitem-text { color: #95a5a6; }
.p-breadcrumb ul li.p-breadcrumb-chevron { font-size: 10px; color: #95a5a6; }
/* panels */
.p-panel.p-component { padding: 12px 20px 15px; }
.p-panel .p-panel-header { color:#6c757d!important; background: #fff!important; border: none; border-bottom: 1px solid #dee2e6; justify-content: unset; }
.p-panel .p-panel-header .p-panel-title { margin-left: 0.5rem;}
.p-panel .p-panel-content { border:none;}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover { background: transparent;}
.p-panel .p-panel-header .p-panel-header-icon:focus { box-shadow: none;}
/* dialogs */
.p-dialog .p-dialog-header { justify-content: unset; color: #6c757d!important; padding: 0.5rem 1.5rem; }
.p-dialog .p-dialog-header h3 { margin-left: 0.5rem; font-weight: 600; }
.p-dialog .p-dialog-header .p-dialog-header-icon { position: absolute; right: 20px; }
.p-dialog .p-dialog-header .p-dialog-header-icon:focus { box-shadow: none; }
/*input text */
.p-inputtext:enabled:hover { border-color: #5e738b; }
.p-inputtext:enabled:focus { border-color: #5e738b; box-shadow: none; }
/* cards */
.p-card .p-card-title { color: #6c757d; }
/* tab panels */
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
box-shadow:none!important;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
color:#ffab39;
border-color: #ffab39;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
border-color: #95a5a6;
color: #95a5a6;
}
/* footer */
.logo-100 { height:100%; }
.logo-90 { margin-top:10px; width:90%; }
#card-footer .p-card-content { padding:0; }
#card-footer .box { height:100px; text-align: center; }
@media only screen and (max-width: 768px) {
#card-footer .box img { width:auto!important; height:auto!important; max-width: 100%;}
#card-footer .box { height:auto!important; }
}
.footer {
height: 50px;
line-height: 50px;
color: #fff;
font-size:14px;
background-color: #3cb16f;
} | src/css/main.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all');
/* GENERIC STYLES */
body, html { margin:0; height:100%; overflow-x: hidden; scroll-behavior: smooth; }
a { color:#ffab39; font-weight: 600; }
a.white-link { color:#fff; font-weight: 600; }
body, .p-component { font-family: Open Sans; }
label { font-size:14px; }
hr { border: none; height: 1px; background-color: #dee2e6; margin:10px 0!important; }
hr.subsection { border-top: dashed 1px rgba(255,255,255,0.5); height: 0!important; background-color: transparent; }
h1 { color: #ffab39; font-size: 30px; font-weight: 400; }
h2 { color: #ffab39; font-size: 25px; font-weight: 400; }
.bold { font-weight: 900;}
embed#file-container { width:100%; height: 100vh; }
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*text-align: center;*/
color: #2c3e50;
}
.main { /*width: 80%;*/ min-height: calc(100vh - 130px); }
.container { margin: auto; }
.margin-top-5 { margin-top:5px!important; }
.margin-top-10 { margin-top:10px!important; }
.margin-top-20 { margin-top:20px!important; }
.margin-top-30 { margin-top:30px!important; }
.margin-bottom-5 { margin-bottom:5px!important; }
.margin-bottom-10 { margin-bottom:10px!important; }
.margin-bottom-20 { margin-bottom:20px!important; }
.margin-bottom-30 { margin-bottom:30px!important; }
/* scroll - chrome */
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #858f98; }
::-webkit-scrollbar-thumb:hover { background: #6c757d; }
/* scroll - firefox */
body, html { scrollbar-color: #858f98 #f1f1f1; scrollbar-width: thin; }
/* main menu */
#top { width:100%; border-bottom: 2px solid #dee2e6; height: 60px; background-color: #f5f5f5; }
#main-logo { width:160px; padding-top: 5px; }
#main-logo img { width:150px; }
#logo-mobile { display: none;}
#nav { padding: 10px 0; margin: auto; /*width: 80%;*/ }
.p-tabmenu .p-tabmenu-nav { position: relative; background: transparent;}
.p-tabmenu .tabmenu-right { position: absolute; right: 0;}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
box-shadow:none;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { background: transparent; }
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
border-color: #e08f21;
color: #e08f21;
background: transparent;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
background: transparent;
color:#ffc067;
border-color: #ffc067;
}
@media (min-width: 992px) {
.container, #nav { width: 970px; }
}
@media (min-width: 1200px) {
.container, #nav { width: 1170px; }
}
@media (max-width: 991px) {
.container, #nav { width: 100%; padding: 0 15px; }
#top { height:58px; }
#main-logo { padding-top: .5rem; }
}
@media only screen and (max-width: 768px) {
#main-logo { display:none; }
#logo-mobile { display: block; text-align: center; }
/*#logo-mobile img { height: 170px; }*/
.p-tabmenu .tabmenu-right { position: relative; }
#about-logo { display: none;}
#card-footer .box { height:150px!important; }
#top { height:auto; border-bottom: none; }
}
@media only screen and (max-width: 575px) {
.p-sm-12 { width: 100%!important; }
}
/* buttons */
.p-button { background: #e08f21; border: 1px solid #e08f21; }
.p-button.p-button-outlined { border: 1px solid #e08f21; color: #e08f21; }
.p-button:enabled:hover, .p-fileupload-choose:not(.p-disabled):hover { background: #ffc067; border-color: #ffc067; }
.p-button.p-button-outlined:enabled:hover { border-color: #ffc067; color: #ffc067; }
.p-button:focus { box-shadow: none!important;}
/* breadcrumbs */
.p-breadcrumb { background:transparent; border:none; padding:0; font-size: 14px; }
.p-breadcrumb ul li .p-menuitem-link:focus { box-shadow: none;}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon { color: #ffab39; }
.p-breadcrumb ul li:last-child .p-menuitem-text { color: #95a5a6; }
.p-breadcrumb ul li.p-breadcrumb-chevron { font-size: 10px; color: #95a5a6; }
/* panels */
.p-panel.p-component { padding: 12px 20px 15px; }
.p-panel .p-panel-header { color:#6c757d!important; background: #fff!important; border: none; border-bottom: 1px solid #dee2e6; justify-content: unset; }
.p-panel .p-panel-header .p-panel-title { margin-left: 0.5rem;}
.p-panel .p-panel-content { border:none;}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover { background: transparent;}
.p-panel .p-panel-header .p-panel-header-icon:focus { box-shadow: none;}
/* dialogs */
.p-dialog .p-dialog-header { justify-content: unset; color: #6c757d!important; padding: 0.5rem 1.5rem; }
.p-dialog .p-dialog-header h3 { margin-left: 0.5rem; font-weight: 600; }
.p-dialog .p-dialog-header .p-dialog-header-icon { position: absolute; right: 20px; }
.p-dialog .p-dialog-header .p-dialog-header-icon:focus { box-shadow: none; }
/*input text */
.p-inputtext:enabled:hover { border-color: #5e738b; }
.p-inputtext:enabled:focus { border-color: #5e738b; box-shadow: none; }
/* cards */
.p-card .p-card-title { color: #6c757d; }
/* tab panels */
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
box-shadow:none!important;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
color:#ffab39;
border-color: #ffab39;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
border-color: #95a5a6;
color: #95a5a6;
}
/* footer */
.logo-100 { height:100%; }
.logo-90 { margin-top:10px; width:90%; }
#card-footer .p-card-content { padding:0; }
#card-footer .box { height:100px; text-align: center; }
@media only screen and (max-width: 768px) {
#card-footer .box img { width:auto!important; height:auto!important; max-width: 100%;}
#card-footer .box { height:auto!important; }
}
.footer {
height: 50px;
line-height: 50px;
color: #fff;
font-size:14px;
background-color: #3cb16f;
} | 0.286169 | 0.053974 |
.header{padding-top:18px;position:fixed;top:0;height:63px;border-bottom:1px solid #e1e1e1;width:100%;z-index:9999;background:#fff;-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.container{width:1170px!important;padding:0 15px;margin:0 auto;}
.header .nav {opacity:0.9;}
.nav li{float:left;margin-right:30px;}
.nav li a{font-size:16px;display:block;padding:10px 12px;color:#545454;}
.nav li a:hover{color:#e75605;}
.nav li a.on{color:#e75605;}
.nav_btn{position:relative;top:6px;margin-left:50px;}
/*公用底部*/
.footer{width:100%;height:225px;color:#fff;background:#353e4f;}
.footer .xf{padding-top:60px;}
.footer .xr{padding-top:50px;}
.footer .weChat{float:left!important;padding:15px 40px 0 0;text-align:center;}
.footer .weChat div{width:80px;height:75px;background-position:5px -218px;}
.footer ul li{display:inline-block;}
.footer p{line-height:30px;}
.footer a{color:#fff;}
.footer .list{padding-bottom:5px;}
.footer .reList{padding-top:5px;}
/*二维码*/
.qgCode{float:right;}
.qgCode img{width:144px;height:142px;}
/*头部主题图片*/
.top-icon{width:100%;height:600px;margin-top:81px;background-image: url('../../Public/Images/top1.jpg');
background-repeat:no-repeat;background-position: center center;
}
.top-icon1,.top-icon2{width:100%;height:320px;margin-top:81px;background-image:url('../../Public/Images/top2.jpg');
background-repeat:no-repeat;background-position: center center;}
.top-icon2{background-image:url('../../Public/Images/top3.jpg');
background-repeat:no-repeat;background-position: center center;
}
.top-icon1 div,.top-icon2 div,.top-icon3 div,.top-icon4 div{color:#fff;}
.top-icon3,.top-icon4{width:100%;height:320px;margin-top:81px;background-position:center center;background-repeat:no-repeat;}
.top-icon3{background-image:url('../../Public/Images/top5.jpg');}
.top-icon4{background-image:url('../../Public/Images/top6.jpg');}
/*首页行头部文字*/
.top-title{padding:60px 0 40px 0;margin:0 auto;width:220px;text-align:center;}
.top-title h1{color:#333333;}
.top-title h4{color:#ababab;}
.top-title i{display:block;width:80px;height:2px;background:#eb5405;margin:25px auto;}
/*公告线*/
.string{position:relative;padding:25px 0 15px;}
.string h3{float:left;}
.string h4{float:right;}
.string h4 a{color:#d1d1d1!important;}
.string div{width:530px;height:1px;background:#dddddd;margin:0 auto;position:absolute;top:36px;left:85px;}
/*内容*/
.wrap{padding-bottom:40px;width:100%;}
.wrap .left{width:666px;}
.wrap .right{width:464px;height:317px;overflow:hidden;}
.wrap .right img{width:464px;height:317px;}
.p-text p{text-indent:2em;color:#767676;line-height:30px;}
.wrap .left ul{display:inline-block;}
.wrap .left ul li{margin-top:10px;}
.wrap .left ul+ul{padding-left:170px;}
.wrap1,.wrap2{width:100%;background:#ecf0f1;text-align:center;}
.icon-list div,.div-list > div{display:inline-block;}
.icon-list div+div,.div-list > div+div{margin-left:45px;}
.icon-list div+div.m,.div-list > div+div.m{margin-left:115px;}
.icon-list p{padding-top:25px;font-size:16px;color:#555;line-height:28px;}
.wrap2{padding-bottom:110px;}
.div-list > div{width:360px;height:150px;background:#fff;padding:50px 0;cursor:pointer;}
.div-list p{padding-top:40px;color:#828282;}
.div-list span{display:block;height:3px;line-height:3px;
background:#f60;position:absolute;bottom:0;
}
.icon-box1 img{width:360px;height:250px;}
.icon-box2 img{width:279px;height:244px;}
.wrap3{width:100%;min-height:700px;background-color:#f3f3f3;}
.about-left{top:-93px;left:15px;}
.about-title{width:105px;height:43px;color:#fff;padding:28px 73px 22px 43px;background-image:url('../../Public/Images/tm.png');}
.about-title h1{font-size:22px;}
.about-title h2{font-size:16px;}
.about-left ul{border:1px solid #dddddd;}
.about-left ul h1{font-size:16px;}
.about-left ul h2{font-size:14px;color:#888;}
.about-left ul li{padding:0 35px 0 35px;cursor:pointer;}
.about-left ul a{display:block;height:34px;padding:21px 0 23px 0;border-bottom:1px solid #dddddd;color:#333;}
.about-right .a-div{top:-93px;right:15px;width:823px;padding:0 40px 40px 40px;background:#fff;min-height:700px;}
.about-right dt{height:120px;line-height:120px;background-image:url('../../Public/Images/string.jpg');
background-repeat:no-repeat;background-position:0 119px;}
.about-right dd a{font-size:16px;display:block;height:60px;line-height:60px;border-bottom:1px solid #dddddd;}
.top4-img img{width:836px;height:181px;margin:20px 0 40px -6px;}
.exolain > div{overflow:hidden;margin-top:25px;}
.exolain h3 {font-size:16px; font-weight:bold;}
.exolain h3 span{color:#555;font-weight:normal!important;font-size:14px!important;}
.exolain p{line-height:26px;font-size:14px;margin-top:15px;color:#888;}
.top5-img{width:823px;height:577px;overflow:hidden;}
.top5-img img{margin-left:-13px;}
.contact-footer{padding-top:30px;height:208px;width:100%;overflow:hidden;color:#666;}
.contact-left li+li{padding-top:23px;}
.contact-right img{width:166px;height:204px;}
.text-list h2{margin-top:25px;}
.text-list p{color:#666;line-height:30px;margin-top:25px;}
.index_new li{float:left;margin-right:10px;width:320px;}
.de-body p{text-indent:2em;line-height:40px;}
/*服务与详情*/
.product-list dt{padding: 40px 0 20px 0;overflow:hidden;}
.product-list dt h2{border-bottom:2px solid #eb5405;padding-bottom:10px;float:left;}
.product-list dt h3{color:#888;padding:5px 0 0 15px;float:left;font-size:18px;}
.product-list dd{border:1px solid #e1e1e1;padding:25px 40px 25px 40px;overflow:hidden;}
.product-list dd > div{float:left;}
.product-list dd > div div{width:100%;height:25px;}
.product-list dd h3{float:left;font-size:20px;}
.product-list dd > div p{padding-top:20px;color:#666;font-size:16px;}
.product-list dd .btn{float:right; margin-top: 15px;width: 105px;height: 30px;line-height: 30px;font-size: 14px;}
.product-list dd+dd{margin-top:25px;}
.i-orange,.i-over,.i-red{display:inline-block;border-radius:5px;float:left;margin:4px 0 0 10px;
width:80px;height:30px;line-height:30px;color:#fff;font-size:14px;text-align:center;position:relative;top:-3px;}
.i-orange{background-color:#f7ac54;}
.i-over{background-color:#C1C1C1;}
.i-red{background-color:#f57c47;}
.img11{width:473px;height:384px;}
.img12{width:473px;height:368px;}
.detail{min-height:1000px;}
.detail-right{width:560px;color:#666;font-size:16px;}
.detail-right p{line-height:30px;}
.detail-top{border-bottom:1px solid #e2e2e2;}
.detail-right ul{padding:40px 0 50px 0;color:#888;}
.detail-right ul li+li{margin-top:10px;}
.detail-right ul span{color:#333333;}
/*.detail-right dl{padding-bottom:50px;}*/
.detail-right dt{padding-bottom:20px;}
.detail-right dl span{color:#ec5305;}
.detail-right dl dd+dd{margin-top:10px;}
.detail-right .a-dl a{text-decoration: underline;float:left;width:275px;padding-bottom:12px;display:block;}
.detail .phone{position:absolute;right:10px;top:10px;text-align:center;}
/*点击详情页*/
.de-title{padding:30px 0 20px 0;text-align:center;}
.de-title h4{margin-top:25px;color:#b7b7b7;}
.de-body{border-top:1px dotted #dddddd;padding:25px 65px;color:#8b8b8b;line-height:30px;min-height:500px;}
/*更多按钮*/
.btn-box{padding:45px 0;}
.btn-box .btn{width:155px;height:40px;line-height:40px;color:#fff!important;font-size:16px;background:#eb5405;border-radius:8px;}
.btn-box .btn:hover{background:#fd6620;}
/*集团成员页*/
.members-list{padding-top:65px;}
.members-list img{width:603px;height:385px;}
.members-list .m-text{width:450px;}
.members-list .small-bg{/*width:134px;*/border-bottom:2px solid #eb5d13;
font-size:20px;height:50px;line-height:50px;display:inline-block;margin:0 30px 40px 0;}
.members-list p{line-height:30px;color:#666;}
/*各类图标*/
.icon1,.icon2,.icon3{width:60px;height:75px;}
.icon1{background-position:7px -2px;}
.icon2{background-position:2px -68px;}
.icon3{background-position:5px -140px;}
.icon5,.icon6{width:85px;height:70px;}
.icon4{width:170px;height:47px;display:inline-block;position:relative;top:20px;
background-image: url('../../Public/Images/logo.jpg');
background-repeat:no-repeat;background-position: center center;}
.icon5{background-position:2px -371px;}
.icon6{background-position:2px -431px;width:120px;}
.icon7{background-position:2px -580px;right:0;top:38px;height:22px!important;}
.icon8{background-position:2px -506px;width:55px;height:66px;}
.icon9,.icon9,.icon10{width:60px;height:60px;}
.icon9{background-position:18px -587px;}
.icon10{background-position:18px -657px;}
.icon11{background-position:18px -726px;width:60px!important;height:60px!important;}
.icon12{background-position:-75px 6px;}
.icon13{background-position:-75px -119px;}
.icon14{background-position:-75px -32px;}
.icon15{background-position:-75px -72px;}
.qgcode-right{position:fixed;right:5px;top:100px;padding-top:100px;width:100px;height:250px;}
.logo-weidian{position:absolute;right:70px;background-color:#fff;padding:6px;border:1px solid #e1e1e1;text-align:center;font-size:12px;color:#555;line-height:18px;}
.logo-weidian img{width:200px;height:200px;}
.qgcode-right ul{width:60px;border:1px solid #dddddd;float:right;background-color:#fff;}
.qgcode-right ul li{height:60px;}
.qgcode-right ul li+li{border-top:1px solid #dddddd;}
/*登陆注册*/
.layer_bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-image:url('../../Public/Images/allbg.png');display:none;}
.layer_wrap{background-color:#fff;position:absolute;z-index:1111;display:none;border-radius:10px;top:100px;right:100px;padding:20px 30px;}
.login-box{width:330px;text-align:center;}
.login-box h1{font-size:30px;}
.login-box ul{padding-top:40px;}
.login-box ul li{margin-bottom:15px;position:relative;}
.login-box ul li i{position:absolute;top:0;left:0;}
.login-box input{height:35px;width:270px;padding-left:50px;font-size:16px;border:1px solid #aaaaaa;border-radius:8px;}
.login-box .btn-danger{width:320px;margin-top:10px;height:40px;line-height:30px;padding:0;font-size:18px;border-radius:10px;}
.login-box .account{border-top:1px solid #dddddd;margin-top:25px;padding-top:10px;}
.login-box .input-width{width:180px;margin-left:4px;}
.imgyzm,.dxyzm{width:80px;height:35px;line-height:35px;padding:0;margin:0 0 0 10px;}
.login-box input[type=checkbox]{width:20px;height:20px;}
.check{position:absolute;top:3px;left:30px;}
.error{position:absolute;z-index:9;color:#dc3417;display:none;width:330px;height:35px;line-height:35px;text-align:left;padding-left:30px;background-image:url('../../Public/Images/wrong.gif');background-repeat:no-repeat;background-position:10px 10px;}
/*忘记密码*/
.password{margin-top:60px;background-color:#fff;}
.password h1{padding:30px;border-bottom:1px solid #e1e1e1;}
.password ul{width:400px;margin:0 auto;padding:70px 0 50px;}
.password ul li{margin-bottom:20px;}
.password input{padding-left:10px;}
.password span{display:inline-block;width:60px;height:35px;line-height:35px;text-align:right;margin-right:10px;}
.password .input-default{width:270px;}
.password .btn-danger{width:60px;height:20px;line-height:20px;border-radius:5px;padding: 4px 12px;font-size:16px;}
.password .btn-input{width:100px;border:0;height:30px;line-height:20px;} | Public/Admin/Css/common.css | .header{padding-top:18px;position:fixed;top:0;height:63px;border-bottom:1px solid #e1e1e1;width:100%;z-index:9999;background:#fff;-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);}
.container{width:1170px!important;padding:0 15px;margin:0 auto;}
.header .nav {opacity:0.9;}
.nav li{float:left;margin-right:30px;}
.nav li a{font-size:16px;display:block;padding:10px 12px;color:#545454;}
.nav li a:hover{color:#e75605;}
.nav li a.on{color:#e75605;}
.nav_btn{position:relative;top:6px;margin-left:50px;}
/*公用底部*/
.footer{width:100%;height:225px;color:#fff;background:#353e4f;}
.footer .xf{padding-top:60px;}
.footer .xr{padding-top:50px;}
.footer .weChat{float:left!important;padding:15px 40px 0 0;text-align:center;}
.footer .weChat div{width:80px;height:75px;background-position:5px -218px;}
.footer ul li{display:inline-block;}
.footer p{line-height:30px;}
.footer a{color:#fff;}
.footer .list{padding-bottom:5px;}
.footer .reList{padding-top:5px;}
/*二维码*/
.qgCode{float:right;}
.qgCode img{width:144px;height:142px;}
/*头部主题图片*/
.top-icon{width:100%;height:600px;margin-top:81px;background-image: url('../../Public/Images/top1.jpg');
background-repeat:no-repeat;background-position: center center;
}
.top-icon1,.top-icon2{width:100%;height:320px;margin-top:81px;background-image:url('../../Public/Images/top2.jpg');
background-repeat:no-repeat;background-position: center center;}
.top-icon2{background-image:url('../../Public/Images/top3.jpg');
background-repeat:no-repeat;background-position: center center;
}
.top-icon1 div,.top-icon2 div,.top-icon3 div,.top-icon4 div{color:#fff;}
.top-icon3,.top-icon4{width:100%;height:320px;margin-top:81px;background-position:center center;background-repeat:no-repeat;}
.top-icon3{background-image:url('../../Public/Images/top5.jpg');}
.top-icon4{background-image:url('../../Public/Images/top6.jpg');}
/*首页行头部文字*/
.top-title{padding:60px 0 40px 0;margin:0 auto;width:220px;text-align:center;}
.top-title h1{color:#333333;}
.top-title h4{color:#ababab;}
.top-title i{display:block;width:80px;height:2px;background:#eb5405;margin:25px auto;}
/*公告线*/
.string{position:relative;padding:25px 0 15px;}
.string h3{float:left;}
.string h4{float:right;}
.string h4 a{color:#d1d1d1!important;}
.string div{width:530px;height:1px;background:#dddddd;margin:0 auto;position:absolute;top:36px;left:85px;}
/*内容*/
.wrap{padding-bottom:40px;width:100%;}
.wrap .left{width:666px;}
.wrap .right{width:464px;height:317px;overflow:hidden;}
.wrap .right img{width:464px;height:317px;}
.p-text p{text-indent:2em;color:#767676;line-height:30px;}
.wrap .left ul{display:inline-block;}
.wrap .left ul li{margin-top:10px;}
.wrap .left ul+ul{padding-left:170px;}
.wrap1,.wrap2{width:100%;background:#ecf0f1;text-align:center;}
.icon-list div,.div-list > div{display:inline-block;}
.icon-list div+div,.div-list > div+div{margin-left:45px;}
.icon-list div+div.m,.div-list > div+div.m{margin-left:115px;}
.icon-list p{padding-top:25px;font-size:16px;color:#555;line-height:28px;}
.wrap2{padding-bottom:110px;}
.div-list > div{width:360px;height:150px;background:#fff;padding:50px 0;cursor:pointer;}
.div-list p{padding-top:40px;color:#828282;}
.div-list span{display:block;height:3px;line-height:3px;
background:#f60;position:absolute;bottom:0;
}
.icon-box1 img{width:360px;height:250px;}
.icon-box2 img{width:279px;height:244px;}
.wrap3{width:100%;min-height:700px;background-color:#f3f3f3;}
.about-left{top:-93px;left:15px;}
.about-title{width:105px;height:43px;color:#fff;padding:28px 73px 22px 43px;background-image:url('../../Public/Images/tm.png');}
.about-title h1{font-size:22px;}
.about-title h2{font-size:16px;}
.about-left ul{border:1px solid #dddddd;}
.about-left ul h1{font-size:16px;}
.about-left ul h2{font-size:14px;color:#888;}
.about-left ul li{padding:0 35px 0 35px;cursor:pointer;}
.about-left ul a{display:block;height:34px;padding:21px 0 23px 0;border-bottom:1px solid #dddddd;color:#333;}
.about-right .a-div{top:-93px;right:15px;width:823px;padding:0 40px 40px 40px;background:#fff;min-height:700px;}
.about-right dt{height:120px;line-height:120px;background-image:url('../../Public/Images/string.jpg');
background-repeat:no-repeat;background-position:0 119px;}
.about-right dd a{font-size:16px;display:block;height:60px;line-height:60px;border-bottom:1px solid #dddddd;}
.top4-img img{width:836px;height:181px;margin:20px 0 40px -6px;}
.exolain > div{overflow:hidden;margin-top:25px;}
.exolain h3 {font-size:16px; font-weight:bold;}
.exolain h3 span{color:#555;font-weight:normal!important;font-size:14px!important;}
.exolain p{line-height:26px;font-size:14px;margin-top:15px;color:#888;}
.top5-img{width:823px;height:577px;overflow:hidden;}
.top5-img img{margin-left:-13px;}
.contact-footer{padding-top:30px;height:208px;width:100%;overflow:hidden;color:#666;}
.contact-left li+li{padding-top:23px;}
.contact-right img{width:166px;height:204px;}
.text-list h2{margin-top:25px;}
.text-list p{color:#666;line-height:30px;margin-top:25px;}
.index_new li{float:left;margin-right:10px;width:320px;}
.de-body p{text-indent:2em;line-height:40px;}
/*服务与详情*/
.product-list dt{padding: 40px 0 20px 0;overflow:hidden;}
.product-list dt h2{border-bottom:2px solid #eb5405;padding-bottom:10px;float:left;}
.product-list dt h3{color:#888;padding:5px 0 0 15px;float:left;font-size:18px;}
.product-list dd{border:1px solid #e1e1e1;padding:25px 40px 25px 40px;overflow:hidden;}
.product-list dd > div{float:left;}
.product-list dd > div div{width:100%;height:25px;}
.product-list dd h3{float:left;font-size:20px;}
.product-list dd > div p{padding-top:20px;color:#666;font-size:16px;}
.product-list dd .btn{float:right; margin-top: 15px;width: 105px;height: 30px;line-height: 30px;font-size: 14px;}
.product-list dd+dd{margin-top:25px;}
.i-orange,.i-over,.i-red{display:inline-block;border-radius:5px;float:left;margin:4px 0 0 10px;
width:80px;height:30px;line-height:30px;color:#fff;font-size:14px;text-align:center;position:relative;top:-3px;}
.i-orange{background-color:#f7ac54;}
.i-over{background-color:#C1C1C1;}
.i-red{background-color:#f57c47;}
.img11{width:473px;height:384px;}
.img12{width:473px;height:368px;}
.detail{min-height:1000px;}
.detail-right{width:560px;color:#666;font-size:16px;}
.detail-right p{line-height:30px;}
.detail-top{border-bottom:1px solid #e2e2e2;}
.detail-right ul{padding:40px 0 50px 0;color:#888;}
.detail-right ul li+li{margin-top:10px;}
.detail-right ul span{color:#333333;}
/*.detail-right dl{padding-bottom:50px;}*/
.detail-right dt{padding-bottom:20px;}
.detail-right dl span{color:#ec5305;}
.detail-right dl dd+dd{margin-top:10px;}
.detail-right .a-dl a{text-decoration: underline;float:left;width:275px;padding-bottom:12px;display:block;}
.detail .phone{position:absolute;right:10px;top:10px;text-align:center;}
/*点击详情页*/
.de-title{padding:30px 0 20px 0;text-align:center;}
.de-title h4{margin-top:25px;color:#b7b7b7;}
.de-body{border-top:1px dotted #dddddd;padding:25px 65px;color:#8b8b8b;line-height:30px;min-height:500px;}
/*更多按钮*/
.btn-box{padding:45px 0;}
.btn-box .btn{width:155px;height:40px;line-height:40px;color:#fff!important;font-size:16px;background:#eb5405;border-radius:8px;}
.btn-box .btn:hover{background:#fd6620;}
/*集团成员页*/
.members-list{padding-top:65px;}
.members-list img{width:603px;height:385px;}
.members-list .m-text{width:450px;}
.members-list .small-bg{/*width:134px;*/border-bottom:2px solid #eb5d13;
font-size:20px;height:50px;line-height:50px;display:inline-block;margin:0 30px 40px 0;}
.members-list p{line-height:30px;color:#666;}
/*各类图标*/
.icon1,.icon2,.icon3{width:60px;height:75px;}
.icon1{background-position:7px -2px;}
.icon2{background-position:2px -68px;}
.icon3{background-position:5px -140px;}
.icon5,.icon6{width:85px;height:70px;}
.icon4{width:170px;height:47px;display:inline-block;position:relative;top:20px;
background-image: url('../../Public/Images/logo.jpg');
background-repeat:no-repeat;background-position: center center;}
.icon5{background-position:2px -371px;}
.icon6{background-position:2px -431px;width:120px;}
.icon7{background-position:2px -580px;right:0;top:38px;height:22px!important;}
.icon8{background-position:2px -506px;width:55px;height:66px;}
.icon9,.icon9,.icon10{width:60px;height:60px;}
.icon9{background-position:18px -587px;}
.icon10{background-position:18px -657px;}
.icon11{background-position:18px -726px;width:60px!important;height:60px!important;}
.icon12{background-position:-75px 6px;}
.icon13{background-position:-75px -119px;}
.icon14{background-position:-75px -32px;}
.icon15{background-position:-75px -72px;}
.qgcode-right{position:fixed;right:5px;top:100px;padding-top:100px;width:100px;height:250px;}
.logo-weidian{position:absolute;right:70px;background-color:#fff;padding:6px;border:1px solid #e1e1e1;text-align:center;font-size:12px;color:#555;line-height:18px;}
.logo-weidian img{width:200px;height:200px;}
.qgcode-right ul{width:60px;border:1px solid #dddddd;float:right;background-color:#fff;}
.qgcode-right ul li{height:60px;}
.qgcode-right ul li+li{border-top:1px solid #dddddd;}
/*登陆注册*/
.layer_bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background-image:url('../../Public/Images/allbg.png');display:none;}
.layer_wrap{background-color:#fff;position:absolute;z-index:1111;display:none;border-radius:10px;top:100px;right:100px;padding:20px 30px;}
.login-box{width:330px;text-align:center;}
.login-box h1{font-size:30px;}
.login-box ul{padding-top:40px;}
.login-box ul li{margin-bottom:15px;position:relative;}
.login-box ul li i{position:absolute;top:0;left:0;}
.login-box input{height:35px;width:270px;padding-left:50px;font-size:16px;border:1px solid #aaaaaa;border-radius:8px;}
.login-box .btn-danger{width:320px;margin-top:10px;height:40px;line-height:30px;padding:0;font-size:18px;border-radius:10px;}
.login-box .account{border-top:1px solid #dddddd;margin-top:25px;padding-top:10px;}
.login-box .input-width{width:180px;margin-left:4px;}
.imgyzm,.dxyzm{width:80px;height:35px;line-height:35px;padding:0;margin:0 0 0 10px;}
.login-box input[type=checkbox]{width:20px;height:20px;}
.check{position:absolute;top:3px;left:30px;}
.error{position:absolute;z-index:9;color:#dc3417;display:none;width:330px;height:35px;line-height:35px;text-align:left;padding-left:30px;background-image:url('../../Public/Images/wrong.gif');background-repeat:no-repeat;background-position:10px 10px;}
/*忘记密码*/
.password{margin-top:60px;background-color:#fff;}
.password h1{padding:30px;border-bottom:1px solid #e1e1e1;}
.password ul{width:400px;margin:0 auto;padding:70px 0 50px;}
.password ul li{margin-bottom:20px;}
.password input{padding-left:10px;}
.password span{display:inline-block;width:60px;height:35px;line-height:35px;text-align:right;margin-right:10px;}
.password .input-default{width:270px;}
.password .btn-danger{width:60px;height:20px;line-height:20px;border-radius:5px;padding: 4px 12px;font-size:16px;}
.password .btn-input{width:100px;border:0;height:30px;line-height:20px;} | 0.191592 | 0.050776 |
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
background: '#111111';
text: '#00A2FF';
}
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0;
}
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 70%;
}
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%;
}
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0;
font-weight: 300;
color: #00A2FF;
text-align: center;}
h1 { font-size: 4.5rem; line-height: 1.2; letter-spacing: -.1rem; margin-bottom: 2rem; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; margin-bottom: 1.8rem; margin-top: 1.8rem;}
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; margin-bottom: 1.5rem; margin-top: 1.5rem;}
h4 { font-size: 2.6rem; line-height: 1.35; letter-spacing: -.08rem; margin-bottom: 1.2rem; margin-top: 1.2rem;}
h5 { font-size: 2.2rem; line-height: 1.5; letter-spacing: -.05rem; margin-bottom: 0.6rem; margin-top: 0.6rem;}
h6 { font-size: 2.0rem; line-height: 1.6; letter-spacing: 0; margin-bottom: 0.75rem; margin-top: 0.75rem;}
p {
margin-top: 0; }
/* Blockquotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
border-left: 4px lightgrey solid;
padding-left: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
margin-left: 0rem;
} | assets/style.css | –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
position: relative;
width: 100%;
max-width: 960px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
background: '#111111';
text: '#00A2FF';
}
.column,
.columns {
width: 100%;
float: left;
box-sizing: border-box;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
width: 85%;
padding: 0;
}
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 70%;
}
.column,
.columns {
margin-left: 4%; }
.column:first-child,
.columns:first-child {
margin-left: 0; }
.one.column,
.one.columns { width: 4.66666666667%; }
.two.columns { width: 13.3333333333%; }
.three.columns { width: 22%; }
.four.columns { width: 30.6666666667%; }
.five.columns { width: 39.3333333333%; }
.six.columns { width: 48%; }
.seven.columns { width: 56.6666666667%; }
.eight.columns { width: 65.3333333333%; }
.nine.columns { width: 74.0%; }
.ten.columns { width: 82.6666666667%; }
.eleven.columns { width: 91.3333333333%; }
.twelve.columns { width: 100%; margin-left: 0; }
.one-third.column { width: 30.6666666667%; }
.two-thirds.column { width: 65.3333333333%; }
.one-half.column { width: 48%; }
/* Offsets */
.offset-by-one.column,
.offset-by-one.columns { margin-left: 8.66666666667%; }
.offset-by-two.column,
.offset-by-two.columns { margin-left: 17.3333333333%; }
.offset-by-three.column,
.offset-by-three.columns { margin-left: 26%; }
.offset-by-four.column,
.offset-by-four.columns { margin-left: 34.6666666667%; }
.offset-by-five.column,
.offset-by-five.columns { margin-left: 43.3333333333%; }
.offset-by-six.column,
.offset-by-six.columns { margin-left: 52%; }
.offset-by-seven.column,
.offset-by-seven.columns { margin-left: 60.6666666667%; }
.offset-by-eight.column,
.offset-by-eight.columns { margin-left: 69.3333333333%; }
.offset-by-nine.column,
.offset-by-nine.columns { margin-left: 78.0%; }
.offset-by-ten.column,
.offset-by-ten.columns { margin-left: 86.6666666667%; }
.offset-by-eleven.column,
.offset-by-eleven.columns { margin-left: 95.3333333333%; }
.offset-by-one-third.column,
.offset-by-one-third.columns { margin-left: 34.6666666667%; }
.offset-by-two-thirds.column,
.offset-by-two-thirds.columns { margin-left: 69.3333333333%; }
.offset-by-one-half.column,
.offset-by-one-half.columns { margin-left: 52%; }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%;
}
body {
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0;
font-weight: 300;
color: #00A2FF;
text-align: center;}
h1 { font-size: 4.5rem; line-height: 1.2; letter-spacing: -.1rem; margin-bottom: 2rem; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; margin-bottom: 1.8rem; margin-top: 1.8rem;}
h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; margin-bottom: 1.5rem; margin-top: 1.5rem;}
h4 { font-size: 2.6rem; line-height: 1.35; letter-spacing: -.08rem; margin-bottom: 1.2rem; margin-top: 1.2rem;}
h5 { font-size: 2.2rem; line-height: 1.5; letter-spacing: -.05rem; margin-bottom: 0.6rem; margin-top: 0.6rem;}
h6 { font-size: 2.0rem; line-height: 1.6; letter-spacing: 0; margin-bottom: 0.75rem; margin-top: 0.75rem;}
p {
margin-top: 0; }
/* Blockquotes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
blockquote {
border-left: 4px lightgrey solid;
padding-left: 1rem;
margin-top: 2rem;
margin-bottom: 2rem;
margin-left: 0rem;
} | 0.338624 | 0.178204 |
html {
font-size: 14px;
overflow-x: hidden;
}
li {
list-style: none;
}
a {
color: #212529
}
a:hover {
text-decoration: none;
}
p, dl, dt, dd, ul {
margin: 0px;
padding: 0px;
}
.red{
color:red;
}
.text-secondary a {
color: #6c757d;
}
.card, .figure {
margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.2rem;
padding-left: 1.2rem;
font-size: 14px;
}
.navbar-brand {
font-size: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
.shadow-sm-top {
box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
margin-top: 4rem !important;
}
.mt-7, .my-7 {
margin-top: 5rem !important;
}
.mt-8, .my-8 {
margin-top: 6rem !important;
}
.mt-9, .my-9 {
margin-top: 7rem !important;
}
.mt-10, .my-10 {
margin-top: 8rem !important;
}
.mb-6, .my-6 {
margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
padding-top: 4rem !important;
}
.pt-7, .py-7 {
padding-top: 5rem !important;
}
.pt-8, .py-8 {
padding-top: 6rem !important;
}
.pt-9, .py-9 {
padding-top: 7rem !important;
}
.pt-10, .py-10 {
padding-top: 8rem !important;
}
.pb-6, .py-6 {
padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
letter-spacing: 1px;
}
.ls-2 {
letter-spacing: 2px;
}
.ls-3 {
letter-spacing: 3px;
}
.ls-4 {
letter-spacing: 4px;
}
.ls-5 {
letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
cursor: pointer;
}
.page-num, .page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #17a2b8;
background-color: #fff;
border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
text-decoration: none;
}
.page-num-current {
z-index: 1;
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.page-num-current:hover {
color: #fff;
}
/*其他*/
.pages {
min-height: 500px;
padding-top: 10px;
padding-bottom: 10px;
}
.code, .code img {
height: 100px;
}
.position, .position a {
color: #999;
}
.content {
color: #666;
line-height: 2;
}
.content img, .content iframe {
max-width: 100% !important;
}
.content li {
list-style: disc outside none;
margin-left: 20px;
}
/*产品轮播*/
.view {
max-width: 500px;
}
.view .swiper-slide {
height: 300px;
max-width: 500px;
padding: 0 3px;
box-sizing: border-box;
overflow: hidden;
text-align: center;
}
.view .swiper-slide img {
height: 100%;
}
.view .arrow-left {
background: url(../images/index_tab_l.png) no-repeat left center;
position: absolute;
left: 10px;
width: 28px;
height: 300px;
z-index: 10;
display: none;
}
.view .arrow-right {
background: url(../images/index_tab_r.png) no-repeat right center;
position: absolute;
right: 10px;
width: 28px;
height: 300px;
z-index: 10;
display: none;
}
.preview {
position: relative;
width: 440px;
left: 30px;
}
.preview .swiper-slide {
width: auto;
height: 70px;
margin: 0 5px;
box-sizing: border-box;
overflow: hidden;
cursor: pointer;
}
.preview .swiper-slide img {
display: inline-block;
height: 100%;
}
.preview .active-nav {
border: 1px solid #F00;
}
.preview .arrow-left {
background: #fff url(../images/feel3.png) no-repeat left center;
position: absolute;
left: -20px;
top: 0;
width: 20px;
height: 70px;
z-index: 10;
}
.preview .arrow-right {
background: #fff url(../images/feel4.png) no-repeat right center;
position: absolute;
right: -20px;
top: 0;
width: 20px;
height: 70px;
z-index: 10;
}
@media only screen and (max-width: 768px) {
.view .swiper-slide {
height: 200px;
}
.preview {
display: none;
}
.view .arrow-left, .view .arrow-right {
height: 200px;
display: block;
}
}
/*在线客服*/
.online {
position: fixed;
bottom: 150px;
right: 10px;
width: 60px;
z-index: 999;
color: #999;
}
.online a {
color: #666;
}
.online a:hover {
text-decoration: none;
}
.online dl {
background: #27a8e1;
padding: 10px 5px;
margin-bottom: 1px;
position: relative;
}
.online dl dd {
color: #fff;
text-align: center;
font-size: 12px;
cursor: pointer;
}
.online dl dd i {
font-size: 25px;
}
.online dl:hover {
background: #1781bd;
}
.online dl dt {
position: absolute;
top: 0px;
right: 60px;
background: #fff;
border: 1px solid #ccc;
z-index: 9999;
display: none;
padding: 10px 15px;
font-weight: normal;
}
.online dl dt h3 {
display: block;
font-size: 16px;
color: #666;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.online dl dt h3 i {
margin-right: 5px;
}
.online dl dt h3 span {
float: right;
cursor: pointer;
}
.online dl dt input {
border: 1px solid #ccc;
border-radius: 5px;
margin-top: 15px;
height: 40px;
line-height: 40px;
padding: 3px 5px;
width: 100%;
}
.online dl dt button {
margin: 10px 0;
border: none;
border-radius: 5px;
width: 100%;
font-size: 18px;
height: 40px;
line-height: 40px;
background: #28a7e1;
color: #fff;
cursor: pointer;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img {}
.card-img-200 {
height: 200px;
overflow: hidden;
}
.card-img-180 {
height: 180px;
overflow: hidden;
}
.card-img-150 {
height: 150px;
overflow: hidden;
}
.card-img-120 {
height: 120px;
overflow: hidden;
}
.card-img-100 {
height: 100px;
overflow: hidden;
}
.card-title {height: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.card-text {min-height: 21px;}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
display: none;
}
.head-sm-height {
height: 61px !important;
}
}
/*********响应式样式******************/
/*行距*/
.lh-1 {
line-height: 1;
}
.lh-2 {
line-height: 2;
}
.lh-3 {
line-height: 3;
}
.lh-4 {
line-height: 4;
}
/*字体大小*/
.fs-12 {
font-size: .857rem;
}
.fs-14 {
font-size: 1rem;
}
.fs-16 {
font-size: 1.142rem;
}
.fs-18 {
font-size: 1.285rem;
}
.fs-20 {
font-size: 1.428rem;
}
.fs-22 {
font-size: 1.571rem;
}
.fs-24 {
font-size: 1.714rem;
}
.fs-26 {
font-size: 1.857rem;
}
.fs-28 {
font-size: 2rem;
}
.fs-30 {
font-size: 2.142rem;
}
.fs-32 {
font-size: 2.286rem;
}
.fs-34 {
font-size: 2.429rem;
}
.fs-36 {
font-size: 2.571rem;
}
.fs-38 {
font-size: 2.714rem;
}
.fs-40 {
font-size: 2.857rem;
}
/*高度*/
.h-5px {
height: 5px;
}
.h-10px {
height: 10px;
}
.h-15px {
height: 15px;
}
.h-20px {
height: 20px;
}
.h-25px {
height: 25px;
}
.h-30px {
height: 30px;
}
.h-35px {
height: 35px;
}
.h-40px {
height: 40px;
}
.h-45px {
height: 45px;
}
.h-50px {
height: 50px;
}
.h-55px {
height: 55px;
}
.h-60px {
height: 60px;
}
.h-65px {
height: 65px;
}
.h-70px {
height: 70px;
}
.h-75px {
height: 75px;
}
.h-80px {
height: 80px;
}
.h-85px {
height: 85px;
}
.h-90px {
height: 90px;
}
.h-95px {
height: 95px;
}
.h-100px {
height: 100px;
}
.h-110px {
height: 110px;
}
.h-120px {
height: 120px;
}
.h-130px {
height: 130px;
}
.h-140px {
height: 140px;
}
.h-150px {
height: 150px;
}
.h-160px {
height: 160px;
}
.h-170px {
height: 170px;
}
.h-180px {
height: 180px;
}
.h-190px {
height: 190px;
}
.h-200px {
height: 200px;
}
.h-210px {
height: 210px;
}
.h-220px {
height: 220px;
}
.h-230px {
height: 230px;
}
.h-240px {
height: 240px;
}
.h-250px {
height: 250px;
}
.h-260px {
height: 260px;
}
.h-270px {
height: 270px;
}
.h-280px {
height: 280px;
}
.h-290px {
height: 290px;
}
.h-300px {
height: 300px;
}
.h-310px {
height: 310px;
}
.h-320px {
height: 320px;
}
.h-330px {
height: 330px;
}
.h-340px {
height: 340px;
}
.h-350px {
height: 350px;
}
.h-360px {
height: 360px;
}
.h-370px {
height: 370px;
}
.h-380px {
height: 380px;
}
.h-390px {
height: 390px;
}
.h-400px {
height: 400px;
}
.h-410px {
height: 410px;
}
.h-420px {
height: 420px;
}
.h-430px {
height: 430px;
}
.h-440px {
height: 440px;
}
.h-450px {
height: 450px;
}
.h-460px {
height: 410px;
}
.h-470px {
height: 470px;
}
.h-480px {
height: 480px;
}
.h-490px {
height: 490px;
}
.h-500px {
height: 500px;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
line-height: 1;
}
.lh-sm-2 {
line-height: 2;
}
.lh-sm-3 {
line-height: 3;
}
.lh-sm-4 {
line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
font-size: .857rem;
}
.fs-sm-14 {
font-size: 1rem;
}
.fs-sm-16 {
font-size: 1.142rem;
}
.fs-sm-18 {
font-size: 1.285rem;
}
.fs-sm-20 {
font-size: 1.428rem;
}
.fs-sm-22 {
font-size: 1.571rem;
}
.fs-sm-24 {
font-size: 1.714rem;
}
.fs-sm-26 {
font-size: 1.857rem;
}
.fs-sm-28 {
font-size: 2rem;
}
.fs-sm-30 {
font-size: 2.142rem;
}
.fs-sm-32 {
font-size: 2.286rem;
}
.fs-sm-34 {
font-size: 2.429rem;
}
.fs-sm-36 {
font-size: 2.571rem;
}
.fs-sm-38 {
font-size: 2.714rem;
}
.fs-sm-40 {
font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
height: 5px;
}
.h-sm-10px {
height: 10px;
}
.h-sm-15px {
height: 15px;
}
.h-sm-20px {
height: 20px;
}
.h-sm-25px {
height: 25px;
}
.h-sm-30px {
height: 30px;
}
.h-sm-35px {
height: 35px;
}
.h-sm-40px {
height: 40px;
}
.h-sm-45px {
height: 45px;
}
.h-sm-50px {
height: 50px;
}
.h-sm-55px {
height: 55px;
}
.h-sm-60px {
height: 60px;
}
.h-sm-65px {
height: 65px;
}
.h-sm-70px {
height: 70px;
}
.h-sm-75px {
height: 75px;
}
.h-sm-80px {
height: 80px;
}
.h-sm-85px {
height: 85px;
}
.h-sm-90px {
height: 90px;
}
.h-sm-95px {
height: 95px;
}
.h-sm-100px {
height: 100px;
}
.h-sm-110px {
height: 110px;
}
.h-sm-120px {
height: 120px;
}
.h-sm-130px {
height: 130px;
}
.h-sm-140px {
height: 140px;
}
.h-sm-150px {
height: 150px;
}
.h-sm-160px {
height: 160px;
}
.h-sm-170px {
height: 170px;
}
.h-sm-180px {
height: 180px;
}
.h-sm-190px {
height: 190px;
}
.h-sm-200px {
height: 200px;
}
.h-sm-210px {
height: 210px;
}
.h-sm-220px {
height: 220px;
}
.h-sm-230px {
height: 230px;
}
.h-sm-240px {
height: 240px;
}
.h-sm-250px {
height: 250px;
}
.h-sm-260px {
height: 260px;
}
.h-sm-270px {
height: 270px;
}
.h-sm-280px {
height: 280px;
}
.h-sm-290px {
height: 290px;
}
.h-sm-300px {
height: 300px;
}
.h-sm-310px {
height: 310px;
}
.h-sm-320px {
height: 320px;
}
.h-sm-330px {
height: 330px;
}
.h-sm-340px {
height: 340px;
}
.h-sm-350px {
height: 350px;
}
.h-sm-360px {
height: 360px;
}
.h-sm-370px {
height: 370px;
}
.h-sm-380px {
height: 380px;
}
.h-sm-390px {
height: 390px;
}
.h-sm-400px {
height: 400px;
}
.h-sm-410px {
height: 410px;
}
.h-sm-420px {
height: 420px;
}
.h-sm-430px {
height: 430px;
}
.h-sm-440px {
height: 440px;
}
.h-sm-450px {
height: 450px;
}
.h-sm-460px {
height: 410px;
}
.h-sm-470px {
height: 470px;
}
.h-sm-480px {
height: 480px;
}
.h-sm-490px {
height: 490px;
}
.h-sm-500px {
height: 500px;
}
}
/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
line-height: 1;
}
.lh-md-2 {
line-height: 2;
}
.lh-md-3 {
line-height: 3;
}
.lh-md-4 {
line-height: 4;
}
/*字体大小*/
.fs-md-12 {
font-size: .857rem;
}
.fs-md-14 {
font-size: 1rem;
}
.fs-md-16 {
font-size: 1.142rem;
}
.fs-md-18 {
font-size: 1.285rem;
}
.fs-md-20 {
font-size: 1.428rem;
}
.fs-md-22 {
font-size: 1.571rem;
}
.fs-md-24 {
font-size: 1.714rem;
}
.fs-md-26 {
font-size: 1.857rem;
}
.fs-md-28 {
font-size: 2rem;
}
.fs-md-30 {
font-size: 2.142rem;
}
.fs-md-32 {
font-size: 2.286rem;
}
.fs-md-34 {
font-size: 2.429rem;
}
.fs-md-36 {
font-size: 2.571rem;
}
.fs-md-38 {
font-size: 2.714rem;
}
.fs-md-40 {
font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
height: 5px;
}
.h-md-10px {
height: 10px;
}
.h-md-15px {
height: 15px;
}
.h-md-20px {
height: 20px;
}
.h-md-25px {
height: 25px;
}
.h-md-30px {
height: 30px;
}
.h-md-35px {
height: 35px;
}
.h-md-40px {
height: 40px;
}
.h-md-45px {
height: 45px;
}
.h-md-50px {
height: 50px;
}
.h-md-55px {
height: 55px;
}
.h-md-60px {
height: 60px;
}
.h-md-65px {
height: 65px;
}
.h-md-70px {
height: 70px;
}
.h-md-75px {
height: 75px;
}
.h-md-80px {
height: 80px;
}
.h-md-85px {
height: 85px;
}
.h-md-90px {
height: 90px;
}
.h-md-95px {
height: 95px;
}
.h-md-100px {
height: 100px;
}
.h-md-110px {
height: 110px;
}
.h-md-120px {
height: 120px;
}
.h-md-130px {
height: 130px;
}
.h-md-140px {
height: 140px;
}
.h-md-150px {
height: 150px;
}
.h-md-160px {
height: 160px;
}
.h-md-170px {
height: 170px;
}
.h-md-180px {
height: 180px;
}
.h-md-190px {
height: 190px;
}
.h-md-200px {
height: 200px;
}
.h-md-210px {
height: 210px;
}
.h-md-220px {
height: 220px;
}
.h-md-230px {
height: 230px;
}
.h-md-240px {
height: 240px;
}
.h-md-250px {
height: 250px;
}
.h-md-260px {
height: 260px;
}
.h-md-270px {
height: 270px;
}
.h-md-280px {
height: 280px;
}
.h-md-290px {
height: 290px;
}
.h-md-300px {
height: 300px;
}
.h-md-310px {
height: 310px;
}
.h-md-320px {
height: 320px;
}
.h-md-330px {
height: 330px;
}
.h-md-340px {
height: 340px;
}
.h-md-350px {
height: 350px;
}
.h-md-360px {
height: 360px;
}
.h-md-370px {
height: 370px;
}
.h-md-380px {
height: 380px;
}
.h-md-390px {
height: 390px;
}
.h-md-400px {
height: 400px;
}
.h-md-410px {
height: 410px;
}
.h-md-420px {
height: 420px;
}
.h-md-430px {
height: 430px;
}
.h-md-440px {
height: 440px;
}
.h-md-450px {
height: 450px;
}
.h-md-460px {
height: 410px;
}
.h-md-470px {
height: 470px;
}
.h-md-480px {
height: 480px;
}
.h-md-490px {
height: 490px;
}
.h-md-500px {
height: 500px;
}
}
/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
line-height: 1;
}
.lh-lg-2 {
line-height: 2;
}
.lh-lg-3 {
line-height: 3;
}
.lh-lg-4 {
line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
font-size: .857rem;
}
.fs-lg-14 {
font-size: 1rem;
}
.fs-lg-16 {
font-size: 1.142rem;
}
.fs-lg-18 {
font-size: 1.285rem;
}
.fs-lg-20 {
font-size: 1.428rem;
}
.fs-lg-22 {
font-size: 1.571rem;
}
.fs-lg-24 {
font-size: 1.714rem;
}
.fs-lg-26 {
font-size: 1.857rem;
}
.fs-lg-28 {
font-size: 2rem;
}
.fs-lg-30 {
font-size: 2.142rem;
}
.fs-lg-32 {
font-size: 2.286rem;
}
.fs-lg-34 {
font-size: 2.429rem;
}
.fs-lg-36 {
font-size: 2.571rem;
}
.fs-lg-38 {
font-size: 2.714rem;
}
.fs-lg-40 {
font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
height: 5px;
}
.h-lg-10px {
height: 10px;
}
.h-lg-15px {
height: 15px;
}
.h-lg-20px {
height: 20px;
}
.h-lg-25px {
height: 25px;
}
.h-lg-30px {
height: 30px;
}
.h-lg-35px {
height: 35px;
}
.h-lg-40px {
height: 40px;
}
.h-lg-45px {
height: 45px;
}
.h-lg-50px {
height: 50px;
}
.h-lg-55px {
height: 55px;
}
.h-lg-60px {
height: 60px;
}
.h-lg-65px {
height: 65px;
}
.h-lg-70px {
height: 70px;
}
.h-lg-75px {
height: 75px;
}
.h-lg-80px {
height: 80px;
}
.h-lg-85px {
height: 85px;
}
.h-lg-90px {
height: 90px;
}
.h-lg-95px {
height: 95px;
}
.h-lg-100px {
height: 100px;
}
.h-lg-110px {
height: 110px;
}
.h-lg-120px {
height: 120px;
}
.h-lg-130px {
height: 130px;
}
.h-lg-140px {
height: 140px;
}
.h-lg-150px {
height: 150px;
}
.h-lg-160px {
height: 160px;
}
.h-lg-170px {
height: 170px;
}
.h-lg-180px {
height: 180px;
}
.h-lg-190px {
height: 190px;
}
.h-lg-200px {
height: 200px;
}
.h-lg-210px {
height: 210px;
}
.h-lg-220px {
height: 220px;
}
.h-lg-230px {
height: 230px;
}
.h-lg-240px {
height: 240px;
}
.h-lg-250px {
height: 250px;
}
.h-lg-260px {
height: 260px;
}
.h-lg-270px {
height: 270px;
}
.h-lg-280px {
height: 280px;
}
.h-lg-290px {
height: 290px;
}
.h-lg-300px {
height: 300px;
}
.h-lg-310px {
height: 310px;
}
.h-lg-320px {
height: 320px;
}
.h-lg-330px {
height: 330px;
}
.h-lg-340px {
height: 340px;
}
.h-lg-350px {
height: 350px;
}
.h-lg-360px {
height: 360px;
}
.h-lg-370px {
height: 370px;
}
.h-lg-380px {
height: 380px;
}
.h-lg-390px {
height: 390px;
}
.h-lg-400px {
height: 400px;
}
.h-lg-410px {
height: 410px;
}
.h-lg-420px {
height: 420px;
}
.h-lg-430px {
height: 430px;
}
.h-lg-440px {
height: 440px;
}
.h-lg-450px {
height: 450px;
}
.h-lg-460px {
height: 410px;
}
.h-lg-470px {
height: 470px;
}
.h-lg-480px {
height: 480px;
}
.h-lg-490px {
height: 490px;
}
.h-lg-500px {
height: 500px;
}
} | template/default/css/aoyun.css | html {
font-size: 14px;
overflow-x: hidden;
}
li {
list-style: none;
}
a {
color: #212529
}
a:hover {
text-decoration: none;
}
p, dl, dt, dd, ul {
margin: 0px;
padding: 0px;
}
.red{
color:red;
}
.text-secondary a {
color: #6c757d;
}
.card, .figure {
margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.2rem;
padding-left: 1.2rem;
font-size: 14px;
}
.navbar-brand {
font-size: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
.shadow-sm-top {
box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
margin-top: 4rem !important;
}
.mt-7, .my-7 {
margin-top: 5rem !important;
}
.mt-8, .my-8 {
margin-top: 6rem !important;
}
.mt-9, .my-9 {
margin-top: 7rem !important;
}
.mt-10, .my-10 {
margin-top: 8rem !important;
}
.mb-6, .my-6 {
margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
padding-top: 4rem !important;
}
.pt-7, .py-7 {
padding-top: 5rem !important;
}
.pt-8, .py-8 {
padding-top: 6rem !important;
}
.pt-9, .py-9 {
padding-top: 7rem !important;
}
.pt-10, .py-10 {
padding-top: 8rem !important;
}
.pb-6, .py-6 {
padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
letter-spacing: 1px;
}
.ls-2 {
letter-spacing: 2px;
}
.ls-3 {
letter-spacing: 3px;
}
.ls-4 {
letter-spacing: 4px;
}
.ls-5 {
letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
cursor: pointer;
}
.page-num, .page-link {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #17a2b8;
background-color: #fff;
border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
text-decoration: none;
}
.page-num-current {
z-index: 1;
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.page-num-current:hover {
color: #fff;
}
/*其他*/
.pages {
min-height: 500px;
padding-top: 10px;
padding-bottom: 10px;
}
.code, .code img {
height: 100px;
}
.position, .position a {
color: #999;
}
.content {
color: #666;
line-height: 2;
}
.content img, .content iframe {
max-width: 100% !important;
}
.content li {
list-style: disc outside none;
margin-left: 20px;
}
/*产品轮播*/
.view {
max-width: 500px;
}
.view .swiper-slide {
height: 300px;
max-width: 500px;
padding: 0 3px;
box-sizing: border-box;
overflow: hidden;
text-align: center;
}
.view .swiper-slide img {
height: 100%;
}
.view .arrow-left {
background: url(../images/index_tab_l.png) no-repeat left center;
position: absolute;
left: 10px;
width: 28px;
height: 300px;
z-index: 10;
display: none;
}
.view .arrow-right {
background: url(../images/index_tab_r.png) no-repeat right center;
position: absolute;
right: 10px;
width: 28px;
height: 300px;
z-index: 10;
display: none;
}
.preview {
position: relative;
width: 440px;
left: 30px;
}
.preview .swiper-slide {
width: auto;
height: 70px;
margin: 0 5px;
box-sizing: border-box;
overflow: hidden;
cursor: pointer;
}
.preview .swiper-slide img {
display: inline-block;
height: 100%;
}
.preview .active-nav {
border: 1px solid #F00;
}
.preview .arrow-left {
background: #fff url(../images/feel3.png) no-repeat left center;
position: absolute;
left: -20px;
top: 0;
width: 20px;
height: 70px;
z-index: 10;
}
.preview .arrow-right {
background: #fff url(../images/feel4.png) no-repeat right center;
position: absolute;
right: -20px;
top: 0;
width: 20px;
height: 70px;
z-index: 10;
}
@media only screen and (max-width: 768px) {
.view .swiper-slide {
height: 200px;
}
.preview {
display: none;
}
.view .arrow-left, .view .arrow-right {
height: 200px;
display: block;
}
}
/*在线客服*/
.online {
position: fixed;
bottom: 150px;
right: 10px;
width: 60px;
z-index: 999;
color: #999;
}
.online a {
color: #666;
}
.online a:hover {
text-decoration: none;
}
.online dl {
background: #27a8e1;
padding: 10px 5px;
margin-bottom: 1px;
position: relative;
}
.online dl dd {
color: #fff;
text-align: center;
font-size: 12px;
cursor: pointer;
}
.online dl dd i {
font-size: 25px;
}
.online dl:hover {
background: #1781bd;
}
.online dl dt {
position: absolute;
top: 0px;
right: 60px;
background: #fff;
border: 1px solid #ccc;
z-index: 9999;
display: none;
padding: 10px 15px;
font-weight: normal;
}
.online dl dt h3 {
display: block;
font-size: 16px;
color: #666;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.online dl dt h3 i {
margin-right: 5px;
}
.online dl dt h3 span {
float: right;
cursor: pointer;
}
.online dl dt input {
border: 1px solid #ccc;
border-radius: 5px;
margin-top: 15px;
height: 40px;
line-height: 40px;
padding: 3px 5px;
width: 100%;
}
.online dl dt button {
margin: 10px 0;
border: none;
border-radius: 5px;
width: 100%;
font-size: 18px;
height: 40px;
line-height: 40px;
background: #28a7e1;
color: #fff;
cursor: pointer;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img {}
.card-img-200 {
height: 200px;
overflow: hidden;
}
.card-img-180 {
height: 180px;
overflow: hidden;
}
.card-img-150 {
height: 150px;
overflow: hidden;
}
.card-img-120 {
height: 120px;
overflow: hidden;
}
.card-img-100 {
height: 100px;
overflow: hidden;
}
.card-title {height: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.card-text {min-height: 21px;}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
display: none;
}
.head-sm-height {
height: 61px !important;
}
}
/*********响应式样式******************/
/*行距*/
.lh-1 {
line-height: 1;
}
.lh-2 {
line-height: 2;
}
.lh-3 {
line-height: 3;
}
.lh-4 {
line-height: 4;
}
/*字体大小*/
.fs-12 {
font-size: .857rem;
}
.fs-14 {
font-size: 1rem;
}
.fs-16 {
font-size: 1.142rem;
}
.fs-18 {
font-size: 1.285rem;
}
.fs-20 {
font-size: 1.428rem;
}
.fs-22 {
font-size: 1.571rem;
}
.fs-24 {
font-size: 1.714rem;
}
.fs-26 {
font-size: 1.857rem;
}
.fs-28 {
font-size: 2rem;
}
.fs-30 {
font-size: 2.142rem;
}
.fs-32 {
font-size: 2.286rem;
}
.fs-34 {
font-size: 2.429rem;
}
.fs-36 {
font-size: 2.571rem;
}
.fs-38 {
font-size: 2.714rem;
}
.fs-40 {
font-size: 2.857rem;
}
/*高度*/
.h-5px {
height: 5px;
}
.h-10px {
height: 10px;
}
.h-15px {
height: 15px;
}
.h-20px {
height: 20px;
}
.h-25px {
height: 25px;
}
.h-30px {
height: 30px;
}
.h-35px {
height: 35px;
}
.h-40px {
height: 40px;
}
.h-45px {
height: 45px;
}
.h-50px {
height: 50px;
}
.h-55px {
height: 55px;
}
.h-60px {
height: 60px;
}
.h-65px {
height: 65px;
}
.h-70px {
height: 70px;
}
.h-75px {
height: 75px;
}
.h-80px {
height: 80px;
}
.h-85px {
height: 85px;
}
.h-90px {
height: 90px;
}
.h-95px {
height: 95px;
}
.h-100px {
height: 100px;
}
.h-110px {
height: 110px;
}
.h-120px {
height: 120px;
}
.h-130px {
height: 130px;
}
.h-140px {
height: 140px;
}
.h-150px {
height: 150px;
}
.h-160px {
height: 160px;
}
.h-170px {
height: 170px;
}
.h-180px {
height: 180px;
}
.h-190px {
height: 190px;
}
.h-200px {
height: 200px;
}
.h-210px {
height: 210px;
}
.h-220px {
height: 220px;
}
.h-230px {
height: 230px;
}
.h-240px {
height: 240px;
}
.h-250px {
height: 250px;
}
.h-260px {
height: 260px;
}
.h-270px {
height: 270px;
}
.h-280px {
height: 280px;
}
.h-290px {
height: 290px;
}
.h-300px {
height: 300px;
}
.h-310px {
height: 310px;
}
.h-320px {
height: 320px;
}
.h-330px {
height: 330px;
}
.h-340px {
height: 340px;
}
.h-350px {
height: 350px;
}
.h-360px {
height: 360px;
}
.h-370px {
height: 370px;
}
.h-380px {
height: 380px;
}
.h-390px {
height: 390px;
}
.h-400px {
height: 400px;
}
.h-410px {
height: 410px;
}
.h-420px {
height: 420px;
}
.h-430px {
height: 430px;
}
.h-440px {
height: 440px;
}
.h-450px {
height: 450px;
}
.h-460px {
height: 410px;
}
.h-470px {
height: 470px;
}
.h-480px {
height: 480px;
}
.h-490px {
height: 490px;
}
.h-500px {
height: 500px;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
line-height: 1;
}
.lh-sm-2 {
line-height: 2;
}
.lh-sm-3 {
line-height: 3;
}
.lh-sm-4 {
line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
font-size: .857rem;
}
.fs-sm-14 {
font-size: 1rem;
}
.fs-sm-16 {
font-size: 1.142rem;
}
.fs-sm-18 {
font-size: 1.285rem;
}
.fs-sm-20 {
font-size: 1.428rem;
}
.fs-sm-22 {
font-size: 1.571rem;
}
.fs-sm-24 {
font-size: 1.714rem;
}
.fs-sm-26 {
font-size: 1.857rem;
}
.fs-sm-28 {
font-size: 2rem;
}
.fs-sm-30 {
font-size: 2.142rem;
}
.fs-sm-32 {
font-size: 2.286rem;
}
.fs-sm-34 {
font-size: 2.429rem;
}
.fs-sm-36 {
font-size: 2.571rem;
}
.fs-sm-38 {
font-size: 2.714rem;
}
.fs-sm-40 {
font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
height: 5px;
}
.h-sm-10px {
height: 10px;
}
.h-sm-15px {
height: 15px;
}
.h-sm-20px {
height: 20px;
}
.h-sm-25px {
height: 25px;
}
.h-sm-30px {
height: 30px;
}
.h-sm-35px {
height: 35px;
}
.h-sm-40px {
height: 40px;
}
.h-sm-45px {
height: 45px;
}
.h-sm-50px {
height: 50px;
}
.h-sm-55px {
height: 55px;
}
.h-sm-60px {
height: 60px;
}
.h-sm-65px {
height: 65px;
}
.h-sm-70px {
height: 70px;
}
.h-sm-75px {
height: 75px;
}
.h-sm-80px {
height: 80px;
}
.h-sm-85px {
height: 85px;
}
.h-sm-90px {
height: 90px;
}
.h-sm-95px {
height: 95px;
}
.h-sm-100px {
height: 100px;
}
.h-sm-110px {
height: 110px;
}
.h-sm-120px {
height: 120px;
}
.h-sm-130px {
height: 130px;
}
.h-sm-140px {
height: 140px;
}
.h-sm-150px {
height: 150px;
}
.h-sm-160px {
height: 160px;
}
.h-sm-170px {
height: 170px;
}
.h-sm-180px {
height: 180px;
}
.h-sm-190px {
height: 190px;
}
.h-sm-200px {
height: 200px;
}
.h-sm-210px {
height: 210px;
}
.h-sm-220px {
height: 220px;
}
.h-sm-230px {
height: 230px;
}
.h-sm-240px {
height: 240px;
}
.h-sm-250px {
height: 250px;
}
.h-sm-260px {
height: 260px;
}
.h-sm-270px {
height: 270px;
}
.h-sm-280px {
height: 280px;
}
.h-sm-290px {
height: 290px;
}
.h-sm-300px {
height: 300px;
}
.h-sm-310px {
height: 310px;
}
.h-sm-320px {
height: 320px;
}
.h-sm-330px {
height: 330px;
}
.h-sm-340px {
height: 340px;
}
.h-sm-350px {
height: 350px;
}
.h-sm-360px {
height: 360px;
}
.h-sm-370px {
height: 370px;
}
.h-sm-380px {
height: 380px;
}
.h-sm-390px {
height: 390px;
}
.h-sm-400px {
height: 400px;
}
.h-sm-410px {
height: 410px;
}
.h-sm-420px {
height: 420px;
}
.h-sm-430px {
height: 430px;
}
.h-sm-440px {
height: 440px;
}
.h-sm-450px {
height: 450px;
}
.h-sm-460px {
height: 410px;
}
.h-sm-470px {
height: 470px;
}
.h-sm-480px {
height: 480px;
}
.h-sm-490px {
height: 490px;
}
.h-sm-500px {
height: 500px;
}
}
/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
line-height: 1;
}
.lh-md-2 {
line-height: 2;
}
.lh-md-3 {
line-height: 3;
}
.lh-md-4 {
line-height: 4;
}
/*字体大小*/
.fs-md-12 {
font-size: .857rem;
}
.fs-md-14 {
font-size: 1rem;
}
.fs-md-16 {
font-size: 1.142rem;
}
.fs-md-18 {
font-size: 1.285rem;
}
.fs-md-20 {
font-size: 1.428rem;
}
.fs-md-22 {
font-size: 1.571rem;
}
.fs-md-24 {
font-size: 1.714rem;
}
.fs-md-26 {
font-size: 1.857rem;
}
.fs-md-28 {
font-size: 2rem;
}
.fs-md-30 {
font-size: 2.142rem;
}
.fs-md-32 {
font-size: 2.286rem;
}
.fs-md-34 {
font-size: 2.429rem;
}
.fs-md-36 {
font-size: 2.571rem;
}
.fs-md-38 {
font-size: 2.714rem;
}
.fs-md-40 {
font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
height: 5px;
}
.h-md-10px {
height: 10px;
}
.h-md-15px {
height: 15px;
}
.h-md-20px {
height: 20px;
}
.h-md-25px {
height: 25px;
}
.h-md-30px {
height: 30px;
}
.h-md-35px {
height: 35px;
}
.h-md-40px {
height: 40px;
}
.h-md-45px {
height: 45px;
}
.h-md-50px {
height: 50px;
}
.h-md-55px {
height: 55px;
}
.h-md-60px {
height: 60px;
}
.h-md-65px {
height: 65px;
}
.h-md-70px {
height: 70px;
}
.h-md-75px {
height: 75px;
}
.h-md-80px {
height: 80px;
}
.h-md-85px {
height: 85px;
}
.h-md-90px {
height: 90px;
}
.h-md-95px {
height: 95px;
}
.h-md-100px {
height: 100px;
}
.h-md-110px {
height: 110px;
}
.h-md-120px {
height: 120px;
}
.h-md-130px {
height: 130px;
}
.h-md-140px {
height: 140px;
}
.h-md-150px {
height: 150px;
}
.h-md-160px {
height: 160px;
}
.h-md-170px {
height: 170px;
}
.h-md-180px {
height: 180px;
}
.h-md-190px {
height: 190px;
}
.h-md-200px {
height: 200px;
}
.h-md-210px {
height: 210px;
}
.h-md-220px {
height: 220px;
}
.h-md-230px {
height: 230px;
}
.h-md-240px {
height: 240px;
}
.h-md-250px {
height: 250px;
}
.h-md-260px {
height: 260px;
}
.h-md-270px {
height: 270px;
}
.h-md-280px {
height: 280px;
}
.h-md-290px {
height: 290px;
}
.h-md-300px {
height: 300px;
}
.h-md-310px {
height: 310px;
}
.h-md-320px {
height: 320px;
}
.h-md-330px {
height: 330px;
}
.h-md-340px {
height: 340px;
}
.h-md-350px {
height: 350px;
}
.h-md-360px {
height: 360px;
}
.h-md-370px {
height: 370px;
}
.h-md-380px {
height: 380px;
}
.h-md-390px {
height: 390px;
}
.h-md-400px {
height: 400px;
}
.h-md-410px {
height: 410px;
}
.h-md-420px {
height: 420px;
}
.h-md-430px {
height: 430px;
}
.h-md-440px {
height: 440px;
}
.h-md-450px {
height: 450px;
}
.h-md-460px {
height: 410px;
}
.h-md-470px {
height: 470px;
}
.h-md-480px {
height: 480px;
}
.h-md-490px {
height: 490px;
}
.h-md-500px {
height: 500px;
}
}
/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
line-height: 1;
}
.lh-lg-2 {
line-height: 2;
}
.lh-lg-3 {
line-height: 3;
}
.lh-lg-4 {
line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
font-size: .857rem;
}
.fs-lg-14 {
font-size: 1rem;
}
.fs-lg-16 {
font-size: 1.142rem;
}
.fs-lg-18 {
font-size: 1.285rem;
}
.fs-lg-20 {
font-size: 1.428rem;
}
.fs-lg-22 {
font-size: 1.571rem;
}
.fs-lg-24 {
font-size: 1.714rem;
}
.fs-lg-26 {
font-size: 1.857rem;
}
.fs-lg-28 {
font-size: 2rem;
}
.fs-lg-30 {
font-size: 2.142rem;
}
.fs-lg-32 {
font-size: 2.286rem;
}
.fs-lg-34 {
font-size: 2.429rem;
}
.fs-lg-36 {
font-size: 2.571rem;
}
.fs-lg-38 {
font-size: 2.714rem;
}
.fs-lg-40 {
font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
height: 5px;
}
.h-lg-10px {
height: 10px;
}
.h-lg-15px {
height: 15px;
}
.h-lg-20px {
height: 20px;
}
.h-lg-25px {
height: 25px;
}
.h-lg-30px {
height: 30px;
}
.h-lg-35px {
height: 35px;
}
.h-lg-40px {
height: 40px;
}
.h-lg-45px {
height: 45px;
}
.h-lg-50px {
height: 50px;
}
.h-lg-55px {
height: 55px;
}
.h-lg-60px {
height: 60px;
}
.h-lg-65px {
height: 65px;
}
.h-lg-70px {
height: 70px;
}
.h-lg-75px {
height: 75px;
}
.h-lg-80px {
height: 80px;
}
.h-lg-85px {
height: 85px;
}
.h-lg-90px {
height: 90px;
}
.h-lg-95px {
height: 95px;
}
.h-lg-100px {
height: 100px;
}
.h-lg-110px {
height: 110px;
}
.h-lg-120px {
height: 120px;
}
.h-lg-130px {
height: 130px;
}
.h-lg-140px {
height: 140px;
}
.h-lg-150px {
height: 150px;
}
.h-lg-160px {
height: 160px;
}
.h-lg-170px {
height: 170px;
}
.h-lg-180px {
height: 180px;
}
.h-lg-190px {
height: 190px;
}
.h-lg-200px {
height: 200px;
}
.h-lg-210px {
height: 210px;
}
.h-lg-220px {
height: 220px;
}
.h-lg-230px {
height: 230px;
}
.h-lg-240px {
height: 240px;
}
.h-lg-250px {
height: 250px;
}
.h-lg-260px {
height: 260px;
}
.h-lg-270px {
height: 270px;
}
.h-lg-280px {
height: 280px;
}
.h-lg-290px {
height: 290px;
}
.h-lg-300px {
height: 300px;
}
.h-lg-310px {
height: 310px;
}
.h-lg-320px {
height: 320px;
}
.h-lg-330px {
height: 330px;
}
.h-lg-340px {
height: 340px;
}
.h-lg-350px {
height: 350px;
}
.h-lg-360px {
height: 360px;
}
.h-lg-370px {
height: 370px;
}
.h-lg-380px {
height: 380px;
}
.h-lg-390px {
height: 390px;
}
.h-lg-400px {
height: 400px;
}
.h-lg-410px {
height: 410px;
}
.h-lg-420px {
height: 420px;
}
.h-lg-430px {
height: 430px;
}
.h-lg-440px {
height: 440px;
}
.h-lg-450px {
height: 450px;
}
.h-lg-460px {
height: 410px;
}
.h-lg-470px {
height: 470px;
}
.h-lg-480px {
height: 480px;
}
.h-lg-490px {
height: 490px;
}
.h-lg-500px {
height: 500px;
}
} | 0.343782 | 0.06134 |
@font-face {
font-family: open-sans;
src: url(open-sans.ttf);
}
@font-face {
font-family: open-sans-bold;
src: url(open-sans-bold.ttf);
}
@font-face {
font-family: open-sans-extra;
src: url(open-sans-extra.ttf);
}
body {
font-family: open-sans, Arial;
}
* {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
h1,
h2,
p {
margin: 0px 0px 3%;
}
p {
color: rgb(111, 109, 109);
}
h1 {
font-family: open-sans-extra;
font-size: 55px;
letter-spacing: 3px;
}
h2 {
font-family: open-sans-bold;
font-size: 35px;
}
h3 {
color: #4C4C4C;
}
.maincontainer {
max-width: 1580px;
margin: auto;
}
.content {
margin: auto auto 100px;
max-width: 80%;
}
.content:last-child {
margin: auto;
}
.emaildiv {
margin: auto auto 100px;
max-width: 100%;
border: 2px solid red;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flexmenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flexhead {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.redbutton a{
color: white;
text-decoration: none;
}
.redbutton {
background-color: rgb(255, 45, 45);
border-radius: 4px;
width: 227px;
height: 55px;
border: 0px;
font-size: 20px;
margin-top: 6%;
font-family: open-sans-bold;
}
.whitebutton {
background-color: white;
border-radius: 4px;
color: #FF2D2D;
width: 227px;
height: 55px;
border: 2px solid #FF2D2D;
font-size: 20px;
font-family: open-sans-bold;
margin-top: 80px;
}
header {
margin-top: 0px;
background-color: #F6F2F2;
height: 660px;
padding-top: 30px;
}
/*Меню стили-----------------------*/
nav {
height: 90px;
/*не адапт*/
background-color: #313030;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
nav a {
height: 90px;
color: #E0E0E0;
text-decoration: none;
line-height: 90px;
padding: 0 15px;
}
nav a:hover {
background-color: #FF3F40;
}
/*-----------------------------------*/
.content1 {
max-width: 550px;
}
.content2 {
max-width: 733px;
}
.firstcon {
margin-right: auto;
}
.lastcon {
margin-left: auto;
}
.headdiv {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
iframe {
height: 100%;
max-width: 100%;
margin-right: auto;
}
.maininfo {
margin-top: 90px;
}
img {
width: 40px;
}
.miniblock {
max-width: 270px;
height: 250px;
}
.secondcon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.center {
text-align: center;
width: 100%
}
.center p {
width: 530px;
margin: auto;
margin-bottom: 30px;
}
hr {
border: 2px solid #996161;
width: 150px;
}
.imgblock {
width: 290px;
height: 290px;
background-color: #F5F0DD;
margin: 4px;
}
.imgblock img {
width: 290px;
height: 290px;
}
.imglink a {
text-decoration: none;
color: #4C4C4C;
margin: auto 20px;
}
.imglink a:hover {
color: red;
}
.imglink {
padding-bottom: 30px;
}
.meet p {
width: 450px;
margin-left: 6px;
}
.meet hr {
border: 1px solid red;
margin-right: 87.5%;
}
.meet h2 {
font-size: 40px;
color: #333333;
}
.mainimg {
width: 321px;
height: 458px;
background-color: gray;
}
.imgdiv {
margin-top: 50px;
}
.teamblock {
margin-left: 60px;
}
.teamblock p {
max-width: 670px;
}
.teamblock a {
text-decoration: none;
color: #4C4C4C;
margin-right: 25px;
}
.teamblock a:hover {
color: red;
}
.teamblock h2 {
font-family: open-sans;
font-weight: 100;
}
.miniphoto {
width: 200px;
height: 215px;
}
.miniphotoblock {
margin-top: 10%;
}
.miniphotoblock img {
margin-right: 15px;
}
.email {
background-image: url(img/fon1.jpg);
background-repeat: round;
height: 512px;
color: white;
}
.email p {
color: white;
}
.email h2 {
margin-top: 120px;
margin-bottom: 15px;
}
.emailtext {
width: 520px;
height: 80px;
border: none;
border-radius: 4px;
padding-left: 20px;
font-size: 20px;
}
.emailbut {
background-color: rgb(255, 45, 45);
border-radius: 4px;
color: white;
width: 214px;
height: 80px;
border: 0px;
font-size: 20px;
margin-top: 6%;
font-family: open-sans-bold;
margin-left: 15px;
}
.content2 hr {
border: 1px solid red;
margin-right: 87.5%;
margin-bottom: 50px;
margin-top: 40px;
}
.miniphotomedia1,
.miniphotomedia2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.miniinp {
width: 340px;
height: 70px;
background-color: #E5E5E5;
border: none;
border-radius: 4px;
margin-bottom: 40px;
padding-left: 20px;
font-size: 20px;
margin-right: 13px;
}
textarea {
width: 680px;
height: 250px;
background-color: #E5E5E5;
border: none;
border-radius: 4px;
font-size: 20px;
resize: none;
margin-bottom: 40px;
padding: 20px;
}
.redsubb {
background-color: rgb(255, 45, 45);
border-radius: 4px;
color: white;
width: 100%;
height: 70px;
border: 0px;
font-size: 20px;
font-family: open-sans-bold;
}
.blackblock {
width: 580px;
height: 480px;
background-color: #2D2D2D;
margin-top: 42%;
}
.blacktext {
width: 285px;
height: 195px;
margin-top: 25%;
margin-left: 15%;
}
.blacktext p,
h3 {
color: #D5D5D5;
}
.contentlast {
max-width: 1420px;
height: 730px;
margin-left: 10%;
}
footer {
background-color: #313030;
height: 110px;
width: 100%;
margin-top: 80px;
}
footer div {
margin-top: 45px;
}
footer img {
width: 33px;
height: 33px;
margin-left: 10px;
cursor: pointer;
}
.namehuman {
position: absolute;
width: 200px;
height: 40px;
background-color: gray;
margin-top: -45px;
opacity: 0;
line-height: 35px;
}
.namehuman1 {
position: absolute;
width: 321px;
height: 40px;
background-color: gray;
margin-top: -45px;
opacity: 0;
line-height: 35px;
text-align: center;
color: white;
}
.hover:hover .namehuman {
opacity: 0.8;
}
.hovermain:hover .namehuman1 {
opacity: 0.8;
}
.hover {
width: 200px;
height: 215px;
position: relative;
margin-right: 10px;
text-align: center;
color: white;
}
@media screen and (max-width: 1550px) and (min-width: 1370px) {
.blackblock {
width: 450px;
height: 480px;
}
.flexmenu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
h1 {
font-size: 35px;
}
.teamblock {
margin-left: 10px;
width: 100%;
}
.miniphotomedia1,
.miniphotomedia2 {
width: 100%;
}
.miniphotomedia1 .hover {
margin-right: 180px;
}
.miniphotomedia2 .hover {
margin-left: 190px;
}
.miniphotomedia2 .hover:last-child {
margin-left: 170px;
}
.miniphotoblock {
margin-top: 10px;
}
.imgdiv {
margin-top: 10px;
}
.hovermain {
padding-top: 130px;
}
header {
height: 600px;
}
.imgblock,
.imgblock img {
width: 240px;
height: 240px;
}
}
@media screen and (max-width: 1370px) {
header {
height: 1000px;
}
.redbutton {
width: 100%;
}
.whitebutton {
width: 100%;
margin-bottom: 20px;
}
iframe {
height: 350px;
margin-top: 20px;
}
.imgblock,
.imgblock img {
width: 210px;
height: 210px;
}
.firstcon {
margin: auto;
}
.secondcon {
margin: auto;
}
.lastcon {
margin: auto;
}
.flex {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.blackblock {
width: 600px;
height: 300px;
margin-top: 20px;
margin-left: 50%;
}
.blacktext {
margin-top: 20px;
}
.contentlast {
height: 1150px;
}
.miniinp {
width: 95.5%
}
.meet {
text-align: center;
}
.meet p {
margin: auto;
}
.meet hr {
margin: auto;
}
.hovermain {
margin: auto;
}
.miniphotoblock {
margin-top: 20px;
}
.teamblock,
.teamblock p {
margin: auto;
text-align: center;
}
.blackblock {
margin: auto;
margin-top: 20px;
width: 100%;
}
#lastblock {
width: 100%;
}
.contentlast {
margin: auto;
width: 80%;
}
}
@media screen and (max-width: 1050px) {
.flexmenu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.miniphotomedia1,
.miniphotomedia2 {
margin: auto;
}
.contentlast p,
.contentlast h2,
#textid {
width: 95%;
}
.miniinp {
width: 98%;
}
}
@media screen and (max-width: 700px) {
.miniblock {
width: 45%;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 20px;
}
p,
.center p {
font-size: 15px;
width: 100%;
}
} | Page/style.css | @font-face {
font-family: open-sans;
src: url(open-sans.ttf);
}
@font-face {
font-family: open-sans-bold;
src: url(open-sans-bold.ttf);
}
@font-face {
font-family: open-sans-extra;
src: url(open-sans-extra.ttf);
}
body {
font-family: open-sans, Arial;
}
* {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
h1,
h2,
p {
margin: 0px 0px 3%;
}
p {
color: rgb(111, 109, 109);
}
h1 {
font-family: open-sans-extra;
font-size: 55px;
letter-spacing: 3px;
}
h2 {
font-family: open-sans-bold;
font-size: 35px;
}
h3 {
color: #4C4C4C;
}
.maincontainer {
max-width: 1580px;
margin: auto;
}
.content {
margin: auto auto 100px;
max-width: 80%;
}
.content:last-child {
margin: auto;
}
.emaildiv {
margin: auto auto 100px;
max-width: 100%;
border: 2px solid red;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flexmenu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.flexhead {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.redbutton a{
color: white;
text-decoration: none;
}
.redbutton {
background-color: rgb(255, 45, 45);
border-radius: 4px;
width: 227px;
height: 55px;
border: 0px;
font-size: 20px;
margin-top: 6%;
font-family: open-sans-bold;
}
.whitebutton {
background-color: white;
border-radius: 4px;
color: #FF2D2D;
width: 227px;
height: 55px;
border: 2px solid #FF2D2D;
font-size: 20px;
font-family: open-sans-bold;
margin-top: 80px;
}
header {
margin-top: 0px;
background-color: #F6F2F2;
height: 660px;
padding-top: 30px;
}
/*Меню стили-----------------------*/
nav {
height: 90px;
/*не адапт*/
background-color: #313030;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
nav a {
height: 90px;
color: #E0E0E0;
text-decoration: none;
line-height: 90px;
padding: 0 15px;
}
nav a:hover {
background-color: #FF3F40;
}
/*-----------------------------------*/
.content1 {
max-width: 550px;
}
.content2 {
max-width: 733px;
}
.firstcon {
margin-right: auto;
}
.lastcon {
margin-left: auto;
}
.headdiv {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
iframe {
height: 100%;
max-width: 100%;
margin-right: auto;
}
.maininfo {
margin-top: 90px;
}
img {
width: 40px;
}
.miniblock {
max-width: 270px;
height: 250px;
}
.secondcon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.center {
text-align: center;
width: 100%
}
.center p {
width: 530px;
margin: auto;
margin-bottom: 30px;
}
hr {
border: 2px solid #996161;
width: 150px;
}
.imgblock {
width: 290px;
height: 290px;
background-color: #F5F0DD;
margin: 4px;
}
.imgblock img {
width: 290px;
height: 290px;
}
.imglink a {
text-decoration: none;
color: #4C4C4C;
margin: auto 20px;
}
.imglink a:hover {
color: red;
}
.imglink {
padding-bottom: 30px;
}
.meet p {
width: 450px;
margin-left: 6px;
}
.meet hr {
border: 1px solid red;
margin-right: 87.5%;
}
.meet h2 {
font-size: 40px;
color: #333333;
}
.mainimg {
width: 321px;
height: 458px;
background-color: gray;
}
.imgdiv {
margin-top: 50px;
}
.teamblock {
margin-left: 60px;
}
.teamblock p {
max-width: 670px;
}
.teamblock a {
text-decoration: none;
color: #4C4C4C;
margin-right: 25px;
}
.teamblock a:hover {
color: red;
}
.teamblock h2 {
font-family: open-sans;
font-weight: 100;
}
.miniphoto {
width: 200px;
height: 215px;
}
.miniphotoblock {
margin-top: 10%;
}
.miniphotoblock img {
margin-right: 15px;
}
.email {
background-image: url(img/fon1.jpg);
background-repeat: round;
height: 512px;
color: white;
}
.email p {
color: white;
}
.email h2 {
margin-top: 120px;
margin-bottom: 15px;
}
.emailtext {
width: 520px;
height: 80px;
border: none;
border-radius: 4px;
padding-left: 20px;
font-size: 20px;
}
.emailbut {
background-color: rgb(255, 45, 45);
border-radius: 4px;
color: white;
width: 214px;
height: 80px;
border: 0px;
font-size: 20px;
margin-top: 6%;
font-family: open-sans-bold;
margin-left: 15px;
}
.content2 hr {
border: 1px solid red;
margin-right: 87.5%;
margin-bottom: 50px;
margin-top: 40px;
}
.miniphotomedia1,
.miniphotomedia2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.miniinp {
width: 340px;
height: 70px;
background-color: #E5E5E5;
border: none;
border-radius: 4px;
margin-bottom: 40px;
padding-left: 20px;
font-size: 20px;
margin-right: 13px;
}
textarea {
width: 680px;
height: 250px;
background-color: #E5E5E5;
border: none;
border-radius: 4px;
font-size: 20px;
resize: none;
margin-bottom: 40px;
padding: 20px;
}
.redsubb {
background-color: rgb(255, 45, 45);
border-radius: 4px;
color: white;
width: 100%;
height: 70px;
border: 0px;
font-size: 20px;
font-family: open-sans-bold;
}
.blackblock {
width: 580px;
height: 480px;
background-color: #2D2D2D;
margin-top: 42%;
}
.blacktext {
width: 285px;
height: 195px;
margin-top: 25%;
margin-left: 15%;
}
.blacktext p,
h3 {
color: #D5D5D5;
}
.contentlast {
max-width: 1420px;
height: 730px;
margin-left: 10%;
}
footer {
background-color: #313030;
height: 110px;
width: 100%;
margin-top: 80px;
}
footer div {
margin-top: 45px;
}
footer img {
width: 33px;
height: 33px;
margin-left: 10px;
cursor: pointer;
}
.namehuman {
position: absolute;
width: 200px;
height: 40px;
background-color: gray;
margin-top: -45px;
opacity: 0;
line-height: 35px;
}
.namehuman1 {
position: absolute;
width: 321px;
height: 40px;
background-color: gray;
margin-top: -45px;
opacity: 0;
line-height: 35px;
text-align: center;
color: white;
}
.hover:hover .namehuman {
opacity: 0.8;
}
.hovermain:hover .namehuman1 {
opacity: 0.8;
}
.hover {
width: 200px;
height: 215px;
position: relative;
margin-right: 10px;
text-align: center;
color: white;
}
@media screen and (max-width: 1550px) and (min-width: 1370px) {
.blackblock {
width: 450px;
height: 480px;
}
.flexmenu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
h1 {
font-size: 35px;
}
.teamblock {
margin-left: 10px;
width: 100%;
}
.miniphotomedia1,
.miniphotomedia2 {
width: 100%;
}
.miniphotomedia1 .hover {
margin-right: 180px;
}
.miniphotomedia2 .hover {
margin-left: 190px;
}
.miniphotomedia2 .hover:last-child {
margin-left: 170px;
}
.miniphotoblock {
margin-top: 10px;
}
.imgdiv {
margin-top: 10px;
}
.hovermain {
padding-top: 130px;
}
header {
height: 600px;
}
.imgblock,
.imgblock img {
width: 240px;
height: 240px;
}
}
@media screen and (max-width: 1370px) {
header {
height: 1000px;
}
.redbutton {
width: 100%;
}
.whitebutton {
width: 100%;
margin-bottom: 20px;
}
iframe {
height: 350px;
margin-top: 20px;
}
.imgblock,
.imgblock img {
width: 210px;
height: 210px;
}
.firstcon {
margin: auto;
}
.secondcon {
margin: auto;
}
.lastcon {
margin: auto;
}
.flex {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.blackblock {
width: 600px;
height: 300px;
margin-top: 20px;
margin-left: 50%;
}
.blacktext {
margin-top: 20px;
}
.contentlast {
height: 1150px;
}
.miniinp {
width: 95.5%
}
.meet {
text-align: center;
}
.meet p {
margin: auto;
}
.meet hr {
margin: auto;
}
.hovermain {
margin: auto;
}
.miniphotoblock {
margin-top: 20px;
}
.teamblock,
.teamblock p {
margin: auto;
text-align: center;
}
.blackblock {
margin: auto;
margin-top: 20px;
width: 100%;
}
#lastblock {
width: 100%;
}
.contentlast {
margin: auto;
width: 80%;
}
}
@media screen and (max-width: 1050px) {
.flexmenu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.miniphotomedia1,
.miniphotomedia2 {
margin: auto;
}
.contentlast p,
.contentlast h2,
#textid {
width: 95%;
}
.miniinp {
width: 98%;
}
}
@media screen and (max-width: 700px) {
.miniblock {
width: 45%;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 20px;
}
p,
.center p {
font-size: 15px;
width: 100%;
}
} | 0.182207 | 0.044806 |
.watch {
}
.watch.mainbox {
margin: 50px;
}
@media screen and (max-width: 720px) {
.watch.mainbox {
margin: 20px;
}
}
.watch.video {
width: 100%;
}
.watch.videotitle {
margin: 1em 0 0;
padding: 0;
width: 100%;
font-weight: 400;
font-size: 2em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 720px) {
.watch.videotitle {
font-size: 1.5em;
}
}
.watch.videotitle > p{
margin: 0;
}
.watch.videopublished {
margin: 1em 0 0;
}
.watch.videopublished > p{
margin: 0.1em 0;
}
.watch.videostatistics {
margin: 0 0 1em;
display: flex;
flex-direction: row;
}
.watch.videostatistics > p:first-child {
padding: 0 2em 0 0;
}
.watch.videostatistics > p{
margin: 0.1em 0;
}
.watch.underbox {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 50px;
margin: 0;
}
.watch.infosbox {
grid-column: span 2;
}
@media screen and (max-width: 550px) {
.watch.infosbox {
grid-column: 1;
}
}
.watch.channel.box {
height: 80px;
margin: 20px 0;
align-items: center;
display: flex;
flex-direction: row;
}
.watch.channel.profile {
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
margin 0 25px 0 0;
display: inline-block;
flex-shrink: 0;
}
.watch.channel.profile img {
display: block;
width: 100%;
height: 100%;
}
.watch.channel.infobox {
margin: 0 0 0 20px;
}
.watch.channel.name {
font-weight: 500;
font-size: 2em;
flex: 1;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 720px) {
.watch.channel.name {
font-size: 1.5em;
}
}
.watch.channel.name > p{
margin: 0;
}
.watch.channel.info {
display: flex;
flex-direction: row;
font-weight: 300;
margin: 0.5em 0 0;
gap: 2em;
}
.watch.channel.info > p{
margin: 0;
}
.watch.description {
width: 80%;
margin: 4em 0 0;
white-space: pre-line;
font-weight: 300;
text-align: justify;
overflow: hidden;
text-overflow: ellipsis;
}
.watch.description::after {
content: '';
display: block;
}
@media screen and (max-width: 720px) {
.watch.description {
width: 100%;
}
}
.watch.description > a {
text-decoration: none;
color: var(--color-text);
}
.watch.description > a:hover {
color: var(--color-mildhigh);
}
.watch.videos {
margin: 9em 0 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-auto-rows: minmax(min-content, max-content);
grid-gap: 40px;
}
@media screen and (max-width: 1120px) {
.watch.videos {
margin: 0;
}
}
.watch.videos.preheader {
margin: 0;
color: var(--color-mildtext);
}
.watch.videos.prevideo {
margin: 0;
width: 100%;
grid-gap: 0;
padding: 0;
}
.watch.videos.prevideo > a {
text-decoration: none;
color: var(--color-text);
}
.watch.videos.prevideo > a > img {
width: 100%;
object-fit: contain;
}
.watch.videos.prevideotitle {
margin: 10px 0 5px;
padding: 0;
width: 100%;
font-weight: 400;
font-size: 1em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.watch.videos.prevideotitle > p{
margin: 0;
}
.watch.videos.prevideoinfo {
margin: 5px 0 0;
padding: 0;
width: 100%;
font-weight: 400;
font-size: 0.8em;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.watch.videos.prevideoinfo > p{
color: var(--color-mildtext);
margin: 0;
} | static/watch.css | .watch {
}
.watch.mainbox {
margin: 50px;
}
@media screen and (max-width: 720px) {
.watch.mainbox {
margin: 20px;
}
}
.watch.video {
width: 100%;
}
.watch.videotitle {
margin: 1em 0 0;
padding: 0;
width: 100%;
font-weight: 400;
font-size: 2em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 720px) {
.watch.videotitle {
font-size: 1.5em;
}
}
.watch.videotitle > p{
margin: 0;
}
.watch.videopublished {
margin: 1em 0 0;
}
.watch.videopublished > p{
margin: 0.1em 0;
}
.watch.videostatistics {
margin: 0 0 1em;
display: flex;
flex-direction: row;
}
.watch.videostatistics > p:first-child {
padding: 0 2em 0 0;
}
.watch.videostatistics > p{
margin: 0.1em 0;
}
.watch.underbox {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 50px;
margin: 0;
}
.watch.infosbox {
grid-column: span 2;
}
@media screen and (max-width: 550px) {
.watch.infosbox {
grid-column: 1;
}
}
.watch.channel.box {
height: 80px;
margin: 20px 0;
align-items: center;
display: flex;
flex-direction: row;
}
.watch.channel.profile {
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
margin 0 25px 0 0;
display: inline-block;
flex-shrink: 0;
}
.watch.channel.profile img {
display: block;
width: 100%;
height: 100%;
}
.watch.channel.infobox {
margin: 0 0 0 20px;
}
.watch.channel.name {
font-weight: 500;
font-size: 2em;
flex: 1;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
@media screen and (max-width: 720px) {
.watch.channel.name {
font-size: 1.5em;
}
}
.watch.channel.name > p{
margin: 0;
}
.watch.channel.info {
display: flex;
flex-direction: row;
font-weight: 300;
margin: 0.5em 0 0;
gap: 2em;
}
.watch.channel.info > p{
margin: 0;
}
.watch.description {
width: 80%;
margin: 4em 0 0;
white-space: pre-line;
font-weight: 300;
text-align: justify;
overflow: hidden;
text-overflow: ellipsis;
}
.watch.description::after {
content: '';
display: block;
}
@media screen and (max-width: 720px) {
.watch.description {
width: 100%;
}
}
.watch.description > a {
text-decoration: none;
color: var(--color-text);
}
.watch.description > a:hover {
color: var(--color-mildhigh);
}
.watch.videos {
margin: 9em 0 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-auto-rows: minmax(min-content, max-content);
grid-gap: 40px;
}
@media screen and (max-width: 1120px) {
.watch.videos {
margin: 0;
}
}
.watch.videos.preheader {
margin: 0;
color: var(--color-mildtext);
}
.watch.videos.prevideo {
margin: 0;
width: 100%;
grid-gap: 0;
padding: 0;
}
.watch.videos.prevideo > a {
text-decoration: none;
color: var(--color-text);
}
.watch.videos.prevideo > a > img {
width: 100%;
object-fit: contain;
}
.watch.videos.prevideotitle {
margin: 10px 0 5px;
padding: 0;
width: 100%;
font-weight: 400;
font-size: 1em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.watch.videos.prevideotitle > p{
margin: 0;
}
.watch.videos.prevideoinfo {
margin: 5px 0 0;
padding: 0;
width: 100%;
font-weight: 400;
font-size: 0.8em;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.watch.videos.prevideoinfo > p{
color: var(--color-mildtext);
margin: 0;
} | 0.554229 | 0.159217 |
@keyframes blink {
50.0% {
background-color: transparent;
}
}
/* positional stuff for the device layout really belongs in a parent file */
.device-layout {
margin-left: 50%;
position: relative;
top: 50%;
width: 80%;
transform: translate(-50%, -50%);
border: solid 1px #bcbec0;
}
.device-layout.configured,
.device-layout.configured .input-container .pad,
.device-layout.configured .input-container .wheel,
.device-layout.configured .input-container .wheel .inner,
.device-layout.configured .input-container .xy,
.device-layout.configured .input-container .xy .inner,
.device-layout.configured .input-container .knob .outer {
border-color: #3a84e9;
}
.device-layout .input-container .pad,
.device-layout .input-container .pad.disabled,
.device-layout .input-container .knob .outer,
.device-layout .keyboard-container.disabled,
.device-layout .input-container .xy,
.device-layout .input-container .xy .inner,
.device-layout .input-container .wheel,
.device-layout .input-container .wheel .inner,
.device-layout .keyboard-container.disabled .key,
.device-layout .keyboard-container.disabled .key:last-of-type {
border-color: #bcbec0;
}
.device-layout .input-grid {
position: absolute !important;
}
.device-layout .input-container {
display: inline-block;
float: left;
position: relative;
text-align: center;
}
.device-layout .focus {
border-style: dashed !important;
filter: sepia(0.2);
}
.device-layout .pad {
position: absolute;
border: 1px solid;
top: 50%;
margin-left: 50%;
transform: translate(-50%, -50%);
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: steps(1);
animation-fill-mode: both;
}
.device-layout .hoverable {
cursor: pointer;
}
.device-layout .hoverable:hover {
filter: sepia(0.1);
}
.device-layout .hoverable:active:hover {
filter: sepia(0.2);
}
.device-layout .knob {
display: flex;
position: relative;
margin-left: 50%;
margin-top: 50%;
transform: translate(-50%, -50%);
}
.device-layout .knob .inner {
position: absolute;
width: 100%;
height: 100%;
transition: bottom 0.1s linear;
}
.device-layout .knob .outer {
border: 1px solid;
overflow: hidden;
position: absolute;
width: 100%;
aspect-ratio: 1;
}
.device-layout .knob .inner .grip {
position: absolute;
width: 5%;
height: 30%;
bottom: 2%;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
background: #bcbec0;
}
.device-layout.configured .knob .inner .grip {
background: #3a84e9;
}
.device-layout .keyboard-container {
position: relative;
display: flex;
width: 100%;
height: 100%;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
.device-layout .octave {
height: 100%;
display: inline-block;
position: relative;
display: flex;
}
.device-layout .key {
border-left: 1px solid;
display: inline-block;
flex: 1;
}
.device-layout .key-black {
position: absolute;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
top: 0;
height: 60%;
background-color: #e6e2e3;
width: 10%;
}
.device-layout .key-white {
height: 100%;
}
.device-layout .wheel {
position: relative;
border: 1px solid;
margin: 0 auto;
}
.device-layout .wheel .inner {
border: 1px solid;
position: absolute;
transform: translateY(50%);
transition: bottom 0.1s linear;
}
.device-layout .wheel .bounding-box {
position: absolute;
width: 100%;
}
.device-layout .xy {
position: relative;
border: 1px solid;
}
.device-layout .xy .inner {
border: 1px solid;
border-radius: 100%;
position: absolute;
background-color: #e6e2e3;
} | src/renderer/styles/DeviceLayout.css | @keyframes blink {
50.0% {
background-color: transparent;
}
}
/* positional stuff for the device layout really belongs in a parent file */
.device-layout {
margin-left: 50%;
position: relative;
top: 50%;
width: 80%;
transform: translate(-50%, -50%);
border: solid 1px #bcbec0;
}
.device-layout.configured,
.device-layout.configured .input-container .pad,
.device-layout.configured .input-container .wheel,
.device-layout.configured .input-container .wheel .inner,
.device-layout.configured .input-container .xy,
.device-layout.configured .input-container .xy .inner,
.device-layout.configured .input-container .knob .outer {
border-color: #3a84e9;
}
.device-layout .input-container .pad,
.device-layout .input-container .pad.disabled,
.device-layout .input-container .knob .outer,
.device-layout .keyboard-container.disabled,
.device-layout .input-container .xy,
.device-layout .input-container .xy .inner,
.device-layout .input-container .wheel,
.device-layout .input-container .wheel .inner,
.device-layout .keyboard-container.disabled .key,
.device-layout .keyboard-container.disabled .key:last-of-type {
border-color: #bcbec0;
}
.device-layout .input-grid {
position: absolute !important;
}
.device-layout .input-container {
display: inline-block;
float: left;
position: relative;
text-align: center;
}
.device-layout .focus {
border-style: dashed !important;
filter: sepia(0.2);
}
.device-layout .pad {
position: absolute;
border: 1px solid;
top: 50%;
margin-left: 50%;
transform: translate(-50%, -50%);
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: steps(1);
animation-fill-mode: both;
}
.device-layout .hoverable {
cursor: pointer;
}
.device-layout .hoverable:hover {
filter: sepia(0.1);
}
.device-layout .hoverable:active:hover {
filter: sepia(0.2);
}
.device-layout .knob {
display: flex;
position: relative;
margin-left: 50%;
margin-top: 50%;
transform: translate(-50%, -50%);
}
.device-layout .knob .inner {
position: absolute;
width: 100%;
height: 100%;
transition: bottom 0.1s linear;
}
.device-layout .knob .outer {
border: 1px solid;
overflow: hidden;
position: absolute;
width: 100%;
aspect-ratio: 1;
}
.device-layout .knob .inner .grip {
position: absolute;
width: 5%;
height: 30%;
bottom: 2%;
left: 50%;
transform: translateX(-50%);
border-radius: 50%;
background: #bcbec0;
}
.device-layout.configured .knob .inner .grip {
background: #3a84e9;
}
.device-layout .keyboard-container {
position: relative;
display: flex;
width: 100%;
height: 100%;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}
.device-layout .octave {
height: 100%;
display: inline-block;
position: relative;
display: flex;
}
.device-layout .key {
border-left: 1px solid;
display: inline-block;
flex: 1;
}
.device-layout .key-black {
position: absolute;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
top: 0;
height: 60%;
background-color: #e6e2e3;
width: 10%;
}
.device-layout .key-white {
height: 100%;
}
.device-layout .wheel {
position: relative;
border: 1px solid;
margin: 0 auto;
}
.device-layout .wheel .inner {
border: 1px solid;
position: absolute;
transform: translateY(50%);
transition: bottom 0.1s linear;
}
.device-layout .wheel .bounding-box {
position: absolute;
width: 100%;
}
.device-layout .xy {
position: relative;
border: 1px solid;
}
.device-layout .xy .inner {
border: 1px solid;
border-radius: 100%;
position: absolute;
background-color: #e6e2e3;
} | 0.553626 | 0.06078 |
/*.field-news-photo .file-preview,.field-news-photo .fileinput-upload-button,.field-poster-photo .file-preview,*/
/*.field-poster-photo .fileinput-upload-button*/
/*{*/
/*}*/
.file-preview,.fileinput-upload-button,.fileinput-cancel-button{
display: none !important;
}
.field-stock-photo .file-preview,.field-stock-photo .fileinput-upload-button{
display: none !important;
}
.field-company-photo .file-input{
float: right !important;
width: 70% !important;
}
.field-stock-photo .file-caption-main{
margin-bottom: 5px !important;
}
.text-editor-label{
color: rgba(108,114,117,.75);
font-size: 15px;
font-weight: bold;
}
.field-stock-descr .memo{
display: none;
}
.field-company-photo .file-caption-main{
width: initial !important;
margin-bottom: 5px !important;
}
.field-news-photo .label-name{
top:27px !important;
}
.file-hint{
display: block;
float: right;
width: 70%;
text-align: left;
margin-bottom: 16px;
padding-left: 10px;
}
#add_ads .file-input .clearfix{display: none;}
#create_poster .file-input .clearfix{display: none;}
#add_news_form .file-input .clearfix{display: none;}
.phones__wrap{
width: 100%;
}
.cabinet__add-company-form--count{
justify-content: space-between;
}
.header-ipanel .list li:hover{
background-color: #0c242e;
}
.sym-count{
display: block;
float: right;
width: 70%;
margin:0px;
text-align: left;
}
.label-name{
font-size: 15px !important;
}
.messengers-choice img{ max-width: 28px;}
.cabinet__add-company-form-product .cabinet__add-company-form--count{
text-transform: none !important;
}
.field-slider_checkbox label{
font-size: 15px !important;
}
.journal {
padding-bottom: 30px
}
.journal__item {
width: 23%;
float: left;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
margin: .5%
}
@media (max-width: 1024px) {
.journal__item {
width: 31%;
margin: 1.16667%
}
}
@media (max-width: 700px) {
.journal__item {
width: 46%;
margin: 2%
}
}
@media (max-width: 600px) {
.journal__item {
width: 96%;
margin: 2%
}
}
.journal__item .hover-wrap {
display: inline-block;
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid #fff
}
.journal__thumb {
position: relative;
display: block;
border: 2px solid #fff
}
.journal__thumb:hover {
border: 2px solid #b2b2b2
}
.journal__thumb img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.journal__content {
padding: 10px 15px 20px;
background-color: #fff
}
.journal__content .views {
color: #000;
float: unset;
margin-left: -7px;
margin-top: 5px
}
.journal__content .views:before {
background-image: url(../img/icons/eye-new-icon.png)
}
.journal__title {
font-weight: 700;
color: #000
}
.journal__title:hover {
color: #ee2e24
}
.search-consulting-widget {
margin-top: 20px
}
.disabled {
pointer-events: none;
cursor: default;
opacity: .3 !important
}
.alert-success {
position: absolute;
width: 100%;
text-align: center;
font-size: 20px;
z-index: 1;
background: #1c760c !important;
color: #fff !important
}
.field-company-descr {
width: calc(100% - 165px)
}
.ya-share2__list_direction_horizontal {
list-style-type: none;
padding: 0
}
.ya-share2__item {
display: block;
width: 35px;
height: 35px;
text-align: center;
line-height: 22px;
margin-bottom: 7px;
margin-top: 0
}
.ya-share2__item_service_facebook a {
background: #365aa4 url(../theme/portal-donbassa/img/soc/fb.png) no-repeat 50% 50%;
background-size: 65%
}
.ya-share2__item_service_vkontakte a {
background: #527498 url(../theme/portal-donbassa/img/soc/vk.png) no-repeat 50% 50%;
background-size: 65%
}
.ya-share2__item_service_odnoklassniki a {
background: #ff8304 url(../theme/portal-donbassa/img/soc/ok-icon.png) no-repeat 50% 50%;
background-size: 34%
}
.ya-share2__item_service_gplus a {
background: #d6492f url(../theme/portal-donbassa/img/soc/google-icon.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_pinterest a {
background: #d50c22 url(../theme/portal-donbassa/img/soc/pinter-icon.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_twitter a {
background: #1ab2e8 url(../theme/portal-donbassa/img/soc/twi-icon.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_linkedin a {
background: #0084bf url(../theme/portal-donbassa/img/soc/in-f.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_lj a {
background: #09c url(../theme/portal-donbassa/img/soc/livejournal-f.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_telegram a {
background: #179cde url(../theme/portal-donbassa/img/soc/telegram-f.png) no-repeat 50% 50%;
background-size: 59%
}
span.feedback_error {
display: block;
text-align: center;
color: red;
font-size: 18px
}
.alert-warning {
background-color: #fcf8e3 !important;
border-color: #faebcc !important;
color: #8a6d3b !important
}
#more-company-box {
float: left
}
.row-soc-text, .soc {
width: 100%;
text-align: center;
display: inline-block
}
.soc {
float: left
}
.soc ul {
display: block;
width: 100%;
padding-left: 0;
list-style-type: none
}
.soc ul li {
display: inline-block;
float: none;
margin: 0
}
.soc ul li a {
position: relative;
display: block;
margin-left: 10px;
width: auto;
height: 30px;
border-radius: 50%;
background-color: #fff;
text-align: center;
line-height: 25px
}
.home-content__sidebar_consultation {
width: auto!important;
}
body .ya-chat-widget_theme_dark.ya-chat-widget_desktop,
body .ya-chat-widget_theme_light.ya-chat-widget_desktop {
display: none!important;
}
.img-new {
width: 100%;
} | frontend/web/css/site.min.css | /*.field-news-photo .file-preview,.field-news-photo .fileinput-upload-button,.field-poster-photo .file-preview,*/
/*.field-poster-photo .fileinput-upload-button*/
/*{*/
/*}*/
.file-preview,.fileinput-upload-button,.fileinput-cancel-button{
display: none !important;
}
.field-stock-photo .file-preview,.field-stock-photo .fileinput-upload-button{
display: none !important;
}
.field-company-photo .file-input{
float: right !important;
width: 70% !important;
}
.field-stock-photo .file-caption-main{
margin-bottom: 5px !important;
}
.text-editor-label{
color: rgba(108,114,117,.75);
font-size: 15px;
font-weight: bold;
}
.field-stock-descr .memo{
display: none;
}
.field-company-photo .file-caption-main{
width: initial !important;
margin-bottom: 5px !important;
}
.field-news-photo .label-name{
top:27px !important;
}
.file-hint{
display: block;
float: right;
width: 70%;
text-align: left;
margin-bottom: 16px;
padding-left: 10px;
}
#add_ads .file-input .clearfix{display: none;}
#create_poster .file-input .clearfix{display: none;}
#add_news_form .file-input .clearfix{display: none;}
.phones__wrap{
width: 100%;
}
.cabinet__add-company-form--count{
justify-content: space-between;
}
.header-ipanel .list li:hover{
background-color: #0c242e;
}
.sym-count{
display: block;
float: right;
width: 70%;
margin:0px;
text-align: left;
}
.label-name{
font-size: 15px !important;
}
.messengers-choice img{ max-width: 28px;}
.cabinet__add-company-form-product .cabinet__add-company-form--count{
text-transform: none !important;
}
.field-slider_checkbox label{
font-size: 15px !important;
}
.journal {
padding-bottom: 30px
}
.journal__item {
width: 23%;
float: left;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
margin: .5%
}
@media (max-width: 1024px) {
.journal__item {
width: 31%;
margin: 1.16667%
}
}
@media (max-width: 700px) {
.journal__item {
width: 46%;
margin: 2%
}
}
@media (max-width: 600px) {
.journal__item {
width: 96%;
margin: 2%
}
}
.journal__item .hover-wrap {
display: inline-block;
position: absolute;
left: 0;
width: 100%;
height: 100%;
top: 0;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 4px solid #fff
}
.journal__thumb {
position: relative;
display: block;
border: 2px solid #fff
}
.journal__thumb:hover {
border: 2px solid #b2b2b2
}
.journal__thumb img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
.journal__content {
padding: 10px 15px 20px;
background-color: #fff
}
.journal__content .views {
color: #000;
float: unset;
margin-left: -7px;
margin-top: 5px
}
.journal__content .views:before {
background-image: url(../img/icons/eye-new-icon.png)
}
.journal__title {
font-weight: 700;
color: #000
}
.journal__title:hover {
color: #ee2e24
}
.search-consulting-widget {
margin-top: 20px
}
.disabled {
pointer-events: none;
cursor: default;
opacity: .3 !important
}
.alert-success {
position: absolute;
width: 100%;
text-align: center;
font-size: 20px;
z-index: 1;
background: #1c760c !important;
color: #fff !important
}
.field-company-descr {
width: calc(100% - 165px)
}
.ya-share2__list_direction_horizontal {
list-style-type: none;
padding: 0
}
.ya-share2__item {
display: block;
width: 35px;
height: 35px;
text-align: center;
line-height: 22px;
margin-bottom: 7px;
margin-top: 0
}
.ya-share2__item_service_facebook a {
background: #365aa4 url(../theme/portal-donbassa/img/soc/fb.png) no-repeat 50% 50%;
background-size: 65%
}
.ya-share2__item_service_vkontakte a {
background: #527498 url(../theme/portal-donbassa/img/soc/vk.png) no-repeat 50% 50%;
background-size: 65%
}
.ya-share2__item_service_odnoklassniki a {
background: #ff8304 url(../theme/portal-donbassa/img/soc/ok-icon.png) no-repeat 50% 50%;
background-size: 34%
}
.ya-share2__item_service_gplus a {
background: #d6492f url(../theme/portal-donbassa/img/soc/google-icon.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_pinterest a {
background: #d50c22 url(../theme/portal-donbassa/img/soc/pinter-icon.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_twitter a {
background: #1ab2e8 url(../theme/portal-donbassa/img/soc/twi-icon.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_linkedin a {
background: #0084bf url(../theme/portal-donbassa/img/soc/in-f.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_lj a {
background: #09c url(../theme/portal-donbassa/img/soc/livejournal-f.png) no-repeat 50% 50%;
background-size: 59%
}
.ya-share2__item_service_telegram a {
background: #179cde url(../theme/portal-donbassa/img/soc/telegram-f.png) no-repeat 50% 50%;
background-size: 59%
}
span.feedback_error {
display: block;
text-align: center;
color: red;
font-size: 18px
}
.alert-warning {
background-color: #fcf8e3 !important;
border-color: #faebcc !important;
color: #8a6d3b !important
}
#more-company-box {
float: left
}
.row-soc-text, .soc {
width: 100%;
text-align: center;
display: inline-block
}
.soc {
float: left
}
.soc ul {
display: block;
width: 100%;
padding-left: 0;
list-style-type: none
}
.soc ul li {
display: inline-block;
float: none;
margin: 0
}
.soc ul li a {
position: relative;
display: block;
margin-left: 10px;
width: auto;
height: 30px;
border-radius: 50%;
background-color: #fff;
text-align: center;
line-height: 25px
}
.home-content__sidebar_consultation {
width: auto!important;
}
body .ya-chat-widget_theme_dark.ya-chat-widget_desktop,
body .ya-chat-widget_theme_light.ya-chat-widget_desktop {
display: none!important;
}
.img-new {
width: 100%;
} | 0.204978 | 0.046378 |
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
box-sizing: border-box;
/* 1 */
font-family: sans-serif;
/* 2 */
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
margin: 0;
}
textarea {
resize: vertical;
}
img {
max-width: 100%;
height: auto;
}
input::placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
}
button,
[role=button] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
.display-block {
display: block;
}
.display-inline-block {
display: inline-block;
}
.display-inline {
display: inline;
}
.display-table {
display: table;
}
.display-table-row {
display: table-row;
}
.display-table-cell {
display: table-cell;
}
.display-none {
display: none;
}
@media (min-width: 576px) {
.sm\:display-block {
display: block;
}
.sm\:display-inline-block {
display: inline-block;
}
.sm\:display-inline {
display: inline;
}
.sm\:display-table {
display: table;
}
.sm\:display-table-row {
display: table-row;
}
.sm\:display-table-cell {
display: table-cell;
}
.sm\:display-none {
display: none;
}
}
@media (min-width: 768px) {
.md\:display-block {
display: block;
}
.md\:display-inline-block {
display: inline-block;
}
.md\:display-inline {
display: inline;
}
.md\:display-table {
display: table;
}
.md\:display-table-row {
display: table-row;
}
.md\:display-table-cell {
display: table-cell;
}
.md\:display-none {
display: none;
}
}
@media (min-width: 992px) {
.lg\:display-block {
display: block;
}
.lg\:display-inline-block {
display: inline-block;
}
.lg\:display-inline {
display: inline;
}
.lg\:display-table {
display: table;
}
.lg\:display-table-row {
display: table-row;
}
.lg\:display-table-cell {
display: table-cell;
}
.lg\:display-none {
display: none;
}
}
@media (min-width: 1200px) {
.xl\:display-block {
display: block;
}
.xl\:display-inline-block {
display: inline-block;
}
.xl\:display-inline {
display: inline;
}
.xl\:display-table {
display: table;
}
.xl\:display-table-row {
display: table-row;
}
.xl\:display-table-cell {
display: table-cell;
}
.xl\:display-none {
display: none;
}
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
@media (min-width: 576px) {
.sm\:float-right {
float: right;
}
.sm\:float-left {
float: left;
}
.sm\:float-none {
float: none;
}
.sm\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
@media (min-width: 768px) {
.md\:float-right {
float: right;
}
.md\:float-left {
float: left;
}
.md\:float-none {
float: none;
}
.md\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
@media (min-width: 992px) {
.lg\:float-right {
float: right;
}
.lg\:float-left {
float: left;
}
.lg\:float-none {
float: none;
}
.lg\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
@media (min-width: 1200px) {
.xl\:float-right {
float: right;
}
.xl\:float-left {
float: left;
}
.xl\:float-none {
float: none;
}
.xl\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-y-scroll {
overflow-y: scroll;
}
@media (min-width: 576px) {
.sm\:overflow-auto {
overflow: auto;
}
.sm\:overflow-hidden {
overflow: hidden;
}
.sm\:overflow-visible {
overflow: visible;
}
.sm\:overflow-scroll {
overflow: scroll;
}
.sm\:overflow-x-auto {
overflow-x: auto;
}
.sm\:overflow-x-hidden {
overflow-x: hidden;
}
.sm\:overflow-x-visible {
overflow-x: visible;
}
.sm\:overflow-x-scroll {
overflow-x: scroll;
}
.sm\:overflow-y-auto {
overflow-y: auto;
}
.sm\:overflow-y-hidden {
overflow-y: hidden;
}
.sm\:overflow-y-visible {
overflow-y: visible;
}
.sm\:overflow-y-scroll {
overflow-y: scroll;
}
}
@media (min-width: 768px) {
.md\:overflow-auto {
overflow: auto;
}
.md\:overflow-hidden {
overflow: hidden;
}
.md\:overflow-visible {
overflow: visible;
}
.md\:overflow-scroll {
overflow: scroll;
}
.md\:overflow-x-auto {
overflow-x: auto;
}
.md\:overflow-x-hidden {
overflow-x: hidden;
}
.md\:overflow-x-visible {
overflow-x: visible;
}
.md\:overflow-x-scroll {
overflow-x: scroll;
}
.md\:overflow-y-auto {
overflow-y: auto;
}
.md\:overflow-y-hidden {
overflow-y: hidden;
}
.md\:overflow-y-visible {
overflow-y: visible;
}
.md\:overflow-y-scroll {
overflow-y: scroll;
}
}
@media (min-width: 992px) {
.lg\:overflow-auto {
overflow: auto;
}
.lg\:overflow-hidden {
overflow: hidden;
}
.lg\:overflow-visible {
overflow: visible;
}
.lg\:overflow-scroll {
overflow: scroll;
}
.lg\:overflow-x-auto {
overflow-x: auto;
}
.lg\:overflow-x-hidden {
overflow-x: hidden;
}
.lg\:overflow-x-visible {
overflow-x: visible;
}
.lg\:overflow-x-scroll {
overflow-x: scroll;
}
.lg\:overflow-y-auto {
overflow-y: auto;
}
.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.lg\:overflow-y-visible {
overflow-y: visible;
}
.lg\:overflow-y-scroll {
overflow-y: scroll;
}
}
@media (min-width: 1200px) {
.xl\:overflow-auto {
overflow: auto;
}
.xl\:overflow-hidden {
overflow: hidden;
}
.xl\:overflow-visible {
overflow: visible;
}
.xl\:overflow-scroll {
overflow: scroll;
}
.xl\:overflow-x-auto {
overflow-x: auto;
}
.xl\:overflow-x-hidden {
overflow-x: hidden;
}
.xl\:overflow-x-visible {
overflow-x: visible;
}
.xl\:overflow-x-scroll {
overflow-x: scroll;
}
.xl\:overflow-y-auto {
overflow-y: auto;
}
.xl\:overflow-y-hidden {
overflow-y: hidden;
}
.xl\:overflow-y-visible {
overflow-y: visible;
}
.xl\:overflow-y-scroll {
overflow-y: scroll;
}
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
@media (min-width: 576px) {
.sm\:static {
position: static;
}
.sm\:fixed {
position: fixed;
}
.sm\:absolute {
position: absolute;
}
.sm\:relative {
position: relative;
}
.sm\:sticky {
position: sticky;
}
}
@media (min-width: 768px) {
.md\:static {
position: static;
}
.md\:fixed {
position: fixed;
}
.md\:absolute {
position: absolute;
}
.md\:relative {
position: relative;
}
.md\:sticky {
position: sticky;
}
}
@media (min-width: 992px) {
.lg\:static {
position: static;
}
.lg\:fixed {
position: fixed;
}
.lg\:absolute {
position: absolute;
}
.lg\:relative {
position: relative;
}
.lg\:sticky {
position: sticky;
}
}
@media (min-width: 1200px) {
.xl\:static {
position: static;
}
.xl\:fixed {
position: fixed;
}
.xl\:absolute {
position: absolute;
}
.xl\:relative {
position: relative;
}
.xl\:sticky {
position: sticky;
}
}
.visible {
visibility: visible;
}
.hidden {
visibility: hidden;
}
@media (min-width: 576px) {
.sm\:visible {
visibility: visible;
}
.sm\:hidden {
visibility: hidden;
}
}
@media (min-width: 768px) {
.md\:visible {
visibility: visible;
}
.md\:hidden {
visibility: hidden;
}
}
@media (min-width: 992px) {
.lg\:visible {
visibility: visible;
}
.lg\:hidden {
visibility: hidden;
}
}
@media (min-width: 1200px) {
.xl\:visible {
visibility: visible;
}
.xl\:hidden {
visibility: hidden;
}
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
@media (min-width: 576px) {
.sm\:opacity-0 {
opacity: 0;
}
.sm\:opacity-25 {
opacity: 0.25;
}
.sm\:opacity-50 {
opacity: 0.5;
}
.sm\:opacity-75 {
opacity: 0.75;
}
.sm\:opacity-100 {
opacity: 1;
}
}
@media (min-width: 768px) {
.md\:opacity-0 {
opacity: 0;
}
.md\:opacity-25 {
opacity: 0.25;
}
.md\:opacity-50 {
opacity: 0.5;
}
.md\:opacity-75 {
opacity: 0.75;
}
.md\:opacity-100 {
opacity: 1;
}
}
@media (min-width: 992px) {
.lg\:opacity-0 {
opacity: 0;
}
.lg\:opacity-25 {
opacity: 0.25;
}
.lg\:opacity-50 {
opacity: 0.5;
}
.lg\:opacity-75 {
opacity: 0.75;
}
.lg\:opacity-100 {
opacity: 1;
}
}
@media (min-width: 1200px) {
.xl\:opacity-0 {
opacity: 0;
}
.xl\:opacity-25 {
opacity: 0.25;
}
.xl\:opacity-50 {
opacity: 0.5;
}
.xl\:opacity-75 {
opacity: 0.75;
}
.xl\:opacity-100 {
opacity: 1;
}
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-auto {
z-index: auto;
}
@media (min-width: 576px) {
.sm\:z-0 {
z-index: 0;
}
.sm\:z-10 {
z-index: 10;
}
.sm\:z-20 {
z-index: 20;
}
.sm\:z-30 {
z-index: 30;
}
.sm\:z-40 {
z-index: 40;
}
.sm\:z-50 {
z-index: 50;
}
.sm\:z-auto {
z-index: auto;
}
}
@media (min-width: 768px) {
.md\:z-0 {
z-index: 0;
}
.md\:z-10 {
z-index: 10;
}
.md\:z-20 {
z-index: 20;
}
.md\:z-30 {
z-index: 30;
}
.md\:z-40 {
z-index: 40;
}
.md\:z-50 {
z-index: 50;
}
.md\:z-auto {
z-index: auto;
}
}
@media (min-width: 992px) {
.lg\:z-0 {
z-index: 0;
}
.lg\:z-10 {
z-index: 10;
}
.lg\:z-20 {
z-index: 20;
}
.lg\:z-30 {
z-index: 30;
}
.lg\:z-40 {
z-index: 40;
}
.lg\:z-50 {
z-index: 50;
}
.lg\:z-auto {
z-index: auto;
}
}
@media (min-width: 1200px) {
.xl\:z-0 {
z-index: 0;
}
.xl\:z-10 {
z-index: 10;
}
.xl\:z-20 {
z-index: 20;
}
.xl\:z-30 {
z-index: 30;
}
.xl\:z-40 {
z-index: 40;
}
.xl\:z-50 {
z-index: 50;
}
.xl\:z-auto {
z-index: auto;
}
}
.m-0 {
margin: 0rem;
}
.mt-0 {
margin-top: 0rem;
}
.mr-0 {
margin-right: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.ml-0 {
margin-left: 0rem;
}
.m-1 {
margin: 0.25rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.m-3 {
margin: 0.75rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.m-5 {
margin: 1.25rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.m-6 {
margin: 1.5rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.m-7 {
margin: 1.75rem;
}
.mt-7 {
margin-top: 1.75rem;
}
.mr-7 {
margin-right: 1.75rem;
}
.mb-7 {
margin-bottom: 1.75rem;
}
.ml-7 {
margin-left: 1.75rem;
}
.m-8 {
margin: 2rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-8 {
margin-right: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.m-9 {
margin: 2.25rem;
}
.mt-9 {
margin-top: 2.25rem;
}
.mr-9 {
margin-right: 2.25rem;
}
.mb-9 {
margin-bottom: 2.25rem;
}
.ml-9 {
margin-left: 2.25rem;
}
.m-10 {
margin: 2.5rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.m-11 {
margin: 2.75rem;
}
.mt-11 {
margin-top: 2.75rem;
}
.mr-11 {
margin-right: 2.75rem;
}
.mb-11 {
margin-bottom: 2.75rem;
}
.ml-11 {
margin-left: 2.75rem;
}
.m-12 {
margin: 3rem;
}
.mt-12 {
margin-top: 3rem;
}
.mr-12 {
margin-right: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
@media (min-width: 576px) {
.sm\:m-0 {
margin: 0rem;
}
.sm\:mt-0 {
margin-top: 0rem;
}
.sm\:mr-0 {
margin-right: 0rem;
}
.sm\:mb-0 {
margin-bottom: 0rem;
}
.sm\:ml-0 {
margin-left: 0rem;
}
.sm\:m-1 {
margin: 0.25rem;
}
.sm\:mt-1 {
margin-top: 0.25rem;
}
.sm\:mr-1 {
margin-right: 0.25rem;
}
.sm\:mb-1 {
margin-bottom: 0.25rem;
}
.sm\:ml-1 {
margin-left: 0.25rem;
}
.sm\:m-2 {
margin: 0.5rem;
}
.sm\:mt-2 {
margin-top: 0.5rem;
}
.sm\:mr-2 {
margin-right: 0.5rem;
}
.sm\:mb-2 {
margin-bottom: 0.5rem;
}
.sm\:ml-2 {
margin-left: 0.5rem;
}
.sm\:m-3 {
margin: 0.75rem;
}
.sm\:mt-3 {
margin-top: 0.75rem;
}
.sm\:mr-3 {
margin-right: 0.75rem;
}
.sm\:mb-3 {
margin-bottom: 0.75rem;
}
.sm\:ml-3 {
margin-left: 0.75rem;
}
.sm\:m-4 {
margin: 1rem;
}
.sm\:mt-4 {
margin-top: 1rem;
}
.sm\:mr-4 {
margin-right: 1rem;
}
.sm\:mb-4 {
margin-bottom: 1rem;
}
.sm\:ml-4 {
margin-left: 1rem;
}
.sm\:m-5 {
margin: 1.25rem;
}
.sm\:mt-5 {
margin-top: 1.25rem;
}
.sm\:mr-5 {
margin-right: 1.25rem;
}
.sm\:mb-5 {
margin-bottom: 1.25rem;
}
.sm\:ml-5 {
margin-left: 1.25rem;
}
.sm\:m-6 {
margin: 1.5rem;
}
.sm\:mt-6 {
margin-top: 1.5rem;
}
.sm\:mr-6 {
margin-right: 1.5rem;
}
.sm\:mb-6 {
margin-bottom: 1.5rem;
}
.sm\:ml-6 {
margin-left: 1.5rem;
}
.sm\:m-7 {
margin: 1.75rem;
}
.sm\:mt-7 {
margin-top: 1.75rem;
}
.sm\:mr-7 {
margin-right: 1.75rem;
}
.sm\:mb-7 {
margin-bottom: 1.75rem;
}
.sm\:ml-7 {
margin-left: 1.75rem;
}
.sm\:m-8 {
margin: 2rem;
}
.sm\:mt-8 {
margin-top: 2rem;
}
.sm\:mr-8 {
margin-right: 2rem;
}
.sm\:mb-8 {
margin-bottom: 2rem;
}
.sm\:ml-8 {
margin-left: 2rem;
}
.sm\:m-9 {
margin: 2.25rem;
}
.sm\:mt-9 {
margin-top: 2.25rem;
}
.sm\:mr-9 {
margin-right: 2.25rem;
}
.sm\:mb-9 {
margin-bottom: 2.25rem;
}
.sm\:ml-9 {
margin-left: 2.25rem;
}
.sm\:m-10 {
margin: 2.5rem;
}
.sm\:mt-10 {
margin-top: 2.5rem;
}
.sm\:mr-10 {
margin-right: 2.5rem;
}
.sm\:mb-10 {
margin-bottom: 2.5rem;
}
.sm\:ml-10 {
margin-left: 2.5rem;
}
.sm\:m-11 {
margin: 2.75rem;
}
.sm\:mt-11 {
margin-top: 2.75rem;
}
.sm\:mr-11 {
margin-right: 2.75rem;
}
.sm\:mb-11 {
margin-bottom: 2.75rem;
}
.sm\:ml-11 {
margin-left: 2.75rem;
}
.sm\:m-12 {
margin: 3rem;
}
.sm\:mt-12 {
margin-top: 3rem;
}
.sm\:mr-12 {
margin-right: 3rem;
}
.sm\:mb-12 {
margin-bottom: 3rem;
}
.sm\:ml-12 {
margin-left: 3rem;
}
.sm\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.sm\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.sm\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.sm\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.sm\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.sm\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.sm\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.sm\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.sm\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.sm\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.sm\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.sm\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.sm\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.sm\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.sm\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.sm\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.sm\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.sm\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.sm\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.sm\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.sm\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.sm\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.sm\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.sm\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.sm\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.sm\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.sm\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.sm\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 768px) {
.md\:m-0 {
margin: 0rem;
}
.md\:mt-0 {
margin-top: 0rem;
}
.md\:mr-0 {
margin-right: 0rem;
}
.md\:mb-0 {
margin-bottom: 0rem;
}
.md\:ml-0 {
margin-left: 0rem;
}
.md\:m-1 {
margin: 0.25rem;
}
.md\:mt-1 {
margin-top: 0.25rem;
}
.md\:mr-1 {
margin-right: 0.25rem;
}
.md\:mb-1 {
margin-bottom: 0.25rem;
}
.md\:ml-1 {
margin-left: 0.25rem;
}
.md\:m-2 {
margin: 0.5rem;
}
.md\:mt-2 {
margin-top: 0.5rem;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:mb-2 {
margin-bottom: 0.5rem;
}
.md\:ml-2 {
margin-left: 0.5rem;
}
.md\:m-3 {
margin: 0.75rem;
}
.md\:mt-3 {
margin-top: 0.75rem;
}
.md\:mr-3 {
margin-right: 0.75rem;
}
.md\:mb-3 {
margin-bottom: 0.75rem;
}
.md\:ml-3 {
margin-left: 0.75rem;
}
.md\:m-4 {
margin: 1rem;
}
.md\:mt-4 {
margin-top: 1rem;
}
.md\:mr-4 {
margin-right: 1rem;
}
.md\:mb-4 {
margin-bottom: 1rem;
}
.md\:ml-4 {
margin-left: 1rem;
}
.md\:m-5 {
margin: 1.25rem;
}
.md\:mt-5 {
margin-top: 1.25rem;
}
.md\:mr-5 {
margin-right: 1.25rem;
}
.md\:mb-5 {
margin-bottom: 1.25rem;
}
.md\:ml-5 {
margin-left: 1.25rem;
}
.md\:m-6 {
margin: 1.5rem;
}
.md\:mt-6 {
margin-top: 1.5rem;
}
.md\:mr-6 {
margin-right: 1.5rem;
}
.md\:mb-6 {
margin-bottom: 1.5rem;
}
.md\:ml-6 {
margin-left: 1.5rem;
}
.md\:m-7 {
margin: 1.75rem;
}
.md\:mt-7 {
margin-top: 1.75rem;
}
.md\:mr-7 {
margin-right: 1.75rem;
}
.md\:mb-7 {
margin-bottom: 1.75rem;
}
.md\:ml-7 {
margin-left: 1.75rem;
}
.md\:m-8 {
margin: 2rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mr-8 {
margin-right: 2rem;
}
.md\:mb-8 {
margin-bottom: 2rem;
}
.md\:ml-8 {
margin-left: 2rem;
}
.md\:m-9 {
margin: 2.25rem;
}
.md\:mt-9 {
margin-top: 2.25rem;
}
.md\:mr-9 {
margin-right: 2.25rem;
}
.md\:mb-9 {
margin-bottom: 2.25rem;
}
.md\:ml-9 {
margin-left: 2.25rem;
}
.md\:m-10 {
margin: 2.5rem;
}
.md\:mt-10 {
margin-top: 2.5rem;
}
.md\:mr-10 {
margin-right: 2.5rem;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:ml-10 {
margin-left: 2.5rem;
}
.md\:m-11 {
margin: 2.75rem;
}
.md\:mt-11 {
margin-top: 2.75rem;
}
.md\:mr-11 {
margin-right: 2.75rem;
}
.md\:mb-11 {
margin-bottom: 2.75rem;
}
.md\:ml-11 {
margin-left: 2.75rem;
}
.md\:m-12 {
margin: 3rem;
}
.md\:mt-12 {
margin-top: 3rem;
}
.md\:mr-12 {
margin-right: 3rem;
}
.md\:mb-12 {
margin-bottom: 3rem;
}
.md\:ml-12 {
margin-left: 3rem;
}
.md\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.md\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.md\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.md\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.md\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.md\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.md\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.md\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.md\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.md\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.md\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.md\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.md\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.md\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.md\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.md\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.md\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.md\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.md\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.md\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.md\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.md\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.md\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.md\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 992px) {
.lg\:m-0 {
margin: 0rem;
}
.lg\:mt-0 {
margin-top: 0rem;
}
.lg\:mr-0 {
margin-right: 0rem;
}
.lg\:mb-0 {
margin-bottom: 0rem;
}
.lg\:ml-0 {
margin-left: 0rem;
}
.lg\:m-1 {
margin: 0.25rem;
}
.lg\:mt-1 {
margin-top: 0.25rem;
}
.lg\:mr-1 {
margin-right: 0.25rem;
}
.lg\:mb-1 {
margin-bottom: 0.25rem;
}
.lg\:ml-1 {
margin-left: 0.25rem;
}
.lg\:m-2 {
margin: 0.5rem;
}
.lg\:mt-2 {
margin-top: 0.5rem;
}
.lg\:mr-2 {
margin-right: 0.5rem;
}
.lg\:mb-2 {
margin-bottom: 0.5rem;
}
.lg\:ml-2 {
margin-left: 0.5rem;
}
.lg\:m-3 {
margin: 0.75rem;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:mr-3 {
margin-right: 0.75rem;
}
.lg\:mb-3 {
margin-bottom: 0.75rem;
}
.lg\:ml-3 {
margin-left: 0.75rem;
}
.lg\:m-4 {
margin: 1rem;
}
.lg\:mt-4 {
margin-top: 1rem;
}
.lg\:mr-4 {
margin-right: 1rem;
}
.lg\:mb-4 {
margin-bottom: 1rem;
}
.lg\:ml-4 {
margin-left: 1rem;
}
.lg\:m-5 {
margin: 1.25rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:mb-5 {
margin-bottom: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:m-6 {
margin: 1.5rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:mb-6 {
margin-bottom: 1.5rem;
}
.lg\:ml-6 {
margin-left: 1.5rem;
}
.lg\:m-7 {
margin: 1.75rem;
}
.lg\:mt-7 {
margin-top: 1.75rem;
}
.lg\:mr-7 {
margin-right: 1.75rem;
}
.lg\:mb-7 {
margin-bottom: 1.75rem;
}
.lg\:ml-7 {
margin-left: 1.75rem;
}
.lg\:m-8 {
margin: 2rem;
}
.lg\:mt-8 {
margin-top: 2rem;
}
.lg\:mr-8 {
margin-right: 2rem;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:ml-8 {
margin-left: 2rem;
}
.lg\:m-9 {
margin: 2.25rem;
}
.lg\:mt-9 {
margin-top: 2.25rem;
}
.lg\:mr-9 {
margin-right: 2.25rem;
}
.lg\:mb-9 {
margin-bottom: 2.25rem;
}
.lg\:ml-9 {
margin-left: 2.25rem;
}
.lg\:m-10 {
margin: 2.5rem;
}
.lg\:mt-10 {
margin-top: 2.5rem;
}
.lg\:mr-10 {
margin-right: 2.5rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:ml-10 {
margin-left: 2.5rem;
}
.lg\:m-11 {
margin: 2.75rem;
}
.lg\:mt-11 {
margin-top: 2.75rem;
}
.lg\:mr-11 {
margin-right: 2.75rem;
}
.lg\:mb-11 {
margin-bottom: 2.75rem;
}
.lg\:ml-11 {
margin-left: 2.75rem;
}
.lg\:m-12 {
margin: 3rem;
}
.lg\:mt-12 {
margin-top: 3rem;
}
.lg\:mr-12 {
margin-right: 3rem;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:ml-12 {
margin-left: 3rem;
}
.lg\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.lg\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.lg\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.lg\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.lg\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.lg\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.lg\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.lg\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.lg\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.lg\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 1200px) {
.xl\:m-0 {
margin: 0rem;
}
.xl\:mt-0 {
margin-top: 0rem;
}
.xl\:mr-0 {
margin-right: 0rem;
}
.xl\:mb-0 {
margin-bottom: 0rem;
}
.xl\:ml-0 {
margin-left: 0rem;
}
.xl\:m-1 {
margin: 0.25rem;
}
.xl\:mt-1 {
margin-top: 0.25rem;
}
.xl\:mr-1 {
margin-right: 0.25rem;
}
.xl\:mb-1 {
margin-bottom: 0.25rem;
}
.xl\:ml-1 {
margin-left: 0.25rem;
}
.xl\:m-2 {
margin: 0.5rem;
}
.xl\:mt-2 {
margin-top: 0.5rem;
}
.xl\:mr-2 {
margin-right: 0.5rem;
}
.xl\:mb-2 {
margin-bottom: 0.5rem;
}
.xl\:ml-2 {
margin-left: 0.5rem;
}
.xl\:m-3 {
margin: 0.75rem;
}
.xl\:mt-3 {
margin-top: 0.75rem;
}
.xl\:mr-3 {
margin-right: 0.75rem;
}
.xl\:mb-3 {
margin-bottom: 0.75rem;
}
.xl\:ml-3 {
margin-left: 0.75rem;
}
.xl\:m-4 {
margin: 1rem;
}
.xl\:mt-4 {
margin-top: 1rem;
}
.xl\:mr-4 {
margin-right: 1rem;
}
.xl\:mb-4 {
margin-bottom: 1rem;
}
.xl\:ml-4 {
margin-left: 1rem;
}
.xl\:m-5 {
margin: 1.25rem;
}
.xl\:mt-5 {
margin-top: 1.25rem;
}
.xl\:mr-5 {
margin-right: 1.25rem;
}
.xl\:mb-5 {
margin-bottom: 1.25rem;
}
.xl\:ml-5 {
margin-left: 1.25rem;
}
.xl\:m-6 {
margin: 1.5rem;
}
.xl\:mt-6 {
margin-top: 1.5rem;
}
.xl\:mr-6 {
margin-right: 1.5rem;
}
.xl\:mb-6 {
margin-bottom: 1.5rem;
}
.xl\:ml-6 {
margin-left: 1.5rem;
}
.xl\:m-7 {
margin: 1.75rem;
}
.xl\:mt-7 {
margin-top: 1.75rem;
}
.xl\:mr-7 {
margin-right: 1.75rem;
}
.xl\:mb-7 {
margin-bottom: 1.75rem;
}
.xl\:ml-7 {
margin-left: 1.75rem;
}
.xl\:m-8 {
margin: 2rem;
}
.xl\:mt-8 {
margin-top: 2rem;
}
.xl\:mr-8 {
margin-right: 2rem;
}
.xl\:mb-8 {
margin-bottom: 2rem;
}
.xl\:ml-8 {
margin-left: 2rem;
}
.xl\:m-9 {
margin: 2.25rem;
}
.xl\:mt-9 {
margin-top: 2.25rem;
}
.xl\:mr-9 {
margin-right: 2.25rem;
}
.xl\:mb-9 {
margin-bottom: 2.25rem;
}
.xl\:ml-9 {
margin-left: 2.25rem;
}
.xl\:m-10 {
margin: 2.5rem;
}
.xl\:mt-10 {
margin-top: 2.5rem;
}
.xl\:mr-10 {
margin-right: 2.5rem;
}
.xl\:mb-10 {
margin-bottom: 2.5rem;
}
.xl\:ml-10 {
margin-left: 2.5rem;
}
.xl\:m-11 {
margin: 2.75rem;
}
.xl\:mt-11 {
margin-top: 2.75rem;
}
.xl\:mr-11 {
margin-right: 2.75rem;
}
.xl\:mb-11 {
margin-bottom: 2.75rem;
}
.xl\:ml-11 {
margin-left: 2.75rem;
}
.xl\:m-12 {
margin: 3rem;
}
.xl\:mt-12 {
margin-top: 3rem;
}
.xl\:mr-12 {
margin-right: 3rem;
}
.xl\:mb-12 {
margin-bottom: 3rem;
}
.xl\:ml-12 {
margin-left: 3rem;
}
.xl\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.xl\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.xl\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.xl\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.xl\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.xl\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.xl\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.xl\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.xl\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.xl\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
.p-0 {
padding: 0rem;
}
.pt-0 {
padding-top: 0rem;
}
.pr-0 {
padding-right: 0rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.pl-0 {
padding-left: 0rem;
}
.p-1 {
padding: 0.25rem;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.p-7 {
padding: 1.75rem;
}
.pt-7 {
padding-top: 1.75rem;
}
.pr-7 {
padding-right: 1.75rem;
}
.pb-7 {
padding-bottom: 1.75rem;
}
.pl-7 {
padding-left: 1.75rem;
}
.p-8 {
padding: 2rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.p-9 {
padding: 2.25rem;
}
.pt-9 {
padding-top: 2.25rem;
}
.pr-9 {
padding-right: 2.25rem;
}
.pb-9 {
padding-bottom: 2.25rem;
}
.pl-9 {
padding-left: 2.25rem;
}
.p-10 {
padding: 2.5rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.p-11 {
padding: 2.75rem;
}
.pt-11 {
padding-top: 2.75rem;
}
.pr-11 {
padding-right: 2.75rem;
}
.pb-11 {
padding-bottom: 2.75rem;
}
.pl-11 {
padding-left: 2.75rem;
}
.p-12 {
padding: 3rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
@media (min-width: 576px) {
.sm\:p-0 {
padding: 0rem;
}
.sm\:pt-0 {
padding-top: 0rem;
}
.sm\:pr-0 {
padding-right: 0rem;
}
.sm\:pb-0 {
padding-bottom: 0rem;
}
.sm\:pl-0 {
padding-left: 0rem;
}
.sm\:p-1 {
padding: 0.25rem;
}
.sm\:pt-1 {
padding-top: 0.25rem;
}
.sm\:pr-1 {
padding-right: 0.25rem;
}
.sm\:pb-1 {
padding-bottom: 0.25rem;
}
.sm\:pl-1 {
padding-left: 0.25rem;
}
.sm\:p-2 {
padding: 0.5rem;
}
.sm\:pt-2 {
padding-top: 0.5rem;
}
.sm\:pr-2 {
padding-right: 0.5rem;
}
.sm\:pb-2 {
padding-bottom: 0.5rem;
}
.sm\:pl-2 {
padding-left: 0.5rem;
}
.sm\:p-3 {
padding: 0.75rem;
}
.sm\:pt-3 {
padding-top: 0.75rem;
}
.sm\:pr-3 {
padding-right: 0.75rem;
}
.sm\:pb-3 {
padding-bottom: 0.75rem;
}
.sm\:pl-3 {
padding-left: 0.75rem;
}
.sm\:p-4 {
padding: 1rem;
}
.sm\:pt-4 {
padding-top: 1rem;
}
.sm\:pr-4 {
padding-right: 1rem;
}
.sm\:pb-4 {
padding-bottom: 1rem;
}
.sm\:pl-4 {
padding-left: 1rem;
}
.sm\:p-5 {
padding: 1.25rem;
}
.sm\:pt-5 {
padding-top: 1.25rem;
}
.sm\:pr-5 {
padding-right: 1.25rem;
}
.sm\:pb-5 {
padding-bottom: 1.25rem;
}
.sm\:pl-5 {
padding-left: 1.25rem;
}
.sm\:p-6 {
padding: 1.5rem;
}
.sm\:pt-6 {
padding-top: 1.5rem;
}
.sm\:pr-6 {
padding-right: 1.5rem;
}
.sm\:pb-6 {
padding-bottom: 1.5rem;
}
.sm\:pl-6 {
padding-left: 1.5rem;
}
.sm\:p-7 {
padding: 1.75rem;
}
.sm\:pt-7 {
padding-top: 1.75rem;
}
.sm\:pr-7 {
padding-right: 1.75rem;
}
.sm\:pb-7 {
padding-bottom: 1.75rem;
}
.sm\:pl-7 {
padding-left: 1.75rem;
}
.sm\:p-8 {
padding: 2rem;
}
.sm\:pt-8 {
padding-top: 2rem;
}
.sm\:pr-8 {
padding-right: 2rem;
}
.sm\:pb-8 {
padding-bottom: 2rem;
}
.sm\:pl-8 {
padding-left: 2rem;
}
.sm\:p-9 {
padding: 2.25rem;
}
.sm\:pt-9 {
padding-top: 2.25rem;
}
.sm\:pr-9 {
padding-right: 2.25rem;
}
.sm\:pb-9 {
padding-bottom: 2.25rem;
}
.sm\:pl-9 {
padding-left: 2.25rem;
}
.sm\:p-10 {
padding: 2.5rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}
.sm\:pr-10 {
padding-right: 2.5rem;
}
.sm\:pb-10 {
padding-bottom: 2.5rem;
}
.sm\:pl-10 {
padding-left: 2.5rem;
}
.sm\:p-11 {
padding: 2.75rem;
}
.sm\:pt-11 {
padding-top: 2.75rem;
}
.sm\:pr-11 {
padding-right: 2.75rem;
}
.sm\:pb-11 {
padding-bottom: 2.75rem;
}
.sm\:pl-11 {
padding-left: 2.75rem;
}
.sm\:p-12 {
padding: 3rem;
}
.sm\:pt-12 {
padding-top: 3rem;
}
.sm\:pr-12 {
padding-right: 3rem;
}
.sm\:pb-12 {
padding-bottom: 3rem;
}
.sm\:pl-12 {
padding-left: 3rem;
}
.sm\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.sm\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.sm\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.sm\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.sm\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.sm\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.sm\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.sm\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.sm\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.sm\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.sm\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.sm\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.sm\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.sm\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.sm\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.sm\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.sm\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.sm\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.sm\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.sm\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.sm\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.sm\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 768px) {
.md\:p-0 {
padding: 0rem;
}
.md\:pt-0 {
padding-top: 0rem;
}
.md\:pr-0 {
padding-right: 0rem;
}
.md\:pb-0 {
padding-bottom: 0rem;
}
.md\:pl-0 {
padding-left: 0rem;
}
.md\:p-1 {
padding: 0.25rem;
}
.md\:pt-1 {
padding-top: 0.25rem;
}
.md\:pr-1 {
padding-right: 0.25rem;
}
.md\:pb-1 {
padding-bottom: 0.25rem;
}
.md\:pl-1 {
padding-left: 0.25rem;
}
.md\:p-2 {
padding: 0.5rem;
}
.md\:pt-2 {
padding-top: 0.5rem;
}
.md\:pr-2 {
padding-right: 0.5rem;
}
.md\:pb-2 {
padding-bottom: 0.5rem;
}
.md\:pl-2 {
padding-left: 0.5rem;
}
.md\:p-3 {
padding: 0.75rem;
}
.md\:pt-3 {
padding-top: 0.75rem;
}
.md\:pr-3 {
padding-right: 0.75rem;
}
.md\:pb-3 {
padding-bottom: 0.75rem;
}
.md\:pl-3 {
padding-left: 0.75rem;
}
.md\:p-4 {
padding: 1rem;
}
.md\:pt-4 {
padding-top: 1rem;
}
.md\:pr-4 {
padding-right: 1rem;
}
.md\:pb-4 {
padding-bottom: 1rem;
}
.md\:pl-4 {
padding-left: 1rem;
}
.md\:p-5 {
padding: 1.25rem;
}
.md\:pt-5 {
padding-top: 1.25rem;
}
.md\:pr-5 {
padding-right: 1.25rem;
}
.md\:pb-5 {
padding-bottom: 1.25rem;
}
.md\:pl-5 {
padding-left: 1.25rem;
}
.md\:p-6 {
padding: 1.5rem;
}
.md\:pt-6 {
padding-top: 1.5rem;
}
.md\:pr-6 {
padding-right: 1.5rem;
}
.md\:pb-6 {
padding-bottom: 1.5rem;
}
.md\:pl-6 {
padding-left: 1.5rem;
}
.md\:p-7 {
padding: 1.75rem;
}
.md\:pt-7 {
padding-top: 1.75rem;
}
.md\:pr-7 {
padding-right: 1.75rem;
}
.md\:pb-7 {
padding-bottom: 1.75rem;
}
.md\:pl-7 {
padding-left: 1.75rem;
}
.md\:p-8 {
padding: 2rem;
}
.md\:pt-8 {
padding-top: 2rem;
}
.md\:pr-8 {
padding-right: 2rem;
}
.md\:pb-8 {
padding-bottom: 2rem;
}
.md\:pl-8 {
padding-left: 2rem;
}
.md\:p-9 {
padding: 2.25rem;
}
.md\:pt-9 {
padding-top: 2.25rem;
}
.md\:pr-9 {
padding-right: 2.25rem;
}
.md\:pb-9 {
padding-bottom: 2.25rem;
}
.md\:pl-9 {
padding-left: 2.25rem;
}
.md\:p-10 {
padding: 2.5rem;
}
.md\:pt-10 {
padding-top: 2.5rem;
}
.md\:pr-10 {
padding-right: 2.5rem;
}
.md\:pb-10 {
padding-bottom: 2.5rem;
}
.md\:pl-10 {
padding-left: 2.5rem;
}
.md\:p-11 {
padding: 2.75rem;
}
.md\:pt-11 {
padding-top: 2.75rem;
}
.md\:pr-11 {
padding-right: 2.75rem;
}
.md\:pb-11 {
padding-bottom: 2.75rem;
}
.md\:pl-11 {
padding-left: 2.75rem;
}
.md\:p-12 {
padding: 3rem;
}
.md\:pt-12 {
padding-top: 3rem;
}
.md\:pr-12 {
padding-right: 3rem;
}
.md\:pb-12 {
padding-bottom: 3rem;
}
.md\:pl-12 {
padding-left: 3rem;
}
.md\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.md\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.md\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.md\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.md\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.md\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.md\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.md\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.md\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.md\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.md\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.md\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.md\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.md\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.md\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.md\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.md\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.md\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.md\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 992px) {
.lg\:p-0 {
padding: 0rem;
}
.lg\:pt-0 {
padding-top: 0rem;
}
.lg\:pr-0 {
padding-right: 0rem;
}
.lg\:pb-0 {
padding-bottom: 0rem;
}
.lg\:pl-0 {
padding-left: 0rem;
}
.lg\:p-1 {
padding: 0.25rem;
}
.lg\:pt-1 {
padding-top: 0.25rem;
}
.lg\:pr-1 {
padding-right: 0.25rem;
}
.lg\:pb-1 {
padding-bottom: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:p-2 {
padding: 0.5rem;
}
.lg\:pt-2 {
padding-top: 0.5rem;
}
.lg\:pr-2 {
padding-right: 0.5rem;
}
.lg\:pb-2 {
padding-bottom: 0.5rem;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
.lg\:p-3 {
padding: 0.75rem;
}
.lg\:pt-3 {
padding-top: 0.75rem;
}
.lg\:pr-3 {
padding-right: 0.75rem;
}
.lg\:pb-3 {
padding-bottom: 0.75rem;
}
.lg\:pl-3 {
padding-left: 0.75rem;
}
.lg\:p-4 {
padding: 1rem;
}
.lg\:pt-4 {
padding-top: 1rem;
}
.lg\:pr-4 {
padding-right: 1rem;
}
.lg\:pb-4 {
padding-bottom: 1rem;
}
.lg\:pl-4 {
padding-left: 1rem;
}
.lg\:p-5 {
padding: 1.25rem;
}
.lg\:pt-5 {
padding-top: 1.25rem;
}
.lg\:pr-5 {
padding-right: 1.25rem;
}
.lg\:pb-5 {
padding-bottom: 1.25rem;
}
.lg\:pl-5 {
padding-left: 1.25rem;
}
.lg\:p-6 {
padding: 1.5rem;
}
.lg\:pt-6 {
padding-top: 1.5rem;
}
.lg\:pr-6 {
padding-right: 1.5rem;
}
.lg\:pb-6 {
padding-bottom: 1.5rem;
}
.lg\:pl-6 {
padding-left: 1.5rem;
}
.lg\:p-7 {
padding: 1.75rem;
}
.lg\:pt-7 {
padding-top: 1.75rem;
}
.lg\:pr-7 {
padding-right: 1.75rem;
}
.lg\:pb-7 {
padding-bottom: 1.75rem;
}
.lg\:pl-7 {
padding-left: 1.75rem;
}
.lg\:p-8 {
padding: 2rem;
}
.lg\:pt-8 {
padding-top: 2rem;
}
.lg\:pr-8 {
padding-right: 2rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:p-9 {
padding: 2.25rem;
}
.lg\:pt-9 {
padding-top: 2.25rem;
}
.lg\:pr-9 {
padding-right: 2.25rem;
}
.lg\:pb-9 {
padding-bottom: 2.25rem;
}
.lg\:pl-9 {
padding-left: 2.25rem;
}
.lg\:p-10 {
padding: 2.5rem;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pr-10 {
padding-right: 2.5rem;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pl-10 {
padding-left: 2.5rem;
}
.lg\:p-11 {
padding: 2.75rem;
}
.lg\:pt-11 {
padding-top: 2.75rem;
}
.lg\:pr-11 {
padding-right: 2.75rem;
}
.lg\:pb-11 {
padding-bottom: 2.75rem;
}
.lg\:pl-11 {
padding-left: 2.75rem;
}
.lg\:p-12 {
padding: 3rem;
}
.lg\:pt-12 {
padding-top: 3rem;
}
.lg\:pr-12 {
padding-right: 3rem;
}
.lg\:pb-12 {
padding-bottom: 3rem;
}
.lg\:pl-12 {
padding-left: 3rem;
}
.lg\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.lg\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.lg\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.lg\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.lg\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.lg\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 1200px) {
.xl\:p-0 {
padding: 0rem;
}
.xl\:pt-0 {
padding-top: 0rem;
}
.xl\:pr-0 {
padding-right: 0rem;
}
.xl\:pb-0 {
padding-bottom: 0rem;
}
.xl\:pl-0 {
padding-left: 0rem;
}
.xl\:p-1 {
padding: 0.25rem;
}
.xl\:pt-1 {
padding-top: 0.25rem;
}
.xl\:pr-1 {
padding-right: 0.25rem;
}
.xl\:pb-1 {
padding-bottom: 0.25rem;
}
.xl\:pl-1 {
padding-left: 0.25rem;
}
.xl\:p-2 {
padding: 0.5rem;
}
.xl\:pt-2 {
padding-top: 0.5rem;
}
.xl\:pr-2 {
padding-right: 0.5rem;
}
.xl\:pb-2 {
padding-bottom: 0.5rem;
}
.xl\:pl-2 {
padding-left: 0.5rem;
}
.xl\:p-3 {
padding: 0.75rem;
}
.xl\:pt-3 {
padding-top: 0.75rem;
}
.xl\:pr-3 {
padding-right: 0.75rem;
}
.xl\:pb-3 {
padding-bottom: 0.75rem;
}
.xl\:pl-3 {
padding-left: 0.75rem;
}
.xl\:p-4 {
padding: 1rem;
}
.xl\:pt-4 {
padding-top: 1rem;
}
.xl\:pr-4 {
padding-right: 1rem;
}
.xl\:pb-4 {
padding-bottom: 1rem;
}
.xl\:pl-4 {
padding-left: 1rem;
}
.xl\:p-5 {
padding: 1.25rem;
}
.xl\:pt-5 {
padding-top: 1.25rem;
}
.xl\:pr-5 {
padding-right: 1.25rem;
}
.xl\:pb-5 {
padding-bottom: 1.25rem;
}
.xl\:pl-5 {
padding-left: 1.25rem;
}
.xl\:p-6 {
padding: 1.5rem;
}
.xl\:pt-6 {
padding-top: 1.5rem;
}
.xl\:pr-6 {
padding-right: 1.5rem;
}
.xl\:pb-6 {
padding-bottom: 1.5rem;
}
.xl\:pl-6 {
padding-left: 1.5rem;
}
.xl\:p-7 {
padding: 1.75rem;
}
.xl\:pt-7 {
padding-top: 1.75rem;
}
.xl\:pr-7 {
padding-right: 1.75rem;
}
.xl\:pb-7 {
padding-bottom: 1.75rem;
}
.xl\:pl-7 {
padding-left: 1.75rem;
}
.xl\:p-8 {
padding: 2rem;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pr-8 {
padding-right: 2rem;
}
.xl\:pb-8 {
padding-bottom: 2rem;
}
.xl\:pl-8 {
padding-left: 2rem;
}
.xl\:p-9 {
padding: 2.25rem;
}
.xl\:pt-9 {
padding-top: 2.25rem;
}
.xl\:pr-9 {
padding-right: 2.25rem;
}
.xl\:pb-9 {
padding-bottom: 2.25rem;
}
.xl\:pl-9 {
padding-left: 2.25rem;
}
.xl\:p-10 {
padding: 2.5rem;
}
.xl\:pt-10 {
padding-top: 2.5rem;
}
.xl\:pr-10 {
padding-right: 2.5rem;
}
.xl\:pb-10 {
padding-bottom: 2.5rem;
}
.xl\:pl-10 {
padding-left: 2.5rem;
}
.xl\:p-11 {
padding: 2.75rem;
}
.xl\:pt-11 {
padding-top: 2.75rem;
}
.xl\:pr-11 {
padding-right: 2.75rem;
}
.xl\:pb-11 {
padding-bottom: 2.75rem;
}
.xl\:pl-11 {
padding-left: 2.75rem;
}
.xl\:p-12 {
padding: 3rem;
}
.xl\:pt-12 {
padding-top: 3rem;
}
.xl\:pr-12 {
padding-right: 3rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:pl-12 {
padding-left: 3rem;
}
.xl\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.xl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xl\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xl\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.xl\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.xl\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.xl\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.xl\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.xl\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.xl\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.xl\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.xl\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.xl\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.xl\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.xl\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.xl\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.xl\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.xl\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.xl\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.xl\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.xl\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.xl\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.xl\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
.w-0 {
width: 0;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.33333%;
}
.w-2\/3 {
width: 66.66667%;
}
.w-1\/4 {
width: 25%;
}
.w-3\/4 {
width: 75%;
}
.w-1\/5 {
width: 20%;
}
.w-2\/5 {
width: 40%;
}
.w-3\/5 {
width: 60%;
}
.w-4\/5 {
width: 80%;
}
.w-1\/6 {
width: 16.66667%;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}
.w-auto {
width: auto;
}
@media (min-width: 576px) {
.sm\:w-0 {
width: 0;
}
.sm\:w-1\/2 {
width: 50%;
}
.sm\:w-1\/3 {
width: 33.33333%;
}
.sm\:w-2\/3 {
width: 66.66667%;
}
.sm\:w-1\/4 {
width: 25%;
}
.sm\:w-3\/4 {
width: 75%;
}
.sm\:w-1\/5 {
width: 20%;
}
.sm\:w-2\/5 {
width: 40%;
}
.sm\:w-3\/5 {
width: 60%;
}
.sm\:w-4\/5 {
width: 80%;
}
.sm\:w-1\/6 {
width: 16.66667%;
}
.sm\:w-full {
width: 100%;
}
.sm\:w-screen {
width: 100vw;
}
.sm\:w-auto {
width: auto;
}
}
@media (min-width: 768px) {
.md\:w-0 {
width: 0;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.33333%;
}
.md\:w-2\/3 {
width: 66.66667%;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-3\/4 {
width: 75%;
}
.md\:w-1\/5 {
width: 20%;
}
.md\:w-2\/5 {
width: 40%;
}
.md\:w-3\/5 {
width: 60%;
}
.md\:w-4\/5 {
width: 80%;
}
.md\:w-1\/6 {
width: 16.66667%;
}
.md\:w-full {
width: 100%;
}
.md\:w-screen {
width: 100vw;
}
.md\:w-auto {
width: auto;
}
}
@media (min-width: 992px) {
.lg\:w-0 {
width: 0;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.33333%;
}
.lg\:w-2\/3 {
width: 66.66667%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-3\/4 {
width: 75%;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-1\/6 {
width: 16.66667%;
}
.lg\:w-full {
width: 100%;
}
.lg\:w-screen {
width: 100vw;
}
.lg\:w-auto {
width: auto;
}
}
@media (min-width: 1200px) {
.xl\:w-0 {
width: 0;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-1\/3 {
width: 33.33333%;
}
.xl\:w-2\/3 {
width: 66.66667%;
}
.xl\:w-1\/4 {
width: 25%;
}
.xl\:w-3\/4 {
width: 75%;
}
.xl\:w-1\/5 {
width: 20%;
}
.xl\:w-2\/5 {
width: 40%;
}
.xl\:w-3\/5 {
width: 60%;
}
.xl\:w-4\/5 {
width: 80%;
}
.xl\:w-1\/6 {
width: 16.66667%;
}
.xl\:w-full {
width: 100%;
}
.xl\:w-screen {
width: 100vw;
}
.xl\:w-auto {
width: auto;
}
}
.h-0 {
height: 0;
}
.h-1\/2 {
height: 50%;
}
.h-1\/3 {
height: 33.33333%;
}
.h-2\/3 {
height: 66.66667%;
}
.h-1\/4 {
height: 25%;
}
.h-3\/4 {
height: 75%;
}
.h-1\/5 {
height: 20%;
}
.h-2\/5 {
height: 40%;
}
.h-3\/5 {
height: 60%;
}
.h-4\/5 {
height: 80%;
}
.h-1\/6 {
height: 16.66667%;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.h-auto {
height: auto;
}
@media (min-width: 576px) {
.sm\:h-0 {
height: 0;
}
.sm\:h-1\/2 {
height: 50%;
}
.sm\:h-1\/3 {
height: 33.33333%;
}
.sm\:h-2\/3 {
height: 66.66667%;
}
.sm\:h-1\/4 {
height: 25%;
}
.sm\:h-3\/4 {
height: 75%;
}
.sm\:h-1\/5 {
height: 20%;
}
.sm\:h-2\/5 {
height: 40%;
}
.sm\:h-3\/5 {
height: 60%;
}
.sm\:h-4\/5 {
height: 80%;
}
.sm\:h-1\/6 {
height: 16.66667%;
}
.sm\:h-full {
height: 100%;
}
.sm\:h-screen {
height: 100vh;
}
.sm\:h-auto {
height: auto;
}
}
@media (min-width: 768px) {
.md\:h-0 {
height: 0;
}
.md\:h-1\/2 {
height: 50%;
}
.md\:h-1\/3 {
height: 33.33333%;
}
.md\:h-2\/3 {
height: 66.66667%;
}
.md\:h-1\/4 {
height: 25%;
}
.md\:h-3\/4 {
height: 75%;
}
.md\:h-1\/5 {
height: 20%;
}
.md\:h-2\/5 {
height: 40%;
}
.md\:h-3\/5 {
height: 60%;
}
.md\:h-4\/5 {
height: 80%;
}
.md\:h-1\/6 {
height: 16.66667%;
}
.md\:h-full {
height: 100%;
}
.md\:h-screen {
height: 100vh;
}
.md\:h-auto {
height: auto;
}
}
@media (min-width: 992px) {
.lg\:h-0 {
height: 0;
}
.lg\:h-1\/2 {
height: 50%;
}
.lg\:h-1\/3 {
height: 33.33333%;
}
.lg\:h-2\/3 {
height: 66.66667%;
}
.lg\:h-1\/4 {
height: 25%;
}
.lg\:h-3\/4 {
height: 75%;
}
.lg\:h-1\/5 {
height: 20%;
}
.lg\:h-2\/5 {
height: 40%;
}
.lg\:h-3\/5 {
height: 60%;
}
.lg\:h-4\/5 {
height: 80%;
}
.lg\:h-1\/6 {
height: 16.66667%;
}
.lg\:h-full {
height: 100%;
}
.lg\:h-screen {
height: 100vh;
}
.lg\:h-auto {
height: auto;
}
}
@media (min-width: 1200px) {
.xl\:h-0 {
height: 0;
}
.xl\:h-1\/2 {
height: 50%;
}
.xl\:h-1\/3 {
height: 33.33333%;
}
.xl\:h-2\/3 {
height: 66.66667%;
}
.xl\:h-1\/4 {
height: 25%;
}
.xl\:h-3\/4 {
height: 75%;
}
.xl\:h-1\/5 {
height: 20%;
}
.xl\:h-2\/5 {
height: 40%;
}
.xl\:h-3\/5 {
height: 60%;
}
.xl\:h-4\/5 {
height: 80%;
}
.xl\:h-1\/6 {
height: 16.66667%;
}
.xl\:h-full {
height: 100%;
}
.xl\:h-screen {
height: 100vh;
}
.xl\:h-auto {
height: auto;
}
}
.font-sans {
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.font-serif {
font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}
.font-mono {
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.font-italic {
font-style: italic;
}
.font-roman {
font-style: normal;
}
.font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.font-xs {
font-size: 0.75rem;
}
.font-sm {
font-size: 0.875rem;
}
.font-base {
font-size: 1rem;
}
.font-lg {
font-size: 1.125rem;
}
.font-xl {
font-size: 1.25rem;
}
.font-2xl {
font-size: 1.5rem;
}
.font-3xl {
font-size: 1.875rem;
}
.font-4xl {
font-size: 2.25rem;
}
.font-5xl {
font-size: 3rem;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-bold {
font-weight: 700;
}
.font-bolder {
font-weight: 800;
}
@media (min-width: 576px) {
.sm\:font-italic {
font-style: italic;
}
.sm\:font-roman {
font-style: normal;
}
.sm\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sm\:font-xs {
font-size: 0.75rem;
}
.sm\:font-sm {
font-size: 0.875rem;
}
.sm\:font-base {
font-size: 1rem;
}
.sm\:font-lg {
font-size: 1.125rem;
}
.sm\:font-xl {
font-size: 1.25rem;
}
.sm\:font-2xl {
font-size: 1.5rem;
}
.sm\:font-3xl {
font-size: 1.875rem;
}
.sm\:font-4xl {
font-size: 2.25rem;
}
.sm\:font-5xl {
font-size: 3rem;
}
.sm\:font-thin {
font-weight: 200;
}
.sm\:font-light {
font-weight: 300;
}
.sm\:font-normal {
font-weight: 400;
}
.sm\:font-medium {
font-weight: 500;
}
.sm\:font-bold {
font-weight: 700;
}
.sm\:font-bolder {
font-weight: 800;
}
}
@media (min-width: 768px) {
.md\:font-italic {
font-style: italic;
}
.md\:font-roman {
font-style: normal;
}
.md\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.md\:font-xs {
font-size: 0.75rem;
}
.md\:font-sm {
font-size: 0.875rem;
}
.md\:font-base {
font-size: 1rem;
}
.md\:font-lg {
font-size: 1.125rem;
}
.md\:font-xl {
font-size: 1.25rem;
}
.md\:font-2xl {
font-size: 1.5rem;
}
.md\:font-3xl {
font-size: 1.875rem;
}
.md\:font-4xl {
font-size: 2.25rem;
}
.md\:font-5xl {
font-size: 3rem;
}
.md\:font-thin {
font-weight: 200;
}
.md\:font-light {
font-weight: 300;
}
.md\:font-normal {
font-weight: 400;
}
.md\:font-medium {
font-weight: 500;
}
.md\:font-bold {
font-weight: 700;
}
.md\:font-bolder {
font-weight: 800;
}
}
@media (min-width: 992px) {
.lg\:font-italic {
font-style: italic;
}
.lg\:font-roman {
font-style: normal;
}
.lg\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg\:font-xs {
font-size: 0.75rem;
}
.lg\:font-sm {
font-size: 0.875rem;
}
.lg\:font-base {
font-size: 1rem;
}
.lg\:font-lg {
font-size: 1.125rem;
}
.lg\:font-xl {
font-size: 1.25rem;
}
.lg\:font-2xl {
font-size: 1.5rem;
}
.lg\:font-3xl {
font-size: 1.875rem;
}
.lg\:font-4xl {
font-size: 2.25rem;
}
.lg\:font-5xl {
font-size: 3rem;
}
.lg\:font-thin {
font-weight: 200;
}
.lg\:font-light {
font-weight: 300;
}
.lg\:font-normal {
font-weight: 400;
}
.lg\:font-medium {
font-weight: 500;
}
.lg\:font-bold {
font-weight: 700;
}
.lg\:font-bolder {
font-weight: 800;
}
}
@media (min-width: 1200px) {
.xl\:font-italic {
font-style: italic;
}
.xl\:font-roman {
font-style: normal;
}
.xl\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xl\:font-xs {
font-size: 0.75rem;
}
.xl\:font-sm {
font-size: 0.875rem;
}
.xl\:font-base {
font-size: 1rem;
}
.xl\:font-lg {
font-size: 1.125rem;
}
.xl\:font-xl {
font-size: 1.25rem;
}
.xl\:font-2xl {
font-size: 1.5rem;
}
.xl\:font-3xl {
font-size: 1.875rem;
}
.xl\:font-4xl {
font-size: 2.25rem;
}
.xl\:font-5xl {
font-size: 3rem;
}
.xl\:font-thin {
font-weight: 200;
}
.xl\:font-light {
font-weight: 300;
}
.xl\:font-normal {
font-weight: 400;
}
.xl\:font-medium {
font-weight: 500;
}
.xl\:font-bold {
font-weight: 700;
}
.xl\:font-bolder {
font-weight: 800;
}
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-underline {
text-decoration: underline;
}
.text-overline {
text-decoration: overline;
}
.text-line-through {
text-decoration: line-through;
}
.text-capitalize {
text-transform: capitalize;
}
.text-uppercase {
text-transform: uppercase;
}
.text-lowercase {
text-transform: lowercase;
}
@media (min-width: 576px) {
.sm\:text-center {
text-align: center;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-right {
text-align: right;
}
.sm\:text-justify {
text-align: justify;
}
.sm\:text-underline {
text-decoration: underline;
}
.sm\:text-overline {
text-decoration: overline;
}
.sm\:text-line-through {
text-decoration: line-through;
}
.sm\:text-capitalize {
text-transform: capitalize;
}
.sm\:text-uppercase {
text-transform: uppercase;
}
.sm\:text-lowercase {
text-transform: lowercase;
}
}
@media (min-width: 768px) {
.md\:text-center {
text-align: center;
}
.md\:text-left {
text-align: left;
}
.md\:text-right {
text-align: right;
}
.md\:text-justify {
text-align: justify;
}
.md\:text-underline {
text-decoration: underline;
}
.md\:text-overline {
text-decoration: overline;
}
.md\:text-line-through {
text-decoration: line-through;
}
.md\:text-capitalize {
text-transform: capitalize;
}
.md\:text-uppercase {
text-transform: uppercase;
}
.md\:text-lowercase {
text-transform: lowercase;
}
}
@media (min-width: 992px) {
.lg\:text-center {
text-align: center;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-justify {
text-align: justify;
}
.lg\:text-underline {
text-decoration: underline;
}
.lg\:text-overline {
text-decoration: overline;
}
.lg\:text-line-through {
text-decoration: line-through;
}
.lg\:text-capitalize {
text-transform: capitalize;
}
.lg\:text-uppercase {
text-transform: uppercase;
}
.lg\:text-lowercase {
text-transform: lowercase;
}
}
@media (min-width: 1200px) {
.xl\:text-center {
text-align: center;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-right {
text-align: right;
}
.xl\:text-justify {
text-align: justify;
}
.xl\:text-underline {
text-decoration: underline;
}
.xl\:text-overline {
text-decoration: overline;
}
.xl\:text-line-through {
text-decoration: line-through;
}
.xl\:text-capitalize {
text-transform: capitalize;
}
.xl\:text-uppercase {
text-transform: uppercase;
}
.xl\:text-lowercase {
text-transform: lowercase;
}
}
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-repeat-x {
background-repeat: repeat-x;
}
.bg-repeat-y {
background-repeat: repeat-y;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.bg-center {
background-position: center;
}
.bg-top {
background-position: top;
}
.bg-right {
background-position: right;
}
.bg-bottom {
background-position: bottom;
}
.bg-left {
background-position: left;
}
.bg-right-top {
background-position: right top;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-left-bottom {
background-position: left bottom;
}
@media (min-width: 576px) {
.sm\:bg-fixed {
background-attachment: fixed;
}
.sm\:bg-local {
background-attachment: local;
}
.sm\:bg-scroll {
background-attachment: scroll;
}
.sm\:bg-repeat {
background-repeat: repeat;
}
.sm\:bg-no-repeat {
background-repeat: no-repeat;
}
.sm\:bg-repeat-x {
background-repeat: repeat-x;
}
.sm\:bg-repeat-y {
background-repeat: repeat-y;
}
.sm\:bg-auto {
background-size: auto;
}
.sm\:bg-cover {
background-size: cover;
}
.sm\:bg-contain {
background-size: contain;
}
.sm\:bg-center {
background-position: center;
}
.sm\:bg-top {
background-position: top;
}
.sm\:bg-right {
background-position: right;
}
.sm\:bg-bottom {
background-position: bottom;
}
.sm\:bg-left {
background-position: left;
}
.sm\:bg-right-top {
background-position: right top;
}
.sm\:bg-right-bottom {
background-position: right bottom;
}
.sm\:bg-left-top {
background-position: left top;
}
.sm\:bg-left-bottom {
background-position: left bottom;
}
}
@media (min-width: 768px) {
.md\:bg-fixed {
background-attachment: fixed;
}
.md\:bg-local {
background-attachment: local;
}
.md\:bg-scroll {
background-attachment: scroll;
}
.md\:bg-repeat {
background-repeat: repeat;
}
.md\:bg-no-repeat {
background-repeat: no-repeat;
}
.md\:bg-repeat-x {
background-repeat: repeat-x;
}
.md\:bg-repeat-y {
background-repeat: repeat-y;
}
.md\:bg-auto {
background-size: auto;
}
.md\:bg-cover {
background-size: cover;
}
.md\:bg-contain {
background-size: contain;
}
.md\:bg-center {
background-position: center;
}
.md\:bg-top {
background-position: top;
}
.md\:bg-right {
background-position: right;
}
.md\:bg-bottom {
background-position: bottom;
}
.md\:bg-left {
background-position: left;
}
.md\:bg-right-top {
background-position: right top;
}
.md\:bg-right-bottom {
background-position: right bottom;
}
.md\:bg-left-top {
background-position: left top;
}
.md\:bg-left-bottom {
background-position: left bottom;
}
}
@media (min-width: 992px) {
.lg\:bg-fixed {
background-attachment: fixed;
}
.lg\:bg-local {
background-attachment: local;
}
.lg\:bg-scroll {
background-attachment: scroll;
}
.lg\:bg-repeat {
background-repeat: repeat;
}
.lg\:bg-no-repeat {
background-repeat: no-repeat;
}
.lg\:bg-repeat-x {
background-repeat: repeat-x;
}
.lg\:bg-repeat-y {
background-repeat: repeat-y;
}
.lg\:bg-auto {
background-size: auto;
}
.lg\:bg-cover {
background-size: cover;
}
.lg\:bg-contain {
background-size: contain;
}
.lg\:bg-center {
background-position: center;
}
.lg\:bg-top {
background-position: top;
}
.lg\:bg-right {
background-position: right;
}
.lg\:bg-bottom {
background-position: bottom;
}
.lg\:bg-left {
background-position: left;
}
.lg\:bg-right-top {
background-position: right top;
}
.lg\:bg-right-bottom {
background-position: right bottom;
}
.lg\:bg-left-top {
background-position: left top;
}
.lg\:bg-left-bottom {
background-position: left bottom;
}
}
@media (min-width: 1200px) {
.xl\:bg-fixed {
background-attachment: fixed;
}
.xl\:bg-local {
background-attachment: local;
}
.xl\:bg-scroll {
background-attachment: scroll;
}
.xl\:bg-repeat {
background-repeat: repeat;
}
.xl\:bg-no-repeat {
background-repeat: no-repeat;
}
.xl\:bg-repeat-x {
background-repeat: repeat-x;
}
.xl\:bg-repeat-y {
background-repeat: repeat-y;
}
.xl\:bg-auto {
background-size: auto;
}
.xl\:bg-cover {
background-size: cover;
}
.xl\:bg-contain {
background-size: contain;
}
.xl\:bg-center {
background-position: center;
}
.xl\:bg-top {
background-position: top;
}
.xl\:bg-right {
background-position: right;
}
.xl\:bg-bottom {
background-position: bottom;
}
.xl\:bg-left {
background-position: left;
}
.xl\:bg-right-top {
background-position: right top;
}
.xl\:bg-right-bottom {
background-position: right bottom;
}
.xl\:bg-left-top {
background-position: left top;
}
.xl\:bg-left-bottom {
background-position: left bottom;
}
}
.border {
border: 1px solid;
}
.border-top {
border-top: 1px solid;
}
.border-right {
border-right: 1px solid;
}
.border-bottom {
border-bottom: 1px solid;
}
.border-left {
border-left: 1px solid;
}
.border-solid {
border-style: solid;
}
.border-dotted {
border-style: dotted;
}
.border-dashed {
border-style: dashed;
}
.border-width-1 {
border-width: 1px;
}
.border-width-2 {
border-width: 2px;
}
.border-width-3 {
border-width: 3px;
}
.border-width-4 {
border-width: 4px;
}
.border-width-5 {
border-width: 5px;
}
.border-width-6 {
border-width: 6px;
}
.border-radius-none {
border-radius: 0;
}
.border-radius-sm {
border-radius: 0.125rem;
}
.border-radius-md {
border-radius: 0.25rem;
}
.border-radius-lg {
border-radius: 0.5rem;
}
.border-radius-full {
border-radius: 50%;
}
.border-radius-pill {
border-radius: 50rem;
}
.border-none {
border: none;
}
@media (min-width: 576px) {
.sm\:border {
border: 1px solid;
}
.sm\:border-top {
border-top: 1px solid;
}
.sm\:border-right {
border-right: 1px solid;
}
.sm\:border-bottom {
border-bottom: 1px solid;
}
.sm\:border-left {
border-left: 1px solid;
}
.sm\:border-none {
border: none;
}
}
@media (min-width: 768px) {
.md\:border {
border: 1px solid;
}
.md\:border-top {
border-top: 1px solid;
}
.md\:border-right {
border-right: 1px solid;
}
.md\:border-bottom {
border-bottom: 1px solid;
}
.md\:border-left {
border-left: 1px solid;
}
.md\:border-none {
border: none;
}
}
@media (min-width: 992px) {
.lg\:border {
border: 1px solid;
}
.lg\:border-top {
border-top: 1px solid;
}
.lg\:border-right {
border-right: 1px solid;
}
.lg\:border-bottom {
border-bottom: 1px solid;
}
.lg\:border-left {
border-left: 1px solid;
}
.lg\:border-none {
border: none;
}
}
@media (min-width: 1200px) {
.xl\:border {
border: 1px solid;
}
.xl\:border-top {
border-top: 1px solid;
}
.xl\:border-right {
border-right: 1px solid;
}
.xl\:border-bottom {
border-bottom: 1px solid;
}
.xl\:border-left {
border-left: 1px solid;
}
.xl\:border-none {
border: none;
}
}
.shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
@media (min-width: 576px) {
.sm\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sm\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sm\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.sm\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.sm\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
@media (min-width: 768px) {
.md\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.md\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
@media (min-width: 992px) {
.lg\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.lg\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.lg\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.lg\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.lg\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
@media (min-width: 1200px) {
.xl\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.xl\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.xl\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.xl\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.xl\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
.list-outside {
list-style-position: outside;
}
.list-inside {
list-style-position: inside;
}
.list-disc {
list-style-type: disc;
}
.list-circle {
list-style-type: circle;
}
.list-square {
list-style-type: square;
}
.list-decimal {
list-style-type: decimal;
}
.list-lower-alpha {
list-style-type: lower-alpha;
}
.list-upper-alpha {
list-style-type: upper-alpha;
}
.list-lower-roman {
list-style-type: lower-roman;
}
.list-upper-roman {
list-style-type: upper-roman;
}
.list-unstyled {
list-style: none;
padding: 0;
}
@media (min-width: 576px) {
.sm\:list-outside {
list-style-position: outside;
}
.sm\:list-inside {
list-style-position: inside;
}
.sm\:list-disc {
list-style-type: disc;
}
.sm\:list-circle {
list-style-type: circle;
}
.sm\:list-square {
list-style-type: square;
}
.sm\:list-decimal {
list-style-type: decimal;
}
.sm\:list-lower-alpha {
list-style-type: lower-alpha;
}
.sm\:list-upper-alpha {
list-style-type: upper-alpha;
}
.sm\:list-lower-roman {
list-style-type: lower-roman;
}
.sm\:list-upper-roman {
list-style-type: upper-roman;
}
.sm\:list-unstyled {
list-style: none;
padding: 0;
}
}
@media (min-width: 768px) {
.md\:list-outside {
list-style-position: outside;
}
.md\:list-inside {
list-style-position: inside;
}
.md\:list-disc {
list-style-type: disc;
}
.md\:list-circle {
list-style-type: circle;
}
.md\:list-square {
list-style-type: square;
}
.md\:list-decimal {
list-style-type: decimal;
}
.md\:list-lower-alpha {
list-style-type: lower-alpha;
}
.md\:list-upper-alpha {
list-style-type: upper-alpha;
}
.md\:list-lower-roman {
list-style-type: lower-roman;
}
.md\:list-upper-roman {
list-style-type: upper-roman;
}
.md\:list-unstyled {
list-style: none;
padding: 0;
}
}
@media (min-width: 992px) {
.lg\:list-outside {
list-style-position: outside;
}
.lg\:list-inside {
list-style-position: inside;
}
.lg\:list-disc {
list-style-type: disc;
}
.lg\:list-circle {
list-style-type: circle;
}
.lg\:list-square {
list-style-type: square;
}
.lg\:list-decimal {
list-style-type: decimal;
}
.lg\:list-lower-alpha {
list-style-type: lower-alpha;
}
.lg\:list-upper-alpha {
list-style-type: upper-alpha;
}
.lg\:list-lower-roman {
list-style-type: lower-roman;
}
.lg\:list-upper-roman {
list-style-type: upper-roman;
}
.lg\:list-unstyled {
list-style: none;
padding: 0;
}
}
@media (min-width: 1200px) {
.xl\:list-outside {
list-style-position: outside;
}
.xl\:list-inside {
list-style-position: inside;
}
.xl\:list-disc {
list-style-type: disc;
}
.xl\:list-circle {
list-style-type: circle;
}
.xl\:list-square {
list-style-type: square;
}
.xl\:list-decimal {
list-style-type: decimal;
}
.xl\:list-lower-alpha {
list-style-type: lower-alpha;
}
.xl\:list-upper-alpha {
list-style-type: upper-alpha;
}
.xl\:list-lower-roman {
list-style-type: lower-roman;
}
.xl\:list-upper-roman {
list-style-type: upper-roman;
}
.xl\:list-unstyled {
list-style: none;
padding: 0;
}
}
.ratio-21by9::before {
display: block;
content: "";
padding-top: 42.857143%;
}
.ratio-16by9::before {
display: block;
content: "";
padding-top: 56.25%;
}
.ratio-4by3::before {
display: block;
content: "";
padding-top: 75%;
}
.ratio-1by1::before {
display: block;
content: "";
padding-top: 100%;
}
.container {
width: 100%;
margin: 0 auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
min-width: 100%;
}
@supports (grid-area: auto) {
.grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
@media (min-width: 576px) {
.sm\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
@media (min-width: 768px) {
.md\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
@media (min-width: 992px) {
.lg\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
@media (min-width: 1200px) {
.xl\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
.has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.column-gap-5 {
grid-column-gap: 5px;
}
.row-gap-5 {
grid-row-gap: 5px;
}
.column-start-1 {
grid-column-start: 1;
}
.column-end-1 {
grid-column-end: 2;
}
.column-span-1 {
grid-column-end: span 1;
}
.row-start-1 {
grid-row-start: 1;
}
.row-end-1 {
grid-row-end: 2;
}
.row-span-1 {
grid-row-end: span 1;
}
.has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.column-gap-10 {
grid-column-gap: 10px;
}
.row-gap-10 {
grid-row-gap: 10px;
}
.column-start-2 {
grid-column-start: 2;
}
.column-end-2 {
grid-column-end: 3;
}
.column-span-2 {
grid-column-end: span 2;
}
.row-start-2 {
grid-row-start: 2;
}
.row-end-2 {
grid-row-end: 3;
}
.row-span-2 {
grid-row-end: span 2;
}
.has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.column-gap-15 {
grid-column-gap: 15px;
}
.row-gap-15 {
grid-row-gap: 15px;
}
.column-start-3 {
grid-column-start: 3;
}
.column-end-3 {
grid-column-end: 4;
}
.column-span-3 {
grid-column-end: span 3;
}
.row-start-3 {
grid-row-start: 3;
}
.row-end-3 {
grid-row-end: 4;
}
.row-span-3 {
grid-row-end: span 3;
}
.has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.column-gap-20 {
grid-column-gap: 20px;
}
.row-gap-20 {
grid-row-gap: 20px;
}
.column-start-4 {
grid-column-start: 4;
}
.column-end-4 {
grid-column-end: 5;
}
.column-span-4 {
grid-column-end: span 4;
}
.row-start-4 {
grid-row-start: 4;
}
.row-end-4 {
grid-row-end: 5;
}
.row-span-4 {
grid-row-end: span 4;
}
.has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.column-gap-25 {
grid-column-gap: 25px;
}
.row-gap-25 {
grid-row-gap: 25px;
}
.column-start-5 {
grid-column-start: 5;
}
.column-end-5 {
grid-column-end: 6;
}
.column-span-5 {
grid-column-end: span 5;
}
.row-start-5 {
grid-row-start: 5;
}
.row-end-5 {
grid-row-end: 6;
}
.row-span-5 {
grid-row-end: span 5;
}
.has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.column-gap-30 {
grid-column-gap: 30px;
}
.row-gap-30 {
grid-row-gap: 30px;
}
.column-start-6 {
grid-column-start: 6;
}
.column-end-6 {
grid-column-end: 7;
}
.column-span-6 {
grid-column-end: span 6;
}
.row-start-6 {
grid-row-start: 6;
}
.row-end-6 {
grid-row-end: 7;
}
.row-span-6 {
grid-row-end: span 6;
}
.has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.column-gap-35 {
grid-column-gap: 35px;
}
.row-gap-35 {
grid-row-gap: 35px;
}
.column-start-7 {
grid-column-start: 7;
}
.column-end-7 {
grid-column-end: 8;
}
.column-span-7 {
grid-column-end: span 7;
}
.row-start-7 {
grid-row-start: 7;
}
.row-end-7 {
grid-row-end: 8;
}
.row-span-7 {
grid-row-end: span 7;
}
.has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.column-gap-40 {
grid-column-gap: 40px;
}
.row-gap-40 {
grid-row-gap: 40px;
}
.column-start-8 {
grid-column-start: 8;
}
.column-end-8 {
grid-column-end: 9;
}
.column-span-8 {
grid-column-end: span 8;
}
.row-start-8 {
grid-row-start: 8;
}
.row-end-8 {
grid-row-end: 9;
}
.row-span-8 {
grid-row-end: span 8;
}
.has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.column-gap-45 {
grid-column-gap: 45px;
}
.row-gap-45 {
grid-row-gap: 45px;
}
.column-start-9 {
grid-column-start: 9;
}
.column-end-9 {
grid-column-end: 10;
}
.column-span-9 {
grid-column-end: span 9;
}
.row-start-9 {
grid-row-start: 9;
}
.row-end-9 {
grid-row-end: 10;
}
.row-span-9 {
grid-row-end: span 9;
}
.has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.column-gap-50 {
grid-column-gap: 50px;
}
.row-gap-50 {
grid-row-gap: 50px;
}
.column-start-10 {
grid-column-start: 10;
}
.column-end-10 {
grid-column-end: 11;
}
.column-span-10 {
grid-column-end: span 10;
}
.row-start-10 {
grid-row-start: 10;
}
.row-end-10 {
grid-row-end: 11;
}
.row-span-10 {
grid-row-end: span 10;
}
.has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.column-gap-55 {
grid-column-gap: 55px;
}
.row-gap-55 {
grid-row-gap: 55px;
}
.column-start-11 {
grid-column-start: 11;
}
.column-end-11 {
grid-column-end: 12;
}
.column-span-11 {
grid-column-end: span 11;
}
.row-start-11 {
grid-row-start: 11;
}
.row-end-11 {
grid-row-end: 12;
}
.row-span-11 {
grid-row-end: span 11;
}
.has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.column-gap-60 {
grid-column-gap: 60px;
}
.row-gap-60 {
grid-row-gap: 60px;
}
.column-start-12 {
grid-column-start: 12;
}
.column-end-12 {
grid-column-end: 13;
}
.column-span-12 {
grid-column-end: span 12;
}
.row-start-12 {
grid-row-start: 12;
}
.row-end-12 {
grid-row-end: 13;
}
.row-span-12 {
grid-row-end: span 12;
}
.justify-items-start {
justify-items: start;
}
.align-items-start {
align-items: start;
}
.justify-self-start {
justify-self: start;
}
.align-self-start {
align-self: start;
}
.justify-items-end {
justify-items: end;
}
.align-items-end {
align-items: end;
}
.justify-self-end {
justify-self: end;
}
.align-self-end {
align-self: end;
}
.justify-items-center {
justify-items: center;
}
.align-items-center {
align-items: center;
}
.justify-self-center {
justify-self: center;
}
.align-self-center {
align-self: center;
}
.justify-items-stretch {
justify-items: stretch;
}
.align-items-stretch {
align-items: stretch;
}
.justify-self-stretch {
justify-self: stretch;
}
.align-self-stretch {
align-self: stretch;
}
.justify-content-start {
justify-content: start;
}
.align-content-start {
align-content: start;
}
.justify-content-end {
justify-content: end;
}
.align-content-end {
align-content: end;
}
.justify-content-center {
justify-content: center;
}
.align-content-center {
align-content: center;
}
.justify-content-stretch {
justify-content: stretch;
}
.align-content-stretch {
align-content: stretch;
}
.justify-content-space-around {
justify-content: space-around;
}
.align-content-space-around {
align-content: space-around;
}
.justify-content-space-between {
justify-content: space-between;
}
.align-content-space-between {
align-content: space-between;
}
.justify-content-space-evenly {
justify-content: space-evenly;
}
.align-content-space-evenly {
align-content: space-evenly;
}
.auto-flow-row {
grid-auto-flow: row;
}
.auto-flow-column {
grid-auto-flow: column;
}
@media (min-width: 576px) {
.sm\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.sm\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.sm\:column-gap-5 {
grid-column-gap: 5px;
}
.sm\:row-gap-5 {
grid-row-gap: 5px;
}
.sm\:column-start-1 {
grid-column-start: 1;
}
.sm\:column-end-1 {
grid-column-end: 2;
}
.sm\:column-span-1 {
grid-column-end: span 1;
}
.sm\:row-start-1 {
grid-row-start: 1;
}
.sm\:row-end-1 {
grid-row-end: 2;
}
.sm\:row-span-1 {
grid-row-end: span 1;
}
.sm\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.sm\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.sm\:column-gap-10 {
grid-column-gap: 10px;
}
.sm\:row-gap-10 {
grid-row-gap: 10px;
}
.sm\:column-start-2 {
grid-column-start: 2;
}
.sm\:column-end-2 {
grid-column-end: 3;
}
.sm\:column-span-2 {
grid-column-end: span 2;
}
.sm\:row-start-2 {
grid-row-start: 2;
}
.sm\:row-end-2 {
grid-row-end: 3;
}
.sm\:row-span-2 {
grid-row-end: span 2;
}
.sm\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.sm\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.sm\:column-gap-15 {
grid-column-gap: 15px;
}
.sm\:row-gap-15 {
grid-row-gap: 15px;
}
.sm\:column-start-3 {
grid-column-start: 3;
}
.sm\:column-end-3 {
grid-column-end: 4;
}
.sm\:column-span-3 {
grid-column-end: span 3;
}
.sm\:row-start-3 {
grid-row-start: 3;
}
.sm\:row-end-3 {
grid-row-end: 4;
}
.sm\:row-span-3 {
grid-row-end: span 3;
}
.sm\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.sm\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.sm\:column-gap-20 {
grid-column-gap: 20px;
}
.sm\:row-gap-20 {
grid-row-gap: 20px;
}
.sm\:column-start-4 {
grid-column-start: 4;
}
.sm\:column-end-4 {
grid-column-end: 5;
}
.sm\:column-span-4 {
grid-column-end: span 4;
}
.sm\:row-start-4 {
grid-row-start: 4;
}
.sm\:row-end-4 {
grid-row-end: 5;
}
.sm\:row-span-4 {
grid-row-end: span 4;
}
.sm\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.sm\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.sm\:column-gap-25 {
grid-column-gap: 25px;
}
.sm\:row-gap-25 {
grid-row-gap: 25px;
}
.sm\:column-start-5 {
grid-column-start: 5;
}
.sm\:column-end-5 {
grid-column-end: 6;
}
.sm\:column-span-5 {
grid-column-end: span 5;
}
.sm\:row-start-5 {
grid-row-start: 5;
}
.sm\:row-end-5 {
grid-row-end: 6;
}
.sm\:row-span-5 {
grid-row-end: span 5;
}
.sm\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.sm\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.sm\:column-gap-30 {
grid-column-gap: 30px;
}
.sm\:row-gap-30 {
grid-row-gap: 30px;
}
.sm\:column-start-6 {
grid-column-start: 6;
}
.sm\:column-end-6 {
grid-column-end: 7;
}
.sm\:column-span-6 {
grid-column-end: span 6;
}
.sm\:row-start-6 {
grid-row-start: 6;
}
.sm\:row-end-6 {
grid-row-end: 7;
}
.sm\:row-span-6 {
grid-row-end: span 6;
}
.sm\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.sm\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.sm\:column-gap-35 {
grid-column-gap: 35px;
}
.sm\:row-gap-35 {
grid-row-gap: 35px;
}
.sm\:column-start-7 {
grid-column-start: 7;
}
.sm\:column-end-7 {
grid-column-end: 8;
}
.sm\:column-span-7 {
grid-column-end: span 7;
}
.sm\:row-start-7 {
grid-row-start: 7;
}
.sm\:row-end-7 {
grid-row-end: 8;
}
.sm\:row-span-7 {
grid-row-end: span 7;
}
.sm\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.sm\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.sm\:column-gap-40 {
grid-column-gap: 40px;
}
.sm\:row-gap-40 {
grid-row-gap: 40px;
}
.sm\:column-start-8 {
grid-column-start: 8;
}
.sm\:column-end-8 {
grid-column-end: 9;
}
.sm\:column-span-8 {
grid-column-end: span 8;
}
.sm\:row-start-8 {
grid-row-start: 8;
}
.sm\:row-end-8 {
grid-row-end: 9;
}
.sm\:row-span-8 {
grid-row-end: span 8;
}
.sm\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.sm\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.sm\:column-gap-45 {
grid-column-gap: 45px;
}
.sm\:row-gap-45 {
grid-row-gap: 45px;
}
.sm\:column-start-9 {
grid-column-start: 9;
}
.sm\:column-end-9 {
grid-column-end: 10;
}
.sm\:column-span-9 {
grid-column-end: span 9;
}
.sm\:row-start-9 {
grid-row-start: 9;
}
.sm\:row-end-9 {
grid-row-end: 10;
}
.sm\:row-span-9 {
grid-row-end: span 9;
}
.sm\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.sm\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.sm\:column-gap-50 {
grid-column-gap: 50px;
}
.sm\:row-gap-50 {
grid-row-gap: 50px;
}
.sm\:column-start-10 {
grid-column-start: 10;
}
.sm\:column-end-10 {
grid-column-end: 11;
}
.sm\:column-span-10 {
grid-column-end: span 10;
}
.sm\:row-start-10 {
grid-row-start: 10;
}
.sm\:row-end-10 {
grid-row-end: 11;
}
.sm\:row-span-10 {
grid-row-end: span 10;
}
.sm\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.sm\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.sm\:column-gap-55 {
grid-column-gap: 55px;
}
.sm\:row-gap-55 {
grid-row-gap: 55px;
}
.sm\:column-start-11 {
grid-column-start: 11;
}
.sm\:column-end-11 {
grid-column-end: 12;
}
.sm\:column-span-11 {
grid-column-end: span 11;
}
.sm\:row-start-11 {
grid-row-start: 11;
}
.sm\:row-end-11 {
grid-row-end: 12;
}
.sm\:row-span-11 {
grid-row-end: span 11;
}
.sm\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.sm\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.sm\:column-gap-60 {
grid-column-gap: 60px;
}
.sm\:row-gap-60 {
grid-row-gap: 60px;
}
.sm\:column-start-12 {
grid-column-start: 12;
}
.sm\:column-end-12 {
grid-column-end: 13;
}
.sm\:column-span-12 {
grid-column-end: span 12;
}
.sm\:row-start-12 {
grid-row-start: 12;
}
.sm\:row-end-12 {
grid-row-end: 13;
}
.sm\:row-span-12 {
grid-row-end: span 12;
}
.sm\:justify-items-start {
justify-items: start;
}
.sm\:align-items-start {
align-items: start;
}
.sm\:justify-self-start {
justify-self: start;
}
.sm\:align-self-start {
align-self: start;
}
.sm\:justify-items-end {
justify-items: end;
}
.sm\:align-items-end {
align-items: end;
}
.sm\:justify-self-end {
justify-self: end;
}
.sm\:align-self-end {
align-self: end;
}
.sm\:justify-items-center {
justify-items: center;
}
.sm\:align-items-center {
align-items: center;
}
.sm\:justify-self-center {
justify-self: center;
}
.sm\:align-self-center {
align-self: center;
}
.sm\:justify-items-stretch {
justify-items: stretch;
}
.sm\:align-items-stretch {
align-items: stretch;
}
.sm\:justify-self-stretch {
justify-self: stretch;
}
.sm\:align-self-stretch {
align-self: stretch;
}
.sm\:justify-content-start {
justify-content: start;
}
.sm\:align-content-start {
align-content: start;
}
.sm\:justify-content-end {
justify-content: end;
}
.sm\:align-content-end {
align-content: end;
}
.sm\:justify-content-center {
justify-content: center;
}
.sm\:align-content-center {
align-content: center;
}
.sm\:justify-content-stretch {
justify-content: stretch;
}
.sm\:align-content-stretch {
align-content: stretch;
}
.sm\:justify-content-space-around {
justify-content: space-around;
}
.sm\:align-content-space-around {
align-content: space-around;
}
.sm\:justify-content-space-between {
justify-content: space-between;
}
.sm\:align-content-space-between {
align-content: space-between;
}
.sm\:justify-content-space-evenly {
justify-content: space-evenly;
}
.sm\:align-content-space-evenly {
align-content: space-evenly;
}
.sm\:auto-flow-row {
grid-auto-flow: row;
}
.sm\:auto-flow-column {
grid-auto-flow: column;
}
}
@media (min-width: 768px) {
.md\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.md\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.md\:column-gap-5 {
grid-column-gap: 5px;
}
.md\:row-gap-5 {
grid-row-gap: 5px;
}
.md\:column-start-1 {
grid-column-start: 1;
}
.md\:column-end-1 {
grid-column-end: 2;
}
.md\:column-span-1 {
grid-column-end: span 1;
}
.md\:row-start-1 {
grid-row-start: 1;
}
.md\:row-end-1 {
grid-row-end: 2;
}
.md\:row-span-1 {
grid-row-end: span 1;
}
.md\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.md\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.md\:column-gap-10 {
grid-column-gap: 10px;
}
.md\:row-gap-10 {
grid-row-gap: 10px;
}
.md\:column-start-2 {
grid-column-start: 2;
}
.md\:column-end-2 {
grid-column-end: 3;
}
.md\:column-span-2 {
grid-column-end: span 2;
}
.md\:row-start-2 {
grid-row-start: 2;
}
.md\:row-end-2 {
grid-row-end: 3;
}
.md\:row-span-2 {
grid-row-end: span 2;
}
.md\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.md\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.md\:column-gap-15 {
grid-column-gap: 15px;
}
.md\:row-gap-15 {
grid-row-gap: 15px;
}
.md\:column-start-3 {
grid-column-start: 3;
}
.md\:column-end-3 {
grid-column-end: 4;
}
.md\:column-span-3 {
grid-column-end: span 3;
}
.md\:row-start-3 {
grid-row-start: 3;
}
.md\:row-end-3 {
grid-row-end: 4;
}
.md\:row-span-3 {
grid-row-end: span 3;
}
.md\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.md\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.md\:column-gap-20 {
grid-column-gap: 20px;
}
.md\:row-gap-20 {
grid-row-gap: 20px;
}
.md\:column-start-4 {
grid-column-start: 4;
}
.md\:column-end-4 {
grid-column-end: 5;
}
.md\:column-span-4 {
grid-column-end: span 4;
}
.md\:row-start-4 {
grid-row-start: 4;
}
.md\:row-end-4 {
grid-row-end: 5;
}
.md\:row-span-4 {
grid-row-end: span 4;
}
.md\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.md\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.md\:column-gap-25 {
grid-column-gap: 25px;
}
.md\:row-gap-25 {
grid-row-gap: 25px;
}
.md\:column-start-5 {
grid-column-start: 5;
}
.md\:column-end-5 {
grid-column-end: 6;
}
.md\:column-span-5 {
grid-column-end: span 5;
}
.md\:row-start-5 {
grid-row-start: 5;
}
.md\:row-end-5 {
grid-row-end: 6;
}
.md\:row-span-5 {
grid-row-end: span 5;
}
.md\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.md\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.md\:column-gap-30 {
grid-column-gap: 30px;
}
.md\:row-gap-30 {
grid-row-gap: 30px;
}
.md\:column-start-6 {
grid-column-start: 6;
}
.md\:column-end-6 {
grid-column-end: 7;
}
.md\:column-span-6 {
grid-column-end: span 6;
}
.md\:row-start-6 {
grid-row-start: 6;
}
.md\:row-end-6 {
grid-row-end: 7;
}
.md\:row-span-6 {
grid-row-end: span 6;
}
.md\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.md\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.md\:column-gap-35 {
grid-column-gap: 35px;
}
.md\:row-gap-35 {
grid-row-gap: 35px;
}
.md\:column-start-7 {
grid-column-start: 7;
}
.md\:column-end-7 {
grid-column-end: 8;
}
.md\:column-span-7 {
grid-column-end: span 7;
}
.md\:row-start-7 {
grid-row-start: 7;
}
.md\:row-end-7 {
grid-row-end: 8;
}
.md\:row-span-7 {
grid-row-end: span 7;
}
.md\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.md\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.md\:column-gap-40 {
grid-column-gap: 40px;
}
.md\:row-gap-40 {
grid-row-gap: 40px;
}
.md\:column-start-8 {
grid-column-start: 8;
}
.md\:column-end-8 {
grid-column-end: 9;
}
.md\:column-span-8 {
grid-column-end: span 8;
}
.md\:row-start-8 {
grid-row-start: 8;
}
.md\:row-end-8 {
grid-row-end: 9;
}
.md\:row-span-8 {
grid-row-end: span 8;
}
.md\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.md\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.md\:column-gap-45 {
grid-column-gap: 45px;
}
.md\:row-gap-45 {
grid-row-gap: 45px;
}
.md\:column-start-9 {
grid-column-start: 9;
}
.md\:column-end-9 {
grid-column-end: 10;
}
.md\:column-span-9 {
grid-column-end: span 9;
}
.md\:row-start-9 {
grid-row-start: 9;
}
.md\:row-end-9 {
grid-row-end: 10;
}
.md\:row-span-9 {
grid-row-end: span 9;
}
.md\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.md\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.md\:column-gap-50 {
grid-column-gap: 50px;
}
.md\:row-gap-50 {
grid-row-gap: 50px;
}
.md\:column-start-10 {
grid-column-start: 10;
}
.md\:column-end-10 {
grid-column-end: 11;
}
.md\:column-span-10 {
grid-column-end: span 10;
}
.md\:row-start-10 {
grid-row-start: 10;
}
.md\:row-end-10 {
grid-row-end: 11;
}
.md\:row-span-10 {
grid-row-end: span 10;
}
.md\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.md\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.md\:column-gap-55 {
grid-column-gap: 55px;
}
.md\:row-gap-55 {
grid-row-gap: 55px;
}
.md\:column-start-11 {
grid-column-start: 11;
}
.md\:column-end-11 {
grid-column-end: 12;
}
.md\:column-span-11 {
grid-column-end: span 11;
}
.md\:row-start-11 {
grid-row-start: 11;
}
.md\:row-end-11 {
grid-row-end: 12;
}
.md\:row-span-11 {
grid-row-end: span 11;
}
.md\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.md\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.md\:column-gap-60 {
grid-column-gap: 60px;
}
.md\:row-gap-60 {
grid-row-gap: 60px;
}
.md\:column-start-12 {
grid-column-start: 12;
}
.md\:column-end-12 {
grid-column-end: 13;
}
.md\:column-span-12 {
grid-column-end: span 12;
}
.md\:row-start-12 {
grid-row-start: 12;
}
.md\:row-end-12 {
grid-row-end: 13;
}
.md\:row-span-12 {
grid-row-end: span 12;
}
.md\:justify-items-start {
justify-items: start;
}
.md\:align-items-start {
align-items: start;
}
.md\:justify-self-start {
justify-self: start;
}
.md\:align-self-start {
align-self: start;
}
.md\:justify-items-end {
justify-items: end;
}
.md\:align-items-end {
align-items: end;
}
.md\:justify-self-end {
justify-self: end;
}
.md\:align-self-end {
align-self: end;
}
.md\:justify-items-center {
justify-items: center;
}
.md\:align-items-center {
align-items: center;
}
.md\:justify-self-center {
justify-self: center;
}
.md\:align-self-center {
align-self: center;
}
.md\:justify-items-stretch {
justify-items: stretch;
}
.md\:align-items-stretch {
align-items: stretch;
}
.md\:justify-self-stretch {
justify-self: stretch;
}
.md\:align-self-stretch {
align-self: stretch;
}
.md\:justify-content-start {
justify-content: start;
}
.md\:align-content-start {
align-content: start;
}
.md\:justify-content-end {
justify-content: end;
}
.md\:align-content-end {
align-content: end;
}
.md\:justify-content-center {
justify-content: center;
}
.md\:align-content-center {
align-content: center;
}
.md\:justify-content-stretch {
justify-content: stretch;
}
.md\:align-content-stretch {
align-content: stretch;
}
.md\:justify-content-space-around {
justify-content: space-around;
}
.md\:align-content-space-around {
align-content: space-around;
}
.md\:justify-content-space-between {
justify-content: space-between;
}
.md\:align-content-space-between {
align-content: space-between;
}
.md\:justify-content-space-evenly {
justify-content: space-evenly;
}
.md\:align-content-space-evenly {
align-content: space-evenly;
}
.md\:auto-flow-row {
grid-auto-flow: row;
}
.md\:auto-flow-column {
grid-auto-flow: column;
}
}
@media (min-width: 992px) {
.lg\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.lg\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.lg\:column-gap-5 {
grid-column-gap: 5px;
}
.lg\:row-gap-5 {
grid-row-gap: 5px;
}
.lg\:column-start-1 {
grid-column-start: 1;
}
.lg\:column-end-1 {
grid-column-end: 2;
}
.lg\:column-span-1 {
grid-column-end: span 1;
}
.lg\:row-start-1 {
grid-row-start: 1;
}
.lg\:row-end-1 {
grid-row-end: 2;
}
.lg\:row-span-1 {
grid-row-end: span 1;
}
.lg\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.lg\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.lg\:column-gap-10 {
grid-column-gap: 10px;
}
.lg\:row-gap-10 {
grid-row-gap: 10px;
}
.lg\:column-start-2 {
grid-column-start: 2;
}
.lg\:column-end-2 {
grid-column-end: 3;
}
.lg\:column-span-2 {
grid-column-end: span 2;
}
.lg\:row-start-2 {
grid-row-start: 2;
}
.lg\:row-end-2 {
grid-row-end: 3;
}
.lg\:row-span-2 {
grid-row-end: span 2;
}
.lg\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.lg\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.lg\:column-gap-15 {
grid-column-gap: 15px;
}
.lg\:row-gap-15 {
grid-row-gap: 15px;
}
.lg\:column-start-3 {
grid-column-start: 3;
}
.lg\:column-end-3 {
grid-column-end: 4;
}
.lg\:column-span-3 {
grid-column-end: span 3;
}
.lg\:row-start-3 {
grid-row-start: 3;
}
.lg\:row-end-3 {
grid-row-end: 4;
}
.lg\:row-span-3 {
grid-row-end: span 3;
}
.lg\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.lg\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.lg\:column-gap-20 {
grid-column-gap: 20px;
}
.lg\:row-gap-20 {
grid-row-gap: 20px;
}
.lg\:column-start-4 {
grid-column-start: 4;
}
.lg\:column-end-4 {
grid-column-end: 5;
}
.lg\:column-span-4 {
grid-column-end: span 4;
}
.lg\:row-start-4 {
grid-row-start: 4;
}
.lg\:row-end-4 {
grid-row-end: 5;
}
.lg\:row-span-4 {
grid-row-end: span 4;
}
.lg\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.lg\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.lg\:column-gap-25 {
grid-column-gap: 25px;
}
.lg\:row-gap-25 {
grid-row-gap: 25px;
}
.lg\:column-start-5 {
grid-column-start: 5;
}
.lg\:column-end-5 {
grid-column-end: 6;
}
.lg\:column-span-5 {
grid-column-end: span 5;
}
.lg\:row-start-5 {
grid-row-start: 5;
}
.lg\:row-end-5 {
grid-row-end: 6;
}
.lg\:row-span-5 {
grid-row-end: span 5;
}
.lg\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.lg\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.lg\:column-gap-30 {
grid-column-gap: 30px;
}
.lg\:row-gap-30 {
grid-row-gap: 30px;
}
.lg\:column-start-6 {
grid-column-start: 6;
}
.lg\:column-end-6 {
grid-column-end: 7;
}
.lg\:column-span-6 {
grid-column-end: span 6;
}
.lg\:row-start-6 {
grid-row-start: 6;
}
.lg\:row-end-6 {
grid-row-end: 7;
}
.lg\:row-span-6 {
grid-row-end: span 6;
}
.lg\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.lg\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.lg\:column-gap-35 {
grid-column-gap: 35px;
}
.lg\:row-gap-35 {
grid-row-gap: 35px;
}
.lg\:column-start-7 {
grid-column-start: 7;
}
.lg\:column-end-7 {
grid-column-end: 8;
}
.lg\:column-span-7 {
grid-column-end: span 7;
}
.lg\:row-start-7 {
grid-row-start: 7;
}
.lg\:row-end-7 {
grid-row-end: 8;
}
.lg\:row-span-7 {
grid-row-end: span 7;
}
.lg\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.lg\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.lg\:column-gap-40 {
grid-column-gap: 40px;
}
.lg\:row-gap-40 {
grid-row-gap: 40px;
}
.lg\:column-start-8 {
grid-column-start: 8;
}
.lg\:column-end-8 {
grid-column-end: 9;
}
.lg\:column-span-8 {
grid-column-end: span 8;
}
.lg\:row-start-8 {
grid-row-start: 8;
}
.lg\:row-end-8 {
grid-row-end: 9;
}
.lg\:row-span-8 {
grid-row-end: span 8;
}
.lg\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.lg\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.lg\:column-gap-45 {
grid-column-gap: 45px;
}
.lg\:row-gap-45 {
grid-row-gap: 45px;
}
.lg\:column-start-9 {
grid-column-start: 9;
}
.lg\:column-end-9 {
grid-column-end: 10;
}
.lg\:column-span-9 {
grid-column-end: span 9;
}
.lg\:row-start-9 {
grid-row-start: 9;
}
.lg\:row-end-9 {
grid-row-end: 10;
}
.lg\:row-span-9 {
grid-row-end: span 9;
}
.lg\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.lg\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.lg\:column-gap-50 {
grid-column-gap: 50px;
}
.lg\:row-gap-50 {
grid-row-gap: 50px;
}
.lg\:column-start-10 {
grid-column-start: 10;
}
.lg\:column-end-10 {
grid-column-end: 11;
}
.lg\:column-span-10 {
grid-column-end: span 10;
}
.lg\:row-start-10 {
grid-row-start: 10;
}
.lg\:row-end-10 {
grid-row-end: 11;
}
.lg\:row-span-10 {
grid-row-end: span 10;
}
.lg\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.lg\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.lg\:column-gap-55 {
grid-column-gap: 55px;
}
.lg\:row-gap-55 {
grid-row-gap: 55px;
}
.lg\:column-start-11 {
grid-column-start: 11;
}
.lg\:column-end-11 {
grid-column-end: 12;
}
.lg\:column-span-11 {
grid-column-end: span 11;
}
.lg\:row-start-11 {
grid-row-start: 11;
}
.lg\:row-end-11 {
grid-row-end: 12;
}
.lg\:row-span-11 {
grid-row-end: span 11;
}
.lg\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.lg\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.lg\:column-gap-60 {
grid-column-gap: 60px;
}
.lg\:row-gap-60 {
grid-row-gap: 60px;
}
.lg\:column-start-12 {
grid-column-start: 12;
}
.lg\:column-end-12 {
grid-column-end: 13;
}
.lg\:column-span-12 {
grid-column-end: span 12;
}
.lg\:row-start-12 {
grid-row-start: 12;
}
.lg\:row-end-12 {
grid-row-end: 13;
}
.lg\:row-span-12 {
grid-row-end: span 12;
}
.lg\:justify-items-start {
justify-items: start;
}
.lg\:align-items-start {
align-items: start;
}
.lg\:justify-self-start {
justify-self: start;
}
.lg\:align-self-start {
align-self: start;
}
.lg\:justify-items-end {
justify-items: end;
}
.lg\:align-items-end {
align-items: end;
}
.lg\:justify-self-end {
justify-self: end;
}
.lg\:align-self-end {
align-self: end;
}
.lg\:justify-items-center {
justify-items: center;
}
.lg\:align-items-center {
align-items: center;
}
.lg\:justify-self-center {
justify-self: center;
}
.lg\:align-self-center {
align-self: center;
}
.lg\:justify-items-stretch {
justify-items: stretch;
}
.lg\:align-items-stretch {
align-items: stretch;
}
.lg\:justify-self-stretch {
justify-self: stretch;
}
.lg\:align-self-stretch {
align-self: stretch;
}
.lg\:justify-content-start {
justify-content: start;
}
.lg\:align-content-start {
align-content: start;
}
.lg\:justify-content-end {
justify-content: end;
}
.lg\:align-content-end {
align-content: end;
}
.lg\:justify-content-center {
justify-content: center;
}
.lg\:align-content-center {
align-content: center;
}
.lg\:justify-content-stretch {
justify-content: stretch;
}
.lg\:align-content-stretch {
align-content: stretch;
}
.lg\:justify-content-space-around {
justify-content: space-around;
}
.lg\:align-content-space-around {
align-content: space-around;
}
.lg\:justify-content-space-between {
justify-content: space-between;
}
.lg\:align-content-space-between {
align-content: space-between;
}
.lg\:justify-content-space-evenly {
justify-content: space-evenly;
}
.lg\:align-content-space-evenly {
align-content: space-evenly;
}
.lg\:auto-flow-row {
grid-auto-flow: row;
}
.lg\:auto-flow-column {
grid-auto-flow: column;
}
}
@media (min-width: 1200px) {
.xl\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.xl\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.xl\:column-gap-5 {
grid-column-gap: 5px;
}
.xl\:row-gap-5 {
grid-row-gap: 5px;
}
.xl\:column-start-1 {
grid-column-start: 1;
}
.xl\:column-end-1 {
grid-column-end: 2;
}
.xl\:column-span-1 {
grid-column-end: span 1;
}
.xl\:row-start-1 {
grid-row-start: 1;
}
.xl\:row-end-1 {
grid-row-end: 2;
}
.xl\:row-span-1 {
grid-row-end: span 1;
}
.xl\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.xl\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.xl\:column-gap-10 {
grid-column-gap: 10px;
}
.xl\:row-gap-10 {
grid-row-gap: 10px;
}
.xl\:column-start-2 {
grid-column-start: 2;
}
.xl\:column-end-2 {
grid-column-end: 3;
}
.xl\:column-span-2 {
grid-column-end: span 2;
}
.xl\:row-start-2 {
grid-row-start: 2;
}
.xl\:row-end-2 {
grid-row-end: 3;
}
.xl\:row-span-2 {
grid-row-end: span 2;
}
.xl\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.xl\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.xl\:column-gap-15 {
grid-column-gap: 15px;
}
.xl\:row-gap-15 {
grid-row-gap: 15px;
}
.xl\:column-start-3 {
grid-column-start: 3;
}
.xl\:column-end-3 {
grid-column-end: 4;
}
.xl\:column-span-3 {
grid-column-end: span 3;
}
.xl\:row-start-3 {
grid-row-start: 3;
}
.xl\:row-end-3 {
grid-row-end: 4;
}
.xl\:row-span-3 {
grid-row-end: span 3;
}
.xl\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.xl\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.xl\:column-gap-20 {
grid-column-gap: 20px;
}
.xl\:row-gap-20 {
grid-row-gap: 20px;
}
.xl\:column-start-4 {
grid-column-start: 4;
}
.xl\:column-end-4 {
grid-column-end: 5;
}
.xl\:column-span-4 {
grid-column-end: span 4;
}
.xl\:row-start-4 {
grid-row-start: 4;
}
.xl\:row-end-4 {
grid-row-end: 5;
}
.xl\:row-span-4 {
grid-row-end: span 4;
}
.xl\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.xl\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.xl\:column-gap-25 {
grid-column-gap: 25px;
}
.xl\:row-gap-25 {
grid-row-gap: 25px;
}
.xl\:column-start-5 {
grid-column-start: 5;
}
.xl\:column-end-5 {
grid-column-end: 6;
}
.xl\:column-span-5 {
grid-column-end: span 5;
}
.xl\:row-start-5 {
grid-row-start: 5;
}
.xl\:row-end-5 {
grid-row-end: 6;
}
.xl\:row-span-5 {
grid-row-end: span 5;
}
.xl\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.xl\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.xl\:column-gap-30 {
grid-column-gap: 30px;
}
.xl\:row-gap-30 {
grid-row-gap: 30px;
}
.xl\:column-start-6 {
grid-column-start: 6;
}
.xl\:column-end-6 {
grid-column-end: 7;
}
.xl\:column-span-6 {
grid-column-end: span 6;
}
.xl\:row-start-6 {
grid-row-start: 6;
}
.xl\:row-end-6 {
grid-row-end: 7;
}
.xl\:row-span-6 {
grid-row-end: span 6;
}
.xl\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.xl\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.xl\:column-gap-35 {
grid-column-gap: 35px;
}
.xl\:row-gap-35 {
grid-row-gap: 35px;
}
.xl\:column-start-7 {
grid-column-start: 7;
}
.xl\:column-end-7 {
grid-column-end: 8;
}
.xl\:column-span-7 {
grid-column-end: span 7;
}
.xl\:row-start-7 {
grid-row-start: 7;
}
.xl\:row-end-7 {
grid-row-end: 8;
}
.xl\:row-span-7 {
grid-row-end: span 7;
}
.xl\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.xl\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.xl\:column-gap-40 {
grid-column-gap: 40px;
}
.xl\:row-gap-40 {
grid-row-gap: 40px;
}
.xl\:column-start-8 {
grid-column-start: 8;
}
.xl\:column-end-8 {
grid-column-end: 9;
}
.xl\:column-span-8 {
grid-column-end: span 8;
}
.xl\:row-start-8 {
grid-row-start: 8;
}
.xl\:row-end-8 {
grid-row-end: 9;
}
.xl\:row-span-8 {
grid-row-end: span 8;
}
.xl\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.xl\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.xl\:column-gap-45 {
grid-column-gap: 45px;
}
.xl\:row-gap-45 {
grid-row-gap: 45px;
}
.xl\:column-start-9 {
grid-column-start: 9;
}
.xl\:column-end-9 {
grid-column-end: 10;
}
.xl\:column-span-9 {
grid-column-end: span 9;
}
.xl\:row-start-9 {
grid-row-start: 9;
}
.xl\:row-end-9 {
grid-row-end: 10;
}
.xl\:row-span-9 {
grid-row-end: span 9;
}
.xl\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.xl\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.xl\:column-gap-50 {
grid-column-gap: 50px;
}
.xl\:row-gap-50 {
grid-row-gap: 50px;
}
.xl\:column-start-10 {
grid-column-start: 10;
}
.xl\:column-end-10 {
grid-column-end: 11;
}
.xl\:column-span-10 {
grid-column-end: span 10;
}
.xl\:row-start-10 {
grid-row-start: 10;
}
.xl\:row-end-10 {
grid-row-end: 11;
}
.xl\:row-span-10 {
grid-row-end: span 10;
}
.xl\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.xl\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.xl\:column-gap-55 {
grid-column-gap: 55px;
}
.xl\:row-gap-55 {
grid-row-gap: 55px;
}
.xl\:column-start-11 {
grid-column-start: 11;
}
.xl\:column-end-11 {
grid-column-end: 12;
}
.xl\:column-span-11 {
grid-column-end: span 11;
}
.xl\:row-start-11 {
grid-row-start: 11;
}
.xl\:row-end-11 {
grid-row-end: 12;
}
.xl\:row-span-11 {
grid-row-end: span 11;
}
.xl\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.xl\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.xl\:column-gap-60 {
grid-column-gap: 60px;
}
.xl\:row-gap-60 {
grid-row-gap: 60px;
}
.xl\:column-start-12 {
grid-column-start: 12;
}
.xl\:column-end-12 {
grid-column-end: 13;
}
.xl\:column-span-12 {
grid-column-end: span 12;
}
.xl\:row-start-12 {
grid-row-start: 12;
}
.xl\:row-end-12 {
grid-row-end: 13;
}
.xl\:row-span-12 {
grid-row-end: span 12;
}
.xl\:justify-items-start {
justify-items: start;
}
.xl\:align-items-start {
align-items: start;
}
.xl\:justify-self-start {
justify-self: start;
}
.xl\:align-self-start {
align-self: start;
}
.xl\:justify-items-end {
justify-items: end;
}
.xl\:align-items-end {
align-items: end;
}
.xl\:justify-self-end {
justify-self: end;
}
.xl\:align-self-end {
align-self: end;
}
.xl\:justify-items-center {
justify-items: center;
}
.xl\:align-items-center {
align-items: center;
}
.xl\:justify-self-center {
justify-self: center;
}
.xl\:align-self-center {
align-self: center;
}
.xl\:justify-items-stretch {
justify-items: stretch;
}
.xl\:align-items-stretch {
align-items: stretch;
}
.xl\:justify-self-stretch {
justify-self: stretch;
}
.xl\:align-self-stretch {
align-self: stretch;
}
.xl\:justify-content-start {
justify-content: start;
}
.xl\:align-content-start {
align-content: start;
}
.xl\:justify-content-end {
justify-content: end;
}
.xl\:align-content-end {
align-content: end;
}
.xl\:justify-content-center {
justify-content: center;
}
.xl\:align-content-center {
align-content: center;
}
.xl\:justify-content-stretch {
justify-content: stretch;
}
.xl\:align-content-stretch {
align-content: stretch;
}
.xl\:justify-content-space-around {
justify-content: space-around;
}
.xl\:align-content-space-around {
align-content: space-around;
}
.xl\:justify-content-space-between {
justify-content: space-between;
}
.xl\:align-content-space-between {
align-content: space-between;
}
.xl\:justify-content-space-evenly {
justify-content: space-evenly;
}
.xl\:align-content-space-evenly {
align-content: space-evenly;
}
.xl\:auto-flow-row {
grid-auto-flow: row;
}
.xl\:auto-flow-column {
grid-auto-flow: column;
}
}
}
.flex {
display: flex;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-column {
flex-direction: column;
}
.flex-column-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.justify-evenly {
justify-content: space-evenly;
}
.items-start {
align-items: flex-start;
}
.self-start {
align-self: flex-start;
}
.items-end {
align-items: flex-end;
}
.self-end {
align-self: flex-end;
}
.items-center {
align-items: center;
}
.self-center {
align-self: center;
}
.items-baseline {
align-items: baseline;
}
.self-baseline {
align-self: baseline;
}
.items-stretch {
align-items: stretch;
}
.self-stretch {
align-self: stretch;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-center {
align-content: center;
}
.content-stretch {
align-content: stretch;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
@media (min-width: 576px) {
.sm\:flex {
display: flex;
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:flex-row-reverse {
flex-direction: row-reverse;
}
.sm\:flex-column {
flex-direction: column;
}
.sm\:flex-column-reverse {
flex-direction: column-reverse;
}
.sm\:flex-wrap {
flex-wrap: wrap;
}
.sm\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.sm\:flex-nowrap {
flex-wrap: nowrap;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:justify-end {
justify-content: flex-end;
}
.sm\:justify-center {
justify-content: center;
}
.sm\:justify-between {
justify-content: space-between;
}
.sm\:justify-around {
justify-content: space-around;
}
.sm\:justify-evenly {
justify-content: space-evenly;
}
.sm\:items-start {
align-items: flex-start;
}
.sm\:self-start {
align-self: flex-start;
}
.sm\:items-end {
align-items: flex-end;
}
.sm\:self-end {
align-self: flex-end;
}
.sm\:items-center {
align-items: center;
}
.sm\:self-center {
align-self: center;
}
.sm\:items-baseline {
align-items: baseline;
}
.sm\:self-baseline {
align-self: baseline;
}
.sm\:items-stretch {
align-items: stretch;
}
.sm\:self-stretch {
align-self: stretch;
}
.sm\:content-start {
align-content: flex-start;
}
.sm\:content-end {
align-content: flex-end;
}
.sm\:content-center {
align-content: center;
}
.sm\:content-stretch {
align-content: stretch;
}
.sm\:content-between {
align-content: space-between;
}
.sm\:content-around {
align-content: space-around;
}
}
@media (min-width: 768px) {
.md\:flex {
display: flex;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-row-reverse {
flex-direction: row-reverse;
}
.md\:flex-column {
flex-direction: column;
}
.md\:flex-column-reverse {
flex-direction: column-reverse;
}
.md\:flex-wrap {
flex-wrap: wrap;
}
.md\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.md\:flex-nowrap {
flex-wrap: nowrap;
}
.md\:justify-start {
justify-content: flex-start;
}
.md\:justify-end {
justify-content: flex-end;
}
.md\:justify-center {
justify-content: center;
}
.md\:justify-between {
justify-content: space-between;
}
.md\:justify-around {
justify-content: space-around;
}
.md\:justify-evenly {
justify-content: space-evenly;
}
.md\:items-start {
align-items: flex-start;
}
.md\:self-start {
align-self: flex-start;
}
.md\:items-end {
align-items: flex-end;
}
.md\:self-end {
align-self: flex-end;
}
.md\:items-center {
align-items: center;
}
.md\:self-center {
align-self: center;
}
.md\:items-baseline {
align-items: baseline;
}
.md\:self-baseline {
align-self: baseline;
}
.md\:items-stretch {
align-items: stretch;
}
.md\:self-stretch {
align-self: stretch;
}
.md\:content-start {
align-content: flex-start;
}
.md\:content-end {
align-content: flex-end;
}
.md\:content-center {
align-content: center;
}
.md\:content-stretch {
align-content: stretch;
}
.md\:content-between {
align-content: space-between;
}
.md\:content-around {
align-content: space-around;
}
}
@media (min-width: 992px) {
.lg\:flex {
display: flex;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:flex-column {
flex-direction: column;
}
.lg\:flex-column-reverse {
flex-direction: column-reverse;
}
.lg\:flex-wrap {
flex-wrap: wrap;
}
.lg\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.lg\:flex-nowrap {
flex-wrap: nowrap;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:justify-around {
justify-content: space-around;
}
.lg\:justify-evenly {
justify-content: space-evenly;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:self-start {
align-self: flex-start;
}
.lg\:items-end {
align-items: flex-end;
}
.lg\:self-end {
align-self: flex-end;
}
.lg\:items-center {
align-items: center;
}
.lg\:self-center {
align-self: center;
}
.lg\:items-baseline {
align-items: baseline;
}
.lg\:self-baseline {
align-self: baseline;
}
.lg\:items-stretch {
align-items: stretch;
}
.lg\:self-stretch {
align-self: stretch;
}
.lg\:content-start {
align-content: flex-start;
}
.lg\:content-end {
align-content: flex-end;
}
.lg\:content-center {
align-content: center;
}
.lg\:content-stretch {
align-content: stretch;
}
.lg\:content-between {
align-content: space-between;
}
.lg\:content-around {
align-content: space-around;
}
}
@media (min-width: 1200px) {
.xl\:flex {
display: flex;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-row-reverse {
flex-direction: row-reverse;
}
.xl\:flex-column {
flex-direction: column;
}
.xl\:flex-column-reverse {
flex-direction: column-reverse;
}
.xl\:flex-wrap {
flex-wrap: wrap;
}
.xl\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.xl\:flex-nowrap {
flex-wrap: nowrap;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:justify-end {
justify-content: flex-end;
}
.xl\:justify-center {
justify-content: center;
}
.xl\:justify-between {
justify-content: space-between;
}
.xl\:justify-around {
justify-content: space-around;
}
.xl\:justify-evenly {
justify-content: space-evenly;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:self-start {
align-self: flex-start;
}
.xl\:items-end {
align-items: flex-end;
}
.xl\:self-end {
align-self: flex-end;
}
.xl\:items-center {
align-items: center;
}
.xl\:self-center {
align-self: center;
}
.xl\:items-baseline {
align-items: baseline;
}
.xl\:self-baseline {
align-self: baseline;
}
.xl\:items-stretch {
align-items: stretch;
}
.xl\:self-stretch {
align-self: stretch;
}
.xl\:content-start {
align-content: flex-start;
}
.xl\:content-end {
align-content: flex-end;
}
.xl\:content-center {
align-content: center;
}
.xl\:content-stretch {
align-content: stretch;
}
.xl\:content-between {
align-content: space-between;
}
.xl\:content-around {
align-content: space-around;
}
}
.top-5 {
top: 5px;
}
.top-10 {
top: 10px;
}
.top-15 {
top: 15px;
}
.top-20 {
top: 20px;
}
.top-25 {
top: 25px;
}
.top-30 {
top: 30px;
}
.top-35 {
top: 35px;
}
.top-40 {
top: 40px;
}
.top-45 {
top: 45px;
}
.top-50 {
top: 50px;
}
.left-5 {
left: 5px;
}
.left-10 {
left: 10px;
}
.left-15 {
left: 15px;
}
.left-20 {
left: 20px;
}
.left-25 {
left: 25px;
}
.left-30 {
left: 30px;
}
.left-35 {
left: 35px;
}
.left-40 {
left: 40px;
}
.left-45 {
left: 45px;
}
.left-50 {
left: 50px;
}
.bottom-5 {
bottom: 5px;
}
.bottom-10 {
bottom: 10px;
}
.bottom-15 {
bottom: 15px;
}
.bottom-20 {
bottom: 20px;
}
.bottom-25 {
bottom: 25px;
}
.bottom-30 {
bottom: 30px;
}
.bottom-35 {
bottom: 35px;
}
.bottom-40 {
bottom: 40px;
}
.bottom-45 {
bottom: 45px;
}
.bottom-50 {
bottom: 50px;
}
.right-5 {
right: 5px;
}
.right-10 {
right: 10px;
}
.right-15 {
right: 15px;
}
.right-20 {
right: 20px;
}
.right-25 {
right: 25px;
}
.right-30 {
right: 30px;
}
.right-35 {
right: 35px;
}
.right-40 {
right: 40px;
}
.right-45 {
right: 45px;
}
.right-50 {
right: 50px;
}
@media (min-width: 576px) {
.sm\:top-5 {
top: 5px;
}
.sm\:top-10 {
top: 10px;
}
.sm\:top-15 {
top: 15px;
}
.sm\:top-20 {
top: 20px;
}
.sm\:top-25 {
top: 25px;
}
.sm\:top-30 {
top: 30px;
}
.sm\:top-35 {
top: 35px;
}
.sm\:top-40 {
top: 40px;
}
.sm\:top-45 {
top: 45px;
}
.sm\:top-50 {
top: 50px;
}
}
@media (min-width: 768px) {
.md\:top-5 {
top: 5px;
}
.md\:top-10 {
top: 10px;
}
.md\:top-15 {
top: 15px;
}
.md\:top-20 {
top: 20px;
}
.md\:top-25 {
top: 25px;
}
.md\:top-30 {
top: 30px;
}
.md\:top-35 {
top: 35px;
}
.md\:top-40 {
top: 40px;
}
.md\:top-45 {
top: 45px;
}
.md\:top-50 {
top: 50px;
}
}
@media (min-width: 992px) {
.lg\:top-5 {
top: 5px;
}
.lg\:top-10 {
top: 10px;
}
.lg\:top-15 {
top: 15px;
}
.lg\:top-20 {
top: 20px;
}
.lg\:top-25 {
top: 25px;
}
.lg\:top-30 {
top: 30px;
}
.lg\:top-35 {
top: 35px;
}
.lg\:top-40 {
top: 40px;
}
.lg\:top-45 {
top: 45px;
}
.lg\:top-50 {
top: 50px;
}
}
@media (min-width: 1200px) {
.xl\:top-5 {
top: 5px;
}
.xl\:top-10 {
top: 10px;
}
.xl\:top-15 {
top: 15px;
}
.xl\:top-20 {
top: 20px;
}
.xl\:top-25 {
top: 25px;
}
.xl\:top-30 {
top: 30px;
}
.xl\:top-35 {
top: 35px;
}
.xl\:top-40 {
top: 40px;
}
.xl\:top-45 {
top: 45px;
}
.xl\:top-50 {
top: 50px;
}
}
@media (min-width: 576px) {
.sm\:left-5 {
left: 5px;
}
.sm\:left-10 {
left: 10px;
}
.sm\:left-15 {
left: 15px;
}
.sm\:left-20 {
left: 20px;
}
.sm\:left-25 {
left: 25px;
}
.sm\:left-30 {
left: 30px;
}
.sm\:left-35 {
left: 35px;
}
.sm\:left-40 {
left: 40px;
}
.sm\:left-45 {
left: 45px;
}
.sm\:left-50 {
left: 50px;
}
}
@media (min-width: 768px) {
.md\:left-5 {
left: 5px;
}
.md\:left-10 {
left: 10px;
}
.md\:left-15 {
left: 15px;
}
.md\:left-20 {
left: 20px;
}
.md\:left-25 {
left: 25px;
}
.md\:left-30 {
left: 30px;
}
.md\:left-35 {
left: 35px;
}
.md\:left-40 {
left: 40px;
}
.md\:left-45 {
left: 45px;
}
.md\:left-50 {
left: 50px;
}
}
@media (min-width: 992px) {
.lg\:left-5 {
left: 5px;
}
.lg\:left-10 {
left: 10px;
}
.lg\:left-15 {
left: 15px;
}
.lg\:left-20 {
left: 20px;
}
.lg\:left-25 {
left: 25px;
}
.lg\:left-30 {
left: 30px;
}
.lg\:left-35 {
left: 35px;
}
.lg\:left-40 {
left: 40px;
}
.lg\:left-45 {
left: 45px;
}
.lg\:left-50 {
left: 50px;
}
}
@media (min-width: 1200px) {
.xl\:left-5 {
left: 5px;
}
.xl\:left-10 {
left: 10px;
}
.xl\:left-15 {
left: 15px;
}
.xl\:left-20 {
left: 20px;
}
.xl\:left-25 {
left: 25px;
}
.xl\:left-30 {
left: 30px;
}
.xl\:left-35 {
left: 35px;
}
.xl\:left-40 {
left: 40px;
}
.xl\:left-45 {
left: 45px;
}
.xl\:left-50 {
left: 50px;
}
}
@media (min-width: 576px) {
.sm\:bottom-5 {
bottom: 5px;
}
.sm\:bottom-10 {
bottom: 10px;
}
.sm\:bottom-15 {
bottom: 15px;
}
.sm\:bottom-20 {
bottom: 20px;
}
.sm\:bottom-25 {
bottom: 25px;
}
.sm\:bottom-30 {
bottom: 30px;
}
.sm\:bottom-35 {
bottom: 35px;
}
.sm\:bottom-40 {
bottom: 40px;
}
.sm\:bottom-45 {
bottom: 45px;
}
.sm\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 768px) {
.md\:bottom-5 {
bottom: 5px;
}
.md\:bottom-10 {
bottom: 10px;
}
.md\:bottom-15 {
bottom: 15px;
}
.md\:bottom-20 {
bottom: 20px;
}
.md\:bottom-25 {
bottom: 25px;
}
.md\:bottom-30 {
bottom: 30px;
}
.md\:bottom-35 {
bottom: 35px;
}
.md\:bottom-40 {
bottom: 40px;
}
.md\:bottom-45 {
bottom: 45px;
}
.md\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 992px) {
.lg\:bottom-5 {
bottom: 5px;
}
.lg\:bottom-10 {
bottom: 10px;
}
.lg\:bottom-15 {
bottom: 15px;
}
.lg\:bottom-20 {
bottom: 20px;
}
.lg\:bottom-25 {
bottom: 25px;
}
.lg\:bottom-30 {
bottom: 30px;
}
.lg\:bottom-35 {
bottom: 35px;
}
.lg\:bottom-40 {
bottom: 40px;
}
.lg\:bottom-45 {
bottom: 45px;
}
.lg\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5 {
bottom: 5px;
}
.xl\:bottom-10 {
bottom: 10px;
}
.xl\:bottom-15 {
bottom: 15px;
}
.xl\:bottom-20 {
bottom: 20px;
}
.xl\:bottom-25 {
bottom: 25px;
}
.xl\:bottom-30 {
bottom: 30px;
}
.xl\:bottom-35 {
bottom: 35px;
}
.xl\:bottom-40 {
bottom: 40px;
}
.xl\:bottom-45 {
bottom: 45px;
}
.xl\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 576px) {
.sm\:right-5 {
right: 5px;
}
.sm\:right-10 {
right: 10px;
}
.sm\:right-15 {
right: 15px;
}
.sm\:right-20 {
right: 20px;
}
.sm\:right-25 {
right: 25px;
}
.sm\:right-30 {
right: 30px;
}
.sm\:right-35 {
right: 35px;
}
.sm\:right-40 {
right: 40px;
}
.sm\:right-45 {
right: 45px;
}
.sm\:right-50 {
right: 50px;
}
}
@media (min-width: 768px) {
.md\:right-5 {
right: 5px;
}
.md\:right-10 {
right: 10px;
}
.md\:right-15 {
right: 15px;
}
.md\:right-20 {
right: 20px;
}
.md\:right-25 {
right: 25px;
}
.md\:right-30 {
right: 30px;
}
.md\:right-35 {
right: 35px;
}
.md\:right-40 {
right: 40px;
}
.md\:right-45 {
right: 45px;
}
.md\:right-50 {
right: 50px;
}
}
@media (min-width: 992px) {
.lg\:right-5 {
right: 5px;
}
.lg\:right-10 {
right: 10px;
}
.lg\:right-15 {
right: 15px;
}
.lg\:right-20 {
right: 20px;
}
.lg\:right-25 {
right: 25px;
}
.lg\:right-30 {
right: 30px;
}
.lg\:right-35 {
right: 35px;
}
.lg\:right-40 {
right: 40px;
}
.lg\:right-45 {
right: 45px;
}
.lg\:right-50 {
right: 50px;
}
}
@media (min-width: 1200px) {
.xl\:right-5 {
right: 5px;
}
.xl\:right-10 {
right: 10px;
}
.xl\:right-15 {
right: 15px;
}
.xl\:right-20 {
right: 20px;
}
.xl\:right-25 {
right: 25px;
}
.xl\:right-30 {
right: 30px;
}
.xl\:right-35 {
right: 35px;
}
.xl\:right-40 {
right: 40px;
}
.xl\:right-45 {
right: 45px;
}
.xl\:right-50 {
right: 50px;
}
}
.top-5-vw {
top: 5vw;
}
.top-10-vw {
top: 10vw;
}
.top-15-vw {
top: 15vw;
}
.top-20-vw {
top: 20vw;
}
.top-25-vw {
top: 25vw;
}
.top-30-vw {
top: 30vw;
}
.top-35-vw {
top: 35vw;
}
.top-40-vw {
top: 40vw;
}
.top-45-vw {
top: 45vw;
}
.top-50-vw {
top: 50vw;
}
.left-5-vw {
left: 5vw;
}
.left-10-vw {
left: 10vw;
}
.left-15-vw {
left: 15vw;
}
.left-20-vw {
left: 20vw;
}
.left-25-vw {
left: 25vw;
}
.left-30-vw {
left: 30vw;
}
.left-35-vw {
left: 35vw;
}
.left-40-vw {
left: 40vw;
}
.left-45-vw {
left: 45vw;
}
.left-50-vw {
left: 50vw;
}
.bottom-5-vw {
bottom: 5vw;
}
.bottom-10-vw {
bottom: 10vw;
}
.bottom-15-vw {
bottom: 15vw;
}
.bottom-20-vw {
bottom: 20vw;
}
.bottom-25-vw {
bottom: 25vw;
}
.bottom-30-vw {
bottom: 30vw;
}
.bottom-35-vw {
bottom: 35vw;
}
.bottom-40-vw {
bottom: 40vw;
}
.bottom-45-vw {
bottom: 45vw;
}
.bottom-50-vw {
bottom: 50vw;
}
.right-5-vw {
right: 5vw;
}
.right-10-vw {
right: 10vw;
}
.right-15-vw {
right: 15vw;
}
.right-20-vw {
right: 20vw;
}
.right-25-vw {
right: 25vw;
}
.right-30-vw {
right: 30vw;
}
.right-35-vw {
right: 35vw;
}
.right-40-vw {
right: 40vw;
}
.right-45-vw {
right: 45vw;
}
.right-50-vw {
right: 50vw;
}
.top-5-px {
top: 5px;
}
.top-10-px {
top: 10px;
}
.top-15-px {
top: 15px;
}
.top-20-px {
top: 20px;
}
.top-25-px {
top: 25px;
}
.top-30-px {
top: 30px;
}
.top-35-px {
top: 35px;
}
.top-40-px {
top: 40px;
}
.top-45-px {
top: 45px;
}
.top-50-px {
top: 50px;
}
.left-5-px {
left: 5px;
}
.left-10-px {
left: 10px;
}
.left-15-px {
left: 15px;
}
.left-20-px {
left: 20px;
}
.left-25-px {
left: 25px;
}
.left-30-px {
left: 30px;
}
.left-35-px {
left: 35px;
}
.left-40-px {
left: 40px;
}
.left-45-px {
left: 45px;
}
.left-50-px {
left: 50px;
}
.bottom-5-px {
bottom: 5px;
}
.bottom-10-px {
bottom: 10px;
}
.bottom-15-px {
bottom: 15px;
}
.bottom-20-px {
bottom: 20px;
}
.bottom-25-px {
bottom: 25px;
}
.bottom-30-px {
bottom: 30px;
}
.bottom-35-px {
bottom: 35px;
}
.bottom-40-px {
bottom: 40px;
}
.bottom-45-px {
bottom: 45px;
}
.bottom-50-px {
bottom: 50px;
}
.right-5-px {
right: 5px;
}
.right-10-px {
right: 10px;
}
.right-15-px {
right: 15px;
}
.right-20-px {
right: 20px;
}
.right-25-px {
right: 25px;
}
.right-30-px {
right: 30px;
}
.right-35-px {
right: 35px;
}
.right-40-px {
right: 40px;
}
.right-45-px {
right: 45px;
}
.right-50-px {
right: 50px;
}
.top-5-vh {
top: 5vh;
}
.top-10-vh {
top: 10vh;
}
.top-15-vh {
top: 15vh;
}
.top-20-vh {
top: 20vh;
}
.top-25-vh {
top: 25vh;
}
.top-30-vh {
top: 30vh;
}
.top-35-vh {
top: 35vh;
}
.top-40-vh {
top: 40vh;
}
.top-45-vh {
top: 45vh;
}
.top-50-vh {
top: 50vh;
}
.left-5-vh {
left: 5vh;
}
.left-10-vh {
left: 10vh;
}
.left-15-vh {
left: 15vh;
}
.left-20-vh {
left: 20vh;
}
.left-25-vh {
left: 25vh;
}
.left-30-vh {
left: 30vh;
}
.left-35-vh {
left: 35vh;
}
.left-40-vh {
left: 40vh;
}
.left-45-vh {
left: 45vh;
}
.left-50-vh {
left: 50vh;
}
.bottom-5-vh {
bottom: 5vh;
}
.bottom-10-vh {
bottom: 10vh;
}
.bottom-15-vh {
bottom: 15vh;
}
.bottom-20-vh {
bottom: 20vh;
}
.bottom-25-vh {
bottom: 25vh;
}
.bottom-30-vh {
bottom: 30vh;
}
.bottom-35-vh {
bottom: 35vh;
}
.bottom-40-vh {
bottom: 40vh;
}
.bottom-45-vh {
bottom: 45vh;
}
.bottom-50-vh {
bottom: 50vh;
}
.right-5-vh {
right: 5vh;
}
.right-10-vh {
right: 10vh;
}
.right-15-vh {
right: 15vh;
}
.right-20-vh {
right: 20vh;
}
.right-25-vh {
right: 25vh;
}
.right-30-vh {
right: 30vh;
}
.right-35-vh {
right: 35vh;
}
.right-40-vh {
right: 40vh;
}
.right-45-vh {
right: 45vh;
}
.right-50-vh {
right: 50vh;
}
.top-5-rem {
top: 5rem;
}
.top-10-rem {
top: 10rem;
}
.top-15-rem {
top: 15rem;
}
.top-20-rem {
top: 20rem;
}
.top-25-rem {
top: 25rem;
}
.top-30-rem {
top: 30rem;
}
.top-35-rem {
top: 35rem;
}
.top-40-rem {
top: 40rem;
}
.top-45-rem {
top: 45rem;
}
.top-50-rem {
top: 50rem;
}
.left-5-rem {
left: 5rem;
}
.left-10-rem {
left: 10rem;
}
.left-15-rem {
left: 15rem;
}
.left-20-rem {
left: 20rem;
}
.left-25-rem {
left: 25rem;
}
.left-30-rem {
left: 30rem;
}
.left-35-rem {
left: 35rem;
}
.left-40-rem {
left: 40rem;
}
.left-45-rem {
left: 45rem;
}
.left-50-rem {
left: 50rem;
}
.bottom-5-rem {
bottom: 5rem;
}
.bottom-10-rem {
bottom: 10rem;
}
.bottom-15-rem {
bottom: 15rem;
}
.bottom-20-rem {
bottom: 20rem;
}
.bottom-25-rem {
bottom: 25rem;
}
.bottom-30-rem {
bottom: 30rem;
}
.bottom-35-rem {
bottom: 35rem;
}
.bottom-40-rem {
bottom: 40rem;
}
.bottom-45-rem {
bottom: 45rem;
}
.bottom-50-rem {
bottom: 50rem;
}
.right-5-rem {
right: 5rem;
}
.right-10-rem {
right: 10rem;
}
.right-15-rem {
right: 15rem;
}
.right-20-rem {
right: 20rem;
}
.right-25-rem {
right: 25rem;
}
.right-30-rem {
right: 30rem;
}
.right-35-rem {
right: 35rem;
}
.right-40-rem {
right: 40rem;
}
.right-45-rem {
right: 45rem;
}
.right-50-rem {
right: 50rem;
}
.top-5-em {
top: 5em;
}
.top-10-em {
top: 10em;
}
.top-15-em {
top: 15em;
}
.top-20-em {
top: 20em;
}
.top-25-em {
top: 25em;
}
.top-30-em {
top: 30em;
}
.top-35-em {
top: 35em;
}
.top-40-em {
top: 40em;
}
.top-45-em {
top: 45em;
}
.top-50-em {
top: 50em;
}
.left-5-em {
left: 5em;
}
.left-10-em {
left: 10em;
}
.left-15-em {
left: 15em;
}
.left-20-em {
left: 20em;
}
.left-25-em {
left: 25em;
}
.left-30-em {
left: 30em;
}
.left-35-em {
left: 35em;
}
.left-40-em {
left: 40em;
}
.left-45-em {
left: 45em;
}
.left-50-em {
left: 50em;
}
.bottom-5-em {
bottom: 5em;
}
.bottom-10-em {
bottom: 10em;
}
.bottom-15-em {
bottom: 15em;
}
.bottom-20-em {
bottom: 20em;
}
.bottom-25-em {
bottom: 25em;
}
.bottom-30-em {
bottom: 30em;
}
.bottom-35-em {
bottom: 35em;
}
.bottom-40-em {
bottom: 40em;
}
.bottom-45-em {
bottom: 45em;
}
.bottom-50-em {
bottom: 50em;
}
.right-5-em {
right: 5em;
}
.right-10-em {
right: 10em;
}
.right-15-em {
right: 15em;
}
.right-20-em {
right: 20em;
}
.right-25-em {
right: 25em;
}
.right-30-em {
right: 30em;
}
.right-35-em {
right: 35em;
}
.right-40-em {
right: 40em;
}
.right-45-em {
right: 45em;
}
.right-50-em {
right: 50em;
}
.top-5-\% {
top: 5\%;
}
.top-10-\% {
top: 10\%;
}
.top-15-\% {
top: 15\%;
}
.top-20-\% {
top: 20\%;
}
.top-25-\% {
top: 25\%;
}
.top-30-\% {
top: 30\%;
}
.top-35-\% {
top: 35\%;
}
.top-40-\% {
top: 40\%;
}
.top-45-\% {
top: 45\%;
}
.top-50-\% {
top: 50\%;
}
.left-5-\% {
left: 5\%;
}
.left-10-\% {
left: 10\%;
}
.left-15-\% {
left: 15\%;
}
.left-20-\% {
left: 20\%;
}
.left-25-\% {
left: 25\%;
}
.left-30-\% {
left: 30\%;
}
.left-35-\% {
left: 35\%;
}
.left-40-\% {
left: 40\%;
}
.left-45-\% {
left: 45\%;
}
.left-50-\% {
left: 50\%;
}
.bottom-5-\% {
bottom: 5\%;
}
.bottom-10-\% {
bottom: 10\%;
}
.bottom-15-\% {
bottom: 15\%;
}
.bottom-20-\% {
bottom: 20\%;
}
.bottom-25-\% {
bottom: 25\%;
}
.bottom-30-\% {
bottom: 30\%;
}
.bottom-35-\% {
bottom: 35\%;
}
.bottom-40-\% {
bottom: 40\%;
}
.bottom-45-\% {
bottom: 45\%;
}
.bottom-50-\% {
bottom: 50\%;
}
.right-5-\% {
right: 5\%;
}
.right-10-\% {
right: 10\%;
}
.right-15-\% {
right: 15\%;
}
.right-20-\% {
right: 20\%;
}
.right-25-\% {
right: 25\%;
}
.right-30-\% {
right: 30\%;
}
.right-35-\% {
right: 35\%;
}
.right-40-\% {
right: 40\%;
}
.right-45-\% {
right: 45\%;
}
.right-50-\% {
right: 50\%;
}
@media (min-width: 576px) {
.sm\:top-5-vw {
top: 5vw;
}
.sm\:top-10-vw {
top: 10vw;
}
.sm\:top-15-vw {
top: 15vw;
}
.sm\:top-20-vw {
top: 20vw;
}
.sm\:top-25-vw {
top: 25vw;
}
.sm\:top-30-vw {
top: 30vw;
}
.sm\:top-35-vw {
top: 35vw;
}
.sm\:top-40-vw {
top: 40vw;
}
.sm\:top-45-vw {
top: 45vw;
}
.sm\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 768px) {
.md\:top-5-vw {
top: 5vw;
}
.md\:top-10-vw {
top: 10vw;
}
.md\:top-15-vw {
top: 15vw;
}
.md\:top-20-vw {
top: 20vw;
}
.md\:top-25-vw {
top: 25vw;
}
.md\:top-30-vw {
top: 30vw;
}
.md\:top-35-vw {
top: 35vw;
}
.md\:top-40-vw {
top: 40vw;
}
.md\:top-45-vw {
top: 45vw;
}
.md\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 992px) {
.lg\:top-5-vw {
top: 5vw;
}
.lg\:top-10-vw {
top: 10vw;
}
.lg\:top-15-vw {
top: 15vw;
}
.lg\:top-20-vw {
top: 20vw;
}
.lg\:top-25-vw {
top: 25vw;
}
.lg\:top-30-vw {
top: 30vw;
}
.lg\:top-35-vw {
top: 35vw;
}
.lg\:top-40-vw {
top: 40vw;
}
.lg\:top-45-vw {
top: 45vw;
}
.lg\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:top-5-vw {
top: 5vw;
}
.xl\:top-10-vw {
top: 10vw;
}
.xl\:top-15-vw {
top: 15vw;
}
.xl\:top-20-vw {
top: 20vw;
}
.xl\:top-25-vw {
top: 25vw;
}
.xl\:top-30-vw {
top: 30vw;
}
.xl\:top-35-vw {
top: 35vw;
}
.xl\:top-40-vw {
top: 40vw;
}
.xl\:top-45-vw {
top: 45vw;
}
.xl\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 576px) {
.sm\:left-5-vw {
left: 5vw;
}
.sm\:left-10-vw {
left: 10vw;
}
.sm\:left-15-vw {
left: 15vw;
}
.sm\:left-20-vw {
left: 20vw;
}
.sm\:left-25-vw {
left: 25vw;
}
.sm\:left-30-vw {
left: 30vw;
}
.sm\:left-35-vw {
left: 35vw;
}
.sm\:left-40-vw {
left: 40vw;
}
.sm\:left-45-vw {
left: 45vw;
}
.sm\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 768px) {
.md\:left-5-vw {
left: 5vw;
}
.md\:left-10-vw {
left: 10vw;
}
.md\:left-15-vw {
left: 15vw;
}
.md\:left-20-vw {
left: 20vw;
}
.md\:left-25-vw {
left: 25vw;
}
.md\:left-30-vw {
left: 30vw;
}
.md\:left-35-vw {
left: 35vw;
}
.md\:left-40-vw {
left: 40vw;
}
.md\:left-45-vw {
left: 45vw;
}
.md\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 992px) {
.lg\:left-5-vw {
left: 5vw;
}
.lg\:left-10-vw {
left: 10vw;
}
.lg\:left-15-vw {
left: 15vw;
}
.lg\:left-20-vw {
left: 20vw;
}
.lg\:left-25-vw {
left: 25vw;
}
.lg\:left-30-vw {
left: 30vw;
}
.lg\:left-35-vw {
left: 35vw;
}
.lg\:left-40-vw {
left: 40vw;
}
.lg\:left-45-vw {
left: 45vw;
}
.lg\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:left-5-vw {
left: 5vw;
}
.xl\:left-10-vw {
left: 10vw;
}
.xl\:left-15-vw {
left: 15vw;
}
.xl\:left-20-vw {
left: 20vw;
}
.xl\:left-25-vw {
left: 25vw;
}
.xl\:left-30-vw {
left: 30vw;
}
.xl\:left-35-vw {
left: 35vw;
}
.xl\:left-40-vw {
left: 40vw;
}
.xl\:left-45-vw {
left: 45vw;
}
.xl\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-vw {
bottom: 5vw;
}
.sm\:bottom-10-vw {
bottom: 10vw;
}
.sm\:bottom-15-vw {
bottom: 15vw;
}
.sm\:bottom-20-vw {
bottom: 20vw;
}
.sm\:bottom-25-vw {
bottom: 25vw;
}
.sm\:bottom-30-vw {
bottom: 30vw;
}
.sm\:bottom-35-vw {
bottom: 35vw;
}
.sm\:bottom-40-vw {
bottom: 40vw;
}
.sm\:bottom-45-vw {
bottom: 45vw;
}
.sm\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 768px) {
.md\:bottom-5-vw {
bottom: 5vw;
}
.md\:bottom-10-vw {
bottom: 10vw;
}
.md\:bottom-15-vw {
bottom: 15vw;
}
.md\:bottom-20-vw {
bottom: 20vw;
}
.md\:bottom-25-vw {
bottom: 25vw;
}
.md\:bottom-30-vw {
bottom: 30vw;
}
.md\:bottom-35-vw {
bottom: 35vw;
}
.md\:bottom-40-vw {
bottom: 40vw;
}
.md\:bottom-45-vw {
bottom: 45vw;
}
.md\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-vw {
bottom: 5vw;
}
.lg\:bottom-10-vw {
bottom: 10vw;
}
.lg\:bottom-15-vw {
bottom: 15vw;
}
.lg\:bottom-20-vw {
bottom: 20vw;
}
.lg\:bottom-25-vw {
bottom: 25vw;
}
.lg\:bottom-30-vw {
bottom: 30vw;
}
.lg\:bottom-35-vw {
bottom: 35vw;
}
.lg\:bottom-40-vw {
bottom: 40vw;
}
.lg\:bottom-45-vw {
bottom: 45vw;
}
.lg\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-vw {
bottom: 5vw;
}
.xl\:bottom-10-vw {
bottom: 10vw;
}
.xl\:bottom-15-vw {
bottom: 15vw;
}
.xl\:bottom-20-vw {
bottom: 20vw;
}
.xl\:bottom-25-vw {
bottom: 25vw;
}
.xl\:bottom-30-vw {
bottom: 30vw;
}
.xl\:bottom-35-vw {
bottom: 35vw;
}
.xl\:bottom-40-vw {
bottom: 40vw;
}
.xl\:bottom-45-vw {
bottom: 45vw;
}
.xl\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 576px) {
.sm\:right-5-vw {
right: 5vw;
}
.sm\:right-10-vw {
right: 10vw;
}
.sm\:right-15-vw {
right: 15vw;
}
.sm\:right-20-vw {
right: 20vw;
}
.sm\:right-25-vw {
right: 25vw;
}
.sm\:right-30-vw {
right: 30vw;
}
.sm\:right-35-vw {
right: 35vw;
}
.sm\:right-40-vw {
right: 40vw;
}
.sm\:right-45-vw {
right: 45vw;
}
.sm\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 768px) {
.md\:right-5-vw {
right: 5vw;
}
.md\:right-10-vw {
right: 10vw;
}
.md\:right-15-vw {
right: 15vw;
}
.md\:right-20-vw {
right: 20vw;
}
.md\:right-25-vw {
right: 25vw;
}
.md\:right-30-vw {
right: 30vw;
}
.md\:right-35-vw {
right: 35vw;
}
.md\:right-40-vw {
right: 40vw;
}
.md\:right-45-vw {
right: 45vw;
}
.md\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 992px) {
.lg\:right-5-vw {
right: 5vw;
}
.lg\:right-10-vw {
right: 10vw;
}
.lg\:right-15-vw {
right: 15vw;
}
.lg\:right-20-vw {
right: 20vw;
}
.lg\:right-25-vw {
right: 25vw;
}
.lg\:right-30-vw {
right: 30vw;
}
.lg\:right-35-vw {
right: 35vw;
}
.lg\:right-40-vw {
right: 40vw;
}
.lg\:right-45-vw {
right: 45vw;
}
.lg\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:right-5-vw {
right: 5vw;
}
.xl\:right-10-vw {
right: 10vw;
}
.xl\:right-15-vw {
right: 15vw;
}
.xl\:right-20-vw {
right: 20vw;
}
.xl\:right-25-vw {
right: 25vw;
}
.xl\:right-30-vw {
right: 30vw;
}
.xl\:right-35-vw {
right: 35vw;
}
.xl\:right-40-vw {
right: 40vw;
}
.xl\:right-45-vw {
right: 45vw;
}
.xl\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 576px) {
.sm\:top-5-px {
top: 5px;
}
.sm\:top-10-px {
top: 10px;
}
.sm\:top-15-px {
top: 15px;
}
.sm\:top-20-px {
top: 20px;
}
.sm\:top-25-px {
top: 25px;
}
.sm\:top-30-px {
top: 30px;
}
.sm\:top-35-px {
top: 35px;
}
.sm\:top-40-px {
top: 40px;
}
.sm\:top-45-px {
top: 45px;
}
.sm\:top-50-px {
top: 50px;
}
}
@media (min-width: 768px) {
.md\:top-5-px {
top: 5px;
}
.md\:top-10-px {
top: 10px;
}
.md\:top-15-px {
top: 15px;
}
.md\:top-20-px {
top: 20px;
}
.md\:top-25-px {
top: 25px;
}
.md\:top-30-px {
top: 30px;
}
.md\:top-35-px {
top: 35px;
}
.md\:top-40-px {
top: 40px;
}
.md\:top-45-px {
top: 45px;
}
.md\:top-50-px {
top: 50px;
}
}
@media (min-width: 992px) {
.lg\:top-5-px {
top: 5px;
}
.lg\:top-10-px {
top: 10px;
}
.lg\:top-15-px {
top: 15px;
}
.lg\:top-20-px {
top: 20px;
}
.lg\:top-25-px {
top: 25px;
}
.lg\:top-30-px {
top: 30px;
}
.lg\:top-35-px {
top: 35px;
}
.lg\:top-40-px {
top: 40px;
}
.lg\:top-45-px {
top: 45px;
}
.lg\:top-50-px {
top: 50px;
}
}
@media (min-width: 1200px) {
.xl\:top-5-px {
top: 5px;
}
.xl\:top-10-px {
top: 10px;
}
.xl\:top-15-px {
top: 15px;
}
.xl\:top-20-px {
top: 20px;
}
.xl\:top-25-px {
top: 25px;
}
.xl\:top-30-px {
top: 30px;
}
.xl\:top-35-px {
top: 35px;
}
.xl\:top-40-px {
top: 40px;
}
.xl\:top-45-px {
top: 45px;
}
.xl\:top-50-px {
top: 50px;
}
}
@media (min-width: 576px) {
.sm\:left-5-px {
left: 5px;
}
.sm\:left-10-px {
left: 10px;
}
.sm\:left-15-px {
left: 15px;
}
.sm\:left-20-px {
left: 20px;
}
.sm\:left-25-px {
left: 25px;
}
.sm\:left-30-px {
left: 30px;
}
.sm\:left-35-px {
left: 35px;
}
.sm\:left-40-px {
left: 40px;
}
.sm\:left-45-px {
left: 45px;
}
.sm\:left-50-px {
left: 50px;
}
}
@media (min-width: 768px) {
.md\:left-5-px {
left: 5px;
}
.md\:left-10-px {
left: 10px;
}
.md\:left-15-px {
left: 15px;
}
.md\:left-20-px {
left: 20px;
}
.md\:left-25-px {
left: 25px;
}
.md\:left-30-px {
left: 30px;
}
.md\:left-35-px {
left: 35px;
}
.md\:left-40-px {
left: 40px;
}
.md\:left-45-px {
left: 45px;
}
.md\:left-50-px {
left: 50px;
}
}
@media (min-width: 992px) {
.lg\:left-5-px {
left: 5px;
}
.lg\:left-10-px {
left: 10px;
}
.lg\:left-15-px {
left: 15px;
}
.lg\:left-20-px {
left: 20px;
}
.lg\:left-25-px {
left: 25px;
}
.lg\:left-30-px {
left: 30px;
}
.lg\:left-35-px {
left: 35px;
}
.lg\:left-40-px {
left: 40px;
}
.lg\:left-45-px {
left: 45px;
}
.lg\:left-50-px {
left: 50px;
}
}
@media (min-width: 1200px) {
.xl\:left-5-px {
left: 5px;
}
.xl\:left-10-px {
left: 10px;
}
.xl\:left-15-px {
left: 15px;
}
.xl\:left-20-px {
left: 20px;
}
.xl\:left-25-px {
left: 25px;
}
.xl\:left-30-px {
left: 30px;
}
.xl\:left-35-px {
left: 35px;
}
.xl\:left-40-px {
left: 40px;
}
.xl\:left-45-px {
left: 45px;
}
.xl\:left-50-px {
left: 50px;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-px {
bottom: 5px;
}
.sm\:bottom-10-px {
bottom: 10px;
}
.sm\:bottom-15-px {
bottom: 15px;
}
.sm\:bottom-20-px {
bottom: 20px;
}
.sm\:bottom-25-px {
bottom: 25px;
}
.sm\:bottom-30-px {
bottom: 30px;
}
.sm\:bottom-35-px {
bottom: 35px;
}
.sm\:bottom-40-px {
bottom: 40px;
}
.sm\:bottom-45-px {
bottom: 45px;
}
.sm\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 768px) {
.md\:bottom-5-px {
bottom: 5px;
}
.md\:bottom-10-px {
bottom: 10px;
}
.md\:bottom-15-px {
bottom: 15px;
}
.md\:bottom-20-px {
bottom: 20px;
}
.md\:bottom-25-px {
bottom: 25px;
}
.md\:bottom-30-px {
bottom: 30px;
}
.md\:bottom-35-px {
bottom: 35px;
}
.md\:bottom-40-px {
bottom: 40px;
}
.md\:bottom-45-px {
bottom: 45px;
}
.md\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-px {
bottom: 5px;
}
.lg\:bottom-10-px {
bottom: 10px;
}
.lg\:bottom-15-px {
bottom: 15px;
}
.lg\:bottom-20-px {
bottom: 20px;
}
.lg\:bottom-25-px {
bottom: 25px;
}
.lg\:bottom-30-px {
bottom: 30px;
}
.lg\:bottom-35-px {
bottom: 35px;
}
.lg\:bottom-40-px {
bottom: 40px;
}
.lg\:bottom-45-px {
bottom: 45px;
}
.lg\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-px {
bottom: 5px;
}
.xl\:bottom-10-px {
bottom: 10px;
}
.xl\:bottom-15-px {
bottom: 15px;
}
.xl\:bottom-20-px {
bottom: 20px;
}
.xl\:bottom-25-px {
bottom: 25px;
}
.xl\:bottom-30-px {
bottom: 30px;
}
.xl\:bottom-35-px {
bottom: 35px;
}
.xl\:bottom-40-px {
bottom: 40px;
}
.xl\:bottom-45-px {
bottom: 45px;
}
.xl\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 576px) {
.sm\:right-5-px {
right: 5px;
}
.sm\:right-10-px {
right: 10px;
}
.sm\:right-15-px {
right: 15px;
}
.sm\:right-20-px {
right: 20px;
}
.sm\:right-25-px {
right: 25px;
}
.sm\:right-30-px {
right: 30px;
}
.sm\:right-35-px {
right: 35px;
}
.sm\:right-40-px {
right: 40px;
}
.sm\:right-45-px {
right: 45px;
}
.sm\:right-50-px {
right: 50px;
}
}
@media (min-width: 768px) {
.md\:right-5-px {
right: 5px;
}
.md\:right-10-px {
right: 10px;
}
.md\:right-15-px {
right: 15px;
}
.md\:right-20-px {
right: 20px;
}
.md\:right-25-px {
right: 25px;
}
.md\:right-30-px {
right: 30px;
}
.md\:right-35-px {
right: 35px;
}
.md\:right-40-px {
right: 40px;
}
.md\:right-45-px {
right: 45px;
}
.md\:right-50-px {
right: 50px;
}
}
@media (min-width: 992px) {
.lg\:right-5-px {
right: 5px;
}
.lg\:right-10-px {
right: 10px;
}
.lg\:right-15-px {
right: 15px;
}
.lg\:right-20-px {
right: 20px;
}
.lg\:right-25-px {
right: 25px;
}
.lg\:right-30-px {
right: 30px;
}
.lg\:right-35-px {
right: 35px;
}
.lg\:right-40-px {
right: 40px;
}
.lg\:right-45-px {
right: 45px;
}
.lg\:right-50-px {
right: 50px;
}
}
@media (min-width: 1200px) {
.xl\:right-5-px {
right: 5px;
}
.xl\:right-10-px {
right: 10px;
}
.xl\:right-15-px {
right: 15px;
}
.xl\:right-20-px {
right: 20px;
}
.xl\:right-25-px {
right: 25px;
}
.xl\:right-30-px {
right: 30px;
}
.xl\:right-35-px {
right: 35px;
}
.xl\:right-40-px {
right: 40px;
}
.xl\:right-45-px {
right: 45px;
}
.xl\:right-50-px {
right: 50px;
}
}
@media (min-width: 576px) {
.sm\:top-5-vh {
top: 5vh;
}
.sm\:top-10-vh {
top: 10vh;
}
.sm\:top-15-vh {
top: 15vh;
}
.sm\:top-20-vh {
top: 20vh;
}
.sm\:top-25-vh {
top: 25vh;
}
.sm\:top-30-vh {
top: 30vh;
}
.sm\:top-35-vh {
top: 35vh;
}
.sm\:top-40-vh {
top: 40vh;
}
.sm\:top-45-vh {
top: 45vh;
}
.sm\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 768px) {
.md\:top-5-vh {
top: 5vh;
}
.md\:top-10-vh {
top: 10vh;
}
.md\:top-15-vh {
top: 15vh;
}
.md\:top-20-vh {
top: 20vh;
}
.md\:top-25-vh {
top: 25vh;
}
.md\:top-30-vh {
top: 30vh;
}
.md\:top-35-vh {
top: 35vh;
}
.md\:top-40-vh {
top: 40vh;
}
.md\:top-45-vh {
top: 45vh;
}
.md\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 992px) {
.lg\:top-5-vh {
top: 5vh;
}
.lg\:top-10-vh {
top: 10vh;
}
.lg\:top-15-vh {
top: 15vh;
}
.lg\:top-20-vh {
top: 20vh;
}
.lg\:top-25-vh {
top: 25vh;
}
.lg\:top-30-vh {
top: 30vh;
}
.lg\:top-35-vh {
top: 35vh;
}
.lg\:top-40-vh {
top: 40vh;
}
.lg\:top-45-vh {
top: 45vh;
}
.lg\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:top-5-vh {
top: 5vh;
}
.xl\:top-10-vh {
top: 10vh;
}
.xl\:top-15-vh {
top: 15vh;
}
.xl\:top-20-vh {
top: 20vh;
}
.xl\:top-25-vh {
top: 25vh;
}
.xl\:top-30-vh {
top: 30vh;
}
.xl\:top-35-vh {
top: 35vh;
}
.xl\:top-40-vh {
top: 40vh;
}
.xl\:top-45-vh {
top: 45vh;
}
.xl\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 576px) {
.sm\:left-5-vh {
left: 5vh;
}
.sm\:left-10-vh {
left: 10vh;
}
.sm\:left-15-vh {
left: 15vh;
}
.sm\:left-20-vh {
left: 20vh;
}
.sm\:left-25-vh {
left: 25vh;
}
.sm\:left-30-vh {
left: 30vh;
}
.sm\:left-35-vh {
left: 35vh;
}
.sm\:left-40-vh {
left: 40vh;
}
.sm\:left-45-vh {
left: 45vh;
}
.sm\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 768px) {
.md\:left-5-vh {
left: 5vh;
}
.md\:left-10-vh {
left: 10vh;
}
.md\:left-15-vh {
left: 15vh;
}
.md\:left-20-vh {
left: 20vh;
}
.md\:left-25-vh {
left: 25vh;
}
.md\:left-30-vh {
left: 30vh;
}
.md\:left-35-vh {
left: 35vh;
}
.md\:left-40-vh {
left: 40vh;
}
.md\:left-45-vh {
left: 45vh;
}
.md\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 992px) {
.lg\:left-5-vh {
left: 5vh;
}
.lg\:left-10-vh {
left: 10vh;
}
.lg\:left-15-vh {
left: 15vh;
}
.lg\:left-20-vh {
left: 20vh;
}
.lg\:left-25-vh {
left: 25vh;
}
.lg\:left-30-vh {
left: 30vh;
}
.lg\:left-35-vh {
left: 35vh;
}
.lg\:left-40-vh {
left: 40vh;
}
.lg\:left-45-vh {
left: 45vh;
}
.lg\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:left-5-vh {
left: 5vh;
}
.xl\:left-10-vh {
left: 10vh;
}
.xl\:left-15-vh {
left: 15vh;
}
.xl\:left-20-vh {
left: 20vh;
}
.xl\:left-25-vh {
left: 25vh;
}
.xl\:left-30-vh {
left: 30vh;
}
.xl\:left-35-vh {
left: 35vh;
}
.xl\:left-40-vh {
left: 40vh;
}
.xl\:left-45-vh {
left: 45vh;
}
.xl\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-vh {
bottom: 5vh;
}
.sm\:bottom-10-vh {
bottom: 10vh;
}
.sm\:bottom-15-vh {
bottom: 15vh;
}
.sm\:bottom-20-vh {
bottom: 20vh;
}
.sm\:bottom-25-vh {
bottom: 25vh;
}
.sm\:bottom-30-vh {
bottom: 30vh;
}
.sm\:bottom-35-vh {
bottom: 35vh;
}
.sm\:bottom-40-vh {
bottom: 40vh;
}
.sm\:bottom-45-vh {
bottom: 45vh;
}
.sm\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 768px) {
.md\:bottom-5-vh {
bottom: 5vh;
}
.md\:bottom-10-vh {
bottom: 10vh;
}
.md\:bottom-15-vh {
bottom: 15vh;
}
.md\:bottom-20-vh {
bottom: 20vh;
}
.md\:bottom-25-vh {
bottom: 25vh;
}
.md\:bottom-30-vh {
bottom: 30vh;
}
.md\:bottom-35-vh {
bottom: 35vh;
}
.md\:bottom-40-vh {
bottom: 40vh;
}
.md\:bottom-45-vh {
bottom: 45vh;
}
.md\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-vh {
bottom: 5vh;
}
.lg\:bottom-10-vh {
bottom: 10vh;
}
.lg\:bottom-15-vh {
bottom: 15vh;
}
.lg\:bottom-20-vh {
bottom: 20vh;
}
.lg\:bottom-25-vh {
bottom: 25vh;
}
.lg\:bottom-30-vh {
bottom: 30vh;
}
.lg\:bottom-35-vh {
bottom: 35vh;
}
.lg\:bottom-40-vh {
bottom: 40vh;
}
.lg\:bottom-45-vh {
bottom: 45vh;
}
.lg\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-vh {
bottom: 5vh;
}
.xl\:bottom-10-vh {
bottom: 10vh;
}
.xl\:bottom-15-vh {
bottom: 15vh;
}
.xl\:bottom-20-vh {
bottom: 20vh;
}
.xl\:bottom-25-vh {
bottom: 25vh;
}
.xl\:bottom-30-vh {
bottom: 30vh;
}
.xl\:bottom-35-vh {
bottom: 35vh;
}
.xl\:bottom-40-vh {
bottom: 40vh;
}
.xl\:bottom-45-vh {
bottom: 45vh;
}
.xl\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 576px) {
.sm\:right-5-vh {
right: 5vh;
}
.sm\:right-10-vh {
right: 10vh;
}
.sm\:right-15-vh {
right: 15vh;
}
.sm\:right-20-vh {
right: 20vh;
}
.sm\:right-25-vh {
right: 25vh;
}
.sm\:right-30-vh {
right: 30vh;
}
.sm\:right-35-vh {
right: 35vh;
}
.sm\:right-40-vh {
right: 40vh;
}
.sm\:right-45-vh {
right: 45vh;
}
.sm\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 768px) {
.md\:right-5-vh {
right: 5vh;
}
.md\:right-10-vh {
right: 10vh;
}
.md\:right-15-vh {
right: 15vh;
}
.md\:right-20-vh {
right: 20vh;
}
.md\:right-25-vh {
right: 25vh;
}
.md\:right-30-vh {
right: 30vh;
}
.md\:right-35-vh {
right: 35vh;
}
.md\:right-40-vh {
right: 40vh;
}
.md\:right-45-vh {
right: 45vh;
}
.md\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 992px) {
.lg\:right-5-vh {
right: 5vh;
}
.lg\:right-10-vh {
right: 10vh;
}
.lg\:right-15-vh {
right: 15vh;
}
.lg\:right-20-vh {
right: 20vh;
}
.lg\:right-25-vh {
right: 25vh;
}
.lg\:right-30-vh {
right: 30vh;
}
.lg\:right-35-vh {
right: 35vh;
}
.lg\:right-40-vh {
right: 40vh;
}
.lg\:right-45-vh {
right: 45vh;
}
.lg\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:right-5-vh {
right: 5vh;
}
.xl\:right-10-vh {
right: 10vh;
}
.xl\:right-15-vh {
right: 15vh;
}
.xl\:right-20-vh {
right: 20vh;
}
.xl\:right-25-vh {
right: 25vh;
}
.xl\:right-30-vh {
right: 30vh;
}
.xl\:right-35-vh {
right: 35vh;
}
.xl\:right-40-vh {
right: 40vh;
}
.xl\:right-45-vh {
right: 45vh;
}
.xl\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 576px) {
.sm\:top-5-rem {
top: 5rem;
}
.sm\:top-10-rem {
top: 10rem;
}
.sm\:top-15-rem {
top: 15rem;
}
.sm\:top-20-rem {
top: 20rem;
}
.sm\:top-25-rem {
top: 25rem;
}
.sm\:top-30-rem {
top: 30rem;
}
.sm\:top-35-rem {
top: 35rem;
}
.sm\:top-40-rem {
top: 40rem;
}
.sm\:top-45-rem {
top: 45rem;
}
.sm\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 768px) {
.md\:top-5-rem {
top: 5rem;
}
.md\:top-10-rem {
top: 10rem;
}
.md\:top-15-rem {
top: 15rem;
}
.md\:top-20-rem {
top: 20rem;
}
.md\:top-25-rem {
top: 25rem;
}
.md\:top-30-rem {
top: 30rem;
}
.md\:top-35-rem {
top: 35rem;
}
.md\:top-40-rem {
top: 40rem;
}
.md\:top-45-rem {
top: 45rem;
}
.md\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 992px) {
.lg\:top-5-rem {
top: 5rem;
}
.lg\:top-10-rem {
top: 10rem;
}
.lg\:top-15-rem {
top: 15rem;
}
.lg\:top-20-rem {
top: 20rem;
}
.lg\:top-25-rem {
top: 25rem;
}
.lg\:top-30-rem {
top: 30rem;
}
.lg\:top-35-rem {
top: 35rem;
}
.lg\:top-40-rem {
top: 40rem;
}
.lg\:top-45-rem {
top: 45rem;
}
.lg\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:top-5-rem {
top: 5rem;
}
.xl\:top-10-rem {
top: 10rem;
}
.xl\:top-15-rem {
top: 15rem;
}
.xl\:top-20-rem {
top: 20rem;
}
.xl\:top-25-rem {
top: 25rem;
}
.xl\:top-30-rem {
top: 30rem;
}
.xl\:top-35-rem {
top: 35rem;
}
.xl\:top-40-rem {
top: 40rem;
}
.xl\:top-45-rem {
top: 45rem;
}
.xl\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 576px) {
.sm\:left-5-rem {
left: 5rem;
}
.sm\:left-10-rem {
left: 10rem;
}
.sm\:left-15-rem {
left: 15rem;
}
.sm\:left-20-rem {
left: 20rem;
}
.sm\:left-25-rem {
left: 25rem;
}
.sm\:left-30-rem {
left: 30rem;
}
.sm\:left-35-rem {
left: 35rem;
}
.sm\:left-40-rem {
left: 40rem;
}
.sm\:left-45-rem {
left: 45rem;
}
.sm\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 768px) {
.md\:left-5-rem {
left: 5rem;
}
.md\:left-10-rem {
left: 10rem;
}
.md\:left-15-rem {
left: 15rem;
}
.md\:left-20-rem {
left: 20rem;
}
.md\:left-25-rem {
left: 25rem;
}
.md\:left-30-rem {
left: 30rem;
}
.md\:left-35-rem {
left: 35rem;
}
.md\:left-40-rem {
left: 40rem;
}
.md\:left-45-rem {
left: 45rem;
}
.md\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 992px) {
.lg\:left-5-rem {
left: 5rem;
}
.lg\:left-10-rem {
left: 10rem;
}
.lg\:left-15-rem {
left: 15rem;
}
.lg\:left-20-rem {
left: 20rem;
}
.lg\:left-25-rem {
left: 25rem;
}
.lg\:left-30-rem {
left: 30rem;
}
.lg\:left-35-rem {
left: 35rem;
}
.lg\:left-40-rem {
left: 40rem;
}
.lg\:left-45-rem {
left: 45rem;
}
.lg\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:left-5-rem {
left: 5rem;
}
.xl\:left-10-rem {
left: 10rem;
}
.xl\:left-15-rem {
left: 15rem;
}
.xl\:left-20-rem {
left: 20rem;
}
.xl\:left-25-rem {
left: 25rem;
}
.xl\:left-30-rem {
left: 30rem;
}
.xl\:left-35-rem {
left: 35rem;
}
.xl\:left-40-rem {
left: 40rem;
}
.xl\:left-45-rem {
left: 45rem;
}
.xl\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-rem {
bottom: 5rem;
}
.sm\:bottom-10-rem {
bottom: 10rem;
}
.sm\:bottom-15-rem {
bottom: 15rem;
}
.sm\:bottom-20-rem {
bottom: 20rem;
}
.sm\:bottom-25-rem {
bottom: 25rem;
}
.sm\:bottom-30-rem {
bottom: 30rem;
}
.sm\:bottom-35-rem {
bottom: 35rem;
}
.sm\:bottom-40-rem {
bottom: 40rem;
}
.sm\:bottom-45-rem {
bottom: 45rem;
}
.sm\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 768px) {
.md\:bottom-5-rem {
bottom: 5rem;
}
.md\:bottom-10-rem {
bottom: 10rem;
}
.md\:bottom-15-rem {
bottom: 15rem;
}
.md\:bottom-20-rem {
bottom: 20rem;
}
.md\:bottom-25-rem {
bottom: 25rem;
}
.md\:bottom-30-rem {
bottom: 30rem;
}
.md\:bottom-35-rem {
bottom: 35rem;
}
.md\:bottom-40-rem {
bottom: 40rem;
}
.md\:bottom-45-rem {
bottom: 45rem;
}
.md\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-rem {
bottom: 5rem;
}
.lg\:bottom-10-rem {
bottom: 10rem;
}
.lg\:bottom-15-rem {
bottom: 15rem;
}
.lg\:bottom-20-rem {
bottom: 20rem;
}
.lg\:bottom-25-rem {
bottom: 25rem;
}
.lg\:bottom-30-rem {
bottom: 30rem;
}
.lg\:bottom-35-rem {
bottom: 35rem;
}
.lg\:bottom-40-rem {
bottom: 40rem;
}
.lg\:bottom-45-rem {
bottom: 45rem;
}
.lg\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-rem {
bottom: 5rem;
}
.xl\:bottom-10-rem {
bottom: 10rem;
}
.xl\:bottom-15-rem {
bottom: 15rem;
}
.xl\:bottom-20-rem {
bottom: 20rem;
}
.xl\:bottom-25-rem {
bottom: 25rem;
}
.xl\:bottom-30-rem {
bottom: 30rem;
}
.xl\:bottom-35-rem {
bottom: 35rem;
}
.xl\:bottom-40-rem {
bottom: 40rem;
}
.xl\:bottom-45-rem {
bottom: 45rem;
}
.xl\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 576px) {
.sm\:right-5-rem {
right: 5rem;
}
.sm\:right-10-rem {
right: 10rem;
}
.sm\:right-15-rem {
right: 15rem;
}
.sm\:right-20-rem {
right: 20rem;
}
.sm\:right-25-rem {
right: 25rem;
}
.sm\:right-30-rem {
right: 30rem;
}
.sm\:right-35-rem {
right: 35rem;
}
.sm\:right-40-rem {
right: 40rem;
}
.sm\:right-45-rem {
right: 45rem;
}
.sm\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 768px) {
.md\:right-5-rem {
right: 5rem;
}
.md\:right-10-rem {
right: 10rem;
}
.md\:right-15-rem {
right: 15rem;
}
.md\:right-20-rem {
right: 20rem;
}
.md\:right-25-rem {
right: 25rem;
}
.md\:right-30-rem {
right: 30rem;
}
.md\:right-35-rem {
right: 35rem;
}
.md\:right-40-rem {
right: 40rem;
}
.md\:right-45-rem {
right: 45rem;
}
.md\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 992px) {
.lg\:right-5-rem {
right: 5rem;
}
.lg\:right-10-rem {
right: 10rem;
}
.lg\:right-15-rem {
right: 15rem;
}
.lg\:right-20-rem {
right: 20rem;
}
.lg\:right-25-rem {
right: 25rem;
}
.lg\:right-30-rem {
right: 30rem;
}
.lg\:right-35-rem {
right: 35rem;
}
.lg\:right-40-rem {
right: 40rem;
}
.lg\:right-45-rem {
right: 45rem;
}
.lg\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:right-5-rem {
right: 5rem;
}
.xl\:right-10-rem {
right: 10rem;
}
.xl\:right-15-rem {
right: 15rem;
}
.xl\:right-20-rem {
right: 20rem;
}
.xl\:right-25-rem {
right: 25rem;
}
.xl\:right-30-rem {
right: 30rem;
}
.xl\:right-35-rem {
right: 35rem;
}
.xl\:right-40-rem {
right: 40rem;
}
.xl\:right-45-rem {
right: 45rem;
}
.xl\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 576px) {
.sm\:top-5-em {
top: 5em;
}
.sm\:top-10-em {
top: 10em;
}
.sm\:top-15-em {
top: 15em;
}
.sm\:top-20-em {
top: 20em;
}
.sm\:top-25-em {
top: 25em;
}
.sm\:top-30-em {
top: 30em;
}
.sm\:top-35-em {
top: 35em;
}
.sm\:top-40-em {
top: 40em;
}
.sm\:top-45-em {
top: 45em;
}
.sm\:top-50-em {
top: 50em;
}
}
@media (min-width: 768px) {
.md\:top-5-em {
top: 5em;
}
.md\:top-10-em {
top: 10em;
}
.md\:top-15-em {
top: 15em;
}
.md\:top-20-em {
top: 20em;
}
.md\:top-25-em {
top: 25em;
}
.md\:top-30-em {
top: 30em;
}
.md\:top-35-em {
top: 35em;
}
.md\:top-40-em {
top: 40em;
}
.md\:top-45-em {
top: 45em;
}
.md\:top-50-em {
top: 50em;
}
}
@media (min-width: 992px) {
.lg\:top-5-em {
top: 5em;
}
.lg\:top-10-em {
top: 10em;
}
.lg\:top-15-em {
top: 15em;
}
.lg\:top-20-em {
top: 20em;
}
.lg\:top-25-em {
top: 25em;
}
.lg\:top-30-em {
top: 30em;
}
.lg\:top-35-em {
top: 35em;
}
.lg\:top-40-em {
top: 40em;
}
.lg\:top-45-em {
top: 45em;
}
.lg\:top-50-em {
top: 50em;
}
}
@media (min-width: 1200px) {
.xl\:top-5-em {
top: 5em;
}
.xl\:top-10-em {
top: 10em;
}
.xl\:top-15-em {
top: 15em;
}
.xl\:top-20-em {
top: 20em;
}
.xl\:top-25-em {
top: 25em;
}
.xl\:top-30-em {
top: 30em;
}
.xl\:top-35-em {
top: 35em;
}
.xl\:top-40-em {
top: 40em;
}
.xl\:top-45-em {
top: 45em;
}
.xl\:top-50-em {
top: 50em;
}
}
@media (min-width: 576px) {
.sm\:left-5-em {
left: 5em;
}
.sm\:left-10-em {
left: 10em;
}
.sm\:left-15-em {
left: 15em;
}
.sm\:left-20-em {
left: 20em;
}
.sm\:left-25-em {
left: 25em;
}
.sm\:left-30-em {
left: 30em;
}
.sm\:left-35-em {
left: 35em;
}
.sm\:left-40-em {
left: 40em;
}
.sm\:left-45-em {
left: 45em;
}
.sm\:left-50-em {
left: 50em;
}
}
@media (min-width: 768px) {
.md\:left-5-em {
left: 5em;
}
.md\:left-10-em {
left: 10em;
}
.md\:left-15-em {
left: 15em;
}
.md\:left-20-em {
left: 20em;
}
.md\:left-25-em {
left: 25em;
}
.md\:left-30-em {
left: 30em;
}
.md\:left-35-em {
left: 35em;
}
.md\:left-40-em {
left: 40em;
}
.md\:left-45-em {
left: 45em;
}
.md\:left-50-em {
left: 50em;
}
}
@media (min-width: 992px) {
.lg\:left-5-em {
left: 5em;
}
.lg\:left-10-em {
left: 10em;
}
.lg\:left-15-em {
left: 15em;
}
.lg\:left-20-em {
left: 20em;
}
.lg\:left-25-em {
left: 25em;
}
.lg\:left-30-em {
left: 30em;
}
.lg\:left-35-em {
left: 35em;
}
.lg\:left-40-em {
left: 40em;
}
.lg\:left-45-em {
left: 45em;
}
.lg\:left-50-em {
left: 50em;
}
}
@media (min-width: 1200px) {
.xl\:left-5-em {
left: 5em;
}
.xl\:left-10-em {
left: 10em;
}
.xl\:left-15-em {
left: 15em;
}
.xl\:left-20-em {
left: 20em;
}
.xl\:left-25-em {
left: 25em;
}
.xl\:left-30-em {
left: 30em;
}
.xl\:left-35-em {
left: 35em;
}
.xl\:left-40-em {
left: 40em;
}
.xl\:left-45-em {
left: 45em;
}
.xl\:left-50-em {
left: 50em;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-em {
bottom: 5em;
}
.sm\:bottom-10-em {
bottom: 10em;
}
.sm\:bottom-15-em {
bottom: 15em;
}
.sm\:bottom-20-em {
bottom: 20em;
}
.sm\:bottom-25-em {
bottom: 25em;
}
.sm\:bottom-30-em {
bottom: 30em;
}
.sm\:bottom-35-em {
bottom: 35em;
}
.sm\:bottom-40-em {
bottom: 40em;
}
.sm\:bottom-45-em {
bottom: 45em;
}
.sm\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 768px) {
.md\:bottom-5-em {
bottom: 5em;
}
.md\:bottom-10-em {
bottom: 10em;
}
.md\:bottom-15-em {
bottom: 15em;
}
.md\:bottom-20-em {
bottom: 20em;
}
.md\:bottom-25-em {
bottom: 25em;
}
.md\:bottom-30-em {
bottom: 30em;
}
.md\:bottom-35-em {
bottom: 35em;
}
.md\:bottom-40-em {
bottom: 40em;
}
.md\:bottom-45-em {
bottom: 45em;
}
.md\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-em {
bottom: 5em;
}
.lg\:bottom-10-em {
bottom: 10em;
}
.lg\:bottom-15-em {
bottom: 15em;
}
.lg\:bottom-20-em {
bottom: 20em;
}
.lg\:bottom-25-em {
bottom: 25em;
}
.lg\:bottom-30-em {
bottom: 30em;
}
.lg\:bottom-35-em {
bottom: 35em;
}
.lg\:bottom-40-em {
bottom: 40em;
}
.lg\:bottom-45-em {
bottom: 45em;
}
.lg\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-em {
bottom: 5em;
}
.xl\:bottom-10-em {
bottom: 10em;
}
.xl\:bottom-15-em {
bottom: 15em;
}
.xl\:bottom-20-em {
bottom: 20em;
}
.xl\:bottom-25-em {
bottom: 25em;
}
.xl\:bottom-30-em {
bottom: 30em;
}
.xl\:bottom-35-em {
bottom: 35em;
}
.xl\:bottom-40-em {
bottom: 40em;
}
.xl\:bottom-45-em {
bottom: 45em;
}
.xl\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 576px) {
.sm\:right-5-em {
right: 5em;
}
.sm\:right-10-em {
right: 10em;
}
.sm\:right-15-em {
right: 15em;
}
.sm\:right-20-em {
right: 20em;
}
.sm\:right-25-em {
right: 25em;
}
.sm\:right-30-em {
right: 30em;
}
.sm\:right-35-em {
right: 35em;
}
.sm\:right-40-em {
right: 40em;
}
.sm\:right-45-em {
right: 45em;
}
.sm\:right-50-em {
right: 50em;
}
}
@media (min-width: 768px) {
.md\:right-5-em {
right: 5em;
}
.md\:right-10-em {
right: 10em;
}
.md\:right-15-em {
right: 15em;
}
.md\:right-20-em {
right: 20em;
}
.md\:right-25-em {
right: 25em;
}
.md\:right-30-em {
right: 30em;
}
.md\:right-35-em {
right: 35em;
}
.md\:right-40-em {
right: 40em;
}
.md\:right-45-em {
right: 45em;
}
.md\:right-50-em {
right: 50em;
}
}
@media (min-width: 992px) {
.lg\:right-5-em {
right: 5em;
}
.lg\:right-10-em {
right: 10em;
}
.lg\:right-15-em {
right: 15em;
}
.lg\:right-20-em {
right: 20em;
}
.lg\:right-25-em {
right: 25em;
}
.lg\:right-30-em {
right: 30em;
}
.lg\:right-35-em {
right: 35em;
}
.lg\:right-40-em {
right: 40em;
}
.lg\:right-45-em {
right: 45em;
}
.lg\:right-50-em {
right: 50em;
}
}
@media (min-width: 1200px) {
.xl\:right-5-em {
right: 5em;
}
.xl\:right-10-em {
right: 10em;
}
.xl\:right-15-em {
right: 15em;
}
.xl\:right-20-em {
right: 20em;
}
.xl\:right-25-em {
right: 25em;
}
.xl\:right-30-em {
right: 30em;
}
.xl\:right-35-em {
right: 35em;
}
.xl\:right-40-em {
right: 40em;
}
.xl\:right-45-em {
right: 45em;
}
.xl\:right-50-em {
right: 50em;
}
}
@media (min-width: 576px) {
.sm\:top-5-\% {
top: 5\%;
}
.sm\:top-10-\% {
top: 10\%;
}
.sm\:top-15-\% {
top: 15\%;
}
.sm\:top-20-\% {
top: 20\%;
}
.sm\:top-25-\% {
top: 25\%;
}
.sm\:top-30-\% {
top: 30\%;
}
.sm\:top-35-\% {
top: 35\%;
}
.sm\:top-40-\% {
top: 40\%;
}
.sm\:top-45-\% {
top: 45\%;
}
.sm\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 768px) {
.md\:top-5-\% {
top: 5\%;
}
.md\:top-10-\% {
top: 10\%;
}
.md\:top-15-\% {
top: 15\%;
}
.md\:top-20-\% {
top: 20\%;
}
.md\:top-25-\% {
top: 25\%;
}
.md\:top-30-\% {
top: 30\%;
}
.md\:top-35-\% {
top: 35\%;
}
.md\:top-40-\% {
top: 40\%;
}
.md\:top-45-\% {
top: 45\%;
}
.md\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 992px) {
.lg\:top-5-\% {
top: 5\%;
}
.lg\:top-10-\% {
top: 10\%;
}
.lg\:top-15-\% {
top: 15\%;
}
.lg\:top-20-\% {
top: 20\%;
}
.lg\:top-25-\% {
top: 25\%;
}
.lg\:top-30-\% {
top: 30\%;
}
.lg\:top-35-\% {
top: 35\%;
}
.lg\:top-40-\% {
top: 40\%;
}
.lg\:top-45-\% {
top: 45\%;
}
.lg\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:top-5-\% {
top: 5\%;
}
.xl\:top-10-\% {
top: 10\%;
}
.xl\:top-15-\% {
top: 15\%;
}
.xl\:top-20-\% {
top: 20\%;
}
.xl\:top-25-\% {
top: 25\%;
}
.xl\:top-30-\% {
top: 30\%;
}
.xl\:top-35-\% {
top: 35\%;
}
.xl\:top-40-\% {
top: 40\%;
}
.xl\:top-45-\% {
top: 45\%;
}
.xl\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 576px) {
.sm\:left-5-\% {
left: 5\%;
}
.sm\:left-10-\% {
left: 10\%;
}
.sm\:left-15-\% {
left: 15\%;
}
.sm\:left-20-\% {
left: 20\%;
}
.sm\:left-25-\% {
left: 25\%;
}
.sm\:left-30-\% {
left: 30\%;
}
.sm\:left-35-\% {
left: 35\%;
}
.sm\:left-40-\% {
left: 40\%;
}
.sm\:left-45-\% {
left: 45\%;
}
.sm\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 768px) {
.md\:left-5-\% {
left: 5\%;
}
.md\:left-10-\% {
left: 10\%;
}
.md\:left-15-\% {
left: 15\%;
}
.md\:left-20-\% {
left: 20\%;
}
.md\:left-25-\% {
left: 25\%;
}
.md\:left-30-\% {
left: 30\%;
}
.md\:left-35-\% {
left: 35\%;
}
.md\:left-40-\% {
left: 40\%;
}
.md\:left-45-\% {
left: 45\%;
}
.md\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 992px) {
.lg\:left-5-\% {
left: 5\%;
}
.lg\:left-10-\% {
left: 10\%;
}
.lg\:left-15-\% {
left: 15\%;
}
.lg\:left-20-\% {
left: 20\%;
}
.lg\:left-25-\% {
left: 25\%;
}
.lg\:left-30-\% {
left: 30\%;
}
.lg\:left-35-\% {
left: 35\%;
}
.lg\:left-40-\% {
left: 40\%;
}
.lg\:left-45-\% {
left: 45\%;
}
.lg\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:left-5-\% {
left: 5\%;
}
.xl\:left-10-\% {
left: 10\%;
}
.xl\:left-15-\% {
left: 15\%;
}
.xl\:left-20-\% {
left: 20\%;
}
.xl\:left-25-\% {
left: 25\%;
}
.xl\:left-30-\% {
left: 30\%;
}
.xl\:left-35-\% {
left: 35\%;
}
.xl\:left-40-\% {
left: 40\%;
}
.xl\:left-45-\% {
left: 45\%;
}
.xl\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-\% {
bottom: 5\%;
}
.sm\:bottom-10-\% {
bottom: 10\%;
}
.sm\:bottom-15-\% {
bottom: 15\%;
}
.sm\:bottom-20-\% {
bottom: 20\%;
}
.sm\:bottom-25-\% {
bottom: 25\%;
}
.sm\:bottom-30-\% {
bottom: 30\%;
}
.sm\:bottom-35-\% {
bottom: 35\%;
}
.sm\:bottom-40-\% {
bottom: 40\%;
}
.sm\:bottom-45-\% {
bottom: 45\%;
}
.sm\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 768px) {
.md\:bottom-5-\% {
bottom: 5\%;
}
.md\:bottom-10-\% {
bottom: 10\%;
}
.md\:bottom-15-\% {
bottom: 15\%;
}
.md\:bottom-20-\% {
bottom: 20\%;
}
.md\:bottom-25-\% {
bottom: 25\%;
}
.md\:bottom-30-\% {
bottom: 30\%;
}
.md\:bottom-35-\% {
bottom: 35\%;
}
.md\:bottom-40-\% {
bottom: 40\%;
}
.md\:bottom-45-\% {
bottom: 45\%;
}
.md\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-\% {
bottom: 5\%;
}
.lg\:bottom-10-\% {
bottom: 10\%;
}
.lg\:bottom-15-\% {
bottom: 15\%;
}
.lg\:bottom-20-\% {
bottom: 20\%;
}
.lg\:bottom-25-\% {
bottom: 25\%;
}
.lg\:bottom-30-\% {
bottom: 30\%;
}
.lg\:bottom-35-\% {
bottom: 35\%;
}
.lg\:bottom-40-\% {
bottom: 40\%;
}
.lg\:bottom-45-\% {
bottom: 45\%;
}
.lg\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-\% {
bottom: 5\%;
}
.xl\:bottom-10-\% {
bottom: 10\%;
}
.xl\:bottom-15-\% {
bottom: 15\%;
}
.xl\:bottom-20-\% {
bottom: 20\%;
}
.xl\:bottom-25-\% {
bottom: 25\%;
}
.xl\:bottom-30-\% {
bottom: 30\%;
}
.xl\:bottom-35-\% {
bottom: 35\%;
}
.xl\:bottom-40-\% {
bottom: 40\%;
}
.xl\:bottom-45-\% {
bottom: 45\%;
}
.xl\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 576px) {
.sm\:right-5-\% {
right: 5\%;
}
.sm\:right-10-\% {
right: 10\%;
}
.sm\:right-15-\% {
right: 15\%;
}
.sm\:right-20-\% {
right: 20\%;
}
.sm\:right-25-\% {
right: 25\%;
}
.sm\:right-30-\% {
right: 30\%;
}
.sm\:right-35-\% {
right: 35\%;
}
.sm\:right-40-\% {
right: 40\%;
}
.sm\:right-45-\% {
right: 45\%;
}
.sm\:right-50-\% {
right: 50\%;
}
}
@media (min-width: 768px) {
.md\:right-5-\% {
right: 5\%;
}
.md\:right-10-\% {
right: 10\%;
}
.md\:right-15-\% {
right: 15\%;
}
.md\:right-20-\% {
right: 20\%;
}
.md\:right-25-\% {
right: 25\%;
}
.md\:right-30-\% {
right: 30\%;
}
.md\:right-35-\% {
right: 35\%;
}
.md\:right-40-\% {
right: 40\%;
}
.md\:right-45-\% {
right: 45\%;
}
.md\:right-50-\% {
right: 50\%;
}
}
@media (min-width: 992px) {
.lg\:right-5-\% {
right: 5\%;
}
.lg\:right-10-\% {
right: 10\%;
}
.lg\:right-15-\% {
right: 15\%;
}
.lg\:right-20-\% {
right: 20\%;
}
.lg\:right-25-\% {
right: 25\%;
}
.lg\:right-30-\% {
right: 30\%;
}
.lg\:right-35-\% {
right: 35\%;
}
.lg\:right-40-\% {
right: 40\%;
}
.lg\:right-45-\% {
right: 45\%;
}
.lg\:right-50-\% {
right: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:right-5-\% {
right: 5\%;
}
.xl\:right-10-\% {
right: 10\%;
}
.xl\:right-15-\% {
right: 15\%;
}
.xl\:right-20-\% {
right: 20\%;
}
.xl\:right-25-\% {
right: 25\%;
}
.xl\:right-30-\% {
right: 30\%;
}
.xl\:right-35-\% {
right: 35\%;
}
.xl\:right-40-\% {
right: 40\%;
}
.xl\:right-45-\% {
right: 45\%;
}
.xl\:right-50-\% {
right: 50\%;
}
}
/*# sourceMappingURL=raisin.css.map */ | raisin.css | html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/**
* Remove the margin in all browsers.
*/
body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
box-sizing: border-box;
/* 1 */
font-family: sans-serif;
/* 2 */
}
*,
*::before,
*::after {
box-sizing: inherit;
}
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
margin: 0;
}
textarea {
resize: vertical;
}
img {
max-width: 100%;
height: auto;
}
input::placeholder,
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.5;
}
button,
[role=button] {
cursor: pointer;
}
table {
border-collapse: collapse;
}
.display-block {
display: block;
}
.display-inline-block {
display: inline-block;
}
.display-inline {
display: inline;
}
.display-table {
display: table;
}
.display-table-row {
display: table-row;
}
.display-table-cell {
display: table-cell;
}
.display-none {
display: none;
}
@media (min-width: 576px) {
.sm\:display-block {
display: block;
}
.sm\:display-inline-block {
display: inline-block;
}
.sm\:display-inline {
display: inline;
}
.sm\:display-table {
display: table;
}
.sm\:display-table-row {
display: table-row;
}
.sm\:display-table-cell {
display: table-cell;
}
.sm\:display-none {
display: none;
}
}
@media (min-width: 768px) {
.md\:display-block {
display: block;
}
.md\:display-inline-block {
display: inline-block;
}
.md\:display-inline {
display: inline;
}
.md\:display-table {
display: table;
}
.md\:display-table-row {
display: table-row;
}
.md\:display-table-cell {
display: table-cell;
}
.md\:display-none {
display: none;
}
}
@media (min-width: 992px) {
.lg\:display-block {
display: block;
}
.lg\:display-inline-block {
display: inline-block;
}
.lg\:display-inline {
display: inline;
}
.lg\:display-table {
display: table;
}
.lg\:display-table-row {
display: table-row;
}
.lg\:display-table-cell {
display: table-cell;
}
.lg\:display-none {
display: none;
}
}
@media (min-width: 1200px) {
.xl\:display-block {
display: block;
}
.xl\:display-inline-block {
display: inline-block;
}
.xl\:display-inline {
display: inline;
}
.xl\:display-table {
display: table;
}
.xl\:display-table-row {
display: table-row;
}
.xl\:display-table-cell {
display: table-cell;
}
.xl\:display-none {
display: none;
}
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
@media (min-width: 576px) {
.sm\:float-right {
float: right;
}
.sm\:float-left {
float: left;
}
.sm\:float-none {
float: none;
}
.sm\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
@media (min-width: 768px) {
.md\:float-right {
float: right;
}
.md\:float-left {
float: left;
}
.md\:float-none {
float: none;
}
.md\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
@media (min-width: 992px) {
.lg\:float-right {
float: right;
}
.lg\:float-left {
float: left;
}
.lg\:float-none {
float: none;
}
.lg\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
@media (min-width: 1200px) {
.xl\:float-right {
float: right;
}
.xl\:float-left {
float: left;
}
.xl\:float-none {
float: none;
}
.xl\:clearfix:after {
content: "";
display: table;
clear: both;
}
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-y-scroll {
overflow-y: scroll;
}
@media (min-width: 576px) {
.sm\:overflow-auto {
overflow: auto;
}
.sm\:overflow-hidden {
overflow: hidden;
}
.sm\:overflow-visible {
overflow: visible;
}
.sm\:overflow-scroll {
overflow: scroll;
}
.sm\:overflow-x-auto {
overflow-x: auto;
}
.sm\:overflow-x-hidden {
overflow-x: hidden;
}
.sm\:overflow-x-visible {
overflow-x: visible;
}
.sm\:overflow-x-scroll {
overflow-x: scroll;
}
.sm\:overflow-y-auto {
overflow-y: auto;
}
.sm\:overflow-y-hidden {
overflow-y: hidden;
}
.sm\:overflow-y-visible {
overflow-y: visible;
}
.sm\:overflow-y-scroll {
overflow-y: scroll;
}
}
@media (min-width: 768px) {
.md\:overflow-auto {
overflow: auto;
}
.md\:overflow-hidden {
overflow: hidden;
}
.md\:overflow-visible {
overflow: visible;
}
.md\:overflow-scroll {
overflow: scroll;
}
.md\:overflow-x-auto {
overflow-x: auto;
}
.md\:overflow-x-hidden {
overflow-x: hidden;
}
.md\:overflow-x-visible {
overflow-x: visible;
}
.md\:overflow-x-scroll {
overflow-x: scroll;
}
.md\:overflow-y-auto {
overflow-y: auto;
}
.md\:overflow-y-hidden {
overflow-y: hidden;
}
.md\:overflow-y-visible {
overflow-y: visible;
}
.md\:overflow-y-scroll {
overflow-y: scroll;
}
}
@media (min-width: 992px) {
.lg\:overflow-auto {
overflow: auto;
}
.lg\:overflow-hidden {
overflow: hidden;
}
.lg\:overflow-visible {
overflow: visible;
}
.lg\:overflow-scroll {
overflow: scroll;
}
.lg\:overflow-x-auto {
overflow-x: auto;
}
.lg\:overflow-x-hidden {
overflow-x: hidden;
}
.lg\:overflow-x-visible {
overflow-x: visible;
}
.lg\:overflow-x-scroll {
overflow-x: scroll;
}
.lg\:overflow-y-auto {
overflow-y: auto;
}
.lg\:overflow-y-hidden {
overflow-y: hidden;
}
.lg\:overflow-y-visible {
overflow-y: visible;
}
.lg\:overflow-y-scroll {
overflow-y: scroll;
}
}
@media (min-width: 1200px) {
.xl\:overflow-auto {
overflow: auto;
}
.xl\:overflow-hidden {
overflow: hidden;
}
.xl\:overflow-visible {
overflow: visible;
}
.xl\:overflow-scroll {
overflow: scroll;
}
.xl\:overflow-x-auto {
overflow-x: auto;
}
.xl\:overflow-x-hidden {
overflow-x: hidden;
}
.xl\:overflow-x-visible {
overflow-x: visible;
}
.xl\:overflow-x-scroll {
overflow-x: scroll;
}
.xl\:overflow-y-auto {
overflow-y: auto;
}
.xl\:overflow-y-hidden {
overflow-y: hidden;
}
.xl\:overflow-y-visible {
overflow-y: visible;
}
.xl\:overflow-y-scroll {
overflow-y: scroll;
}
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
@media (min-width: 576px) {
.sm\:static {
position: static;
}
.sm\:fixed {
position: fixed;
}
.sm\:absolute {
position: absolute;
}
.sm\:relative {
position: relative;
}
.sm\:sticky {
position: sticky;
}
}
@media (min-width: 768px) {
.md\:static {
position: static;
}
.md\:fixed {
position: fixed;
}
.md\:absolute {
position: absolute;
}
.md\:relative {
position: relative;
}
.md\:sticky {
position: sticky;
}
}
@media (min-width: 992px) {
.lg\:static {
position: static;
}
.lg\:fixed {
position: fixed;
}
.lg\:absolute {
position: absolute;
}
.lg\:relative {
position: relative;
}
.lg\:sticky {
position: sticky;
}
}
@media (min-width: 1200px) {
.xl\:static {
position: static;
}
.xl\:fixed {
position: fixed;
}
.xl\:absolute {
position: absolute;
}
.xl\:relative {
position: relative;
}
.xl\:sticky {
position: sticky;
}
}
.visible {
visibility: visible;
}
.hidden {
visibility: hidden;
}
@media (min-width: 576px) {
.sm\:visible {
visibility: visible;
}
.sm\:hidden {
visibility: hidden;
}
}
@media (min-width: 768px) {
.md\:visible {
visibility: visible;
}
.md\:hidden {
visibility: hidden;
}
}
@media (min-width: 992px) {
.lg\:visible {
visibility: visible;
}
.lg\:hidden {
visibility: hidden;
}
}
@media (min-width: 1200px) {
.xl\:visible {
visibility: visible;
}
.xl\:hidden {
visibility: hidden;
}
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
@media (min-width: 576px) {
.sm\:opacity-0 {
opacity: 0;
}
.sm\:opacity-25 {
opacity: 0.25;
}
.sm\:opacity-50 {
opacity: 0.5;
}
.sm\:opacity-75 {
opacity: 0.75;
}
.sm\:opacity-100 {
opacity: 1;
}
}
@media (min-width: 768px) {
.md\:opacity-0 {
opacity: 0;
}
.md\:opacity-25 {
opacity: 0.25;
}
.md\:opacity-50 {
opacity: 0.5;
}
.md\:opacity-75 {
opacity: 0.75;
}
.md\:opacity-100 {
opacity: 1;
}
}
@media (min-width: 992px) {
.lg\:opacity-0 {
opacity: 0;
}
.lg\:opacity-25 {
opacity: 0.25;
}
.lg\:opacity-50 {
opacity: 0.5;
}
.lg\:opacity-75 {
opacity: 0.75;
}
.lg\:opacity-100 {
opacity: 1;
}
}
@media (min-width: 1200px) {
.xl\:opacity-0 {
opacity: 0;
}
.xl\:opacity-25 {
opacity: 0.25;
}
.xl\:opacity-50 {
opacity: 0.5;
}
.xl\:opacity-75 {
opacity: 0.75;
}
.xl\:opacity-100 {
opacity: 1;
}
}
.z-0 {
z-index: 0;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-30 {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.z-auto {
z-index: auto;
}
@media (min-width: 576px) {
.sm\:z-0 {
z-index: 0;
}
.sm\:z-10 {
z-index: 10;
}
.sm\:z-20 {
z-index: 20;
}
.sm\:z-30 {
z-index: 30;
}
.sm\:z-40 {
z-index: 40;
}
.sm\:z-50 {
z-index: 50;
}
.sm\:z-auto {
z-index: auto;
}
}
@media (min-width: 768px) {
.md\:z-0 {
z-index: 0;
}
.md\:z-10 {
z-index: 10;
}
.md\:z-20 {
z-index: 20;
}
.md\:z-30 {
z-index: 30;
}
.md\:z-40 {
z-index: 40;
}
.md\:z-50 {
z-index: 50;
}
.md\:z-auto {
z-index: auto;
}
}
@media (min-width: 992px) {
.lg\:z-0 {
z-index: 0;
}
.lg\:z-10 {
z-index: 10;
}
.lg\:z-20 {
z-index: 20;
}
.lg\:z-30 {
z-index: 30;
}
.lg\:z-40 {
z-index: 40;
}
.lg\:z-50 {
z-index: 50;
}
.lg\:z-auto {
z-index: auto;
}
}
@media (min-width: 1200px) {
.xl\:z-0 {
z-index: 0;
}
.xl\:z-10 {
z-index: 10;
}
.xl\:z-20 {
z-index: 20;
}
.xl\:z-30 {
z-index: 30;
}
.xl\:z-40 {
z-index: 40;
}
.xl\:z-50 {
z-index: 50;
}
.xl\:z-auto {
z-index: auto;
}
}
.m-0 {
margin: 0rem;
}
.mt-0 {
margin-top: 0rem;
}
.mr-0 {
margin-right: 0rem;
}
.mb-0 {
margin-bottom: 0rem;
}
.ml-0 {
margin-left: 0rem;
}
.m-1 {
margin: 0.25rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.m-3 {
margin: 0.75rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.m-5 {
margin: 1.25rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.m-6 {
margin: 1.5rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.m-7 {
margin: 1.75rem;
}
.mt-7 {
margin-top: 1.75rem;
}
.mr-7 {
margin-right: 1.75rem;
}
.mb-7 {
margin-bottom: 1.75rem;
}
.ml-7 {
margin-left: 1.75rem;
}
.m-8 {
margin: 2rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-8 {
margin-right: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.m-9 {
margin: 2.25rem;
}
.mt-9 {
margin-top: 2.25rem;
}
.mr-9 {
margin-right: 2.25rem;
}
.mb-9 {
margin-bottom: 2.25rem;
}
.ml-9 {
margin-left: 2.25rem;
}
.m-10 {
margin: 2.5rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.m-11 {
margin: 2.75rem;
}
.mt-11 {
margin-top: 2.75rem;
}
.mr-11 {
margin-right: 2.75rem;
}
.mb-11 {
margin-bottom: 2.75rem;
}
.ml-11 {
margin-left: 2.75rem;
}
.m-12 {
margin: 3rem;
}
.mt-12 {
margin-top: 3rem;
}
.mr-12 {
margin-right: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
@media (min-width: 576px) {
.sm\:m-0 {
margin: 0rem;
}
.sm\:mt-0 {
margin-top: 0rem;
}
.sm\:mr-0 {
margin-right: 0rem;
}
.sm\:mb-0 {
margin-bottom: 0rem;
}
.sm\:ml-0 {
margin-left: 0rem;
}
.sm\:m-1 {
margin: 0.25rem;
}
.sm\:mt-1 {
margin-top: 0.25rem;
}
.sm\:mr-1 {
margin-right: 0.25rem;
}
.sm\:mb-1 {
margin-bottom: 0.25rem;
}
.sm\:ml-1 {
margin-left: 0.25rem;
}
.sm\:m-2 {
margin: 0.5rem;
}
.sm\:mt-2 {
margin-top: 0.5rem;
}
.sm\:mr-2 {
margin-right: 0.5rem;
}
.sm\:mb-2 {
margin-bottom: 0.5rem;
}
.sm\:ml-2 {
margin-left: 0.5rem;
}
.sm\:m-3 {
margin: 0.75rem;
}
.sm\:mt-3 {
margin-top: 0.75rem;
}
.sm\:mr-3 {
margin-right: 0.75rem;
}
.sm\:mb-3 {
margin-bottom: 0.75rem;
}
.sm\:ml-3 {
margin-left: 0.75rem;
}
.sm\:m-4 {
margin: 1rem;
}
.sm\:mt-4 {
margin-top: 1rem;
}
.sm\:mr-4 {
margin-right: 1rem;
}
.sm\:mb-4 {
margin-bottom: 1rem;
}
.sm\:ml-4 {
margin-left: 1rem;
}
.sm\:m-5 {
margin: 1.25rem;
}
.sm\:mt-5 {
margin-top: 1.25rem;
}
.sm\:mr-5 {
margin-right: 1.25rem;
}
.sm\:mb-5 {
margin-bottom: 1.25rem;
}
.sm\:ml-5 {
margin-left: 1.25rem;
}
.sm\:m-6 {
margin: 1.5rem;
}
.sm\:mt-6 {
margin-top: 1.5rem;
}
.sm\:mr-6 {
margin-right: 1.5rem;
}
.sm\:mb-6 {
margin-bottom: 1.5rem;
}
.sm\:ml-6 {
margin-left: 1.5rem;
}
.sm\:m-7 {
margin: 1.75rem;
}
.sm\:mt-7 {
margin-top: 1.75rem;
}
.sm\:mr-7 {
margin-right: 1.75rem;
}
.sm\:mb-7 {
margin-bottom: 1.75rem;
}
.sm\:ml-7 {
margin-left: 1.75rem;
}
.sm\:m-8 {
margin: 2rem;
}
.sm\:mt-8 {
margin-top: 2rem;
}
.sm\:mr-8 {
margin-right: 2rem;
}
.sm\:mb-8 {
margin-bottom: 2rem;
}
.sm\:ml-8 {
margin-left: 2rem;
}
.sm\:m-9 {
margin: 2.25rem;
}
.sm\:mt-9 {
margin-top: 2.25rem;
}
.sm\:mr-9 {
margin-right: 2.25rem;
}
.sm\:mb-9 {
margin-bottom: 2.25rem;
}
.sm\:ml-9 {
margin-left: 2.25rem;
}
.sm\:m-10 {
margin: 2.5rem;
}
.sm\:mt-10 {
margin-top: 2.5rem;
}
.sm\:mr-10 {
margin-right: 2.5rem;
}
.sm\:mb-10 {
margin-bottom: 2.5rem;
}
.sm\:ml-10 {
margin-left: 2.5rem;
}
.sm\:m-11 {
margin: 2.75rem;
}
.sm\:mt-11 {
margin-top: 2.75rem;
}
.sm\:mr-11 {
margin-right: 2.75rem;
}
.sm\:mb-11 {
margin-bottom: 2.75rem;
}
.sm\:ml-11 {
margin-left: 2.75rem;
}
.sm\:m-12 {
margin: 3rem;
}
.sm\:mt-12 {
margin-top: 3rem;
}
.sm\:mr-12 {
margin-right: 3rem;
}
.sm\:mb-12 {
margin-bottom: 3rem;
}
.sm\:ml-12 {
margin-left: 3rem;
}
.sm\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.sm\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.sm\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.sm\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.sm\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.sm\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.sm\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.sm\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.sm\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.sm\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.sm\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.sm\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.sm\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.sm\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.sm\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.sm\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.sm\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.sm\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.sm\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.sm\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.sm\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.sm\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.sm\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.sm\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.sm\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.sm\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.sm\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.sm\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 768px) {
.md\:m-0 {
margin: 0rem;
}
.md\:mt-0 {
margin-top: 0rem;
}
.md\:mr-0 {
margin-right: 0rem;
}
.md\:mb-0 {
margin-bottom: 0rem;
}
.md\:ml-0 {
margin-left: 0rem;
}
.md\:m-1 {
margin: 0.25rem;
}
.md\:mt-1 {
margin-top: 0.25rem;
}
.md\:mr-1 {
margin-right: 0.25rem;
}
.md\:mb-1 {
margin-bottom: 0.25rem;
}
.md\:ml-1 {
margin-left: 0.25rem;
}
.md\:m-2 {
margin: 0.5rem;
}
.md\:mt-2 {
margin-top: 0.5rem;
}
.md\:mr-2 {
margin-right: 0.5rem;
}
.md\:mb-2 {
margin-bottom: 0.5rem;
}
.md\:ml-2 {
margin-left: 0.5rem;
}
.md\:m-3 {
margin: 0.75rem;
}
.md\:mt-3 {
margin-top: 0.75rem;
}
.md\:mr-3 {
margin-right: 0.75rem;
}
.md\:mb-3 {
margin-bottom: 0.75rem;
}
.md\:ml-3 {
margin-left: 0.75rem;
}
.md\:m-4 {
margin: 1rem;
}
.md\:mt-4 {
margin-top: 1rem;
}
.md\:mr-4 {
margin-right: 1rem;
}
.md\:mb-4 {
margin-bottom: 1rem;
}
.md\:ml-4 {
margin-left: 1rem;
}
.md\:m-5 {
margin: 1.25rem;
}
.md\:mt-5 {
margin-top: 1.25rem;
}
.md\:mr-5 {
margin-right: 1.25rem;
}
.md\:mb-5 {
margin-bottom: 1.25rem;
}
.md\:ml-5 {
margin-left: 1.25rem;
}
.md\:m-6 {
margin: 1.5rem;
}
.md\:mt-6 {
margin-top: 1.5rem;
}
.md\:mr-6 {
margin-right: 1.5rem;
}
.md\:mb-6 {
margin-bottom: 1.5rem;
}
.md\:ml-6 {
margin-left: 1.5rem;
}
.md\:m-7 {
margin: 1.75rem;
}
.md\:mt-7 {
margin-top: 1.75rem;
}
.md\:mr-7 {
margin-right: 1.75rem;
}
.md\:mb-7 {
margin-bottom: 1.75rem;
}
.md\:ml-7 {
margin-left: 1.75rem;
}
.md\:m-8 {
margin: 2rem;
}
.md\:mt-8 {
margin-top: 2rem;
}
.md\:mr-8 {
margin-right: 2rem;
}
.md\:mb-8 {
margin-bottom: 2rem;
}
.md\:ml-8 {
margin-left: 2rem;
}
.md\:m-9 {
margin: 2.25rem;
}
.md\:mt-9 {
margin-top: 2.25rem;
}
.md\:mr-9 {
margin-right: 2.25rem;
}
.md\:mb-9 {
margin-bottom: 2.25rem;
}
.md\:ml-9 {
margin-left: 2.25rem;
}
.md\:m-10 {
margin: 2.5rem;
}
.md\:mt-10 {
margin-top: 2.5rem;
}
.md\:mr-10 {
margin-right: 2.5rem;
}
.md\:mb-10 {
margin-bottom: 2.5rem;
}
.md\:ml-10 {
margin-left: 2.5rem;
}
.md\:m-11 {
margin: 2.75rem;
}
.md\:mt-11 {
margin-top: 2.75rem;
}
.md\:mr-11 {
margin-right: 2.75rem;
}
.md\:mb-11 {
margin-bottom: 2.75rem;
}
.md\:ml-11 {
margin-left: 2.75rem;
}
.md\:m-12 {
margin: 3rem;
}
.md\:mt-12 {
margin-top: 3rem;
}
.md\:mr-12 {
margin-right: 3rem;
}
.md\:mb-12 {
margin-bottom: 3rem;
}
.md\:ml-12 {
margin-left: 3rem;
}
.md\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.md\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.md\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.md\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.md\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.md\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.md\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.md\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.md\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.md\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.md\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.md\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.md\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.md\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.md\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.md\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.md\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.md\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.md\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.md\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.md\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.md\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.md\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.md\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 992px) {
.lg\:m-0 {
margin: 0rem;
}
.lg\:mt-0 {
margin-top: 0rem;
}
.lg\:mr-0 {
margin-right: 0rem;
}
.lg\:mb-0 {
margin-bottom: 0rem;
}
.lg\:ml-0 {
margin-left: 0rem;
}
.lg\:m-1 {
margin: 0.25rem;
}
.lg\:mt-1 {
margin-top: 0.25rem;
}
.lg\:mr-1 {
margin-right: 0.25rem;
}
.lg\:mb-1 {
margin-bottom: 0.25rem;
}
.lg\:ml-1 {
margin-left: 0.25rem;
}
.lg\:m-2 {
margin: 0.5rem;
}
.lg\:mt-2 {
margin-top: 0.5rem;
}
.lg\:mr-2 {
margin-right: 0.5rem;
}
.lg\:mb-2 {
margin-bottom: 0.5rem;
}
.lg\:ml-2 {
margin-left: 0.5rem;
}
.lg\:m-3 {
margin: 0.75rem;
}
.lg\:mt-3 {
margin-top: 0.75rem;
}
.lg\:mr-3 {
margin-right: 0.75rem;
}
.lg\:mb-3 {
margin-bottom: 0.75rem;
}
.lg\:ml-3 {
margin-left: 0.75rem;
}
.lg\:m-4 {
margin: 1rem;
}
.lg\:mt-4 {
margin-top: 1rem;
}
.lg\:mr-4 {
margin-right: 1rem;
}
.lg\:mb-4 {
margin-bottom: 1rem;
}
.lg\:ml-4 {
margin-left: 1rem;
}
.lg\:m-5 {
margin: 1.25rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:mb-5 {
margin-bottom: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:m-6 {
margin: 1.5rem;
}
.lg\:mt-6 {
margin-top: 1.5rem;
}
.lg\:mr-6 {
margin-right: 1.5rem;
}
.lg\:mb-6 {
margin-bottom: 1.5rem;
}
.lg\:ml-6 {
margin-left: 1.5rem;
}
.lg\:m-7 {
margin: 1.75rem;
}
.lg\:mt-7 {
margin-top: 1.75rem;
}
.lg\:mr-7 {
margin-right: 1.75rem;
}
.lg\:mb-7 {
margin-bottom: 1.75rem;
}
.lg\:ml-7 {
margin-left: 1.75rem;
}
.lg\:m-8 {
margin: 2rem;
}
.lg\:mt-8 {
margin-top: 2rem;
}
.lg\:mr-8 {
margin-right: 2rem;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:ml-8 {
margin-left: 2rem;
}
.lg\:m-9 {
margin: 2.25rem;
}
.lg\:mt-9 {
margin-top: 2.25rem;
}
.lg\:mr-9 {
margin-right: 2.25rem;
}
.lg\:mb-9 {
margin-bottom: 2.25rem;
}
.lg\:ml-9 {
margin-left: 2.25rem;
}
.lg\:m-10 {
margin: 2.5rem;
}
.lg\:mt-10 {
margin-top: 2.5rem;
}
.lg\:mr-10 {
margin-right: 2.5rem;
}
.lg\:mb-10 {
margin-bottom: 2.5rem;
}
.lg\:ml-10 {
margin-left: 2.5rem;
}
.lg\:m-11 {
margin: 2.75rem;
}
.lg\:mt-11 {
margin-top: 2.75rem;
}
.lg\:mr-11 {
margin-right: 2.75rem;
}
.lg\:mb-11 {
margin-bottom: 2.75rem;
}
.lg\:ml-11 {
margin-left: 2.75rem;
}
.lg\:m-12 {
margin: 3rem;
}
.lg\:mt-12 {
margin-top: 3rem;
}
.lg\:mr-12 {
margin-right: 3rem;
}
.lg\:mb-12 {
margin-bottom: 3rem;
}
.lg\:ml-12 {
margin-left: 3rem;
}
.lg\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.lg\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.lg\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.lg\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.lg\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.lg\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.lg\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.lg\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.lg\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.lg\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.lg\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.lg\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.lg\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.lg\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.lg\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.lg\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.lg\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.lg\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.lg\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.lg\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.lg\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.lg\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.lg\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.lg\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.lg\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.lg\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.lg\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.lg\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
@media (min-width: 1200px) {
.xl\:m-0 {
margin: 0rem;
}
.xl\:mt-0 {
margin-top: 0rem;
}
.xl\:mr-0 {
margin-right: 0rem;
}
.xl\:mb-0 {
margin-bottom: 0rem;
}
.xl\:ml-0 {
margin-left: 0rem;
}
.xl\:m-1 {
margin: 0.25rem;
}
.xl\:mt-1 {
margin-top: 0.25rem;
}
.xl\:mr-1 {
margin-right: 0.25rem;
}
.xl\:mb-1 {
margin-bottom: 0.25rem;
}
.xl\:ml-1 {
margin-left: 0.25rem;
}
.xl\:m-2 {
margin: 0.5rem;
}
.xl\:mt-2 {
margin-top: 0.5rem;
}
.xl\:mr-2 {
margin-right: 0.5rem;
}
.xl\:mb-2 {
margin-bottom: 0.5rem;
}
.xl\:ml-2 {
margin-left: 0.5rem;
}
.xl\:m-3 {
margin: 0.75rem;
}
.xl\:mt-3 {
margin-top: 0.75rem;
}
.xl\:mr-3 {
margin-right: 0.75rem;
}
.xl\:mb-3 {
margin-bottom: 0.75rem;
}
.xl\:ml-3 {
margin-left: 0.75rem;
}
.xl\:m-4 {
margin: 1rem;
}
.xl\:mt-4 {
margin-top: 1rem;
}
.xl\:mr-4 {
margin-right: 1rem;
}
.xl\:mb-4 {
margin-bottom: 1rem;
}
.xl\:ml-4 {
margin-left: 1rem;
}
.xl\:m-5 {
margin: 1.25rem;
}
.xl\:mt-5 {
margin-top: 1.25rem;
}
.xl\:mr-5 {
margin-right: 1.25rem;
}
.xl\:mb-5 {
margin-bottom: 1.25rem;
}
.xl\:ml-5 {
margin-left: 1.25rem;
}
.xl\:m-6 {
margin: 1.5rem;
}
.xl\:mt-6 {
margin-top: 1.5rem;
}
.xl\:mr-6 {
margin-right: 1.5rem;
}
.xl\:mb-6 {
margin-bottom: 1.5rem;
}
.xl\:ml-6 {
margin-left: 1.5rem;
}
.xl\:m-7 {
margin: 1.75rem;
}
.xl\:mt-7 {
margin-top: 1.75rem;
}
.xl\:mr-7 {
margin-right: 1.75rem;
}
.xl\:mb-7 {
margin-bottom: 1.75rem;
}
.xl\:ml-7 {
margin-left: 1.75rem;
}
.xl\:m-8 {
margin: 2rem;
}
.xl\:mt-8 {
margin-top: 2rem;
}
.xl\:mr-8 {
margin-right: 2rem;
}
.xl\:mb-8 {
margin-bottom: 2rem;
}
.xl\:ml-8 {
margin-left: 2rem;
}
.xl\:m-9 {
margin: 2.25rem;
}
.xl\:mt-9 {
margin-top: 2.25rem;
}
.xl\:mr-9 {
margin-right: 2.25rem;
}
.xl\:mb-9 {
margin-bottom: 2.25rem;
}
.xl\:ml-9 {
margin-left: 2.25rem;
}
.xl\:m-10 {
margin: 2.5rem;
}
.xl\:mt-10 {
margin-top: 2.5rem;
}
.xl\:mr-10 {
margin-right: 2.5rem;
}
.xl\:mb-10 {
margin-bottom: 2.5rem;
}
.xl\:ml-10 {
margin-left: 2.5rem;
}
.xl\:m-11 {
margin: 2.75rem;
}
.xl\:mt-11 {
margin-top: 2.75rem;
}
.xl\:mr-11 {
margin-right: 2.75rem;
}
.xl\:mb-11 {
margin-bottom: 2.75rem;
}
.xl\:ml-11 {
margin-left: 2.75rem;
}
.xl\:m-12 {
margin: 3rem;
}
.xl\:mt-12 {
margin-top: 3rem;
}
.xl\:mr-12 {
margin-right: 3rem;
}
.xl\:mb-12 {
margin-bottom: 3rem;
}
.xl\:ml-12 {
margin-left: 3rem;
}
.xl\:mx-0 {
margin-left: 0rem;
margin-right: 0rem;
}
.xl\:mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.xl\:mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.xl\:mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.xl\:mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.xl\:mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.xl\:mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.xl\:mx-7 {
margin-left: 1.75rem;
margin-right: 1.75rem;
}
.xl\:mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.xl\:mx-9 {
margin-left: 2.25rem;
margin-right: 2.25rem;
}
.xl\:mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.xl\:mx-11 {
margin-left: 2.75rem;
margin-right: 2.75rem;
}
.xl\:mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.xl\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.xl\:my-0 {
margin-top: 0rem;
margin-bottom: 0rem;
}
.xl\:my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.xl\:my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.xl\:my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.xl\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.xl\:my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.xl\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.xl\:my-7 {
margin-top: 1.75rem;
margin-bottom: 1.75rem;
}
.xl\:my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.xl\:my-9 {
margin-top: 2.25rem;
margin-bottom: 2.25rem;
}
.xl\:my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.xl\:my-11 {
margin-top: 2.75rem;
margin-bottom: 2.75rem;
}
.xl\:my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.xl\:my-auto {
margin-top: auto;
margin-bottom: auto;
}
}
.p-0 {
padding: 0rem;
}
.pt-0 {
padding-top: 0rem;
}
.pr-0 {
padding-right: 0rem;
}
.pb-0 {
padding-bottom: 0rem;
}
.pl-0 {
padding-left: 0rem;
}
.p-1 {
padding: 0.25rem;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.p-7 {
padding: 1.75rem;
}
.pt-7 {
padding-top: 1.75rem;
}
.pr-7 {
padding-right: 1.75rem;
}
.pb-7 {
padding-bottom: 1.75rem;
}
.pl-7 {
padding-left: 1.75rem;
}
.p-8 {
padding: 2rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.p-9 {
padding: 2.25rem;
}
.pt-9 {
padding-top: 2.25rem;
}
.pr-9 {
padding-right: 2.25rem;
}
.pb-9 {
padding-bottom: 2.25rem;
}
.pl-9 {
padding-left: 2.25rem;
}
.p-10 {
padding: 2.5rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.p-11 {
padding: 2.75rem;
}
.pt-11 {
padding-top: 2.75rem;
}
.pr-11 {
padding-right: 2.75rem;
}
.pb-11 {
padding-bottom: 2.75rem;
}
.pl-11 {
padding-left: 2.75rem;
}
.p-12 {
padding: 3rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
@media (min-width: 576px) {
.sm\:p-0 {
padding: 0rem;
}
.sm\:pt-0 {
padding-top: 0rem;
}
.sm\:pr-0 {
padding-right: 0rem;
}
.sm\:pb-0 {
padding-bottom: 0rem;
}
.sm\:pl-0 {
padding-left: 0rem;
}
.sm\:p-1 {
padding: 0.25rem;
}
.sm\:pt-1 {
padding-top: 0.25rem;
}
.sm\:pr-1 {
padding-right: 0.25rem;
}
.sm\:pb-1 {
padding-bottom: 0.25rem;
}
.sm\:pl-1 {
padding-left: 0.25rem;
}
.sm\:p-2 {
padding: 0.5rem;
}
.sm\:pt-2 {
padding-top: 0.5rem;
}
.sm\:pr-2 {
padding-right: 0.5rem;
}
.sm\:pb-2 {
padding-bottom: 0.5rem;
}
.sm\:pl-2 {
padding-left: 0.5rem;
}
.sm\:p-3 {
padding: 0.75rem;
}
.sm\:pt-3 {
padding-top: 0.75rem;
}
.sm\:pr-3 {
padding-right: 0.75rem;
}
.sm\:pb-3 {
padding-bottom: 0.75rem;
}
.sm\:pl-3 {
padding-left: 0.75rem;
}
.sm\:p-4 {
padding: 1rem;
}
.sm\:pt-4 {
padding-top: 1rem;
}
.sm\:pr-4 {
padding-right: 1rem;
}
.sm\:pb-4 {
padding-bottom: 1rem;
}
.sm\:pl-4 {
padding-left: 1rem;
}
.sm\:p-5 {
padding: 1.25rem;
}
.sm\:pt-5 {
padding-top: 1.25rem;
}
.sm\:pr-5 {
padding-right: 1.25rem;
}
.sm\:pb-5 {
padding-bottom: 1.25rem;
}
.sm\:pl-5 {
padding-left: 1.25rem;
}
.sm\:p-6 {
padding: 1.5rem;
}
.sm\:pt-6 {
padding-top: 1.5rem;
}
.sm\:pr-6 {
padding-right: 1.5rem;
}
.sm\:pb-6 {
padding-bottom: 1.5rem;
}
.sm\:pl-6 {
padding-left: 1.5rem;
}
.sm\:p-7 {
padding: 1.75rem;
}
.sm\:pt-7 {
padding-top: 1.75rem;
}
.sm\:pr-7 {
padding-right: 1.75rem;
}
.sm\:pb-7 {
padding-bottom: 1.75rem;
}
.sm\:pl-7 {
padding-left: 1.75rem;
}
.sm\:p-8 {
padding: 2rem;
}
.sm\:pt-8 {
padding-top: 2rem;
}
.sm\:pr-8 {
padding-right: 2rem;
}
.sm\:pb-8 {
padding-bottom: 2rem;
}
.sm\:pl-8 {
padding-left: 2rem;
}
.sm\:p-9 {
padding: 2.25rem;
}
.sm\:pt-9 {
padding-top: 2.25rem;
}
.sm\:pr-9 {
padding-right: 2.25rem;
}
.sm\:pb-9 {
padding-bottom: 2.25rem;
}
.sm\:pl-9 {
padding-left: 2.25rem;
}
.sm\:p-10 {
padding: 2.5rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}
.sm\:pr-10 {
padding-right: 2.5rem;
}
.sm\:pb-10 {
padding-bottom: 2.5rem;
}
.sm\:pl-10 {
padding-left: 2.5rem;
}
.sm\:p-11 {
padding: 2.75rem;
}
.sm\:pt-11 {
padding-top: 2.75rem;
}
.sm\:pr-11 {
padding-right: 2.75rem;
}
.sm\:pb-11 {
padding-bottom: 2.75rem;
}
.sm\:pl-11 {
padding-left: 2.75rem;
}
.sm\:p-12 {
padding: 3rem;
}
.sm\:pt-12 {
padding-top: 3rem;
}
.sm\:pr-12 {
padding-right: 3rem;
}
.sm\:pb-12 {
padding-bottom: 3rem;
}
.sm\:pl-12 {
padding-left: 3rem;
}
.sm\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.sm\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.sm\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.sm\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.sm\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.sm\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.sm\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.sm\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.sm\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.sm\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.sm\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.sm\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.sm\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.sm\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.sm\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.sm\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.sm\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.sm\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.sm\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.sm\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.sm\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.sm\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 768px) {
.md\:p-0 {
padding: 0rem;
}
.md\:pt-0 {
padding-top: 0rem;
}
.md\:pr-0 {
padding-right: 0rem;
}
.md\:pb-0 {
padding-bottom: 0rem;
}
.md\:pl-0 {
padding-left: 0rem;
}
.md\:p-1 {
padding: 0.25rem;
}
.md\:pt-1 {
padding-top: 0.25rem;
}
.md\:pr-1 {
padding-right: 0.25rem;
}
.md\:pb-1 {
padding-bottom: 0.25rem;
}
.md\:pl-1 {
padding-left: 0.25rem;
}
.md\:p-2 {
padding: 0.5rem;
}
.md\:pt-2 {
padding-top: 0.5rem;
}
.md\:pr-2 {
padding-right: 0.5rem;
}
.md\:pb-2 {
padding-bottom: 0.5rem;
}
.md\:pl-2 {
padding-left: 0.5rem;
}
.md\:p-3 {
padding: 0.75rem;
}
.md\:pt-3 {
padding-top: 0.75rem;
}
.md\:pr-3 {
padding-right: 0.75rem;
}
.md\:pb-3 {
padding-bottom: 0.75rem;
}
.md\:pl-3 {
padding-left: 0.75rem;
}
.md\:p-4 {
padding: 1rem;
}
.md\:pt-4 {
padding-top: 1rem;
}
.md\:pr-4 {
padding-right: 1rem;
}
.md\:pb-4 {
padding-bottom: 1rem;
}
.md\:pl-4 {
padding-left: 1rem;
}
.md\:p-5 {
padding: 1.25rem;
}
.md\:pt-5 {
padding-top: 1.25rem;
}
.md\:pr-5 {
padding-right: 1.25rem;
}
.md\:pb-5 {
padding-bottom: 1.25rem;
}
.md\:pl-5 {
padding-left: 1.25rem;
}
.md\:p-6 {
padding: 1.5rem;
}
.md\:pt-6 {
padding-top: 1.5rem;
}
.md\:pr-6 {
padding-right: 1.5rem;
}
.md\:pb-6 {
padding-bottom: 1.5rem;
}
.md\:pl-6 {
padding-left: 1.5rem;
}
.md\:p-7 {
padding: 1.75rem;
}
.md\:pt-7 {
padding-top: 1.75rem;
}
.md\:pr-7 {
padding-right: 1.75rem;
}
.md\:pb-7 {
padding-bottom: 1.75rem;
}
.md\:pl-7 {
padding-left: 1.75rem;
}
.md\:p-8 {
padding: 2rem;
}
.md\:pt-8 {
padding-top: 2rem;
}
.md\:pr-8 {
padding-right: 2rem;
}
.md\:pb-8 {
padding-bottom: 2rem;
}
.md\:pl-8 {
padding-left: 2rem;
}
.md\:p-9 {
padding: 2.25rem;
}
.md\:pt-9 {
padding-top: 2.25rem;
}
.md\:pr-9 {
padding-right: 2.25rem;
}
.md\:pb-9 {
padding-bottom: 2.25rem;
}
.md\:pl-9 {
padding-left: 2.25rem;
}
.md\:p-10 {
padding: 2.5rem;
}
.md\:pt-10 {
padding-top: 2.5rem;
}
.md\:pr-10 {
padding-right: 2.5rem;
}
.md\:pb-10 {
padding-bottom: 2.5rem;
}
.md\:pl-10 {
padding-left: 2.5rem;
}
.md\:p-11 {
padding: 2.75rem;
}
.md\:pt-11 {
padding-top: 2.75rem;
}
.md\:pr-11 {
padding-right: 2.75rem;
}
.md\:pb-11 {
padding-bottom: 2.75rem;
}
.md\:pl-11 {
padding-left: 2.75rem;
}
.md\:p-12 {
padding: 3rem;
}
.md\:pt-12 {
padding-top: 3rem;
}
.md\:pr-12 {
padding-right: 3rem;
}
.md\:pb-12 {
padding-bottom: 3rem;
}
.md\:pl-12 {
padding-left: 3rem;
}
.md\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.md\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.md\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.md\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.md\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.md\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.md\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.md\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.md\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.md\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.md\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.md\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.md\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.md\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.md\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.md\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.md\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.md\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.md\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.md\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.md\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.md\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 992px) {
.lg\:p-0 {
padding: 0rem;
}
.lg\:pt-0 {
padding-top: 0rem;
}
.lg\:pr-0 {
padding-right: 0rem;
}
.lg\:pb-0 {
padding-bottom: 0rem;
}
.lg\:pl-0 {
padding-left: 0rem;
}
.lg\:p-1 {
padding: 0.25rem;
}
.lg\:pt-1 {
padding-top: 0.25rem;
}
.lg\:pr-1 {
padding-right: 0.25rem;
}
.lg\:pb-1 {
padding-bottom: 0.25rem;
}
.lg\:pl-1 {
padding-left: 0.25rem;
}
.lg\:p-2 {
padding: 0.5rem;
}
.lg\:pt-2 {
padding-top: 0.5rem;
}
.lg\:pr-2 {
padding-right: 0.5rem;
}
.lg\:pb-2 {
padding-bottom: 0.5rem;
}
.lg\:pl-2 {
padding-left: 0.5rem;
}
.lg\:p-3 {
padding: 0.75rem;
}
.lg\:pt-3 {
padding-top: 0.75rem;
}
.lg\:pr-3 {
padding-right: 0.75rem;
}
.lg\:pb-3 {
padding-bottom: 0.75rem;
}
.lg\:pl-3 {
padding-left: 0.75rem;
}
.lg\:p-4 {
padding: 1rem;
}
.lg\:pt-4 {
padding-top: 1rem;
}
.lg\:pr-4 {
padding-right: 1rem;
}
.lg\:pb-4 {
padding-bottom: 1rem;
}
.lg\:pl-4 {
padding-left: 1rem;
}
.lg\:p-5 {
padding: 1.25rem;
}
.lg\:pt-5 {
padding-top: 1.25rem;
}
.lg\:pr-5 {
padding-right: 1.25rem;
}
.lg\:pb-5 {
padding-bottom: 1.25rem;
}
.lg\:pl-5 {
padding-left: 1.25rem;
}
.lg\:p-6 {
padding: 1.5rem;
}
.lg\:pt-6 {
padding-top: 1.5rem;
}
.lg\:pr-6 {
padding-right: 1.5rem;
}
.lg\:pb-6 {
padding-bottom: 1.5rem;
}
.lg\:pl-6 {
padding-left: 1.5rem;
}
.lg\:p-7 {
padding: 1.75rem;
}
.lg\:pt-7 {
padding-top: 1.75rem;
}
.lg\:pr-7 {
padding-right: 1.75rem;
}
.lg\:pb-7 {
padding-bottom: 1.75rem;
}
.lg\:pl-7 {
padding-left: 1.75rem;
}
.lg\:p-8 {
padding: 2rem;
}
.lg\:pt-8 {
padding-top: 2rem;
}
.lg\:pr-8 {
padding-right: 2rem;
}
.lg\:pb-8 {
padding-bottom: 2rem;
}
.lg\:pl-8 {
padding-left: 2rem;
}
.lg\:p-9 {
padding: 2.25rem;
}
.lg\:pt-9 {
padding-top: 2.25rem;
}
.lg\:pr-9 {
padding-right: 2.25rem;
}
.lg\:pb-9 {
padding-bottom: 2.25rem;
}
.lg\:pl-9 {
padding-left: 2.25rem;
}
.lg\:p-10 {
padding: 2.5rem;
}
.lg\:pt-10 {
padding-top: 2.5rem;
}
.lg\:pr-10 {
padding-right: 2.5rem;
}
.lg\:pb-10 {
padding-bottom: 2.5rem;
}
.lg\:pl-10 {
padding-left: 2.5rem;
}
.lg\:p-11 {
padding: 2.75rem;
}
.lg\:pt-11 {
padding-top: 2.75rem;
}
.lg\:pr-11 {
padding-right: 2.75rem;
}
.lg\:pb-11 {
padding-bottom: 2.75rem;
}
.lg\:pl-11 {
padding-left: 2.75rem;
}
.lg\:p-12 {
padding: 3rem;
}
.lg\:pt-12 {
padding-top: 3rem;
}
.lg\:pr-12 {
padding-right: 3rem;
}
.lg\:pb-12 {
padding-bottom: 3rem;
}
.lg\:pl-12 {
padding-left: 3rem;
}
.lg\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.lg\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.lg\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.lg\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.lg\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.lg\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.lg\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.lg\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.lg\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.lg\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.lg\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.lg\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.lg\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.lg\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.lg\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.lg\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.lg\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
@media (min-width: 1200px) {
.xl\:p-0 {
padding: 0rem;
}
.xl\:pt-0 {
padding-top: 0rem;
}
.xl\:pr-0 {
padding-right: 0rem;
}
.xl\:pb-0 {
padding-bottom: 0rem;
}
.xl\:pl-0 {
padding-left: 0rem;
}
.xl\:p-1 {
padding: 0.25rem;
}
.xl\:pt-1 {
padding-top: 0.25rem;
}
.xl\:pr-1 {
padding-right: 0.25rem;
}
.xl\:pb-1 {
padding-bottom: 0.25rem;
}
.xl\:pl-1 {
padding-left: 0.25rem;
}
.xl\:p-2 {
padding: 0.5rem;
}
.xl\:pt-2 {
padding-top: 0.5rem;
}
.xl\:pr-2 {
padding-right: 0.5rem;
}
.xl\:pb-2 {
padding-bottom: 0.5rem;
}
.xl\:pl-2 {
padding-left: 0.5rem;
}
.xl\:p-3 {
padding: 0.75rem;
}
.xl\:pt-3 {
padding-top: 0.75rem;
}
.xl\:pr-3 {
padding-right: 0.75rem;
}
.xl\:pb-3 {
padding-bottom: 0.75rem;
}
.xl\:pl-3 {
padding-left: 0.75rem;
}
.xl\:p-4 {
padding: 1rem;
}
.xl\:pt-4 {
padding-top: 1rem;
}
.xl\:pr-4 {
padding-right: 1rem;
}
.xl\:pb-4 {
padding-bottom: 1rem;
}
.xl\:pl-4 {
padding-left: 1rem;
}
.xl\:p-5 {
padding: 1.25rem;
}
.xl\:pt-5 {
padding-top: 1.25rem;
}
.xl\:pr-5 {
padding-right: 1.25rem;
}
.xl\:pb-5 {
padding-bottom: 1.25rem;
}
.xl\:pl-5 {
padding-left: 1.25rem;
}
.xl\:p-6 {
padding: 1.5rem;
}
.xl\:pt-6 {
padding-top: 1.5rem;
}
.xl\:pr-6 {
padding-right: 1.5rem;
}
.xl\:pb-6 {
padding-bottom: 1.5rem;
}
.xl\:pl-6 {
padding-left: 1.5rem;
}
.xl\:p-7 {
padding: 1.75rem;
}
.xl\:pt-7 {
padding-top: 1.75rem;
}
.xl\:pr-7 {
padding-right: 1.75rem;
}
.xl\:pb-7 {
padding-bottom: 1.75rem;
}
.xl\:pl-7 {
padding-left: 1.75rem;
}
.xl\:p-8 {
padding: 2rem;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pr-8 {
padding-right: 2rem;
}
.xl\:pb-8 {
padding-bottom: 2rem;
}
.xl\:pl-8 {
padding-left: 2rem;
}
.xl\:p-9 {
padding: 2.25rem;
}
.xl\:pt-9 {
padding-top: 2.25rem;
}
.xl\:pr-9 {
padding-right: 2.25rem;
}
.xl\:pb-9 {
padding-bottom: 2.25rem;
}
.xl\:pl-9 {
padding-left: 2.25rem;
}
.xl\:p-10 {
padding: 2.5rem;
}
.xl\:pt-10 {
padding-top: 2.5rem;
}
.xl\:pr-10 {
padding-right: 2.5rem;
}
.xl\:pb-10 {
padding-bottom: 2.5rem;
}
.xl\:pl-10 {
padding-left: 2.5rem;
}
.xl\:p-11 {
padding: 2.75rem;
}
.xl\:pt-11 {
padding-top: 2.75rem;
}
.xl\:pr-11 {
padding-right: 2.75rem;
}
.xl\:pb-11 {
padding-bottom: 2.75rem;
}
.xl\:pl-11 {
padding-left: 2.75rem;
}
.xl\:p-12 {
padding: 3rem;
}
.xl\:pt-12 {
padding-top: 3rem;
}
.xl\:pr-12 {
padding-right: 3rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:pl-12 {
padding-left: 3rem;
}
.xl\:px-0 {
padding-left: 0rem;
padding-right: 0rem;
}
.xl\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.xl\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.xl\:px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.xl\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.xl\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.xl\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.xl\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.xl\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.xl\:px-9 {
padding-left: 2.25rem;
padding-right: 2.25rem;
}
.xl\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.xl\:px-11 {
padding-left: 2.75rem;
padding-right: 2.75rem;
}
.xl\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.xl\:py-0 {
padding-top: 0rem;
padding-bottom: 0rem;
}
.xl\:py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.xl\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.xl\:py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.xl\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.xl\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.xl\:py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.xl\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.xl\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.xl\:py-9 {
padding-top: 2.25rem;
padding-bottom: 2.25rem;
}
.xl\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.xl\:py-11 {
padding-top: 2.75rem;
padding-bottom: 2.75rem;
}
.xl\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
.w-0 {
width: 0;
}
.w-1\/2 {
width: 50%;
}
.w-1\/3 {
width: 33.33333%;
}
.w-2\/3 {
width: 66.66667%;
}
.w-1\/4 {
width: 25%;
}
.w-3\/4 {
width: 75%;
}
.w-1\/5 {
width: 20%;
}
.w-2\/5 {
width: 40%;
}
.w-3\/5 {
width: 60%;
}
.w-4\/5 {
width: 80%;
}
.w-1\/6 {
width: 16.66667%;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}
.w-auto {
width: auto;
}
@media (min-width: 576px) {
.sm\:w-0 {
width: 0;
}
.sm\:w-1\/2 {
width: 50%;
}
.sm\:w-1\/3 {
width: 33.33333%;
}
.sm\:w-2\/3 {
width: 66.66667%;
}
.sm\:w-1\/4 {
width: 25%;
}
.sm\:w-3\/4 {
width: 75%;
}
.sm\:w-1\/5 {
width: 20%;
}
.sm\:w-2\/5 {
width: 40%;
}
.sm\:w-3\/5 {
width: 60%;
}
.sm\:w-4\/5 {
width: 80%;
}
.sm\:w-1\/6 {
width: 16.66667%;
}
.sm\:w-full {
width: 100%;
}
.sm\:w-screen {
width: 100vw;
}
.sm\:w-auto {
width: auto;
}
}
@media (min-width: 768px) {
.md\:w-0 {
width: 0;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.33333%;
}
.md\:w-2\/3 {
width: 66.66667%;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-3\/4 {
width: 75%;
}
.md\:w-1\/5 {
width: 20%;
}
.md\:w-2\/5 {
width: 40%;
}
.md\:w-3\/5 {
width: 60%;
}
.md\:w-4\/5 {
width: 80%;
}
.md\:w-1\/6 {
width: 16.66667%;
}
.md\:w-full {
width: 100%;
}
.md\:w-screen {
width: 100vw;
}
.md\:w-auto {
width: auto;
}
}
@media (min-width: 992px) {
.lg\:w-0 {
width: 0;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:w-1\/3 {
width: 33.33333%;
}
.lg\:w-2\/3 {
width: 66.66667%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-3\/4 {
width: 75%;
}
.lg\:w-1\/5 {
width: 20%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-4\/5 {
width: 80%;
}
.lg\:w-1\/6 {
width: 16.66667%;
}
.lg\:w-full {
width: 100%;
}
.lg\:w-screen {
width: 100vw;
}
.lg\:w-auto {
width: auto;
}
}
@media (min-width: 1200px) {
.xl\:w-0 {
width: 0;
}
.xl\:w-1\/2 {
width: 50%;
}
.xl\:w-1\/3 {
width: 33.33333%;
}
.xl\:w-2\/3 {
width: 66.66667%;
}
.xl\:w-1\/4 {
width: 25%;
}
.xl\:w-3\/4 {
width: 75%;
}
.xl\:w-1\/5 {
width: 20%;
}
.xl\:w-2\/5 {
width: 40%;
}
.xl\:w-3\/5 {
width: 60%;
}
.xl\:w-4\/5 {
width: 80%;
}
.xl\:w-1\/6 {
width: 16.66667%;
}
.xl\:w-full {
width: 100%;
}
.xl\:w-screen {
width: 100vw;
}
.xl\:w-auto {
width: auto;
}
}
.h-0 {
height: 0;
}
.h-1\/2 {
height: 50%;
}
.h-1\/3 {
height: 33.33333%;
}
.h-2\/3 {
height: 66.66667%;
}
.h-1\/4 {
height: 25%;
}
.h-3\/4 {
height: 75%;
}
.h-1\/5 {
height: 20%;
}
.h-2\/5 {
height: 40%;
}
.h-3\/5 {
height: 60%;
}
.h-4\/5 {
height: 80%;
}
.h-1\/6 {
height: 16.66667%;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.h-auto {
height: auto;
}
@media (min-width: 576px) {
.sm\:h-0 {
height: 0;
}
.sm\:h-1\/2 {
height: 50%;
}
.sm\:h-1\/3 {
height: 33.33333%;
}
.sm\:h-2\/3 {
height: 66.66667%;
}
.sm\:h-1\/4 {
height: 25%;
}
.sm\:h-3\/4 {
height: 75%;
}
.sm\:h-1\/5 {
height: 20%;
}
.sm\:h-2\/5 {
height: 40%;
}
.sm\:h-3\/5 {
height: 60%;
}
.sm\:h-4\/5 {
height: 80%;
}
.sm\:h-1\/6 {
height: 16.66667%;
}
.sm\:h-full {
height: 100%;
}
.sm\:h-screen {
height: 100vh;
}
.sm\:h-auto {
height: auto;
}
}
@media (min-width: 768px) {
.md\:h-0 {
height: 0;
}
.md\:h-1\/2 {
height: 50%;
}
.md\:h-1\/3 {
height: 33.33333%;
}
.md\:h-2\/3 {
height: 66.66667%;
}
.md\:h-1\/4 {
height: 25%;
}
.md\:h-3\/4 {
height: 75%;
}
.md\:h-1\/5 {
height: 20%;
}
.md\:h-2\/5 {
height: 40%;
}
.md\:h-3\/5 {
height: 60%;
}
.md\:h-4\/5 {
height: 80%;
}
.md\:h-1\/6 {
height: 16.66667%;
}
.md\:h-full {
height: 100%;
}
.md\:h-screen {
height: 100vh;
}
.md\:h-auto {
height: auto;
}
}
@media (min-width: 992px) {
.lg\:h-0 {
height: 0;
}
.lg\:h-1\/2 {
height: 50%;
}
.lg\:h-1\/3 {
height: 33.33333%;
}
.lg\:h-2\/3 {
height: 66.66667%;
}
.lg\:h-1\/4 {
height: 25%;
}
.lg\:h-3\/4 {
height: 75%;
}
.lg\:h-1\/5 {
height: 20%;
}
.lg\:h-2\/5 {
height: 40%;
}
.lg\:h-3\/5 {
height: 60%;
}
.lg\:h-4\/5 {
height: 80%;
}
.lg\:h-1\/6 {
height: 16.66667%;
}
.lg\:h-full {
height: 100%;
}
.lg\:h-screen {
height: 100vh;
}
.lg\:h-auto {
height: auto;
}
}
@media (min-width: 1200px) {
.xl\:h-0 {
height: 0;
}
.xl\:h-1\/2 {
height: 50%;
}
.xl\:h-1\/3 {
height: 33.33333%;
}
.xl\:h-2\/3 {
height: 66.66667%;
}
.xl\:h-1\/4 {
height: 25%;
}
.xl\:h-3\/4 {
height: 75%;
}
.xl\:h-1\/5 {
height: 20%;
}
.xl\:h-2\/5 {
height: 40%;
}
.xl\:h-3\/5 {
height: 60%;
}
.xl\:h-4\/5 {
height: 80%;
}
.xl\:h-1\/6 {
height: 16.66667%;
}
.xl\:h-full {
height: 100%;
}
.xl\:h-screen {
height: 100vh;
}
.xl\:h-auto {
height: auto;
}
}
.font-sans {
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.font-serif {
font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}
.font-mono {
font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.font-italic {
font-style: italic;
}
.font-roman {
font-style: normal;
}
.font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.font-xs {
font-size: 0.75rem;
}
.font-sm {
font-size: 0.875rem;
}
.font-base {
font-size: 1rem;
}
.font-lg {
font-size: 1.125rem;
}
.font-xl {
font-size: 1.25rem;
}
.font-2xl {
font-size: 1.5rem;
}
.font-3xl {
font-size: 1.875rem;
}
.font-4xl {
font-size: 2.25rem;
}
.font-5xl {
font-size: 3rem;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-bold {
font-weight: 700;
}
.font-bolder {
font-weight: 800;
}
@media (min-width: 576px) {
.sm\:font-italic {
font-style: italic;
}
.sm\:font-roman {
font-style: normal;
}
.sm\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.sm\:font-xs {
font-size: 0.75rem;
}
.sm\:font-sm {
font-size: 0.875rem;
}
.sm\:font-base {
font-size: 1rem;
}
.sm\:font-lg {
font-size: 1.125rem;
}
.sm\:font-xl {
font-size: 1.25rem;
}
.sm\:font-2xl {
font-size: 1.5rem;
}
.sm\:font-3xl {
font-size: 1.875rem;
}
.sm\:font-4xl {
font-size: 2.25rem;
}
.sm\:font-5xl {
font-size: 3rem;
}
.sm\:font-thin {
font-weight: 200;
}
.sm\:font-light {
font-weight: 300;
}
.sm\:font-normal {
font-weight: 400;
}
.sm\:font-medium {
font-weight: 500;
}
.sm\:font-bold {
font-weight: 700;
}
.sm\:font-bolder {
font-weight: 800;
}
}
@media (min-width: 768px) {
.md\:font-italic {
font-style: italic;
}
.md\:font-roman {
font-style: normal;
}
.md\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.md\:font-xs {
font-size: 0.75rem;
}
.md\:font-sm {
font-size: 0.875rem;
}
.md\:font-base {
font-size: 1rem;
}
.md\:font-lg {
font-size: 1.125rem;
}
.md\:font-xl {
font-size: 1.25rem;
}
.md\:font-2xl {
font-size: 1.5rem;
}
.md\:font-3xl {
font-size: 1.875rem;
}
.md\:font-4xl {
font-size: 2.25rem;
}
.md\:font-5xl {
font-size: 3rem;
}
.md\:font-thin {
font-weight: 200;
}
.md\:font-light {
font-weight: 300;
}
.md\:font-normal {
font-weight: 400;
}
.md\:font-medium {
font-weight: 500;
}
.md\:font-bold {
font-weight: 700;
}
.md\:font-bolder {
font-weight: 800;
}
}
@media (min-width: 992px) {
.lg\:font-italic {
font-style: italic;
}
.lg\:font-roman {
font-style: normal;
}
.lg\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg\:font-xs {
font-size: 0.75rem;
}
.lg\:font-sm {
font-size: 0.875rem;
}
.lg\:font-base {
font-size: 1rem;
}
.lg\:font-lg {
font-size: 1.125rem;
}
.lg\:font-xl {
font-size: 1.25rem;
}
.lg\:font-2xl {
font-size: 1.5rem;
}
.lg\:font-3xl {
font-size: 1.875rem;
}
.lg\:font-4xl {
font-size: 2.25rem;
}
.lg\:font-5xl {
font-size: 3rem;
}
.lg\:font-thin {
font-weight: 200;
}
.lg\:font-light {
font-weight: 300;
}
.lg\:font-normal {
font-weight: 400;
}
.lg\:font-medium {
font-weight: 500;
}
.lg\:font-bold {
font-weight: 700;
}
.lg\:font-bolder {
font-weight: 800;
}
}
@media (min-width: 1200px) {
.xl\:font-italic {
font-style: italic;
}
.xl\:font-roman {
font-style: normal;
}
.xl\:font-antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xl\:font-xs {
font-size: 0.75rem;
}
.xl\:font-sm {
font-size: 0.875rem;
}
.xl\:font-base {
font-size: 1rem;
}
.xl\:font-lg {
font-size: 1.125rem;
}
.xl\:font-xl {
font-size: 1.25rem;
}
.xl\:font-2xl {
font-size: 1.5rem;
}
.xl\:font-3xl {
font-size: 1.875rem;
}
.xl\:font-4xl {
font-size: 2.25rem;
}
.xl\:font-5xl {
font-size: 3rem;
}
.xl\:font-thin {
font-weight: 200;
}
.xl\:font-light {
font-weight: 300;
}
.xl\:font-normal {
font-weight: 400;
}
.xl\:font-medium {
font-weight: 500;
}
.xl\:font-bold {
font-weight: 700;
}
.xl\:font-bolder {
font-weight: 800;
}
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-underline {
text-decoration: underline;
}
.text-overline {
text-decoration: overline;
}
.text-line-through {
text-decoration: line-through;
}
.text-capitalize {
text-transform: capitalize;
}
.text-uppercase {
text-transform: uppercase;
}
.text-lowercase {
text-transform: lowercase;
}
@media (min-width: 576px) {
.sm\:text-center {
text-align: center;
}
.sm\:text-left {
text-align: left;
}
.sm\:text-right {
text-align: right;
}
.sm\:text-justify {
text-align: justify;
}
.sm\:text-underline {
text-decoration: underline;
}
.sm\:text-overline {
text-decoration: overline;
}
.sm\:text-line-through {
text-decoration: line-through;
}
.sm\:text-capitalize {
text-transform: capitalize;
}
.sm\:text-uppercase {
text-transform: uppercase;
}
.sm\:text-lowercase {
text-transform: lowercase;
}
}
@media (min-width: 768px) {
.md\:text-center {
text-align: center;
}
.md\:text-left {
text-align: left;
}
.md\:text-right {
text-align: right;
}
.md\:text-justify {
text-align: justify;
}
.md\:text-underline {
text-decoration: underline;
}
.md\:text-overline {
text-decoration: overline;
}
.md\:text-line-through {
text-decoration: line-through;
}
.md\:text-capitalize {
text-transform: capitalize;
}
.md\:text-uppercase {
text-transform: uppercase;
}
.md\:text-lowercase {
text-transform: lowercase;
}
}
@media (min-width: 992px) {
.lg\:text-center {
text-align: center;
}
.lg\:text-left {
text-align: left;
}
.lg\:text-right {
text-align: right;
}
.lg\:text-justify {
text-align: justify;
}
.lg\:text-underline {
text-decoration: underline;
}
.lg\:text-overline {
text-decoration: overline;
}
.lg\:text-line-through {
text-decoration: line-through;
}
.lg\:text-capitalize {
text-transform: capitalize;
}
.lg\:text-uppercase {
text-transform: uppercase;
}
.lg\:text-lowercase {
text-transform: lowercase;
}
}
@media (min-width: 1200px) {
.xl\:text-center {
text-align: center;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-right {
text-align: right;
}
.xl\:text-justify {
text-align: justify;
}
.xl\:text-underline {
text-decoration: underline;
}
.xl\:text-overline {
text-decoration: overline;
}
.xl\:text-line-through {
text-decoration: line-through;
}
.xl\:text-capitalize {
text-transform: capitalize;
}
.xl\:text-uppercase {
text-transform: uppercase;
}
.xl\:text-lowercase {
text-transform: lowercase;
}
}
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-repeat-x {
background-repeat: repeat-x;
}
.bg-repeat-y {
background-repeat: repeat-y;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.bg-center {
background-position: center;
}
.bg-top {
background-position: top;
}
.bg-right {
background-position: right;
}
.bg-bottom {
background-position: bottom;
}
.bg-left {
background-position: left;
}
.bg-right-top {
background-position: right top;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-left-bottom {
background-position: left bottom;
}
@media (min-width: 576px) {
.sm\:bg-fixed {
background-attachment: fixed;
}
.sm\:bg-local {
background-attachment: local;
}
.sm\:bg-scroll {
background-attachment: scroll;
}
.sm\:bg-repeat {
background-repeat: repeat;
}
.sm\:bg-no-repeat {
background-repeat: no-repeat;
}
.sm\:bg-repeat-x {
background-repeat: repeat-x;
}
.sm\:bg-repeat-y {
background-repeat: repeat-y;
}
.sm\:bg-auto {
background-size: auto;
}
.sm\:bg-cover {
background-size: cover;
}
.sm\:bg-contain {
background-size: contain;
}
.sm\:bg-center {
background-position: center;
}
.sm\:bg-top {
background-position: top;
}
.sm\:bg-right {
background-position: right;
}
.sm\:bg-bottom {
background-position: bottom;
}
.sm\:bg-left {
background-position: left;
}
.sm\:bg-right-top {
background-position: right top;
}
.sm\:bg-right-bottom {
background-position: right bottom;
}
.sm\:bg-left-top {
background-position: left top;
}
.sm\:bg-left-bottom {
background-position: left bottom;
}
}
@media (min-width: 768px) {
.md\:bg-fixed {
background-attachment: fixed;
}
.md\:bg-local {
background-attachment: local;
}
.md\:bg-scroll {
background-attachment: scroll;
}
.md\:bg-repeat {
background-repeat: repeat;
}
.md\:bg-no-repeat {
background-repeat: no-repeat;
}
.md\:bg-repeat-x {
background-repeat: repeat-x;
}
.md\:bg-repeat-y {
background-repeat: repeat-y;
}
.md\:bg-auto {
background-size: auto;
}
.md\:bg-cover {
background-size: cover;
}
.md\:bg-contain {
background-size: contain;
}
.md\:bg-center {
background-position: center;
}
.md\:bg-top {
background-position: top;
}
.md\:bg-right {
background-position: right;
}
.md\:bg-bottom {
background-position: bottom;
}
.md\:bg-left {
background-position: left;
}
.md\:bg-right-top {
background-position: right top;
}
.md\:bg-right-bottom {
background-position: right bottom;
}
.md\:bg-left-top {
background-position: left top;
}
.md\:bg-left-bottom {
background-position: left bottom;
}
}
@media (min-width: 992px) {
.lg\:bg-fixed {
background-attachment: fixed;
}
.lg\:bg-local {
background-attachment: local;
}
.lg\:bg-scroll {
background-attachment: scroll;
}
.lg\:bg-repeat {
background-repeat: repeat;
}
.lg\:bg-no-repeat {
background-repeat: no-repeat;
}
.lg\:bg-repeat-x {
background-repeat: repeat-x;
}
.lg\:bg-repeat-y {
background-repeat: repeat-y;
}
.lg\:bg-auto {
background-size: auto;
}
.lg\:bg-cover {
background-size: cover;
}
.lg\:bg-contain {
background-size: contain;
}
.lg\:bg-center {
background-position: center;
}
.lg\:bg-top {
background-position: top;
}
.lg\:bg-right {
background-position: right;
}
.lg\:bg-bottom {
background-position: bottom;
}
.lg\:bg-left {
background-position: left;
}
.lg\:bg-right-top {
background-position: right top;
}
.lg\:bg-right-bottom {
background-position: right bottom;
}
.lg\:bg-left-top {
background-position: left top;
}
.lg\:bg-left-bottom {
background-position: left bottom;
}
}
@media (min-width: 1200px) {
.xl\:bg-fixed {
background-attachment: fixed;
}
.xl\:bg-local {
background-attachment: local;
}
.xl\:bg-scroll {
background-attachment: scroll;
}
.xl\:bg-repeat {
background-repeat: repeat;
}
.xl\:bg-no-repeat {
background-repeat: no-repeat;
}
.xl\:bg-repeat-x {
background-repeat: repeat-x;
}
.xl\:bg-repeat-y {
background-repeat: repeat-y;
}
.xl\:bg-auto {
background-size: auto;
}
.xl\:bg-cover {
background-size: cover;
}
.xl\:bg-contain {
background-size: contain;
}
.xl\:bg-center {
background-position: center;
}
.xl\:bg-top {
background-position: top;
}
.xl\:bg-right {
background-position: right;
}
.xl\:bg-bottom {
background-position: bottom;
}
.xl\:bg-left {
background-position: left;
}
.xl\:bg-right-top {
background-position: right top;
}
.xl\:bg-right-bottom {
background-position: right bottom;
}
.xl\:bg-left-top {
background-position: left top;
}
.xl\:bg-left-bottom {
background-position: left bottom;
}
}
.border {
border: 1px solid;
}
.border-top {
border-top: 1px solid;
}
.border-right {
border-right: 1px solid;
}
.border-bottom {
border-bottom: 1px solid;
}
.border-left {
border-left: 1px solid;
}
.border-solid {
border-style: solid;
}
.border-dotted {
border-style: dotted;
}
.border-dashed {
border-style: dashed;
}
.border-width-1 {
border-width: 1px;
}
.border-width-2 {
border-width: 2px;
}
.border-width-3 {
border-width: 3px;
}
.border-width-4 {
border-width: 4px;
}
.border-width-5 {
border-width: 5px;
}
.border-width-6 {
border-width: 6px;
}
.border-radius-none {
border-radius: 0;
}
.border-radius-sm {
border-radius: 0.125rem;
}
.border-radius-md {
border-radius: 0.25rem;
}
.border-radius-lg {
border-radius: 0.5rem;
}
.border-radius-full {
border-radius: 50%;
}
.border-radius-pill {
border-radius: 50rem;
}
.border-none {
border: none;
}
@media (min-width: 576px) {
.sm\:border {
border: 1px solid;
}
.sm\:border-top {
border-top: 1px solid;
}
.sm\:border-right {
border-right: 1px solid;
}
.sm\:border-bottom {
border-bottom: 1px solid;
}
.sm\:border-left {
border-left: 1px solid;
}
.sm\:border-none {
border: none;
}
}
@media (min-width: 768px) {
.md\:border {
border: 1px solid;
}
.md\:border-top {
border-top: 1px solid;
}
.md\:border-right {
border-right: 1px solid;
}
.md\:border-bottom {
border-bottom: 1px solid;
}
.md\:border-left {
border-left: 1px solid;
}
.md\:border-none {
border: none;
}
}
@media (min-width: 992px) {
.lg\:border {
border: 1px solid;
}
.lg\:border-top {
border-top: 1px solid;
}
.lg\:border-right {
border-right: 1px solid;
}
.lg\:border-bottom {
border-bottom: 1px solid;
}
.lg\:border-left {
border-left: 1px solid;
}
.lg\:border-none {
border: none;
}
}
@media (min-width: 1200px) {
.xl\:border {
border: 1px solid;
}
.xl\:border-top {
border-top: 1px solid;
}
.xl\:border-right {
border-right: 1px solid;
}
.xl\:border-bottom {
border-bottom: 1px solid;
}
.xl\:border-left {
border-left: 1px solid;
}
.xl\:border-none {
border: none;
}
}
.shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
@media (min-width: 576px) {
.sm\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.sm\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sm\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.sm\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.sm\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
@media (min-width: 768px) {
.md\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.md\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.md\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.md\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.md\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
@media (min-width: 992px) {
.lg\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.lg\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.lg\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.lg\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.lg\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
@media (min-width: 1200px) {
.xl\:shadow-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.xl\:shadow-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.xl\:shadow-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.xl\:shadow-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.xl\:shadow-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
}
.list-outside {
list-style-position: outside;
}
.list-inside {
list-style-position: inside;
}
.list-disc {
list-style-type: disc;
}
.list-circle {
list-style-type: circle;
}
.list-square {
list-style-type: square;
}
.list-decimal {
list-style-type: decimal;
}
.list-lower-alpha {
list-style-type: lower-alpha;
}
.list-upper-alpha {
list-style-type: upper-alpha;
}
.list-lower-roman {
list-style-type: lower-roman;
}
.list-upper-roman {
list-style-type: upper-roman;
}
.list-unstyled {
list-style: none;
padding: 0;
}
@media (min-width: 576px) {
.sm\:list-outside {
list-style-position: outside;
}
.sm\:list-inside {
list-style-position: inside;
}
.sm\:list-disc {
list-style-type: disc;
}
.sm\:list-circle {
list-style-type: circle;
}
.sm\:list-square {
list-style-type: square;
}
.sm\:list-decimal {
list-style-type: decimal;
}
.sm\:list-lower-alpha {
list-style-type: lower-alpha;
}
.sm\:list-upper-alpha {
list-style-type: upper-alpha;
}
.sm\:list-lower-roman {
list-style-type: lower-roman;
}
.sm\:list-upper-roman {
list-style-type: upper-roman;
}
.sm\:list-unstyled {
list-style: none;
padding: 0;
}
}
@media (min-width: 768px) {
.md\:list-outside {
list-style-position: outside;
}
.md\:list-inside {
list-style-position: inside;
}
.md\:list-disc {
list-style-type: disc;
}
.md\:list-circle {
list-style-type: circle;
}
.md\:list-square {
list-style-type: square;
}
.md\:list-decimal {
list-style-type: decimal;
}
.md\:list-lower-alpha {
list-style-type: lower-alpha;
}
.md\:list-upper-alpha {
list-style-type: upper-alpha;
}
.md\:list-lower-roman {
list-style-type: lower-roman;
}
.md\:list-upper-roman {
list-style-type: upper-roman;
}
.md\:list-unstyled {
list-style: none;
padding: 0;
}
}
@media (min-width: 992px) {
.lg\:list-outside {
list-style-position: outside;
}
.lg\:list-inside {
list-style-position: inside;
}
.lg\:list-disc {
list-style-type: disc;
}
.lg\:list-circle {
list-style-type: circle;
}
.lg\:list-square {
list-style-type: square;
}
.lg\:list-decimal {
list-style-type: decimal;
}
.lg\:list-lower-alpha {
list-style-type: lower-alpha;
}
.lg\:list-upper-alpha {
list-style-type: upper-alpha;
}
.lg\:list-lower-roman {
list-style-type: lower-roman;
}
.lg\:list-upper-roman {
list-style-type: upper-roman;
}
.lg\:list-unstyled {
list-style: none;
padding: 0;
}
}
@media (min-width: 1200px) {
.xl\:list-outside {
list-style-position: outside;
}
.xl\:list-inside {
list-style-position: inside;
}
.xl\:list-disc {
list-style-type: disc;
}
.xl\:list-circle {
list-style-type: circle;
}
.xl\:list-square {
list-style-type: square;
}
.xl\:list-decimal {
list-style-type: decimal;
}
.xl\:list-lower-alpha {
list-style-type: lower-alpha;
}
.xl\:list-upper-alpha {
list-style-type: upper-alpha;
}
.xl\:list-lower-roman {
list-style-type: lower-roman;
}
.xl\:list-upper-roman {
list-style-type: upper-roman;
}
.xl\:list-unstyled {
list-style: none;
padding: 0;
}
}
.ratio-21by9::before {
display: block;
content: "";
padding-top: 42.857143%;
}
.ratio-16by9::before {
display: block;
content: "";
padding-top: 56.25%;
}
.ratio-4by3::before {
display: block;
content: "";
padding-top: 75%;
}
.ratio-1by1::before {
display: block;
content: "";
padding-top: 100%;
}
.container {
width: 100%;
margin: 0 auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
min-width: 100%;
}
@supports (grid-area: auto) {
.grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
@media (min-width: 576px) {
.sm\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
@media (min-width: 768px) {
.md\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
@media (min-width: 992px) {
.lg\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
@media (min-width: 1200px) {
.xl\:grid {
display: grid;
grid-template-columns: auto;
grid-template-rows: auto;
}
}
.has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.column-gap-5 {
grid-column-gap: 5px;
}
.row-gap-5 {
grid-row-gap: 5px;
}
.column-start-1 {
grid-column-start: 1;
}
.column-end-1 {
grid-column-end: 2;
}
.column-span-1 {
grid-column-end: span 1;
}
.row-start-1 {
grid-row-start: 1;
}
.row-end-1 {
grid-row-end: 2;
}
.row-span-1 {
grid-row-end: span 1;
}
.has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.column-gap-10 {
grid-column-gap: 10px;
}
.row-gap-10 {
grid-row-gap: 10px;
}
.column-start-2 {
grid-column-start: 2;
}
.column-end-2 {
grid-column-end: 3;
}
.column-span-2 {
grid-column-end: span 2;
}
.row-start-2 {
grid-row-start: 2;
}
.row-end-2 {
grid-row-end: 3;
}
.row-span-2 {
grid-row-end: span 2;
}
.has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.column-gap-15 {
grid-column-gap: 15px;
}
.row-gap-15 {
grid-row-gap: 15px;
}
.column-start-3 {
grid-column-start: 3;
}
.column-end-3 {
grid-column-end: 4;
}
.column-span-3 {
grid-column-end: span 3;
}
.row-start-3 {
grid-row-start: 3;
}
.row-end-3 {
grid-row-end: 4;
}
.row-span-3 {
grid-row-end: span 3;
}
.has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.column-gap-20 {
grid-column-gap: 20px;
}
.row-gap-20 {
grid-row-gap: 20px;
}
.column-start-4 {
grid-column-start: 4;
}
.column-end-4 {
grid-column-end: 5;
}
.column-span-4 {
grid-column-end: span 4;
}
.row-start-4 {
grid-row-start: 4;
}
.row-end-4 {
grid-row-end: 5;
}
.row-span-4 {
grid-row-end: span 4;
}
.has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.column-gap-25 {
grid-column-gap: 25px;
}
.row-gap-25 {
grid-row-gap: 25px;
}
.column-start-5 {
grid-column-start: 5;
}
.column-end-5 {
grid-column-end: 6;
}
.column-span-5 {
grid-column-end: span 5;
}
.row-start-5 {
grid-row-start: 5;
}
.row-end-5 {
grid-row-end: 6;
}
.row-span-5 {
grid-row-end: span 5;
}
.has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.column-gap-30 {
grid-column-gap: 30px;
}
.row-gap-30 {
grid-row-gap: 30px;
}
.column-start-6 {
grid-column-start: 6;
}
.column-end-6 {
grid-column-end: 7;
}
.column-span-6 {
grid-column-end: span 6;
}
.row-start-6 {
grid-row-start: 6;
}
.row-end-6 {
grid-row-end: 7;
}
.row-span-6 {
grid-row-end: span 6;
}
.has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.column-gap-35 {
grid-column-gap: 35px;
}
.row-gap-35 {
grid-row-gap: 35px;
}
.column-start-7 {
grid-column-start: 7;
}
.column-end-7 {
grid-column-end: 8;
}
.column-span-7 {
grid-column-end: span 7;
}
.row-start-7 {
grid-row-start: 7;
}
.row-end-7 {
grid-row-end: 8;
}
.row-span-7 {
grid-row-end: span 7;
}
.has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.column-gap-40 {
grid-column-gap: 40px;
}
.row-gap-40 {
grid-row-gap: 40px;
}
.column-start-8 {
grid-column-start: 8;
}
.column-end-8 {
grid-column-end: 9;
}
.column-span-8 {
grid-column-end: span 8;
}
.row-start-8 {
grid-row-start: 8;
}
.row-end-8 {
grid-row-end: 9;
}
.row-span-8 {
grid-row-end: span 8;
}
.has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.column-gap-45 {
grid-column-gap: 45px;
}
.row-gap-45 {
grid-row-gap: 45px;
}
.column-start-9 {
grid-column-start: 9;
}
.column-end-9 {
grid-column-end: 10;
}
.column-span-9 {
grid-column-end: span 9;
}
.row-start-9 {
grid-row-start: 9;
}
.row-end-9 {
grid-row-end: 10;
}
.row-span-9 {
grid-row-end: span 9;
}
.has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.column-gap-50 {
grid-column-gap: 50px;
}
.row-gap-50 {
grid-row-gap: 50px;
}
.column-start-10 {
grid-column-start: 10;
}
.column-end-10 {
grid-column-end: 11;
}
.column-span-10 {
grid-column-end: span 10;
}
.row-start-10 {
grid-row-start: 10;
}
.row-end-10 {
grid-row-end: 11;
}
.row-span-10 {
grid-row-end: span 10;
}
.has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.column-gap-55 {
grid-column-gap: 55px;
}
.row-gap-55 {
grid-row-gap: 55px;
}
.column-start-11 {
grid-column-start: 11;
}
.column-end-11 {
grid-column-end: 12;
}
.column-span-11 {
grid-column-end: span 11;
}
.row-start-11 {
grid-row-start: 11;
}
.row-end-11 {
grid-row-end: 12;
}
.row-span-11 {
grid-row-end: span 11;
}
.has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.column-gap-60 {
grid-column-gap: 60px;
}
.row-gap-60 {
grid-row-gap: 60px;
}
.column-start-12 {
grid-column-start: 12;
}
.column-end-12 {
grid-column-end: 13;
}
.column-span-12 {
grid-column-end: span 12;
}
.row-start-12 {
grid-row-start: 12;
}
.row-end-12 {
grid-row-end: 13;
}
.row-span-12 {
grid-row-end: span 12;
}
.justify-items-start {
justify-items: start;
}
.align-items-start {
align-items: start;
}
.justify-self-start {
justify-self: start;
}
.align-self-start {
align-self: start;
}
.justify-items-end {
justify-items: end;
}
.align-items-end {
align-items: end;
}
.justify-self-end {
justify-self: end;
}
.align-self-end {
align-self: end;
}
.justify-items-center {
justify-items: center;
}
.align-items-center {
align-items: center;
}
.justify-self-center {
justify-self: center;
}
.align-self-center {
align-self: center;
}
.justify-items-stretch {
justify-items: stretch;
}
.align-items-stretch {
align-items: stretch;
}
.justify-self-stretch {
justify-self: stretch;
}
.align-self-stretch {
align-self: stretch;
}
.justify-content-start {
justify-content: start;
}
.align-content-start {
align-content: start;
}
.justify-content-end {
justify-content: end;
}
.align-content-end {
align-content: end;
}
.justify-content-center {
justify-content: center;
}
.align-content-center {
align-content: center;
}
.justify-content-stretch {
justify-content: stretch;
}
.align-content-stretch {
align-content: stretch;
}
.justify-content-space-around {
justify-content: space-around;
}
.align-content-space-around {
align-content: space-around;
}
.justify-content-space-between {
justify-content: space-between;
}
.align-content-space-between {
align-content: space-between;
}
.justify-content-space-evenly {
justify-content: space-evenly;
}
.align-content-space-evenly {
align-content: space-evenly;
}
.auto-flow-row {
grid-auto-flow: row;
}
.auto-flow-column {
grid-auto-flow: column;
}
@media (min-width: 576px) {
.sm\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.sm\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.sm\:column-gap-5 {
grid-column-gap: 5px;
}
.sm\:row-gap-5 {
grid-row-gap: 5px;
}
.sm\:column-start-1 {
grid-column-start: 1;
}
.sm\:column-end-1 {
grid-column-end: 2;
}
.sm\:column-span-1 {
grid-column-end: span 1;
}
.sm\:row-start-1 {
grid-row-start: 1;
}
.sm\:row-end-1 {
grid-row-end: 2;
}
.sm\:row-span-1 {
grid-row-end: span 1;
}
.sm\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.sm\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.sm\:column-gap-10 {
grid-column-gap: 10px;
}
.sm\:row-gap-10 {
grid-row-gap: 10px;
}
.sm\:column-start-2 {
grid-column-start: 2;
}
.sm\:column-end-2 {
grid-column-end: 3;
}
.sm\:column-span-2 {
grid-column-end: span 2;
}
.sm\:row-start-2 {
grid-row-start: 2;
}
.sm\:row-end-2 {
grid-row-end: 3;
}
.sm\:row-span-2 {
grid-row-end: span 2;
}
.sm\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.sm\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.sm\:column-gap-15 {
grid-column-gap: 15px;
}
.sm\:row-gap-15 {
grid-row-gap: 15px;
}
.sm\:column-start-3 {
grid-column-start: 3;
}
.sm\:column-end-3 {
grid-column-end: 4;
}
.sm\:column-span-3 {
grid-column-end: span 3;
}
.sm\:row-start-3 {
grid-row-start: 3;
}
.sm\:row-end-3 {
grid-row-end: 4;
}
.sm\:row-span-3 {
grid-row-end: span 3;
}
.sm\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.sm\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.sm\:column-gap-20 {
grid-column-gap: 20px;
}
.sm\:row-gap-20 {
grid-row-gap: 20px;
}
.sm\:column-start-4 {
grid-column-start: 4;
}
.sm\:column-end-4 {
grid-column-end: 5;
}
.sm\:column-span-4 {
grid-column-end: span 4;
}
.sm\:row-start-4 {
grid-row-start: 4;
}
.sm\:row-end-4 {
grid-row-end: 5;
}
.sm\:row-span-4 {
grid-row-end: span 4;
}
.sm\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.sm\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.sm\:column-gap-25 {
grid-column-gap: 25px;
}
.sm\:row-gap-25 {
grid-row-gap: 25px;
}
.sm\:column-start-5 {
grid-column-start: 5;
}
.sm\:column-end-5 {
grid-column-end: 6;
}
.sm\:column-span-5 {
grid-column-end: span 5;
}
.sm\:row-start-5 {
grid-row-start: 5;
}
.sm\:row-end-5 {
grid-row-end: 6;
}
.sm\:row-span-5 {
grid-row-end: span 5;
}
.sm\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.sm\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.sm\:column-gap-30 {
grid-column-gap: 30px;
}
.sm\:row-gap-30 {
grid-row-gap: 30px;
}
.sm\:column-start-6 {
grid-column-start: 6;
}
.sm\:column-end-6 {
grid-column-end: 7;
}
.sm\:column-span-6 {
grid-column-end: span 6;
}
.sm\:row-start-6 {
grid-row-start: 6;
}
.sm\:row-end-6 {
grid-row-end: 7;
}
.sm\:row-span-6 {
grid-row-end: span 6;
}
.sm\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.sm\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.sm\:column-gap-35 {
grid-column-gap: 35px;
}
.sm\:row-gap-35 {
grid-row-gap: 35px;
}
.sm\:column-start-7 {
grid-column-start: 7;
}
.sm\:column-end-7 {
grid-column-end: 8;
}
.sm\:column-span-7 {
grid-column-end: span 7;
}
.sm\:row-start-7 {
grid-row-start: 7;
}
.sm\:row-end-7 {
grid-row-end: 8;
}
.sm\:row-span-7 {
grid-row-end: span 7;
}
.sm\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.sm\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.sm\:column-gap-40 {
grid-column-gap: 40px;
}
.sm\:row-gap-40 {
grid-row-gap: 40px;
}
.sm\:column-start-8 {
grid-column-start: 8;
}
.sm\:column-end-8 {
grid-column-end: 9;
}
.sm\:column-span-8 {
grid-column-end: span 8;
}
.sm\:row-start-8 {
grid-row-start: 8;
}
.sm\:row-end-8 {
grid-row-end: 9;
}
.sm\:row-span-8 {
grid-row-end: span 8;
}
.sm\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.sm\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.sm\:column-gap-45 {
grid-column-gap: 45px;
}
.sm\:row-gap-45 {
grid-row-gap: 45px;
}
.sm\:column-start-9 {
grid-column-start: 9;
}
.sm\:column-end-9 {
grid-column-end: 10;
}
.sm\:column-span-9 {
grid-column-end: span 9;
}
.sm\:row-start-9 {
grid-row-start: 9;
}
.sm\:row-end-9 {
grid-row-end: 10;
}
.sm\:row-span-9 {
grid-row-end: span 9;
}
.sm\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.sm\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.sm\:column-gap-50 {
grid-column-gap: 50px;
}
.sm\:row-gap-50 {
grid-row-gap: 50px;
}
.sm\:column-start-10 {
grid-column-start: 10;
}
.sm\:column-end-10 {
grid-column-end: 11;
}
.sm\:column-span-10 {
grid-column-end: span 10;
}
.sm\:row-start-10 {
grid-row-start: 10;
}
.sm\:row-end-10 {
grid-row-end: 11;
}
.sm\:row-span-10 {
grid-row-end: span 10;
}
.sm\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.sm\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.sm\:column-gap-55 {
grid-column-gap: 55px;
}
.sm\:row-gap-55 {
grid-row-gap: 55px;
}
.sm\:column-start-11 {
grid-column-start: 11;
}
.sm\:column-end-11 {
grid-column-end: 12;
}
.sm\:column-span-11 {
grid-column-end: span 11;
}
.sm\:row-start-11 {
grid-row-start: 11;
}
.sm\:row-end-11 {
grid-row-end: 12;
}
.sm\:row-span-11 {
grid-row-end: span 11;
}
.sm\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.sm\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.sm\:column-gap-60 {
grid-column-gap: 60px;
}
.sm\:row-gap-60 {
grid-row-gap: 60px;
}
.sm\:column-start-12 {
grid-column-start: 12;
}
.sm\:column-end-12 {
grid-column-end: 13;
}
.sm\:column-span-12 {
grid-column-end: span 12;
}
.sm\:row-start-12 {
grid-row-start: 12;
}
.sm\:row-end-12 {
grid-row-end: 13;
}
.sm\:row-span-12 {
grid-row-end: span 12;
}
.sm\:justify-items-start {
justify-items: start;
}
.sm\:align-items-start {
align-items: start;
}
.sm\:justify-self-start {
justify-self: start;
}
.sm\:align-self-start {
align-self: start;
}
.sm\:justify-items-end {
justify-items: end;
}
.sm\:align-items-end {
align-items: end;
}
.sm\:justify-self-end {
justify-self: end;
}
.sm\:align-self-end {
align-self: end;
}
.sm\:justify-items-center {
justify-items: center;
}
.sm\:align-items-center {
align-items: center;
}
.sm\:justify-self-center {
justify-self: center;
}
.sm\:align-self-center {
align-self: center;
}
.sm\:justify-items-stretch {
justify-items: stretch;
}
.sm\:align-items-stretch {
align-items: stretch;
}
.sm\:justify-self-stretch {
justify-self: stretch;
}
.sm\:align-self-stretch {
align-self: stretch;
}
.sm\:justify-content-start {
justify-content: start;
}
.sm\:align-content-start {
align-content: start;
}
.sm\:justify-content-end {
justify-content: end;
}
.sm\:align-content-end {
align-content: end;
}
.sm\:justify-content-center {
justify-content: center;
}
.sm\:align-content-center {
align-content: center;
}
.sm\:justify-content-stretch {
justify-content: stretch;
}
.sm\:align-content-stretch {
align-content: stretch;
}
.sm\:justify-content-space-around {
justify-content: space-around;
}
.sm\:align-content-space-around {
align-content: space-around;
}
.sm\:justify-content-space-between {
justify-content: space-between;
}
.sm\:align-content-space-between {
align-content: space-between;
}
.sm\:justify-content-space-evenly {
justify-content: space-evenly;
}
.sm\:align-content-space-evenly {
align-content: space-evenly;
}
.sm\:auto-flow-row {
grid-auto-flow: row;
}
.sm\:auto-flow-column {
grid-auto-flow: column;
}
}
@media (min-width: 768px) {
.md\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.md\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.md\:column-gap-5 {
grid-column-gap: 5px;
}
.md\:row-gap-5 {
grid-row-gap: 5px;
}
.md\:column-start-1 {
grid-column-start: 1;
}
.md\:column-end-1 {
grid-column-end: 2;
}
.md\:column-span-1 {
grid-column-end: span 1;
}
.md\:row-start-1 {
grid-row-start: 1;
}
.md\:row-end-1 {
grid-row-end: 2;
}
.md\:row-span-1 {
grid-row-end: span 1;
}
.md\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.md\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.md\:column-gap-10 {
grid-column-gap: 10px;
}
.md\:row-gap-10 {
grid-row-gap: 10px;
}
.md\:column-start-2 {
grid-column-start: 2;
}
.md\:column-end-2 {
grid-column-end: 3;
}
.md\:column-span-2 {
grid-column-end: span 2;
}
.md\:row-start-2 {
grid-row-start: 2;
}
.md\:row-end-2 {
grid-row-end: 3;
}
.md\:row-span-2 {
grid-row-end: span 2;
}
.md\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.md\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.md\:column-gap-15 {
grid-column-gap: 15px;
}
.md\:row-gap-15 {
grid-row-gap: 15px;
}
.md\:column-start-3 {
grid-column-start: 3;
}
.md\:column-end-3 {
grid-column-end: 4;
}
.md\:column-span-3 {
grid-column-end: span 3;
}
.md\:row-start-3 {
grid-row-start: 3;
}
.md\:row-end-3 {
grid-row-end: 4;
}
.md\:row-span-3 {
grid-row-end: span 3;
}
.md\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.md\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.md\:column-gap-20 {
grid-column-gap: 20px;
}
.md\:row-gap-20 {
grid-row-gap: 20px;
}
.md\:column-start-4 {
grid-column-start: 4;
}
.md\:column-end-4 {
grid-column-end: 5;
}
.md\:column-span-4 {
grid-column-end: span 4;
}
.md\:row-start-4 {
grid-row-start: 4;
}
.md\:row-end-4 {
grid-row-end: 5;
}
.md\:row-span-4 {
grid-row-end: span 4;
}
.md\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.md\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.md\:column-gap-25 {
grid-column-gap: 25px;
}
.md\:row-gap-25 {
grid-row-gap: 25px;
}
.md\:column-start-5 {
grid-column-start: 5;
}
.md\:column-end-5 {
grid-column-end: 6;
}
.md\:column-span-5 {
grid-column-end: span 5;
}
.md\:row-start-5 {
grid-row-start: 5;
}
.md\:row-end-5 {
grid-row-end: 6;
}
.md\:row-span-5 {
grid-row-end: span 5;
}
.md\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.md\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.md\:column-gap-30 {
grid-column-gap: 30px;
}
.md\:row-gap-30 {
grid-row-gap: 30px;
}
.md\:column-start-6 {
grid-column-start: 6;
}
.md\:column-end-6 {
grid-column-end: 7;
}
.md\:column-span-6 {
grid-column-end: span 6;
}
.md\:row-start-6 {
grid-row-start: 6;
}
.md\:row-end-6 {
grid-row-end: 7;
}
.md\:row-span-6 {
grid-row-end: span 6;
}
.md\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.md\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.md\:column-gap-35 {
grid-column-gap: 35px;
}
.md\:row-gap-35 {
grid-row-gap: 35px;
}
.md\:column-start-7 {
grid-column-start: 7;
}
.md\:column-end-7 {
grid-column-end: 8;
}
.md\:column-span-7 {
grid-column-end: span 7;
}
.md\:row-start-7 {
grid-row-start: 7;
}
.md\:row-end-7 {
grid-row-end: 8;
}
.md\:row-span-7 {
grid-row-end: span 7;
}
.md\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.md\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.md\:column-gap-40 {
grid-column-gap: 40px;
}
.md\:row-gap-40 {
grid-row-gap: 40px;
}
.md\:column-start-8 {
grid-column-start: 8;
}
.md\:column-end-8 {
grid-column-end: 9;
}
.md\:column-span-8 {
grid-column-end: span 8;
}
.md\:row-start-8 {
grid-row-start: 8;
}
.md\:row-end-8 {
grid-row-end: 9;
}
.md\:row-span-8 {
grid-row-end: span 8;
}
.md\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.md\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.md\:column-gap-45 {
grid-column-gap: 45px;
}
.md\:row-gap-45 {
grid-row-gap: 45px;
}
.md\:column-start-9 {
grid-column-start: 9;
}
.md\:column-end-9 {
grid-column-end: 10;
}
.md\:column-span-9 {
grid-column-end: span 9;
}
.md\:row-start-9 {
grid-row-start: 9;
}
.md\:row-end-9 {
grid-row-end: 10;
}
.md\:row-span-9 {
grid-row-end: span 9;
}
.md\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.md\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.md\:column-gap-50 {
grid-column-gap: 50px;
}
.md\:row-gap-50 {
grid-row-gap: 50px;
}
.md\:column-start-10 {
grid-column-start: 10;
}
.md\:column-end-10 {
grid-column-end: 11;
}
.md\:column-span-10 {
grid-column-end: span 10;
}
.md\:row-start-10 {
grid-row-start: 10;
}
.md\:row-end-10 {
grid-row-end: 11;
}
.md\:row-span-10 {
grid-row-end: span 10;
}
.md\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.md\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.md\:column-gap-55 {
grid-column-gap: 55px;
}
.md\:row-gap-55 {
grid-row-gap: 55px;
}
.md\:column-start-11 {
grid-column-start: 11;
}
.md\:column-end-11 {
grid-column-end: 12;
}
.md\:column-span-11 {
grid-column-end: span 11;
}
.md\:row-start-11 {
grid-row-start: 11;
}
.md\:row-end-11 {
grid-row-end: 12;
}
.md\:row-span-11 {
grid-row-end: span 11;
}
.md\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.md\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.md\:column-gap-60 {
grid-column-gap: 60px;
}
.md\:row-gap-60 {
grid-row-gap: 60px;
}
.md\:column-start-12 {
grid-column-start: 12;
}
.md\:column-end-12 {
grid-column-end: 13;
}
.md\:column-span-12 {
grid-column-end: span 12;
}
.md\:row-start-12 {
grid-row-start: 12;
}
.md\:row-end-12 {
grid-row-end: 13;
}
.md\:row-span-12 {
grid-row-end: span 12;
}
.md\:justify-items-start {
justify-items: start;
}
.md\:align-items-start {
align-items: start;
}
.md\:justify-self-start {
justify-self: start;
}
.md\:align-self-start {
align-self: start;
}
.md\:justify-items-end {
justify-items: end;
}
.md\:align-items-end {
align-items: end;
}
.md\:justify-self-end {
justify-self: end;
}
.md\:align-self-end {
align-self: end;
}
.md\:justify-items-center {
justify-items: center;
}
.md\:align-items-center {
align-items: center;
}
.md\:justify-self-center {
justify-self: center;
}
.md\:align-self-center {
align-self: center;
}
.md\:justify-items-stretch {
justify-items: stretch;
}
.md\:align-items-stretch {
align-items: stretch;
}
.md\:justify-self-stretch {
justify-self: stretch;
}
.md\:align-self-stretch {
align-self: stretch;
}
.md\:justify-content-start {
justify-content: start;
}
.md\:align-content-start {
align-content: start;
}
.md\:justify-content-end {
justify-content: end;
}
.md\:align-content-end {
align-content: end;
}
.md\:justify-content-center {
justify-content: center;
}
.md\:align-content-center {
align-content: center;
}
.md\:justify-content-stretch {
justify-content: stretch;
}
.md\:align-content-stretch {
align-content: stretch;
}
.md\:justify-content-space-around {
justify-content: space-around;
}
.md\:align-content-space-around {
align-content: space-around;
}
.md\:justify-content-space-between {
justify-content: space-between;
}
.md\:align-content-space-between {
align-content: space-between;
}
.md\:justify-content-space-evenly {
justify-content: space-evenly;
}
.md\:align-content-space-evenly {
align-content: space-evenly;
}
.md\:auto-flow-row {
grid-auto-flow: row;
}
.md\:auto-flow-column {
grid-auto-flow: column;
}
}
@media (min-width: 992px) {
.lg\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.lg\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.lg\:column-gap-5 {
grid-column-gap: 5px;
}
.lg\:row-gap-5 {
grid-row-gap: 5px;
}
.lg\:column-start-1 {
grid-column-start: 1;
}
.lg\:column-end-1 {
grid-column-end: 2;
}
.lg\:column-span-1 {
grid-column-end: span 1;
}
.lg\:row-start-1 {
grid-row-start: 1;
}
.lg\:row-end-1 {
grid-row-end: 2;
}
.lg\:row-span-1 {
grid-row-end: span 1;
}
.lg\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.lg\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.lg\:column-gap-10 {
grid-column-gap: 10px;
}
.lg\:row-gap-10 {
grid-row-gap: 10px;
}
.lg\:column-start-2 {
grid-column-start: 2;
}
.lg\:column-end-2 {
grid-column-end: 3;
}
.lg\:column-span-2 {
grid-column-end: span 2;
}
.lg\:row-start-2 {
grid-row-start: 2;
}
.lg\:row-end-2 {
grid-row-end: 3;
}
.lg\:row-span-2 {
grid-row-end: span 2;
}
.lg\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.lg\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.lg\:column-gap-15 {
grid-column-gap: 15px;
}
.lg\:row-gap-15 {
grid-row-gap: 15px;
}
.lg\:column-start-3 {
grid-column-start: 3;
}
.lg\:column-end-3 {
grid-column-end: 4;
}
.lg\:column-span-3 {
grid-column-end: span 3;
}
.lg\:row-start-3 {
grid-row-start: 3;
}
.lg\:row-end-3 {
grid-row-end: 4;
}
.lg\:row-span-3 {
grid-row-end: span 3;
}
.lg\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.lg\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.lg\:column-gap-20 {
grid-column-gap: 20px;
}
.lg\:row-gap-20 {
grid-row-gap: 20px;
}
.lg\:column-start-4 {
grid-column-start: 4;
}
.lg\:column-end-4 {
grid-column-end: 5;
}
.lg\:column-span-4 {
grid-column-end: span 4;
}
.lg\:row-start-4 {
grid-row-start: 4;
}
.lg\:row-end-4 {
grid-row-end: 5;
}
.lg\:row-span-4 {
grid-row-end: span 4;
}
.lg\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.lg\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.lg\:column-gap-25 {
grid-column-gap: 25px;
}
.lg\:row-gap-25 {
grid-row-gap: 25px;
}
.lg\:column-start-5 {
grid-column-start: 5;
}
.lg\:column-end-5 {
grid-column-end: 6;
}
.lg\:column-span-5 {
grid-column-end: span 5;
}
.lg\:row-start-5 {
grid-row-start: 5;
}
.lg\:row-end-5 {
grid-row-end: 6;
}
.lg\:row-span-5 {
grid-row-end: span 5;
}
.lg\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.lg\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.lg\:column-gap-30 {
grid-column-gap: 30px;
}
.lg\:row-gap-30 {
grid-row-gap: 30px;
}
.lg\:column-start-6 {
grid-column-start: 6;
}
.lg\:column-end-6 {
grid-column-end: 7;
}
.lg\:column-span-6 {
grid-column-end: span 6;
}
.lg\:row-start-6 {
grid-row-start: 6;
}
.lg\:row-end-6 {
grid-row-end: 7;
}
.lg\:row-span-6 {
grid-row-end: span 6;
}
.lg\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.lg\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.lg\:column-gap-35 {
grid-column-gap: 35px;
}
.lg\:row-gap-35 {
grid-row-gap: 35px;
}
.lg\:column-start-7 {
grid-column-start: 7;
}
.lg\:column-end-7 {
grid-column-end: 8;
}
.lg\:column-span-7 {
grid-column-end: span 7;
}
.lg\:row-start-7 {
grid-row-start: 7;
}
.lg\:row-end-7 {
grid-row-end: 8;
}
.lg\:row-span-7 {
grid-row-end: span 7;
}
.lg\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.lg\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.lg\:column-gap-40 {
grid-column-gap: 40px;
}
.lg\:row-gap-40 {
grid-row-gap: 40px;
}
.lg\:column-start-8 {
grid-column-start: 8;
}
.lg\:column-end-8 {
grid-column-end: 9;
}
.lg\:column-span-8 {
grid-column-end: span 8;
}
.lg\:row-start-8 {
grid-row-start: 8;
}
.lg\:row-end-8 {
grid-row-end: 9;
}
.lg\:row-span-8 {
grid-row-end: span 8;
}
.lg\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.lg\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.lg\:column-gap-45 {
grid-column-gap: 45px;
}
.lg\:row-gap-45 {
grid-row-gap: 45px;
}
.lg\:column-start-9 {
grid-column-start: 9;
}
.lg\:column-end-9 {
grid-column-end: 10;
}
.lg\:column-span-9 {
grid-column-end: span 9;
}
.lg\:row-start-9 {
grid-row-start: 9;
}
.lg\:row-end-9 {
grid-row-end: 10;
}
.lg\:row-span-9 {
grid-row-end: span 9;
}
.lg\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.lg\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.lg\:column-gap-50 {
grid-column-gap: 50px;
}
.lg\:row-gap-50 {
grid-row-gap: 50px;
}
.lg\:column-start-10 {
grid-column-start: 10;
}
.lg\:column-end-10 {
grid-column-end: 11;
}
.lg\:column-span-10 {
grid-column-end: span 10;
}
.lg\:row-start-10 {
grid-row-start: 10;
}
.lg\:row-end-10 {
grid-row-end: 11;
}
.lg\:row-span-10 {
grid-row-end: span 10;
}
.lg\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.lg\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.lg\:column-gap-55 {
grid-column-gap: 55px;
}
.lg\:row-gap-55 {
grid-row-gap: 55px;
}
.lg\:column-start-11 {
grid-column-start: 11;
}
.lg\:column-end-11 {
grid-column-end: 12;
}
.lg\:column-span-11 {
grid-column-end: span 11;
}
.lg\:row-start-11 {
grid-row-start: 11;
}
.lg\:row-end-11 {
grid-row-end: 12;
}
.lg\:row-span-11 {
grid-row-end: span 11;
}
.lg\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.lg\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.lg\:column-gap-60 {
grid-column-gap: 60px;
}
.lg\:row-gap-60 {
grid-row-gap: 60px;
}
.lg\:column-start-12 {
grid-column-start: 12;
}
.lg\:column-end-12 {
grid-column-end: 13;
}
.lg\:column-span-12 {
grid-column-end: span 12;
}
.lg\:row-start-12 {
grid-row-start: 12;
}
.lg\:row-end-12 {
grid-row-end: 13;
}
.lg\:row-span-12 {
grid-row-end: span 12;
}
.lg\:justify-items-start {
justify-items: start;
}
.lg\:align-items-start {
align-items: start;
}
.lg\:justify-self-start {
justify-self: start;
}
.lg\:align-self-start {
align-self: start;
}
.lg\:justify-items-end {
justify-items: end;
}
.lg\:align-items-end {
align-items: end;
}
.lg\:justify-self-end {
justify-self: end;
}
.lg\:align-self-end {
align-self: end;
}
.lg\:justify-items-center {
justify-items: center;
}
.lg\:align-items-center {
align-items: center;
}
.lg\:justify-self-center {
justify-self: center;
}
.lg\:align-self-center {
align-self: center;
}
.lg\:justify-items-stretch {
justify-items: stretch;
}
.lg\:align-items-stretch {
align-items: stretch;
}
.lg\:justify-self-stretch {
justify-self: stretch;
}
.lg\:align-self-stretch {
align-self: stretch;
}
.lg\:justify-content-start {
justify-content: start;
}
.lg\:align-content-start {
align-content: start;
}
.lg\:justify-content-end {
justify-content: end;
}
.lg\:align-content-end {
align-content: end;
}
.lg\:justify-content-center {
justify-content: center;
}
.lg\:align-content-center {
align-content: center;
}
.lg\:justify-content-stretch {
justify-content: stretch;
}
.lg\:align-content-stretch {
align-content: stretch;
}
.lg\:justify-content-space-around {
justify-content: space-around;
}
.lg\:align-content-space-around {
align-content: space-around;
}
.lg\:justify-content-space-between {
justify-content: space-between;
}
.lg\:align-content-space-between {
align-content: space-between;
}
.lg\:justify-content-space-evenly {
justify-content: space-evenly;
}
.lg\:align-content-space-evenly {
align-content: space-evenly;
}
.lg\:auto-flow-row {
grid-auto-flow: row;
}
.lg\:auto-flow-column {
grid-auto-flow: column;
}
}
@media (min-width: 1200px) {
.xl\:has-1-columns {
grid-template-columns: repeat(1, 1fr);
}
.xl\:has-1-rows {
grid-template-rows: repeat(1, 1fr);
}
.xl\:column-gap-5 {
grid-column-gap: 5px;
}
.xl\:row-gap-5 {
grid-row-gap: 5px;
}
.xl\:column-start-1 {
grid-column-start: 1;
}
.xl\:column-end-1 {
grid-column-end: 2;
}
.xl\:column-span-1 {
grid-column-end: span 1;
}
.xl\:row-start-1 {
grid-row-start: 1;
}
.xl\:row-end-1 {
grid-row-end: 2;
}
.xl\:row-span-1 {
grid-row-end: span 1;
}
.xl\:has-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.xl\:has-2-rows {
grid-template-rows: repeat(2, 1fr);
}
.xl\:column-gap-10 {
grid-column-gap: 10px;
}
.xl\:row-gap-10 {
grid-row-gap: 10px;
}
.xl\:column-start-2 {
grid-column-start: 2;
}
.xl\:column-end-2 {
grid-column-end: 3;
}
.xl\:column-span-2 {
grid-column-end: span 2;
}
.xl\:row-start-2 {
grid-row-start: 2;
}
.xl\:row-end-2 {
grid-row-end: 3;
}
.xl\:row-span-2 {
grid-row-end: span 2;
}
.xl\:has-3-columns {
grid-template-columns: repeat(3, 1fr);
}
.xl\:has-3-rows {
grid-template-rows: repeat(3, 1fr);
}
.xl\:column-gap-15 {
grid-column-gap: 15px;
}
.xl\:row-gap-15 {
grid-row-gap: 15px;
}
.xl\:column-start-3 {
grid-column-start: 3;
}
.xl\:column-end-3 {
grid-column-end: 4;
}
.xl\:column-span-3 {
grid-column-end: span 3;
}
.xl\:row-start-3 {
grid-row-start: 3;
}
.xl\:row-end-3 {
grid-row-end: 4;
}
.xl\:row-span-3 {
grid-row-end: span 3;
}
.xl\:has-4-columns {
grid-template-columns: repeat(4, 1fr);
}
.xl\:has-4-rows {
grid-template-rows: repeat(4, 1fr);
}
.xl\:column-gap-20 {
grid-column-gap: 20px;
}
.xl\:row-gap-20 {
grid-row-gap: 20px;
}
.xl\:column-start-4 {
grid-column-start: 4;
}
.xl\:column-end-4 {
grid-column-end: 5;
}
.xl\:column-span-4 {
grid-column-end: span 4;
}
.xl\:row-start-4 {
grid-row-start: 4;
}
.xl\:row-end-4 {
grid-row-end: 5;
}
.xl\:row-span-4 {
grid-row-end: span 4;
}
.xl\:has-5-columns {
grid-template-columns: repeat(5, 1fr);
}
.xl\:has-5-rows {
grid-template-rows: repeat(5, 1fr);
}
.xl\:column-gap-25 {
grid-column-gap: 25px;
}
.xl\:row-gap-25 {
grid-row-gap: 25px;
}
.xl\:column-start-5 {
grid-column-start: 5;
}
.xl\:column-end-5 {
grid-column-end: 6;
}
.xl\:column-span-5 {
grid-column-end: span 5;
}
.xl\:row-start-5 {
grid-row-start: 5;
}
.xl\:row-end-5 {
grid-row-end: 6;
}
.xl\:row-span-5 {
grid-row-end: span 5;
}
.xl\:has-6-columns {
grid-template-columns: repeat(6, 1fr);
}
.xl\:has-6-rows {
grid-template-rows: repeat(6, 1fr);
}
.xl\:column-gap-30 {
grid-column-gap: 30px;
}
.xl\:row-gap-30 {
grid-row-gap: 30px;
}
.xl\:column-start-6 {
grid-column-start: 6;
}
.xl\:column-end-6 {
grid-column-end: 7;
}
.xl\:column-span-6 {
grid-column-end: span 6;
}
.xl\:row-start-6 {
grid-row-start: 6;
}
.xl\:row-end-6 {
grid-row-end: 7;
}
.xl\:row-span-6 {
grid-row-end: span 6;
}
.xl\:has-7-columns {
grid-template-columns: repeat(7, 1fr);
}
.xl\:has-7-rows {
grid-template-rows: repeat(7, 1fr);
}
.xl\:column-gap-35 {
grid-column-gap: 35px;
}
.xl\:row-gap-35 {
grid-row-gap: 35px;
}
.xl\:column-start-7 {
grid-column-start: 7;
}
.xl\:column-end-7 {
grid-column-end: 8;
}
.xl\:column-span-7 {
grid-column-end: span 7;
}
.xl\:row-start-7 {
grid-row-start: 7;
}
.xl\:row-end-7 {
grid-row-end: 8;
}
.xl\:row-span-7 {
grid-row-end: span 7;
}
.xl\:has-8-columns {
grid-template-columns: repeat(8, 1fr);
}
.xl\:has-8-rows {
grid-template-rows: repeat(8, 1fr);
}
.xl\:column-gap-40 {
grid-column-gap: 40px;
}
.xl\:row-gap-40 {
grid-row-gap: 40px;
}
.xl\:column-start-8 {
grid-column-start: 8;
}
.xl\:column-end-8 {
grid-column-end: 9;
}
.xl\:column-span-8 {
grid-column-end: span 8;
}
.xl\:row-start-8 {
grid-row-start: 8;
}
.xl\:row-end-8 {
grid-row-end: 9;
}
.xl\:row-span-8 {
grid-row-end: span 8;
}
.xl\:has-9-columns {
grid-template-columns: repeat(9, 1fr);
}
.xl\:has-9-rows {
grid-template-rows: repeat(9, 1fr);
}
.xl\:column-gap-45 {
grid-column-gap: 45px;
}
.xl\:row-gap-45 {
grid-row-gap: 45px;
}
.xl\:column-start-9 {
grid-column-start: 9;
}
.xl\:column-end-9 {
grid-column-end: 10;
}
.xl\:column-span-9 {
grid-column-end: span 9;
}
.xl\:row-start-9 {
grid-row-start: 9;
}
.xl\:row-end-9 {
grid-row-end: 10;
}
.xl\:row-span-9 {
grid-row-end: span 9;
}
.xl\:has-10-columns {
grid-template-columns: repeat(10, 1fr);
}
.xl\:has-10-rows {
grid-template-rows: repeat(10, 1fr);
}
.xl\:column-gap-50 {
grid-column-gap: 50px;
}
.xl\:row-gap-50 {
grid-row-gap: 50px;
}
.xl\:column-start-10 {
grid-column-start: 10;
}
.xl\:column-end-10 {
grid-column-end: 11;
}
.xl\:column-span-10 {
grid-column-end: span 10;
}
.xl\:row-start-10 {
grid-row-start: 10;
}
.xl\:row-end-10 {
grid-row-end: 11;
}
.xl\:row-span-10 {
grid-row-end: span 10;
}
.xl\:has-11-columns {
grid-template-columns: repeat(11, 1fr);
}
.xl\:has-11-rows {
grid-template-rows: repeat(11, 1fr);
}
.xl\:column-gap-55 {
grid-column-gap: 55px;
}
.xl\:row-gap-55 {
grid-row-gap: 55px;
}
.xl\:column-start-11 {
grid-column-start: 11;
}
.xl\:column-end-11 {
grid-column-end: 12;
}
.xl\:column-span-11 {
grid-column-end: span 11;
}
.xl\:row-start-11 {
grid-row-start: 11;
}
.xl\:row-end-11 {
grid-row-end: 12;
}
.xl\:row-span-11 {
grid-row-end: span 11;
}
.xl\:has-12-columns {
grid-template-columns: repeat(12, 1fr);
}
.xl\:has-12-rows {
grid-template-rows: repeat(12, 1fr);
}
.xl\:column-gap-60 {
grid-column-gap: 60px;
}
.xl\:row-gap-60 {
grid-row-gap: 60px;
}
.xl\:column-start-12 {
grid-column-start: 12;
}
.xl\:column-end-12 {
grid-column-end: 13;
}
.xl\:column-span-12 {
grid-column-end: span 12;
}
.xl\:row-start-12 {
grid-row-start: 12;
}
.xl\:row-end-12 {
grid-row-end: 13;
}
.xl\:row-span-12 {
grid-row-end: span 12;
}
.xl\:justify-items-start {
justify-items: start;
}
.xl\:align-items-start {
align-items: start;
}
.xl\:justify-self-start {
justify-self: start;
}
.xl\:align-self-start {
align-self: start;
}
.xl\:justify-items-end {
justify-items: end;
}
.xl\:align-items-end {
align-items: end;
}
.xl\:justify-self-end {
justify-self: end;
}
.xl\:align-self-end {
align-self: end;
}
.xl\:justify-items-center {
justify-items: center;
}
.xl\:align-items-center {
align-items: center;
}
.xl\:justify-self-center {
justify-self: center;
}
.xl\:align-self-center {
align-self: center;
}
.xl\:justify-items-stretch {
justify-items: stretch;
}
.xl\:align-items-stretch {
align-items: stretch;
}
.xl\:justify-self-stretch {
justify-self: stretch;
}
.xl\:align-self-stretch {
align-self: stretch;
}
.xl\:justify-content-start {
justify-content: start;
}
.xl\:align-content-start {
align-content: start;
}
.xl\:justify-content-end {
justify-content: end;
}
.xl\:align-content-end {
align-content: end;
}
.xl\:justify-content-center {
justify-content: center;
}
.xl\:align-content-center {
align-content: center;
}
.xl\:justify-content-stretch {
justify-content: stretch;
}
.xl\:align-content-stretch {
align-content: stretch;
}
.xl\:justify-content-space-around {
justify-content: space-around;
}
.xl\:align-content-space-around {
align-content: space-around;
}
.xl\:justify-content-space-between {
justify-content: space-between;
}
.xl\:align-content-space-between {
align-content: space-between;
}
.xl\:justify-content-space-evenly {
justify-content: space-evenly;
}
.xl\:align-content-space-evenly {
align-content: space-evenly;
}
.xl\:auto-flow-row {
grid-auto-flow: row;
}
.xl\:auto-flow-column {
grid-auto-flow: column;
}
}
}
.flex {
display: flex;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-column {
flex-direction: column;
}
.flex-column-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-nowrap {
flex-wrap: nowrap;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.justify-evenly {
justify-content: space-evenly;
}
.items-start {
align-items: flex-start;
}
.self-start {
align-self: flex-start;
}
.items-end {
align-items: flex-end;
}
.self-end {
align-self: flex-end;
}
.items-center {
align-items: center;
}
.self-center {
align-self: center;
}
.items-baseline {
align-items: baseline;
}
.self-baseline {
align-self: baseline;
}
.items-stretch {
align-items: stretch;
}
.self-stretch {
align-self: stretch;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-center {
align-content: center;
}
.content-stretch {
align-content: stretch;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
@media (min-width: 576px) {
.sm\:flex {
display: flex;
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:flex-row-reverse {
flex-direction: row-reverse;
}
.sm\:flex-column {
flex-direction: column;
}
.sm\:flex-column-reverse {
flex-direction: column-reverse;
}
.sm\:flex-wrap {
flex-wrap: wrap;
}
.sm\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.sm\:flex-nowrap {
flex-wrap: nowrap;
}
.sm\:justify-start {
justify-content: flex-start;
}
.sm\:justify-end {
justify-content: flex-end;
}
.sm\:justify-center {
justify-content: center;
}
.sm\:justify-between {
justify-content: space-between;
}
.sm\:justify-around {
justify-content: space-around;
}
.sm\:justify-evenly {
justify-content: space-evenly;
}
.sm\:items-start {
align-items: flex-start;
}
.sm\:self-start {
align-self: flex-start;
}
.sm\:items-end {
align-items: flex-end;
}
.sm\:self-end {
align-self: flex-end;
}
.sm\:items-center {
align-items: center;
}
.sm\:self-center {
align-self: center;
}
.sm\:items-baseline {
align-items: baseline;
}
.sm\:self-baseline {
align-self: baseline;
}
.sm\:items-stretch {
align-items: stretch;
}
.sm\:self-stretch {
align-self: stretch;
}
.sm\:content-start {
align-content: flex-start;
}
.sm\:content-end {
align-content: flex-end;
}
.sm\:content-center {
align-content: center;
}
.sm\:content-stretch {
align-content: stretch;
}
.sm\:content-between {
align-content: space-between;
}
.sm\:content-around {
align-content: space-around;
}
}
@media (min-width: 768px) {
.md\:flex {
display: flex;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-row-reverse {
flex-direction: row-reverse;
}
.md\:flex-column {
flex-direction: column;
}
.md\:flex-column-reverse {
flex-direction: column-reverse;
}
.md\:flex-wrap {
flex-wrap: wrap;
}
.md\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.md\:flex-nowrap {
flex-wrap: nowrap;
}
.md\:justify-start {
justify-content: flex-start;
}
.md\:justify-end {
justify-content: flex-end;
}
.md\:justify-center {
justify-content: center;
}
.md\:justify-between {
justify-content: space-between;
}
.md\:justify-around {
justify-content: space-around;
}
.md\:justify-evenly {
justify-content: space-evenly;
}
.md\:items-start {
align-items: flex-start;
}
.md\:self-start {
align-self: flex-start;
}
.md\:items-end {
align-items: flex-end;
}
.md\:self-end {
align-self: flex-end;
}
.md\:items-center {
align-items: center;
}
.md\:self-center {
align-self: center;
}
.md\:items-baseline {
align-items: baseline;
}
.md\:self-baseline {
align-self: baseline;
}
.md\:items-stretch {
align-items: stretch;
}
.md\:self-stretch {
align-self: stretch;
}
.md\:content-start {
align-content: flex-start;
}
.md\:content-end {
align-content: flex-end;
}
.md\:content-center {
align-content: center;
}
.md\:content-stretch {
align-content: stretch;
}
.md\:content-between {
align-content: space-between;
}
.md\:content-around {
align-content: space-around;
}
}
@media (min-width: 992px) {
.lg\:flex {
display: flex;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:flex-column {
flex-direction: column;
}
.lg\:flex-column-reverse {
flex-direction: column-reverse;
}
.lg\:flex-wrap {
flex-wrap: wrap;
}
.lg\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.lg\:flex-nowrap {
flex-wrap: nowrap;
}
.lg\:justify-start {
justify-content: flex-start;
}
.lg\:justify-end {
justify-content: flex-end;
}
.lg\:justify-center {
justify-content: center;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:justify-around {
justify-content: space-around;
}
.lg\:justify-evenly {
justify-content: space-evenly;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:self-start {
align-self: flex-start;
}
.lg\:items-end {
align-items: flex-end;
}
.lg\:self-end {
align-self: flex-end;
}
.lg\:items-center {
align-items: center;
}
.lg\:self-center {
align-self: center;
}
.lg\:items-baseline {
align-items: baseline;
}
.lg\:self-baseline {
align-self: baseline;
}
.lg\:items-stretch {
align-items: stretch;
}
.lg\:self-stretch {
align-self: stretch;
}
.lg\:content-start {
align-content: flex-start;
}
.lg\:content-end {
align-content: flex-end;
}
.lg\:content-center {
align-content: center;
}
.lg\:content-stretch {
align-content: stretch;
}
.lg\:content-between {
align-content: space-between;
}
.lg\:content-around {
align-content: space-around;
}
}
@media (min-width: 1200px) {
.xl\:flex {
display: flex;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-row-reverse {
flex-direction: row-reverse;
}
.xl\:flex-column {
flex-direction: column;
}
.xl\:flex-column-reverse {
flex-direction: column-reverse;
}
.xl\:flex-wrap {
flex-wrap: wrap;
}
.xl\:flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.xl\:flex-nowrap {
flex-wrap: nowrap;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:justify-end {
justify-content: flex-end;
}
.xl\:justify-center {
justify-content: center;
}
.xl\:justify-between {
justify-content: space-between;
}
.xl\:justify-around {
justify-content: space-around;
}
.xl\:justify-evenly {
justify-content: space-evenly;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:self-start {
align-self: flex-start;
}
.xl\:items-end {
align-items: flex-end;
}
.xl\:self-end {
align-self: flex-end;
}
.xl\:items-center {
align-items: center;
}
.xl\:self-center {
align-self: center;
}
.xl\:items-baseline {
align-items: baseline;
}
.xl\:self-baseline {
align-self: baseline;
}
.xl\:items-stretch {
align-items: stretch;
}
.xl\:self-stretch {
align-self: stretch;
}
.xl\:content-start {
align-content: flex-start;
}
.xl\:content-end {
align-content: flex-end;
}
.xl\:content-center {
align-content: center;
}
.xl\:content-stretch {
align-content: stretch;
}
.xl\:content-between {
align-content: space-between;
}
.xl\:content-around {
align-content: space-around;
}
}
.top-5 {
top: 5px;
}
.top-10 {
top: 10px;
}
.top-15 {
top: 15px;
}
.top-20 {
top: 20px;
}
.top-25 {
top: 25px;
}
.top-30 {
top: 30px;
}
.top-35 {
top: 35px;
}
.top-40 {
top: 40px;
}
.top-45 {
top: 45px;
}
.top-50 {
top: 50px;
}
.left-5 {
left: 5px;
}
.left-10 {
left: 10px;
}
.left-15 {
left: 15px;
}
.left-20 {
left: 20px;
}
.left-25 {
left: 25px;
}
.left-30 {
left: 30px;
}
.left-35 {
left: 35px;
}
.left-40 {
left: 40px;
}
.left-45 {
left: 45px;
}
.left-50 {
left: 50px;
}
.bottom-5 {
bottom: 5px;
}
.bottom-10 {
bottom: 10px;
}
.bottom-15 {
bottom: 15px;
}
.bottom-20 {
bottom: 20px;
}
.bottom-25 {
bottom: 25px;
}
.bottom-30 {
bottom: 30px;
}
.bottom-35 {
bottom: 35px;
}
.bottom-40 {
bottom: 40px;
}
.bottom-45 {
bottom: 45px;
}
.bottom-50 {
bottom: 50px;
}
.right-5 {
right: 5px;
}
.right-10 {
right: 10px;
}
.right-15 {
right: 15px;
}
.right-20 {
right: 20px;
}
.right-25 {
right: 25px;
}
.right-30 {
right: 30px;
}
.right-35 {
right: 35px;
}
.right-40 {
right: 40px;
}
.right-45 {
right: 45px;
}
.right-50 {
right: 50px;
}
@media (min-width: 576px) {
.sm\:top-5 {
top: 5px;
}
.sm\:top-10 {
top: 10px;
}
.sm\:top-15 {
top: 15px;
}
.sm\:top-20 {
top: 20px;
}
.sm\:top-25 {
top: 25px;
}
.sm\:top-30 {
top: 30px;
}
.sm\:top-35 {
top: 35px;
}
.sm\:top-40 {
top: 40px;
}
.sm\:top-45 {
top: 45px;
}
.sm\:top-50 {
top: 50px;
}
}
@media (min-width: 768px) {
.md\:top-5 {
top: 5px;
}
.md\:top-10 {
top: 10px;
}
.md\:top-15 {
top: 15px;
}
.md\:top-20 {
top: 20px;
}
.md\:top-25 {
top: 25px;
}
.md\:top-30 {
top: 30px;
}
.md\:top-35 {
top: 35px;
}
.md\:top-40 {
top: 40px;
}
.md\:top-45 {
top: 45px;
}
.md\:top-50 {
top: 50px;
}
}
@media (min-width: 992px) {
.lg\:top-5 {
top: 5px;
}
.lg\:top-10 {
top: 10px;
}
.lg\:top-15 {
top: 15px;
}
.lg\:top-20 {
top: 20px;
}
.lg\:top-25 {
top: 25px;
}
.lg\:top-30 {
top: 30px;
}
.lg\:top-35 {
top: 35px;
}
.lg\:top-40 {
top: 40px;
}
.lg\:top-45 {
top: 45px;
}
.lg\:top-50 {
top: 50px;
}
}
@media (min-width: 1200px) {
.xl\:top-5 {
top: 5px;
}
.xl\:top-10 {
top: 10px;
}
.xl\:top-15 {
top: 15px;
}
.xl\:top-20 {
top: 20px;
}
.xl\:top-25 {
top: 25px;
}
.xl\:top-30 {
top: 30px;
}
.xl\:top-35 {
top: 35px;
}
.xl\:top-40 {
top: 40px;
}
.xl\:top-45 {
top: 45px;
}
.xl\:top-50 {
top: 50px;
}
}
@media (min-width: 576px) {
.sm\:left-5 {
left: 5px;
}
.sm\:left-10 {
left: 10px;
}
.sm\:left-15 {
left: 15px;
}
.sm\:left-20 {
left: 20px;
}
.sm\:left-25 {
left: 25px;
}
.sm\:left-30 {
left: 30px;
}
.sm\:left-35 {
left: 35px;
}
.sm\:left-40 {
left: 40px;
}
.sm\:left-45 {
left: 45px;
}
.sm\:left-50 {
left: 50px;
}
}
@media (min-width: 768px) {
.md\:left-5 {
left: 5px;
}
.md\:left-10 {
left: 10px;
}
.md\:left-15 {
left: 15px;
}
.md\:left-20 {
left: 20px;
}
.md\:left-25 {
left: 25px;
}
.md\:left-30 {
left: 30px;
}
.md\:left-35 {
left: 35px;
}
.md\:left-40 {
left: 40px;
}
.md\:left-45 {
left: 45px;
}
.md\:left-50 {
left: 50px;
}
}
@media (min-width: 992px) {
.lg\:left-5 {
left: 5px;
}
.lg\:left-10 {
left: 10px;
}
.lg\:left-15 {
left: 15px;
}
.lg\:left-20 {
left: 20px;
}
.lg\:left-25 {
left: 25px;
}
.lg\:left-30 {
left: 30px;
}
.lg\:left-35 {
left: 35px;
}
.lg\:left-40 {
left: 40px;
}
.lg\:left-45 {
left: 45px;
}
.lg\:left-50 {
left: 50px;
}
}
@media (min-width: 1200px) {
.xl\:left-5 {
left: 5px;
}
.xl\:left-10 {
left: 10px;
}
.xl\:left-15 {
left: 15px;
}
.xl\:left-20 {
left: 20px;
}
.xl\:left-25 {
left: 25px;
}
.xl\:left-30 {
left: 30px;
}
.xl\:left-35 {
left: 35px;
}
.xl\:left-40 {
left: 40px;
}
.xl\:left-45 {
left: 45px;
}
.xl\:left-50 {
left: 50px;
}
}
@media (min-width: 576px) {
.sm\:bottom-5 {
bottom: 5px;
}
.sm\:bottom-10 {
bottom: 10px;
}
.sm\:bottom-15 {
bottom: 15px;
}
.sm\:bottom-20 {
bottom: 20px;
}
.sm\:bottom-25 {
bottom: 25px;
}
.sm\:bottom-30 {
bottom: 30px;
}
.sm\:bottom-35 {
bottom: 35px;
}
.sm\:bottom-40 {
bottom: 40px;
}
.sm\:bottom-45 {
bottom: 45px;
}
.sm\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 768px) {
.md\:bottom-5 {
bottom: 5px;
}
.md\:bottom-10 {
bottom: 10px;
}
.md\:bottom-15 {
bottom: 15px;
}
.md\:bottom-20 {
bottom: 20px;
}
.md\:bottom-25 {
bottom: 25px;
}
.md\:bottom-30 {
bottom: 30px;
}
.md\:bottom-35 {
bottom: 35px;
}
.md\:bottom-40 {
bottom: 40px;
}
.md\:bottom-45 {
bottom: 45px;
}
.md\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 992px) {
.lg\:bottom-5 {
bottom: 5px;
}
.lg\:bottom-10 {
bottom: 10px;
}
.lg\:bottom-15 {
bottom: 15px;
}
.lg\:bottom-20 {
bottom: 20px;
}
.lg\:bottom-25 {
bottom: 25px;
}
.lg\:bottom-30 {
bottom: 30px;
}
.lg\:bottom-35 {
bottom: 35px;
}
.lg\:bottom-40 {
bottom: 40px;
}
.lg\:bottom-45 {
bottom: 45px;
}
.lg\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5 {
bottom: 5px;
}
.xl\:bottom-10 {
bottom: 10px;
}
.xl\:bottom-15 {
bottom: 15px;
}
.xl\:bottom-20 {
bottom: 20px;
}
.xl\:bottom-25 {
bottom: 25px;
}
.xl\:bottom-30 {
bottom: 30px;
}
.xl\:bottom-35 {
bottom: 35px;
}
.xl\:bottom-40 {
bottom: 40px;
}
.xl\:bottom-45 {
bottom: 45px;
}
.xl\:bottom-50 {
bottom: 50px;
}
}
@media (min-width: 576px) {
.sm\:right-5 {
right: 5px;
}
.sm\:right-10 {
right: 10px;
}
.sm\:right-15 {
right: 15px;
}
.sm\:right-20 {
right: 20px;
}
.sm\:right-25 {
right: 25px;
}
.sm\:right-30 {
right: 30px;
}
.sm\:right-35 {
right: 35px;
}
.sm\:right-40 {
right: 40px;
}
.sm\:right-45 {
right: 45px;
}
.sm\:right-50 {
right: 50px;
}
}
@media (min-width: 768px) {
.md\:right-5 {
right: 5px;
}
.md\:right-10 {
right: 10px;
}
.md\:right-15 {
right: 15px;
}
.md\:right-20 {
right: 20px;
}
.md\:right-25 {
right: 25px;
}
.md\:right-30 {
right: 30px;
}
.md\:right-35 {
right: 35px;
}
.md\:right-40 {
right: 40px;
}
.md\:right-45 {
right: 45px;
}
.md\:right-50 {
right: 50px;
}
}
@media (min-width: 992px) {
.lg\:right-5 {
right: 5px;
}
.lg\:right-10 {
right: 10px;
}
.lg\:right-15 {
right: 15px;
}
.lg\:right-20 {
right: 20px;
}
.lg\:right-25 {
right: 25px;
}
.lg\:right-30 {
right: 30px;
}
.lg\:right-35 {
right: 35px;
}
.lg\:right-40 {
right: 40px;
}
.lg\:right-45 {
right: 45px;
}
.lg\:right-50 {
right: 50px;
}
}
@media (min-width: 1200px) {
.xl\:right-5 {
right: 5px;
}
.xl\:right-10 {
right: 10px;
}
.xl\:right-15 {
right: 15px;
}
.xl\:right-20 {
right: 20px;
}
.xl\:right-25 {
right: 25px;
}
.xl\:right-30 {
right: 30px;
}
.xl\:right-35 {
right: 35px;
}
.xl\:right-40 {
right: 40px;
}
.xl\:right-45 {
right: 45px;
}
.xl\:right-50 {
right: 50px;
}
}
.top-5-vw {
top: 5vw;
}
.top-10-vw {
top: 10vw;
}
.top-15-vw {
top: 15vw;
}
.top-20-vw {
top: 20vw;
}
.top-25-vw {
top: 25vw;
}
.top-30-vw {
top: 30vw;
}
.top-35-vw {
top: 35vw;
}
.top-40-vw {
top: 40vw;
}
.top-45-vw {
top: 45vw;
}
.top-50-vw {
top: 50vw;
}
.left-5-vw {
left: 5vw;
}
.left-10-vw {
left: 10vw;
}
.left-15-vw {
left: 15vw;
}
.left-20-vw {
left: 20vw;
}
.left-25-vw {
left: 25vw;
}
.left-30-vw {
left: 30vw;
}
.left-35-vw {
left: 35vw;
}
.left-40-vw {
left: 40vw;
}
.left-45-vw {
left: 45vw;
}
.left-50-vw {
left: 50vw;
}
.bottom-5-vw {
bottom: 5vw;
}
.bottom-10-vw {
bottom: 10vw;
}
.bottom-15-vw {
bottom: 15vw;
}
.bottom-20-vw {
bottom: 20vw;
}
.bottom-25-vw {
bottom: 25vw;
}
.bottom-30-vw {
bottom: 30vw;
}
.bottom-35-vw {
bottom: 35vw;
}
.bottom-40-vw {
bottom: 40vw;
}
.bottom-45-vw {
bottom: 45vw;
}
.bottom-50-vw {
bottom: 50vw;
}
.right-5-vw {
right: 5vw;
}
.right-10-vw {
right: 10vw;
}
.right-15-vw {
right: 15vw;
}
.right-20-vw {
right: 20vw;
}
.right-25-vw {
right: 25vw;
}
.right-30-vw {
right: 30vw;
}
.right-35-vw {
right: 35vw;
}
.right-40-vw {
right: 40vw;
}
.right-45-vw {
right: 45vw;
}
.right-50-vw {
right: 50vw;
}
.top-5-px {
top: 5px;
}
.top-10-px {
top: 10px;
}
.top-15-px {
top: 15px;
}
.top-20-px {
top: 20px;
}
.top-25-px {
top: 25px;
}
.top-30-px {
top: 30px;
}
.top-35-px {
top: 35px;
}
.top-40-px {
top: 40px;
}
.top-45-px {
top: 45px;
}
.top-50-px {
top: 50px;
}
.left-5-px {
left: 5px;
}
.left-10-px {
left: 10px;
}
.left-15-px {
left: 15px;
}
.left-20-px {
left: 20px;
}
.left-25-px {
left: 25px;
}
.left-30-px {
left: 30px;
}
.left-35-px {
left: 35px;
}
.left-40-px {
left: 40px;
}
.left-45-px {
left: 45px;
}
.left-50-px {
left: 50px;
}
.bottom-5-px {
bottom: 5px;
}
.bottom-10-px {
bottom: 10px;
}
.bottom-15-px {
bottom: 15px;
}
.bottom-20-px {
bottom: 20px;
}
.bottom-25-px {
bottom: 25px;
}
.bottom-30-px {
bottom: 30px;
}
.bottom-35-px {
bottom: 35px;
}
.bottom-40-px {
bottom: 40px;
}
.bottom-45-px {
bottom: 45px;
}
.bottom-50-px {
bottom: 50px;
}
.right-5-px {
right: 5px;
}
.right-10-px {
right: 10px;
}
.right-15-px {
right: 15px;
}
.right-20-px {
right: 20px;
}
.right-25-px {
right: 25px;
}
.right-30-px {
right: 30px;
}
.right-35-px {
right: 35px;
}
.right-40-px {
right: 40px;
}
.right-45-px {
right: 45px;
}
.right-50-px {
right: 50px;
}
.top-5-vh {
top: 5vh;
}
.top-10-vh {
top: 10vh;
}
.top-15-vh {
top: 15vh;
}
.top-20-vh {
top: 20vh;
}
.top-25-vh {
top: 25vh;
}
.top-30-vh {
top: 30vh;
}
.top-35-vh {
top: 35vh;
}
.top-40-vh {
top: 40vh;
}
.top-45-vh {
top: 45vh;
}
.top-50-vh {
top: 50vh;
}
.left-5-vh {
left: 5vh;
}
.left-10-vh {
left: 10vh;
}
.left-15-vh {
left: 15vh;
}
.left-20-vh {
left: 20vh;
}
.left-25-vh {
left: 25vh;
}
.left-30-vh {
left: 30vh;
}
.left-35-vh {
left: 35vh;
}
.left-40-vh {
left: 40vh;
}
.left-45-vh {
left: 45vh;
}
.left-50-vh {
left: 50vh;
}
.bottom-5-vh {
bottom: 5vh;
}
.bottom-10-vh {
bottom: 10vh;
}
.bottom-15-vh {
bottom: 15vh;
}
.bottom-20-vh {
bottom: 20vh;
}
.bottom-25-vh {
bottom: 25vh;
}
.bottom-30-vh {
bottom: 30vh;
}
.bottom-35-vh {
bottom: 35vh;
}
.bottom-40-vh {
bottom: 40vh;
}
.bottom-45-vh {
bottom: 45vh;
}
.bottom-50-vh {
bottom: 50vh;
}
.right-5-vh {
right: 5vh;
}
.right-10-vh {
right: 10vh;
}
.right-15-vh {
right: 15vh;
}
.right-20-vh {
right: 20vh;
}
.right-25-vh {
right: 25vh;
}
.right-30-vh {
right: 30vh;
}
.right-35-vh {
right: 35vh;
}
.right-40-vh {
right: 40vh;
}
.right-45-vh {
right: 45vh;
}
.right-50-vh {
right: 50vh;
}
.top-5-rem {
top: 5rem;
}
.top-10-rem {
top: 10rem;
}
.top-15-rem {
top: 15rem;
}
.top-20-rem {
top: 20rem;
}
.top-25-rem {
top: 25rem;
}
.top-30-rem {
top: 30rem;
}
.top-35-rem {
top: 35rem;
}
.top-40-rem {
top: 40rem;
}
.top-45-rem {
top: 45rem;
}
.top-50-rem {
top: 50rem;
}
.left-5-rem {
left: 5rem;
}
.left-10-rem {
left: 10rem;
}
.left-15-rem {
left: 15rem;
}
.left-20-rem {
left: 20rem;
}
.left-25-rem {
left: 25rem;
}
.left-30-rem {
left: 30rem;
}
.left-35-rem {
left: 35rem;
}
.left-40-rem {
left: 40rem;
}
.left-45-rem {
left: 45rem;
}
.left-50-rem {
left: 50rem;
}
.bottom-5-rem {
bottom: 5rem;
}
.bottom-10-rem {
bottom: 10rem;
}
.bottom-15-rem {
bottom: 15rem;
}
.bottom-20-rem {
bottom: 20rem;
}
.bottom-25-rem {
bottom: 25rem;
}
.bottom-30-rem {
bottom: 30rem;
}
.bottom-35-rem {
bottom: 35rem;
}
.bottom-40-rem {
bottom: 40rem;
}
.bottom-45-rem {
bottom: 45rem;
}
.bottom-50-rem {
bottom: 50rem;
}
.right-5-rem {
right: 5rem;
}
.right-10-rem {
right: 10rem;
}
.right-15-rem {
right: 15rem;
}
.right-20-rem {
right: 20rem;
}
.right-25-rem {
right: 25rem;
}
.right-30-rem {
right: 30rem;
}
.right-35-rem {
right: 35rem;
}
.right-40-rem {
right: 40rem;
}
.right-45-rem {
right: 45rem;
}
.right-50-rem {
right: 50rem;
}
.top-5-em {
top: 5em;
}
.top-10-em {
top: 10em;
}
.top-15-em {
top: 15em;
}
.top-20-em {
top: 20em;
}
.top-25-em {
top: 25em;
}
.top-30-em {
top: 30em;
}
.top-35-em {
top: 35em;
}
.top-40-em {
top: 40em;
}
.top-45-em {
top: 45em;
}
.top-50-em {
top: 50em;
}
.left-5-em {
left: 5em;
}
.left-10-em {
left: 10em;
}
.left-15-em {
left: 15em;
}
.left-20-em {
left: 20em;
}
.left-25-em {
left: 25em;
}
.left-30-em {
left: 30em;
}
.left-35-em {
left: 35em;
}
.left-40-em {
left: 40em;
}
.left-45-em {
left: 45em;
}
.left-50-em {
left: 50em;
}
.bottom-5-em {
bottom: 5em;
}
.bottom-10-em {
bottom: 10em;
}
.bottom-15-em {
bottom: 15em;
}
.bottom-20-em {
bottom: 20em;
}
.bottom-25-em {
bottom: 25em;
}
.bottom-30-em {
bottom: 30em;
}
.bottom-35-em {
bottom: 35em;
}
.bottom-40-em {
bottom: 40em;
}
.bottom-45-em {
bottom: 45em;
}
.bottom-50-em {
bottom: 50em;
}
.right-5-em {
right: 5em;
}
.right-10-em {
right: 10em;
}
.right-15-em {
right: 15em;
}
.right-20-em {
right: 20em;
}
.right-25-em {
right: 25em;
}
.right-30-em {
right: 30em;
}
.right-35-em {
right: 35em;
}
.right-40-em {
right: 40em;
}
.right-45-em {
right: 45em;
}
.right-50-em {
right: 50em;
}
.top-5-\% {
top: 5\%;
}
.top-10-\% {
top: 10\%;
}
.top-15-\% {
top: 15\%;
}
.top-20-\% {
top: 20\%;
}
.top-25-\% {
top: 25\%;
}
.top-30-\% {
top: 30\%;
}
.top-35-\% {
top: 35\%;
}
.top-40-\% {
top: 40\%;
}
.top-45-\% {
top: 45\%;
}
.top-50-\% {
top: 50\%;
}
.left-5-\% {
left: 5\%;
}
.left-10-\% {
left: 10\%;
}
.left-15-\% {
left: 15\%;
}
.left-20-\% {
left: 20\%;
}
.left-25-\% {
left: 25\%;
}
.left-30-\% {
left: 30\%;
}
.left-35-\% {
left: 35\%;
}
.left-40-\% {
left: 40\%;
}
.left-45-\% {
left: 45\%;
}
.left-50-\% {
left: 50\%;
}
.bottom-5-\% {
bottom: 5\%;
}
.bottom-10-\% {
bottom: 10\%;
}
.bottom-15-\% {
bottom: 15\%;
}
.bottom-20-\% {
bottom: 20\%;
}
.bottom-25-\% {
bottom: 25\%;
}
.bottom-30-\% {
bottom: 30\%;
}
.bottom-35-\% {
bottom: 35\%;
}
.bottom-40-\% {
bottom: 40\%;
}
.bottom-45-\% {
bottom: 45\%;
}
.bottom-50-\% {
bottom: 50\%;
}
.right-5-\% {
right: 5\%;
}
.right-10-\% {
right: 10\%;
}
.right-15-\% {
right: 15\%;
}
.right-20-\% {
right: 20\%;
}
.right-25-\% {
right: 25\%;
}
.right-30-\% {
right: 30\%;
}
.right-35-\% {
right: 35\%;
}
.right-40-\% {
right: 40\%;
}
.right-45-\% {
right: 45\%;
}
.right-50-\% {
right: 50\%;
}
@media (min-width: 576px) {
.sm\:top-5-vw {
top: 5vw;
}
.sm\:top-10-vw {
top: 10vw;
}
.sm\:top-15-vw {
top: 15vw;
}
.sm\:top-20-vw {
top: 20vw;
}
.sm\:top-25-vw {
top: 25vw;
}
.sm\:top-30-vw {
top: 30vw;
}
.sm\:top-35-vw {
top: 35vw;
}
.sm\:top-40-vw {
top: 40vw;
}
.sm\:top-45-vw {
top: 45vw;
}
.sm\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 768px) {
.md\:top-5-vw {
top: 5vw;
}
.md\:top-10-vw {
top: 10vw;
}
.md\:top-15-vw {
top: 15vw;
}
.md\:top-20-vw {
top: 20vw;
}
.md\:top-25-vw {
top: 25vw;
}
.md\:top-30-vw {
top: 30vw;
}
.md\:top-35-vw {
top: 35vw;
}
.md\:top-40-vw {
top: 40vw;
}
.md\:top-45-vw {
top: 45vw;
}
.md\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 992px) {
.lg\:top-5-vw {
top: 5vw;
}
.lg\:top-10-vw {
top: 10vw;
}
.lg\:top-15-vw {
top: 15vw;
}
.lg\:top-20-vw {
top: 20vw;
}
.lg\:top-25-vw {
top: 25vw;
}
.lg\:top-30-vw {
top: 30vw;
}
.lg\:top-35-vw {
top: 35vw;
}
.lg\:top-40-vw {
top: 40vw;
}
.lg\:top-45-vw {
top: 45vw;
}
.lg\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:top-5-vw {
top: 5vw;
}
.xl\:top-10-vw {
top: 10vw;
}
.xl\:top-15-vw {
top: 15vw;
}
.xl\:top-20-vw {
top: 20vw;
}
.xl\:top-25-vw {
top: 25vw;
}
.xl\:top-30-vw {
top: 30vw;
}
.xl\:top-35-vw {
top: 35vw;
}
.xl\:top-40-vw {
top: 40vw;
}
.xl\:top-45-vw {
top: 45vw;
}
.xl\:top-50-vw {
top: 50vw;
}
}
@media (min-width: 576px) {
.sm\:left-5-vw {
left: 5vw;
}
.sm\:left-10-vw {
left: 10vw;
}
.sm\:left-15-vw {
left: 15vw;
}
.sm\:left-20-vw {
left: 20vw;
}
.sm\:left-25-vw {
left: 25vw;
}
.sm\:left-30-vw {
left: 30vw;
}
.sm\:left-35-vw {
left: 35vw;
}
.sm\:left-40-vw {
left: 40vw;
}
.sm\:left-45-vw {
left: 45vw;
}
.sm\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 768px) {
.md\:left-5-vw {
left: 5vw;
}
.md\:left-10-vw {
left: 10vw;
}
.md\:left-15-vw {
left: 15vw;
}
.md\:left-20-vw {
left: 20vw;
}
.md\:left-25-vw {
left: 25vw;
}
.md\:left-30-vw {
left: 30vw;
}
.md\:left-35-vw {
left: 35vw;
}
.md\:left-40-vw {
left: 40vw;
}
.md\:left-45-vw {
left: 45vw;
}
.md\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 992px) {
.lg\:left-5-vw {
left: 5vw;
}
.lg\:left-10-vw {
left: 10vw;
}
.lg\:left-15-vw {
left: 15vw;
}
.lg\:left-20-vw {
left: 20vw;
}
.lg\:left-25-vw {
left: 25vw;
}
.lg\:left-30-vw {
left: 30vw;
}
.lg\:left-35-vw {
left: 35vw;
}
.lg\:left-40-vw {
left: 40vw;
}
.lg\:left-45-vw {
left: 45vw;
}
.lg\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:left-5-vw {
left: 5vw;
}
.xl\:left-10-vw {
left: 10vw;
}
.xl\:left-15-vw {
left: 15vw;
}
.xl\:left-20-vw {
left: 20vw;
}
.xl\:left-25-vw {
left: 25vw;
}
.xl\:left-30-vw {
left: 30vw;
}
.xl\:left-35-vw {
left: 35vw;
}
.xl\:left-40-vw {
left: 40vw;
}
.xl\:left-45-vw {
left: 45vw;
}
.xl\:left-50-vw {
left: 50vw;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-vw {
bottom: 5vw;
}
.sm\:bottom-10-vw {
bottom: 10vw;
}
.sm\:bottom-15-vw {
bottom: 15vw;
}
.sm\:bottom-20-vw {
bottom: 20vw;
}
.sm\:bottom-25-vw {
bottom: 25vw;
}
.sm\:bottom-30-vw {
bottom: 30vw;
}
.sm\:bottom-35-vw {
bottom: 35vw;
}
.sm\:bottom-40-vw {
bottom: 40vw;
}
.sm\:bottom-45-vw {
bottom: 45vw;
}
.sm\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 768px) {
.md\:bottom-5-vw {
bottom: 5vw;
}
.md\:bottom-10-vw {
bottom: 10vw;
}
.md\:bottom-15-vw {
bottom: 15vw;
}
.md\:bottom-20-vw {
bottom: 20vw;
}
.md\:bottom-25-vw {
bottom: 25vw;
}
.md\:bottom-30-vw {
bottom: 30vw;
}
.md\:bottom-35-vw {
bottom: 35vw;
}
.md\:bottom-40-vw {
bottom: 40vw;
}
.md\:bottom-45-vw {
bottom: 45vw;
}
.md\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-vw {
bottom: 5vw;
}
.lg\:bottom-10-vw {
bottom: 10vw;
}
.lg\:bottom-15-vw {
bottom: 15vw;
}
.lg\:bottom-20-vw {
bottom: 20vw;
}
.lg\:bottom-25-vw {
bottom: 25vw;
}
.lg\:bottom-30-vw {
bottom: 30vw;
}
.lg\:bottom-35-vw {
bottom: 35vw;
}
.lg\:bottom-40-vw {
bottom: 40vw;
}
.lg\:bottom-45-vw {
bottom: 45vw;
}
.lg\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-vw {
bottom: 5vw;
}
.xl\:bottom-10-vw {
bottom: 10vw;
}
.xl\:bottom-15-vw {
bottom: 15vw;
}
.xl\:bottom-20-vw {
bottom: 20vw;
}
.xl\:bottom-25-vw {
bottom: 25vw;
}
.xl\:bottom-30-vw {
bottom: 30vw;
}
.xl\:bottom-35-vw {
bottom: 35vw;
}
.xl\:bottom-40-vw {
bottom: 40vw;
}
.xl\:bottom-45-vw {
bottom: 45vw;
}
.xl\:bottom-50-vw {
bottom: 50vw;
}
}
@media (min-width: 576px) {
.sm\:right-5-vw {
right: 5vw;
}
.sm\:right-10-vw {
right: 10vw;
}
.sm\:right-15-vw {
right: 15vw;
}
.sm\:right-20-vw {
right: 20vw;
}
.sm\:right-25-vw {
right: 25vw;
}
.sm\:right-30-vw {
right: 30vw;
}
.sm\:right-35-vw {
right: 35vw;
}
.sm\:right-40-vw {
right: 40vw;
}
.sm\:right-45-vw {
right: 45vw;
}
.sm\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 768px) {
.md\:right-5-vw {
right: 5vw;
}
.md\:right-10-vw {
right: 10vw;
}
.md\:right-15-vw {
right: 15vw;
}
.md\:right-20-vw {
right: 20vw;
}
.md\:right-25-vw {
right: 25vw;
}
.md\:right-30-vw {
right: 30vw;
}
.md\:right-35-vw {
right: 35vw;
}
.md\:right-40-vw {
right: 40vw;
}
.md\:right-45-vw {
right: 45vw;
}
.md\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 992px) {
.lg\:right-5-vw {
right: 5vw;
}
.lg\:right-10-vw {
right: 10vw;
}
.lg\:right-15-vw {
right: 15vw;
}
.lg\:right-20-vw {
right: 20vw;
}
.lg\:right-25-vw {
right: 25vw;
}
.lg\:right-30-vw {
right: 30vw;
}
.lg\:right-35-vw {
right: 35vw;
}
.lg\:right-40-vw {
right: 40vw;
}
.lg\:right-45-vw {
right: 45vw;
}
.lg\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 1200px) {
.xl\:right-5-vw {
right: 5vw;
}
.xl\:right-10-vw {
right: 10vw;
}
.xl\:right-15-vw {
right: 15vw;
}
.xl\:right-20-vw {
right: 20vw;
}
.xl\:right-25-vw {
right: 25vw;
}
.xl\:right-30-vw {
right: 30vw;
}
.xl\:right-35-vw {
right: 35vw;
}
.xl\:right-40-vw {
right: 40vw;
}
.xl\:right-45-vw {
right: 45vw;
}
.xl\:right-50-vw {
right: 50vw;
}
}
@media (min-width: 576px) {
.sm\:top-5-px {
top: 5px;
}
.sm\:top-10-px {
top: 10px;
}
.sm\:top-15-px {
top: 15px;
}
.sm\:top-20-px {
top: 20px;
}
.sm\:top-25-px {
top: 25px;
}
.sm\:top-30-px {
top: 30px;
}
.sm\:top-35-px {
top: 35px;
}
.sm\:top-40-px {
top: 40px;
}
.sm\:top-45-px {
top: 45px;
}
.sm\:top-50-px {
top: 50px;
}
}
@media (min-width: 768px) {
.md\:top-5-px {
top: 5px;
}
.md\:top-10-px {
top: 10px;
}
.md\:top-15-px {
top: 15px;
}
.md\:top-20-px {
top: 20px;
}
.md\:top-25-px {
top: 25px;
}
.md\:top-30-px {
top: 30px;
}
.md\:top-35-px {
top: 35px;
}
.md\:top-40-px {
top: 40px;
}
.md\:top-45-px {
top: 45px;
}
.md\:top-50-px {
top: 50px;
}
}
@media (min-width: 992px) {
.lg\:top-5-px {
top: 5px;
}
.lg\:top-10-px {
top: 10px;
}
.lg\:top-15-px {
top: 15px;
}
.lg\:top-20-px {
top: 20px;
}
.lg\:top-25-px {
top: 25px;
}
.lg\:top-30-px {
top: 30px;
}
.lg\:top-35-px {
top: 35px;
}
.lg\:top-40-px {
top: 40px;
}
.lg\:top-45-px {
top: 45px;
}
.lg\:top-50-px {
top: 50px;
}
}
@media (min-width: 1200px) {
.xl\:top-5-px {
top: 5px;
}
.xl\:top-10-px {
top: 10px;
}
.xl\:top-15-px {
top: 15px;
}
.xl\:top-20-px {
top: 20px;
}
.xl\:top-25-px {
top: 25px;
}
.xl\:top-30-px {
top: 30px;
}
.xl\:top-35-px {
top: 35px;
}
.xl\:top-40-px {
top: 40px;
}
.xl\:top-45-px {
top: 45px;
}
.xl\:top-50-px {
top: 50px;
}
}
@media (min-width: 576px) {
.sm\:left-5-px {
left: 5px;
}
.sm\:left-10-px {
left: 10px;
}
.sm\:left-15-px {
left: 15px;
}
.sm\:left-20-px {
left: 20px;
}
.sm\:left-25-px {
left: 25px;
}
.sm\:left-30-px {
left: 30px;
}
.sm\:left-35-px {
left: 35px;
}
.sm\:left-40-px {
left: 40px;
}
.sm\:left-45-px {
left: 45px;
}
.sm\:left-50-px {
left: 50px;
}
}
@media (min-width: 768px) {
.md\:left-5-px {
left: 5px;
}
.md\:left-10-px {
left: 10px;
}
.md\:left-15-px {
left: 15px;
}
.md\:left-20-px {
left: 20px;
}
.md\:left-25-px {
left: 25px;
}
.md\:left-30-px {
left: 30px;
}
.md\:left-35-px {
left: 35px;
}
.md\:left-40-px {
left: 40px;
}
.md\:left-45-px {
left: 45px;
}
.md\:left-50-px {
left: 50px;
}
}
@media (min-width: 992px) {
.lg\:left-5-px {
left: 5px;
}
.lg\:left-10-px {
left: 10px;
}
.lg\:left-15-px {
left: 15px;
}
.lg\:left-20-px {
left: 20px;
}
.lg\:left-25-px {
left: 25px;
}
.lg\:left-30-px {
left: 30px;
}
.lg\:left-35-px {
left: 35px;
}
.lg\:left-40-px {
left: 40px;
}
.lg\:left-45-px {
left: 45px;
}
.lg\:left-50-px {
left: 50px;
}
}
@media (min-width: 1200px) {
.xl\:left-5-px {
left: 5px;
}
.xl\:left-10-px {
left: 10px;
}
.xl\:left-15-px {
left: 15px;
}
.xl\:left-20-px {
left: 20px;
}
.xl\:left-25-px {
left: 25px;
}
.xl\:left-30-px {
left: 30px;
}
.xl\:left-35-px {
left: 35px;
}
.xl\:left-40-px {
left: 40px;
}
.xl\:left-45-px {
left: 45px;
}
.xl\:left-50-px {
left: 50px;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-px {
bottom: 5px;
}
.sm\:bottom-10-px {
bottom: 10px;
}
.sm\:bottom-15-px {
bottom: 15px;
}
.sm\:bottom-20-px {
bottom: 20px;
}
.sm\:bottom-25-px {
bottom: 25px;
}
.sm\:bottom-30-px {
bottom: 30px;
}
.sm\:bottom-35-px {
bottom: 35px;
}
.sm\:bottom-40-px {
bottom: 40px;
}
.sm\:bottom-45-px {
bottom: 45px;
}
.sm\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 768px) {
.md\:bottom-5-px {
bottom: 5px;
}
.md\:bottom-10-px {
bottom: 10px;
}
.md\:bottom-15-px {
bottom: 15px;
}
.md\:bottom-20-px {
bottom: 20px;
}
.md\:bottom-25-px {
bottom: 25px;
}
.md\:bottom-30-px {
bottom: 30px;
}
.md\:bottom-35-px {
bottom: 35px;
}
.md\:bottom-40-px {
bottom: 40px;
}
.md\:bottom-45-px {
bottom: 45px;
}
.md\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-px {
bottom: 5px;
}
.lg\:bottom-10-px {
bottom: 10px;
}
.lg\:bottom-15-px {
bottom: 15px;
}
.lg\:bottom-20-px {
bottom: 20px;
}
.lg\:bottom-25-px {
bottom: 25px;
}
.lg\:bottom-30-px {
bottom: 30px;
}
.lg\:bottom-35-px {
bottom: 35px;
}
.lg\:bottom-40-px {
bottom: 40px;
}
.lg\:bottom-45-px {
bottom: 45px;
}
.lg\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-px {
bottom: 5px;
}
.xl\:bottom-10-px {
bottom: 10px;
}
.xl\:bottom-15-px {
bottom: 15px;
}
.xl\:bottom-20-px {
bottom: 20px;
}
.xl\:bottom-25-px {
bottom: 25px;
}
.xl\:bottom-30-px {
bottom: 30px;
}
.xl\:bottom-35-px {
bottom: 35px;
}
.xl\:bottom-40-px {
bottom: 40px;
}
.xl\:bottom-45-px {
bottom: 45px;
}
.xl\:bottom-50-px {
bottom: 50px;
}
}
@media (min-width: 576px) {
.sm\:right-5-px {
right: 5px;
}
.sm\:right-10-px {
right: 10px;
}
.sm\:right-15-px {
right: 15px;
}
.sm\:right-20-px {
right: 20px;
}
.sm\:right-25-px {
right: 25px;
}
.sm\:right-30-px {
right: 30px;
}
.sm\:right-35-px {
right: 35px;
}
.sm\:right-40-px {
right: 40px;
}
.sm\:right-45-px {
right: 45px;
}
.sm\:right-50-px {
right: 50px;
}
}
@media (min-width: 768px) {
.md\:right-5-px {
right: 5px;
}
.md\:right-10-px {
right: 10px;
}
.md\:right-15-px {
right: 15px;
}
.md\:right-20-px {
right: 20px;
}
.md\:right-25-px {
right: 25px;
}
.md\:right-30-px {
right: 30px;
}
.md\:right-35-px {
right: 35px;
}
.md\:right-40-px {
right: 40px;
}
.md\:right-45-px {
right: 45px;
}
.md\:right-50-px {
right: 50px;
}
}
@media (min-width: 992px) {
.lg\:right-5-px {
right: 5px;
}
.lg\:right-10-px {
right: 10px;
}
.lg\:right-15-px {
right: 15px;
}
.lg\:right-20-px {
right: 20px;
}
.lg\:right-25-px {
right: 25px;
}
.lg\:right-30-px {
right: 30px;
}
.lg\:right-35-px {
right: 35px;
}
.lg\:right-40-px {
right: 40px;
}
.lg\:right-45-px {
right: 45px;
}
.lg\:right-50-px {
right: 50px;
}
}
@media (min-width: 1200px) {
.xl\:right-5-px {
right: 5px;
}
.xl\:right-10-px {
right: 10px;
}
.xl\:right-15-px {
right: 15px;
}
.xl\:right-20-px {
right: 20px;
}
.xl\:right-25-px {
right: 25px;
}
.xl\:right-30-px {
right: 30px;
}
.xl\:right-35-px {
right: 35px;
}
.xl\:right-40-px {
right: 40px;
}
.xl\:right-45-px {
right: 45px;
}
.xl\:right-50-px {
right: 50px;
}
}
@media (min-width: 576px) {
.sm\:top-5-vh {
top: 5vh;
}
.sm\:top-10-vh {
top: 10vh;
}
.sm\:top-15-vh {
top: 15vh;
}
.sm\:top-20-vh {
top: 20vh;
}
.sm\:top-25-vh {
top: 25vh;
}
.sm\:top-30-vh {
top: 30vh;
}
.sm\:top-35-vh {
top: 35vh;
}
.sm\:top-40-vh {
top: 40vh;
}
.sm\:top-45-vh {
top: 45vh;
}
.sm\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 768px) {
.md\:top-5-vh {
top: 5vh;
}
.md\:top-10-vh {
top: 10vh;
}
.md\:top-15-vh {
top: 15vh;
}
.md\:top-20-vh {
top: 20vh;
}
.md\:top-25-vh {
top: 25vh;
}
.md\:top-30-vh {
top: 30vh;
}
.md\:top-35-vh {
top: 35vh;
}
.md\:top-40-vh {
top: 40vh;
}
.md\:top-45-vh {
top: 45vh;
}
.md\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 992px) {
.lg\:top-5-vh {
top: 5vh;
}
.lg\:top-10-vh {
top: 10vh;
}
.lg\:top-15-vh {
top: 15vh;
}
.lg\:top-20-vh {
top: 20vh;
}
.lg\:top-25-vh {
top: 25vh;
}
.lg\:top-30-vh {
top: 30vh;
}
.lg\:top-35-vh {
top: 35vh;
}
.lg\:top-40-vh {
top: 40vh;
}
.lg\:top-45-vh {
top: 45vh;
}
.lg\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:top-5-vh {
top: 5vh;
}
.xl\:top-10-vh {
top: 10vh;
}
.xl\:top-15-vh {
top: 15vh;
}
.xl\:top-20-vh {
top: 20vh;
}
.xl\:top-25-vh {
top: 25vh;
}
.xl\:top-30-vh {
top: 30vh;
}
.xl\:top-35-vh {
top: 35vh;
}
.xl\:top-40-vh {
top: 40vh;
}
.xl\:top-45-vh {
top: 45vh;
}
.xl\:top-50-vh {
top: 50vh;
}
}
@media (min-width: 576px) {
.sm\:left-5-vh {
left: 5vh;
}
.sm\:left-10-vh {
left: 10vh;
}
.sm\:left-15-vh {
left: 15vh;
}
.sm\:left-20-vh {
left: 20vh;
}
.sm\:left-25-vh {
left: 25vh;
}
.sm\:left-30-vh {
left: 30vh;
}
.sm\:left-35-vh {
left: 35vh;
}
.sm\:left-40-vh {
left: 40vh;
}
.sm\:left-45-vh {
left: 45vh;
}
.sm\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 768px) {
.md\:left-5-vh {
left: 5vh;
}
.md\:left-10-vh {
left: 10vh;
}
.md\:left-15-vh {
left: 15vh;
}
.md\:left-20-vh {
left: 20vh;
}
.md\:left-25-vh {
left: 25vh;
}
.md\:left-30-vh {
left: 30vh;
}
.md\:left-35-vh {
left: 35vh;
}
.md\:left-40-vh {
left: 40vh;
}
.md\:left-45-vh {
left: 45vh;
}
.md\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 992px) {
.lg\:left-5-vh {
left: 5vh;
}
.lg\:left-10-vh {
left: 10vh;
}
.lg\:left-15-vh {
left: 15vh;
}
.lg\:left-20-vh {
left: 20vh;
}
.lg\:left-25-vh {
left: 25vh;
}
.lg\:left-30-vh {
left: 30vh;
}
.lg\:left-35-vh {
left: 35vh;
}
.lg\:left-40-vh {
left: 40vh;
}
.lg\:left-45-vh {
left: 45vh;
}
.lg\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:left-5-vh {
left: 5vh;
}
.xl\:left-10-vh {
left: 10vh;
}
.xl\:left-15-vh {
left: 15vh;
}
.xl\:left-20-vh {
left: 20vh;
}
.xl\:left-25-vh {
left: 25vh;
}
.xl\:left-30-vh {
left: 30vh;
}
.xl\:left-35-vh {
left: 35vh;
}
.xl\:left-40-vh {
left: 40vh;
}
.xl\:left-45-vh {
left: 45vh;
}
.xl\:left-50-vh {
left: 50vh;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-vh {
bottom: 5vh;
}
.sm\:bottom-10-vh {
bottom: 10vh;
}
.sm\:bottom-15-vh {
bottom: 15vh;
}
.sm\:bottom-20-vh {
bottom: 20vh;
}
.sm\:bottom-25-vh {
bottom: 25vh;
}
.sm\:bottom-30-vh {
bottom: 30vh;
}
.sm\:bottom-35-vh {
bottom: 35vh;
}
.sm\:bottom-40-vh {
bottom: 40vh;
}
.sm\:bottom-45-vh {
bottom: 45vh;
}
.sm\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 768px) {
.md\:bottom-5-vh {
bottom: 5vh;
}
.md\:bottom-10-vh {
bottom: 10vh;
}
.md\:bottom-15-vh {
bottom: 15vh;
}
.md\:bottom-20-vh {
bottom: 20vh;
}
.md\:bottom-25-vh {
bottom: 25vh;
}
.md\:bottom-30-vh {
bottom: 30vh;
}
.md\:bottom-35-vh {
bottom: 35vh;
}
.md\:bottom-40-vh {
bottom: 40vh;
}
.md\:bottom-45-vh {
bottom: 45vh;
}
.md\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-vh {
bottom: 5vh;
}
.lg\:bottom-10-vh {
bottom: 10vh;
}
.lg\:bottom-15-vh {
bottom: 15vh;
}
.lg\:bottom-20-vh {
bottom: 20vh;
}
.lg\:bottom-25-vh {
bottom: 25vh;
}
.lg\:bottom-30-vh {
bottom: 30vh;
}
.lg\:bottom-35-vh {
bottom: 35vh;
}
.lg\:bottom-40-vh {
bottom: 40vh;
}
.lg\:bottom-45-vh {
bottom: 45vh;
}
.lg\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-vh {
bottom: 5vh;
}
.xl\:bottom-10-vh {
bottom: 10vh;
}
.xl\:bottom-15-vh {
bottom: 15vh;
}
.xl\:bottom-20-vh {
bottom: 20vh;
}
.xl\:bottom-25-vh {
bottom: 25vh;
}
.xl\:bottom-30-vh {
bottom: 30vh;
}
.xl\:bottom-35-vh {
bottom: 35vh;
}
.xl\:bottom-40-vh {
bottom: 40vh;
}
.xl\:bottom-45-vh {
bottom: 45vh;
}
.xl\:bottom-50-vh {
bottom: 50vh;
}
}
@media (min-width: 576px) {
.sm\:right-5-vh {
right: 5vh;
}
.sm\:right-10-vh {
right: 10vh;
}
.sm\:right-15-vh {
right: 15vh;
}
.sm\:right-20-vh {
right: 20vh;
}
.sm\:right-25-vh {
right: 25vh;
}
.sm\:right-30-vh {
right: 30vh;
}
.sm\:right-35-vh {
right: 35vh;
}
.sm\:right-40-vh {
right: 40vh;
}
.sm\:right-45-vh {
right: 45vh;
}
.sm\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 768px) {
.md\:right-5-vh {
right: 5vh;
}
.md\:right-10-vh {
right: 10vh;
}
.md\:right-15-vh {
right: 15vh;
}
.md\:right-20-vh {
right: 20vh;
}
.md\:right-25-vh {
right: 25vh;
}
.md\:right-30-vh {
right: 30vh;
}
.md\:right-35-vh {
right: 35vh;
}
.md\:right-40-vh {
right: 40vh;
}
.md\:right-45-vh {
right: 45vh;
}
.md\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 992px) {
.lg\:right-5-vh {
right: 5vh;
}
.lg\:right-10-vh {
right: 10vh;
}
.lg\:right-15-vh {
right: 15vh;
}
.lg\:right-20-vh {
right: 20vh;
}
.lg\:right-25-vh {
right: 25vh;
}
.lg\:right-30-vh {
right: 30vh;
}
.lg\:right-35-vh {
right: 35vh;
}
.lg\:right-40-vh {
right: 40vh;
}
.lg\:right-45-vh {
right: 45vh;
}
.lg\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 1200px) {
.xl\:right-5-vh {
right: 5vh;
}
.xl\:right-10-vh {
right: 10vh;
}
.xl\:right-15-vh {
right: 15vh;
}
.xl\:right-20-vh {
right: 20vh;
}
.xl\:right-25-vh {
right: 25vh;
}
.xl\:right-30-vh {
right: 30vh;
}
.xl\:right-35-vh {
right: 35vh;
}
.xl\:right-40-vh {
right: 40vh;
}
.xl\:right-45-vh {
right: 45vh;
}
.xl\:right-50-vh {
right: 50vh;
}
}
@media (min-width: 576px) {
.sm\:top-5-rem {
top: 5rem;
}
.sm\:top-10-rem {
top: 10rem;
}
.sm\:top-15-rem {
top: 15rem;
}
.sm\:top-20-rem {
top: 20rem;
}
.sm\:top-25-rem {
top: 25rem;
}
.sm\:top-30-rem {
top: 30rem;
}
.sm\:top-35-rem {
top: 35rem;
}
.sm\:top-40-rem {
top: 40rem;
}
.sm\:top-45-rem {
top: 45rem;
}
.sm\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 768px) {
.md\:top-5-rem {
top: 5rem;
}
.md\:top-10-rem {
top: 10rem;
}
.md\:top-15-rem {
top: 15rem;
}
.md\:top-20-rem {
top: 20rem;
}
.md\:top-25-rem {
top: 25rem;
}
.md\:top-30-rem {
top: 30rem;
}
.md\:top-35-rem {
top: 35rem;
}
.md\:top-40-rem {
top: 40rem;
}
.md\:top-45-rem {
top: 45rem;
}
.md\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 992px) {
.lg\:top-5-rem {
top: 5rem;
}
.lg\:top-10-rem {
top: 10rem;
}
.lg\:top-15-rem {
top: 15rem;
}
.lg\:top-20-rem {
top: 20rem;
}
.lg\:top-25-rem {
top: 25rem;
}
.lg\:top-30-rem {
top: 30rem;
}
.lg\:top-35-rem {
top: 35rem;
}
.lg\:top-40-rem {
top: 40rem;
}
.lg\:top-45-rem {
top: 45rem;
}
.lg\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:top-5-rem {
top: 5rem;
}
.xl\:top-10-rem {
top: 10rem;
}
.xl\:top-15-rem {
top: 15rem;
}
.xl\:top-20-rem {
top: 20rem;
}
.xl\:top-25-rem {
top: 25rem;
}
.xl\:top-30-rem {
top: 30rem;
}
.xl\:top-35-rem {
top: 35rem;
}
.xl\:top-40-rem {
top: 40rem;
}
.xl\:top-45-rem {
top: 45rem;
}
.xl\:top-50-rem {
top: 50rem;
}
}
@media (min-width: 576px) {
.sm\:left-5-rem {
left: 5rem;
}
.sm\:left-10-rem {
left: 10rem;
}
.sm\:left-15-rem {
left: 15rem;
}
.sm\:left-20-rem {
left: 20rem;
}
.sm\:left-25-rem {
left: 25rem;
}
.sm\:left-30-rem {
left: 30rem;
}
.sm\:left-35-rem {
left: 35rem;
}
.sm\:left-40-rem {
left: 40rem;
}
.sm\:left-45-rem {
left: 45rem;
}
.sm\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 768px) {
.md\:left-5-rem {
left: 5rem;
}
.md\:left-10-rem {
left: 10rem;
}
.md\:left-15-rem {
left: 15rem;
}
.md\:left-20-rem {
left: 20rem;
}
.md\:left-25-rem {
left: 25rem;
}
.md\:left-30-rem {
left: 30rem;
}
.md\:left-35-rem {
left: 35rem;
}
.md\:left-40-rem {
left: 40rem;
}
.md\:left-45-rem {
left: 45rem;
}
.md\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 992px) {
.lg\:left-5-rem {
left: 5rem;
}
.lg\:left-10-rem {
left: 10rem;
}
.lg\:left-15-rem {
left: 15rem;
}
.lg\:left-20-rem {
left: 20rem;
}
.lg\:left-25-rem {
left: 25rem;
}
.lg\:left-30-rem {
left: 30rem;
}
.lg\:left-35-rem {
left: 35rem;
}
.lg\:left-40-rem {
left: 40rem;
}
.lg\:left-45-rem {
left: 45rem;
}
.lg\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:left-5-rem {
left: 5rem;
}
.xl\:left-10-rem {
left: 10rem;
}
.xl\:left-15-rem {
left: 15rem;
}
.xl\:left-20-rem {
left: 20rem;
}
.xl\:left-25-rem {
left: 25rem;
}
.xl\:left-30-rem {
left: 30rem;
}
.xl\:left-35-rem {
left: 35rem;
}
.xl\:left-40-rem {
left: 40rem;
}
.xl\:left-45-rem {
left: 45rem;
}
.xl\:left-50-rem {
left: 50rem;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-rem {
bottom: 5rem;
}
.sm\:bottom-10-rem {
bottom: 10rem;
}
.sm\:bottom-15-rem {
bottom: 15rem;
}
.sm\:bottom-20-rem {
bottom: 20rem;
}
.sm\:bottom-25-rem {
bottom: 25rem;
}
.sm\:bottom-30-rem {
bottom: 30rem;
}
.sm\:bottom-35-rem {
bottom: 35rem;
}
.sm\:bottom-40-rem {
bottom: 40rem;
}
.sm\:bottom-45-rem {
bottom: 45rem;
}
.sm\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 768px) {
.md\:bottom-5-rem {
bottom: 5rem;
}
.md\:bottom-10-rem {
bottom: 10rem;
}
.md\:bottom-15-rem {
bottom: 15rem;
}
.md\:bottom-20-rem {
bottom: 20rem;
}
.md\:bottom-25-rem {
bottom: 25rem;
}
.md\:bottom-30-rem {
bottom: 30rem;
}
.md\:bottom-35-rem {
bottom: 35rem;
}
.md\:bottom-40-rem {
bottom: 40rem;
}
.md\:bottom-45-rem {
bottom: 45rem;
}
.md\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-rem {
bottom: 5rem;
}
.lg\:bottom-10-rem {
bottom: 10rem;
}
.lg\:bottom-15-rem {
bottom: 15rem;
}
.lg\:bottom-20-rem {
bottom: 20rem;
}
.lg\:bottom-25-rem {
bottom: 25rem;
}
.lg\:bottom-30-rem {
bottom: 30rem;
}
.lg\:bottom-35-rem {
bottom: 35rem;
}
.lg\:bottom-40-rem {
bottom: 40rem;
}
.lg\:bottom-45-rem {
bottom: 45rem;
}
.lg\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-rem {
bottom: 5rem;
}
.xl\:bottom-10-rem {
bottom: 10rem;
}
.xl\:bottom-15-rem {
bottom: 15rem;
}
.xl\:bottom-20-rem {
bottom: 20rem;
}
.xl\:bottom-25-rem {
bottom: 25rem;
}
.xl\:bottom-30-rem {
bottom: 30rem;
}
.xl\:bottom-35-rem {
bottom: 35rem;
}
.xl\:bottom-40-rem {
bottom: 40rem;
}
.xl\:bottom-45-rem {
bottom: 45rem;
}
.xl\:bottom-50-rem {
bottom: 50rem;
}
}
@media (min-width: 576px) {
.sm\:right-5-rem {
right: 5rem;
}
.sm\:right-10-rem {
right: 10rem;
}
.sm\:right-15-rem {
right: 15rem;
}
.sm\:right-20-rem {
right: 20rem;
}
.sm\:right-25-rem {
right: 25rem;
}
.sm\:right-30-rem {
right: 30rem;
}
.sm\:right-35-rem {
right: 35rem;
}
.sm\:right-40-rem {
right: 40rem;
}
.sm\:right-45-rem {
right: 45rem;
}
.sm\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 768px) {
.md\:right-5-rem {
right: 5rem;
}
.md\:right-10-rem {
right: 10rem;
}
.md\:right-15-rem {
right: 15rem;
}
.md\:right-20-rem {
right: 20rem;
}
.md\:right-25-rem {
right: 25rem;
}
.md\:right-30-rem {
right: 30rem;
}
.md\:right-35-rem {
right: 35rem;
}
.md\:right-40-rem {
right: 40rem;
}
.md\:right-45-rem {
right: 45rem;
}
.md\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 992px) {
.lg\:right-5-rem {
right: 5rem;
}
.lg\:right-10-rem {
right: 10rem;
}
.lg\:right-15-rem {
right: 15rem;
}
.lg\:right-20-rem {
right: 20rem;
}
.lg\:right-25-rem {
right: 25rem;
}
.lg\:right-30-rem {
right: 30rem;
}
.lg\:right-35-rem {
right: 35rem;
}
.lg\:right-40-rem {
right: 40rem;
}
.lg\:right-45-rem {
right: 45rem;
}
.lg\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 1200px) {
.xl\:right-5-rem {
right: 5rem;
}
.xl\:right-10-rem {
right: 10rem;
}
.xl\:right-15-rem {
right: 15rem;
}
.xl\:right-20-rem {
right: 20rem;
}
.xl\:right-25-rem {
right: 25rem;
}
.xl\:right-30-rem {
right: 30rem;
}
.xl\:right-35-rem {
right: 35rem;
}
.xl\:right-40-rem {
right: 40rem;
}
.xl\:right-45-rem {
right: 45rem;
}
.xl\:right-50-rem {
right: 50rem;
}
}
@media (min-width: 576px) {
.sm\:top-5-em {
top: 5em;
}
.sm\:top-10-em {
top: 10em;
}
.sm\:top-15-em {
top: 15em;
}
.sm\:top-20-em {
top: 20em;
}
.sm\:top-25-em {
top: 25em;
}
.sm\:top-30-em {
top: 30em;
}
.sm\:top-35-em {
top: 35em;
}
.sm\:top-40-em {
top: 40em;
}
.sm\:top-45-em {
top: 45em;
}
.sm\:top-50-em {
top: 50em;
}
}
@media (min-width: 768px) {
.md\:top-5-em {
top: 5em;
}
.md\:top-10-em {
top: 10em;
}
.md\:top-15-em {
top: 15em;
}
.md\:top-20-em {
top: 20em;
}
.md\:top-25-em {
top: 25em;
}
.md\:top-30-em {
top: 30em;
}
.md\:top-35-em {
top: 35em;
}
.md\:top-40-em {
top: 40em;
}
.md\:top-45-em {
top: 45em;
}
.md\:top-50-em {
top: 50em;
}
}
@media (min-width: 992px) {
.lg\:top-5-em {
top: 5em;
}
.lg\:top-10-em {
top: 10em;
}
.lg\:top-15-em {
top: 15em;
}
.lg\:top-20-em {
top: 20em;
}
.lg\:top-25-em {
top: 25em;
}
.lg\:top-30-em {
top: 30em;
}
.lg\:top-35-em {
top: 35em;
}
.lg\:top-40-em {
top: 40em;
}
.lg\:top-45-em {
top: 45em;
}
.lg\:top-50-em {
top: 50em;
}
}
@media (min-width: 1200px) {
.xl\:top-5-em {
top: 5em;
}
.xl\:top-10-em {
top: 10em;
}
.xl\:top-15-em {
top: 15em;
}
.xl\:top-20-em {
top: 20em;
}
.xl\:top-25-em {
top: 25em;
}
.xl\:top-30-em {
top: 30em;
}
.xl\:top-35-em {
top: 35em;
}
.xl\:top-40-em {
top: 40em;
}
.xl\:top-45-em {
top: 45em;
}
.xl\:top-50-em {
top: 50em;
}
}
@media (min-width: 576px) {
.sm\:left-5-em {
left: 5em;
}
.sm\:left-10-em {
left: 10em;
}
.sm\:left-15-em {
left: 15em;
}
.sm\:left-20-em {
left: 20em;
}
.sm\:left-25-em {
left: 25em;
}
.sm\:left-30-em {
left: 30em;
}
.sm\:left-35-em {
left: 35em;
}
.sm\:left-40-em {
left: 40em;
}
.sm\:left-45-em {
left: 45em;
}
.sm\:left-50-em {
left: 50em;
}
}
@media (min-width: 768px) {
.md\:left-5-em {
left: 5em;
}
.md\:left-10-em {
left: 10em;
}
.md\:left-15-em {
left: 15em;
}
.md\:left-20-em {
left: 20em;
}
.md\:left-25-em {
left: 25em;
}
.md\:left-30-em {
left: 30em;
}
.md\:left-35-em {
left: 35em;
}
.md\:left-40-em {
left: 40em;
}
.md\:left-45-em {
left: 45em;
}
.md\:left-50-em {
left: 50em;
}
}
@media (min-width: 992px) {
.lg\:left-5-em {
left: 5em;
}
.lg\:left-10-em {
left: 10em;
}
.lg\:left-15-em {
left: 15em;
}
.lg\:left-20-em {
left: 20em;
}
.lg\:left-25-em {
left: 25em;
}
.lg\:left-30-em {
left: 30em;
}
.lg\:left-35-em {
left: 35em;
}
.lg\:left-40-em {
left: 40em;
}
.lg\:left-45-em {
left: 45em;
}
.lg\:left-50-em {
left: 50em;
}
}
@media (min-width: 1200px) {
.xl\:left-5-em {
left: 5em;
}
.xl\:left-10-em {
left: 10em;
}
.xl\:left-15-em {
left: 15em;
}
.xl\:left-20-em {
left: 20em;
}
.xl\:left-25-em {
left: 25em;
}
.xl\:left-30-em {
left: 30em;
}
.xl\:left-35-em {
left: 35em;
}
.xl\:left-40-em {
left: 40em;
}
.xl\:left-45-em {
left: 45em;
}
.xl\:left-50-em {
left: 50em;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-em {
bottom: 5em;
}
.sm\:bottom-10-em {
bottom: 10em;
}
.sm\:bottom-15-em {
bottom: 15em;
}
.sm\:bottom-20-em {
bottom: 20em;
}
.sm\:bottom-25-em {
bottom: 25em;
}
.sm\:bottom-30-em {
bottom: 30em;
}
.sm\:bottom-35-em {
bottom: 35em;
}
.sm\:bottom-40-em {
bottom: 40em;
}
.sm\:bottom-45-em {
bottom: 45em;
}
.sm\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 768px) {
.md\:bottom-5-em {
bottom: 5em;
}
.md\:bottom-10-em {
bottom: 10em;
}
.md\:bottom-15-em {
bottom: 15em;
}
.md\:bottom-20-em {
bottom: 20em;
}
.md\:bottom-25-em {
bottom: 25em;
}
.md\:bottom-30-em {
bottom: 30em;
}
.md\:bottom-35-em {
bottom: 35em;
}
.md\:bottom-40-em {
bottom: 40em;
}
.md\:bottom-45-em {
bottom: 45em;
}
.md\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-em {
bottom: 5em;
}
.lg\:bottom-10-em {
bottom: 10em;
}
.lg\:bottom-15-em {
bottom: 15em;
}
.lg\:bottom-20-em {
bottom: 20em;
}
.lg\:bottom-25-em {
bottom: 25em;
}
.lg\:bottom-30-em {
bottom: 30em;
}
.lg\:bottom-35-em {
bottom: 35em;
}
.lg\:bottom-40-em {
bottom: 40em;
}
.lg\:bottom-45-em {
bottom: 45em;
}
.lg\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-em {
bottom: 5em;
}
.xl\:bottom-10-em {
bottom: 10em;
}
.xl\:bottom-15-em {
bottom: 15em;
}
.xl\:bottom-20-em {
bottom: 20em;
}
.xl\:bottom-25-em {
bottom: 25em;
}
.xl\:bottom-30-em {
bottom: 30em;
}
.xl\:bottom-35-em {
bottom: 35em;
}
.xl\:bottom-40-em {
bottom: 40em;
}
.xl\:bottom-45-em {
bottom: 45em;
}
.xl\:bottom-50-em {
bottom: 50em;
}
}
@media (min-width: 576px) {
.sm\:right-5-em {
right: 5em;
}
.sm\:right-10-em {
right: 10em;
}
.sm\:right-15-em {
right: 15em;
}
.sm\:right-20-em {
right: 20em;
}
.sm\:right-25-em {
right: 25em;
}
.sm\:right-30-em {
right: 30em;
}
.sm\:right-35-em {
right: 35em;
}
.sm\:right-40-em {
right: 40em;
}
.sm\:right-45-em {
right: 45em;
}
.sm\:right-50-em {
right: 50em;
}
}
@media (min-width: 768px) {
.md\:right-5-em {
right: 5em;
}
.md\:right-10-em {
right: 10em;
}
.md\:right-15-em {
right: 15em;
}
.md\:right-20-em {
right: 20em;
}
.md\:right-25-em {
right: 25em;
}
.md\:right-30-em {
right: 30em;
}
.md\:right-35-em {
right: 35em;
}
.md\:right-40-em {
right: 40em;
}
.md\:right-45-em {
right: 45em;
}
.md\:right-50-em {
right: 50em;
}
}
@media (min-width: 992px) {
.lg\:right-5-em {
right: 5em;
}
.lg\:right-10-em {
right: 10em;
}
.lg\:right-15-em {
right: 15em;
}
.lg\:right-20-em {
right: 20em;
}
.lg\:right-25-em {
right: 25em;
}
.lg\:right-30-em {
right: 30em;
}
.lg\:right-35-em {
right: 35em;
}
.lg\:right-40-em {
right: 40em;
}
.lg\:right-45-em {
right: 45em;
}
.lg\:right-50-em {
right: 50em;
}
}
@media (min-width: 1200px) {
.xl\:right-5-em {
right: 5em;
}
.xl\:right-10-em {
right: 10em;
}
.xl\:right-15-em {
right: 15em;
}
.xl\:right-20-em {
right: 20em;
}
.xl\:right-25-em {
right: 25em;
}
.xl\:right-30-em {
right: 30em;
}
.xl\:right-35-em {
right: 35em;
}
.xl\:right-40-em {
right: 40em;
}
.xl\:right-45-em {
right: 45em;
}
.xl\:right-50-em {
right: 50em;
}
}
@media (min-width: 576px) {
.sm\:top-5-\% {
top: 5\%;
}
.sm\:top-10-\% {
top: 10\%;
}
.sm\:top-15-\% {
top: 15\%;
}
.sm\:top-20-\% {
top: 20\%;
}
.sm\:top-25-\% {
top: 25\%;
}
.sm\:top-30-\% {
top: 30\%;
}
.sm\:top-35-\% {
top: 35\%;
}
.sm\:top-40-\% {
top: 40\%;
}
.sm\:top-45-\% {
top: 45\%;
}
.sm\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 768px) {
.md\:top-5-\% {
top: 5\%;
}
.md\:top-10-\% {
top: 10\%;
}
.md\:top-15-\% {
top: 15\%;
}
.md\:top-20-\% {
top: 20\%;
}
.md\:top-25-\% {
top: 25\%;
}
.md\:top-30-\% {
top: 30\%;
}
.md\:top-35-\% {
top: 35\%;
}
.md\:top-40-\% {
top: 40\%;
}
.md\:top-45-\% {
top: 45\%;
}
.md\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 992px) {
.lg\:top-5-\% {
top: 5\%;
}
.lg\:top-10-\% {
top: 10\%;
}
.lg\:top-15-\% {
top: 15\%;
}
.lg\:top-20-\% {
top: 20\%;
}
.lg\:top-25-\% {
top: 25\%;
}
.lg\:top-30-\% {
top: 30\%;
}
.lg\:top-35-\% {
top: 35\%;
}
.lg\:top-40-\% {
top: 40\%;
}
.lg\:top-45-\% {
top: 45\%;
}
.lg\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:top-5-\% {
top: 5\%;
}
.xl\:top-10-\% {
top: 10\%;
}
.xl\:top-15-\% {
top: 15\%;
}
.xl\:top-20-\% {
top: 20\%;
}
.xl\:top-25-\% {
top: 25\%;
}
.xl\:top-30-\% {
top: 30\%;
}
.xl\:top-35-\% {
top: 35\%;
}
.xl\:top-40-\% {
top: 40\%;
}
.xl\:top-45-\% {
top: 45\%;
}
.xl\:top-50-\% {
top: 50\%;
}
}
@media (min-width: 576px) {
.sm\:left-5-\% {
left: 5\%;
}
.sm\:left-10-\% {
left: 10\%;
}
.sm\:left-15-\% {
left: 15\%;
}
.sm\:left-20-\% {
left: 20\%;
}
.sm\:left-25-\% {
left: 25\%;
}
.sm\:left-30-\% {
left: 30\%;
}
.sm\:left-35-\% {
left: 35\%;
}
.sm\:left-40-\% {
left: 40\%;
}
.sm\:left-45-\% {
left: 45\%;
}
.sm\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 768px) {
.md\:left-5-\% {
left: 5\%;
}
.md\:left-10-\% {
left: 10\%;
}
.md\:left-15-\% {
left: 15\%;
}
.md\:left-20-\% {
left: 20\%;
}
.md\:left-25-\% {
left: 25\%;
}
.md\:left-30-\% {
left: 30\%;
}
.md\:left-35-\% {
left: 35\%;
}
.md\:left-40-\% {
left: 40\%;
}
.md\:left-45-\% {
left: 45\%;
}
.md\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 992px) {
.lg\:left-5-\% {
left: 5\%;
}
.lg\:left-10-\% {
left: 10\%;
}
.lg\:left-15-\% {
left: 15\%;
}
.lg\:left-20-\% {
left: 20\%;
}
.lg\:left-25-\% {
left: 25\%;
}
.lg\:left-30-\% {
left: 30\%;
}
.lg\:left-35-\% {
left: 35\%;
}
.lg\:left-40-\% {
left: 40\%;
}
.lg\:left-45-\% {
left: 45\%;
}
.lg\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:left-5-\% {
left: 5\%;
}
.xl\:left-10-\% {
left: 10\%;
}
.xl\:left-15-\% {
left: 15\%;
}
.xl\:left-20-\% {
left: 20\%;
}
.xl\:left-25-\% {
left: 25\%;
}
.xl\:left-30-\% {
left: 30\%;
}
.xl\:left-35-\% {
left: 35\%;
}
.xl\:left-40-\% {
left: 40\%;
}
.xl\:left-45-\% {
left: 45\%;
}
.xl\:left-50-\% {
left: 50\%;
}
}
@media (min-width: 576px) {
.sm\:bottom-5-\% {
bottom: 5\%;
}
.sm\:bottom-10-\% {
bottom: 10\%;
}
.sm\:bottom-15-\% {
bottom: 15\%;
}
.sm\:bottom-20-\% {
bottom: 20\%;
}
.sm\:bottom-25-\% {
bottom: 25\%;
}
.sm\:bottom-30-\% {
bottom: 30\%;
}
.sm\:bottom-35-\% {
bottom: 35\%;
}
.sm\:bottom-40-\% {
bottom: 40\%;
}
.sm\:bottom-45-\% {
bottom: 45\%;
}
.sm\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 768px) {
.md\:bottom-5-\% {
bottom: 5\%;
}
.md\:bottom-10-\% {
bottom: 10\%;
}
.md\:bottom-15-\% {
bottom: 15\%;
}
.md\:bottom-20-\% {
bottom: 20\%;
}
.md\:bottom-25-\% {
bottom: 25\%;
}
.md\:bottom-30-\% {
bottom: 30\%;
}
.md\:bottom-35-\% {
bottom: 35\%;
}
.md\:bottom-40-\% {
bottom: 40\%;
}
.md\:bottom-45-\% {
bottom: 45\%;
}
.md\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 992px) {
.lg\:bottom-5-\% {
bottom: 5\%;
}
.lg\:bottom-10-\% {
bottom: 10\%;
}
.lg\:bottom-15-\% {
bottom: 15\%;
}
.lg\:bottom-20-\% {
bottom: 20\%;
}
.lg\:bottom-25-\% {
bottom: 25\%;
}
.lg\:bottom-30-\% {
bottom: 30\%;
}
.lg\:bottom-35-\% {
bottom: 35\%;
}
.lg\:bottom-40-\% {
bottom: 40\%;
}
.lg\:bottom-45-\% {
bottom: 45\%;
}
.lg\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:bottom-5-\% {
bottom: 5\%;
}
.xl\:bottom-10-\% {
bottom: 10\%;
}
.xl\:bottom-15-\% {
bottom: 15\%;
}
.xl\:bottom-20-\% {
bottom: 20\%;
}
.xl\:bottom-25-\% {
bottom: 25\%;
}
.xl\:bottom-30-\% {
bottom: 30\%;
}
.xl\:bottom-35-\% {
bottom: 35\%;
}
.xl\:bottom-40-\% {
bottom: 40\%;
}
.xl\:bottom-45-\% {
bottom: 45\%;
}
.xl\:bottom-50-\% {
bottom: 50\%;
}
}
@media (min-width: 576px) {
.sm\:right-5-\% {
right: 5\%;
}
.sm\:right-10-\% {
right: 10\%;
}
.sm\:right-15-\% {
right: 15\%;
}
.sm\:right-20-\% {
right: 20\%;
}
.sm\:right-25-\% {
right: 25\%;
}
.sm\:right-30-\% {
right: 30\%;
}
.sm\:right-35-\% {
right: 35\%;
}
.sm\:right-40-\% {
right: 40\%;
}
.sm\:right-45-\% {
right: 45\%;
}
.sm\:right-50-\% {
right: 50\%;
}
}
@media (min-width: 768px) {
.md\:right-5-\% {
right: 5\%;
}
.md\:right-10-\% {
right: 10\%;
}
.md\:right-15-\% {
right: 15\%;
}
.md\:right-20-\% {
right: 20\%;
}
.md\:right-25-\% {
right: 25\%;
}
.md\:right-30-\% {
right: 30\%;
}
.md\:right-35-\% {
right: 35\%;
}
.md\:right-40-\% {
right: 40\%;
}
.md\:right-45-\% {
right: 45\%;
}
.md\:right-50-\% {
right: 50\%;
}
}
@media (min-width: 992px) {
.lg\:right-5-\% {
right: 5\%;
}
.lg\:right-10-\% {
right: 10\%;
}
.lg\:right-15-\% {
right: 15\%;
}
.lg\:right-20-\% {
right: 20\%;
}
.lg\:right-25-\% {
right: 25\%;
}
.lg\:right-30-\% {
right: 30\%;
}
.lg\:right-35-\% {
right: 35\%;
}
.lg\:right-40-\% {
right: 40\%;
}
.lg\:right-45-\% {
right: 45\%;
}
.lg\:right-50-\% {
right: 50\%;
}
}
@media (min-width: 1200px) {
.xl\:right-5-\% {
right: 5\%;
}
.xl\:right-10-\% {
right: 10\%;
}
.xl\:right-15-\% {
right: 15\%;
}
.xl\:right-20-\% {
right: 20\%;
}
.xl\:right-25-\% {
right: 25\%;
}
.xl\:right-30-\% {
right: 30\%;
}
.xl\:right-35-\% {
right: 35\%;
}
.xl\:right-40-\% {
right: 40\%;
}
.xl\:right-45-\% {
right: 45\%;
}
.xl\:right-50-\% {
right: 50\%;
}
}
/*# sourceMappingURL=raisin.css.map */ | 0.609175 | 0.118717 |
@import 'https://fonts.googleapis.com/css?family=Share+Tech+Mono';
@font-face {
font-family: "Digital";
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot");
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff") format("woff"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.svg#Digital-7") format("svg");
}
*{
color:black;
margin:0;
padding:0;
box-sizing:border-box;
background-color:#222;
text-align:center;
font-size:17px;
font-family:Share Tech Mono;
}
#who{
width :600px;
margin:auto;
}
#display{
font-size:2em;
}
#Clear{
margin-right:-440px;
background-color:blue;
width:80px;
margin-bottom:5px;
margin-top:5px
}
#display{
height:40px;
margin:auto;
text-align:right;
border:5px inset #999;
background-color:#eee;
border-radius:4px;
box-shadow:4px 4px 4px #111;
font-family:Digital;
width:600px;
}
#cover{
background-color:#666;
margin:auto;
}
#numButton{
margin-top:4%;
width:480px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,150px)
}
button{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #ccc;
color:white
}
button:active{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #111;
}
section{
display:flex;
justify-content:space-between;
}
#aOperator button:active{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #000, inset 2px 2px 2px 1px #111;
}
#aOperator button{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #111, inset 2px 2px 2px 1px #f99;
width:150px;
}@import 'https://fonts.googleapis.com/css?family=Share+Tech+Mono';
@font-face {
font-family: "Digital";
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot");
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff") format("woff"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.svg#Digital-7") format("svg");
}
*{
color:black;
margin:0;
padding:0;
box-sizing:border-box;
background-color:#222;
text-align:center;
font-size:17px;
font-family:Share Tech Mono;
}
#who{
width :600px;
margin:auto;
}
#display{
font-size:2em;
}
#Clear{
margin-right:-440px;
background-color:blue;
width:80px;
margin-bottom:5px;
margin-top:5px
}
#display{
height:40px;
margin:auto;
text-align:right;
border:5px inset #999;
background-color:#eee;
border-radius:4px;
box-shadow:4px 4px 4px #111;
font-family:Digital;
width:600px;
}
#cover{
background-color:#666;
margin:auto;
}
#numButton{
margin-top:4%;
width:480px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,150px)
}
button{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #ccc;
color:white
}
button:active{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #111;
}
section{
display:flex;
justify-content:space-between;
}
#aOperator button:active{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #000, inset 2px 2px 2px 1px #111;
}
#aOperator button{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #111, inset 2px 2px 2px 1px #f99;
width:150px;
} | dist/style.css | @import 'https://fonts.googleapis.com/css?family=Share+Tech+Mono';
@font-face {
font-family: "Digital";
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot");
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff") format("woff"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.svg#Digital-7") format("svg");
}
*{
color:black;
margin:0;
padding:0;
box-sizing:border-box;
background-color:#222;
text-align:center;
font-size:17px;
font-family:Share Tech Mono;
}
#who{
width :600px;
margin:auto;
}
#display{
font-size:2em;
}
#Clear{
margin-right:-440px;
background-color:blue;
width:80px;
margin-bottom:5px;
margin-top:5px
}
#display{
height:40px;
margin:auto;
text-align:right;
border:5px inset #999;
background-color:#eee;
border-radius:4px;
box-shadow:4px 4px 4px #111;
font-family:Digital;
width:600px;
}
#cover{
background-color:#666;
margin:auto;
}
#numButton{
margin-top:4%;
width:480px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,150px)
}
button{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #ccc;
color:white
}
button:active{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #111;
}
section{
display:flex;
justify-content:space-between;
}
#aOperator button:active{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #000, inset 2px 2px 2px 1px #111;
}
#aOperator button{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #111, inset 2px 2px 2px 1px #f99;
width:150px;
}@import 'https://fonts.googleapis.com/css?family=Share+Tech+Mono';
@font-face {
font-family: "Digital";
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot");
src: url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.woff") format("woff"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8e22783d707ad140bffe18b2a3812529.svg#Digital-7") format("svg");
}
*{
color:black;
margin:0;
padding:0;
box-sizing:border-box;
background-color:#222;
text-align:center;
font-size:17px;
font-family:Share Tech Mono;
}
#who{
width :600px;
margin:auto;
}
#display{
font-size:2em;
}
#Clear{
margin-right:-440px;
background-color:blue;
width:80px;
margin-bottom:5px;
margin-top:5px
}
#display{
height:40px;
margin:auto;
text-align:right;
border:5px inset #999;
background-color:#eee;
border-radius:4px;
box-shadow:4px 4px 4px #111;
font-family:Digital;
width:600px;
}
#cover{
background-color:#666;
margin:auto;
}
#numButton{
margin-top:4%;
width:480px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,150px)
}
button{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #ccc;
color:white
}
button:active{
width:150px;
border:none;
height:3em;
box-shadow:inset -3px -3px 4px 2px #111, inset 2px 2px 3px 2px #111;
}
section{
display:flex;
justify-content:space-between;
}
#aOperator button:active{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #000, inset 2px 2px 2px 1px #111;
}
#aOperator button{
background-color:darkred;
box-shadow:inset -2px -2px 2px 1px #111, inset 2px 2px 2px 1px #f99;
width:150px;
} | 0.269422 | 0.114121 |
/* DRAG AREA */
#dragarea {
left: 50%;
top: 50%;
position: absolute;
border: 0px solid #EEEEEE;
background-color: #FFF;
}
/* TYPE = ACTIONBAR */
.type-android-actionbar .actionbar-inner {
width: 100%;
height: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-actionbar .actionbar-inner.showActionOverflow {
position: relative; padding-right: 10%;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow {
position: absolute; right: 0; height: 100%; width: 10%; text-align: center;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO {
position: absolute; right: 42%; margin: 0 auto;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO1 {
top: 25%;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO2 {
top: 45%;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO3 {
top: 66%;
}
.type-android-actionbar .left-icon {
display: inline-block; height: 100%;
position: relative;
}
.type-android-actionbar .left-icon img {
vertical-align: middle; padding: 0 10px 0 0;
}
.type-android-actionbar .caption {
display: inline-block; height: 100%; padding: 0 10px;
}
/* TYPE = TABBAR */
.type-android-fixed-tabbar ul {
width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0;
}
.type-android-fixed-tabbar ul li {
float: left; height: 100%; list-style: none;
position: relative;
}
.type-android-fixed-tabbar ul li input {
display: none;
}
.type-android-fixed-tabbar ul li label {
text-align: center; width: 100%; height: 100%; display: inline-block;
position: relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-fixed-tabbar ul li label:before {
content: " ";
display: inline-block; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0;
}
.type-android-fixed-tabbar ul li label:after {
content: " ";
display: inline-block; width: 1px; height: 50%; position: absolute; top: 25%; left: 0;
}
.type-android-fixed-tabbar ul li:first-child label:after {
display: none;
}
/* TYPE = SCROLLABLE TABBAR */
.type-android-scrollable-tabbar .scrollable-tabbar-inner {
overflow: hidden; height: 100%; position: relative;
}
.type-android-scrollable-tabbar .scrollable-tabbar-inner:before {
content: " ";
position: absolute; top: 0; left: 0; pointer-events: none;
display: inline-block; height: 100%; width: 40px;
}
.type-android-scrollable-tabbar .scrollable-tabbar-inner:after {
content: " ";
position: absolute; top: 0; right: 0; pointer-events: none;
display: inline-block; height: 100%; width: 40px;
}
.type-android-scrollable-tabbar .scrollable-tabbar-container {
list-style: none; margin: 0; padding: 0;
width: 9999px;
o!verflow: hidden;
}
.type-android-scrollable-tabbar .scrollable-tabbar-container li {
float: left;
text-align: center;
}
/* TYPE = SPINNER */
.type-android-spinner {
display: table;
}
.type-android-spinner .inner{
display: table-cell; position: relative;
vertical-align: middle;
}
.type-android-spinner .toggler {
width: 0px; height: 0px;
border-style: solid;
border-top-color: transparent!important;
border-left-color: transparent!important;
position: absolute; right: 0; bottom: 0;
}
/* TYPE = DROPDOWN */
.type-android-dropdown ul {
margin: 0; padding: 0; list-style: none;
}
.type-android-dropdown ul li {
position: relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-dropdown ul li:last-child {
border-bottom: 0 none!important;
}
.type-android-dropdown ul li input {
display: none;
}
.type-android-dropdown ul li label {
display: block; height: 100%;
}
.type-android-dropdown .caption {
display: inline-block; padding: 0 20px;
}
.type-android-dropdown .icon[style*='float: left'] + .caption {
padding-left: 0;
}
.type-android-dropdown .icon {
display: inline-block; height: 100%;
background-position: center center;
background-repeat: no-repeat;
padding: 0 10px;
}
/* TYPE = BUTTON */
.type-android-button .button {
text-align: center;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
/***** FORM COMPONENTS *****/
/* TYPE = LABEL */
.type-android-label .inner {
height: 100%; padding: 0 8px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
/* TYPE = TEXTFIELD */
.type-android-textfield input, .type-android-textfield .faux-input {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
height: 100%; width: 100%;
border: medium none; background: transparent;
padding: 0 10px;
outline: none!important;
box-shadow: none!important;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
white-space: nowrap; overflow: hidden;
}
.type-android-textfield input:focus {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.type-android-textfield .left-edge {
display: inline-block; height: 20%; position: absolute; bottom: 0; left: 0;
}
.type-android-textfield .right-edge {
display: inline-block; height: 20%; position: absolute; bottom: 0; right: 0;
}
.type-android-textfield .faux-input:empty, .type-android-textfield .faux-input.placeholder-input {
display: none;
}
.type-android-textfield .faux-input:empty + .faux-input.placeholder-input {
display: block;
}
.type-android-textfield.box.current-component [data-editableProperty] textarea {
height: 100%!important;
}
.type-android-textfield-password.type-android-textfield .faux-input:not(.placeholder-input), .type-android-textfield-password.type-android-textfield.box.current-component [data-editableProperty] textarea {
-webkit-text-security: disc;
}
/* TYPE = CHECKBOX */
.type-android-checkbox label {
cursor: pointer;
display: block; width: 100%; height: 100%;
border: 1px solid black;
}
.type-android-checkbox label span {
display: none;
position: absolute; margin-top: -10%; width: 100%; text-align: center;
text-shadow: 0 0 2px black;
}
.type-android-checkbox input:checked + label span {
display: block;
}
/* TYPE = RADIOBUTTON */
.type-android-radiobutton label {
cursor: pointer;
display: block; width: 100%; height: 100%;
border: 1px solid black;
-moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.type-android-radiobutton label span {
display: none;
width: 80%; height: 80%;
box-shadow: 0 2px 2px 1px rgba(255, 255, 255, 0.4) inset;
border: 1px solid rgba(0, 0, 0, 0.2);
-moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-radiobutton input:checked + label span {
display: block;
}
/* TYPE = android-onoffswitch */
.type-android-onoffswitch input {
display: none;
}
.type-android-onoffswitch label {
display: block; overflow: hidden;
height: 100%; position:relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.type-android-onoffswitch .onoffswitch-inner {
cursor: pointer;
display: block; width: 170%; height: 100%; position: relative;
margin-left: 0;
-moz-transition: margin 0.3s ease-in; -webkit-transition: margin 0.3s ease-in; transition: margin 0.3s ease-in;
}
.type-android-onoffswitch .onoffswitch-inner:after {
content: " ";
display: inline-block; height: 2px; width: 100%;
position: absolute; top: 0; left: 0;
background: rgba(0,0,0, 0.05);
}
.type-android-onoffswitch .activelabel, .type-android-onoffswitch .inactivelabel {
position: relative;
display: block; float: left; vertical-align: middle; width: 28%; height: 100%; text-align: center;
}
.type-android-onoffswitch .activelabel {
float: right;
}
.type-android-onoffswitch .inactivelabel .label-edge {
display: inline-block;
position: absolute; bottom: 0;
border-style: solid;
border-right-color: rgba(255, 255, 255, 0)!important;
border-bottom-color: rgba(255, 255, 255, 0)!important;
}
.type-android-onoffswitch .activelabel .label-edge {
display: inline-block;
position: absolute; bottom: 0;
border-style: solid;
border-left-color: rgba(255, 255, 255, 0)!important;
border-top-color: rgba(255, 255, 255, 0)!important;
}
.type-android-onoffswitch .inactivelabel:before {
content: " ";
position: absolute; bottom: -4px; left: 0;
display: inline-block; height: 2px; width: 100%;
background: red;
}
.type-android-onoffswitch .activelabel:before {
content: " ";
position: absolute; bottom: -4px; right: 0;
display: inline-block; height: 2px; width: 150%;
background: red;
}
.type-android-onoffswitch input:checked + label .onoffswitch-inner {
margin-left: -70%;
}
/***** LIST COMPONENTS *****/
/* TYPE = LISTDIVIDER */
.type-android-listdivider .inner {
height: 100%; padding: 0 10px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
/* TYPE = LISTBASIC */
.type-android-listbasic ul {
margin: 0; padding: 0; list-style: none;
}
.type-android-listbasic ul li {
position: relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-listbasic ul li:last-child {
border-bottom: 0 none!important;
}
.type-android-listbasic ul li input {
display: none;
}
.type-android-listbasic ul li label {
display: block; height: 100%;
padding: 0 10px;
}
/***** OTHER COMPONENTS *****/
/* TYPE = TOAST */
.type-android-toast .toast-inner {
width: 100%; height: 100%; text-align: center;
} | libraries/android/components.css |
/* DRAG AREA */
#dragarea {
left: 50%;
top: 50%;
position: absolute;
border: 0px solid #EEEEEE;
background-color: #FFF;
}
/* TYPE = ACTIONBAR */
.type-android-actionbar .actionbar-inner {
width: 100%;
height: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-actionbar .actionbar-inner.showActionOverflow {
position: relative; padding-right: 10%;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow {
position: absolute; right: 0; height: 100%; width: 10%; text-align: center;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO {
position: absolute; right: 42%; margin: 0 auto;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO1 {
top: 25%;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO2 {
top: 45%;
}
.type-android-actionbar .actionbar-inner.showActionOverflow .actionOverflow .AO3 {
top: 66%;
}
.type-android-actionbar .left-icon {
display: inline-block; height: 100%;
position: relative;
}
.type-android-actionbar .left-icon img {
vertical-align: middle; padding: 0 10px 0 0;
}
.type-android-actionbar .caption {
display: inline-block; height: 100%; padding: 0 10px;
}
/* TYPE = TABBAR */
.type-android-fixed-tabbar ul {
width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0;
}
.type-android-fixed-tabbar ul li {
float: left; height: 100%; list-style: none;
position: relative;
}
.type-android-fixed-tabbar ul li input {
display: none;
}
.type-android-fixed-tabbar ul li label {
text-align: center; width: 100%; height: 100%; display: inline-block;
position: relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-fixed-tabbar ul li label:before {
content: " ";
display: inline-block; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0;
}
.type-android-fixed-tabbar ul li label:after {
content: " ";
display: inline-block; width: 1px; height: 50%; position: absolute; top: 25%; left: 0;
}
.type-android-fixed-tabbar ul li:first-child label:after {
display: none;
}
/* TYPE = SCROLLABLE TABBAR */
.type-android-scrollable-tabbar .scrollable-tabbar-inner {
overflow: hidden; height: 100%; position: relative;
}
.type-android-scrollable-tabbar .scrollable-tabbar-inner:before {
content: " ";
position: absolute; top: 0; left: 0; pointer-events: none;
display: inline-block; height: 100%; width: 40px;
}
.type-android-scrollable-tabbar .scrollable-tabbar-inner:after {
content: " ";
position: absolute; top: 0; right: 0; pointer-events: none;
display: inline-block; height: 100%; width: 40px;
}
.type-android-scrollable-tabbar .scrollable-tabbar-container {
list-style: none; margin: 0; padding: 0;
width: 9999px;
o!verflow: hidden;
}
.type-android-scrollable-tabbar .scrollable-tabbar-container li {
float: left;
text-align: center;
}
/* TYPE = SPINNER */
.type-android-spinner {
display: table;
}
.type-android-spinner .inner{
display: table-cell; position: relative;
vertical-align: middle;
}
.type-android-spinner .toggler {
width: 0px; height: 0px;
border-style: solid;
border-top-color: transparent!important;
border-left-color: transparent!important;
position: absolute; right: 0; bottom: 0;
}
/* TYPE = DROPDOWN */
.type-android-dropdown ul {
margin: 0; padding: 0; list-style: none;
}
.type-android-dropdown ul li {
position: relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-dropdown ul li:last-child {
border-bottom: 0 none!important;
}
.type-android-dropdown ul li input {
display: none;
}
.type-android-dropdown ul li label {
display: block; height: 100%;
}
.type-android-dropdown .caption {
display: inline-block; padding: 0 20px;
}
.type-android-dropdown .icon[style*='float: left'] + .caption {
padding-left: 0;
}
.type-android-dropdown .icon {
display: inline-block; height: 100%;
background-position: center center;
background-repeat: no-repeat;
padding: 0 10px;
}
/* TYPE = BUTTON */
.type-android-button .button {
text-align: center;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
/***** FORM COMPONENTS *****/
/* TYPE = LABEL */
.type-android-label .inner {
height: 100%; padding: 0 8px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
/* TYPE = TEXTFIELD */
.type-android-textfield input, .type-android-textfield .faux-input {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
height: 100%; width: 100%;
border: medium none; background: transparent;
padding: 0 10px;
outline: none!important;
box-shadow: none!important;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
white-space: nowrap; overflow: hidden;
}
.type-android-textfield input:focus {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.type-android-textfield .left-edge {
display: inline-block; height: 20%; position: absolute; bottom: 0; left: 0;
}
.type-android-textfield .right-edge {
display: inline-block; height: 20%; position: absolute; bottom: 0; right: 0;
}
.type-android-textfield .faux-input:empty, .type-android-textfield .faux-input.placeholder-input {
display: none;
}
.type-android-textfield .faux-input:empty + .faux-input.placeholder-input {
display: block;
}
.type-android-textfield.box.current-component [data-editableProperty] textarea {
height: 100%!important;
}
.type-android-textfield-password.type-android-textfield .faux-input:not(.placeholder-input), .type-android-textfield-password.type-android-textfield.box.current-component [data-editableProperty] textarea {
-webkit-text-security: disc;
}
/* TYPE = CHECKBOX */
.type-android-checkbox label {
cursor: pointer;
display: block; width: 100%; height: 100%;
border: 1px solid black;
}
.type-android-checkbox label span {
display: none;
position: absolute; margin-top: -10%; width: 100%; text-align: center;
text-shadow: 0 0 2px black;
}
.type-android-checkbox input:checked + label span {
display: block;
}
/* TYPE = RADIOBUTTON */
.type-android-radiobutton label {
cursor: pointer;
display: block; width: 100%; height: 100%;
border: 1px solid black;
-moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
}
.type-android-radiobutton label span {
display: none;
width: 80%; height: 80%;
box-shadow: 0 2px 2px 1px rgba(255, 255, 255, 0.4) inset;
border: 1px solid rgba(0, 0, 0, 0.2);
-moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-radiobutton input:checked + label span {
display: block;
}
/* TYPE = android-onoffswitch */
.type-android-onoffswitch input {
display: none;
}
.type-android-onoffswitch label {
display: block; overflow: hidden;
height: 100%; position:relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.type-android-onoffswitch .onoffswitch-inner {
cursor: pointer;
display: block; width: 170%; height: 100%; position: relative;
margin-left: 0;
-moz-transition: margin 0.3s ease-in; -webkit-transition: margin 0.3s ease-in; transition: margin 0.3s ease-in;
}
.type-android-onoffswitch .onoffswitch-inner:after {
content: " ";
display: inline-block; height: 2px; width: 100%;
position: absolute; top: 0; left: 0;
background: rgba(0,0,0, 0.05);
}
.type-android-onoffswitch .activelabel, .type-android-onoffswitch .inactivelabel {
position: relative;
display: block; float: left; vertical-align: middle; width: 28%; height: 100%; text-align: center;
}
.type-android-onoffswitch .activelabel {
float: right;
}
.type-android-onoffswitch .inactivelabel .label-edge {
display: inline-block;
position: absolute; bottom: 0;
border-style: solid;
border-right-color: rgba(255, 255, 255, 0)!important;
border-bottom-color: rgba(255, 255, 255, 0)!important;
}
.type-android-onoffswitch .activelabel .label-edge {
display: inline-block;
position: absolute; bottom: 0;
border-style: solid;
border-left-color: rgba(255, 255, 255, 0)!important;
border-top-color: rgba(255, 255, 255, 0)!important;
}
.type-android-onoffswitch .inactivelabel:before {
content: " ";
position: absolute; bottom: -4px; left: 0;
display: inline-block; height: 2px; width: 100%;
background: red;
}
.type-android-onoffswitch .activelabel:before {
content: " ";
position: absolute; bottom: -4px; right: 0;
display: inline-block; height: 2px; width: 150%;
background: red;
}
.type-android-onoffswitch input:checked + label .onoffswitch-inner {
margin-left: -70%;
}
/***** LIST COMPONENTS *****/
/* TYPE = LISTDIVIDER */
.type-android-listdivider .inner {
height: 100%; padding: 0 10px;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
/* TYPE = LISTBASIC */
.type-android-listbasic ul {
margin: 0; padding: 0; list-style: none;
}
.type-android-listbasic ul li {
position: relative;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;
}
.type-android-listbasic ul li:last-child {
border-bottom: 0 none!important;
}
.type-android-listbasic ul li input {
display: none;
}
.type-android-listbasic ul li label {
display: block; height: 100%;
padding: 0 10px;
}
/***** OTHER COMPONENTS *****/
/* TYPE = TOAST */
.type-android-toast .toast-inner {
width: 100%; height: 100%; text-align: center;
} | 0.35421 | 0.068631 |
body{
/*background: linear-gradient(135deg, #fff4e6 0%, #be9b7b 100%);*/
background: #fff4e6;
color: #4b3832;
font-family: 'Raleway', sans-serif;
text-align: center;
overflow-x: hidden;
}
#dark{
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
background-color: rgba(0,0,0,0.8);
z-index:1000;
}
#popup{
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
z-index:1001;
color: #4b3832;
background-color: white;
margin: auto;
height: 80vh;
width: 80vw;
border-radius: 30px;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
#won{
display: none;
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
z-index:1002;
color: #4b3832;
background-color: white;
margin: auto;
height: 30vh;
min-width: 300px;
width: 30vw;
border-radius: 30px;
}
#popup ol{
text-align: left;
display: block;
font-size: 15pt;
margin-bottom: 50px;
}
#popup iframe{
height: 250px;
}
#popup h2{
margin-top: 50px;
}
.mybtn{
background-color: #854442;
color: white;
display: inline;
padding: 20px;
border-radius: 50px;
}
.mybtn:hover{
background-color: #4b3832;
cursor: pointer;
}
a{
color: #4b3832;
}
a:hover{
cursor: pointer;
}
#gameArea{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
height: 300px;
width: 950px;
}
#boards{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
height: 300px;
width: 950px;
transition: transform 0.5s ease-in-out;
}
.board{
width: 300px;
height: 300px;
position: absolute;
top: 0; bottom: 0;
margin: auto;
line-height: 0;
display: inline-block;
transition: all 0.5 ease-in-out;
}
.cell{
display:inline-block;
width: 33%;
height: 33%;
margin: 0;
margin-top: 0 !important;
border: solid 3px #4b3832;
}
.cell:hover{
cursor: pointer;
}
.cell h2{
color: transparent;
font-size: 40pt;
line-height: 50px;
}
. #4b3832{
color: grey !important;
}
/****arrows*******/
.arrow{
position: absolute;
margin: auto;
top: 0;
bottom: 0;
z-index: 2;
}
#arrowRight {
width: 0px;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid #4b3832;
right: 0;
}
#arrowLeft {
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-right:60px solid #4b3832;
left: 0;
}
.arrow:hover{
cursor: pointer;
}
/***some board properties*****/
#a{left: 0; z-index:0;}
#b{left: 0; right:0; z-index: 1;}
#c{right: 0; z-index: 0;}
/**********all borders for each cell********/
.zz{ border-top: none; border-left:none;} .oz{border-top: none;} .tz{ border-top: none; border-right:none;}
.zo{ border-left:none;} .oo{} .to{border-right:none;}
.zt{ border-bottom: none; border-left:none;} .ot{border-bottom: none;} .tt{ border-bottom: none; border-right:none;}
/*********Footer*******/
#footer{
position: absolute;
right: 0; left: 0; bottom: 10px; margin: auto;
text-align: center;
color: #3c2f2f;
z-index: 999;
font-family: 'Merriweather Sans', sans-serif;
}
#footer a:visited {
text-decoration: inherit;
color: inherit;
cursor: pointer;
}
/***********Resizes*********/
@media (max-width: 900px) {
#gameArea{
width: 100%;
}
#boards{
width: 100%;
}
.board{
width: 33vw;
height: 33vw;
}
.cells{
margin: none !important;
}
.cell h2{
color: transparent;
font-size: 7vw;
line-height: 0vw;
}
}
@media (max-width: 700px){
#popup{
height: auto;
width: auto;
border-radius: 0px;
}
iframe{
width: 100%;
padding: 10px;
}
} | fcc-portfolio/tictactoe/css/style.css | body{
/*background: linear-gradient(135deg, #fff4e6 0%, #be9b7b 100%);*/
background: #fff4e6;
color: #4b3832;
font-family: 'Raleway', sans-serif;
text-align: center;
overflow-x: hidden;
}
#dark{
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
background-color: rgba(0,0,0,0.8);
z-index:1000;
}
#popup{
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
z-index:1001;
color: #4b3832;
background-color: white;
margin: auto;
height: 80vh;
width: 80vw;
border-radius: 30px;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
#won{
display: none;
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
z-index:1002;
color: #4b3832;
background-color: white;
margin: auto;
height: 30vh;
min-width: 300px;
width: 30vw;
border-radius: 30px;
}
#popup ol{
text-align: left;
display: block;
font-size: 15pt;
margin-bottom: 50px;
}
#popup iframe{
height: 250px;
}
#popup h2{
margin-top: 50px;
}
.mybtn{
background-color: #854442;
color: white;
display: inline;
padding: 20px;
border-radius: 50px;
}
.mybtn:hover{
background-color: #4b3832;
cursor: pointer;
}
a{
color: #4b3832;
}
a:hover{
cursor: pointer;
}
#gameArea{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
height: 300px;
width: 950px;
}
#boards{
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
height: 300px;
width: 950px;
transition: transform 0.5s ease-in-out;
}
.board{
width: 300px;
height: 300px;
position: absolute;
top: 0; bottom: 0;
margin: auto;
line-height: 0;
display: inline-block;
transition: all 0.5 ease-in-out;
}
.cell{
display:inline-block;
width: 33%;
height: 33%;
margin: 0;
margin-top: 0 !important;
border: solid 3px #4b3832;
}
.cell:hover{
cursor: pointer;
}
.cell h2{
color: transparent;
font-size: 40pt;
line-height: 50px;
}
. #4b3832{
color: grey !important;
}
/****arrows*******/
.arrow{
position: absolute;
margin: auto;
top: 0;
bottom: 0;
z-index: 2;
}
#arrowRight {
width: 0px;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-left: 60px solid #4b3832;
right: 0;
}
#arrowLeft {
width: 0;
height: 0;
border-top: 60px solid transparent;
border-bottom: 60px solid transparent;
border-right:60px solid #4b3832;
left: 0;
}
.arrow:hover{
cursor: pointer;
}
/***some board properties*****/
#a{left: 0; z-index:0;}
#b{left: 0; right:0; z-index: 1;}
#c{right: 0; z-index: 0;}
/**********all borders for each cell********/
.zz{ border-top: none; border-left:none;} .oz{border-top: none;} .tz{ border-top: none; border-right:none;}
.zo{ border-left:none;} .oo{} .to{border-right:none;}
.zt{ border-bottom: none; border-left:none;} .ot{border-bottom: none;} .tt{ border-bottom: none; border-right:none;}
/*********Footer*******/
#footer{
position: absolute;
right: 0; left: 0; bottom: 10px; margin: auto;
text-align: center;
color: #3c2f2f;
z-index: 999;
font-family: 'Merriweather Sans', sans-serif;
}
#footer a:visited {
text-decoration: inherit;
color: inherit;
cursor: pointer;
}
/***********Resizes*********/
@media (max-width: 900px) {
#gameArea{
width: 100%;
}
#boards{
width: 100%;
}
.board{
width: 33vw;
height: 33vw;
}
.cells{
margin: none !important;
}
.cell h2{
color: transparent;
font-size: 7vw;
line-height: 0vw;
}
}
@media (max-width: 700px){
#popup{
height: auto;
width: auto;
border-radius: 0px;
}
iframe{
width: 100%;
padding: 10px;
}
} | 0.358241 | 0.082512 |
:root{
--bitcoin-orange: #F7931A;
--soft-orange: #FFE9D5;
--secondary-blue: #1A9AF7;
--soft-blue: #E7F5FF;
--warn-black: #201E1C;
--black: #282623;
--grey: #BABABA;
--off-white: #FAF8F7;
--just-white: #FFF;
}
* {
box-sizing:border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
font-family: 'DM Sans', sans-serif;
}
header {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
min-width: 320px;
height: 150px;
text-align: center;
background-color: var(--secondary-blue);
}
.header-title-container{
width: 90%;
min-width: 288px;
max-width: 900px;
height: 218px;
margin-top: 40px;
text-align: center;
align-self: center;
}
.header-title-container h1 {
font-size: 5rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--black);
}
.header-title-container p {
margin-top: 25px;
font-size: 2rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--warn-black);
}
/* HASTA AQUI HEADER */
main {
display: flex;
justify-content: space-around;
width: 100%;
height: auto;
background-color: var(--just-white);
}
/* <<< CUADRADO >>> */
.main-cuadrado-container {
margin-top: 80px;
position: relative;
width: 100%;
min-width: 320px;
max-width: 500px;
height: auto;
/* margin: 0 auto; */
display: flex;
margin-bottom: 100px;
}
.cuadrado-frame-container {
width: 90%;
min-width: 288px;
max-width: 400px;
height: 500px;
margin: 5px auto;
padding: 10px;
background-color: var(--soft-blue);
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.cuadrado-frame-container .cuadrado--title {
margin-bottom: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
text-align: center;
}
.cuadrado-frame-container .cuadrado--subtitle {
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--black);
}
.cuadrado-frame-container .cuadrado--pregunta {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
}
#inputCuadrado {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 150px;
left: calc(50% - 60px);
}
#cuadrado--perimetro {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 350px;
left: calc(50% - 97px);
}
#cuadrado--area {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 400px;
left: calc(50% - 97px);
}
/* --->>> CUADRADO <<<---*/
/* <<< TRIANGULO >>> */
.main-triangulo-container {
margin-top: 80px;
position: relative;
width: 100%;
min-width: 320px;
max-width: 500px;
height: auto;
margin-bottom: 100px;
}
.triangulo-frame-container {
width: 90%;
min-width: 288px;
max-width: 400px;
height: 500px;
margin: 5px auto;
padding: 10px;
background-color: var(--soft-blue);
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.triangulo-frame-container .triangulo--title {
margin-bottom: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
text-align: center;
}
.triangulo-frame-container .triangulo--subtitle {
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--black);
}
.triangulo-frame-container .triangulo--pregunta {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
}
#inputLado1 {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 125px;
left: calc(50% - 30px);
}
#inputLado2 {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 175px;
left: calc(50% - 30px);
}
#inputLadoBase {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 225px;
left: calc(50% - 30px);
}
#inputAltura {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 275px;
left: calc(50% - 30px);
}
#triangulo--perimetro {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 380px;
left: calc(50% - 97px);
}
#triangulo--area {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 430px;
left: calc(50% - 95px);
}
.triangulo-frame-container .label--inputLado1 {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 145px;
left: calc(50% - 110px);
}
.triangulo-frame-container .label--inputLado2 {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 195px;
left: calc(50% - 110px);
}
.triangulo-frame-container .label--inputLadoBase {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 245px;
left: calc(50% - 110px);
}
.triangulo-frame-container .label--inputAltura {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 295px;
left: calc(50% - 110px);
}
/* --->>> TRIANGULO <<<---*/
/* <<< TRIANGULO >>> */
.main-circulo-container {
margin-top: 80px;
position: relative;
width: 100%;
min-width: 320px;
max-width: 500px;
height: auto;
margin-bottom: 100px;
}
.circulo-frame-container {
position: relative;
width: 90%;
min-width: 288px;
max-width: 400px;
height: 500px;
margin: 5px auto;
padding: 10px;
background-color: var(--soft-blue);
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.circulo-frame-container .circulo--title {
position: absolute;
margin-bottom: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
text-align: center;
left: calc(50% - 56px);
}
.circulo-frame-container .circulo--subtitle {
position: absolute;
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--black);
top: 60px;
left: calc(50% - 164px);
}
.cuadrado-frame-container .cuadrado--pregunta {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
}
#inputCirculo {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 150px;
left: calc(50% - 60px);
}
.circulo-frame-container .label--inputCirculo {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 130px;
left: calc(50% - 125px);
}
#circulo--perimetro {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 350px;
left: calc(50% - 97px);
}
#circulo--area {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 400px;
left: calc(50% - 97px);
}
#RCuadrado {
position: absolute;
font-size: 1.6rem;
font-weight: bold;
top: 300px;
left: calc(50% - 125px);
}
#RTriangulo {
position: absolute;
font-size: 1.6rem;
font-weight: bold;
top: 340px;
left: calc(50% - 124px);
}
#RCirculo {
position: absolute;
font-size: 1.6rem;
font-weight: bold;
top: 300px;
left: calc(50% - 162px);
}
/* **** FOOTER **** */
footer {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100px;
text-align: center;
color: #E7F5FF;
background-color: black;
}
footer h2 {
font-size: 2rem;
}
footer h3 {
font-size: 1.5rem;
} | assets/css/figuras_style.css | :root{
--bitcoin-orange: #F7931A;
--soft-orange: #FFE9D5;
--secondary-blue: #1A9AF7;
--soft-blue: #E7F5FF;
--warn-black: #201E1C;
--black: #282623;
--grey: #BABABA;
--off-white: #FAF8F7;
--just-white: #FFF;
}
* {
box-sizing:border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
font-family: 'DM Sans', sans-serif;
}
header {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
min-width: 320px;
height: 150px;
text-align: center;
background-color: var(--secondary-blue);
}
.header-title-container{
width: 90%;
min-width: 288px;
max-width: 900px;
height: 218px;
margin-top: 40px;
text-align: center;
align-self: center;
}
.header-title-container h1 {
font-size: 5rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--black);
}
.header-title-container p {
margin-top: 25px;
font-size: 2rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--warn-black);
}
/* HASTA AQUI HEADER */
main {
display: flex;
justify-content: space-around;
width: 100%;
height: auto;
background-color: var(--just-white);
}
/* <<< CUADRADO >>> */
.main-cuadrado-container {
margin-top: 80px;
position: relative;
width: 100%;
min-width: 320px;
max-width: 500px;
height: auto;
/* margin: 0 auto; */
display: flex;
margin-bottom: 100px;
}
.cuadrado-frame-container {
width: 90%;
min-width: 288px;
max-width: 400px;
height: 500px;
margin: 5px auto;
padding: 10px;
background-color: var(--soft-blue);
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.cuadrado-frame-container .cuadrado--title {
margin-bottom: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
text-align: center;
}
.cuadrado-frame-container .cuadrado--subtitle {
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--black);
}
.cuadrado-frame-container .cuadrado--pregunta {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
}
#inputCuadrado {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 150px;
left: calc(50% - 60px);
}
#cuadrado--perimetro {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 350px;
left: calc(50% - 97px);
}
#cuadrado--area {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 400px;
left: calc(50% - 97px);
}
/* --->>> CUADRADO <<<---*/
/* <<< TRIANGULO >>> */
.main-triangulo-container {
margin-top: 80px;
position: relative;
width: 100%;
min-width: 320px;
max-width: 500px;
height: auto;
margin-bottom: 100px;
}
.triangulo-frame-container {
width: 90%;
min-width: 288px;
max-width: 400px;
height: 500px;
margin: 5px auto;
padding: 10px;
background-color: var(--soft-blue);
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.triangulo-frame-container .triangulo--title {
margin-bottom: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
text-align: center;
}
.triangulo-frame-container .triangulo--subtitle {
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--black);
}
.triangulo-frame-container .triangulo--pregunta {
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
}
#inputLado1 {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 125px;
left: calc(50% - 30px);
}
#inputLado2 {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 175px;
left: calc(50% - 30px);
}
#inputLadoBase {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 225px;
left: calc(50% - 30px);
}
#inputAltura {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 275px;
left: calc(50% - 30px);
}
#triangulo--perimetro {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 380px;
left: calc(50% - 97px);
}
#triangulo--area {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 430px;
left: calc(50% - 95px);
}
.triangulo-frame-container .label--inputLado1 {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 145px;
left: calc(50% - 110px);
}
.triangulo-frame-container .label--inputLado2 {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 195px;
left: calc(50% - 110px);
}
.triangulo-frame-container .label--inputLadoBase {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 245px;
left: calc(50% - 110px);
}
.triangulo-frame-container .label--inputAltura {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 295px;
left: calc(50% - 110px);
}
/* --->>> TRIANGULO <<<---*/
/* <<< TRIANGULO >>> */
.main-circulo-container {
margin-top: 80px;
position: relative;
width: 100%;
min-width: 320px;
max-width: 500px;
height: auto;
margin-bottom: 100px;
}
.circulo-frame-container {
position: relative;
width: 90%;
min-width: 288px;
max-width: 400px;
height: 500px;
margin: 5px auto;
padding: 10px;
background-color: var(--soft-blue);
border-radius: 5px;
box-shadow: 0px 4px 8px rgba(89, 73, 30, 0.16);
}
.circulo-frame-container .circulo--title {
position: absolute;
margin-bottom: 25px;
font-size: 2.5rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
text-align: center;
left: calc(50% - 56px);
}
.circulo-frame-container .circulo--subtitle {
position: absolute;
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--black);
top: 60px;
left: calc(50% - 164px);
}
.cuadrado-frame-container .cuadrado--pregunta {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
}
#inputCirculo {
position: absolute;
width: 110px;
padding: 10px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 2px solid black;
border-radius: 4px;
top: 150px;
left: calc(50% - 60px);
}
.circulo-frame-container .label--inputCirculo {
position: absolute;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--black);
top: 130px;
left: calc(50% - 125px);
}
#circulo--perimetro {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 350px;
left: calc(50% - 97px);
}
#circulo--area {
position: absolute;
width: 192px;
background-color: var(--black);
border-radius: 8px;
color: white;
padding: 10px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 1.6rem;
margin: 4px 2px;
top: 400px;
left: calc(50% - 97px);
}
#RCuadrado {
position: absolute;
font-size: 1.6rem;
font-weight: bold;
top: 300px;
left: calc(50% - 125px);
}
#RTriangulo {
position: absolute;
font-size: 1.6rem;
font-weight: bold;
top: 340px;
left: calc(50% - 124px);
}
#RCirculo {
position: absolute;
font-size: 1.6rem;
font-weight: bold;
top: 300px;
left: calc(50% - 162px);
}
/* **** FOOTER **** */
footer {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 100px;
text-align: center;
color: #E7F5FF;
background-color: black;
}
footer h2 {
font-size: 2rem;
}
footer h3 {
font-size: 1.5rem;
} | 0.406744 | 0.166879 |
body {
background:#f1f1f1;
min-width:0;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 1.4em
}
#login {
padding:20px 0;
width:320px;
margin:0 auto;
}
.login h1 {
text-align: center;
}
.login form {
margin-top:20px;
margin-left:0;
padding:26px 24px 26px;
background:#fff;
box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#login form p {
margin-bottom:0;
}
p { line-height: 1.5; }
.login form , .login h1 a {
overflow: hidden;
font-weight: 400;
}
.login label {
color:#72777c;
font-size: 14px;
}
label {
cursor:pointer;
vertical-align: middle;
}
.login form .input, .login input[type=checkbox] , .login input[type=text] {
background: #fbfbfb;
}
.login form .input, .login input[type=text] {
font-size: 24px;
width: 100%;
padding:3px;
margin:2px 6px 16px 0;
}
input[type=text] {
border:1px solid #ddd;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
background-color: #fff;
color: #32373c;
outline: 0;
-webkit-transition: 50ms border-color ease-in-out;
transition: 50ms border-color ease-in-out
}
input[type=radio], input[type=checkbox] {
border: 1px solid #b4b9be;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 16px;
margin: -4px 4px 0 0;
outline: 0;
padding: 0 !important;
text-align: center;
vertical-align: middle;
width: 16px;
min-width: 16px;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-webkit-transition: .05s border-color ease-in-out;
transition: .05s border-color ease-in-out;
}
.login form .rememberme {
float:left; font-weight: 400;
}
.login form .rememberme label {
font-size:12px;
line-height: 19px;
}
p.submit {
text-align: left;
max-width: 100%;
}
#loginform p.submit {
border:none;
margin:-10px 0 20px;
}
.login form p.submit {
margin:0; padding:0;
}
.rs-core-ui .button.button-large {
height: 30px;
line-height: 28px;
padding: 0 12px 2px
}
.rs-core-ui p .button {
vertical-align: baseline;
}
.login .button-primary {
float:right;
}
input:matches([type="button"], [type="submit"], [type="reset"]) {
align-items: flex-start;
text-align: center;
cursor: default;
color: buttontext;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 3px;
padding-left: 6px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: outset;
border-right-style: outset;
border-bottom-style: outset;
border-left-style: outset;
border-top-color: buttonface;
border-right-color: buttonface;
border-bottom-color: buttonface;
border-left-color: buttonface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: buttonface;
box-sizing: border-box;
}
.rs-core-ui .button, .rs-core-ui .button-primary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
-webkit-border-radius: 3px;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rs-core-ui .button-primary {
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
} | static/admin/css/login.css | body {
background:#f1f1f1;
min-width:0;
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
line-height: 1.4em
}
#login {
padding:20px 0;
width:320px;
margin:0 auto;
}
.login h1 {
text-align: center;
}
.login form {
margin-top:20px;
margin-left:0;
padding:26px 24px 26px;
background:#fff;
box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#login form p {
margin-bottom:0;
}
p { line-height: 1.5; }
.login form , .login h1 a {
overflow: hidden;
font-weight: 400;
}
.login label {
color:#72777c;
font-size: 14px;
}
label {
cursor:pointer;
vertical-align: middle;
}
.login form .input, .login input[type=checkbox] , .login input[type=text] {
background: #fbfbfb;
}
.login form .input, .login input[type=text] {
font-size: 24px;
width: 100%;
padding:3px;
margin:2px 6px 16px 0;
}
input[type=text] {
border:1px solid #ddd;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
background-color: #fff;
color: #32373c;
outline: 0;
-webkit-transition: 50ms border-color ease-in-out;
transition: 50ms border-color ease-in-out
}
input[type=radio], input[type=checkbox] {
border: 1px solid #b4b9be;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 16px;
margin: -4px 4px 0 0;
outline: 0;
padding: 0 !important;
text-align: center;
vertical-align: middle;
width: 16px;
min-width: 16px;
-webkit-appearance: none;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
-webkit-transition: .05s border-color ease-in-out;
transition: .05s border-color ease-in-out;
}
.login form .rememberme {
float:left; font-weight: 400;
}
.login form .rememberme label {
font-size:12px;
line-height: 19px;
}
p.submit {
text-align: left;
max-width: 100%;
}
#loginform p.submit {
border:none;
margin:-10px 0 20px;
}
.login form p.submit {
margin:0; padding:0;
}
.rs-core-ui .button.button-large {
height: 30px;
line-height: 28px;
padding: 0 12px 2px
}
.rs-core-ui p .button {
vertical-align: baseline;
}
.login .button-primary {
float:right;
}
input:matches([type="button"], [type="submit"], [type="reset"]) {
align-items: flex-start;
text-align: center;
cursor: default;
color: buttontext;
padding-top: 2px;
padding-right: 6px;
padding-bottom: 3px;
padding-left: 6px;
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: outset;
border-right-style: outset;
border-bottom-style: outset;
border-left-style: outset;
border-top-color: buttonface;
border-right-color: buttonface;
border-bottom-color: buttonface;
border-left-color: buttonface;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
background-color: buttonface;
box-sizing: border-box;
}
.rs-core-ui .button, .rs-core-ui .button-primary {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 26px;
height: 28px;
margin: 0;
padding: 0 10px 1px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
-webkit-border-radius: 3px;
border-radius: 3px;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rs-core-ui .button-primary {
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
} | 0.212559 | 0.069985 |
html, body, h1, h2, h3, h4, h5, div, p, li, code {
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color:#333333;
}
html, body{
font-size:12px;
line-height:24px;
}
h1, h2, h3, h4, h5, strong, b, th
{
color:#333333;
}
#story
{
min-height:calc(100vh - 272px);
}
footer, footer a, footer a:hover, footer li
{
background-color:#773F98;
color:white;
}
#content
{
padding:48px 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5
{
padding-bottom: 6px;
}
#content ul li
{
margin-left:16px;
}
pre
{
background-color: rgba(0, 0, 0, 0.04);
padding:16px;
margin:8px 0;
border:1px solid #DDD;
}
pre
{
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
code {
padding: 0.2em 0px;
margin:0px;
background-color: rgba(0, 0, 0, 0.04);
border-radius:3px;
word-wrap:break-word;
}
.sticky.contain-to-grid
{
height:50px;
}
aside,
.sticky.contain-to-grid,
.sticky.contain-to-grid *
{
background-color: #773F98!important;
}
aside a, aside a:hover
{
color:#FFF;
}
a
{
color:#5D78C0;
}
a:not(.header):hover
{
text-decoration:underline;
color:#073D8A;
}
.full-width {
max-width: 1400px;
}
.footer, .footer h2 {
background-color: #773F98;
padding: 2rem 4rem;
text-align: center;
color: #fff;
}
.footer i {
font-size: 100px;
}
.footer h4 {
color: #fff;
font-size: 1rem;
font-weight: 400;
text-transform: uppercase;
margin-top: 2.5rem;
margin-bottom: 10px;
}
.footer p {
font-weight: 300;
}
@media only screen and (min-width: 40.063em) {
.footer .columns:nth-child(n+2) {
border-left: 1px solid #7F45A1;
min-height: 280px;
}
}
img
{
max-width: 70%;
}
.item-selector
{
padding: 4px 24px;
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA81BMVEUAAAAAfrYAfrZ5udZ8u9cAfrZ0t9V0t9UAfrYAfrYAfrZqstJttNNrs9IAfrZUp8wulcJFoMhGoMlEn8gAfrYfjb49nMY9nMY7m8YdjL4fjb74+Pj19/ju9fe+6PPW7/Xf8fYAfrYRhrrK4uzV7/U5msWw1eW96PPv9vcBfrYDf7e/6fPz9vfg8fYCf7eo4/ENhLkQhrrO4+3L7PQTh7sTiLvM7PTR<KEY>=") no-repeat scroll 4px 4px transparent;
}
.alert-box.scrud
{
background-color: #FAF9C8;
border-color:#D1CF38;
color:#575507;
}
.alert-box.warn
{
background-color: #FACDF9;
border-color:#FABBF9;
color:#8C0A8A;
}
.pad
{
padding:36px!important;
}
.vpad8
{
padding:12px 0!important;
}
#content
{
min-height:1000px;
} | docs/assets/styles/mixdoc.css | html, body, h1, h2, h3, h4, h5, div, p, li, code {
font-family: "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color:#333333;
}
html, body{
font-size:12px;
line-height:24px;
}
h1, h2, h3, h4, h5, strong, b, th
{
color:#333333;
}
#story
{
min-height:calc(100vh - 272px);
}
footer, footer a, footer a:hover, footer li
{
background-color:#773F98;
color:white;
}
#content
{
padding:48px 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5
{
padding-bottom: 6px;
}
#content ul li
{
margin-left:16px;
}
pre
{
background-color: rgba(0, 0, 0, 0.04);
padding:16px;
margin:8px 0;
border:1px solid #DDD;
}
pre
{
font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
code {
padding: 0.2em 0px;
margin:0px;
background-color: rgba(0, 0, 0, 0.04);
border-radius:3px;
word-wrap:break-word;
}
.sticky.contain-to-grid
{
height:50px;
}
aside,
.sticky.contain-to-grid,
.sticky.contain-to-grid *
{
background-color: #773F98!important;
}
aside a, aside a:hover
{
color:#FFF;
}
a
{
color:#5D78C0;
}
a:not(.header):hover
{
text-decoration:underline;
color:#073D8A;
}
.full-width {
max-width: 1400px;
}
.footer, .footer h2 {
background-color: #773F98;
padding: 2rem 4rem;
text-align: center;
color: #fff;
}
.footer i {
font-size: 100px;
}
.footer h4 {
color: #fff;
font-size: 1rem;
font-weight: 400;
text-transform: uppercase;
margin-top: 2.5rem;
margin-bottom: 10px;
}
.footer p {
font-weight: 300;
}
@media only screen and (min-width: 40.063em) {
.footer .columns:nth-child(n+2) {
border-left: 1px solid #7F45A1;
min-height: 280px;
}
}
img
{
max-width: 70%;
}
.item-selector
{
padding: 4px 24px;
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA81BMVEUAAAAAfrYAfrZ5udZ8u9cAfrZ0t9V0t9UAfrYAfrYAfrZqstJttNNrs9IAfrZUp8wulcJFoMhGoMlEn8gAfrYfjb49nMY9nMY7m8YdjL4fjb74+Pj19/ju9fe+6PPW7/Xf8fYAfrYRhrrK4uzV7/U5msWw1eW96PPv9vcBfrYDf7e/6fPz9vfg8fYCf7eo4/ENhLkQhrrO4+3L7PQTh7sTiLvM7PTR<KEY>=") no-repeat scroll 4px 4px transparent;
}
.alert-box.scrud
{
background-color: #FAF9C8;
border-color:#D1CF38;
color:#575507;
}
.alert-box.warn
{
background-color: #FACDF9;
border-color:#FABBF9;
color:#8C0A8A;
}
.pad
{
padding:36px!important;
}
.vpad8
{
padding:12px 0!important;
}
#content
{
min-height:1000px;
} | 0.260672 | 0.076339 |
@charset "UTF-08";
body {
margin: 0px;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.8em;
}
p {
font-size: 1.2em;
}
@media(max-width: 800px){
#navpai {
height: 25px;
background-color: black;
padding: 25px;
text-align: right;
position: fixed;
right: 0px;
left: 0px;
z-index: +10;
}
#navmobile {
margin-top: 0%;
margin-bottom: 100px;
}
#navmobile > a {
padding: 15px;
color: white;
text-decoration: none;
margin: 0px;
font-size: 1.2em;
transition: all 0.5s;
}
#navmobile > a > img {
width: 30px;
margin: 0px;
padding: 0px;
}
#navmobile>a>img:hover {
transform: scale(90%);
}
#navfilha {
display: none;
}
#navfilhamobile {
display: none;
}
#navmobile:hover>#navfilhamobile{
display: block;
}
#navfilhamobile {
background-color: rgb(0, 0, 0);
top: 70px;
right: 0px;
position: fixed;
box-shadow: 2px 2px 2px black;
}
#navfilhamobile>ul>li{
list-style: none;
}
#navfilhamobile>ul{
padding: 0%;
}
#navfilhamobile>ul>li>a {
color: white;
line-height: 4em;
text-decoration: none;
text-align: right;
margin: 0px;
font-size: 1.2em;
padding: 25px;
transition: all 0.5s;
}
#navpai>img {
left: 20px;
top: 10px;
position: absolute;
height: 50%;
}
#navfilhamobile>ul>li>a:hover {
background-color: rgba(128, 128, 128, 0.432);
}
}
@media(min-width: 800px){
#navmobile {
display: none;
}
#navfilhamobile {
display: none;
}
#navpai {
height: 25px;
background-color: black;
padding: 25px;
text-align: right;
position: fixed;
right: 0px;
left: 0px;
z-index: +10;
}
#navfilha > a {
color: white;
text-decoration: none;
margin: 0px;
font-size: 1.2em;
padding: 25px;
transition: all 0.5s;
}
#navpai>img {
left: 20px;
top: 10px;
position: absolute;
height: 50%;
}
#navfilha>a:hover {
background-color: rgba(128, 128, 128, 0.432) ;
}
}
main {
padding-top: 70px;
}
header {
height: 1000px;
background-image: url(imagens/Night-Space-Cartoon-Rocket-Star-Universe-Moon-3262811.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
header>h1 {
font-size: 6em;
padding-top: 50px;
margin-top: 0px;
margin-right: auto;
text-align: center;
text-shadow: 4px 4px 3px rgba(255, 255, 255, 0.527);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header > p {
color: white;
padding: 30px;
max-width: 500px;
margin: auto;
text-align: center;
font-size: 1.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
border-top-style: solid;
border-top-width: 5px;
border-top-color: white;
}
header > div {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 15px;
height: 30px;
width: 90px;
margin: auto;
text-align: center;
padding-top: 3px;
}
header > div > a {
text-decoration: none;
font-size: 1.5em;
color: white;
}
header > div:hover {
background-color: black;
}
#mainsec {
background-color:#F0E9E9 ;
}
@media(max-width: 1200px){
#projeto {
margin: auto;
max-width: 900px;
}
#projeto > h1 {
margin: 0px;
}
#projeto > h2 {
margin: 0px;
}
.video {
text-align: center;
position: relative;
overflow-y: hidden;
padding-top: 2%;
margin: 0px;
}
.iframe {
margin: auto;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
#txtlado {
max-width: 500px;
margin: auto;
text-align: center;
padding: 2%;
}
#txtlado > h2 {
text-align: center;
}
}
@media(min-width: 1200px){
#projeto {
margin: auto;
max-width: 1200px;
}
#projeto > h1 {
margin: 0px;
}
#projeto > h2 {
margin: 0px;
}
.video {
position: relative;
overflow-y: hidden;
padding: 0%;
margin: 10px;
display: inline-block;
}
.iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
#txtlado {
width: 400px;
margin: 5%;
text-align: center;
display: inline-block;
}
#txtlado > h2 {
margin: 0px;
padding-left: 20%;
}
}
#selecao {
text-align: center;
}
.nave {
display: inline-block;
width: 200px;
padding: 5%;
text-align: center;
}
.nave img {
width: 40%;
border-radius: 50%;
transition: all 0.5s;
}
.nave img:hover {
background-color: black;
}
#ecopontos {
text-align: center;
background-image: url(imagens/space-fundos.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
#ecopontos img {
width: 100%;
transition: all 0.5s;
}
#ecopontos img:hover {
transform: scale(105%);
}
#ecopontos p {
font-size: 1.5em;
}
.ecopontos {
max-width: 300px;
display: inline-block;
padding: 5%;
}
@media(max-width: 1450px){
#sobremim > div{
margin: auto;
max-width: 500px;
text-align: center;
}
#sobremim img{
width: 50%;
transition: all 0.5s;
}
#sobremim img:hover {
transform: scale(105%);
}
#sobremim>figure>p{
text-align: center;
margin: 20px;
}
}
@media(min-width: 1450px){
#sobremim > div{
margin: 5%;
max-width: 500px;
text-align: center;
float: left;
}
#sobremim img{
width: 50%;
transition: all 0.5s;
}
#sobremim img:hover {
overflow: hidden;
transform: scale(105%);
}
#sobremim>figure>p{
text-align: center;
margin: 20px;
}
}
@media(max-width: 1450px){
#rodape {
max-width: 900px;
margin: auto;
}
footer {
background-color: black;
}
.credito {
padding: 0px;
color: white;
max-width: 500px;
text-align: center;
margin: auto;
display: block;
}
}
@media(min-width: 1450px){
#rodape {
margin: auto;
width: 605px;
}
footer {
background-color: rgb(0, 0, 0);
}
.credito {
color: white;
width: 300px;
display: inline-block;
text-align: center;
margin: 0px;
}
} | style.css | @charset "UTF-08";
body {
margin: 0px;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.8em;
}
p {
font-size: 1.2em;
}
@media(max-width: 800px){
#navpai {
height: 25px;
background-color: black;
padding: 25px;
text-align: right;
position: fixed;
right: 0px;
left: 0px;
z-index: +10;
}
#navmobile {
margin-top: 0%;
margin-bottom: 100px;
}
#navmobile > a {
padding: 15px;
color: white;
text-decoration: none;
margin: 0px;
font-size: 1.2em;
transition: all 0.5s;
}
#navmobile > a > img {
width: 30px;
margin: 0px;
padding: 0px;
}
#navmobile>a>img:hover {
transform: scale(90%);
}
#navfilha {
display: none;
}
#navfilhamobile {
display: none;
}
#navmobile:hover>#navfilhamobile{
display: block;
}
#navfilhamobile {
background-color: rgb(0, 0, 0);
top: 70px;
right: 0px;
position: fixed;
box-shadow: 2px 2px 2px black;
}
#navfilhamobile>ul>li{
list-style: none;
}
#navfilhamobile>ul{
padding: 0%;
}
#navfilhamobile>ul>li>a {
color: white;
line-height: 4em;
text-decoration: none;
text-align: right;
margin: 0px;
font-size: 1.2em;
padding: 25px;
transition: all 0.5s;
}
#navpai>img {
left: 20px;
top: 10px;
position: absolute;
height: 50%;
}
#navfilhamobile>ul>li>a:hover {
background-color: rgba(128, 128, 128, 0.432);
}
}
@media(min-width: 800px){
#navmobile {
display: none;
}
#navfilhamobile {
display: none;
}
#navpai {
height: 25px;
background-color: black;
padding: 25px;
text-align: right;
position: fixed;
right: 0px;
left: 0px;
z-index: +10;
}
#navfilha > a {
color: white;
text-decoration: none;
margin: 0px;
font-size: 1.2em;
padding: 25px;
transition: all 0.5s;
}
#navpai>img {
left: 20px;
top: 10px;
position: absolute;
height: 50%;
}
#navfilha>a:hover {
background-color: rgba(128, 128, 128, 0.432) ;
}
}
main {
padding-top: 70px;
}
header {
height: 1000px;
background-image: url(imagens/Night-Space-Cartoon-Rocket-Star-Universe-Moon-3262811.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
header>h1 {
font-size: 6em;
padding-top: 50px;
margin-top: 0px;
margin-right: auto;
text-align: center;
text-shadow: 4px 4px 3px rgba(255, 255, 255, 0.527);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
header > p {
color: white;
padding: 30px;
max-width: 500px;
margin: auto;
text-align: center;
font-size: 1.5em;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: bold;
border-top-style: solid;
border-top-width: 5px;
border-top-color: white;
}
header > div {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 15px;
height: 30px;
width: 90px;
margin: auto;
text-align: center;
padding-top: 3px;
}
header > div > a {
text-decoration: none;
font-size: 1.5em;
color: white;
}
header > div:hover {
background-color: black;
}
#mainsec {
background-color:#F0E9E9 ;
}
@media(max-width: 1200px){
#projeto {
margin: auto;
max-width: 900px;
}
#projeto > h1 {
margin: 0px;
}
#projeto > h2 {
margin: 0px;
}
.video {
text-align: center;
position: relative;
overflow-y: hidden;
padding-top: 2%;
margin: 0px;
}
.iframe {
margin: auto;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
#txtlado {
max-width: 500px;
margin: auto;
text-align: center;
padding: 2%;
}
#txtlado > h2 {
text-align: center;
}
}
@media(min-width: 1200px){
#projeto {
margin: auto;
max-width: 1200px;
}
#projeto > h1 {
margin: 0px;
}
#projeto > h2 {
margin: 0px;
}
.video {
position: relative;
overflow-y: hidden;
padding: 0%;
margin: 10px;
display: inline-block;
}
.iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
#txtlado {
width: 400px;
margin: 5%;
text-align: center;
display: inline-block;
}
#txtlado > h2 {
margin: 0px;
padding-left: 20%;
}
}
#selecao {
text-align: center;
}
.nave {
display: inline-block;
width: 200px;
padding: 5%;
text-align: center;
}
.nave img {
width: 40%;
border-radius: 50%;
transition: all 0.5s;
}
.nave img:hover {
background-color: black;
}
#ecopontos {
text-align: center;
background-image: url(imagens/space-fundos.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
}
#ecopontos img {
width: 100%;
transition: all 0.5s;
}
#ecopontos img:hover {
transform: scale(105%);
}
#ecopontos p {
font-size: 1.5em;
}
.ecopontos {
max-width: 300px;
display: inline-block;
padding: 5%;
}
@media(max-width: 1450px){
#sobremim > div{
margin: auto;
max-width: 500px;
text-align: center;
}
#sobremim img{
width: 50%;
transition: all 0.5s;
}
#sobremim img:hover {
transform: scale(105%);
}
#sobremim>figure>p{
text-align: center;
margin: 20px;
}
}
@media(min-width: 1450px){
#sobremim > div{
margin: 5%;
max-width: 500px;
text-align: center;
float: left;
}
#sobremim img{
width: 50%;
transition: all 0.5s;
}
#sobremim img:hover {
overflow: hidden;
transform: scale(105%);
}
#sobremim>figure>p{
text-align: center;
margin: 20px;
}
}
@media(max-width: 1450px){
#rodape {
max-width: 900px;
margin: auto;
}
footer {
background-color: black;
}
.credito {
padding: 0px;
color: white;
max-width: 500px;
text-align: center;
margin: auto;
display: block;
}
}
@media(min-width: 1450px){
#rodape {
margin: auto;
width: 605px;
}
footer {
background-color: rgb(0, 0, 0);
}
.credito {
color: white;
width: 300px;
display: inline-block;
text-align: center;
margin: 0px;
}
} | 0.357904 | 0.090615 |
.caixa2 li:nth-child(1) span {
background-image: url(https://images.unsplash.com/photo-1629540423048-aadbe10aecf2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODc5OA&ixlib=rb-1.2.1&q=80&w=1080);
}
.caixa2 li:nth-child(2) span {
background-image: url(https://images.unsplash.com/photo-1619534467396-bb6960fd4d01?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODgzMQ&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 6s;
}
.caixa2 li:nth-child(3) span {
background-image: url(https://images.unsplash.com/photo-1629812617990-d5ffbc574f32?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg0Nw&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 12s;
}
.caixa2 li:nth-child(4) span {
background-image: url(https://images.unsplash.com/photo-1629122217291-0faae4ea9b5c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg2MA&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 18s;
}
.caixa2 li:nth-child(5) span {
background-image: url(https://images.unsplash.com/photo-1629049223901-d3416d318091?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg4MA&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 24s;
}
.caixa2 li:nth-child(6) span {
background-image: url(https://images.unsplash.com/photo-1629394661462-13ea8fe156ef?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg5Ng&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 30s;
}
.caixa2 li:nth-child(2) div {
animation-delay: 6s;
}
.caixa2 li:nth-child(3) div {
animation-delay: 12s;
}
.caixa2 li:nth-child(4) div {
animation-delay: 18s;
}
.caixa2 li:nth-child(5) div {
animation-delay: 24s;
}
.caixa2 li:nth-child(6) div {
animation-delay: 30s;
}
@keyframes imageAnimation {
0% { opacity: 0; animation-timing-function: ease-in; }
8% { opacity: 1; animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
.no-cssanimations .caixa2 li span{
opacity: 1;
}
@media screen and (max-width: 1140px) {
.caixa2 li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
.caixa2 li div h3 { font-size: 80px }
}
@keyframes imageAnimation {
0% {
opacity: 0;
animation-timing-function: ease-in;
}
8% {
opacity: 1;
transform: scale(1.05);
animation-timing-function: ease-out;
}
17% {
opacity: 1;
transform: scale(1.1) rotate(3deg);
}
25% {
opacity: 0;
transform: scale(1.1) rotate(3deg);
}
100% { opacity: 0 }
} | SiteNoticias/css/carousel.css | .caixa2 li:nth-child(1) span {
background-image: url(https://images.unsplash.com/photo-1629540423048-aadbe10aecf2?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODc5OA&ixlib=rb-1.2.1&q=80&w=1080);
}
.caixa2 li:nth-child(2) span {
background-image: url(https://images.unsplash.com/photo-1619534467396-bb6960fd4d01?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODgzMQ&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 6s;
}
.caixa2 li:nth-child(3) span {
background-image: url(https://images.unsplash.com/photo-1629812617990-d5ffbc574f32?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg0Nw&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 12s;
}
.caixa2 li:nth-child(4) span {
background-image: url(https://images.unsplash.com/photo-1629122217291-0faae4ea9b5c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg2MA&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 18s;
}
.caixa2 li:nth-child(5) span {
background-image: url(https://images.unsplash.com/photo-1629049223901-d3416d318091?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg4MA&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 24s;
}
.caixa2 li:nth-child(6) span {
background-image: url(https://images.unsplash.com/photo-1629394661462-13ea8fe156ef?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxfDB8MXxyYW5kb218MHx8fHx8fHx8MTYzMTM5ODg5Ng&ixlib=rb-1.2.1&q=80&w=1080);
animation-delay: 30s;
}
.caixa2 li:nth-child(2) div {
animation-delay: 6s;
}
.caixa2 li:nth-child(3) div {
animation-delay: 12s;
}
.caixa2 li:nth-child(4) div {
animation-delay: 18s;
}
.caixa2 li:nth-child(5) div {
animation-delay: 24s;
}
.caixa2 li:nth-child(6) div {
animation-delay: 30s;
}
@keyframes imageAnimation {
0% { opacity: 0; animation-timing-function: ease-in; }
8% { opacity: 1; animation-timing-function: ease-out; }
17% { opacity: 1 }
25% { opacity: 0 }
100% { opacity: 0 }
}
@keyframes titleAnimation {
0% { opacity: 0 }
8% { opacity: 1 }
17% { opacity: 1 }
19% { opacity: 0 }
100% { opacity: 0 }
}
.no-cssanimations .caixa2 li span{
opacity: 1;
}
@media screen and (max-width: 1140px) {
.caixa2 li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
.caixa2 li div h3 { font-size: 80px }
}
@keyframes imageAnimation {
0% {
opacity: 0;
animation-timing-function: ease-in;
}
8% {
opacity: 1;
transform: scale(1.05);
animation-timing-function: ease-out;
}
17% {
opacity: 1;
transform: scale(1.1) rotate(3deg);
}
25% {
opacity: 0;
transform: scale(1.1) rotate(3deg);
}
100% { opacity: 0 }
} | 0.599602 | 0.170094 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main{
height: 100vh;
width: 100%;
overflow: hidden;
background-color: rgb(28, 39, 43);
position: relative;
}
.main .header{
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 1rem 1rem 4rem;
border-bottom: 1px solid gray;
}
.main .header .left h2{
color: white;
}
.main .header .Middle h1{
text-transform: uppercase;
color: #ff6c37;
margin-right: -12rem;
}
.main .header .right a{
line-height: 1.5;
border-radius: 3px;
border: navajowhite;
font-weight: 700;
font-size: 14px;
padding: 12px 16px;
text-align: center;
color: rgb(255, 255, 255);
background-color: rgb(255, 108, 55) !important;
border-color: rgb(255, 108, 55) !important;
margin-left: 1rem;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
}
.main .header .right button{
line-height: 1.5;
border-radius: 3px;
border: navajowhite;
font-weight: 700;
font-size: 14px;
padding: 12px 16px;
text-align: center;
color: rgb(255, 255, 255);
background-color: rgb(255, 108, 55) !important;
border-color: rgb(255, 108, 55) !important;
margin-left: 1rem;
text-transform: uppercase;
cursor: pointer;
}
.main .header .right .info{
margin: 0;
border-radius: 50%;
padding: 2px 10px;
text-transform: lowercase;
}
.main .header .right a:hover,.main .header .right button:hover{
background-color: rgba(255, 108, 55, 0.847) !important;
border-color: rgb(255, 108, 55) !important;
}
.main .header .right a .MuiSvgIcon-root
{
margin-bottom: -5px;
}
.maincontainer{
display: flex;
height: 90vh;
}
.maincontainer .leftmost{
flex: 0.20;
padding: 1rem;
display: flex;
align-items: center;
flex-direction: column;
color: white;
border-right: 1px gray solid;
}
.maincontainer .leftmost ul li{
color: #ff6c37;
}
.maincontainer .middle{
flex: 0.60;
display: flex;
justify-content: center;
align-items: center;
}
.maincontainer .right{
flex: 0.20;
display: flex;
justify-content: center;
height: 100%;
padding: 1rem;
border-left: 1px solid gray;
overflow-y: scroll;
}
.generate{
line-height: 1.5;
border-radius: 3px;
border: navajowhite;
font-weight: 700;
font-size: 14px;
padding: 12px 16px;
text-align: center;
color: rgb(255, 255, 255);
background-color: rgb(255, 108, 55) !important;
border-color: rgb(255, 108, 55) !important;
text-transform: uppercase;
cursor: pointer;
margin-top: 1rem;
}
.input-box .details{
font-weight: 500;
margin-bottom: 5px;
color: white;
}
.input-box input{
height: 45px;
width: 100%;
outline: none;
border-radius: 5px;
margin: 6px 0 10px 0;
border: 1px solid rgb(107, 107, 107);
padding-left: 15px;
font-size: 16px;
border-bottom-width: 2px;
transition: all 0.3s ease;
font-weight: 500;
}
.input-box textarea{
height: 100px;
width: 100%;
outline: none;
border-radius: 5px;
margin: 6px 0 10px 0;
border: 1px solid rgb(107, 107, 107);
padding-left: 15px;
padding-top: 5px;
font-size: 16px;
border-bottom-width: 2px;
transition: all 0.3s ease;
font-weight: 500;
font-family: inherit;
}
.right .form{
display: flex;
flex-direction: column;
}
::-webkit-scrollbar {
width: 2px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
@media all {
.page-break {
display: none;
}
}
@media print {
html, body {
height: initial !important;
overflow: initial !important;
-webkit-print-color-adjust: exact;
}
}
@media print {
.page-break {
margin-top: 1rem;
display: block;
page-break-before: auto;
}
}
@page {
size: auto;
margin: 20mm;
}
.popup{
position: fixed;
/* top: 50%; */
/* left: 50%; */
z-index: 100;
background: rgba;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transition: 1s ease;
}
.popup-box{
background: white;
padding: 2rem;
/* display: flex; */
border-radius: 40px;
/* flex-direction: column; */
/* justify-content: center; */
}
.popup-box button{
padding: 6px 18px;
margin-left: 23rem;
border: none;
background: #f44336;
color: white;
border-radius: 5px;
font-weight: 500;
cursor: pointer;
}
.popup-box li{
color: #ff6c37;
font-weight: bold;
}
.leftmost .templates{
padding: 2px;
overflow: hidden;
border: 1px solid #f44336;
margin: 1rem;
border-radius: 0px;
background: #ff57222b;
cursor: pointer;
transition: 0.5s;
}
.leftmost .active{
box-shadow: 0 0 5px 2px rgb(255 71 57);
transform: scale(1.05)
}
.leftmost .templates img{
width: 12rem;
height: 100%;
} | src/components/homepage.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.main{
height: 100vh;
width: 100%;
overflow: hidden;
background-color: rgb(28, 39, 43);
position: relative;
}
.main .header{
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 1rem 1rem 4rem;
border-bottom: 1px solid gray;
}
.main .header .left h2{
color: white;
}
.main .header .Middle h1{
text-transform: uppercase;
color: #ff6c37;
margin-right: -12rem;
}
.main .header .right a{
line-height: 1.5;
border-radius: 3px;
border: navajowhite;
font-weight: 700;
font-size: 14px;
padding: 12px 16px;
text-align: center;
color: rgb(255, 255, 255);
background-color: rgb(255, 108, 55) !important;
border-color: rgb(255, 108, 55) !important;
margin-left: 1rem;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
}
.main .header .right button{
line-height: 1.5;
border-radius: 3px;
border: navajowhite;
font-weight: 700;
font-size: 14px;
padding: 12px 16px;
text-align: center;
color: rgb(255, 255, 255);
background-color: rgb(255, 108, 55) !important;
border-color: rgb(255, 108, 55) !important;
margin-left: 1rem;
text-transform: uppercase;
cursor: pointer;
}
.main .header .right .info{
margin: 0;
border-radius: 50%;
padding: 2px 10px;
text-transform: lowercase;
}
.main .header .right a:hover,.main .header .right button:hover{
background-color: rgba(255, 108, 55, 0.847) !important;
border-color: rgb(255, 108, 55) !important;
}
.main .header .right a .MuiSvgIcon-root
{
margin-bottom: -5px;
}
.maincontainer{
display: flex;
height: 90vh;
}
.maincontainer .leftmost{
flex: 0.20;
padding: 1rem;
display: flex;
align-items: center;
flex-direction: column;
color: white;
border-right: 1px gray solid;
}
.maincontainer .leftmost ul li{
color: #ff6c37;
}
.maincontainer .middle{
flex: 0.60;
display: flex;
justify-content: center;
align-items: center;
}
.maincontainer .right{
flex: 0.20;
display: flex;
justify-content: center;
height: 100%;
padding: 1rem;
border-left: 1px solid gray;
overflow-y: scroll;
}
.generate{
line-height: 1.5;
border-radius: 3px;
border: navajowhite;
font-weight: 700;
font-size: 14px;
padding: 12px 16px;
text-align: center;
color: rgb(255, 255, 255);
background-color: rgb(255, 108, 55) !important;
border-color: rgb(255, 108, 55) !important;
text-transform: uppercase;
cursor: pointer;
margin-top: 1rem;
}
.input-box .details{
font-weight: 500;
margin-bottom: 5px;
color: white;
}
.input-box input{
height: 45px;
width: 100%;
outline: none;
border-radius: 5px;
margin: 6px 0 10px 0;
border: 1px solid rgb(107, 107, 107);
padding-left: 15px;
font-size: 16px;
border-bottom-width: 2px;
transition: all 0.3s ease;
font-weight: 500;
}
.input-box textarea{
height: 100px;
width: 100%;
outline: none;
border-radius: 5px;
margin: 6px 0 10px 0;
border: 1px solid rgb(107, 107, 107);
padding-left: 15px;
padding-top: 5px;
font-size: 16px;
border-bottom-width: 2px;
transition: all 0.3s ease;
font-weight: 500;
font-family: inherit;
}
.right .form{
display: flex;
flex-direction: column;
}
::-webkit-scrollbar {
width: 2px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
@media all {
.page-break {
display: none;
}
}
@media print {
html, body {
height: initial !important;
overflow: initial !important;
-webkit-print-color-adjust: exact;
}
}
@media print {
.page-break {
margin-top: 1rem;
display: block;
page-break-before: auto;
}
}
@page {
size: auto;
margin: 20mm;
}
.popup{
position: fixed;
/* top: 50%; */
/* left: 50%; */
z-index: 100;
background: rgba;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transition: 1s ease;
}
.popup-box{
background: white;
padding: 2rem;
/* display: flex; */
border-radius: 40px;
/* flex-direction: column; */
/* justify-content: center; */
}
.popup-box button{
padding: 6px 18px;
margin-left: 23rem;
border: none;
background: #f44336;
color: white;
border-radius: 5px;
font-weight: 500;
cursor: pointer;
}
.popup-box li{
color: #ff6c37;
font-weight: bold;
}
.leftmost .templates{
padding: 2px;
overflow: hidden;
border: 1px solid #f44336;
margin: 1rem;
border-radius: 0px;
background: #ff57222b;
cursor: pointer;
transition: 0.5s;
}
.leftmost .active{
box-shadow: 0 0 5px 2px rgb(255 71 57);
transform: scale(1.05)
}
.leftmost .templates img{
width: 12rem;
height: 100%;
} | 0.422386 | 0.067179 |
body{
margin: 0;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
min-width: 400px;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
input{
box-sizing: border-box;
border-radius: 5px;
width: 100%;
padding-bottom: 10px;
margin-left: 5px;
}
button{
margin-top: 10px;
margin: 5px;
padding-left: 10px;
padding: 0;
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: #000;
display: inline;
}
.glow-on-hover {
width: 100px;
height: 40px;
border: none;
outline: none;
color: #fff;
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 5px;
font-weight: bold;
}
.glow-on-hover:before {
content: '';
background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
position: absolute;
top: -2px;
left:-2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 4px);
height: calc(100% + 4px);
animation: glowing 20s linear infinite;
opacity: 0;
transition: opacity .3s ease-in-out;
border-radius: 10px;
}
.glow-on-hover:active {
color: #000
}
.glow-on-hover:active:after {
background: transparent;
}
.glow-on-hover:hover:before {
opacity: 1;
}
.glow-on-hover:after {
z-index: -1;
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #111;
left: 0;
top: 0;
border-radius: 10px;
}
@keyframes glowing {
0% { background-position: 0 0; }
50% { background-position: 400% 0; }
100% { background-position: 0 0; }
}
ul {
list-style-type: none;
margin: 0;
padding-left: 5px;
}
li{
list-style-type: none;
margin-top: 2px;
padding-left: 5px ;
}
a{
color: white;
}
#delete-btn {
background: black ;
}
#delete-btn.glow-on-hover:active {
color: white
} | Web Development/tracksy/index.css | body{
margin: 0;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
min-width: 400px;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
input{
box-sizing: border-box;
border-radius: 5px;
width: 100%;
padding-bottom: 10px;
margin-left: 5px;
}
button{
margin-top: 10px;
margin: 5px;
padding-left: 10px;
padding: 0;
width: 100%;
height: 100vh;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: #000;
display: inline;
}
.glow-on-hover {
width: 100px;
height: 40px;
border: none;
outline: none;
color: #fff;
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 5px;
font-weight: bold;
}
.glow-on-hover:before {
content: '';
background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
position: absolute;
top: -2px;
left:-2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 4px);
height: calc(100% + 4px);
animation: glowing 20s linear infinite;
opacity: 0;
transition: opacity .3s ease-in-out;
border-radius: 10px;
}
.glow-on-hover:active {
color: #000
}
.glow-on-hover:active:after {
background: transparent;
}
.glow-on-hover:hover:before {
opacity: 1;
}
.glow-on-hover:after {
z-index: -1;
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #111;
left: 0;
top: 0;
border-radius: 10px;
}
@keyframes glowing {
0% { background-position: 0 0; }
50% { background-position: 400% 0; }
100% { background-position: 0 0; }
}
ul {
list-style-type: none;
margin: 0;
padding-left: 5px;
}
li{
list-style-type: none;
margin-top: 2px;
padding-left: 5px ;
}
a{
color: white;
}
#delete-btn {
background: black ;
}
#delete-btn.glow-on-hover:active {
color: white
} | 0.54577 | 0.106877 |
position: relative;
width: 100%;
}
#tooplate_wrapper {
width: 780px;
margin: 0 auto;
background: url(../images/tooplate_body.jpg) top center no-repeat
}
#tooplate_header {
width: 780px;
height: 100px;
margin-bottom: 50px;
}
#site_title {
float: left;
width: 190px;
height: 35px;
margin-top: 72px;
}
#site_title h1 {
margin: 0;
padding: 0;
}
#site_title h1 a {
display: block;
width: 190px;
height: 35px;
color: #fff;
text-indent: -10000px;
background: url(../images/tooplate_logo.png) no-repeat;
}
#menu {
float: right;
width: 560px;
height: 40px;
margin-top: 70px;
background: url(../images/tooplate_menu.png) no-repeat
}
#content {
clear: both;
width: 780px;
height: 470px;
margin-bottom: 40px;
background: url(../images/tooplate_content_bg.png)
}
.content_section {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dashed #ccc
}
.last_section {
margin: 0;
padding: 0;
border: 0;
}
#footer {
clear: both;
width: 700px;
padding: 0 40px;
}
#footer_left {
float: left;
width: 250px;
text-align: left
}
#footer a {
color: #f6bf34;
}
#social_box {
float: right;
height: 85px;
padding: 0;
}
#social_box a {
display: inline-block;
margin-left: 20px;
width: 60px; height: 60px;
}
.scroll {
height: 470px;
width: 780px;
overflow: auto;
/* overflow-x: hidden; */
position: relative;
clear: left;
}
.scrollContainer div.panel {
height: 350px;
width: 700px;
padding: 40px;
overflow: hidden;
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
}
ul.navigation li {
display: inline;
margin: 0;
padding: 0;
}
ul.navigation a {
float: left;
display: block;
width: 110px;
height: 32px;
padding: 10px 2px 0 0;
color: #f6bf34;
font-size: 14px;
font-weight: 700;
text-align: center;
text-decoration: none;
background: url(../images/tooplate_menu_divider.png) no-repeat center right;
}
ul.navigation a:hover, ul.navigation a.selected {
color: #fff;
}
ul.navigation a:focus {
outline: none;
}
.scrollButtons {
position: absolute;
top: 300px;
cursor: pointer;
}
.scrollButtons.left {
left: 0
}
.scrollButtons.right {
right: 0
}
.hide {
display: none;
} | css/coda-slider.css | position: relative;
width: 100%;
}
#tooplate_wrapper {
width: 780px;
margin: 0 auto;
background: url(../images/tooplate_body.jpg) top center no-repeat
}
#tooplate_header {
width: 780px;
height: 100px;
margin-bottom: 50px;
}
#site_title {
float: left;
width: 190px;
height: 35px;
margin-top: 72px;
}
#site_title h1 {
margin: 0;
padding: 0;
}
#site_title h1 a {
display: block;
width: 190px;
height: 35px;
color: #fff;
text-indent: -10000px;
background: url(../images/tooplate_logo.png) no-repeat;
}
#menu {
float: right;
width: 560px;
height: 40px;
margin-top: 70px;
background: url(../images/tooplate_menu.png) no-repeat
}
#content {
clear: both;
width: 780px;
height: 470px;
margin-bottom: 40px;
background: url(../images/tooplate_content_bg.png)
}
.content_section {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px dashed #ccc
}
.last_section {
margin: 0;
padding: 0;
border: 0;
}
#footer {
clear: both;
width: 700px;
padding: 0 40px;
}
#footer_left {
float: left;
width: 250px;
text-align: left
}
#footer a {
color: #f6bf34;
}
#social_box {
float: right;
height: 85px;
padding: 0;
}
#social_box a {
display: inline-block;
margin-left: 20px;
width: 60px; height: 60px;
}
.scroll {
height: 470px;
width: 780px;
overflow: auto;
/* overflow-x: hidden; */
position: relative;
clear: left;
}
.scrollContainer div.panel {
height: 350px;
width: 700px;
padding: 40px;
overflow: hidden;
}
ul.navigation {
list-style: none;
margin: 0;
padding: 0;
}
ul.navigation li {
display: inline;
margin: 0;
padding: 0;
}
ul.navigation a {
float: left;
display: block;
width: 110px;
height: 32px;
padding: 10px 2px 0 0;
color: #f6bf34;
font-size: 14px;
font-weight: 700;
text-align: center;
text-decoration: none;
background: url(../images/tooplate_menu_divider.png) no-repeat center right;
}
ul.navigation a:hover, ul.navigation a.selected {
color: #fff;
}
ul.navigation a:focus {
outline: none;
}
.scrollButtons {
position: absolute;
top: 300px;
cursor: pointer;
}
.scrollButtons.left {
left: 0
}
.scrollButtons.right {
right: 0
}
.hide {
display: none;
} | 0.301773 | 0.061031 |
.nexainput.nexaleftalign
{
text-align:left;
}
.nexainput.nexarightalign
{
text-align:right;
}
.nexainput.nexacenteralign
{
text-align:center;
}
.nexacontentsbox.nexaleftalign
{
text-align:left;
}
.nexacontentsbox.nexarightalign
{
text-align:right;
}
.nexacontentsbox.nexacenteralign
{
text-align:center;
}
.celltreeline
{
border : 1px dotted #999999;
}
.Edit, .MaskEdit, .TextArea, .EditControl, .MaskEditControl, .TextAreaControl
{
cursor:text;
}
.Button .nexacontentsbox, .ButtonControl .nexacontentsbox
{
text-align:center;
}
.FileDownload .nexacontentsbox, .FileDownloadControl .nexacontentsbox
{
text-align:center;
}
.IconTextControl .nexacontentsbox, .IconControl .nexacontentsbox
{
text-align:center;
}
.DatePickerDayItemControl .nexacontentsbox, .DatePickerWeekItemControl .nexacontentsbox, .TitleBarButtonControl .nexacontentsbox
{
text-align:center;
}
.MainFrame, .VScrollBarControl, .HScrollBarControl
{
cursor:default;
}
.Sketch .nexacontentsbox
{
text-align:center;
}
.nexainput
{
cursor:inherit;
}
.Static.sta_mian_smIocn01
{
background : url("./../../../_resource_/_images_/img_main_smIcon01.png") no-repeat left center;
color : #222222;
font : 14px "Arial","Malgun Gothic";
}
.Static.sta_mian_smIocn01 .nexacontentsbox
{
text-align : left;
}
.Static.sta_mian_smIocn02
{
background : url("./../../../_resource_/_images_/img_main_smIcon02.png") no-repeat left center;
color : #222222;
font : 14px "Arial","Malgun Gothic";
}
.Static.sta_mian_smIocn02 .nexacontentsbox
{
text-align : left;
}
.Static.sta_mian_smIocn03
{
background : url("./../../../_resource_/_images_/img_main_smIcon03.png") no-repeat left center;
color : #222222;
font : 14px "Arial","Malgun Gothic";
}
.Static.sta_mian_smIocn03 .nexacontentsbox
{
text-align : left;
}
.Static.sta_main_iconText
{
font : bold 24px "Arial","Malgun Gothic";
}
.Static.sta_main_iconText .nexacontentsbox
{
text-align : left;
}
.Static.sta_main_box01
{
background : #f7f7f7;
border : 1px solid #c7c7c7;
}
.Static.sta_main_box02
{
background : #eeeeee;
border : 1px solid #c7c7c7;
}
.Static.sta_main_chartx01
{
background : url("./../../../_resource_/_images_/img_main_chart01.png") no-repeat center center;
}
.Static.sta_main_boxTle01
{
background : #f7f7f7;
color : #666666;
font : 20px "Arial";
border : 1px solid #c7c7c7;
}
.Static.sta_main_more
{
background : url("./../../../_resource_/_images_/img_main_more.png") no-repeat center center;
cursor : pointer;
}
.Static.sta_main_numbering
{
background : #f7f7f7;
border-radius : 10px;
color : #666666;
font : 100px "Arial";
border : 1px solid #c7c7c7;
}
.Static.sta_main_numbering .nexacontentsbox
{
text-align : center;
}
.Static.sta_main_text11C
{
color : #666666;
font : 11px "Arial";
}
.Static.sta_main_text11C .nexacontentsbox
{
text-align : center;
-nexa-word-wrap : char;
}
.Static.sta_main_text12C
{
color : #666666;
font : 12x "Arial";
}
.Static.sta_main_text12C .nexacontentsbox
{
text-align : center;
-nexa-word-wrap : char;
}
.Static.sta_main_icon01
{
background : url("./../../../_resource_/_images_/img_main_icon01.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon01 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon02
{
background : url("./../../../_resource_/_images_/img_main_icon02.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon02 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon03
{
background : url("./../../../_resource_/_images_/img_main_icon03.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon03 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon04
{
background : url("./../../../_resource_/_images_/img_main_icon04.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon04 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon05
{
background : url("./../../../_resource_/_images_/img_main_icon05.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon05 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Grid.grd_main_table01
{
border : 1px solid #c7c7c7;
}
.Grid.grd_main_table01 .head .row .cell
{
background : #666666;
color : #ffffff;
}
.Grid.grd_main_table01 .head .row .cell .nexacontentsbox
{
text-align : center;
}
.Grid.grd_main_table01 .body .row .cell
{
background : #ffffff;
}
.Grid.grd_main_table01 .body .row .cell.oddcell
{
background : #f7f7f7;
}
.Grid.grd_main_table01 .body .row .cell .nexacontentsbox
{
text-align : center;
}
.Grid.grd_main_table01 .body .row .cell[status=mouseover]
{
background : #ffffff;
}
.Grid.grd_main_table01 .body .row .cell.oddcell[status=mouseover]
{
background : #f7f7f7;
}
.Grid.grd_main_table01 .body .row .cell[status=mouseover] .nexacontentsbox
{
text-align : center;
}
.Grid.grd_main_table01 .body .row .cell[userstatus=selected]
{
background : #ffffff;
}
.Grid.grd_main_table01 .body .row .cell.oddcell[userstatus=selected]
{
background : #f7f7f7;
}
.Grid.grd_main_table01 .body .row .cell[userstatus=selected] .nexacontentsbox
{
text-align : center;
} | backoffice/deploy/_resource_/_theme_/blue/xcssrc_temp_main_runtime.css |
.nexainput.nexaleftalign
{
text-align:left;
}
.nexainput.nexarightalign
{
text-align:right;
}
.nexainput.nexacenteralign
{
text-align:center;
}
.nexacontentsbox.nexaleftalign
{
text-align:left;
}
.nexacontentsbox.nexarightalign
{
text-align:right;
}
.nexacontentsbox.nexacenteralign
{
text-align:center;
}
.celltreeline
{
border : 1px dotted #999999;
}
.Edit, .MaskEdit, .TextArea, .EditControl, .MaskEditControl, .TextAreaControl
{
cursor:text;
}
.Button .nexacontentsbox, .ButtonControl .nexacontentsbox
{
text-align:center;
}
.FileDownload .nexacontentsbox, .FileDownloadControl .nexacontentsbox
{
text-align:center;
}
.IconTextControl .nexacontentsbox, .IconControl .nexacontentsbox
{
text-align:center;
}
.DatePickerDayItemControl .nexacontentsbox, .DatePickerWeekItemControl .nexacontentsbox, .TitleBarButtonControl .nexacontentsbox
{
text-align:center;
}
.MainFrame, .VScrollBarControl, .HScrollBarControl
{
cursor:default;
}
.Sketch .nexacontentsbox
{
text-align:center;
}
.nexainput
{
cursor:inherit;
}
.Static.sta_mian_smIocn01
{
background : url("./../../../_resource_/_images_/img_main_smIcon01.png") no-repeat left center;
color : #222222;
font : 14px "Arial","Malgun Gothic";
}
.Static.sta_mian_smIocn01 .nexacontentsbox
{
text-align : left;
}
.Static.sta_mian_smIocn02
{
background : url("./../../../_resource_/_images_/img_main_smIcon02.png") no-repeat left center;
color : #222222;
font : 14px "Arial","Malgun Gothic";
}
.Static.sta_mian_smIocn02 .nexacontentsbox
{
text-align : left;
}
.Static.sta_mian_smIocn03
{
background : url("./../../../_resource_/_images_/img_main_smIcon03.png") no-repeat left center;
color : #222222;
font : 14px "Arial","Malgun Gothic";
}
.Static.sta_mian_smIocn03 .nexacontentsbox
{
text-align : left;
}
.Static.sta_main_iconText
{
font : bold 24px "Arial","Malgun Gothic";
}
.Static.sta_main_iconText .nexacontentsbox
{
text-align : left;
}
.Static.sta_main_box01
{
background : #f7f7f7;
border : 1px solid #c7c7c7;
}
.Static.sta_main_box02
{
background : #eeeeee;
border : 1px solid #c7c7c7;
}
.Static.sta_main_chartx01
{
background : url("./../../../_resource_/_images_/img_main_chart01.png") no-repeat center center;
}
.Static.sta_main_boxTle01
{
background : #f7f7f7;
color : #666666;
font : 20px "Arial";
border : 1px solid #c7c7c7;
}
.Static.sta_main_more
{
background : url("./../../../_resource_/_images_/img_main_more.png") no-repeat center center;
cursor : pointer;
}
.Static.sta_main_numbering
{
background : #f7f7f7;
border-radius : 10px;
color : #666666;
font : 100px "Arial";
border : 1px solid #c7c7c7;
}
.Static.sta_main_numbering .nexacontentsbox
{
text-align : center;
}
.Static.sta_main_text11C
{
color : #666666;
font : 11px "Arial";
}
.Static.sta_main_text11C .nexacontentsbox
{
text-align : center;
-nexa-word-wrap : char;
}
.Static.sta_main_text12C
{
color : #666666;
font : 12x "Arial";
}
.Static.sta_main_text12C .nexacontentsbox
{
text-align : center;
-nexa-word-wrap : char;
}
.Static.sta_main_icon01
{
background : url("./../../../_resource_/_images_/img_main_icon01.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon01 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon02
{
background : url("./../../../_resource_/_images_/img_main_icon02.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon02 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon03
{
background : url("./../../../_resource_/_images_/img_main_icon03.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon03 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon04
{
background : url("./../../../_resource_/_images_/img_main_icon04.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon04 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Static.sta_main_icon05
{
background : url("./../../../_resource_/_images_/img_main_icon05.png") no-repeat center center;
color : #ffffff;
font : bold 28px "Arial";
}
.Static.sta_main_icon05 .nexacontentsbox
{
text-align : right;
vertical-align : middle;
}
.Grid.grd_main_table01
{
border : 1px solid #c7c7c7;
}
.Grid.grd_main_table01 .head .row .cell
{
background : #666666;
color : #ffffff;
}
.Grid.grd_main_table01 .head .row .cell .nexacontentsbox
{
text-align : center;
}
.Grid.grd_main_table01 .body .row .cell
{
background : #ffffff;
}
.Grid.grd_main_table01 .body .row .cell.oddcell
{
background : #f7f7f7;
}
.Grid.grd_main_table01 .body .row .cell .nexacontentsbox
{
text-align : center;
}
.Grid.grd_main_table01 .body .row .cell[status=mouseover]
{
background : #ffffff;
}
.Grid.grd_main_table01 .body .row .cell.oddcell[status=mouseover]
{
background : #f7f7f7;
}
.Grid.grd_main_table01 .body .row .cell[status=mouseover] .nexacontentsbox
{
text-align : center;
}
.Grid.grd_main_table01 .body .row .cell[userstatus=selected]
{
background : #ffffff;
}
.Grid.grd_main_table01 .body .row .cell.oddcell[userstatus=selected]
{
background : #f7f7f7;
}
.Grid.grd_main_table01 .body .row .cell[userstatus=selected] .nexacontentsbox
{
text-align : center;
} | 0.249813 | 0.066751 |
:root {
--color: #343a40
}
.nav-bar {
position: fixed;
width: 100%;
top: 0;
right: 0;
height: 50px;
background-color: var(--color);
z-index: 10;
box-shadow: 0 2px 8px 0 rgba(50,50,50,.4);
direction: ltr;
}
.nav-bar ul {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.nav-bar ul li {
position: relative;
color: #fff;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.nav-bar ul li.admin {
position: relative;
font-size: 13px;
font-family: 'Vazir';
padding: 0;
}
.nav-bar ul li.admin a{
padding: 7px 10px;
margin-left: 70px;
transition: .3s background-color;
cursor: pointer;
background-color: #41464c;
color: #fff;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
}
.nav-bar ul li.admin a:hover {
background-color: #51585f;
}
.nav-bar ul li.admin i {
font-size: 19px;
margin-right: 4px;
transition: .3s transform;
}
.nav-bar ul li.admin.open i {
transform: rotateX(180deg);
transform-origin: center;
}
.nav-bar ul li.title {
font-family: 'Vazir';
font-size: 17px;
font-weight: 300;
position: absolute;
right: 0;
top: 0;
}
.nav-bar ul li.title a {
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.nav-bar ul li.title ul.logo {
padding: 10px;
margin-left: 20px;
margin-right: 5px;
}
.nav-bar ul li.title ul.logo li {
width: 25px;
height: 25px;
font-family: sans-serif;
font-size: 15px;
background-color: #fff;
color: var(--color);
font-weight: 600;
margin: 3px;
padding: 7px;
border-radius: 3px;
}
.nav-bar ul li.admin ul.drop-down {
visibility: hidden;
position: absolute;
width: 160px;
height: auto;
top: 50px;
right: 0;
padding: 0;
background-color: #fff;
border-radius: 4px;
box-shadow: 1px 2px 10px -1px rgba(80, 80, 80, 0.3);
overflow: hidden;
text-align: right;
display: block;
justify-content: normal;
align-items: normal;
transform: rotateX(-90deg);
transform-origin: top;
transition: .3s;
}
.nav-bar ul li.admin ul.drop-down.visible {
visibility: visible;
transform: rotateX(0);
}
.nav-bar ul li.admin ul.drop-down li {
position: relative;
display: block;
color: #333;
text-align: right;
height: auto;
justify-content: normal;
padding: 0;
margin: 0;
background-color: #fff;
direction: rtl;
}
.nav-bar ul li.admin ul.drop-down li a {
display: flex;
align-items: center;
justify-content: start;
margin: 0;
padding: 10px 9px;
font-size: 14px;
background-color: #fff;
color: #333;
transition: .3s color, .3s background-color;
}
.nav-bar ul li.admin ul.drop-down li a:hover {
color: var(--color);
background-color: #eeeeee;
}
.nav-bar ul li.admin ul.drop-down li a i {
margin-left: 10px;
font-size: 15px;
transform: none;
} | public/css/nav-bar.css | :root {
--color: #343a40
}
.nav-bar {
position: fixed;
width: 100%;
top: 0;
right: 0;
height: 50px;
background-color: var(--color);
z-index: 10;
box-shadow: 0 2px 8px 0 rgba(50,50,50,.4);
direction: ltr;
}
.nav-bar ul {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.nav-bar ul li {
position: relative;
color: #fff;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.nav-bar ul li.admin {
position: relative;
font-size: 13px;
font-family: 'Vazir';
padding: 0;
}
.nav-bar ul li.admin a{
padding: 7px 10px;
margin-left: 70px;
transition: .3s background-color;
cursor: pointer;
background-color: #41464c;
color: #fff;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
}
.nav-bar ul li.admin a:hover {
background-color: #51585f;
}
.nav-bar ul li.admin i {
font-size: 19px;
margin-right: 4px;
transition: .3s transform;
}
.nav-bar ul li.admin.open i {
transform: rotateX(180deg);
transform-origin: center;
}
.nav-bar ul li.title {
font-family: 'Vazir';
font-size: 17px;
font-weight: 300;
position: absolute;
right: 0;
top: 0;
}
.nav-bar ul li.title a {
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.nav-bar ul li.title ul.logo {
padding: 10px;
margin-left: 20px;
margin-right: 5px;
}
.nav-bar ul li.title ul.logo li {
width: 25px;
height: 25px;
font-family: sans-serif;
font-size: 15px;
background-color: #fff;
color: var(--color);
font-weight: 600;
margin: 3px;
padding: 7px;
border-radius: 3px;
}
.nav-bar ul li.admin ul.drop-down {
visibility: hidden;
position: absolute;
width: 160px;
height: auto;
top: 50px;
right: 0;
padding: 0;
background-color: #fff;
border-radius: 4px;
box-shadow: 1px 2px 10px -1px rgba(80, 80, 80, 0.3);
overflow: hidden;
text-align: right;
display: block;
justify-content: normal;
align-items: normal;
transform: rotateX(-90deg);
transform-origin: top;
transition: .3s;
}
.nav-bar ul li.admin ul.drop-down.visible {
visibility: visible;
transform: rotateX(0);
}
.nav-bar ul li.admin ul.drop-down li {
position: relative;
display: block;
color: #333;
text-align: right;
height: auto;
justify-content: normal;
padding: 0;
margin: 0;
background-color: #fff;
direction: rtl;
}
.nav-bar ul li.admin ul.drop-down li a {
display: flex;
align-items: center;
justify-content: start;
margin: 0;
padding: 10px 9px;
font-size: 14px;
background-color: #fff;
color: #333;
transition: .3s color, .3s background-color;
}
.nav-bar ul li.admin ul.drop-down li a:hover {
color: var(--color);
background-color: #eeeeee;
}
.nav-bar ul li.admin ul.drop-down li a i {
margin-left: 10px;
font-size: 15px;
transform: none;
} | 0.695545 | 0.201165 |
@import url("http://fonts.cdnfonts.com/css/sf-pro-display");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: white;
}
:root {
background-color: #121212;
font-family: "SF Pro Display", sans-serif;
scroll-behavior: smooth;
}
:root > body {
position: relative;
display: -ms-grid;
display: grid;
grid-template-areas: "header" "main" "footer";
-ms-grid-rows: max-content 1fr max-content;
grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
grid-template-rows: max-content 1fr max-content;
width: 80vw;
margin: 0 auto;
}
:root > body > header {
position: absolute;
width: 100%;
z-index: 1;
display: -ms-grid;
display: grid;
grid-template-areas: "logo . twitter github menu";
-ms-grid-columns: max-content 1fr max-content max-content max-content;
grid-template-columns: -webkit-max-content 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
grid-template-columns: max-content 1fr max-content max-content max-content;
-webkit-column-gap: 1rem;
column-gap: 1rem;
place-items: center;
padding: 1rem 0;
}
:root > body > header > div {
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
:root > body > header > div > a {
color: #e1e1e1;
text-decoration: none;
}
:root > body > header > div:hover {
-webkit-filter: brightness(0.8);
filter: brightness(0.8);
}
:root > body > main {
display: -ms-grid;
display: grid;
}
:root > body > main > #about {
width: 100%;
height: 100vh;
display: -ms-grid;
display: grid;
background-image: url(../img/background.svg);
background-position-y: 6.5rem;
}
:root > body > main > #about > div {
place-self: center;
}
:root > body > main > #about > div > h1 {
text-align: center;
font-size: 3rem;
font-weight: 500;
}
:root > body > main > #about > div > div {
text-align: center;
}
:root > body > main > #projects {
width: 100%;
height: 100vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
-ms-grid-rows: (1fr)[12];
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 0.5rem;
grid-row-gap: 0.5rem;
margin: 0 auto;
padding: 1rem 0;
}
:root > body > main > #projects > .card {
position: relative;
display: -ms-grid;
display: grid;
min-width: 2rem;
min-height: 2rem;
font-size: 0.6rem;
-webkit-box-shadow: 0 0.25rem 1rem black;
box-shadow: 0 0.25rem 1rem black;
cursor: pointer;
}
:root > body > main > #projects > .card > .cardCover {
position: absolute;
display: -ms-grid;
display: grid;
width: 100%;
height: 100%;
overflow: hidden;
place-items: center;
background-color: palevioletred;
-webkit-transition: height 1s cubic-bezier(0.75, 0.3, 0.3, 0.75);
transition: height 1s cubic-bezier(0.75, 0.3, 0.3, 0.75);
}
:root > body > main > #projects > .card > .cardContent {
display: -ms-grid;
display: grid;
place-items: center;
text-align: center;
background-color: #600060;
}
:root > body > main > #projects > .card:hover > .cardCover {
height: 0;
}
:root > body > main > #projects > .card:first-of-type {
place-items: center;
color: white;
-webkit-box-shadow: none;
box-shadow: none;
cursor: default;
}
:root > body > footer {
display: -ms-grid;
display: grid;
}
/*# sourceMappingURL=styles.css.map */ | css/styles.css | @import url("http://fonts.cdnfonts.com/css/sf-pro-display");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: white;
}
:root {
background-color: #121212;
font-family: "SF Pro Display", sans-serif;
scroll-behavior: smooth;
}
:root > body {
position: relative;
display: -ms-grid;
display: grid;
grid-template-areas: "header" "main" "footer";
-ms-grid-rows: max-content 1fr max-content;
grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
grid-template-rows: max-content 1fr max-content;
width: 80vw;
margin: 0 auto;
}
:root > body > header {
position: absolute;
width: 100%;
z-index: 1;
display: -ms-grid;
display: grid;
grid-template-areas: "logo . twitter github menu";
-ms-grid-columns: max-content 1fr max-content max-content max-content;
grid-template-columns: -webkit-max-content 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
grid-template-columns: max-content 1fr max-content max-content max-content;
-webkit-column-gap: 1rem;
column-gap: 1rem;
place-items: center;
padding: 1rem 0;
}
:root > body > header > div {
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
:root > body > header > div > a {
color: #e1e1e1;
text-decoration: none;
}
:root > body > header > div:hover {
-webkit-filter: brightness(0.8);
filter: brightness(0.8);
}
:root > body > main {
display: -ms-grid;
display: grid;
}
:root > body > main > #about {
width: 100%;
height: 100vh;
display: -ms-grid;
display: grid;
background-image: url(../img/background.svg);
background-position-y: 6.5rem;
}
:root > body > main > #about > div {
place-self: center;
}
:root > body > main > #about > div > h1 {
text-align: center;
font-size: 3rem;
font-weight: 500;
}
:root > body > main > #about > div > div {
text-align: center;
}
:root > body > main > #projects {
width: 100%;
height: 100vh;
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[12];
grid-template-columns: repeat(12, 1fr);
-ms-grid-rows: (1fr)[12];
grid-template-rows: repeat(12, 1fr);
grid-column-gap: 0.5rem;
grid-row-gap: 0.5rem;
margin: 0 auto;
padding: 1rem 0;
}
:root > body > main > #projects > .card {
position: relative;
display: -ms-grid;
display: grid;
min-width: 2rem;
min-height: 2rem;
font-size: 0.6rem;
-webkit-box-shadow: 0 0.25rem 1rem black;
box-shadow: 0 0.25rem 1rem black;
cursor: pointer;
}
:root > body > main > #projects > .card > .cardCover {
position: absolute;
display: -ms-grid;
display: grid;
width: 100%;
height: 100%;
overflow: hidden;
place-items: center;
background-color: palevioletred;
-webkit-transition: height 1s cubic-bezier(0.75, 0.3, 0.3, 0.75);
transition: height 1s cubic-bezier(0.75, 0.3, 0.3, 0.75);
}
:root > body > main > #projects > .card > .cardContent {
display: -ms-grid;
display: grid;
place-items: center;
text-align: center;
background-color: #600060;
}
:root > body > main > #projects > .card:hover > .cardCover {
height: 0;
}
:root > body > main > #projects > .card:first-of-type {
place-items: center;
color: white;
-webkit-box-shadow: none;
box-shadow: none;
cursor: default;
}
:root > body > footer {
display: -ms-grid;
display: grid;
}
/*# sourceMappingURL=styles.css.map */ | 0.355663 | 0.054727 |
.btn:focus, .btn.focus {
outline: none !important;
box-shadow: none;
}
body {
font-family: 'Montserrat', sans-serif;
font-weight: 100;
background: rgb(99,171,229);
background: -moz-linear-gradient(180deg, rgba(99,171,229,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(99,171,229,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(99,171,229,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63abe5",endColorstr="#ffffff",GradientType=1);
}
body.nobg {
background:none!important ;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.body_onlyphone {
/*background-color: #d2d6de;*/
}
.small-box-extender {
background-color: #FFFFFF;
}
.small-box {
background: #FFFFFF;
width: 100%;
max-width: 850px;
padding: 15px;
margin: 0 auto;
position: relative;
}
.small-box.outer {
padding: 0;
/*height:100vh;*/
}
.radius-top {
margin-top: 30px;
border-radius: 20px 20px 0 0;
}
.radius-bottom {
border-radius: 0 0 20px 20px;
margin-bottom: 50px;
}
.radius-all {
border-radius: 20px;
}
.small-box-transparent {
background-color: transparent;
}
.mw500 {
width: 100%;
max-width: 500px;
margin: auto;
}
.mw400 {
width: 100%;
max-width: 400px;
margin: auto;
}
.mh-vh{
min-height: 50vh;
}
.mw50 {
max-width: 50%;
}
.mw40 {
max-width: 40%;
}
.mw60 {
max-width: 60%;
}
.mw70 {
max-width: 70%;
}
.mw80 {
max-width: 80%;
}
.mw90 {
max-width: 90%;
}
#main-container {
}
.bgcolor-red {
background-color: #f98282;
}
.cpcolor-red {
color: #f98282;
}
.cpcolor-green1 {
color: #00c6af;
}
.cpcolor-green2 {
color: #1c6e7d;
}
.cpcolor-green3 {
color: #039590;
}
.cpcolor-blue1, a.cpcolor-blue1 {
color: #203149 !important;
}
.cpcolor-black {
color: #000000;
}
.cpcolor-blue2 {
color: #2f4858;
}
.cpcolor-blue3 {
color: #485460;
}
.cpcolor-white {
color: #ffffff;
}
.cpcolor-bggrey {
background-color: #EEEEEE;
}
.cpcolor-green {
color: #276770;
}
.cpcolor-darkblue {
color: #334650;
}
#div-btn-disconnect {
width: 100%;
}
#btn-disconnect {
font-weight: bold;
color: #AAAAAA;
border: 2px solid #c8c8c8;
border-radius: 100px;
background-color: transparent;
}
#btn-disconnect:hover {
color: #EEEEEE;
background-color: #AAAAAA;
}
.btn-civicpower {
border-radius: 100px !important;
min-width: 150px;
}
.btn-civicpower.btn-danger {
background-color: #f98282;
min-width: 150px;
border-color: transparent;
}
.btn-civicpower.btn-danger2 {
background-color: #FF0000;
color: #FFFFFF;
min-width: 150px;
border-color: transparent;
}
.btn-civicpower.btn-white {
background-color: #FFF;
font-weight: bold;
color: #1b2e45;
}
.btn-civicpower.btn-primary {
background-color: #039590;
min-width: 150px;
border-color: transparent;
}
.logo-top-round {
max-width: 200px;
}
.civicpower-title1 {
font-weight: bold;
font-size: 20px;
line-height: 1;
}
.civicpower-title1-light {
font-size: 20px;
line-height: 1;
}
.civicpower-desc1 {
font-size: 16px;
line-height: 1;
}
.civicpower-title2 {
font-size: 1.3em;
line-height: 1;
}
.small-box-menu-bottom {
padding: 0;
color: #FFF;
font-weight: bold;
position: sticky;
bottom: 0;
left: 0px;
right: 0;
z-index: 1000;
display: none;
opacity:0;
border-top:1px solid #D1D1D1;
border-bottom:1px solid #D1D1D1;
}
.navbar-brand-small{
display:none;
margin:auto;
}
@media (max-width: 640px) {
.small-box-menu-bottom{
display: table;
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#navbar-hover{
display: none;
}
.navbar-brand-small{
display:block;
}
.navbar-brand-large{
display:none;
}
}
.small-box-menu {
padding: 0;
color: #FFF;
font-weight: bold;
/*position: -webkit-sticky;*/
/*position: sticky;*/
}
.small-box-menu-label {
max-width: 100%;
overflow: hidden;
white-space: pre;
font-size: 0.8em;
margin-top: 5px;
}
.small-box-menu-spacer {
height: 50px;
}
.small-box-menu-button {
text-align: center;
padding: 20px 10px;
display: inline-block;
width: 20%;
background-color: #FFF;
}
@media (max-width: 640px) {
.small-box-menu-button{
zoom:0.8;
font-size:0.8em;
}
}
.small-box-menu-button::after,
.small-box-menu-button::before {
}
.small-box-menu-button{
color: #999999;
text-decoration: none;
}
.small-box-menu-button:hover ,.small-box-menu-button.active {
color: #262626;
text-decoration: none;
}
.small-box-menu-button:hover img ,.small-box-menu-button.active img {
filter: grayscale(100%) sepia(110%) brightness(59%) hue-rotate(555deg) saturate(144%) contrast(236%);
-webkit-filter: grayscale(100%) sepia(110%) brightness(59%) hue-rotate(555deg) saturate(144%) contrast(236%);
-moz-filter: grayscale(100%) sepia(110%) brightness(59%) hue-rotate(555deg) saturate(144%) contrast(236%);
}
.small-box-menu-button img {
max-width: 40%;
}
/*************************/
.radius10,
.radius {
border-radius: 10px !important;
}
.radius20 {
border-radius: 20px !important;
}
.ballot-item {
border-radius: 5px;
display: block;
padding: 10px;
cursor: pointer;
background: #FFF;
text-decoration: none;
line-height: 1;
margin:auto;
width:100%;
max-width: 650px;
}
.ballot-item .img-asker{
width: 100%;
max-width: 100px;
}
.ballot-item .ballot-state{
color: red!important;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
}
.ballot-item .ballot-state.ballot-state-10{
}
.ballot-item .ballot-state.ballot-state-11{
color: #4054b2!important;
}
.ballot-item .ballot-state.ballot-state-12{
}
.ballot-item div {
text-decoration: none;
}
.ballot-item:hover {
background-color: #dedede;
}
.ballot-item .ballot-asker_name {
display: block;
font-size: 0.8em;
}
.ballot-title {
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}
.ballot-description {
font-size: 16px;
}
.slider-subscription-outer {
text-align: center;
margin-bottom: 45px;
}
.slider-subscription-title {
}
.slider-subscription {
box-shadow: 2px 2px 5px #999999;
height: 12px;
text-align: left;
}
.slider-subscription-1 span {
width: 20%;
}
.slider-subscription-2 span {
width: 40%;
}
.slider-subscription-3 span {
width: 60%;
}
.slider-subscription-4 span {
width: 80%;
}
.slider-subscription-5 span {
width: 100%;
}
.slider-subscription span {
background: red;
display: inline-block;
height: 12px;
vertical-align: top;
}
body {
margin-bottom: 60px;
}
.bottom-footer, .bottom-footer a {
color: #000;
}
footer.bottom-footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 0;
min-height: 60px;
z-index:2;
}
.valign-center {
align-items: center;
flex-direction: column;
display: flex;
justify-content: center;
}
.btn-border-violet{
color: #4054b2!important;
border-color: #4054b2;
border-width: 2px;
width: 210px;
display: inline-block;
font-weight: 500;
}
.btn-border-violet:hover {
background-color: #4054b2;
color:#FFFFFF!important;
}
#splash-screen {
position: fixed;
z-index: 9999;
background: transparent;
width: 100%;
height: 100%;
}
#splash-screen .small-box {
opacity: 0;
}
#splash-screen .img-title-splash {
height:50px;
background-repeat: no-repeat;
background-position: center;
}
#splash-screen .logo-splash {
max-width: 200px;
width: 100%;
}
#splash-screen .div-slider-spots {
display: block;
}
#splash-screen .dspot {
/*border: 3px solid #4054b2;*/
display: inline-block;
border-radius: 50%;
/*background-color: #FFF;*/
background-size: 110%;
background-position: 0px 50px;
-webkit-transition: margin 150ms linear,width 150ms linear,height 150ms linear,border-size 150ms linear,background-size 150ms linear,background-position 150ms linear,background-color 150ms linear;
-ms-transition: margin 150ms linear,width 150ms linear,height 150ms linear,border-size 150ms linear,background-size 150ms linear,background-position 150ms linear,background-color 150ms linear;
transition: margin 150ms linear,width 150ms linear,height 150ms linear,border-size 150ms linear,background-size 150ms linear,background-position 150ms linear,background-color 150ms linear;
opacity: 0.7;
padding: 10px;
width: 30px;
height: 30px;
border: 3px solid white;
background-repeat: no-repeat;
/*border: 1px solid black;*/
margin: 10px 10px;
}
#splash-screen .dspot.passed {
background-color: #FFF;
}
#splash-screen .dspot.spot1{
background-image: url(/images/svg/splash-icons/picto-slider1.svg);
}
#splash-screen .dspot.spot2{
background-image: url(/images/svg/splash-icons/picto-slider2.svg);
}
#splash-screen .dspot.spot3{
background-image: url(/images/svg/splash-icons/picto-slider3.svg);
}
#splash-screen .dspot.active {
background-position: center;
background-color: transparent;
background-size: 110%;
border-width:0px;
width: 50px;
height: 50px;
margin: 0 7px;
}
#splash-screen .img-div-splash {
height: 230px;
background-position: center;
background-repeat: no-repeat;
}
#splash-screen .splash-step-outer {
overflow: hidden;
}
#splash-screen .splash-step {
width: 100%;
}
#splash-screen .btn-splash {
background-color: #fe2e3e;
border-color: #fe2e3e;
padding:10px 50px;
border-radius:25px;
font-size: 1.3em;
}
#splash-controls{
position: fixed;
bottom:10px;
width: 100%;
left:0;
}
#splash-screen .splash-step-inner {
display: inline-flex;
}
#splash-screen .div-slider-text {
background: -moz-linear-gradient(left, #FFFFFF, 0.4, #FFFFFF, 0.5, transparent, 0.6, #FFFFFF, #FFFFFF);
background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(0.4, #FFFFFF), color-stop(0.5, transparent), color-stop(0.6, #FFFFFF), color-stop(1, #FFFFFF));
-moz-background-clip: text;
-webkit-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-webkit-animation: slidetounlock 2s infinite;
font-weight: bold;
padding: 0;
-webkit-text-size-adjust: none;
-webkit-transition: opacity 200ms linear;
-ms-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
#splash-screen .splash-left-arrow {
background-image: url(/images/svg/pictos2/left-arrow.svg);
width: 15px;
height: 15px;
display: inline-block;
vertical-align: -2px;
}
#splash-screen #splash-next{
cursor: pointer;
}
#splash-screen #splash-next img {
height:40px;
background-color: transparent;
border:medium none;
display: inline-block;
}
@-webkit-keyframes slidetounlock {
0% {
background-position: 170px 0
}
100% {
background-position: -170px 0
}
}
.navbar-top .navbar-toggler .navbar-toggler-icon{
height: 40px;
}
.navbar-top .navbar-toggler{
border-radius: 50px;
margin-right: 30px;
border-width: 3px;
display: inline-block;
zoom:0.8;
outline: medium none;
}
.navbar.small-box-menu{
padding: 10px;
}
.navbar-top .navbar-collapse{
position: absolute;
background: white;
right: 40px;
top: 60px;
border-radius: 10px;
padding: 20px 5px;
box-shadow: 0px 0px 11px #00000094;
width: 210px;
}
.navbar-top .navbar-collapse .nav-item{
text-align: left;
}
.navbar-top .navbar-collapse .nav-item a{
padding: 8px 0px 8px 20px;
border-radius: 5px;
}
.navbar-top .navbar-collapse .nav-item a:hover {
background-color: #4054b2;
color: #FFFFFF;
}
.navbar-top #navbar-hover:hover #navbarNav{
display: block;
}
.navbar-top #img-navbar-logo{
height: 50px;
margin-left: 20px;
}
.navbar-top .navbar-brand-small #img-navbar-logo {
height: 40px;
margin: auto;
}
.box-white-bg{
height: calc(100vh - 60px);
background-color: #FFFFFF;
position: absolute;
padding: 0;
}
.box-outer{
}
#init_hidden{
min-height: calc(100vh - 60px);
background-color: #FFF;
}
main.main-nobg .box-white-bg,
main.main-nobg #init_hidden{
background-color: transparent;
}
#span_code_prefix {
display: none;
}
#input_phone_code,
.validation-code-input{
border: 2px solid black;
}
.social-icon{
width: 50px;
}
.div-beta{
background-color: red;
color:#FFF;
font-weight: 700!important;
font-size: 10px!important;
padding:1px 5px;
}
#block-social .img-social{
max-width: 50px;
}
#span-demo{
font-size: 2.5em;
}
.alert-warning{
background-color:#3f51b594!important;;
border-color:#3f51b594!important;;
color:#FFF!important;
}
#div_resend_code{
}
#div_resend_code.blocked{
}
#div_resend_code:not(.blocked) #timer-resend-code{
display: none;
}
#div_resend_code.blocked #timer-resend-code{
}
#div_resend_code.blocked #btn_reset{
cursor:not-allowed;
opacity: 0.3;
} | public/css/project.css | .btn:focus, .btn.focus {
outline: none !important;
box-shadow: none;
}
body {
font-family: 'Montserrat', sans-serif;
font-weight: 100;
background: rgb(99,171,229);
background: -moz-linear-gradient(180deg, rgba(99,171,229,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(99,171,229,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(99,171,229,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#63abe5",endColorstr="#ffffff",GradientType=1);
}
body.nobg {
background:none!important ;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}
.body_onlyphone {
/*background-color: #d2d6de;*/
}
.small-box-extender {
background-color: #FFFFFF;
}
.small-box {
background: #FFFFFF;
width: 100%;
max-width: 850px;
padding: 15px;
margin: 0 auto;
position: relative;
}
.small-box.outer {
padding: 0;
/*height:100vh;*/
}
.radius-top {
margin-top: 30px;
border-radius: 20px 20px 0 0;
}
.radius-bottom {
border-radius: 0 0 20px 20px;
margin-bottom: 50px;
}
.radius-all {
border-radius: 20px;
}
.small-box-transparent {
background-color: transparent;
}
.mw500 {
width: 100%;
max-width: 500px;
margin: auto;
}
.mw400 {
width: 100%;
max-width: 400px;
margin: auto;
}
.mh-vh{
min-height: 50vh;
}
.mw50 {
max-width: 50%;
}
.mw40 {
max-width: 40%;
}
.mw60 {
max-width: 60%;
}
.mw70 {
max-width: 70%;
}
.mw80 {
max-width: 80%;
}
.mw90 {
max-width: 90%;
}
#main-container {
}
.bgcolor-red {
background-color: #f98282;
}
.cpcolor-red {
color: #f98282;
}
.cpcolor-green1 {
color: #00c6af;
}
.cpcolor-green2 {
color: #1c6e7d;
}
.cpcolor-green3 {
color: #039590;
}
.cpcolor-blue1, a.cpcolor-blue1 {
color: #203149 !important;
}
.cpcolor-black {
color: #000000;
}
.cpcolor-blue2 {
color: #2f4858;
}
.cpcolor-blue3 {
color: #485460;
}
.cpcolor-white {
color: #ffffff;
}
.cpcolor-bggrey {
background-color: #EEEEEE;
}
.cpcolor-green {
color: #276770;
}
.cpcolor-darkblue {
color: #334650;
}
#div-btn-disconnect {
width: 100%;
}
#btn-disconnect {
font-weight: bold;
color: #AAAAAA;
border: 2px solid #c8c8c8;
border-radius: 100px;
background-color: transparent;
}
#btn-disconnect:hover {
color: #EEEEEE;
background-color: #AAAAAA;
}
.btn-civicpower {
border-radius: 100px !important;
min-width: 150px;
}
.btn-civicpower.btn-danger {
background-color: #f98282;
min-width: 150px;
border-color: transparent;
}
.btn-civicpower.btn-danger2 {
background-color: #FF0000;
color: #FFFFFF;
min-width: 150px;
border-color: transparent;
}
.btn-civicpower.btn-white {
background-color: #FFF;
font-weight: bold;
color: #1b2e45;
}
.btn-civicpower.btn-primary {
background-color: #039590;
min-width: 150px;
border-color: transparent;
}
.logo-top-round {
max-width: 200px;
}
.civicpower-title1 {
font-weight: bold;
font-size: 20px;
line-height: 1;
}
.civicpower-title1-light {
font-size: 20px;
line-height: 1;
}
.civicpower-desc1 {
font-size: 16px;
line-height: 1;
}
.civicpower-title2 {
font-size: 1.3em;
line-height: 1;
}
.small-box-menu-bottom {
padding: 0;
color: #FFF;
font-weight: bold;
position: sticky;
bottom: 0;
left: 0px;
right: 0;
z-index: 1000;
display: none;
opacity:0;
border-top:1px solid #D1D1D1;
border-bottom:1px solid #D1D1D1;
}
.navbar-brand-small{
display:none;
margin:auto;
}
@media (max-width: 640px) {
.small-box-menu-bottom{
display: table;
display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox; /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Chrome */
display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#navbar-hover{
display: none;
}
.navbar-brand-small{
display:block;
}
.navbar-brand-large{
display:none;
}
}
.small-box-menu {
padding: 0;
color: #FFF;
font-weight: bold;
/*position: -webkit-sticky;*/
/*position: sticky;*/
}
.small-box-menu-label {
max-width: 100%;
overflow: hidden;
white-space: pre;
font-size: 0.8em;
margin-top: 5px;
}
.small-box-menu-spacer {
height: 50px;
}
.small-box-menu-button {
text-align: center;
padding: 20px 10px;
display: inline-block;
width: 20%;
background-color: #FFF;
}
@media (max-width: 640px) {
.small-box-menu-button{
zoom:0.8;
font-size:0.8em;
}
}
.small-box-menu-button::after,
.small-box-menu-button::before {
}
.small-box-menu-button{
color: #999999;
text-decoration: none;
}
.small-box-menu-button:hover ,.small-box-menu-button.active {
color: #262626;
text-decoration: none;
}
.small-box-menu-button:hover img ,.small-box-menu-button.active img {
filter: grayscale(100%) sepia(110%) brightness(59%) hue-rotate(555deg) saturate(144%) contrast(236%);
-webkit-filter: grayscale(100%) sepia(110%) brightness(59%) hue-rotate(555deg) saturate(144%) contrast(236%);
-moz-filter: grayscale(100%) sepia(110%) brightness(59%) hue-rotate(555deg) saturate(144%) contrast(236%);
}
.small-box-menu-button img {
max-width: 40%;
}
/*************************/
.radius10,
.radius {
border-radius: 10px !important;
}
.radius20 {
border-radius: 20px !important;
}
.ballot-item {
border-radius: 5px;
display: block;
padding: 10px;
cursor: pointer;
background: #FFF;
text-decoration: none;
line-height: 1;
margin:auto;
width:100%;
max-width: 650px;
}
.ballot-item .img-asker{
width: 100%;
max-width: 100px;
}
.ballot-item .ballot-state{
color: red!important;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
}
.ballot-item .ballot-state.ballot-state-10{
}
.ballot-item .ballot-state.ballot-state-11{
color: #4054b2!important;
}
.ballot-item .ballot-state.ballot-state-12{
}
.ballot-item div {
text-decoration: none;
}
.ballot-item:hover {
background-color: #dedede;
}
.ballot-item .ballot-asker_name {
display: block;
font-size: 0.8em;
}
.ballot-title {
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
}
.ballot-description {
font-size: 16px;
}
.slider-subscription-outer {
text-align: center;
margin-bottom: 45px;
}
.slider-subscription-title {
}
.slider-subscription {
box-shadow: 2px 2px 5px #999999;
height: 12px;
text-align: left;
}
.slider-subscription-1 span {
width: 20%;
}
.slider-subscription-2 span {
width: 40%;
}
.slider-subscription-3 span {
width: 60%;
}
.slider-subscription-4 span {
width: 80%;
}
.slider-subscription-5 span {
width: 100%;
}
.slider-subscription span {
background: red;
display: inline-block;
height: 12px;
vertical-align: top;
}
body {
margin-bottom: 60px;
}
.bottom-footer, .bottom-footer a {
color: #000;
}
footer.bottom-footer {
position: fixed;
bottom: 0;
width: 100%;
padding: 0;
min-height: 60px;
z-index:2;
}
.valign-center {
align-items: center;
flex-direction: column;
display: flex;
justify-content: center;
}
.btn-border-violet{
color: #4054b2!important;
border-color: #4054b2;
border-width: 2px;
width: 210px;
display: inline-block;
font-weight: 500;
}
.btn-border-violet:hover {
background-color: #4054b2;
color:#FFFFFF!important;
}
#splash-screen {
position: fixed;
z-index: 9999;
background: transparent;
width: 100%;
height: 100%;
}
#splash-screen .small-box {
opacity: 0;
}
#splash-screen .img-title-splash {
height:50px;
background-repeat: no-repeat;
background-position: center;
}
#splash-screen .logo-splash {
max-width: 200px;
width: 100%;
}
#splash-screen .div-slider-spots {
display: block;
}
#splash-screen .dspot {
/*border: 3px solid #4054b2;*/
display: inline-block;
border-radius: 50%;
/*background-color: #FFF;*/
background-size: 110%;
background-position: 0px 50px;
-webkit-transition: margin 150ms linear,width 150ms linear,height 150ms linear,border-size 150ms linear,background-size 150ms linear,background-position 150ms linear,background-color 150ms linear;
-ms-transition: margin 150ms linear,width 150ms linear,height 150ms linear,border-size 150ms linear,background-size 150ms linear,background-position 150ms linear,background-color 150ms linear;
transition: margin 150ms linear,width 150ms linear,height 150ms linear,border-size 150ms linear,background-size 150ms linear,background-position 150ms linear,background-color 150ms linear;
opacity: 0.7;
padding: 10px;
width: 30px;
height: 30px;
border: 3px solid white;
background-repeat: no-repeat;
/*border: 1px solid black;*/
margin: 10px 10px;
}
#splash-screen .dspot.passed {
background-color: #FFF;
}
#splash-screen .dspot.spot1{
background-image: url(/images/svg/splash-icons/picto-slider1.svg);
}
#splash-screen .dspot.spot2{
background-image: url(/images/svg/splash-icons/picto-slider2.svg);
}
#splash-screen .dspot.spot3{
background-image: url(/images/svg/splash-icons/picto-slider3.svg);
}
#splash-screen .dspot.active {
background-position: center;
background-color: transparent;
background-size: 110%;
border-width:0px;
width: 50px;
height: 50px;
margin: 0 7px;
}
#splash-screen .img-div-splash {
height: 230px;
background-position: center;
background-repeat: no-repeat;
}
#splash-screen .splash-step-outer {
overflow: hidden;
}
#splash-screen .splash-step {
width: 100%;
}
#splash-screen .btn-splash {
background-color: #fe2e3e;
border-color: #fe2e3e;
padding:10px 50px;
border-radius:25px;
font-size: 1.3em;
}
#splash-controls{
position: fixed;
bottom:10px;
width: 100%;
left:0;
}
#splash-screen .splash-step-inner {
display: inline-flex;
}
#splash-screen .div-slider-text {
background: -moz-linear-gradient(left, #FFFFFF, 0.4, #FFFFFF, 0.5, transparent, 0.6, #FFFFFF, #FFFFFF);
background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(0.4, #FFFFFF), color-stop(0.5, transparent), color-stop(0.6, #FFFFFF), color-stop(1, #FFFFFF));
-moz-background-clip: text;
-webkit-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
-webkit-animation: slidetounlock 2s infinite;
font-weight: bold;
padding: 0;
-webkit-text-size-adjust: none;
-webkit-transition: opacity 200ms linear;
-ms-transition: opacity 200ms linear;
transition: opacity 200ms linear;
}
#splash-screen .splash-left-arrow {
background-image: url(/images/svg/pictos2/left-arrow.svg);
width: 15px;
height: 15px;
display: inline-block;
vertical-align: -2px;
}
#splash-screen #splash-next{
cursor: pointer;
}
#splash-screen #splash-next img {
height:40px;
background-color: transparent;
border:medium none;
display: inline-block;
}
@-webkit-keyframes slidetounlock {
0% {
background-position: 170px 0
}
100% {
background-position: -170px 0
}
}
.navbar-top .navbar-toggler .navbar-toggler-icon{
height: 40px;
}
.navbar-top .navbar-toggler{
border-radius: 50px;
margin-right: 30px;
border-width: 3px;
display: inline-block;
zoom:0.8;
outline: medium none;
}
.navbar.small-box-menu{
padding: 10px;
}
.navbar-top .navbar-collapse{
position: absolute;
background: white;
right: 40px;
top: 60px;
border-radius: 10px;
padding: 20px 5px;
box-shadow: 0px 0px 11px #00000094;
width: 210px;
}
.navbar-top .navbar-collapse .nav-item{
text-align: left;
}
.navbar-top .navbar-collapse .nav-item a{
padding: 8px 0px 8px 20px;
border-radius: 5px;
}
.navbar-top .navbar-collapse .nav-item a:hover {
background-color: #4054b2;
color: #FFFFFF;
}
.navbar-top #navbar-hover:hover #navbarNav{
display: block;
}
.navbar-top #img-navbar-logo{
height: 50px;
margin-left: 20px;
}
.navbar-top .navbar-brand-small #img-navbar-logo {
height: 40px;
margin: auto;
}
.box-white-bg{
height: calc(100vh - 60px);
background-color: #FFFFFF;
position: absolute;
padding: 0;
}
.box-outer{
}
#init_hidden{
min-height: calc(100vh - 60px);
background-color: #FFF;
}
main.main-nobg .box-white-bg,
main.main-nobg #init_hidden{
background-color: transparent;
}
#span_code_prefix {
display: none;
}
#input_phone_code,
.validation-code-input{
border: 2px solid black;
}
.social-icon{
width: 50px;
}
.div-beta{
background-color: red;
color:#FFF;
font-weight: 700!important;
font-size: 10px!important;
padding:1px 5px;
}
#block-social .img-social{
max-width: 50px;
}
#span-demo{
font-size: 2.5em;
}
.alert-warning{
background-color:#3f51b594!important;;
border-color:#3f51b594!important;;
color:#FFF!important;
}
#div_resend_code{
}
#div_resend_code.blocked{
}
#div_resend_code:not(.blocked) #timer-resend-code{
display: none;
}
#div_resend_code.blocked #timer-resend-code{
}
#div_resend_code.blocked #btn_reset{
cursor:not-allowed;
opacity: 0.3;
} | 0.396886 | 0.070144 |
p{
font-family: 'Source Sans Pro', sans-serif;
}
.container-set-change {
background: #231f20;
border-radius: 1px;
}
.ss-searchbox {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 22px;
background-color: rgba(255, 255, 255, 0.3);
}
.ss-searchbox i {
color: white;
font-size: 1rem;
}
.ss-searchbox input {
width: 93%;
border: 0;
padding: 0 1rem;
font-size: 0.8rem;
background-color: rgba(255, 255, 255, -0.7);
}
.ss-searchbox {
border: 0px;
border-radius: 17px;
padding: 9px 10px 9px 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.8em !important;
padding-left: 0.8rem !important;
}
.navbar-light .navbar-nav .nav-link {
color: #231f20 !important;
}
.ul-ff{
font-family: Source Sans Pro !important;
font-weight: 600 !important;
}
.bg-white {
background-color: #fff !important;
}
.menu-item a {
float: left;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
/* font-family: SourceSansPro; */
font-size: 17px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #231f20;
}
.menu-item a:hover {
/* background-color: #ddd; */
color: #000;
}
.menu-item a.active {
/* background-color: grey; */
color: #000;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}
.wrapper-dropdown-1{
position: relative;
padding: 0px 38px 5px 10px;
outline: none;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #ece4e4;
/* box-shadow: 0 0 5px 0 rgba(189, 189, 189, 0.5); */
/* box-shadow: 0 -1px 3px 0 rgba(84, 76, 76, 0.78); */
/* overflow: hidden; */
text-overflow: ellipsis;
white-space: nowrap;
border-radius: 5px;
}
.dd-dropdown{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -11% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dd-dropdown-lead{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -8% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dd-dropdown-dimensions{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -8% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dd-dropdown-sort-price{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -5% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dropdown-toggle{
/* font-family: SourceSansPro-Regular; */
color: #707070;
font-size: 14px;
}
.labels{
color: #231f20;
font-size: 14px;
}
.black-borderSeparator{
border-bottom: 1px solid #d8d1d1;
margin-left: -15px;
margin-right: -15px;
}
.-container {
position: relative;
background-color: #FFF;
border: 1px solid #bbc0c4;
border-radius: 5px;
padding: 16px;
font-size: 13px;
box-shadow: 0 4px 8px rgba(59,64,69,0.2);
width: 85%;
}
.tag-popup .-arrow.-top {
display: block;
transform: rotate(45deg);
top: -1px;
}
/*.tag-popup .-arrow {
position: absolute;
left: 50%;
}*/
.mb12 {
margin-bottom: 12px !important;
}
#Div4 {
display: none;
}
#mainDiv{
display: none;
}
/*.tag-popup {
width: 340px;
padding: 12px;
}*/
.tag-popup{
display: block;
position: absolute;
z-index: 99;
}
ul {
list-style-type: none;
padding-left: 0px;
white-space: nowrap;
}
.border-right {
border-right: 1px solid black;
padding-right: 122px;
}
.bcJJDU {
cursor: pointer;
}
/* li.current:after{
border-top: 10px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #f5f5f5e0;
position: absolute;
z-index: 1;
bottom: 8px;
left: 151%;
content: "";
}*/
.newFont .nav-link.ss-nav-link {
border: 0 !important;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.05em;
padding: 0.6rem 1rem;
text-shadow: none;
color: #616161;
cursor: pointer;
}
.newFont .nav-link.ss-nav-link.active {
color: #8F003E;
}
a:active {
color: #8F003E;
}
li{
color: darkgrey;
}
.tubs{
color: black;
}
input[type="checkbox"]{
-webkit-appearance: initial;
appearance: initial;
background: #fff;
width: 10px;
height: 10px;
border: 1px solid black;
position: relative;
}
input[type="checkbox"]:checked {
background: #8f0020;
}
.mtb-2{
padding-top: 2.5rem!important;
padding-bottom: 2rem!important;
}
.fs-18{
font-size: 18px !important;
}
.fw-500{
font-weight: 500;
}
.fw-600{
font-weight: 600;
}
.fw-normal{
font-weight: normal;
}
.catlogue-product-name{
font-size: 15px;
font-weight: 600;
color: #231f20;
font-family: 'Source Sans Pro', sans-serif;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cat-units-label{
font-size: 14px;
color: #231f20;
}
.cat-sold-qty{
font-family: Roboto !important;
font-size: 14px;
color: #231f20;
}
.cat-prod-price{
font-weight: normal;
font-size: 14px;
color: #6d6567!important;
}
.saved-products-heart-label{
font-family:FontAwesome 'Source Sans Pro', sans-serif;
color:#8f0020;
font-size: 14px;
font-weight: normal;
}
.pt7b5{
padding: 7% 0% 5% 0%;
}
.dropdown-toggle::after {
display:none;
}
.product-card-img{
max-height: 170px;
max-width: 170px;
margin: auto;
}
.card{
font-family: 'Source Sans Pro', sans-serif;
}
.card.new::before{
content: 'NEW';
background-image: url(/assets/img/new-flag.svg);
width: 70px;
height: 28px;
position: absolute;
left: -7px;
top: 8px;
text-align: center;
font-size: 13px;
font-weight: 600;
line-height: 25px;
}
.catlogue-product-price{
font-size: 11px;
color: #6d6567;
}
:host ::ng-deep .irs-bar {
height: 5px!important;
top: 33px!important;
border-top: 1px solid #8c031f!important;
border-bottom: 1px solid #8c031f!important;
background: #428bca!important;
background: linear-gradient(to top, #8c031f 0%,#8c031f 100%)!important;
}
:host ::ng-deep .irs-shadow {
height: 0px!important;
}
:host ::ng-deep .irs-slider:hover {
background: #8c031f!important;
}
:host ::ng-deep .irs-line {
height: 5px!important;
top: 33px!important;
}
:host ::ng-deep .irs-slider {
top: 27px!important;
width: 16px!important;
height: 16px!important;
border: 1px solid #8c031f!important;
background: #DDD!important;
background: #8c031f!important;
cursor: pointer!important;
}
:host ::ng-deep .irs-from, :host ::ng-deep .irs-to, :host ::ng-deep .irs-single {
background: #8c031f!important;
}
:host ::ng-deep .irs-from[style]{
left: 0!important;
}
:host ::ng-deep .irs-to[style]{
left: 56%!important;
}
:host ::ng-deep .irs-single[style]{
left: 0%!important;
}
:host ::ng-deep .irs-min[style], :host ::ng-deep .irs-max[style]{
visibility: hidden!important;
}
/* Menu header design changes start */
/* .subcategories-items .subcategories-items-list {
display: inline-block;
}
*/
/* .subcategories-items .subcategories-items-list:after {
content: "|";
} */
/* Menu header design changes ends */
/* .subcategories-items .subcategories-items-list:not(:last-child):after{
border: none;
} */
.subcategories-items-list{
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
color: #707070;
border-left: 2px solid grey;
padding-right: 1rem;
}
/* .subcategories-items-list:not(:first-child):after{
border-left: 2px solid grey;
} */
.subcategories-items-list-ul{
border-left: 2px solid grey;
}
.subcategories-items-list-ul:first-child {
border-left: none !important;
}
.Product-bg {
background-color: #f5f5f5;
}
.xzoom {
border: 1px solid lightgray;
border-radius: 3px;
width: 482px;
height:340px;
}
.cardPoss{
margin-top: 23px;
}
.cardPossi{
margin-top: 35px;
}
.card-footer{
background-color: white;
height: 77px;
}
.contPoss{
margin-top: 4px;
font-weight: 600;
font-size: 18px;
}
.contPossi{
margin-top: -12px;
font-weight: 600px;
color: #6d6567;
font-size: 14px
}
.verticalLine {
border-right: thick solid #ff0000;
} | src/app/platform/organisation/catalogue/segment-catalogue/segment-catalogue.component.css | p{
font-family: 'Source Sans Pro', sans-serif;
}
.container-set-change {
background: #231f20;
border-radius: 1px;
}
.ss-searchbox {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 22px;
background-color: rgba(255, 255, 255, 0.3);
}
.ss-searchbox i {
color: white;
font-size: 1rem;
}
.ss-searchbox input {
width: 93%;
border: 0;
padding: 0 1rem;
font-size: 0.8rem;
background-color: rgba(255, 255, 255, -0.7);
}
.ss-searchbox {
border: 0px;
border-radius: 17px;
padding: 9px 10px 9px 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.8em !important;
padding-left: 0.8rem !important;
}
.navbar-light .navbar-nav .nav-link {
color: #231f20 !important;
}
.ul-ff{
font-family: Source Sans Pro !important;
font-weight: 600 !important;
}
.bg-white {
background-color: #fff !important;
}
.menu-item a {
float: left;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 16px;
/* font-family: SourceSansPro; */
font-size: 17px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #231f20;
}
.menu-item a:hover {
/* background-color: #ddd; */
color: #000;
}
.menu-item a.active {
/* background-color: grey; */
color: #000;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu .dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
}
.wrapper-dropdown-1{
position: relative;
padding: 0px 38px 5px 10px;
outline: none;
cursor: pointer;
background-color: #ffffff;
border: 1px solid #ece4e4;
/* box-shadow: 0 0 5px 0 rgba(189, 189, 189, 0.5); */
/* box-shadow: 0 -1px 3px 0 rgba(84, 76, 76, 0.78); */
/* overflow: hidden; */
text-overflow: ellipsis;
white-space: nowrap;
border-radius: 5px;
}
.dd-dropdown{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -11% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dd-dropdown-lead{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -8% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dd-dropdown-dimensions{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -8% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dd-dropdown-sort-price{
background: #fff;
position: absolute;
width: 100%;
border: 1px solid #e6e6e6;
max-height: 250px;
overflow-y: auto;
z-index: 9;
top: -8% !important;
left: -5% !important;
transform: translate3d(10px, 35px, 0px) !important;
}
.dropdown-toggle{
/* font-family: SourceSansPro-Regular; */
color: #707070;
font-size: 14px;
}
.labels{
color: #231f20;
font-size: 14px;
}
.black-borderSeparator{
border-bottom: 1px solid #d8d1d1;
margin-left: -15px;
margin-right: -15px;
}
.-container {
position: relative;
background-color: #FFF;
border: 1px solid #bbc0c4;
border-radius: 5px;
padding: 16px;
font-size: 13px;
box-shadow: 0 4px 8px rgba(59,64,69,0.2);
width: 85%;
}
.tag-popup .-arrow.-top {
display: block;
transform: rotate(45deg);
top: -1px;
}
/*.tag-popup .-arrow {
position: absolute;
left: 50%;
}*/
.mb12 {
margin-bottom: 12px !important;
}
#Div4 {
display: none;
}
#mainDiv{
display: none;
}
/*.tag-popup {
width: 340px;
padding: 12px;
}*/
.tag-popup{
display: block;
position: absolute;
z-index: 99;
}
ul {
list-style-type: none;
padding-left: 0px;
white-space: nowrap;
}
.border-right {
border-right: 1px solid black;
padding-right: 122px;
}
.bcJJDU {
cursor: pointer;
}
/* li.current:after{
border-top: 10px solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid #f5f5f5e0;
position: absolute;
z-index: 1;
bottom: 8px;
left: 151%;
content: "";
}*/
.newFont .nav-link.ss-nav-link {
border: 0 !important;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.05em;
padding: 0.6rem 1rem;
text-shadow: none;
color: #616161;
cursor: pointer;
}
.newFont .nav-link.ss-nav-link.active {
color: #8F003E;
}
a:active {
color: #8F003E;
}
li{
color: darkgrey;
}
.tubs{
color: black;
}
input[type="checkbox"]{
-webkit-appearance: initial;
appearance: initial;
background: #fff;
width: 10px;
height: 10px;
border: 1px solid black;
position: relative;
}
input[type="checkbox"]:checked {
background: #8f0020;
}
.mtb-2{
padding-top: 2.5rem!important;
padding-bottom: 2rem!important;
}
.fs-18{
font-size: 18px !important;
}
.fw-500{
font-weight: 500;
}
.fw-600{
font-weight: 600;
}
.fw-normal{
font-weight: normal;
}
.catlogue-product-name{
font-size: 15px;
font-weight: 600;
color: #231f20;
font-family: 'Source Sans Pro', sans-serif;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cat-units-label{
font-size: 14px;
color: #231f20;
}
.cat-sold-qty{
font-family: Roboto !important;
font-size: 14px;
color: #231f20;
}
.cat-prod-price{
font-weight: normal;
font-size: 14px;
color: #6d6567!important;
}
.saved-products-heart-label{
font-family:FontAwesome 'Source Sans Pro', sans-serif;
color:#8f0020;
font-size: 14px;
font-weight: normal;
}
.pt7b5{
padding: 7% 0% 5% 0%;
}
.dropdown-toggle::after {
display:none;
}
.product-card-img{
max-height: 170px;
max-width: 170px;
margin: auto;
}
.card{
font-family: 'Source Sans Pro', sans-serif;
}
.card.new::before{
content: 'NEW';
background-image: url(/assets/img/new-flag.svg);
width: 70px;
height: 28px;
position: absolute;
left: -7px;
top: 8px;
text-align: center;
font-size: 13px;
font-weight: 600;
line-height: 25px;
}
.catlogue-product-price{
font-size: 11px;
color: #6d6567;
}
:host ::ng-deep .irs-bar {
height: 5px!important;
top: 33px!important;
border-top: 1px solid #8c031f!important;
border-bottom: 1px solid #8c031f!important;
background: #428bca!important;
background: linear-gradient(to top, #8c031f 0%,#8c031f 100%)!important;
}
:host ::ng-deep .irs-shadow {
height: 0px!important;
}
:host ::ng-deep .irs-slider:hover {
background: #8c031f!important;
}
:host ::ng-deep .irs-line {
height: 5px!important;
top: 33px!important;
}
:host ::ng-deep .irs-slider {
top: 27px!important;
width: 16px!important;
height: 16px!important;
border: 1px solid #8c031f!important;
background: #DDD!important;
background: #8c031f!important;
cursor: pointer!important;
}
:host ::ng-deep .irs-from, :host ::ng-deep .irs-to, :host ::ng-deep .irs-single {
background: #8c031f!important;
}
:host ::ng-deep .irs-from[style]{
left: 0!important;
}
:host ::ng-deep .irs-to[style]{
left: 56%!important;
}
:host ::ng-deep .irs-single[style]{
left: 0%!important;
}
:host ::ng-deep .irs-min[style], :host ::ng-deep .irs-max[style]{
visibility: hidden!important;
}
/* Menu header design changes start */
/* .subcategories-items .subcategories-items-list {
display: inline-block;
}
*/
/* .subcategories-items .subcategories-items-list:after {
content: "|";
} */
/* Menu header design changes ends */
/* .subcategories-items .subcategories-items-list:not(:last-child):after{
border: none;
} */
.subcategories-items-list{
font-size: 14px;
font-family: 'Source Sans Pro', sans-serif;
color: #707070;
border-left: 2px solid grey;
padding-right: 1rem;
}
/* .subcategories-items-list:not(:first-child):after{
border-left: 2px solid grey;
} */
.subcategories-items-list-ul{
border-left: 2px solid grey;
}
.subcategories-items-list-ul:first-child {
border-left: none !important;
}
.Product-bg {
background-color: #f5f5f5;
}
.xzoom {
border: 1px solid lightgray;
border-radius: 3px;
width: 482px;
height:340px;
}
.cardPoss{
margin-top: 23px;
}
.cardPossi{
margin-top: 35px;
}
.card-footer{
background-color: white;
height: 77px;
}
.contPoss{
margin-top: 4px;
font-weight: 600;
font-size: 18px;
}
.contPossi{
margin-top: -12px;
font-weight: 600px;
color: #6d6567;
font-size: 14px
}
.verticalLine {
border-right: thick solid #ff0000;
} | 0.244003 | 0.096535 |
html,
body {
height: 100%;
}
:root {
--main-color: #48176d;
--secondary-color: #ff6b00;
--third-color: #006cfb;
--main-color-dark: #260d3a;
--gray-color: #f4f4f4;
--dark-gray-color: #cccccc;
--text-color-light: #303030;
--text-color-dark: #fff;
--white-background: #fff;
}
body {
background-color: hsl(0, 0%, 97%) !important;
color: var(--text-color-light);
}
a {
color: var(--text-color-light);
text-decoration: none;
}
a:hover {
color: var(--main-color);
}
.root main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-color: var(--main-color);
height: 100vh;
}
.primary-button {
color: #ffffff;
background-color: var(--main-color);
border: 2px solid var(--main-color);
border-radius: 0.4rem;
margin-top: 1rem;
padding: 0.5rem 1.5rem;
font-weight: 600;
transition: all 0.5s;
width: 100%;
}
.primary-button:hover {
background-color: var(--main-color-dark);
color: var(--text-color-dark);
}
.secondary-button {
color: var(--text-color-light);
background-color: var(--white-background);
border: 2px solid var(--text-color-light);
border-radius: 0.4rem;
margin: 1rem 0;
padding: 0.5rem 1.5rem;
font-weight: 600;
transition: all 0.5s;
}
.secondary-button:hover {
background-color: var(--main-color);
color: var(--white-background);
border-color: var(--main-color);
}
.white-button {
color: var(--text-color-light);
background-color: var(--white-background);
border: none;
border-radius: 0.4rem;
margin: 1rem 0;
padding: 0.5rem 1.5rem;
font-weight: 600;
transition: all 0.5s;
}
.white-button:hover {
background-color: var(--gray-color);
color: var(--text-color-light);
}
.navbar {
height: 7rem;
background-color: #fff;
padding-top: 0 !important;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.navbar > .container {
justify-content: space-evenly !important;
}
.search {
display: flex;
justify-content: space-around;
}
.search-field {
width: 31.25rem;
}
.search-field input {
background-color: var(--gray-color);
border: none;
border-radius: 1.25rem;
padding-top: 0.625rem !important;
padding-bottom: 0.625rem !important;
padding-left: 1.75rem !important;
}
.search-field input:focus {
background-color: hsl(0, 0%, 90%);
box-shadow: none;
}
.search-field input::placeholder {
color: #000;
font-size: 0.875rem;
}
.search-field span {
background-color: var(--gray-color);
border: none;
border-radius: 1.25rem;
padding: 0.625rem 1.75rem !important;
}
.actions-right-header {
display: flex;
align-items: center;
margin-left: 1.25rem;
}
.user-buttons {
display: flex;
width: 4.375rem;
justify-content: space-between;
}
.user-buttons .bi {
font-size: 1.5rem;
font-weight: 900;
}
.hello-message {
margin-left: 2.5rem;
width: max-content;
margin-right: 1.25rem;
font-weight: 600;
text-transform: uppercase;
}
.hello-message .user-name {
color: var(--main-color);
}
.user-avatar {
border: 3px solid var(--main-color);
border-radius: 3rem;
padding: 1px;
}
.dropdown-menu.account.show {
animation: all 0.5s;
left: auto;
margin-top: 1rem;
right: 0;
border: none;
box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.row {
background-color: hsl(220, 70%, 100%);
margin: 3rem auto;
padding: 2rem 2.875rem !important;
border-radius: 0.5rem;
}
.asset-brand {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.asset-icon {
max-height: 1.75rem;
margin-right: 0.75rem;
}
.asset-rank {
background-color: var(--main-color);
color: var(--text-color-dark);
margin-left: 0.5rem;
}
.asset-price {
font-size: 1.5rem;
font-weight: 500;
}
.section-title {
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 1rem;
}
#tradingview_b09eb > div {
height: 30rem !important;
}
#feedbackMessage {
display: none;
}
@media screen and (max-width: 991px) {
.actions-right-header {
display: none;
}
} | Codigo/style.css | html,
body {
height: 100%;
}
:root {
--main-color: #48176d;
--secondary-color: #ff6b00;
--third-color: #006cfb;
--main-color-dark: #260d3a;
--gray-color: #f4f4f4;
--dark-gray-color: #cccccc;
--text-color-light: #303030;
--text-color-dark: #fff;
--white-background: #fff;
}
body {
background-color: hsl(0, 0%, 97%) !important;
color: var(--text-color-light);
}
a {
color: var(--text-color-light);
text-decoration: none;
}
a:hover {
color: var(--main-color);
}
.root main {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-color: var(--main-color);
height: 100vh;
}
.primary-button {
color: #ffffff;
background-color: var(--main-color);
border: 2px solid var(--main-color);
border-radius: 0.4rem;
margin-top: 1rem;
padding: 0.5rem 1.5rem;
font-weight: 600;
transition: all 0.5s;
width: 100%;
}
.primary-button:hover {
background-color: var(--main-color-dark);
color: var(--text-color-dark);
}
.secondary-button {
color: var(--text-color-light);
background-color: var(--white-background);
border: 2px solid var(--text-color-light);
border-radius: 0.4rem;
margin: 1rem 0;
padding: 0.5rem 1.5rem;
font-weight: 600;
transition: all 0.5s;
}
.secondary-button:hover {
background-color: var(--main-color);
color: var(--white-background);
border-color: var(--main-color);
}
.white-button {
color: var(--text-color-light);
background-color: var(--white-background);
border: none;
border-radius: 0.4rem;
margin: 1rem 0;
padding: 0.5rem 1.5rem;
font-weight: 600;
transition: all 0.5s;
}
.white-button:hover {
background-color: var(--gray-color);
color: var(--text-color-light);
}
.navbar {
height: 7rem;
background-color: #fff;
padding-top: 0 !important;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.navbar > .container {
justify-content: space-evenly !important;
}
.search {
display: flex;
justify-content: space-around;
}
.search-field {
width: 31.25rem;
}
.search-field input {
background-color: var(--gray-color);
border: none;
border-radius: 1.25rem;
padding-top: 0.625rem !important;
padding-bottom: 0.625rem !important;
padding-left: 1.75rem !important;
}
.search-field input:focus {
background-color: hsl(0, 0%, 90%);
box-shadow: none;
}
.search-field input::placeholder {
color: #000;
font-size: 0.875rem;
}
.search-field span {
background-color: var(--gray-color);
border: none;
border-radius: 1.25rem;
padding: 0.625rem 1.75rem !important;
}
.actions-right-header {
display: flex;
align-items: center;
margin-left: 1.25rem;
}
.user-buttons {
display: flex;
width: 4.375rem;
justify-content: space-between;
}
.user-buttons .bi {
font-size: 1.5rem;
font-weight: 900;
}
.hello-message {
margin-left: 2.5rem;
width: max-content;
margin-right: 1.25rem;
font-weight: 600;
text-transform: uppercase;
}
.hello-message .user-name {
color: var(--main-color);
}
.user-avatar {
border: 3px solid var(--main-color);
border-radius: 3rem;
padding: 1px;
}
.dropdown-menu.account.show {
animation: all 0.5s;
left: auto;
margin-top: 1rem;
right: 0;
border: none;
box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.row {
background-color: hsl(220, 70%, 100%);
margin: 3rem auto;
padding: 2rem 2.875rem !important;
border-radius: 0.5rem;
}
.asset-brand {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.asset-icon {
max-height: 1.75rem;
margin-right: 0.75rem;
}
.asset-rank {
background-color: var(--main-color);
color: var(--text-color-dark);
margin-left: 0.5rem;
}
.asset-price {
font-size: 1.5rem;
font-weight: 500;
}
.section-title {
font-size: 0.875rem;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 1rem;
}
#tradingview_b09eb > div {
height: 30rem !important;
}
#feedbackMessage {
display: none;
}
@media screen and (max-width: 991px) {
.actions-right-header {
display: none;
}
} | 0.564098 | 0.097476 |
@custom-media --breakpoint-not-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 30em) and (max-width: 60em);
@custom-media --breakpoint-large screen and (min-width: 60em);
/*!!!
ANIMATE
Base:
a = animation duration
d = animation delay
Modifiers
1 = 1st step (150ms)
2 = 2nd step (300ms)
3 = 3rd step (450ms)
4 = 4th step (600ms)
5 = 5th step (750ms)
6 = 6th step (900ms)
-1 = literal value 1s
-2 = literal value 2s
-3 = literal value 3s
Media Query Extensions:
-ns = not-small
-m = medium
-l = large
*/
/* Animation Play State */
.pause {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite {
animation-iteration-count: infinite;
}
.double {
animation-iteration-count: 2;
}
.triple {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse {
animation-direction: reverse;
}
.alternate {
animation-direction: alternate;
}
.alternate-reverse {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1 {
animation-duration: 150ms;
}
.a2 {
animation-duration: 300ms;
}
.a3 {
animation-duration: 450ms;
}
.a4 {
animation-duration: 600ms;
}
.a5 {
animation-duration: 750ms;
}
.a6 {
animation-duration: 900ms;
}
.a-1 {
animation-duration: 1s;
}
.a-2 {
animation-duration: 2s;
}
.a-3 {
animation-duration: 3s;
}
/* Animation Delay */
.d1 {
animation-delay: 150ms;
}
.d2 {
animation-delay: 300ms;
}
.d3 {
animation-delay: 450ms;
}
.d4 {
animation-delay: 600ms;
}
.d5 {
animation-delay: 750ms;
}
.d6 {
animation-delay: 900ms;
}
.d-1 {
animation-delay: 1s;
}
.d-2 {
animation-delay: 2s;
}
.d-3 {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease {
animation-timing-function: ease;
}
.ease-in {
animation-timing-function: ease-in;
}
.ease-in-quad {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out {
animation-timing-function: ease-out;
}
.ease-out-quad {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (--breakpoint-not-small) {
/* Animation Play State */
.pause-ns {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite-ns {
animation-iteration-count: infinite;
}
.double-ns {
animation-iteration-count: 2;
}
.triple-ns {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse-ns {
animation-direction: reverse;
}
.alternate-ns {
animation-direction: alternate;
}
.alternate-reverse-ns {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1-ns {
animation-duration: 150ms;
}
.a2-ns {
animation-duration: 300ms;
}
.a3-ns {
animation-duration: 450ms;
}
.a4-ns {
animation-duration: 600ms;
}
.a5-ns {
animation-duration: 750ms;
}
.a6-ns {
animation-duration: 900ms;
}
.a-1-ns {
animation-duration: 1s;
}
.a-2-ns {
animation-duration: 2s;
}
.a-3-ns {
animation-duration: 3s;
}
/* Animation Delay */
.d1-ns {
animation-delay: 150ms;
}
.d2-ns {
animation-delay: 300ms;
}
.d3-ns {
animation-delay: 450ms;
}
.d4-ns {
animation-delay: 600ms;
}
.d5-ns {
animation-delay: 750ms;
}
.d6-ns {
animation-delay: 900ms;
}
.d-1-ns {
animation-delay: 1s;
}
.d-2-ns {
animation-delay: 2s;
}
.d-3-ns {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease-ns {
animation-timing-function: ease;
}
.ease-in-ns {
animation-timing-function: ease-in;
}
.ease-in-quad-ns {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic-ns {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart-ns {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint-ns {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo-ns {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ-ns {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-ns {
animation-timing-function: ease-out;
}
.ease-out-quad-ns {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic-ns {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart-ns {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint-ns {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo-ns {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ-ns {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-ns {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad-ns {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic-ns {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart-ns {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint-ns {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo-ns {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ-ns {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
}
@media (--breakpoint-medium) {
/* Animation Play State */
.pause-m {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite-m {
animation-iteration-count: infinite;
}
.double-m {
animation-iteration-count: 2;
}
.triple-m {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse-m {
animation-direction: reverse;
}
.alternate-m {
animation-direction: alternate;
}
.alternate-reverse-m {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1-m {
animation-duration: 150ms;
}
.a2-m {
animation-duration: 300ms;
}
.a3-m {
animation-duration: 450ms;
}
.a4-m {
animation-duration: 600ms;
}
.a5-m {
animation-duration: 750ms;
}
.a6-m {
animation-duration: 900ms;
}
.a-1-m {
animation-duration: 1s;
}
.a-2-m {
animation-duration: 2s;
}
.a-3-m {
animation-duration: 3s;
}
/* Animation Delay */
.d1-m {
animation-delay: 150ms;
}
.d2-m {
animation-delay: 300ms;
}
.d3-m {
animation-delay: 450ms;
}
.d4-m {
animation-delay: 600ms;
}
.d5-m {
animation-delay: 750ms;
}
.d6-m {
animation-delay: 900ms;
}
.d-1-m {
animation-delay: 1s;
}
.d-2-m {
animation-delay: 2s;
}
.d-3-m {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease-m {
animation-timing-function: ease;
}
.ease-in-m {
animation-timing-function: ease-in;
}
.ease-in-quad-m {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic-m {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart-m {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint-m {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo-m {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ-m {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-m {
animation-timing-function: ease-out;
}
.ease-out-quad-m {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic-m {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart-m {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint-m {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo-m {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ-m {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-m {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad-m {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic-m {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart-m {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint-m {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo-m {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ-m {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
}
@media (--breakpoint-large) {
/* Animation Play State */
.pause-l {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite-l {
animation-iteration-count: infinite;
}
.double-l {
animation-iteration-count: 2;
}
.triple-l {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse-l {
animation-direction: reverse;
}
.alternate-l {
animation-direction: alternate;
}
.alternate-reverse-l {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1-l {
animation-duration: 150ms;
}
.a2-l {
animation-duration: 300ms;
}
.a3-l {
animation-duration: 450ms;
}
.a4-l {
animation-duration: 600ms;
}
.a5-l {
animation-duration: 750ms;
}
.a6-l {
animation-duration: 900ms;
}
.a-1-l {
animation-duration: 1s;
}
.a-2-l {
animation-duration: 2s;
}
.a-3-l {
animation-duration: 3s;
}
/* Animation Delay */
.d1-l {
animation-delay: 150ms;
}
.d2-l {
animation-delay: 300ms;
}
.d3-l {
animation-delay: 450ms;
}
.d4-l {
animation-delay: 600ms;
}
.d5-l {
animation-delay: 750ms;
}
.d6-l {
animation-delay: 900ms;
}
.d-1-l {
animation-delay: 1s;
}
.d-2-l {
animation-delay: 2s;
}
.d-3-l {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease-l {
animation-timing-function: ease;
}
.ease-in-l {
animation-timing-function: ease-in;
}
.ease-in-quad-l {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic-l {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart-l {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint-l {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo-l {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ-l {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-l {
animation-timing-function: ease-out;
}
.ease-out-quad-l {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic-l {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart-l {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint-l {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo-l {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ-l {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-l {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad-l {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic-l {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart-l {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint-l {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo-l {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ-l {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
} | src/css/imports/_animate.css | @custom-media --breakpoint-not-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 30em) and (max-width: 60em);
@custom-media --breakpoint-large screen and (min-width: 60em);
/*!!!
ANIMATE
Base:
a = animation duration
d = animation delay
Modifiers
1 = 1st step (150ms)
2 = 2nd step (300ms)
3 = 3rd step (450ms)
4 = 4th step (600ms)
5 = 5th step (750ms)
6 = 6th step (900ms)
-1 = literal value 1s
-2 = literal value 2s
-3 = literal value 3s
Media Query Extensions:
-ns = not-small
-m = medium
-l = large
*/
/* Animation Play State */
.pause {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite {
animation-iteration-count: infinite;
}
.double {
animation-iteration-count: 2;
}
.triple {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse {
animation-direction: reverse;
}
.alternate {
animation-direction: alternate;
}
.alternate-reverse {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1 {
animation-duration: 150ms;
}
.a2 {
animation-duration: 300ms;
}
.a3 {
animation-duration: 450ms;
}
.a4 {
animation-duration: 600ms;
}
.a5 {
animation-duration: 750ms;
}
.a6 {
animation-duration: 900ms;
}
.a-1 {
animation-duration: 1s;
}
.a-2 {
animation-duration: 2s;
}
.a-3 {
animation-duration: 3s;
}
/* Animation Delay */
.d1 {
animation-delay: 150ms;
}
.d2 {
animation-delay: 300ms;
}
.d3 {
animation-delay: 450ms;
}
.d4 {
animation-delay: 600ms;
}
.d5 {
animation-delay: 750ms;
}
.d6 {
animation-delay: 900ms;
}
.d-1 {
animation-delay: 1s;
}
.d-2 {
animation-delay: 2s;
}
.d-3 {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease {
animation-timing-function: ease;
}
.ease-in {
animation-timing-function: ease-in;
}
.ease-in-quad {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out {
animation-timing-function: ease-out;
}
.ease-out-quad {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (--breakpoint-not-small) {
/* Animation Play State */
.pause-ns {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite-ns {
animation-iteration-count: infinite;
}
.double-ns {
animation-iteration-count: 2;
}
.triple-ns {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse-ns {
animation-direction: reverse;
}
.alternate-ns {
animation-direction: alternate;
}
.alternate-reverse-ns {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1-ns {
animation-duration: 150ms;
}
.a2-ns {
animation-duration: 300ms;
}
.a3-ns {
animation-duration: 450ms;
}
.a4-ns {
animation-duration: 600ms;
}
.a5-ns {
animation-duration: 750ms;
}
.a6-ns {
animation-duration: 900ms;
}
.a-1-ns {
animation-duration: 1s;
}
.a-2-ns {
animation-duration: 2s;
}
.a-3-ns {
animation-duration: 3s;
}
/* Animation Delay */
.d1-ns {
animation-delay: 150ms;
}
.d2-ns {
animation-delay: 300ms;
}
.d3-ns {
animation-delay: 450ms;
}
.d4-ns {
animation-delay: 600ms;
}
.d5-ns {
animation-delay: 750ms;
}
.d6-ns {
animation-delay: 900ms;
}
.d-1-ns {
animation-delay: 1s;
}
.d-2-ns {
animation-delay: 2s;
}
.d-3-ns {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease-ns {
animation-timing-function: ease;
}
.ease-in-ns {
animation-timing-function: ease-in;
}
.ease-in-quad-ns {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic-ns {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart-ns {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint-ns {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo-ns {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ-ns {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-ns {
animation-timing-function: ease-out;
}
.ease-out-quad-ns {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic-ns {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart-ns {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint-ns {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo-ns {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ-ns {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-ns {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad-ns {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic-ns {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart-ns {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint-ns {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo-ns {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ-ns {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
}
@media (--breakpoint-medium) {
/* Animation Play State */
.pause-m {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite-m {
animation-iteration-count: infinite;
}
.double-m {
animation-iteration-count: 2;
}
.triple-m {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse-m {
animation-direction: reverse;
}
.alternate-m {
animation-direction: alternate;
}
.alternate-reverse-m {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1-m {
animation-duration: 150ms;
}
.a2-m {
animation-duration: 300ms;
}
.a3-m {
animation-duration: 450ms;
}
.a4-m {
animation-duration: 600ms;
}
.a5-m {
animation-duration: 750ms;
}
.a6-m {
animation-duration: 900ms;
}
.a-1-m {
animation-duration: 1s;
}
.a-2-m {
animation-duration: 2s;
}
.a-3-m {
animation-duration: 3s;
}
/* Animation Delay */
.d1-m {
animation-delay: 150ms;
}
.d2-m {
animation-delay: 300ms;
}
.d3-m {
animation-delay: 450ms;
}
.d4-m {
animation-delay: 600ms;
}
.d5-m {
animation-delay: 750ms;
}
.d6-m {
animation-delay: 900ms;
}
.d-1-m {
animation-delay: 1s;
}
.d-2-m {
animation-delay: 2s;
}
.d-3-m {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease-m {
animation-timing-function: ease;
}
.ease-in-m {
animation-timing-function: ease-in;
}
.ease-in-quad-m {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic-m {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart-m {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint-m {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo-m {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ-m {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-m {
animation-timing-function: ease-out;
}
.ease-out-quad-m {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic-m {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart-m {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint-m {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo-m {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ-m {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-m {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad-m {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic-m {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart-m {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint-m {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo-m {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ-m {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
}
@media (--breakpoint-large) {
/* Animation Play State */
.pause-l {
animation-play-state: paused;
}
/* Animation Iteration */
.infinite-l {
animation-iteration-count: infinite;
}
.double-l {
animation-iteration-count: 2;
}
.triple-l {
animation-iteration-count: 3;
}
/* Animation Direction */
.reverse-l {
animation-direction: reverse;
}
.alternate-l {
animation-direction: alternate;
}
.alternate-reverse-l {
animation-direction: alternate-reverse;
}
/* Animation Duration */
.a1-l {
animation-duration: 150ms;
}
.a2-l {
animation-duration: 300ms;
}
.a3-l {
animation-duration: 450ms;
}
.a4-l {
animation-duration: 600ms;
}
.a5-l {
animation-duration: 750ms;
}
.a6-l {
animation-duration: 900ms;
}
.a-1-l {
animation-duration: 1s;
}
.a-2-l {
animation-duration: 2s;
}
.a-3-l {
animation-duration: 3s;
}
/* Animation Delay */
.d1-l {
animation-delay: 150ms;
}
.d2-l {
animation-delay: 300ms;
}
.d3-l {
animation-delay: 450ms;
}
.d4-l {
animation-delay: 600ms;
}
.d5-l {
animation-delay: 750ms;
}
.d6-l {
animation-delay: 900ms;
}
.d-1-l {
animation-delay: 1s;
}
.d-2-l {
animation-delay: 2s;
}
.d-3-l {
animation-delay: 3s;
}
/* EASING BEZIER CURVES via https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d */
.ease-l {
animation-timing-function: ease;
}
.ease-in-l {
animation-timing-function: ease-in;
}
.ease-in-quad-l {
animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ease-in-cubic-l {
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.ease-in-quart-l {
animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.ease-in-quint-l {
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.ease-in-expo-l {
animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.ease-in-circ-l {
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.ease-out-l {
animation-timing-function: ease-out;
}
.ease-out-quad-l {
animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ease-out-cubic-l {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ease-out-quart-l {
animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ease-out-quint-l {
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ease-out-expo-l {
animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ease-out-circ-l {
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ease-in-out-l {
animation-timing-function: ease-in-out;
}
.ease-in-out-quad-l {
animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ease-in-out-cubic-l {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ease-in-out-quart-l {
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.ease-in-out-quint-l {
animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.ease-in-out-expo-l {
animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.ease-in-out-circ-l {
animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
} | 0.480235 | 0.153867 |
.background.osd {
border-style: none;
border-width: 0;
color: @theme_fg_color;
background-color: @theme_bg_color;
}
GtkOverlay.osd {
border-style: none;
border-width: 0;
background-color: transparent;
}
.osd.frame {
border-style: none;
border-width: 0;
background-clip: border-box;
background-origin: border-box;
}
.osd.button,
.osd .button {
}
.osd.button:prelight,
.osd.button:hover,
.osd .button:hover {
}
.osd.button:active,
.osd .button:active,
.osd GtkMenuButton.button:active {
}
.osd.button:active:hover,
.osd .button:active:hover,
.osd GtkMenuButton.button:active:hover {
}
.osd.button:insensitive,
.osd .button:insensitive {
}
.osd.button:active *:insensitive,
.osd .button:active *:insensitive {
}
.osd.toolbar {
-GtkToolbar-button-relief: normal;
padding: 4px;
border-width: 0;
border-style: none;
border-radius: 0;
background-color: @theme_bg_color;
background-image: none;
color: @theme_fg_color;
}
.osd.toolbar .button {
}
.osd.toolbar .button:hover {
}
.osd.toolbar .button:active {
}
.osd.toolbar .button:active:hover {
}
.osd.toolbar .button:focus,
.osd.toolbar .button:hover:focus,
.osd.toolbar .button:active:focus,
.osd.toolbar .button:active:hover:focus {
}
.osd.toolbar .button:insensitive {
}
.osd.toolbar .button:active *:insensitive {
}
.osd.toolbar .button:first-child {
}
.osd.toolbar .button:last-child {
}
.osd.toolbar .button:only-child,
.osd.toolbar GtkToolButton .button,
.osd.toolbar GtkToolButton:only-child .button,
.osd.toolbar GtkToolButton:last-child .button,
.osd.toolbar GtkToolButton:first-child .button {
}
.osd.toolbar .separator {
}
/* used by gnome-settings-daemon's media-keys OSD */
.osd.trough {
}
.osd.progressbar {
}
.osd .scale.slider {
}
.osd .scale.slider:hover {
}
.osd .scale.slider:insensitive {
}
.osd .scale.trough {
}
.osd .scale.trough.highlight {
}
.osd .scale.trough:insensitive,
.osd .scale.trough.highlight:insensitive {
}
.osd GtkProgressBar,
GtkProgressBar.osd {
padding: 0;
-GtkProgressBar-xspacing: 0;
-GtkProgressBar-yspacing: 2px;
-GtkProgressBar-min-horizontal-bar-height: 2px;
}
.osd GtkProgressBar.trough,
GtkProgressBar.osd.trough {
padding: 0;
border-style: none;
border-radius: 0;
background-image: none;
background-color: transparent;
}
.osd GtkProgressBar.progressbar,
GtkProgressBar.osd.progressbar {
border-style: none;
border-radius: 0;
background-color: @theme_selected_bg_color;
background-image: none;
}
.osd .view,
.osd.view {
}
.osd .scrollbar.trough {
}
.osd .scrollbar.slider {
}
.osd .scrollbar.slider:hover {
}
.osd .scrollbar.slider:active {
}
.osd GtkIconView.cell:selected,
.osd GtkIconView.cell:selected:focus {
}
/* used by Documents */
.osd .page-thumbnail {
} | dotfiles/.themes/FlatColor/gtk-3.0/widgets/osd.css | .background.osd {
border-style: none;
border-width: 0;
color: @theme_fg_color;
background-color: @theme_bg_color;
}
GtkOverlay.osd {
border-style: none;
border-width: 0;
background-color: transparent;
}
.osd.frame {
border-style: none;
border-width: 0;
background-clip: border-box;
background-origin: border-box;
}
.osd.button,
.osd .button {
}
.osd.button:prelight,
.osd.button:hover,
.osd .button:hover {
}
.osd.button:active,
.osd .button:active,
.osd GtkMenuButton.button:active {
}
.osd.button:active:hover,
.osd .button:active:hover,
.osd GtkMenuButton.button:active:hover {
}
.osd.button:insensitive,
.osd .button:insensitive {
}
.osd.button:active *:insensitive,
.osd .button:active *:insensitive {
}
.osd.toolbar {
-GtkToolbar-button-relief: normal;
padding: 4px;
border-width: 0;
border-style: none;
border-radius: 0;
background-color: @theme_bg_color;
background-image: none;
color: @theme_fg_color;
}
.osd.toolbar .button {
}
.osd.toolbar .button:hover {
}
.osd.toolbar .button:active {
}
.osd.toolbar .button:active:hover {
}
.osd.toolbar .button:focus,
.osd.toolbar .button:hover:focus,
.osd.toolbar .button:active:focus,
.osd.toolbar .button:active:hover:focus {
}
.osd.toolbar .button:insensitive {
}
.osd.toolbar .button:active *:insensitive {
}
.osd.toolbar .button:first-child {
}
.osd.toolbar .button:last-child {
}
.osd.toolbar .button:only-child,
.osd.toolbar GtkToolButton .button,
.osd.toolbar GtkToolButton:only-child .button,
.osd.toolbar GtkToolButton:last-child .button,
.osd.toolbar GtkToolButton:first-child .button {
}
.osd.toolbar .separator {
}
/* used by gnome-settings-daemon's media-keys OSD */
.osd.trough {
}
.osd.progressbar {
}
.osd .scale.slider {
}
.osd .scale.slider:hover {
}
.osd .scale.slider:insensitive {
}
.osd .scale.trough {
}
.osd .scale.trough.highlight {
}
.osd .scale.trough:insensitive,
.osd .scale.trough.highlight:insensitive {
}
.osd GtkProgressBar,
GtkProgressBar.osd {
padding: 0;
-GtkProgressBar-xspacing: 0;
-GtkProgressBar-yspacing: 2px;
-GtkProgressBar-min-horizontal-bar-height: 2px;
}
.osd GtkProgressBar.trough,
GtkProgressBar.osd.trough {
padding: 0;
border-style: none;
border-radius: 0;
background-image: none;
background-color: transparent;
}
.osd GtkProgressBar.progressbar,
GtkProgressBar.osd.progressbar {
border-style: none;
border-radius: 0;
background-color: @theme_selected_bg_color;
background-image: none;
}
.osd .view,
.osd.view {
}
.osd .scrollbar.trough {
}
.osd .scrollbar.slider {
}
.osd .scrollbar.slider:hover {
}
.osd .scrollbar.slider:active {
}
.osd GtkIconView.cell:selected,
.osd GtkIconView.cell:selected:focus {
}
/* used by Documents */
.osd .page-thumbnail {
} | 0.505859 | 0.070945 |
.select-captadores {
width: 100%;
padding-left: 1px;
padding-right: 1px;
}
.hidden {
display: none;
}
/* ******************** CAPTADOR ******************** */
@value SELECT_WIDTH: 85px;
.captador-div {
display: flex;
font-size: 10px;
}
.captador-disabled {
/* pendiente de utilizar */
}
.captador-text {
height: 10px;
line-height: 18px;
white-space: nowrap; /* una linea de texto para textos largos*/
word-wrap: break-word;
overflow: hidden;
width: 100%;
border: 1px solid rgb(169, 169, 169);
height: 18px;
}
.captador-ammount {
width: 20px;
height: 18px;
text-align: center;
}
/*input[type="number"]*/
/* FIREFOX */
.captador-ammount {
-moz-appearance: textfield;
}
/* CHROME */
.captador-ammount::-webkit-outer-spin-button,
.captador-ammount::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.captador-ammount-dirty {
border: 2px solid #381615;
border-radius: 2px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #635353; /*plomo*/
outline-color: #4f3534;
}
/* ******************** OPCIONES CAPTADOR ******************** */
@value OPTIONS_WIDTH: 100px;
@value OPTIONS_HEIGHT: 150px;
.dots-container {
margin: 0;
padding-top: 1px;
padding-left: 2px;
padding-right: 2px;
}
.dots-container:hover {
background: lightgrey;
}
.dots{
width: 4px;
height: 4px;
/*border-radius: 50%;*/
background-color: #555;
box-shadow: 0px 6px 0px #555, 0px 12px 0px #555;
}
.options {
background: whitesmoke;
border: 1px solid rgb(169, 169, 169);
list-style: none;
padding: 2px;
margin-top: 0;
margin-bottom: 1px;
margin-left: 0;
margin-right: 0;
width: OPTIONS_WIDTH;
font-size: 10px;
position: absolute;
/* en casso de que tenga demasiados elementos */
max-height: OPTIONS_HEIGHT;
overflow: overlay;
}
.options-hidden {
list-style: none;
display: none;
}
.option {
color: rgb(51, 51, 51);
cursor: default; /* por defecto muestra el cursos de "text" */
}
.option-blankspace{
height: 5px;
}
.option:hover {
color: white;
background: cornflowerblue;
}
/* ******************** CAPTADOR NUEVO ******************** */
.captador-nuevo {
display: flex;
font-size: 10px;
}
.captador-nuevo-select {
line-height: 10px;
height: 18px;
width: 100%;
margin: auto;
}
.captador-nuevo-opcion{
width: 8px;
height: 18px;
display: flex;
align-items: center;
}
.captador-nuevo-opcion:hover{
background: lightgrey;
}
.captador-nuevo-opcion:after{
content: 'X';
font-weight: bold;
color: #555;
}
/* *************** SIN CAPTADOR SELECCIONADO ************** */
.captador-vacio {
display: flex;
}
.captador-vacio-texto {
width: 100%;
}
.captador-vacio-opcion {
width: 8px;
height: 18px;
display: flex;
align-items: center;
}
.captador-vacio-opcion:hover{
background: lightgrey;
}
.captador-vacio-opcion:after{
content: '+';
font-weight: bold;
color: #555;
} | frontEnd/components/shared/SelectCaptadores.css | .select-captadores {
width: 100%;
padding-left: 1px;
padding-right: 1px;
}
.hidden {
display: none;
}
/* ******************** CAPTADOR ******************** */
@value SELECT_WIDTH: 85px;
.captador-div {
display: flex;
font-size: 10px;
}
.captador-disabled {
/* pendiente de utilizar */
}
.captador-text {
height: 10px;
line-height: 18px;
white-space: nowrap; /* una linea de texto para textos largos*/
word-wrap: break-word;
overflow: hidden;
width: 100%;
border: 1px solid rgb(169, 169, 169);
height: 18px;
}
.captador-ammount {
width: 20px;
height: 18px;
text-align: center;
}
/*input[type="number"]*/
/* FIREFOX */
.captador-ammount {
-moz-appearance: textfield;
}
/* CHROME */
.captador-ammount::-webkit-outer-spin-button,
.captador-ammount::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.captador-ammount-dirty {
border: 2px solid #381615;
border-radius: 2px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #635353; /*plomo*/
outline-color: #4f3534;
}
/* ******************** OPCIONES CAPTADOR ******************** */
@value OPTIONS_WIDTH: 100px;
@value OPTIONS_HEIGHT: 150px;
.dots-container {
margin: 0;
padding-top: 1px;
padding-left: 2px;
padding-right: 2px;
}
.dots-container:hover {
background: lightgrey;
}
.dots{
width: 4px;
height: 4px;
/*border-radius: 50%;*/
background-color: #555;
box-shadow: 0px 6px 0px #555, 0px 12px 0px #555;
}
.options {
background: whitesmoke;
border: 1px solid rgb(169, 169, 169);
list-style: none;
padding: 2px;
margin-top: 0;
margin-bottom: 1px;
margin-left: 0;
margin-right: 0;
width: OPTIONS_WIDTH;
font-size: 10px;
position: absolute;
/* en casso de que tenga demasiados elementos */
max-height: OPTIONS_HEIGHT;
overflow: overlay;
}
.options-hidden {
list-style: none;
display: none;
}
.option {
color: rgb(51, 51, 51);
cursor: default; /* por defecto muestra el cursos de "text" */
}
.option-blankspace{
height: 5px;
}
.option:hover {
color: white;
background: cornflowerblue;
}
/* ******************** CAPTADOR NUEVO ******************** */
.captador-nuevo {
display: flex;
font-size: 10px;
}
.captador-nuevo-select {
line-height: 10px;
height: 18px;
width: 100%;
margin: auto;
}
.captador-nuevo-opcion{
width: 8px;
height: 18px;
display: flex;
align-items: center;
}
.captador-nuevo-opcion:hover{
background: lightgrey;
}
.captador-nuevo-opcion:after{
content: 'X';
font-weight: bold;
color: #555;
}
/* *************** SIN CAPTADOR SELECCIONADO ************** */
.captador-vacio {
display: flex;
}
.captador-vacio-texto {
width: 100%;
}
.captador-vacio-opcion {
width: 8px;
height: 18px;
display: flex;
align-items: center;
}
.captador-vacio-opcion:hover{
background: lightgrey;
}
.captador-vacio-opcion:after{
content: '+';
font-weight: bold;
color: #555;
} | 0.349422 | 0.083516 |
.home-list li{width: 100%; height: 93px; background: #ffffff;position: relative;padding:0;margin:0;margin-bottom: 8px;}
.home-list li:nth-child(1):before{content:"";position:absolute;top:0;left:0;background: #d9d9d9;width:100%; height:1px; -webkit-transform: scaleY(0.6);transform: scaleY(0.6);}
.home-list li:after{content:"";position:absolute;bottom:0;left:0;background: #d9d9d9;width:100%; height:1px; -webkit-transform: scaleY(0.6);transform: scaleY(0.6);}
.list-pic{width: 110px;height: 93px;float: left;overflow: hidden;text-align: center;line-height: 93px;vertical-align: middle;}
.list-pic img{text-align: center;line-height: 93px;width: 110px;vertical-align: middle;}
.list-dis{width: 67%;height: 93px;float: right;margin-left: 1%;}
.list-dis-left{width: 75%;height: 50px;float:left;text-align:left;color: #747474;font-size: 12px;}
.list-dis-left p{margin-top: 15px; font-size: 14px;font-style: normal;color: #333333;margin-bottom: 5px;}
.list-dis-left span{display:inline-block;font-size: 12px;color: #757575;}
.list-dis-left span:nth-child(3){border: none;}
.list-dis-right{text-align:center;width: 10%;padding-right:4%;height: 50px;float: right;line-height: 50px;}
.list-dis-right span{color: #00A2E1;font-size: 12px;}
.list-dis-right b{color: #00A2E1;font-size: 16px;}
.list-dis-right i{color: #757575;font-size: 12px;font-style: normal;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.list-dis-line{background: #e4e4e4;height:1px; width:100%; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);margin-top: 8px;}
.list-dis-zct{text-align:left;font-size: 12px;color: #757575; margin-top: 1px;}
.list-dis-zct div{-webkit-zoom:0.75;zoom:0.75;margin-top: 5px;}
.list-dis-zct div i{color: #ff8800;font-style:normal;font-size: 1.8em;}
@media screen and (max-width:320px){
.list-dis-zct div i{color: #ff8800;font-style: normal;font-size: 1.1em;}
.list-pic {
width: 90px;
}
.list-pic img {
width: 90px;
}
.list-dis {
width: 70%;
}
.list-dis-zct {
text-align: left;
color: #757575;
margin-top: 1px;
}
.list-dis-zct div{-webkit-zoom:0.75;zoom:0.75;margin-top: 0px;}
}
.home-list li.home-listhover{ background: rgba(0,127,204,0.05); -webkit-tap-highlight-color: rgba(255,0,0,0);}
.txt-line{color: #787878!important;position: relative;top: -1px;}
/*车型选择*/
.screen{width: 100%;height: 45px;position: fixed;bottom: 43px;left: 0;}
.screen-box{width: 50%;height: 45px;float: left;line-height: 45px;color: #ffffff;}
.screen-box:nth-child(1){background: rgba(0,127,204,1);}
.screen-box:nth-child(2){background: rgba(255,136,0,1);}
.shengxu{
display:block;
width:80px;
transition:0.5s;
height:45px;
margin: 0 auto;
background: url("../images/shengxu.png")0 center no-repeat;
background-size: 25px;
color: #ffffff;
font-style: normal;
text-align: right;
}
.shengxu1{
display: block;
width:80px;
height:45px;
transition:0.5s;
text-align:right;
margin: 0 auto;
background: url("../images/jiangxu.png") 0 center no-repeat;
background-size: 25px;
}
.shalou{
display: block;
width:50px;
height:45px;
text-align:right;
margin: 0 auto;
background: url("../images/screen.png") 0 center no-repeat;
background-size: 25px;
}
.screen-info{text-align:left;width: 100%;padding:10px;height: 70%;background: #f4f5f6;position: fixed;z-index: 999;bottom: 0px;left: 0;}
.screen-info-box{width: 90%;height: auto;overflow-y: auto;margin: 0 auto; padding-bottom: 20px;}
.screen-info-list h4{margin-bottom: 10px;margin-top: 10px; color: #00A2E1; font-size: 16px;}
.screen-info-list span{
display: inline-block;
font-size: 14px;
padding: 2px 6px;
color: #747474;
border-radius: 3px;
margin-right: 10px;
margin-bottom: 8px;
}
.screen-info-list span.on{background: #ff8800;color: #ffffff;}
.screen-btns{width: 100%; height: 40px; margin: 0px auto;position: fixed;bottom: -0px;left: 0;}
.screen-btn{width: 50%;height: 40px;float:left;color: #ffffff;line-height: 40px;text-align: center;}
.screen-btn:nth-child(1){background: #cccccc;}
.screen-btn:nth-child(2){background: #00A2E1;}
.screen-bg{width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.5)}
.carBrand i{
display: inline-block;
width: 14%;
height: 25px;
line-height: 25px;
background:#fff;
margin-left: 2%;
margin-top: 2%;
text-align: center;
font-style: normal;
}
.carBrand i.on{background: rgba(63,70,87,0.7);color: #ffffff}
/*-----------翻页-----------*/
.fanye{
width: 100%;
height: 30px;
margin-top: 15px;
}
.fanye button{border: 0;}
.up,.down,.yema{
width: 33%;
height: 30PX;
text-align: center;
line-height: 30px;
color: #000000;
font-size: 1.2em;
}
/*----------筛选框-------------*/
.screening{
display: none;
width: 100%;
height: 100%;
background-color: rgba(21, 25, 1,0.5);
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
.screening-footer{
opacity: 0;
width: 100%;
height: 43px;
position: absolute;
bottom: 0;
}
.condition{
width: 100%;
height: 400px;
background-color: white;
position: absolute;
bottom: -400px;
}
.scr-exit{
width: 50%;
height: 43px;
border: 0;
background-color: #CCCCCC;
float: left;
color: white;
}
.scr-suer{
width: 50%;
height: 43px;
border: 0;
background-color: rgba(0,127,204,0.9);
float: left;
color: white;
}
/*------文字滚动------*/
.zu-tpis{
position:fixed;
width: 100%;
height: 30px;
top: 0px;
line-height:30px;
left:0;
color:#ff8800;
font-size:12px;
text-align: center;
z-index: 999;
background-color:rgba(255, 255, 255,1);
}
/*----------------底部导航栏---------------*/
.index-footer{
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
height: 42px;
background-color: #ffffff;
overflow: hidden;
border-top: 1px solid #ecebeb;
}
.footer-nav {
color: #999999;
width: 20%;
padding-top: 5px;
float: left;
}
.footer-nav span{
display: block;
width: 20px;
height: 20px;
margin: 0 auto;
}
.footer-nav span img{
width: 100%;
height: 100%;
}
.footer-nav p{
width: 100%;
height: 18px;
font-size: 1.2em;
line-height:18px;
text-align: center;
}
.onimg{
display: none;
}
.active {
color: #00a2e1;
} | Public/wap/css/CarRrental.css | .home-list li{width: 100%; height: 93px; background: #ffffff;position: relative;padding:0;margin:0;margin-bottom: 8px;}
.home-list li:nth-child(1):before{content:"";position:absolute;top:0;left:0;background: #d9d9d9;width:100%; height:1px; -webkit-transform: scaleY(0.6);transform: scaleY(0.6);}
.home-list li:after{content:"";position:absolute;bottom:0;left:0;background: #d9d9d9;width:100%; height:1px; -webkit-transform: scaleY(0.6);transform: scaleY(0.6);}
.list-pic{width: 110px;height: 93px;float: left;overflow: hidden;text-align: center;line-height: 93px;vertical-align: middle;}
.list-pic img{text-align: center;line-height: 93px;width: 110px;vertical-align: middle;}
.list-dis{width: 67%;height: 93px;float: right;margin-left: 1%;}
.list-dis-left{width: 75%;height: 50px;float:left;text-align:left;color: #747474;font-size: 12px;}
.list-dis-left p{margin-top: 15px; font-size: 14px;font-style: normal;color: #333333;margin-bottom: 5px;}
.list-dis-left span{display:inline-block;font-size: 12px;color: #757575;}
.list-dis-left span:nth-child(3){border: none;}
.list-dis-right{text-align:center;width: 10%;padding-right:4%;height: 50px;float: right;line-height: 50px;}
.list-dis-right span{color: #00A2E1;font-size: 12px;}
.list-dis-right b{color: #00A2E1;font-size: 16px;}
.list-dis-right i{color: #757575;font-size: 12px;font-style: normal;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.list-dis-line{background: #e4e4e4;height:1px; width:100%; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);margin-top: 8px;}
.list-dis-zct{text-align:left;font-size: 12px;color: #757575; margin-top: 1px;}
.list-dis-zct div{-webkit-zoom:0.75;zoom:0.75;margin-top: 5px;}
.list-dis-zct div i{color: #ff8800;font-style:normal;font-size: 1.8em;}
@media screen and (max-width:320px){
.list-dis-zct div i{color: #ff8800;font-style: normal;font-size: 1.1em;}
.list-pic {
width: 90px;
}
.list-pic img {
width: 90px;
}
.list-dis {
width: 70%;
}
.list-dis-zct {
text-align: left;
color: #757575;
margin-top: 1px;
}
.list-dis-zct div{-webkit-zoom:0.75;zoom:0.75;margin-top: 0px;}
}
.home-list li.home-listhover{ background: rgba(0,127,204,0.05); -webkit-tap-highlight-color: rgba(255,0,0,0);}
.txt-line{color: #787878!important;position: relative;top: -1px;}
/*车型选择*/
.screen{width: 100%;height: 45px;position: fixed;bottom: 43px;left: 0;}
.screen-box{width: 50%;height: 45px;float: left;line-height: 45px;color: #ffffff;}
.screen-box:nth-child(1){background: rgba(0,127,204,1);}
.screen-box:nth-child(2){background: rgba(255,136,0,1);}
.shengxu{
display:block;
width:80px;
transition:0.5s;
height:45px;
margin: 0 auto;
background: url("../images/shengxu.png")0 center no-repeat;
background-size: 25px;
color: #ffffff;
font-style: normal;
text-align: right;
}
.shengxu1{
display: block;
width:80px;
height:45px;
transition:0.5s;
text-align:right;
margin: 0 auto;
background: url("../images/jiangxu.png") 0 center no-repeat;
background-size: 25px;
}
.shalou{
display: block;
width:50px;
height:45px;
text-align:right;
margin: 0 auto;
background: url("../images/screen.png") 0 center no-repeat;
background-size: 25px;
}
.screen-info{text-align:left;width: 100%;padding:10px;height: 70%;background: #f4f5f6;position: fixed;z-index: 999;bottom: 0px;left: 0;}
.screen-info-box{width: 90%;height: auto;overflow-y: auto;margin: 0 auto; padding-bottom: 20px;}
.screen-info-list h4{margin-bottom: 10px;margin-top: 10px; color: #00A2E1; font-size: 16px;}
.screen-info-list span{
display: inline-block;
font-size: 14px;
padding: 2px 6px;
color: #747474;
border-radius: 3px;
margin-right: 10px;
margin-bottom: 8px;
}
.screen-info-list span.on{background: #ff8800;color: #ffffff;}
.screen-btns{width: 100%; height: 40px; margin: 0px auto;position: fixed;bottom: -0px;left: 0;}
.screen-btn{width: 50%;height: 40px;float:left;color: #ffffff;line-height: 40px;text-align: center;}
.screen-btn:nth-child(1){background: #cccccc;}
.screen-btn:nth-child(2){background: #00A2E1;}
.screen-bg{width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.5)}
.carBrand i{
display: inline-block;
width: 14%;
height: 25px;
line-height: 25px;
background:#fff;
margin-left: 2%;
margin-top: 2%;
text-align: center;
font-style: normal;
}
.carBrand i.on{background: rgba(63,70,87,0.7);color: #ffffff}
/*-----------翻页-----------*/
.fanye{
width: 100%;
height: 30px;
margin-top: 15px;
}
.fanye button{border: 0;}
.up,.down,.yema{
width: 33%;
height: 30PX;
text-align: center;
line-height: 30px;
color: #000000;
font-size: 1.2em;
}
/*----------筛选框-------------*/
.screening{
display: none;
width: 100%;
height: 100%;
background-color: rgba(21, 25, 1,0.5);
position: absolute;
top: 0;
left: 0;
z-index: 999;
}
.screening-footer{
opacity: 0;
width: 100%;
height: 43px;
position: absolute;
bottom: 0;
}
.condition{
width: 100%;
height: 400px;
background-color: white;
position: absolute;
bottom: -400px;
}
.scr-exit{
width: 50%;
height: 43px;
border: 0;
background-color: #CCCCCC;
float: left;
color: white;
}
.scr-suer{
width: 50%;
height: 43px;
border: 0;
background-color: rgba(0,127,204,0.9);
float: left;
color: white;
}
/*------文字滚动------*/
.zu-tpis{
position:fixed;
width: 100%;
height: 30px;
top: 0px;
line-height:30px;
left:0;
color:#ff8800;
font-size:12px;
text-align: center;
z-index: 999;
background-color:rgba(255, 255, 255,1);
}
/*----------------底部导航栏---------------*/
.index-footer{
position: fixed;
bottom: 0px;
left: 0;
width: 100%;
height: 42px;
background-color: #ffffff;
overflow: hidden;
border-top: 1px solid #ecebeb;
}
.footer-nav {
color: #999999;
width: 20%;
padding-top: 5px;
float: left;
}
.footer-nav span{
display: block;
width: 20px;
height: 20px;
margin: 0 auto;
}
.footer-nav span img{
width: 100%;
height: 100%;
}
.footer-nav p{
width: 100%;
height: 18px;
font-size: 1.2em;
line-height:18px;
text-align: center;
}
.onimg{
display: none;
}
.active {
color: #00a2e1;
} | 0.215764 | 0.078855 |
select:required:invalid {
color: gray;
}
option[value=""][disabled] {
display: none;
}
option {
color: black;
}
#home2 {
height:100vh;
display: flex;
flex-direction: column;
}
div {
font-family: 'Roboto Condensed', sans-serif;
max-width: 100%;
max-height: 100%;
}
button {
font-family: 'Roboto Condensed', sans-serif;
}
.ReactTable .-pagination .-btn {
margin: 0px !important;
}
pre {
margin: 0px;
}
textarea, input {
font-family: 'Roboto Condensed', sans-serif;
}
.ReactTable .-pagination .-pageJump input {
margin: 0px;
}
div.about {
padding: 0px 20px;
}
div.settings {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
h2.settings {
margin: 0 20%;
}
form.settings {
flex-direction: row;
width: 70%;
}
h1.logo {
font-family: 'Roboto Condensed', sans-serif;
font-size: 55px;
margin: auto;
}
div a.active {
background-color: #3A5199;
color: #E2E2E2;
}
.navbar {
display: flex;
width: 100%;
}
.navbar .navlinks {
width: 100%;
}
.navlinks a {
float: left;
color: #3F4D4E;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 17px;
border-radius: 20px;
margin: 10px 4px;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
.navbar .more {
float: right;
background-color: #DEDCE4;
border: 2px solid #ccc;
border-radius: 5px;
padding: 12px 14px;
text-decoration: none;
font-size: 15px;
margin: 10px 4px 10px 0px;
}
.content {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
}
div.ui {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
}
.content .input_form {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.content .chart-content {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 0px 7px;
flex-flow: wrap;
overflow-y: scroll;
}
div form {
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
max-width: 100%;
}
select {
font-size: 16px;
padding: 12px 20px;
margin: 8px 0;
border: 2px solid #ccc;
}
textarea, input {
padding: 12px 20px;
margin: 8px 5px;
border: 2px solid #ccc;
font-size: 16px;
border-radius: 4px;
resize: vertical;
max-width: 80%;
}
.checkboxes {
display: flex;
align-items: center;
flex-direction: column;
margin: 8px;
}
.checkbox_wrapper {
display: flex;
}
.content button {
border: 2px solid #ccc;
background-color: #DEDCE4;
margin: 3px 3px;
font-size: 16px;
padding: 12px 20px;
border-radius: 5px;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 3px 0 rgba(0,0,0,0.19);
}
div.table-popup {
display: flex;
align-items: center;
flex-direction: column;
border: 3px solid #000406;
padding: 12px 5px;
border-radius: 6px;
background-color: white;
text-align: center;
}
div.navbar-popup {
display: flex;
align-items: center;
flex-direction: column;
border: 3px solid #000406;
border-radius: 6px;
background-color: white;
}
.navbar-popup a {
width: 84%;
margin: 2px;
padding: 10px 10px;
border-style: outset;
border-bottom: 2px solid grey;
border-radius: 1px;
}
@media only screen and (max-width: 500px) {
div.content div.popup-content {
width: 80% !important;
}
}
div.popup-content {
padding: 0px !important;
border: none !important;
border-radius: 6px;
font-size: 21px;
background-color: transparent !important;
}
div.content div.table-content {
width: 100%;
margin: 0 8px 0 8px;
height: 100%;
display: flex;
}
#table {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
.ReactTable {
height: 100%;
}
.bb-title {
font-size: 40px;
}
input[type="date"],
input[type="number"],
input[type="password"],
input[type="text"],
select:focus,
textarea {
font-size: 16px;
}
.import_container {
display: flex;
align-items: center;
flex-direction: column;
margin: 15px;
}
.img_container {
width: 100%;
}
.img_container img {
display: block;
width: 100%;
max-width: 448px;
height: auto;
margin: auto;
}
div.upper_third {
height: 100%;
}
.loading {
margin: 100% 0%;
} | src/App.css | select:required:invalid {
color: gray;
}
option[value=""][disabled] {
display: none;
}
option {
color: black;
}
#home2 {
height:100vh;
display: flex;
flex-direction: column;
}
div {
font-family: 'Roboto Condensed', sans-serif;
max-width: 100%;
max-height: 100%;
}
button {
font-family: 'Roboto Condensed', sans-serif;
}
.ReactTable .-pagination .-btn {
margin: 0px !important;
}
pre {
margin: 0px;
}
textarea, input {
font-family: 'Roboto Condensed', sans-serif;
}
.ReactTable .-pagination .-pageJump input {
margin: 0px;
}
div.about {
padding: 0px 20px;
}
div.settings {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
h2.settings {
margin: 0 20%;
}
form.settings {
flex-direction: row;
width: 70%;
}
h1.logo {
font-family: 'Roboto Condensed', sans-serif;
font-size: 55px;
margin: auto;
}
div a.active {
background-color: #3A5199;
color: #E2E2E2;
}
.navbar {
display: flex;
width: 100%;
}
.navbar .navlinks {
width: 100%;
}
.navlinks a {
float: left;
color: #3F4D4E;
text-align: center;
padding: 12px 14px;
text-decoration: none;
font-size: 17px;
border-radius: 20px;
margin: 10px 4px;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
.navbar .more {
float: right;
background-color: #DEDCE4;
border: 2px solid #ccc;
border-radius: 5px;
padding: 12px 14px;
text-decoration: none;
font-size: 15px;
margin: 10px 4px 10px 0px;
}
.content {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
}
div.ui {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
}
.content .input_form {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.content .chart-content {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 0px 7px;
flex-flow: wrap;
overflow-y: scroll;
}
div form {
display: flex;
justify-content: space-around;
align-items: center;
flex-direction: column;
max-width: 100%;
}
select {
font-size: 16px;
padding: 12px 20px;
margin: 8px 0;
border: 2px solid #ccc;
}
textarea, input {
padding: 12px 20px;
margin: 8px 5px;
border: 2px solid #ccc;
font-size: 16px;
border-radius: 4px;
resize: vertical;
max-width: 80%;
}
.checkboxes {
display: flex;
align-items: center;
flex-direction: column;
margin: 8px;
}
.checkbox_wrapper {
display: flex;
}
.content button {
border: 2px solid #ccc;
background-color: #DEDCE4;
margin: 3px 3px;
font-size: 16px;
padding: 12px 20px;
border-radius: 5px;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2), 0 2px 3px 0 rgba(0,0,0,0.19);
}
div.table-popup {
display: flex;
align-items: center;
flex-direction: column;
border: 3px solid #000406;
padding: 12px 5px;
border-radius: 6px;
background-color: white;
text-align: center;
}
div.navbar-popup {
display: flex;
align-items: center;
flex-direction: column;
border: 3px solid #000406;
border-radius: 6px;
background-color: white;
}
.navbar-popup a {
width: 84%;
margin: 2px;
padding: 10px 10px;
border-style: outset;
border-bottom: 2px solid grey;
border-radius: 1px;
}
@media only screen and (max-width: 500px) {
div.content div.popup-content {
width: 80% !important;
}
}
div.popup-content {
padding: 0px !important;
border: none !important;
border-radius: 6px;
font-size: 21px;
background-color: transparent !important;
}
div.content div.table-content {
width: 100%;
margin: 0 8px 0 8px;
height: 100%;
display: flex;
}
#table {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
.ReactTable {
height: 100%;
}
.bb-title {
font-size: 40px;
}
input[type="date"],
input[type="number"],
input[type="password"],
input[type="text"],
select:focus,
textarea {
font-size: 16px;
}
.import_container {
display: flex;
align-items: center;
flex-direction: column;
margin: 15px;
}
.img_container {
width: 100%;
}
.img_container img {
display: block;
width: 100%;
max-width: 448px;
height: auto;
margin: auto;
}
div.upper_third {
height: 100%;
}
.loading {
margin: 100% 0%;
} | 0.271059 | 0.107157 |
* {
margin: 0;
padding: 0;
font-family: Rationale;
text-transform: uppercase;
line-height: 100%;
}
a {
text-decoration: none;
color: black;
}
body {
background-color: black;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
overflow: hidden;
/*font-weight: normal;
line-height: 1.2em;*/
}
#wrapper {
/*max-width: 1024px;
max-height: 768px;*/
/*height: 100%;
width: 100%;*/
background-position: center bottom;
background-repeat: no-repeat;
}
h1, p {
color: #333;
}
#sample_container_id {
width: 100%;
height: 400px;
position: relative;
border: 1px solid #ccc;
background-color: #fff;
}
#sample_text_id {
font-size: 24pt;
text-align: center;
margin-top: 140px;
}
#game {
/*max-height: 100vh;*/
/*height: 100vh;*/
}
canvas {
/*background: #fff;*/
/*position: absolute;*/
/*z-index: 100;*/
/*image-rendering: optimizeQuality;*/
/*max-height: 706px !important;
max-width: 706px !important;*/
/*max-height: 100vh;*/
height: 100vh;
background-size: cover;
}
canvas#shadow_canvas {
position: absolute;
top: 0;
left: 0;
}
div {
position: absolute;
}
a#fork_on_github,
div.button,
div.level,
div#debug_timing,
div#debug_textures_button,
div#debug_shadows_button,
div#levels_label,
div#level_progess,
div#start_critters {
font-size: 28px;
padding: 5px 5px 3px 5px;
z-index: 200;
text-align: center;
top: 20px;
background: #F5EA56;
position: absolute;
}
div#debug {
display: none;
}
div#start_critters {
left: 20px;
width: 120px;
}
a#fork_on_github:hover,
div#debug_textures_button:hover,
div#debug_shadows_button:hover,
div#play_again:hover,
div.level:hover,
div#start_critters:hover {
/*background: #E3D94F;*/
background: white;
cursor: pointer;
}
div.level {
width: 20px;
}
div#levels_label {
left: 760px;
width: 90px;
}
div#level1 {
left: 870px;
}
div#level2 {
left: 910px;
}
div#level3 {
left: 950px;
}
div#level_progess {
display: none;
left: 160px;
width: 60px;
}
#done {
z-index: 300;
height: 150px;
top: 200px;
left: 0px;
z-index: 250;
width: 100%;
text-align: center;
display: none;
}
#done #stripe {
background: -webkit-linear-gradient(top, #f5ea56 0%,#d3d34c 100%);
height: 100px;
}
#done #stripe h2 {
padding-top: 5px;
font-size: 60px;
}
#done #stripe {
position: relative;
margin-left: auto;
margin-right: auto;
}
#done #stripe p {
font-size: 16px;
}
#done div.button {
width: 160px;
top: 10px;
position: relative;
margin-left: auto;
margin-right: auto;
}
#debug {
top: 70px;
left: 20px;
}
div#debug_textures_button,
div#debug_shadows_button,
div#debug_timing {
text-align: left;
float: left;
width: 120px;
font-size: 16px;
height: auto;
}
div#debug_textures_button {
top: 170px;
}
div#debug_shadows_button {
top: 210px;
}
a#fork_on_github {
font-size: 14px;
height: 27px;
width: 100px;
padding-top: 6px;
left: 640px;
/*top: 70px;*/
} | web/main.css | * {
margin: 0;
padding: 0;
font-family: Rationale;
text-transform: uppercase;
line-height: 100%;
}
a {
text-decoration: none;
color: black;
}
body {
background-color: black;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
overflow: hidden;
/*font-weight: normal;
line-height: 1.2em;*/
}
#wrapper {
/*max-width: 1024px;
max-height: 768px;*/
/*height: 100%;
width: 100%;*/
background-position: center bottom;
background-repeat: no-repeat;
}
h1, p {
color: #333;
}
#sample_container_id {
width: 100%;
height: 400px;
position: relative;
border: 1px solid #ccc;
background-color: #fff;
}
#sample_text_id {
font-size: 24pt;
text-align: center;
margin-top: 140px;
}
#game {
/*max-height: 100vh;*/
/*height: 100vh;*/
}
canvas {
/*background: #fff;*/
/*position: absolute;*/
/*z-index: 100;*/
/*image-rendering: optimizeQuality;*/
/*max-height: 706px !important;
max-width: 706px !important;*/
/*max-height: 100vh;*/
height: 100vh;
background-size: cover;
}
canvas#shadow_canvas {
position: absolute;
top: 0;
left: 0;
}
div {
position: absolute;
}
a#fork_on_github,
div.button,
div.level,
div#debug_timing,
div#debug_textures_button,
div#debug_shadows_button,
div#levels_label,
div#level_progess,
div#start_critters {
font-size: 28px;
padding: 5px 5px 3px 5px;
z-index: 200;
text-align: center;
top: 20px;
background: #F5EA56;
position: absolute;
}
div#debug {
display: none;
}
div#start_critters {
left: 20px;
width: 120px;
}
a#fork_on_github:hover,
div#debug_textures_button:hover,
div#debug_shadows_button:hover,
div#play_again:hover,
div.level:hover,
div#start_critters:hover {
/*background: #E3D94F;*/
background: white;
cursor: pointer;
}
div.level {
width: 20px;
}
div#levels_label {
left: 760px;
width: 90px;
}
div#level1 {
left: 870px;
}
div#level2 {
left: 910px;
}
div#level3 {
left: 950px;
}
div#level_progess {
display: none;
left: 160px;
width: 60px;
}
#done {
z-index: 300;
height: 150px;
top: 200px;
left: 0px;
z-index: 250;
width: 100%;
text-align: center;
display: none;
}
#done #stripe {
background: -webkit-linear-gradient(top, #f5ea56 0%,#d3d34c 100%);
height: 100px;
}
#done #stripe h2 {
padding-top: 5px;
font-size: 60px;
}
#done #stripe {
position: relative;
margin-left: auto;
margin-right: auto;
}
#done #stripe p {
font-size: 16px;
}
#done div.button {
width: 160px;
top: 10px;
position: relative;
margin-left: auto;
margin-right: auto;
}
#debug {
top: 70px;
left: 20px;
}
div#debug_textures_button,
div#debug_shadows_button,
div#debug_timing {
text-align: left;
float: left;
width: 120px;
font-size: 16px;
height: auto;
}
div#debug_textures_button {
top: 170px;
}
div#debug_shadows_button {
top: 210px;
}
a#fork_on_github {
font-size: 14px;
height: 27px;
width: 100px;
padding-top: 6px;
left: 640px;
/*top: 70px;*/
} | 0.300027 | 0.065306 |
/*
*
* (c) Copyright Ascensio System SIA 2019
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
*/
html {
height: 100%;
width: 100%;
}
body {
background: #fff;
color: #333;
font-family: Arial, Tahoma,sans-serif;
font-size: 12px;
font-weight: normal;
height: 100%;
margin: 0;
padding: 0;
text-decoration: none;
}
form {
height: 100%;
}
div {
margin: 0;
padding: 0;
}
.top-panel {
background: url("logo.png") no-repeat 30px center #3D4A6B;
height: 80px;
width: 100%;
}
.main-panel {
margin: 105px auto 0;
width: 350px;
}
.portal-name {
color: #3D4A6B;
font-size: 20px;
}
.portal-descr {
display: inline-block;
line-height: 20px;
margin-bottom: 24px;
width: 480px;
}
.document-url {
height: 65px;
resize: vertical;
width: 350px;
}
.embedded {
margin: 105px auto 0;
width: 640px;
}
.button, .button:visited, .button:hover, .button:active {
display: inline-block;
font-weight: normal;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor:pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
touch-callout: none;
-o-touch-callout: none;
-moz-touch-callout: none;
-webkit-touch-callout: none;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
font-size: 12px;
line-height: 16px;
padding: 4px 12px;
color: #fff;
background: #3D96C6;
border-width: 1px;
border-style: solid;
border-color: #3D96C6;
} | web/documentserver-example/js/stylesheet.css | /*
*
* (c) Copyright Ascensio System SIA 2019
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*
*/
html {
height: 100%;
width: 100%;
}
body {
background: #fff;
color: #333;
font-family: Arial, Tahoma,sans-serif;
font-size: 12px;
font-weight: normal;
height: 100%;
margin: 0;
padding: 0;
text-decoration: none;
}
form {
height: 100%;
}
div {
margin: 0;
padding: 0;
}
.top-panel {
background: url("logo.png") no-repeat 30px center #3D4A6B;
height: 80px;
width: 100%;
}
.main-panel {
margin: 105px auto 0;
width: 350px;
}
.portal-name {
color: #3D4A6B;
font-size: 20px;
}
.portal-descr {
display: inline-block;
line-height: 20px;
margin-bottom: 24px;
width: 480px;
}
.document-url {
height: 65px;
resize: vertical;
width: 350px;
}
.embedded {
margin: 105px auto 0;
width: 640px;
}
.button, .button:visited, .button:hover, .button:active {
display: inline-block;
font-weight: normal;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor:pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
touch-callout: none;
-o-touch-callout: none;
-moz-touch-callout: none;
-webkit-touch-callout: none;
user-select: none;
-o-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
font-size: 12px;
line-height: 16px;
padding: 4px 12px;
color: #fff;
background: #3D96C6;
border-width: 1px;
border-style: solid;
border-color: #3D96C6;
} | 0.679817 | 0.060529 |
*, html, body {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
}
.restaurants {
min-height: 350px;
padding: .25rem;
background-color: #FFF;
border: 1px solid #dee2e6;
border-top: 0;
border-bottom-left-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.restaurant-name {
font-weight: bold;
background-color: rgba(190, 40, 45, 0.65);
color: #f9f9f9;
padding: 0.65rem 0;
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
}
.clickable-div {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.clickable-div:hover {
border-bottom-left-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
background-color: rgba(0, 0, 0, 0.35);
}
.restaurant {
height:250px;
max-width:100%;
padding: .25rem;
background-color: #FFF;
border: 1px solid #dee2e6;
border-radius: .25rem;
}
.product {
padding-bottom: 1rem;
}
@media (max-width: 512px) {
.product {
border-top: 5px solid #be282d;
}
}
.product-container,
.product-options {
display: block;
margin: auto;
}
.product-container {
margin-top: 3rem;
}
.productos {
height: auto;
max-height: 200px;
max-width: 100%;
padding: .25rem;
}
@media (min-width: 769px) {
.productos {
min-height: 200px;
}
}
@media (max-width: 768px) {
.productos {
max-height: 100px;
}
}
.allergen {
height: 400px;
max-width: 100%;
padding: .25rem;
background-color: #FFF;
border: 1px solid #dee2e6;
border-radius: .25rem;
}
.allergens img {
max-height: 300px;
}
.despublicado {
opacity: 0.5;
}
.title {
background-color: #f7f8f3;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
border-bottom: 5px solid #BE282D;
text-align: center;
}
@media(max-width: 512px) {
.title {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.title h1 {
font-size: 1.5rem;
}
}
.navbar .dropdown-menu {
background-color: #BE282D;
border: 1px solid #ffffff66;
}
.navbar .dropdown.show a {
background-color: #BE282D;
color: #F9F9F9;
}
.navbar .dropdown.show a:hover {
background-color: #be7168;
}
.navbar .nav-link {
color: #F9F9F9;
}
.logo {
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}
/* Carrito */
.carrito {
border-top: 5px solid #BE282D;
transition: all .75s ease-in-out;
padding: 20px;
background: #fff;
box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
z-index: 15000;
min-height: 500px;
margin-top: -5px;
}
#carrito-close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
@media (min-width: 769px) {
#carrito-close {
display: none;
}
.carrito-sub {
display: none;
}
.carrito {
display: block!important;
}
.carrito-container {
position: fixed;
right: 0;
}
}
@media (max-width: 768px) {
.carrito-sub {
border-top: 5px solid #BE282D;
transition: all .75s ease-in-out;
padding: 10px;
margin: auto;
position: fixed;
background-color: #F9F9F9;
bottom: 0;
width: 100%;
z-index: 10000;
text-align: center;
font-weight: bold;
}
.carrito-sub * {
z-index: 10000;
}
#order-preview {
text-decoration: none;
color: #BE282D;
font-weight: 400;
}
.carrito {
max-width: 100%;
width: 100%;
right: 0;
height: 100%;
overflow-y: scroll;
max-height: 100%;
top: 0;
left: 0;
position: fixed;
margin-top: 0;
}
}
.bg-qrder {
background-color: #BE282D;
}
.btn-qrder {
padding: 0.65rem;
background-color: #BE282D;
color: #F9F9F9;
border-color: #BE282D;
}
.btn-qrder:hover {
color: #ffffff80;
}
.label-qrder {
color: #F9F9F9;
background-color: #BE282D;
padding: 0.95rem 0;
}
.label-qrder a {
color: #F9F9F9;
text-decoration: none;
font-size: 1.4rem;
}
.label-qrder:hover a {
color: #ffffff80;
text-decoration: none;
}
.label-success {
color: #F9F9F9;
background-color: #28a745;
padding: 0.95rem 0;
}
.add-products {
margin: 1rem 0;
}
.add-products a {
color: #BE282D;
text-decoration: none;
font-size: 1.5rem;
}
.category {
font-weight: bold;
padding: 1.5rem;
background-color: #E9E9E9;
color: #be282d;
margin: 1rem auto 0;
}
.buttons {
margin: 0.55rem auto;
}
.employees {
max-width: 145px;
}
@media (max-width: 512px) {
.buttons,
.employees {
width: 145px;
}
.orders .buttons {
margin: 0.3rem;
}
}
@media (min-width: 769px) {
.orders,
.separator {
border-right: 1px solid rgba(190, 40, 45, 0.32);
border-bottom: 1px solid rgba(190, 40, 45, 0.32);
}
.separator:first-child,
.separator:nth-child(4n) {
border-left: 1px solid rgba(190, 40, 45, 0.32);
}
.orders:nth-child(3n){
border-right: 0;
}
}
.bs-qrder {
border-top: 5px solid #BE282D;
}
.bb-qrder {
border-bottom: 5px solid #BE282D;
}
.oy-s {
overflow-y: auto;
}
.login-form {
margin-top: 2rem;
}
.login-form .btn-qrder {
width: 150px;
}
@media (max-width: 512px) {
.login-form .btn-qrder {
min-width: 100%;
}
} | web/css/css.css | *, html, body {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
}
.restaurants {
min-height: 350px;
padding: .25rem;
background-color: #FFF;
border: 1px solid #dee2e6;
border-top: 0;
border-bottom-left-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
}
.restaurant-name {
font-weight: bold;
background-color: rgba(190, 40, 45, 0.65);
color: #f9f9f9;
padding: 0.65rem 0;
position: absolute;
bottom: 0;
left: 0;
border-bottom-left-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
}
.clickable-div {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.clickable-div:hover {
border-bottom-left-radius: 1.25rem;
border-bottom-right-radius: 1.25rem;
background-color: rgba(0, 0, 0, 0.35);
}
.restaurant {
height:250px;
max-width:100%;
padding: .25rem;
background-color: #FFF;
border: 1px solid #dee2e6;
border-radius: .25rem;
}
.product {
padding-bottom: 1rem;
}
@media (max-width: 512px) {
.product {
border-top: 5px solid #be282d;
}
}
.product-container,
.product-options {
display: block;
margin: auto;
}
.product-container {
margin-top: 3rem;
}
.productos {
height: auto;
max-height: 200px;
max-width: 100%;
padding: .25rem;
}
@media (min-width: 769px) {
.productos {
min-height: 200px;
}
}
@media (max-width: 768px) {
.productos {
max-height: 100px;
}
}
.allergen {
height: 400px;
max-width: 100%;
padding: .25rem;
background-color: #FFF;
border: 1px solid #dee2e6;
border-radius: .25rem;
}
.allergens img {
max-height: 300px;
}
.despublicado {
opacity: 0.5;
}
.title {
background-color: #f7f8f3;
padding-top: 3.5rem;
padding-bottom: 3.5rem;
border-bottom: 5px solid #BE282D;
text-align: center;
}
@media(max-width: 512px) {
.title {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.title h1 {
font-size: 1.5rem;
}
}
.navbar .dropdown-menu {
background-color: #BE282D;
border: 1px solid #ffffff66;
}
.navbar .dropdown.show a {
background-color: #BE282D;
color: #F9F9F9;
}
.navbar .dropdown.show a:hover {
background-color: #be7168;
}
.navbar .nav-link {
color: #F9F9F9;
}
.logo {
-webkit-filter: drop-shadow(5px 5px 5px #222);
filter: drop-shadow(5px 5px 5px #222);
}
/* Carrito */
.carrito {
border-top: 5px solid #BE282D;
transition: all .75s ease-in-out;
padding: 20px;
background: #fff;
box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
z-index: 15000;
min-height: 500px;
margin-top: -5px;
}
#carrito-close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
@media (min-width: 769px) {
#carrito-close {
display: none;
}
.carrito-sub {
display: none;
}
.carrito {
display: block!important;
}
.carrito-container {
position: fixed;
right: 0;
}
}
@media (max-width: 768px) {
.carrito-sub {
border-top: 5px solid #BE282D;
transition: all .75s ease-in-out;
padding: 10px;
margin: auto;
position: fixed;
background-color: #F9F9F9;
bottom: 0;
width: 100%;
z-index: 10000;
text-align: center;
font-weight: bold;
}
.carrito-sub * {
z-index: 10000;
}
#order-preview {
text-decoration: none;
color: #BE282D;
font-weight: 400;
}
.carrito {
max-width: 100%;
width: 100%;
right: 0;
height: 100%;
overflow-y: scroll;
max-height: 100%;
top: 0;
left: 0;
position: fixed;
margin-top: 0;
}
}
.bg-qrder {
background-color: #BE282D;
}
.btn-qrder {
padding: 0.65rem;
background-color: #BE282D;
color: #F9F9F9;
border-color: #BE282D;
}
.btn-qrder:hover {
color: #ffffff80;
}
.label-qrder {
color: #F9F9F9;
background-color: #BE282D;
padding: 0.95rem 0;
}
.label-qrder a {
color: #F9F9F9;
text-decoration: none;
font-size: 1.4rem;
}
.label-qrder:hover a {
color: #ffffff80;
text-decoration: none;
}
.label-success {
color: #F9F9F9;
background-color: #28a745;
padding: 0.95rem 0;
}
.add-products {
margin: 1rem 0;
}
.add-products a {
color: #BE282D;
text-decoration: none;
font-size: 1.5rem;
}
.category {
font-weight: bold;
padding: 1.5rem;
background-color: #E9E9E9;
color: #be282d;
margin: 1rem auto 0;
}
.buttons {
margin: 0.55rem auto;
}
.employees {
max-width: 145px;
}
@media (max-width: 512px) {
.buttons,
.employees {
width: 145px;
}
.orders .buttons {
margin: 0.3rem;
}
}
@media (min-width: 769px) {
.orders,
.separator {
border-right: 1px solid rgba(190, 40, 45, 0.32);
border-bottom: 1px solid rgba(190, 40, 45, 0.32);
}
.separator:first-child,
.separator:nth-child(4n) {
border-left: 1px solid rgba(190, 40, 45, 0.32);
}
.orders:nth-child(3n){
border-right: 0;
}
}
.bs-qrder {
border-top: 5px solid #BE282D;
}
.bb-qrder {
border-bottom: 5px solid #BE282D;
}
.oy-s {
overflow-y: auto;
}
.login-form {
margin-top: 2rem;
}
.login-form .btn-qrder {
width: 150px;
}
@media (max-width: 512px) {
.login-form .btn-qrder {
min-width: 100%;
}
} | 0.587588 | 0.105027 |
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
/* Fonts
font-family: 'Arimo', sans-serif;
font-family: 'Roboto', sans-serif; font-weight: 400;
*/
/* Base colors
White: #FFFFFF;
Black: #1c1d21;
Accent Color: #ffba00;
Gris: #f3f3f3;
*/
/* ----------------------------------------------------------
Reset default browser CSS.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* ----------------------------------------------------------
Based on work by <NAME> and html5doctor.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
figure {
margin: 0;
padding: 0;
}
/* ----------------------------------------------------------
Remember to define focus styles!
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
:focus {
outline: 0;
}
body {
background: #fff;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
ol, ul {
list-style: none;
}
/* ----------------------------------------------------------
Tables still need 'cellspacing="0"' in the markup
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
/* ----------------------------------------------------------
Alignment
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* ----------------------------------------------------------
Global
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body, input, textarea {
color: #333;
font-size: 14px;
font-family: 'Arimo', sans-serif;
line-height: 1.5;
}
.clear{
clear: both;
}
.fleft{
float: left;
}
.fright {
float: right;
}
.margin-battom {
height: 40px;
}
.margins{
padding: 20px;
}
/* ----------------------------------------------------------
Headings
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
h1,h2,h3,h4,h5,h6 {
clear: both;
font-family: 'Roboto', sans-serif; font-weight: 300;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/* ----------------------------------------------------------
Text elements
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 2.5em;
}
ul {
list-style: square;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
dl {
margin: 0 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.5em;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote {
font-style: italic;
margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
pre {
background: #f4f4f4;
font: 13px "Courier 10 Pitch",Courier,monospace;
line-height: 1.5;
margin-bottom: 1.5em;
padding: 0.75em 1.5em;
}
code, kbd {
font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
input[type=text],
textarea {
border: 1px solid #888;
}
textarea {
padding-left: 3px;
width: 98%;
}
input[type=text] {
padding: 3px;
}
.sticky, .bypostauthor {}
/* ----------------------------------------------------------
Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a {
color:#ff9900;
}
a:visited {
color: #ff9900;
}
a:focus,
a:active,
a:hover {
color: #ff9900;
}
/* ----------------------------------------------------------
Text meant only for screen readers
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
/* ----------------------------------------------------------
Supersized
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body { background:#1c1d21; height:100%; }
img { border:none; }
/* ==|== Progress Bar = = = = = = = = = = = = = = = = = = = = = */
#progress-back{ z-index:50000; position:fixed; top:0px; left:0; height:5px; width:100%; background: url('img/supersized/progress-back.png') repeat; }
#progress-bar{ position:relative; height:5px; width:100%;}
#supersized-loader {
position:absolute;
top:95px;
left:50%;
z-index:999990;
width:50px;
height:50px;
margin:-30px 0 0 -30px;
text-indent:-999em;
background: #1c1d21 url(img/supersized/progress.gif) no-repeat center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; margin: 0px;}
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(img/supersized/progress.gif) no-repeat center center; width:100%; height:100px; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/* ==|== Controls Bar = = = = = = = = = = = = = = = = = = = = = */
#prevslide, #nextslide{ position:absolute; height:40px; width:40px; top:0; opacity:0.95; }
#prevslide{ right: 41px; background-image: url('img/arrow-left.png') !important; }
#nextslide{ right: 0px; background-image: url('img/arrow-right.png') !important; }
#prevslide:active, #nextslide:active{ opacity:1; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; opacity:1; }
/* ----------------------------------------------------------
Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#page {
position: absolute;
width: 100%;
padding: 20px 0;
}
#header-bg {
z-index:4;
position:fixed;
top:0;
left:0;
height:500px;
width:100%;
background: url('img/bg-header.png') repeat-x;
}
#patern {
z-index:3;
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
background: url('img/patern.png') repeat;
}
#page-view {
position: relative;
z-index: 3999;
}
/* ----------------------------------------------------------
Header
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#site-title a {
color: #fff;
text-decoration: none;
}
#site-title a span{
color: #ffba00;
font-weight: bold;
}
#site-description {
color: #fff;
font-size: 14px;
}
/* ----------------------------------------------------------
Share Items / Social Netwoorking
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.share-items {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
float: right;
}
.share-items li {
display: inline-block;
text-align: right;
width: 40px;
height: 40px;
text-align: center;
}
.share-items li a{
color: #fff;
display: block;
text-decoration: none;
width: 40px;
height: 28px;
padding-top: 12px;
}
.share-items .share-item-icon-search {
position: relative;
cursor: pointer;
}
.header-search-form {
position: absolute;
right: 40px;
top: 0;
width: 200px;
text-align: left;
display: none;
}
.header-search-form input{
background: none;
border: none;
padding: 0px 7px 0 7px;
height: 40px;
}
.header-search-form .search-button{
display: none;
}
.share-items .share-item-icon-search a:hover{
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-facebook a:hover{
background: #3a589b;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-twitter a:hover{
background: #19bfe8;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-google-plus a:hover{
background: #d34836;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-pinterest a:hover{
background: #e53b51;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-youtube a:hover{
background: #e53b51;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-lastfm a:hover{
background: #D51007;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-soundcloud a:hover{
background: #ff5800;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-vimeo a:hover{
background: #45bbff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-dribbble a:hover{
background: #da2359;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-flickr a:hover{
background: #ff0084;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-linkedin a:hover{
background: #007bb6;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-feed2 a:hover{
background: #ff9900;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-instagram a:hover{
background: #517fa4;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
/* ----------------------------------------------------------
Share buttons
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.more-options.share-bt {position: relative; float: right;}
.more-options .share-buttons {
position: absolute;
top: 0px;
right: 40px;
width: 120px;
margin: 0;
padding: 0;
display: none;
}
.share-click {
cursor: pointer;
font-size: 6px;
}
.entry-header .more-options.share-bt.square {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.more-options .share-buttons li {
float: left;
display: inline;
margin: 0;
padding: 0;
}
.more-options .share-buttons li a{
font-size: 18px;
margin: 0;
padding: 8px 0 0 0;
height: 32px;
width: 40px;
}
.more-options .share-buttons li a:hover{
cursor: pointer;
}
.more-options .share-buttons li .share-icon-fb:hover{
background: #3b5998;
}
.more-options .share-buttons li .share-icon-tw:hover{
background: #00aced;
}
.more-options .share-buttons li .share-icon-pt:hover{
background: #cb2027;
}
/* ----------------------------------------------------------
Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.site-navigation{
margin: 20px;
max-width: 66.75;
min-height: 45px;
position: relative;
}
.site-navigation ul.menu,
.site-navigation div.menu > ul {
margin: 0;
padding: 0px;
}
.site-navigation .menu li {
display: inline-block;
position: relative;
}
.site-navigation .menu li a {
color: #fff;
display: block;
font-size: 16px;
font-family: 'Archivo Narrow', sans-serif;
/*text-transform: uppercase;*/
line-height: 1;
padding: 19px 20px 17px 20px;
text-decoration: none;
}
.site-navigation .menu .sub-menu,
.site-navigation .menu .children {
display: none;
padding: 0;
position: absolute;
left: -35px;
color: #fff;
z-index: 99999;
text-align: left;
}
.site-navigation .menu .sub-menu ul,
.site-navigation .menu .children ul {
border-left: 0;
left: 145px;
top: 0;
}
.site-navigation ul.menu ul a,
.site-navigation .menu ul ul a {
color: #fff;
margin: 0;
width: 250px;
}
.site-navigation ul.menu ul a:hover, .menu ul ul a:hover {
color: #fff;
}
.site-navigation ul.menu li:hover > ul,
.site-navigation .menu ul li:hover > ul {
display: block;
}
.site-navigation .menu-toggle {
display: none;
}
/* ----------------------------------------------------------
Desc
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.menu-language-menu-container {
float: right;
margin-top: 30px
}
.menu-language-menu-container ul {
margin: 0;
padding: 0;
}
.menu-language-menu-container ul li {
display: inline;
float: left;
}
.menu-language-menu-container ul li a {
display: block;
padding: 10px 5px 5px 5px;
margin-left: 5px;
min-width: 30px;
height: 25px;
text-align: center;
text-decoration: none;
color: #fff;
}
.menu-language-menu-container ul .current a {
border-bottom: 1px solid #fff;
}
/* ----------------------------------------------------------
Teaser
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.teaser h1 span, .teaser h2 span {
background: rgba(28, 29, 34, 0.5);
padding: 0 5px;
}
.teaser h1 {
text-align: center;
color: #fff;
font-weight: 700;
font-size: 48px;
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.teaser h2{
text-align: center;
color: #fff;
font-size: 36px;
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-delay: 1s; /* W3C and Opera */
-moz-animation-delay: 1s; /* Firefox */
-webkit-animation-delay: 1s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
#slidecaption{
padding-top: 40px;
}
.slider-arrow{
padding-bottom: 40px;
}
/* ----------------------------------------------------------
Header image
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header-image img {
width: 100%;
height: auto;
}
/* ----------------------------------------------------------
Content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.entry-header {
padding: 13px 20px;
}
.entry-header .entry-title {
float: left;
}
.entry-header .more-options {
float: right;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px;
margin-top: 8px;
}
.entry-header .more-options a{
display: block;
width: 40px;
height: 40px;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 16px;
margin-top: 10px;
}
.entry-content {
background: #fff;
}
/* ----------------------------------------------------------
Blog List
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.latest-item {
background: #f3f3f3;
padding: 20px;
border-bottom: 1px solid #ccc;
}
.latest-item figure {
margin-left: 20px;
margin-bottom: 20px;
}
.latest-item .entry-description {
margin: 0 20px 20px 20px;
}
.latest-item .entry-head a{
font-size: 24px;
text-decoration: none;
}
.entry-content-list {
background: #fff;
}
.entry-content-list .entry-footer {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
/*padding: 10px 0;*/
margin: 0 20px;
}
.entry-content-list .list-block-item {
width: 50%;
float: left;
min-height: 150px;
-moz-box-shadow: inset 0px -1px #ccc;
-webkit-box-shadow: inset 0px -1px #ccc;
box-shadow: inset 0px -1px #ccc;
}
.entry-content-list .list-block-item:nth-child(2n+2) {
-moz-box-shadow: inset -1px -1px #ccc;
-webkit-box-shadow: inset -1px -1px #ccc;
box-shadow: inset -1px -1px #ccc;
}
.entry-content-list.search-results .list-block-item {
-moz-box-shadow: inset -1px -1px #ccc;
-webkit-box-shadow: inset -1px -1px #ccc;
box-shadow: inset -1px -1px #ccc;
}
.latest-item .entry-footer time {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer time a i {
color: #20a7ff;
}
.latest-item .entry-footer time a{
color: #1c1d21;
}
.latest-item .entry-footer a{
text-decoration: none;
}
.latest-item i {
margin-right: 5px;
}
.latest-item .entry-footer .author {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .author a {
color: #1c1d21;
}
.latest-item .entry-footer .author:hover,
.latest-item .entry-footer time:hover,
.latest-item .entry-footer .likes:hover,
.latest-item .entry-footer .views:hover,
.latest-item .entry-footer .hour:hover,
.latest-item .entry-footer .buy:hover {
background: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.latest-item .entry-footer .author a i {
color: #f18d06;
}
.latest-item .entry-footer .likes {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .buy {
padding: 10px 20px 10px 20px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .buy span a {
padding: 2px 10px;
margin-left: 0px;
color: #fff;
}
.latest-item .entry-footer .buy .price {
margin-right: 10px;
}
.latest-item .entry-footer .likes i{
color: #e53b51;
}
.latest-item .entry-footer .views {
padding: 10px 20px 10px 10px;
}
.latest-item .entry-footer .views i{
color: #1d1e21;
}
.latest-item .entry-footer .button-readmore a{
padding: 10px 20px 10px 20px;
display: inline-block;
color: #fff;
}
.latest-item .entry-footer .hour {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .hour i{
color: #20a7ff;
}
.latest-item .entry-footer .hour a{
color: #1c1d21;
}
.latest-item .entry-footer .button-readmore a:hover{
background: #1d1e21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.grid {
padding: 40px 0px 40px 5px;
max-width: 1200px;
list-style: none;
text-align: center;
}
.grid li {
display: inline-block;
text-align: left;
position: relative;
}
.grid figure {
margin: 0;
position: relative;
}
.grid figure img {
max-width: 100%;
display: block;
position: relative;
}
.grid figcaption {
position: absolute;
top: 0;
left: 0;
padding: 0px 0 20px 0;
}
.grid figcaption a {
text-align: center;
padding: 5px 10px;
display: inline-block;
color: #fff;
text-decoration: none;
}
/* Individual Caption Styles */
/* Caption Style 3 */
.cs-style-gallery figure {
overflow: hidden;
}
.cs-style-gallery figure img {
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.no-touch .cs-style-gallery figure:hover img,
.cs-style-gallery figure.cs-hover img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.cs-style-gallery figcaption {
width: 100%;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-gallery figure:hover figcaption,
.cs-style-gallery figure.cs-hover figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
.cs-style-gallery figcaption a {
position: absolute;
bottom: 20px;
right: 20px;
}
.first-cs-style-item {
width: 440px;
height: 340px;
float: left;
margin: 0 40px 40px 0;
}
.first-cs-style-item h3 {
margin: 20px 20px 0px 20px;
color: #fff;
border-bottom: 1px solid #fff;
font-size: 24px
}
.first-cs-style-item div {
margin: 0px 20px 0px 20px;
padding-bottom: 0px;
color: #fff;
}
.rest-cs-style-item {
width: 200px;
height: 150px;
float: left;
margin: 0 40px 40px 0;
}
.rest-cs-style-item h3 {
font-size: 18px;
margin: 10px 10px 0px 10px;
color: #fff;
border-bottom: 1px solid #fff;
}
.rest-cs-style-item div {
margin: 1px 10px 0px 10px;
color: #fff;
}
.rest-cs-style-item figcaption {
padding-bottom: 10px;
}
.rest-cs-style-item a {
background: #ffba00 url('img/bg_direction_nav_small.png') no-repeat 0 0;
}
/* ----------------------------------------------------------
CD Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.cd-cs-style-item {
width: 200px;
height: 200px;
float: left;
margin: 0 40px 40px 0;
}
.cd-cs-style-item h3 {
font-size: 18px;
margin: 10px 10px 0px 10px;
color: #fff;
border-bottom: 1px solid #fff;
}
.cd-cs-style-item div {
margin: 1px 10px 0px 10px;
color: #fff;
}
.cd-cs-style-item figcaption {
padding-bottom: 10px;
}
.cd-cs-style-item a {
background: #ffba00 url('img/bg_direction_nav_small.png') no-repeat 0 0;
}
/* ----------------------------------------------------------
AudioJS
-= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
audio.audiojs { height: 40px; }
.audiojs {
margin:0;
font-size: 14px;
height: 40px;
overflow: hidden;
clear: both;
background: #1c1d21;
color: #fff;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.audiojs .play-pause {
border-right: 1px solid #ccc;
float: left;
height: 40px;
margin: 0;
overflow: hidden;
width: 11.1111111%;
min-width: 40px;
margin-right: 15px;
}
.audiojs .play-pause > p {
font-size: 20px;
line-height: 45px;
margin: 0 auto;
}
.audiojs .play-pause p.play, .audiojs .play-pause p.loading{
padding-left: 8px;
}
.audiojs .play-pause p.loading{
background: url('img/player-loader.gif') no-repeat 50% 50%;
}
.audiojs .play-pause p.pause{
padding-left: 8px;
}
.audiojs p {
cursor: pointer;
display: none;
height: 40px;
margin: 0;
width: 25px;
}
.audiojs .play {
display: block;
}
.audiojs .audio {
display: none;
height: 0px;
}
.audiojs .scrubber {
background: #e9ebef;
float: left;
height: 10px;
margin: 15px 0px 0 0px;
overflow: hidden;
position: relative;
width: 51.1111111%;
}
.audiojs .progress {
height: 10px;
position: absolute;
z-index: 1;
width: 0%;
}
.audiojs .loaded {
height: 10px;
position: relative;
width: 73%;
}
.audiojs .time {
height: 40px;
line-height: 42px;
margin: 0;
padding: 0 0px;
font-size: 12px;
float: right;
width: 27.7777778%;
text-align: center;
}
.audiojs .time em {
padding: 0 2px 0 0;
}
.audiojs .time strong {
padding: 0 0 0 2px;
}
.audiojs .error-message {
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
color: red;
display: none;
float: left;
height: 40px;
line-height: 40px;
margin: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 400px;
}
.audiojs .error-message a {
border-bottom: 1px solid rgb(250,250,250);
color: #eee;
padding-bottom: 1px;
text-decoration: none;
white-space: nowrap;
}
.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }
ol.audio-list {
list-style-position: inside;
margin:0;
padding:0;
margin-bottom: 40px;
list-style-type: decimal-leading-zero;
color: #1c1d21;;
}
ol.audio-list li {
line-height: 40px;
height: 40px;
overflow: hidden;
margin: 0;
padding-left: 10px;
border-bottom: 1px solid #a8a8a9;
}
ol.audio-list li a{
text-decoration: none;
color: #000;
}
ol.audio-list li:hover {
background: #000;
color: #fff;
cursor: pointer;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
ol.audio-list li:hover a{
color: #fff;
background-color: transparent;
text-decoration: none;
}
ol.audio-list li span.icon-music {
display: none;
}
ol.audio-list li.playing {
background: #1c1d21;
color: #fff;
}
ol.audio-list li.playing a {
color: #fff;
text-decoration: none;
}
ol.audio-list li.playing span.icon-music {
display: inline-block;
margin: 15px 10px 0 0;
float: right;
color: #fff;
}
/* ----------------------------------------------------------
Pagination
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.entry-pagination {
padding: 40px;
}
.nav-previous-icon, .nav-next-icon {
background-image: url('img/bg_direction_nav_small.png');
width: 40px;
height: 40px;
display: inline-block;
}
.nav-previous, .nav-next{
position: relative;
}
.nav-next-icon {
background-position: right;
}
.nav-previous-text{
position: absolute;
top: 8px;
left: 60px;
font-size: 18px;
}
.nav-next-text {
position: absolute;
top: 8px;
right: 60px;
font-size: 18px;
}
.nav-previous:hover .nav-previous-icon{
background: #000 url('img/bg_direction_nav_small.png') no-repeat 0 0;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.nav-next:hover .nav-next-icon{
background: #000 url('img/bg_direction_nav_small.png') no-repeat 0 0;
background-position: right;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
/* ----------------------------------------------------------
Single post
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.single-post .entry-meta {
padding: 20px;
}
.entry-meta time {
text-transform: uppercase;
font-size: 24px;
color: #fff;
margin-right: 20px;
}
.entry-meta .category-selected {
background: #fff;
color: #1c1d21;
padding: 1px 10px;
margin: 7px 20px 0 0px;
}
.entry-meta .category-selected a {
text-decoration: none;
}
.entry-meta .hour {
color: #fff;
font-size: 16px;
margin-top: 7px;
margin-right: 20px;
}
.entry-meta .hour a{
color: #fff;
text-decoration: none;
}
.entry-meta .music-type {
color: #fff;
font-size: 16px;
margin-top: 7px;
margin-right: 20px;
}
.entry-meta .music-type a{
color: #fff;
text-decoration: none;
}
.entry-meta .buy {
color: #fff;
font-size: 16px;
margin-top: 7px;
}
.entry-meta .buy span a{
padding: 2px 10px;
margin-left: 0px;
color: #fff;
text-transform: uppercase;
}
.entry-meta .buy a{
color: #fff;
text-decoration: none;
}
.entry-meta .likes {
color: #fff;
font-size: 16px;
margin-top: 5px;
}
.entry-meta .post-like a {
text-decoration: none;
color: #e53b51;
}
.entry-meta .views {
color: #fff;
margin-right: 20px;
font-size: 16px;
margin-top: 5px;
}
.entry-meta .likes i, .entry-meta .views i{
margin-right: 10px;
}
.entry-image-video, .entry-content-list #slider {
padding: 0px 0;
}
.entry-content-list #carousel{
margin-bottom: 40px;
}
figure img {
width: 100%;
height: auto;
}
.entry-content-post {
padding: 0 40px 40px 40px;
border-bottom: 1px solid #ccc;
}
.entry-content-post iframe {
width: 100%;
}
/* ----------------------------------------------------------
Single event
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.single-post.event .entry-content{
padding-top: 40px;
}
#map-canvas{
background: #fff;
height: 300px;
width: 100%;
}
#event_map{
margin-bottom: 40px;
}
.entry-meta-map{
color: #fff;
padding: 20px;
}
/* ----------------------------------------------------------
Attachments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* ----------------------------------------------------------
Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a img {
border: none;
}
p img {
margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/* ----------------------------------------------------------
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
max-width: 100%; /* When images are too wide for containing element, force them to fit. */
height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
margin-right: 1.5em;
}
img.alignright {
margin-left: 1.5em;
}
.wp-caption {
padding: .5em;
text-align: center;
}
.wp-caption img {
margin: .25em;
}
.wp-caption .wp-caption-text {
margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
margin: 0;
}
/* ----------------------------------------------------------
Navigation
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#primary nav {
clear: both;
overflow: hidden;
margin: 0 0 1.5em;
}
.nav-previous {
float: left;
width: 50%;
}
.nav-next {
float: right;
text-align: right;
width: 50%;
}
/* ----------------------------------------------------------
Widgets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookVideoVidget, .upcomming-events, .WPlooklatestposts, .WPtoursdates, .WPlookeventshome, .WPlookeventssmall {
margin-bottom: 40px;
}
.home #primary aside:last-child {margin-bottom: 0px;}
/* ----------------------------------------------------------
Quote
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookAnounce {
width: 100%;
margin-bottom: 40px;
}
.WPlookAnounce .announce-body {
padding: 20px 20px;
}
.WPlookAnounce .announce-body a{
text-decoration: underline;
}
.WPlookAnounce .announce-body a:hover{
color: #fff;
}
/* ----------------------------------------------------------
Flickr widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.flickr-widget-body {
margin-bottom: 40px;
background: #fff;
width: 100%;
}
.flickr-widget-body .flickr-margin{
padding: 20px;
}
.flickr-widget-body a {
width: 31%;
display: inline-block;
border: 1px solid #fff;
}
.flickr-widget-body a:hover {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.flickr-widget-body img {
width: 100%;
height: auto;
float: left;
}
/* ----------------------------------------------------------
Gallery widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookGalleryVidget, .widget_wplooksocial {
padding-bottom: 40px;
}
/* ----------------------------------------------------------
Social Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.social-widget-body {
background: #fff;
}
.social-widget-margin {
padding: 20px 10px;
}
.social-widget-margin a, .social-widget-margin a:visited {
float: left;
width: 40px;
height: 38px;
margin: 0 10px 20px 10px;
text-align: center;
text-decoration: none;
background: #1c1d21;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
line-height: 38px;
color: #fff;
padding-top: 2px;
}
.social-widget-margin a:hover {
color: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.social-widget-margin .social-item-twitter a:hover {
background: #00aced;
}
.social-widget-margin .social-item-facebook a:hover {
background: #3b5998;
}
.social-widget-margin .social-item-rss a:hover {
background: #ff9900;
}
.social-widget-margin .social-item-gplus a:hover {
background: #d34836;
}
.social-widget-margin .social-item-youtube a:hover {
background: #bb0000;
}
.social-widget-margin .social-item-linkedin a:hover {
background: #007bb6;
}
.social-widget-margin .social-item-github a:hover {
background: #ac5e54;
}
.social-widget-margin .social-item-pinterest a:hover {
background: #cb2027;
}
.social-widget-margin .social-item-vimeo a:hover {
background: #45bbff;
}
.social-widget-margin .social-item-lastfm a:hover {
background: #D51007;
}
.social-widget-margin .social-item-soundcloud a:hover {
background: #ff5800;
}
.social-widget-margin .social-item-flickr a:hover {
background: #ff0084;
}
.social-widget-margin .social-item-instagram a:hover {
background: #517fa4;
}
/* ----------------------------------------------------------
Address Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
address.vcard {
background: #fff;
margin-bottom: 40px;
}
.address-margins {
padding: 20px;
}
/* ----------------------------------------------------------
Event Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget .list-block-item {
width: 50%;
float: left;
min-height: 150px;
-moz-box-shadow: inset 0px -1px #ccc;
-webkit-box-shadow: inset 0px -1px #ccc;
box-shadow: inset 0px -1px #ccc;
}
.widget .list-block-item:nth-child(2n+1) {
-moz-box-shadow: inset -1px -1px #ccc;
-webkit-box-shadow: inset -1px -1px #ccc;
box-shadow: inset -1px -1px #ccc;
}
.list-block-item .margins {
margin: 20px;
padding: 0;
}
.list-block-item .entry-date{
float: left;
width: 23.5294118%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #000;
width: 80px;
height: 80px;
text-align: center;
margin-top: 5px;
}
.list-block-item .entry-thumb img{
float: left;
width: 23.5294118%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 80px;
height: 80px;
margin-top: 5px;
}
.list-block-item .entry-date .date{
color: #fff;
font-size: 30px;
margin: 7px 0 0 0;
padding-bottom: 0;
}
.list-block-item .entry-date .month{
color: #fff;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: -5px 0 0 0;
}
.list-block-item .entry-description{
float: right;
width: 67.6470588%;
}
.list-block-item .entry-description .entry-head {
font-size: 18px;
font-family: 'Roboto', sans-serif; font-weight: normal;
margin-bottom: 5px;
}
.list-block-item .entry-description .entry-head a{
text-decoration: none;
}
.list-block-item .entry-description .entry-head a:hover{
color: #f3f3f3;
}
.list-block-item:hover{
background: #1c1d21;
color: #6e6e6e;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.list-block-item:hover a {
color: #f3f3f3;
}
/* ----------------------------------------------------------
Event toggle
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.toggle-event {
background: #fff;
border-bottom: 1px solid #ccc;
clear: both;
display: block;
margin: 0px 0 0px;
}
.toggle-event .tours-date {
width: 28%;
font-size: 17px;
margin-top: 5px;
}
.place {
float: left;
font-weight: normal;
margin-top: 7px;
width: 23%;
}
.location {
float: left;
margin: 7px 0px 0 20px;
font-weight: normal;
width: 27%;
}
.toggle-event:hover {
background: #1c1d21;
}
.toggle-event:hover time,
.toggle-event:hover .place,
.toggle-event:hover .location {
color: #fff;
}
.toggle-event + .toggle-event {
margin: 0;
}
.toggle-event .expand-button {
cursor: pointer;
font-weight: 700;
overflow: hidden;
padding: 15px 0px 15px 20px;
}
.toggle-event .expand-button .buy {
width: 120px;
float: right;
margin-top: 5px;
text-align: center;
}
.toggle-event .expand-button .buy .tour-status {
padding: 2px 5px;
color: #fff;
float: right;
margin-right: 20px;
}
.toggle-event .expand-button .buy .tour-status a{
color: #fff;
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
}
.toggle-event .expand-button.close {
background: #28292c;
border-bottom: 1px solid #38383a;
}
.toggle-event .expand-button.close time,
.toggle-event .expand-button.close .place,
.toggle-event .expand-button.close .location{
color: #fff;
}
.toggle-event .expand {
margin: 0;
background: #1c1d21;
line-height: 160%;
color: #ccc;
padding: 20px 20px 20px;
}
.toggle-event .expand {
display: none;
}
.no-js .toggle-event .expand {
display: block;
}
.toggle-event time {
text-transform: uppercase;
font-size: 20px;
color: #1c1d21;
margin-right: 20px;
font-weight: normal;
}
.toggle-event .category-selected{
margin-top: 7px;
}
.toggle-event .category-selected a{
color: #fff;
padding: 3px 10px;
margin: 1px 20px 0 20px;
text-decoration: none;
}
.list-event-widget .entry-thumb img{
width: 30%;
margin-right: 8%;
float: left;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 80px;
height: 80px;
}
.list-event-widget .entry-date{
float: left;
width: 30%;
margin-right: 8%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #000;
width: 80px;
height: 80px;
text-align: center;
margin-top: 5px;
}
.list-event-widget .entry-date .date{
color: #fff;
font-size: 30px;
margin: 17px 0 0 0;
padding-bottom: 0;
}
.list-event-widget .entry-date .month{
color: #fff;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: 5px 0 0 0;
}
.list-event-widget .entry-description{
width: 60%;
float: left;
}
.list-event-widget .entry-description .entry-head {
font-size: 18px;
}
.list-event-widget .entry-description .entry-head a{
text-decoration: none;
}
.togle-margin-bottom {
height: 40px;
}
/* ----------------------------------------------------------
General List widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget ul {
background: #fff;
margin: 0 0 40px 0;
padding: 0;
list-style: none;
}
.widget ul li {
background: transparent url('img/border-x.png') left bottom repeat-x;
padding: 20px;
margin: 0px;
}
.widget ul li a {
color: #1c1d21;
text-decoration: none;
}
.widget ul li:hover {
color: #fff;
background: #1c1d21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.widget ul li:hover a {
color: #fff;
}
/* ----------------------------------------------------------
CD Widegt
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookCD img, .residentdj img {
width: 25%;
float: left;
margin: 0;
padding: 0;
height: auto;
}
.WPlookCD ul .entry-title,
.residentdj ul .entry-title{
font-size: 18px;
float: right;
width: 68.75%;
display: inline;
clear: none;
}
.WPlookCD ul .entry-description,
.residentdj ul .entry-description {
font-size: 14px;
float: right;
width: 68.75%;
display: inline;
clear: none;
}
.WPlookCD ul li h3,
.residentdj ul li h3 {
font-size: 14px;
float: right;
width: 68.75%;
clear: none;
margin-top: 5px;
}
.WPlookCD.widget ul li:before,
.residentdj.widget ul li:before {
content:"";
}
.cd-playlist {
background: #fff;
}
.cd-playlist .playlist-nomargin {
margin-bottom: 0;
}
/* ----------------------------------------------------------
Widget Search
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget_search form, .error404 form {
background: #fff;
margin: 0 0 40px 0;
padding: 20px;
}
.widget_search #searchsubmit, .error404 .search-button {
background-image: url(img/search-icon.png);
background-position: 50% 50%;
background-repeat: no-repeat;
border:0 none;
cursor:pointer;
height:60px;
text-indent:-9999px;
width:60px;
padding: 0;
margin: 0;
}
.widget_search #searchform #s, .error404 #searchform #s{
font-size: 14px;
padding: 0px 20px;
margin: 0;
height: 60px;
color: #fff;
border: none;
width: 68.75%;
float: left;
}
/*-----------------------------------------------------------
Calendar
-----------------------------------------------------------*/
#calendar_wrap {
margin: 0;
color: #343434;
background: #fff;
margin-bottom: 40px;
}
#wp-calendar, #wp-calendar th, #wp-calendar td {
text-align: center;
background: none;
border: none;
}
#wp-calendar {
background: none;
empty-cells: hide;
width: 100%;
font-size: 12px;
}
#wp-calendar th {
font-style: normal;
font-weight: bold;
text-transform: capitalize;
border-bottom: 1px solid #ddd;
}
#wp-calendar td {
text-align: center;
background: #fff;
padding: 5px;
border-bottom: 1px solid #ddd;
}
#wp-calendar td:hover {
background-color: #fff;
}
#wp-calendar a {
text-decoration: none;
display: block;
padding: 5px;
}
#wp-calendar a:hover {
background: #f9f9f9;
}
#wp-calendar caption {
font-weight: bold;
text-align: center;
}
#wp-calendar #today {
background-color: #f3f3f3;
}
#wp-calendar caption {
text-align: center;
width: 100%;
padding: 20px 0;
font-size: 16px;
}
#wp-calendar .pad {
background-color: #fff;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
background: #f0f3f5;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
background: #f0f3f5;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
}
#wp-calendar .pad, #wp-calendar .pad:hover {
}
/* ----------------------------------------------------------
Contact page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#contact-form .submit-button {
color: #fff;
border: none;
padding: 5px 10px;
cursor: pointer;
}
#contact-form .submit-button:hover{
background: #1c1d21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
#contact-form #contactName, #contact-form #email, #contact-form #textarea-message {
border: 1px solid #ccc;
padding: 5px 10px;
}
/* ----------------------------------------------------------
Eror 404 Search
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.error404 form {
background: #fff;
margin: 0 0 40px 0;
padding: 20px 0;
width: 400px;
}
.error404 .search-button {
background: #ffba00 url(img/search-icon.png) no-repeat 50% 50%;
border:0 none;
cursor:pointer;
height:60px;
text-indent:-9999px;
width:60px;
padding: 0;
margin: 0;
}
.error404 #searchform #s{
font-size: 14px;
padding: 0px 20px;
margin: 0;
height: 60px;
background: #1c1d21;
color: #fff;
border: none;
width: 68.75%;
float: left;
}
/* ----------------------------------------------------------
TagCloud
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget .tagcloud{
background: #fff;
margin: 0 0 40px 0;
padding: 20px;
}
.widget .tagcloud a {
padding: 8px 10px;
display: inline-block;
margin: 4px 2px;
text-decoration: none;
color: #fff !important;
}
.widget .tagcloud a:hover {
background: #3b3b3d;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
/* ----------------------------------------------------------
Widget text
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget .textwidget {
background: #fff;
margin: 0 0 40px 0;
padding: 20px;
}
/* ----------------------------------------------------------
Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.comments {
margin-top: 40px;
background: #fff;
padding: 20px;
}
.comment-title {
margin-bottom: 24px;
}
.commentlist {
margin: 0;
padding: 0;
}
.commentlist li{
list-style: none;
}
.comment-gravatar {
width: 74px;
}
.entry-header-comments .fn {
display: inline;
line-height: 22px;
color: #000;
}
.entry-header-comments .fn a{
color: #000;
text-decoration: none;
}
.entry-header-comments .fn a:hover{
text-decoration: underline;
}
.entry-header-comments .reply {
color: #a2a2ad;
font-size: 12px;
}
.entry-header-comments .reply a{
color: #fff;
text-decoration: none;
padding: 3px 6px;
margin: 10px 0 0 0;
display: inline-block;
}
.entry-header-comments .reply a:hover{
color: #fff;
background: #1c1d21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.comment-date{
padding: 6px 0 0 0;
}
.comment-body {
border-bottom: 1px solid #ddd;
margin: 12px 0 24px 74px;
padding: 0 0 24px 0;
}
/* ----------------------------------------------------------
Contact Form
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#contact-form input, #contact-form textarea, #commentform input, #commentform textarea {
border: 1px solid #ccc;
background: #fff;
padding: 5px 0 5px 10px;
}
#comment {
width: 98%;
}
#commentform input {
display: block;
}
#commentform label {
font-weight: bold;
}
#commentform .required{
color: red;
}
#commentform #submit {
cursor: pointer;
display: block;
font-size: 12px !important;
text-decoration: none;
color: #fff;
padding: 7px 10px !important;
text-transform: uppercase;
border: 0px solid;
}
#commentform #submit:hover {
background: #1c1d21;
color: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
#contact-form textarea {
width: 60%;
}
.statusMessage {
color: #666;
}
.statusMessage {
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
}
.statusMessage {
display: none;
margin: auto;
width: 30em;
height: 2em;
padding: 1.5em;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.statusMessage p {
text-align: center;
margin: 0;
padding: 0;
}
/* ----------------------------------------------------------
Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#status-info {
padding: 20px 0;
min-height: 80px;
}
.status-title {
float: left;
width: 15%;
color: #fff;
margin-left: 20px;
}
#status-info .flexslider {
width: 81%;
float: left;
margin: 20px 0 0 0;
}
#status-info .slides { width: 90%;}
#site-info {color: #fff; text-align: right; margin-right: 20px;}
#site-info a {color: #fff; text-decoration: none;}
/* ----------------------------------------------------------
Shortcodes
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.column-margin {
margin: 12px;
}
.col25,
.col33,
.col50,
.col75 {
float: left;
font-size: 15px;
}
.col25 p,
.col33 p,
.col50 p,
.col75 p {
font-size: 15px;
}
.col25{
width: 25%;
}
.col33{
width: 33%;
}
.col50{
width: 50%;
}
.col75{
width: 75%;
}
.box{
width: 98%;
background: #e53b51;
font-size: 15px;
color: #fff;
padding: 12px 1%;
margin-bottom: 40px;
margin-top: 10px;
}
.box p{
margin-bottom: 0px;
width: 85%;
float: left;
}
.box .button {
float: right;
margin-bottom: 0px !important;
}
/* ----------------------------------------------------------
Button Styles
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a.button,
a.button:visited {
display: inline-block;
color: #fff!important;
text-decoration: none!important;
text-align: center;
font-family: Helvetica, Arial, Sans-serif;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
font-size: 14px;
outline: none;
font-weight: bold;
line-height: 1em;
padding: 7px 13px!important;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
border: 1px solid #0d507a!important;
margin: 0 1em 1.5em 0!important;
vertical-align: middle;
background: #0c6fb1;
background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}
a.button.square {
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
-o-border-radius: 0px!important;
}
a.button.round {
border-radius: 15px!important;
-webkit-border-radius: 15px!important;
-moz-border-radius: 15px!important;
-o-border-radius: 15px!important;
}
a.button.medium {
padding: 11px 16px!important;
font-size: 16px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
}
a.button.large {
padding: 15px 20px!important;
font-size: 18px;
border-radius: 20px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
}
a.button:hover {
text-decoration: none;
}
a.button:active {
position: relative;
top: 1px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
a.button.green {
border-color: #69963b!important;
background: #7fc33c;
background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}
a.button.green:hover {
background: #8dd242;
background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}
a.button.light-blue {
border-color: #2681a2!important;
background: #2caada;
background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
background: -webkit-linear-gradient(top, #46cae8, #2caada);
background: -moz-linear-gradient(top, #46cae8, #2caada);
background: -ms-linear-gradient(top, #46cae8, #2caada);
background: -o-linear-gradient(top, #46cae8, #2caada);
}
a.button.light-blue:hover {
background: #32bcef;
background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
background: -webkit-linear-gradient(top, #2caada, #46cae8);
background: -moz-linear-gradient(top, #2caada, #46cae8);
background: -ms-linear-gradient(top, #2caada, #46cae8);
background: -o-linear-gradient(top, #2caada, #46cae8);
}
a.button.blue {
border-color: #0d507a!important;
background: #0c6fb1;
background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}
a.button.blue:hover {
background: #1188d6;
background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}
a.button.red {
border-color: #ab4b44!important;
background: #9E0D18;
background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
background: -webkit-linear-gradient(top, red, #9E0D18);
background: -moz-linear-gradient(top, red, #9E0D18);
background: -ms-linear-gradient(top, red, #9E0D18);
background: -o-linear-gradient(top, red, #9E0D18);
}
a.button.red:hover {
background: #ff5e56;
background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
background: -webkit-linear-gradient(top, #9E0D18, red);
background: -moz-linear-gradient(top, #9E0D18, red);
background: -ms-linear-gradient(top, #9E0D18, red);
background: -o-linear-gradient(top, #9E0D18, red);
}
a.button.orange {
border-color: #dc9014!important;
background: #ffb031;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
background: -webkit-linear-gradient(top, #ff9900, #ffb031);
background: -moz-linear-gradient(top, #ff9900, #ffb031);
background: -ms-linear-gradient(top, #ff9900, #ffb031);
background: -o-linear-gradient(top, #ff9900, #ffb031);
}
a.button.orange:hover {
background: #ffc531;
background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
background: -webkit-linear-gradient(top, #ffb031, #ff9900);
background: -moz-linear-gradient(top, #ffb031, #ff9900);
background: -ms-linear-gradient(top, #ffb031, #ff9900);
background: -o-linear-gradient(top, #ffb031, #ff9900);
}
a.button.purple {
border-color: #996192!important;
background: #d17ac6;
background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}
a.button.purple:hover {
background: #eb90e0;
background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}
a.button.grey {
color: #555!important;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-color: #acacac!important;
background: #e0dddd;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
background: -moz-linear-gradient(top, #ffffff, #e0dddd);
background: -ms-linear-gradient(top, #ffffff, #e0dddd);
background: -o-linear-gradient(top, #ffffff, #e0dddd);
}
a.button.grey:hover {
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
background: -moz-linear-gradient(top, #e0dddd, #ffffff);
background: -ms-linear-gradient(top, #e0dddd, #ffffff);
background: -o-linear-gradient(top, #e0dddd, #ffffff);
}
a.button.black {
border-color: #323232!important;
background: #444444;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
background: -webkit-linear-gradient(top, #000, #444444);
background: -moz-linear-gradient(top, #000, #444444);
background: -ms-linear-gradient(top, #000, #444444);
background: -o-linear-gradient(top, #000, #444444);
}
a.button.black:hover {
background: #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
background: -webkit-linear-gradient(top, #444444, #000000);
background: -moz-linear-gradient(top, #444444, #000000);
background: -ms-linear-gradient(top, #444444, #000000);
background: -o-linear-gradient(top, #444444, #000000);
}
/* ----------------------------------------------------------
Alert
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.alert {
padding: 0.8em;
margin: 0 0 1.5em 0;
line-height: 1.6em;
border-radius: 4px!important;
-webkit-border-radius: 4px!important;
-moz-border-radius: 4px!important;
-o-border-radius: 4px!important;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}
.alert.white {
background: #fff;
border: 1px solid #dfdfdf;
color: #373737;
}
.alert.red {
background: #e53b51;
border: 1px solid #e53b51;
color: #fff;
}
.alert.yellow {
background: #f18d06;
border: 1px solid #f18d06;
color: #fff;
}
.alert.green {
background: #2eb44b;
border: 1px solid #2eb44b;
color: #fff;
}
.alert.blue {
background: #20a7ff;
border: 1px solid #20a7ff;
color: #fff;
}
.alert.grey {
background: #fbfbfb;
border: 1px solid #dfdfdf;
color: #373737;
}
/* ----------------------------------------------------------
Tabs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.tabs li a {
margin-top: 10px;
background: #1c1d21;
border: 1px solid #1c1d21;
height: 32px;
line-height: 31px;
color: #3b3b3d;
font-size: 13px;
padding: 0 14px 0 44px;
margin:0;
cursor: pointer;
}
.tabs_table {
clear: both; margin:12px 0;
}
.tabs {
padding: 0 0 0 1px !important;
margin-bottom:-1px !important;
margin-left:0;
height: 34px;
}
.tabs li {
float: left;
list-style-type: none !important;
list-style-position: outside !important;
cursor: pointer;
white-space: nowrap;
margin-left: -1px;
padding: 0 !important;
}
.tabs li a {
display: block;
float: left;
padding-left: 14px;
background: #1c1d21;
margin: 0;
color: #fff;
margin-right: 6px;
}
.tabs li a:hover {
text-decoration: none;
background: #f3f3f3;
color:#444;
}
.tabs li a.selected {
background: #fff;
border-bottom: #fff 1px solid;
position: relative; color:#1c1d21;
}
.panes {
border: 1px solid #1c1d21;
padding: 17px;
line-height: 1.7em;
}
/* ----------------------------------------------------------
Toggle content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.toggle-content {
background: #1c1d21;
border: 1px solid #1c1d21;
clear: both;
display: block;
margin: 20px 0 8px;
color: #fff;
}
.toggle-content:hover {
background: #1c1d21;
}
.toggle-content + .toggle-content {
margin: 0;
}
.toggle-content .expand-button {
background: url('img/toggle-open.png') left top no-repeat;
cursor: pointer;
font-weight: 700;
overflow: hidden;
}
.toggle-content .expand-button.close {
background: url('img/toggle-close.png') left top no-repeat;
}
.toggle-content .expand-button p {
line-height: 40px;
margin: 0;
padding-left: 40px;
}
.toggle-content .expand {
margin: 0;
background: #fff;
line-height: 160%;
color: #3b3b3d;
padding: 20px 20px 20px;
}
.toggle-content .expand {
display: none;
}
.no-js .toggle-content .expand {
display: block;
}
/* ----------------------------------------------------------
Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and (min-width: 962px) and (max-width: 1220px) {
.list-block-item .entry-description { width: 60%; }
.latest-item .entry-footer .buy,
.entry-meta .buy,
.latest-item .entry-footer .views,
.entry-meta .category-selected,
.toggle-event .category-selected {
display: none;
}
.widget_search #searchform #s, .error404 #searchform #s {width: 56.5%;}
.first-cs-style-item {width: 520px; height: 402px;}
.rest-cs-style-item {width: 240px; height: 180px}
.cd-cs-style-item{width: 240px; height: 240px;}
.toggle-event .entry-thumb img { margin: 0 0 20px 70px;}
.toggle-event .entry-description {width: 100%;}
.toggle-event .location { display: none;}
.toggle-event .tours-date {min-width: 200px;}
.list-event-widget .entry-description {width: 70%;}
.list-event-widget .entry-thumb img{ width: 30%; margin-left: 0; margin-right: 8%; width: 80px; height: 80px; }
}
@media only screen and (min-width: 767px) and (max-width: 962px) {
.list-block-item .entry-date {text-align: center; margin: 0 0 20px 55px;}
.list-block-item .entry-thumb img { margin: 0 0 20px 55px;}
#status-info .flexslider {width: 94%; margin: 10px 20px 20px 20px;}
.widget_search #searchform #s {width: 42%;}
.latest-item .grid_4 {width: 100% !important; }
.latest-item .grid_4 figure { margin: 20px 20px 0 20px; padding: 0;}
.latest-item .grid_4:first-child{margin: 0; padding: 0;}
.latest-item .entry-footer .buy,
.latest-item .entry-footer .hour,
.latest-item .entry-footer .views,
.latest-item .entry-footer .likes,
.toggle-event .category-selected {
display: none;
}
.latest-item .entry-description {margin: 0 20px;}
.first-cs-style-item {width: 380px; height: 294px;}
.rest-cs-style-item {width: 170px; height: 131px}
.cd-cs-style-item {width: 170px; height: 170px}
.entry-content-post .grid_3 { width: 100% !important;}
.entry-content-post .grid_4 { width: 100% !important; margin: 0;}
.hour.fleft { clear: both;}
.toggle-event .entry-thumb img { margin: 0 0 20px 40px;}
.toggle-event .entry-description,
.col25, .col33, .col50, .col75,
.list-block-item .entry-description {
width: 100%;
}
.toggle-event time {font-size: 15px;}
.toggle-event .location { display: none;}
.list-event-widget .entry-description {width: 70%;}
.list-event-widget .entry-thumb img{ width: 30%; margin-left: 0; margin-right: 8%; width: 80px; height: 80px; }
.WPlookCD ul .entry-title, .residentdj ul .entry-title{ font-size: 16px; width: 64%;}
.WPlookCD ul .entry-description, .residentdj ul .entry-description {font-size: 14px; width: 64%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#site-title img {max-width: 100%; height: auto;}
.list-block-item .entry-date,
.list-block-item .entry-thumb img,
.latest-item .entry-footer .buy,
.latest-item .entry-footer .hour,
.latest-item .entry-footer .views,
.latest-item .entry-footer .likes,
.latest-item .entry-footer .author,
#supersized, #progress-back, #progress-bar { display: none; }
#supersized-loader {display: none;}
.list-block-item .entry-description {width: 100%;}
#status-info .flexslider {width: 90%; margin: 10px 20px 40px 20px;}
.site-footer.container_12 .grid_4{width: 380px; margin: 0 20px}
.latest-item .grid_4 {width: 95% !important; margin-bottom: 0; padding-bottom: 0;}
.entry-content-post .grid_3 { width: 100% !important;}
.entry-content-post .grid_4 { width: 100% !important; margin: 0;}
.first-cs-style-item, .rest-cs-style-item {width: 340px; height: 263px;}
.cd-cs-style-item {width: 340px; height: 340px}
.col25, .col33, .col50, .col75 {width: 100%}
.teaser h1 {font-size: 32px}
.teaser h2 {font-size: 26px}
.branding {text-align: center;}
.toggle-event .entry-description {width: 70%;}
.mean-container .mean-bar {width: 420px !important;}
.header-search-form {top: -40px; left: 0;}
#status-info .flex-direction-nav {top: -40px !important;}
.toggle-event .location { display: none;}
.toggle-event .tour-status {display: none;}
.toggle-event .tours-date {min-width: 200px;}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
#site-title img {max-width: 100%; height: auto;}
.list-block-item .entry-date,
.list-block-item .entry-thumb img,
.latest-item .entry-footer .buy,
.latest-item .entry-footer .hour,
.latest-item .entry-footer .views,
.latest-item .entry-footer .likes,
.latest-item .entry-footer .author,
#supersized, #progress-back, #progress-bar,
.entry-content-list .entry-footer,
.toggle-event .category-selected,
.list-event-widget .entry-thumb { display: none; }
#supersized-loader {display: none;}
.list-block-item .entry-description {width: 100%;}
#status-info .flexslider {width: 90%; margin: 10px 20px 40px 20px;}
.site-footer.container_12 .grid_4{width: 280px; margin: 0 20px}
.latest-item .grid_4 {width: 95% !important; margin-bottom: 0; padding-bottom: 0;}
.entry-content-post .grid_3 { width: 100% !important;}
.entry-content-post .grid_4 { width: 100% !important; margin: 0;}
.first-cs-style-item, .rest-cs-style-item {width: 240px; height: 186px;}
.cd-cs-style-item {width: 240px; height: 240px}
.col25, .col33, .col50, .col75 {width: 100%}
.teaser h1 {font-size: 32px}
.teaser h2 {font-size: 26px}
.branding {text-align: center;}
.toggle-event .entry-description {width: 70%;}
.mean-container .mean-bar {width: 320px !important;}
.entry-content-list .list-block-item {width: 100%;}
.widget .list-block-item {width: 100%;}
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
.widget ul li:before{content:""; padding-right: 0px;}
#status-info .flex-direction-nav {top: -40px !important;}
.header-search-form {top: -40px; left: 0;}
.toggle-event .entry-description {width: 100%;}
.entry-meta .category-selected { margin: 7px 20px 0 0;}
.entry-meta .buy.fright {float: left;}
.entry-meta .views.fright {margin-right: 0;}
.error404 form {width: 100%;}
.toggle-event .location { display: none;}
.toggle-event .place {display: none;}
.list-event-widget .entry-thumb, .list-event-widget .entry-date {display: none;}
}
@media (max-width: 320px) {
#site-title img {max-width: 100%; height: auto;}
.mean-container .mean-bar {width: 280px !important;}
.teaser h1 {font-size: 20px}
.teaser h2 {font-size: 18px}
.site-footer.container_12 .grid_4{width: 240px; margin: 0 20px}
#supersized, #progress-back, #progress-bar,
.entry-content-list .entry-footer,
.toggle-event .category-selected,
.list-event-widget .entry-thumb { display: none; }
#supersized-loader {display: none;}
.first-cs-style-item, .rest-cs-style-item {width: 200px; height: 155px;}
.cd-cs-style-item {width: 200px; height: 200px}
.nav-next-text, .nav-previous-text {display: none;}
.latest-item { padding: 0px; }
} | front_assets/style.css | @import url(http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
/* Fonts
font-family: 'Arimo', sans-serif;
font-family: 'Roboto', sans-serif; font-weight: 400;
*/
/* Base colors
White: #FFFFFF;
Black: #1c1d21;
Accent Color: #ffba00;
Gris: #f3f3f3;
*/
/* ----------------------------------------------------------
Reset default browser CSS.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* ----------------------------------------------------------
Based on work by <NAME> and html5doctor.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
figure {
margin: 0;
padding: 0;
}
/* ----------------------------------------------------------
Remember to define focus styles!
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
:focus {
outline: 0;
}
body {
background: #fff;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
ol, ul {
list-style: none;
}
/* ----------------------------------------------------------
Tables still need 'cellspacing="0"' in the markup
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a img {
border: 0;
}
/* ----------------------------------------------------------
Alignment
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
/* ----------------------------------------------------------
Global
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body, input, textarea {
color: #333;
font-size: 14px;
font-family: 'Arimo', sans-serif;
line-height: 1.5;
}
.clear{
clear: both;
}
.fleft{
float: left;
}
.fright {
float: right;
}
.margin-battom {
height: 40px;
}
.margins{
padding: 20px;
}
/* ----------------------------------------------------------
Headings
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
h1,h2,h3,h4,h5,h6 {
clear: both;
font-family: 'Roboto', sans-serif; font-weight: 300;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/* ----------------------------------------------------------
Text elements
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 2.5em;
}
ul {
list-style: square;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
dl {
margin: 0 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 1.5em;
}
strong {
font-weight: bold;
}
cite, em, i {
font-style: italic;
}
blockquote {
font-style: italic;
margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
}
pre {
background: #f4f4f4;
font: 13px "Courier 10 Pitch",Courier,monospace;
line-height: 1.5;
margin-bottom: 1.5em;
padding: 0.75em 1.5em;
}
code, kbd {
font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
input[type=text],
textarea {
border: 1px solid #888;
}
textarea {
padding-left: 3px;
width: 98%;
}
input[type=text] {
padding: 3px;
}
.sticky, .bypostauthor {}
/* ----------------------------------------------------------
Links
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a {
color:#ff9900;
}
a:visited {
color: #ff9900;
}
a:focus,
a:active,
a:hover {
color: #ff9900;
}
/* ----------------------------------------------------------
Text meant only for screen readers
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
/* ----------------------------------------------------------
Supersized
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
body { background:#1c1d21; height:100%; }
img { border:none; }
/* ==|== Progress Bar = = = = = = = = = = = = = = = = = = = = = */
#progress-back{ z-index:50000; position:fixed; top:0px; left:0; height:5px; width:100%; background: url('img/supersized/progress-back.png') repeat; }
#progress-bar{ position:relative; height:5px; width:100%;}
#supersized-loader {
position:absolute;
top:95px;
left:50%;
z-index:999990;
width:50px;
height:50px;
margin:-30px 0 0 -30px;
text-indent:-999em;
background: #1c1d21 url(img/supersized/progress.gif) no-repeat center center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; margin: 0px;}
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(img/supersized/progress.gif) no-repeat center center; width:100%; height:100px; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/* ==|== Controls Bar = = = = = = = = = = = = = = = = = = = = = */
#prevslide, #nextslide{ position:absolute; height:40px; width:40px; top:0; opacity:0.95; }
#prevslide{ right: 41px; background-image: url('img/arrow-left.png') !important; }
#nextslide{ right: 0px; background-image: url('img/arrow-right.png') !important; }
#prevslide:active, #nextslide:active{ opacity:1; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; opacity:1; }
/* ----------------------------------------------------------
Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#page {
position: absolute;
width: 100%;
padding: 20px 0;
}
#header-bg {
z-index:4;
position:fixed;
top:0;
left:0;
height:500px;
width:100%;
background: url('img/bg-header.png') repeat-x;
}
#patern {
z-index:3;
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
background: url('img/patern.png') repeat;
}
#page-view {
position: relative;
z-index: 3999;
}
/* ----------------------------------------------------------
Header
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#site-title a {
color: #fff;
text-decoration: none;
}
#site-title a span{
color: #ffba00;
font-weight: bold;
}
#site-description {
color: #fff;
font-size: 14px;
}
/* ----------------------------------------------------------
Share Items / Social Netwoorking
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.share-items {
margin: 30px 0 0 0;
padding: 0;
list-style: none;
float: right;
}
.share-items li {
display: inline-block;
text-align: right;
width: 40px;
height: 40px;
text-align: center;
}
.share-items li a{
color: #fff;
display: block;
text-decoration: none;
width: 40px;
height: 28px;
padding-top: 12px;
}
.share-items .share-item-icon-search {
position: relative;
cursor: pointer;
}
.header-search-form {
position: absolute;
right: 40px;
top: 0;
width: 200px;
text-align: left;
display: none;
}
.header-search-form input{
background: none;
border: none;
padding: 0px 7px 0 7px;
height: 40px;
}
.header-search-form .search-button{
display: none;
}
.share-items .share-item-icon-search a:hover{
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-facebook a:hover{
background: #3a589b;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-twitter a:hover{
background: #19bfe8;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-google-plus a:hover{
background: #d34836;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-pinterest a:hover{
background: #e53b51;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-youtube a:hover{
background: #e53b51;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-lastfm a:hover{
background: #D51007;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-soundcloud a:hover{
background: #ff5800;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-vimeo a:hover{
background: #45bbff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-dribbble a:hover{
background: #da2359;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-flickr a:hover{
background: #ff0084;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-linkedin a:hover{
background: #007bb6;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-feed2 a:hover{
background: #ff9900;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.share-items .share-item-icon-instagram a:hover{
background: #517fa4;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
/* ----------------------------------------------------------
Share buttons
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.more-options.share-bt {position: relative; float: right;}
.more-options .share-buttons {
position: absolute;
top: 0px;
right: 40px;
width: 120px;
margin: 0;
padding: 0;
display: none;
}
.share-click {
cursor: pointer;
font-size: 6px;
}
.entry-header .more-options.share-bt.square {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.more-options .share-buttons li {
float: left;
display: inline;
margin: 0;
padding: 0;
}
.more-options .share-buttons li a{
font-size: 18px;
margin: 0;
padding: 8px 0 0 0;
height: 32px;
width: 40px;
}
.more-options .share-buttons li a:hover{
cursor: pointer;
}
.more-options .share-buttons li .share-icon-fb:hover{
background: #3b5998;
}
.more-options .share-buttons li .share-icon-tw:hover{
background: #00aced;
}
.more-options .share-buttons li .share-icon-pt:hover{
background: #cb2027;
}
/* ----------------------------------------------------------
Menu
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.site-navigation{
margin: 20px;
max-width: 66.75;
min-height: 45px;
position: relative;
}
.site-navigation ul.menu,
.site-navigation div.menu > ul {
margin: 0;
padding: 0px;
}
.site-navigation .menu li {
display: inline-block;
position: relative;
}
.site-navigation .menu li a {
color: #fff;
display: block;
font-size: 16px;
font-family: 'Archivo Narrow', sans-serif;
/*text-transform: uppercase;*/
line-height: 1;
padding: 19px 20px 17px 20px;
text-decoration: none;
}
.site-navigation .menu .sub-menu,
.site-navigation .menu .children {
display: none;
padding: 0;
position: absolute;
left: -35px;
color: #fff;
z-index: 99999;
text-align: left;
}
.site-navigation .menu .sub-menu ul,
.site-navigation .menu .children ul {
border-left: 0;
left: 145px;
top: 0;
}
.site-navigation ul.menu ul a,
.site-navigation .menu ul ul a {
color: #fff;
margin: 0;
width: 250px;
}
.site-navigation ul.menu ul a:hover, .menu ul ul a:hover {
color: #fff;
}
.site-navigation ul.menu li:hover > ul,
.site-navigation .menu ul li:hover > ul {
display: block;
}
.site-navigation .menu-toggle {
display: none;
}
/* ----------------------------------------------------------
Desc
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.menu-language-menu-container {
float: right;
margin-top: 30px
}
.menu-language-menu-container ul {
margin: 0;
padding: 0;
}
.menu-language-menu-container ul li {
display: inline;
float: left;
}
.menu-language-menu-container ul li a {
display: block;
padding: 10px 5px 5px 5px;
margin-left: 5px;
min-width: 30px;
height: 25px;
text-align: center;
text-decoration: none;
color: #fff;
}
.menu-language-menu-container ul .current a {
border-bottom: 1px solid #fff;
}
/* ----------------------------------------------------------
Teaser
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.teaser h1 span, .teaser h2 span {
background: rgba(28, 29, 34, 0.5);
padding: 0 5px;
}
.teaser h1 {
text-align: center;
color: #fff;
font-weight: 700;
font-size: 48px;
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.teaser h2{
text-align: center;
color: #fff;
font-size: 36px;
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
animation-delay: 1s; /* W3C and Opera */
-moz-animation-delay: 1s; /* Firefox */
-webkit-animation-delay: 1s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
#slidecaption{
padding-top: 40px;
}
.slider-arrow{
padding-bottom: 40px;
}
/* ----------------------------------------------------------
Header image
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.header-image img {
width: 100%;
height: auto;
}
/* ----------------------------------------------------------
Content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.entry-header {
padding: 13px 20px;
}
.entry-header .entry-title {
float: left;
}
.entry-header .more-options {
float: right;
background: #000;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px;
margin-top: 8px;
}
.entry-header .more-options a{
display: block;
width: 40px;
height: 40px;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 16px;
margin-top: 10px;
}
.entry-content {
background: #fff;
}
/* ----------------------------------------------------------
Blog List
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.latest-item {
background: #f3f3f3;
padding: 20px;
border-bottom: 1px solid #ccc;
}
.latest-item figure {
margin-left: 20px;
margin-bottom: 20px;
}
.latest-item .entry-description {
margin: 0 20px 20px 20px;
}
.latest-item .entry-head a{
font-size: 24px;
text-decoration: none;
}
.entry-content-list {
background: #fff;
}
.entry-content-list .entry-footer {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
/*padding: 10px 0;*/
margin: 0 20px;
}
.entry-content-list .list-block-item {
width: 50%;
float: left;
min-height: 150px;
-moz-box-shadow: inset 0px -1px #ccc;
-webkit-box-shadow: inset 0px -1px #ccc;
box-shadow: inset 0px -1px #ccc;
}
.entry-content-list .list-block-item:nth-child(2n+2) {
-moz-box-shadow: inset -1px -1px #ccc;
-webkit-box-shadow: inset -1px -1px #ccc;
box-shadow: inset -1px -1px #ccc;
}
.entry-content-list.search-results .list-block-item {
-moz-box-shadow: inset -1px -1px #ccc;
-webkit-box-shadow: inset -1px -1px #ccc;
box-shadow: inset -1px -1px #ccc;
}
.latest-item .entry-footer time {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer time a i {
color: #20a7ff;
}
.latest-item .entry-footer time a{
color: #1c1d21;
}
.latest-item .entry-footer a{
text-decoration: none;
}
.latest-item i {
margin-right: 5px;
}
.latest-item .entry-footer .author {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .author a {
color: #1c1d21;
}
.latest-item .entry-footer .author:hover,
.latest-item .entry-footer time:hover,
.latest-item .entry-footer .likes:hover,
.latest-item .entry-footer .views:hover,
.latest-item .entry-footer .hour:hover,
.latest-item .entry-footer .buy:hover {
background: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.latest-item .entry-footer .author a i {
color: #f18d06;
}
.latest-item .entry-footer .likes {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .buy {
padding: 10px 20px 10px 20px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .buy span a {
padding: 2px 10px;
margin-left: 0px;
color: #fff;
}
.latest-item .entry-footer .buy .price {
margin-right: 10px;
}
.latest-item .entry-footer .likes i{
color: #e53b51;
}
.latest-item .entry-footer .views {
padding: 10px 20px 10px 10px;
}
.latest-item .entry-footer .views i{
color: #1d1e21;
}
.latest-item .entry-footer .button-readmore a{
padding: 10px 20px 10px 20px;
display: inline-block;
color: #fff;
}
.latest-item .entry-footer .hour {
padding: 10px 20px 10px 10px;
border-right: 1px solid #ccc;
}
.latest-item .entry-footer .hour i{
color: #20a7ff;
}
.latest-item .entry-footer .hour a{
color: #1c1d21;
}
.latest-item .entry-footer .button-readmore a:hover{
background: #1d1e21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.grid {
padding: 40px 0px 40px 5px;
max-width: 1200px;
list-style: none;
text-align: center;
}
.grid li {
display: inline-block;
text-align: left;
position: relative;
}
.grid figure {
margin: 0;
position: relative;
}
.grid figure img {
max-width: 100%;
display: block;
position: relative;
}
.grid figcaption {
position: absolute;
top: 0;
left: 0;
padding: 0px 0 20px 0;
}
.grid figcaption a {
text-align: center;
padding: 5px 10px;
display: inline-block;
color: #fff;
text-decoration: none;
}
/* Individual Caption Styles */
/* Caption Style 3 */
.cs-style-gallery figure {
overflow: hidden;
}
.cs-style-gallery figure img {
-webkit-transition: -webkit-transform 0.4s;
-moz-transition: -moz-transform 0.4s;
transition: transform 0.4s;
}
.no-touch .cs-style-gallery figure:hover img,
.cs-style-gallery figure.cs-hover img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.cs-style-gallery figcaption {
width: 100%;
top: auto;
bottom: 0;
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .cs-style-gallery figure:hover figcaption,
.cs-style-gallery figure.cs-hover figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
.cs-style-gallery figcaption a {
position: absolute;
bottom: 20px;
right: 20px;
}
.first-cs-style-item {
width: 440px;
height: 340px;
float: left;
margin: 0 40px 40px 0;
}
.first-cs-style-item h3 {
margin: 20px 20px 0px 20px;
color: #fff;
border-bottom: 1px solid #fff;
font-size: 24px
}
.first-cs-style-item div {
margin: 0px 20px 0px 20px;
padding-bottom: 0px;
color: #fff;
}
.rest-cs-style-item {
width: 200px;
height: 150px;
float: left;
margin: 0 40px 40px 0;
}
.rest-cs-style-item h3 {
font-size: 18px;
margin: 10px 10px 0px 10px;
color: #fff;
border-bottom: 1px solid #fff;
}
.rest-cs-style-item div {
margin: 1px 10px 0px 10px;
color: #fff;
}
.rest-cs-style-item figcaption {
padding-bottom: 10px;
}
.rest-cs-style-item a {
background: #ffba00 url('img/bg_direction_nav_small.png') no-repeat 0 0;
}
/* ----------------------------------------------------------
CD Page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.cd-cs-style-item {
width: 200px;
height: 200px;
float: left;
margin: 0 40px 40px 0;
}
.cd-cs-style-item h3 {
font-size: 18px;
margin: 10px 10px 0px 10px;
color: #fff;
border-bottom: 1px solid #fff;
}
.cd-cs-style-item div {
margin: 1px 10px 0px 10px;
color: #fff;
}
.cd-cs-style-item figcaption {
padding-bottom: 10px;
}
.cd-cs-style-item a {
background: #ffba00 url('img/bg_direction_nav_small.png') no-repeat 0 0;
}
/* ----------------------------------------------------------
AudioJS
-= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
audio.audiojs { height: 40px; }
.audiojs {
margin:0;
font-size: 14px;
height: 40px;
overflow: hidden;
clear: both;
background: #1c1d21;
color: #fff;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.audiojs .play-pause {
border-right: 1px solid #ccc;
float: left;
height: 40px;
margin: 0;
overflow: hidden;
width: 11.1111111%;
min-width: 40px;
margin-right: 15px;
}
.audiojs .play-pause > p {
font-size: 20px;
line-height: 45px;
margin: 0 auto;
}
.audiojs .play-pause p.play, .audiojs .play-pause p.loading{
padding-left: 8px;
}
.audiojs .play-pause p.loading{
background: url('img/player-loader.gif') no-repeat 50% 50%;
}
.audiojs .play-pause p.pause{
padding-left: 8px;
}
.audiojs p {
cursor: pointer;
display: none;
height: 40px;
margin: 0;
width: 25px;
}
.audiojs .play {
display: block;
}
.audiojs .audio {
display: none;
height: 0px;
}
.audiojs .scrubber {
background: #e9ebef;
float: left;
height: 10px;
margin: 15px 0px 0 0px;
overflow: hidden;
position: relative;
width: 51.1111111%;
}
.audiojs .progress {
height: 10px;
position: absolute;
z-index: 1;
width: 0%;
}
.audiojs .loaded {
height: 10px;
position: relative;
width: 73%;
}
.audiojs .time {
height: 40px;
line-height: 42px;
margin: 0;
padding: 0 0px;
font-size: 12px;
float: right;
width: 27.7777778%;
text-align: center;
}
.audiojs .time em {
padding: 0 2px 0 0;
}
.audiojs .time strong {
padding: 0 0 0 2px;
}
.audiojs .error-message {
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
color: red;
display: none;
float: left;
height: 40px;
line-height: 40px;
margin: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 400px;
}
.audiojs .error-message a {
border-bottom: 1px solid rgb(250,250,250);
color: #eee;
padding-bottom: 1px;
text-decoration: none;
white-space: nowrap;
}
.playing .play, .playing .loading, .playing .error { display: none; }
.playing .pause { display: block; }
.loading .play, .loading .pause, .loading .error { display: none; }
.loading .loading { display: block; }
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }
.error .error { display: block; }
.error .play-pause p { cursor: auto; }
.error .error-message { display: block; }
ol.audio-list {
list-style-position: inside;
margin:0;
padding:0;
margin-bottom: 40px;
list-style-type: decimal-leading-zero;
color: #1c1d21;;
}
ol.audio-list li {
line-height: 40px;
height: 40px;
overflow: hidden;
margin: 0;
padding-left: 10px;
border-bottom: 1px solid #a8a8a9;
}
ol.audio-list li a{
text-decoration: none;
color: #000;
}
ol.audio-list li:hover {
background: #000;
color: #fff;
cursor: pointer;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
ol.audio-list li:hover a{
color: #fff;
background-color: transparent;
text-decoration: none;
}
ol.audio-list li span.icon-music {
display: none;
}
ol.audio-list li.playing {
background: #1c1d21;
color: #fff;
}
ol.audio-list li.playing a {
color: #fff;
text-decoration: none;
}
ol.audio-list li.playing span.icon-music {
display: inline-block;
margin: 15px 10px 0 0;
float: right;
color: #fff;
}
/* ----------------------------------------------------------
Pagination
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.entry-pagination {
padding: 40px;
}
.nav-previous-icon, .nav-next-icon {
background-image: url('img/bg_direction_nav_small.png');
width: 40px;
height: 40px;
display: inline-block;
}
.nav-previous, .nav-next{
position: relative;
}
.nav-next-icon {
background-position: right;
}
.nav-previous-text{
position: absolute;
top: 8px;
left: 60px;
font-size: 18px;
}
.nav-next-text {
position: absolute;
top: 8px;
right: 60px;
font-size: 18px;
}
.nav-previous:hover .nav-previous-icon{
background: #000 url('img/bg_direction_nav_small.png') no-repeat 0 0;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.nav-next:hover .nav-next-icon{
background: #000 url('img/bg_direction_nav_small.png') no-repeat 0 0;
background-position: right;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
/* ----------------------------------------------------------
Single post
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.single-post .entry-meta {
padding: 20px;
}
.entry-meta time {
text-transform: uppercase;
font-size: 24px;
color: #fff;
margin-right: 20px;
}
.entry-meta .category-selected {
background: #fff;
color: #1c1d21;
padding: 1px 10px;
margin: 7px 20px 0 0px;
}
.entry-meta .category-selected a {
text-decoration: none;
}
.entry-meta .hour {
color: #fff;
font-size: 16px;
margin-top: 7px;
margin-right: 20px;
}
.entry-meta .hour a{
color: #fff;
text-decoration: none;
}
.entry-meta .music-type {
color: #fff;
font-size: 16px;
margin-top: 7px;
margin-right: 20px;
}
.entry-meta .music-type a{
color: #fff;
text-decoration: none;
}
.entry-meta .buy {
color: #fff;
font-size: 16px;
margin-top: 7px;
}
.entry-meta .buy span a{
padding: 2px 10px;
margin-left: 0px;
color: #fff;
text-transform: uppercase;
}
.entry-meta .buy a{
color: #fff;
text-decoration: none;
}
.entry-meta .likes {
color: #fff;
font-size: 16px;
margin-top: 5px;
}
.entry-meta .post-like a {
text-decoration: none;
color: #e53b51;
}
.entry-meta .views {
color: #fff;
margin-right: 20px;
font-size: 16px;
margin-top: 5px;
}
.entry-meta .likes i, .entry-meta .views i{
margin-right: 10px;
}
.entry-image-video, .entry-content-list #slider {
padding: 0px 0;
}
.entry-content-list #carousel{
margin-bottom: 40px;
}
figure img {
width: 100%;
height: auto;
}
.entry-content-post {
padding: 0 40px 40px 40px;
border-bottom: 1px solid #ccc;
}
.entry-content-post iframe {
width: 100%;
}
/* ----------------------------------------------------------
Single event
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.single-post.event .entry-content{
padding-top: 40px;
}
#map-canvas{
background: #fff;
height: 300px;
width: 100%;
}
#event_map{
margin-bottom: 40px;
}
.entry-meta-map{
color: #fff;
padding: 20px;
}
/* ----------------------------------------------------------
Attachments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* ----------------------------------------------------------
Images
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a img {
border: none;
}
p img {
margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/* ----------------------------------------------------------
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
max-width: 100%; /* When images are too wide for containing element, force them to fit. */
height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
margin-right: 1.5em;
}
img.alignright {
margin-left: 1.5em;
}
.wp-caption {
padding: .5em;
text-align: center;
}
.wp-caption img {
margin: .25em;
}
.wp-caption .wp-caption-text {
margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
margin: 0;
}
/* ----------------------------------------------------------
Navigation
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#primary nav {
clear: both;
overflow: hidden;
margin: 0 0 1.5em;
}
.nav-previous {
float: left;
width: 50%;
}
.nav-next {
float: right;
text-align: right;
width: 50%;
}
/* ----------------------------------------------------------
Widgets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookVideoVidget, .upcomming-events, .WPlooklatestposts, .WPtoursdates, .WPlookeventshome, .WPlookeventssmall {
margin-bottom: 40px;
}
.home #primary aside:last-child {margin-bottom: 0px;}
/* ----------------------------------------------------------
Quote
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookAnounce {
width: 100%;
margin-bottom: 40px;
}
.WPlookAnounce .announce-body {
padding: 20px 20px;
}
.WPlookAnounce .announce-body a{
text-decoration: underline;
}
.WPlookAnounce .announce-body a:hover{
color: #fff;
}
/* ----------------------------------------------------------
Flickr widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.flickr-widget-body {
margin-bottom: 40px;
background: #fff;
width: 100%;
}
.flickr-widget-body .flickr-margin{
padding: 20px;
}
.flickr-widget-body a {
width: 31%;
display: inline-block;
border: 1px solid #fff;
}
.flickr-widget-body a:hover {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.flickr-widget-body img {
width: 100%;
height: auto;
float: left;
}
/* ----------------------------------------------------------
Gallery widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookGalleryVidget, .widget_wplooksocial {
padding-bottom: 40px;
}
/* ----------------------------------------------------------
Social Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.social-widget-body {
background: #fff;
}
.social-widget-margin {
padding: 20px 10px;
}
.social-widget-margin a, .social-widget-margin a:visited {
float: left;
width: 40px;
height: 38px;
margin: 0 10px 20px 10px;
text-align: center;
text-decoration: none;
background: #1c1d21;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
line-height: 38px;
color: #fff;
padding-top: 2px;
}
.social-widget-margin a:hover {
color: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.social-widget-margin .social-item-twitter a:hover {
background: #00aced;
}
.social-widget-margin .social-item-facebook a:hover {
background: #3b5998;
}
.social-widget-margin .social-item-rss a:hover {
background: #ff9900;
}
.social-widget-margin .social-item-gplus a:hover {
background: #d34836;
}
.social-widget-margin .social-item-youtube a:hover {
background: #bb0000;
}
.social-widget-margin .social-item-linkedin a:hover {
background: #007bb6;
}
.social-widget-margin .social-item-github a:hover {
background: #ac5e54;
}
.social-widget-margin .social-item-pinterest a:hover {
background: #cb2027;
}
.social-widget-margin .social-item-vimeo a:hover {
background: #45bbff;
}
.social-widget-margin .social-item-lastfm a:hover {
background: #D51007;
}
.social-widget-margin .social-item-soundcloud a:hover {
background: #ff5800;
}
.social-widget-margin .social-item-flickr a:hover {
background: #ff0084;
}
.social-widget-margin .social-item-instagram a:hover {
background: #517fa4;
}
/* ----------------------------------------------------------
Address Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
address.vcard {
background: #fff;
margin-bottom: 40px;
}
.address-margins {
padding: 20px;
}
/* ----------------------------------------------------------
Event Widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget .list-block-item {
width: 50%;
float: left;
min-height: 150px;
-moz-box-shadow: inset 0px -1px #ccc;
-webkit-box-shadow: inset 0px -1px #ccc;
box-shadow: inset 0px -1px #ccc;
}
.widget .list-block-item:nth-child(2n+1) {
-moz-box-shadow: inset -1px -1px #ccc;
-webkit-box-shadow: inset -1px -1px #ccc;
box-shadow: inset -1px -1px #ccc;
}
.list-block-item .margins {
margin: 20px;
padding: 0;
}
.list-block-item .entry-date{
float: left;
width: 23.5294118%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #000;
width: 80px;
height: 80px;
text-align: center;
margin-top: 5px;
}
.list-block-item .entry-thumb img{
float: left;
width: 23.5294118%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 80px;
height: 80px;
margin-top: 5px;
}
.list-block-item .entry-date .date{
color: #fff;
font-size: 30px;
margin: 7px 0 0 0;
padding-bottom: 0;
}
.list-block-item .entry-date .month{
color: #fff;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: -5px 0 0 0;
}
.list-block-item .entry-description{
float: right;
width: 67.6470588%;
}
.list-block-item .entry-description .entry-head {
font-size: 18px;
font-family: 'Roboto', sans-serif; font-weight: normal;
margin-bottom: 5px;
}
.list-block-item .entry-description .entry-head a{
text-decoration: none;
}
.list-block-item .entry-description .entry-head a:hover{
color: #f3f3f3;
}
.list-block-item:hover{
background: #1c1d21;
color: #6e6e6e;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
animation-delay: 0s; /* W3C and Opera */
-moz-animation-delay: 0s; /* Firefox */
-webkit-animation-delay: 0s; /* Safari and Chrome */
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.list-block-item:hover a {
color: #f3f3f3;
}
/* ----------------------------------------------------------
Event toggle
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.toggle-event {
background: #fff;
border-bottom: 1px solid #ccc;
clear: both;
display: block;
margin: 0px 0 0px;
}
.toggle-event .tours-date {
width: 28%;
font-size: 17px;
margin-top: 5px;
}
.place {
float: left;
font-weight: normal;
margin-top: 7px;
width: 23%;
}
.location {
float: left;
margin: 7px 0px 0 20px;
font-weight: normal;
width: 27%;
}
.toggle-event:hover {
background: #1c1d21;
}
.toggle-event:hover time,
.toggle-event:hover .place,
.toggle-event:hover .location {
color: #fff;
}
.toggle-event + .toggle-event {
margin: 0;
}
.toggle-event .expand-button {
cursor: pointer;
font-weight: 700;
overflow: hidden;
padding: 15px 0px 15px 20px;
}
.toggle-event .expand-button .buy {
width: 120px;
float: right;
margin-top: 5px;
text-align: center;
}
.toggle-event .expand-button .buy .tour-status {
padding: 2px 5px;
color: #fff;
float: right;
margin-right: 20px;
}
.toggle-event .expand-button .buy .tour-status a{
color: #fff;
padding: 2px 5px;
text-decoration: none;
font-weight: normal;
}
.toggle-event .expand-button.close {
background: #28292c;
border-bottom: 1px solid #38383a;
}
.toggle-event .expand-button.close time,
.toggle-event .expand-button.close .place,
.toggle-event .expand-button.close .location{
color: #fff;
}
.toggle-event .expand {
margin: 0;
background: #1c1d21;
line-height: 160%;
color: #ccc;
padding: 20px 20px 20px;
}
.toggle-event .expand {
display: none;
}
.no-js .toggle-event .expand {
display: block;
}
.toggle-event time {
text-transform: uppercase;
font-size: 20px;
color: #1c1d21;
margin-right: 20px;
font-weight: normal;
}
.toggle-event .category-selected{
margin-top: 7px;
}
.toggle-event .category-selected a{
color: #fff;
padding: 3px 10px;
margin: 1px 20px 0 20px;
text-decoration: none;
}
.list-event-widget .entry-thumb img{
width: 30%;
margin-right: 8%;
float: left;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 80px;
height: 80px;
}
.list-event-widget .entry-date{
float: left;
width: 30%;
margin-right: 8%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #000;
width: 80px;
height: 80px;
text-align: center;
margin-top: 5px;
}
.list-event-widget .entry-date .date{
color: #fff;
font-size: 30px;
margin: 17px 0 0 0;
padding-bottom: 0;
}
.list-event-widget .entry-date .month{
color: #fff;
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: 5px 0 0 0;
}
.list-event-widget .entry-description{
width: 60%;
float: left;
}
.list-event-widget .entry-description .entry-head {
font-size: 18px;
}
.list-event-widget .entry-description .entry-head a{
text-decoration: none;
}
.togle-margin-bottom {
height: 40px;
}
/* ----------------------------------------------------------
General List widget
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget ul {
background: #fff;
margin: 0 0 40px 0;
padding: 0;
list-style: none;
}
.widget ul li {
background: transparent url('img/border-x.png') left bottom repeat-x;
padding: 20px;
margin: 0px;
}
.widget ul li a {
color: #1c1d21;
text-decoration: none;
}
.widget ul li:hover {
color: #fff;
background: #1c1d21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.widget ul li:hover a {
color: #fff;
}
/* ----------------------------------------------------------
CD Widegt
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.WPlookCD img, .residentdj img {
width: 25%;
float: left;
margin: 0;
padding: 0;
height: auto;
}
.WPlookCD ul .entry-title,
.residentdj ul .entry-title{
font-size: 18px;
float: right;
width: 68.75%;
display: inline;
clear: none;
}
.WPlookCD ul .entry-description,
.residentdj ul .entry-description {
font-size: 14px;
float: right;
width: 68.75%;
display: inline;
clear: none;
}
.WPlookCD ul li h3,
.residentdj ul li h3 {
font-size: 14px;
float: right;
width: 68.75%;
clear: none;
margin-top: 5px;
}
.WPlookCD.widget ul li:before,
.residentdj.widget ul li:before {
content:"";
}
.cd-playlist {
background: #fff;
}
.cd-playlist .playlist-nomargin {
margin-bottom: 0;
}
/* ----------------------------------------------------------
Widget Search
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget_search form, .error404 form {
background: #fff;
margin: 0 0 40px 0;
padding: 20px;
}
.widget_search #searchsubmit, .error404 .search-button {
background-image: url(img/search-icon.png);
background-position: 50% 50%;
background-repeat: no-repeat;
border:0 none;
cursor:pointer;
height:60px;
text-indent:-9999px;
width:60px;
padding: 0;
margin: 0;
}
.widget_search #searchform #s, .error404 #searchform #s{
font-size: 14px;
padding: 0px 20px;
margin: 0;
height: 60px;
color: #fff;
border: none;
width: 68.75%;
float: left;
}
/*-----------------------------------------------------------
Calendar
-----------------------------------------------------------*/
#calendar_wrap {
margin: 0;
color: #343434;
background: #fff;
margin-bottom: 40px;
}
#wp-calendar, #wp-calendar th, #wp-calendar td {
text-align: center;
background: none;
border: none;
}
#wp-calendar {
background: none;
empty-cells: hide;
width: 100%;
font-size: 12px;
}
#wp-calendar th {
font-style: normal;
font-weight: bold;
text-transform: capitalize;
border-bottom: 1px solid #ddd;
}
#wp-calendar td {
text-align: center;
background: #fff;
padding: 5px;
border-bottom: 1px solid #ddd;
}
#wp-calendar td:hover {
background-color: #fff;
}
#wp-calendar a {
text-decoration: none;
display: block;
padding: 5px;
}
#wp-calendar a:hover {
background: #f9f9f9;
}
#wp-calendar caption {
font-weight: bold;
text-align: center;
}
#wp-calendar #today {
background-color: #f3f3f3;
}
#wp-calendar caption {
text-align: center;
width: 100%;
padding: 20px 0;
font-size: 16px;
}
#wp-calendar .pad {
background-color: #fff;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
background: #f0f3f5;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
background: #f0f3f5;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
}
#wp-calendar .pad, #wp-calendar .pad:hover {
}
/* ----------------------------------------------------------
Contact page
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#contact-form .submit-button {
color: #fff;
border: none;
padding: 5px 10px;
cursor: pointer;
}
#contact-form .submit-button:hover{
background: #1c1d21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
#contact-form #contactName, #contact-form #email, #contact-form #textarea-message {
border: 1px solid #ccc;
padding: 5px 10px;
}
/* ----------------------------------------------------------
Eror 404 Search
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.error404 form {
background: #fff;
margin: 0 0 40px 0;
padding: 20px 0;
width: 400px;
}
.error404 .search-button {
background: #ffba00 url(img/search-icon.png) no-repeat 50% 50%;
border:0 none;
cursor:pointer;
height:60px;
text-indent:-9999px;
width:60px;
padding: 0;
margin: 0;
}
.error404 #searchform #s{
font-size: 14px;
padding: 0px 20px;
margin: 0;
height: 60px;
background: #1c1d21;
color: #fff;
border: none;
width: 68.75%;
float: left;
}
/* ----------------------------------------------------------
TagCloud
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget .tagcloud{
background: #fff;
margin: 0 0 40px 0;
padding: 20px;
}
.widget .tagcloud a {
padding: 8px 10px;
display: inline-block;
margin: 4px 2px;
text-decoration: none;
color: #fff !important;
}
.widget .tagcloud a:hover {
background: #3b3b3d;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
/* ----------------------------------------------------------
Widget text
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.widget .textwidget {
background: #fff;
margin: 0 0 40px 0;
padding: 20px;
}
/* ----------------------------------------------------------
Comments
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.comments {
margin-top: 40px;
background: #fff;
padding: 20px;
}
.comment-title {
margin-bottom: 24px;
}
.commentlist {
margin: 0;
padding: 0;
}
.commentlist li{
list-style: none;
}
.comment-gravatar {
width: 74px;
}
.entry-header-comments .fn {
display: inline;
line-height: 22px;
color: #000;
}
.entry-header-comments .fn a{
color: #000;
text-decoration: none;
}
.entry-header-comments .fn a:hover{
text-decoration: underline;
}
.entry-header-comments .reply {
color: #a2a2ad;
font-size: 12px;
}
.entry-header-comments .reply a{
color: #fff;
text-decoration: none;
padding: 3px 6px;
margin: 10px 0 0 0;
display: inline-block;
}
.entry-header-comments .reply a:hover{
color: #fff;
background: #1c1d21;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
.comment-date{
padding: 6px 0 0 0;
}
.comment-body {
border-bottom: 1px solid #ddd;
margin: 12px 0 24px 74px;
padding: 0 0 24px 0;
}
/* ----------------------------------------------------------
Contact Form
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#contact-form input, #contact-form textarea, #commentform input, #commentform textarea {
border: 1px solid #ccc;
background: #fff;
padding: 5px 0 5px 10px;
}
#comment {
width: 98%;
}
#commentform input {
display: block;
}
#commentform label {
font-weight: bold;
}
#commentform .required{
color: red;
}
#commentform #submit {
cursor: pointer;
display: block;
font-size: 12px !important;
text-decoration: none;
color: #fff;
padding: 7px 10px !important;
text-transform: uppercase;
border: 0px solid;
}
#commentform #submit:hover {
background: #1c1d21;
color: #fff;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration:0.5s;
-moz-animation-duration:0.5s;
-ms-animation-duration:0.5s;
-o-animation-duration:0.5s;
animation-duration:0.5s;
}
#contact-form textarea {
width: 60%;
}
.statusMessage {
color: #666;
}
.statusMessage {
background: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
}
.statusMessage {
display: none;
margin: auto;
width: 30em;
height: 2em;
padding: 1.5em;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.statusMessage p {
text-align: center;
margin: 0;
padding: 0;
}
/* ----------------------------------------------------------
Footer
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
#status-info {
padding: 20px 0;
min-height: 80px;
}
.status-title {
float: left;
width: 15%;
color: #fff;
margin-left: 20px;
}
#status-info .flexslider {
width: 81%;
float: left;
margin: 20px 0 0 0;
}
#status-info .slides { width: 90%;}
#site-info {color: #fff; text-align: right; margin-right: 20px;}
#site-info a {color: #fff; text-decoration: none;}
/* ----------------------------------------------------------
Shortcodes
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.column-margin {
margin: 12px;
}
.col25,
.col33,
.col50,
.col75 {
float: left;
font-size: 15px;
}
.col25 p,
.col33 p,
.col50 p,
.col75 p {
font-size: 15px;
}
.col25{
width: 25%;
}
.col33{
width: 33%;
}
.col50{
width: 50%;
}
.col75{
width: 75%;
}
.box{
width: 98%;
background: #e53b51;
font-size: 15px;
color: #fff;
padding: 12px 1%;
margin-bottom: 40px;
margin-top: 10px;
}
.box p{
margin-bottom: 0px;
width: 85%;
float: left;
}
.box .button {
float: right;
margin-bottom: 0px !important;
}
/* ----------------------------------------------------------
Button Styles
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
a.button,
a.button:visited {
display: inline-block;
color: #fff!important;
text-decoration: none!important;
text-align: center;
font-family: Helvetica, Arial, Sans-serif;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
font-size: 14px;
outline: none;
font-weight: bold;
line-height: 1em;
padding: 7px 13px!important;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
border: 1px solid #0d507a!important;
margin: 0 1em 1.5em 0!important;
vertical-align: middle;
background: #0c6fb1;
background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}
a.button.square {
border-radius: 0px!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
-o-border-radius: 0px!important;
}
a.button.round {
border-radius: 15px!important;
-webkit-border-radius: 15px!important;
-moz-border-radius: 15px!important;
-o-border-radius: 15px!important;
}
a.button.medium {
padding: 11px 16px!important;
font-size: 16px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
}
a.button.large {
padding: 15px 20px!important;
font-size: 18px;
border-radius: 20px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
}
a.button:hover {
text-decoration: none;
}
a.button:active {
position: relative;
top: 1px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
-o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}
a.button.green {
border-color: #69963b!important;
background: #7fc33c;
background: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#7fc33c));
background: -webkit-linear-gradient(top, #5bb75b, #7fc33c);
background: -moz-linear-gradient(top, #5bb75b, #7fc33c);
background: -ms-linear-gradient(top, #5bb75b, #7fc33c);
background: -o-linear-gradient(top, #5bb75b, #7fc33c);
}
a.button.green:hover {
background: #8dd242;
background: -webkit-gradient(linear, left top, left bottom, from(#7fc33c), to(#5bb75b));
background: -webkit-linear-gradient(top, #7fc33c, #5bb75b);
background: -moz-linear-gradient(top, #7fc33c, #5bb75b);
background: -ms-linear-gradient(top, #7fc33c, #5bb75b);
background: -o-linear-gradient(top, #7fc33c, #5bb75b);
}
a.button.light-blue {
border-color: #2681a2!important;
background: #2caada;
background: -webkit-gradient(linear, left top, left bottom, from(#46cae8), to(#2caada));
background: -webkit-linear-gradient(top, #46cae8, #2caada);
background: -moz-linear-gradient(top, #46cae8, #2caada);
background: -ms-linear-gradient(top, #46cae8, #2caada);
background: -o-linear-gradient(top, #46cae8, #2caada);
}
a.button.light-blue:hover {
background: #32bcef;
background: -webkit-gradient(linear, left top, left bottom, from(#2caada), to(#46cae8));
background: -webkit-linear-gradient(top, #2caada, #46cae8);
background: -moz-linear-gradient(top, #2caada, #46cae8);
background: -ms-linear-gradient(top, #2caada, #46cae8);
background: -o-linear-gradient(top, #2caada, #46cae8);
}
a.button.blue {
border-color: #0d507a!important;
background: #0c6fb1;
background: -webkit-gradient(linear, left top, left bottom, from(#14a7cf), to(#0c6fb1));
background: -webkit-linear-gradient(top, #14a7cf, #0c6fb1);
background: -moz-linear-gradient(top, #14a7cf, #0c6fb1);
background: -ms-linear-gradient(top, #14a7cf, #0c6fb1);
background: -o-linear-gradient(top, #14a7cf, #0c6fb1);
}
a.button.blue:hover {
background: #1188d6;
background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb1), to(#14a7cf));
background: -webkit-linear-gradient(top, #0c6fb1, #14a7cf);
background: -moz-linear-gradient(top, #0c6fb1, #14a7cf);
background: -ms-linear-gradient(top, #0c6fb1, #14a7cf);
background: -o-linear-gradient(top, #0c6fb1, #14a7cf);
}
a.button.red {
border-color: #ab4b44!important;
background: #9E0D18;
background: -webkit-gradient(linear, left top, left bottom, from(red), to(#9E0D18));
background: -webkit-linear-gradient(top, red, #9E0D18);
background: -moz-linear-gradient(top, red, #9E0D18);
background: -ms-linear-gradient(top, red, #9E0D18);
background: -o-linear-gradient(top, red, #9E0D18);
}
a.button.red:hover {
background: #ff5e56;
background: -webkit-gradient(linear, left top, left bottom, from(#9E0D18), to(red));
background: -webkit-linear-gradient(top, #9E0D18, red);
background: -moz-linear-gradient(top, #9E0D18, red);
background: -ms-linear-gradient(top, #9E0D18, red);
background: -o-linear-gradient(top, #9E0D18, red);
}
a.button.orange {
border-color: #dc9014!important;
background: #ffb031;
background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffb031));
background: -webkit-linear-gradient(top, #ff9900, #ffb031);
background: -moz-linear-gradient(top, #ff9900, #ffb031);
background: -ms-linear-gradient(top, #ff9900, #ffb031);
background: -o-linear-gradient(top, #ff9900, #ffb031);
}
a.button.orange:hover {
background: #ffc531;
background: -webkit-gradient(linear, left top, left bottom, from(#ffb031), to(#ff9900));
background: -webkit-linear-gradient(top, #ffb031, #ff9900);
background: -moz-linear-gradient(top, #ffb031, #ff9900);
background: -ms-linear-gradient(top, #ffb031, #ff9900);
background: -o-linear-gradient(top, #ffb031, #ff9900);
}
a.button.purple {
border-color: #996192!important;
background: #d17ac6;
background: -webkit-gradient(linear, left top, left bottom, from(#e3acdc), to(#d17ac6));
background: -webkit-linear-gradient(top, #e3acdc, #d17ac6);
background: -moz-linear-gradient(top, #e3acdc, #d17ac6);
background: -ms-linear-gradient(top, #e3acdc, #d17ac6);
background: -o-linear-gradient(top, #e3acdc, #d17ac6);
}
a.button.purple:hover {
background: #eb90e0;
background: -webkit-gradient(linear, left top, left bottom, from(#d17ac6), to(#e3acdc));
background: -webkit-linear-gradient(top, #d17ac6, #e3acdc);background: -moz-linear-gradient(top, #d17ac6, #e3acdc);
background: -ms-linear-gradient(top, #d17ac6, #e3acdc);
background: -o-linear-gradient(top, #d17ac6, #e3acdc);
}
a.button.grey {
color: #555!important;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
border-color: #acacac!important;
background: #e0dddd;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dddd));
background: -webkit-linear-gradient(top, #ffffff, #e0dddd);
background: -moz-linear-gradient(top, #ffffff, #e0dddd);
background: -ms-linear-gradient(top, #ffffff, #e0dddd);
background: -o-linear-gradient(top, #ffffff, #e0dddd);
}
a.button.grey:hover {
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#e0dddd), to(#ffffff));
background: -webkit-linear-gradient(top, #e0dddd, #ffffff);
background: -moz-linear-gradient(top, #e0dddd, #ffffff);
background: -ms-linear-gradient(top, #e0dddd, #ffffff);
background: -o-linear-gradient(top, #e0dddd, #ffffff);
}
a.button.black {
border-color: #323232!important;
background: #444444;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444444));
background: -webkit-linear-gradient(top, #000, #444444);
background: -moz-linear-gradient(top, #000, #444444);
background: -ms-linear-gradient(top, #000, #444444);
background: -o-linear-gradient(top, #000, #444444);
}
a.button.black:hover {
background: #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#000000));
background: -webkit-linear-gradient(top, #444444, #000000);
background: -moz-linear-gradient(top, #444444, #000000);
background: -ms-linear-gradient(top, #444444, #000000);
background: -o-linear-gradient(top, #444444, #000000);
}
/* ----------------------------------------------------------
Alert
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.alert {
padding: 0.8em;
margin: 0 0 1.5em 0;
line-height: 1.6em;
border-radius: 4px!important;
-webkit-border-radius: 4px!important;
-moz-border-radius: 4px!important;
-o-border-radius: 4px!important;
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
-o-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.6);
}
.alert.white {
background: #fff;
border: 1px solid #dfdfdf;
color: #373737;
}
.alert.red {
background: #e53b51;
border: 1px solid #e53b51;
color: #fff;
}
.alert.yellow {
background: #f18d06;
border: 1px solid #f18d06;
color: #fff;
}
.alert.green {
background: #2eb44b;
border: 1px solid #2eb44b;
color: #fff;
}
.alert.blue {
background: #20a7ff;
border: 1px solid #20a7ff;
color: #fff;
}
.alert.grey {
background: #fbfbfb;
border: 1px solid #dfdfdf;
color: #373737;
}
/* ----------------------------------------------------------
Tabs
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.tabs li a {
margin-top: 10px;
background: #1c1d21;
border: 1px solid #1c1d21;
height: 32px;
line-height: 31px;
color: #3b3b3d;
font-size: 13px;
padding: 0 14px 0 44px;
margin:0;
cursor: pointer;
}
.tabs_table {
clear: both; margin:12px 0;
}
.tabs {
padding: 0 0 0 1px !important;
margin-bottom:-1px !important;
margin-left:0;
height: 34px;
}
.tabs li {
float: left;
list-style-type: none !important;
list-style-position: outside !important;
cursor: pointer;
white-space: nowrap;
margin-left: -1px;
padding: 0 !important;
}
.tabs li a {
display: block;
float: left;
padding-left: 14px;
background: #1c1d21;
margin: 0;
color: #fff;
margin-right: 6px;
}
.tabs li a:hover {
text-decoration: none;
background: #f3f3f3;
color:#444;
}
.tabs li a.selected {
background: #fff;
border-bottom: #fff 1px solid;
position: relative; color:#1c1d21;
}
.panes {
border: 1px solid #1c1d21;
padding: 17px;
line-height: 1.7em;
}
/* ----------------------------------------------------------
Toggle content
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.toggle-content {
background: #1c1d21;
border: 1px solid #1c1d21;
clear: both;
display: block;
margin: 20px 0 8px;
color: #fff;
}
.toggle-content:hover {
background: #1c1d21;
}
.toggle-content + .toggle-content {
margin: 0;
}
.toggle-content .expand-button {
background: url('img/toggle-open.png') left top no-repeat;
cursor: pointer;
font-weight: 700;
overflow: hidden;
}
.toggle-content .expand-button.close {
background: url('img/toggle-close.png') left top no-repeat;
}
.toggle-content .expand-button p {
line-height: 40px;
margin: 0;
padding-left: 40px;
}
.toggle-content .expand {
margin: 0;
background: #fff;
line-height: 160%;
color: #3b3b3d;
padding: 20px 20px 20px;
}
.toggle-content .expand {
display: none;
}
.no-js .toggle-content .expand {
display: block;
}
/* ----------------------------------------------------------
Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and (min-width: 962px) and (max-width: 1220px) {
.list-block-item .entry-description { width: 60%; }
.latest-item .entry-footer .buy,
.entry-meta .buy,
.latest-item .entry-footer .views,
.entry-meta .category-selected,
.toggle-event .category-selected {
display: none;
}
.widget_search #searchform #s, .error404 #searchform #s {width: 56.5%;}
.first-cs-style-item {width: 520px; height: 402px;}
.rest-cs-style-item {width: 240px; height: 180px}
.cd-cs-style-item{width: 240px; height: 240px;}
.toggle-event .entry-thumb img { margin: 0 0 20px 70px;}
.toggle-event .entry-description {width: 100%;}
.toggle-event .location { display: none;}
.toggle-event .tours-date {min-width: 200px;}
.list-event-widget .entry-description {width: 70%;}
.list-event-widget .entry-thumb img{ width: 30%; margin-left: 0; margin-right: 8%; width: 80px; height: 80px; }
}
@media only screen and (min-width: 767px) and (max-width: 962px) {
.list-block-item .entry-date {text-align: center; margin: 0 0 20px 55px;}
.list-block-item .entry-thumb img { margin: 0 0 20px 55px;}
#status-info .flexslider {width: 94%; margin: 10px 20px 20px 20px;}
.widget_search #searchform #s {width: 42%;}
.latest-item .grid_4 {width: 100% !important; }
.latest-item .grid_4 figure { margin: 20px 20px 0 20px; padding: 0;}
.latest-item .grid_4:first-child{margin: 0; padding: 0;}
.latest-item .entry-footer .buy,
.latest-item .entry-footer .hour,
.latest-item .entry-footer .views,
.latest-item .entry-footer .likes,
.toggle-event .category-selected {
display: none;
}
.latest-item .entry-description {margin: 0 20px;}
.first-cs-style-item {width: 380px; height: 294px;}
.rest-cs-style-item {width: 170px; height: 131px}
.cd-cs-style-item {width: 170px; height: 170px}
.entry-content-post .grid_3 { width: 100% !important;}
.entry-content-post .grid_4 { width: 100% !important; margin: 0;}
.hour.fleft { clear: both;}
.toggle-event .entry-thumb img { margin: 0 0 20px 40px;}
.toggle-event .entry-description,
.col25, .col33, .col50, .col75,
.list-block-item .entry-description {
width: 100%;
}
.toggle-event time {font-size: 15px;}
.toggle-event .location { display: none;}
.list-event-widget .entry-description {width: 70%;}
.list-event-widget .entry-thumb img{ width: 30%; margin-left: 0; margin-right: 8%; width: 80px; height: 80px; }
.WPlookCD ul .entry-title, .residentdj ul .entry-title{ font-size: 16px; width: 64%;}
.WPlookCD ul .entry-description, .residentdj ul .entry-description {font-size: 14px; width: 64%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#site-title img {max-width: 100%; height: auto;}
.list-block-item .entry-date,
.list-block-item .entry-thumb img,
.latest-item .entry-footer .buy,
.latest-item .entry-footer .hour,
.latest-item .entry-footer .views,
.latest-item .entry-footer .likes,
.latest-item .entry-footer .author,
#supersized, #progress-back, #progress-bar { display: none; }
#supersized-loader {display: none;}
.list-block-item .entry-description {width: 100%;}
#status-info .flexslider {width: 90%; margin: 10px 20px 40px 20px;}
.site-footer.container_12 .grid_4{width: 380px; margin: 0 20px}
.latest-item .grid_4 {width: 95% !important; margin-bottom: 0; padding-bottom: 0;}
.entry-content-post .grid_3 { width: 100% !important;}
.entry-content-post .grid_4 { width: 100% !important; margin: 0;}
.first-cs-style-item, .rest-cs-style-item {width: 340px; height: 263px;}
.cd-cs-style-item {width: 340px; height: 340px}
.col25, .col33, .col50, .col75 {width: 100%}
.teaser h1 {font-size: 32px}
.teaser h2 {font-size: 26px}
.branding {text-align: center;}
.toggle-event .entry-description {width: 70%;}
.mean-container .mean-bar {width: 420px !important;}
.header-search-form {top: -40px; left: 0;}
#status-info .flex-direction-nav {top: -40px !important;}
.toggle-event .location { display: none;}
.toggle-event .tour-status {display: none;}
.toggle-event .tours-date {min-width: 200px;}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
#site-title img {max-width: 100%; height: auto;}
.list-block-item .entry-date,
.list-block-item .entry-thumb img,
.latest-item .entry-footer .buy,
.latest-item .entry-footer .hour,
.latest-item .entry-footer .views,
.latest-item .entry-footer .likes,
.latest-item .entry-footer .author,
#supersized, #progress-back, #progress-bar,
.entry-content-list .entry-footer,
.toggle-event .category-selected,
.list-event-widget .entry-thumb { display: none; }
#supersized-loader {display: none;}
.list-block-item .entry-description {width: 100%;}
#status-info .flexslider {width: 90%; margin: 10px 20px 40px 20px;}
.site-footer.container_12 .grid_4{width: 280px; margin: 0 20px}
.latest-item .grid_4 {width: 95% !important; margin-bottom: 0; padding-bottom: 0;}
.entry-content-post .grid_3 { width: 100% !important;}
.entry-content-post .grid_4 { width: 100% !important; margin: 0;}
.first-cs-style-item, .rest-cs-style-item {width: 240px; height: 186px;}
.cd-cs-style-item {width: 240px; height: 240px}
.col25, .col33, .col50, .col75 {width: 100%}
.teaser h1 {font-size: 32px}
.teaser h2 {font-size: 26px}
.branding {text-align: center;}
.toggle-event .entry-description {width: 70%;}
.mean-container .mean-bar {width: 320px !important;}
.entry-content-list .list-block-item {width: 100%;}
.widget .list-block-item {width: 100%;}
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
.widget ul li:before{content:""; padding-right: 0px;}
#status-info .flex-direction-nav {top: -40px !important;}
.header-search-form {top: -40px; left: 0;}
.toggle-event .entry-description {width: 100%;}
.entry-meta .category-selected { margin: 7px 20px 0 0;}
.entry-meta .buy.fright {float: left;}
.entry-meta .views.fright {margin-right: 0;}
.error404 form {width: 100%;}
.toggle-event .location { display: none;}
.toggle-event .place {display: none;}
.list-event-widget .entry-thumb, .list-event-widget .entry-date {display: none;}
}
@media (max-width: 320px) {
#site-title img {max-width: 100%; height: auto;}
.mean-container .mean-bar {width: 280px !important;}
.teaser h1 {font-size: 20px}
.teaser h2 {font-size: 18px}
.site-footer.container_12 .grid_4{width: 240px; margin: 0 20px}
#supersized, #progress-back, #progress-bar,
.entry-content-list .entry-footer,
.toggle-event .category-selected,
.list-event-widget .entry-thumb { display: none; }
#supersized-loader {display: none;}
.first-cs-style-item, .rest-cs-style-item {width: 200px; height: 155px;}
.cd-cs-style-item {width: 200px; height: 200px}
.nav-next-text, .nav-previous-text {display: none;}
.latest-item { padding: 0px; }
} | 0.247169 | 0.095729 |
*{
border: 1px solid orange !important;
}
*/
/*
body{
font-family: 'Open Sans', sans-serif;
font-size:100%;
font-weight:300;
height: 100vh;
width: 100vw;
overflow-y: hidden;
margin-top: 10;
}
*/
#content {
height:540px;
width:130%;
margin-left:-15%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
border: 4px solid #CAD0D2 !important;
border-radius: 30px;
background-color: "none";
overflow: hidden;
}
#BiotaBody {
width:25%;
display: flex;
display: -webkit-flex;
}
#Disc {
width: 35%;
display: flex;
display: -webkit-flex;
}
#Music {
width: 35%;
margin-left: 20px;
display: flex;
display: -webkit-flex;
}
/* For music bar graph */
rect:hover {
fill: orange;
}
/* For buttons and interaction with them */
#Buttons_div {
width: inherit;
height: auto;
position: static;
padding: 15px 10px 5px 10px;
}
.playmode_buttons {
height: 2em; /*height of whole section*/
display: -webkit-flex;
display: flex;
-webkit-align-items: top;
align-items: top;
-webkit-justify-content: center;
justify-content: center;
}
div.playmode_buttons div {
width: 8em;
height:1.8em;
line-height: 1.1em; /*needed for vertical align*/
vertical-align: middle;
text-align: center;
background-color: white;
padding: .3em;
margin-left: 1em;
margin-right: 1em;
border-radius: 2em;
border:1px solid #9d9999;
background-color: "rgb(250, 243, 243)";
color:#444;
font-weight: 100
}
/*
#footer {
text-align: center;
font-size: .7em;
width:100vw;
height:5%; 2.5em;
line-height: 2.5sem;
vertical-align: bottom;
bottom:0;
}
#footer-content {
position: relative;
bottom: 0px;
left: 0;
}
*/
#playpause:hover {
background-color: #444;
color: white;
cursor: hand;
}
/*
a {
font-weight: 400;
color:#494949;
text-decoration:none;
}
a:hover {
color:orange;
}
*/ | assets/css/BB_style.css | *{
border: 1px solid orange !important;
}
*/
/*
body{
font-family: 'Open Sans', sans-serif;
font-size:100%;
font-weight:300;
height: 100vh;
width: 100vw;
overflow-y: hidden;
margin-top: 10;
}
*/
#content {
height:540px;
width:130%;
margin-left:-15%;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
border: 4px solid #CAD0D2 !important;
border-radius: 30px;
background-color: "none";
overflow: hidden;
}
#BiotaBody {
width:25%;
display: flex;
display: -webkit-flex;
}
#Disc {
width: 35%;
display: flex;
display: -webkit-flex;
}
#Music {
width: 35%;
margin-left: 20px;
display: flex;
display: -webkit-flex;
}
/* For music bar graph */
rect:hover {
fill: orange;
}
/* For buttons and interaction with them */
#Buttons_div {
width: inherit;
height: auto;
position: static;
padding: 15px 10px 5px 10px;
}
.playmode_buttons {
height: 2em; /*height of whole section*/
display: -webkit-flex;
display: flex;
-webkit-align-items: top;
align-items: top;
-webkit-justify-content: center;
justify-content: center;
}
div.playmode_buttons div {
width: 8em;
height:1.8em;
line-height: 1.1em; /*needed for vertical align*/
vertical-align: middle;
text-align: center;
background-color: white;
padding: .3em;
margin-left: 1em;
margin-right: 1em;
border-radius: 2em;
border:1px solid #9d9999;
background-color: "rgb(250, 243, 243)";
color:#444;
font-weight: 100
}
/*
#footer {
text-align: center;
font-size: .7em;
width:100vw;
height:5%; 2.5em;
line-height: 2.5sem;
vertical-align: bottom;
bottom:0;
}
#footer-content {
position: relative;
bottom: 0px;
left: 0;
}
*/
#playpause:hover {
background-color: #444;
color: white;
cursor: hand;
}
/*
a {
font-weight: 400;
color:#494949;
text-decoration:none;
}
a:hover {
color:orange;
}
*/ | 0.356335 | 0.041833 |
.pw-panel-button {
position: absolute;
z-index: 999;
display: block;
padding: 7px 5px !important;
margin: 0 !important;
transition: none !important; /* AdminThemeReno */
}
.pw-panel-left .pw-panel-button {
right: -17px;
border-radius: 0 5px 5px 0 !important;
}
.pw-panel-right .pw-panel-button {
left: 0;
border-radius: 5px 0 0 5px !important;
}
.pw-panel-button,
.pw-panel-button.ui-state-active,
.pw-panel-button.ui-state-default,
.pw-panel-button.ui-state-hover,
.pw-panel-button.ui-state-focus {
display: block;
cursor: pointer;
}
.pw-panel-button .ui-button-text {
/* for AdminThemeReno */
padding: 0 !important;
margin: 0 !important;
}
.pw-panel-button-closed {
top: 130px;
}
.pw-panel-button-closed.pw-panel-button-hidden {
display: none !important;
}
.pw-panel-button-open {
top: 130px;
}
.pw-panel-left .pw-panel-button-open {
right: -20px;
}
.pw-panel-right .pw-panel-button-open {
left: 0;
}
.pw-panel-button-text {
padding: 3px 7px !important;
}
.pw-panel-left .pw-panel-button-text {
transform-origin: 100% 0;
transform: rotate(90deg);
border-radius: 5px 5px 0 0 !important;
}
.pw-panel-right .pw-panel-button-text {
transform-origin: 0 100%;
transform: rotate(-90deg);
border-radius: 5px 5px 0 0 !important;
}
.pw-panel-button-text i {
margin-right: 4px;
}
.pw-panel-container {
position: fixed;
top: 0;
width: 55%;
height: 100%;
z-index: 1000;
box-sizing: border-box;
}
.pw-panel-left.pw-panel-container-closed {
left: -55%;
}
.pw-panel-right.pw-panel-container-closed {
right: -55%;
}
.pw-panel-container-open {
box-shadow: 1px 0 3px rgba(0,0,0,0.3);
}
.pw-panel-left.pw-panel-container-open {
left: 0;
}
.pw-panel-right.pw-panel-container-open {
right: 0;
}
.pw-panel-content {
position: relative;
z-index: 1000;
margin: 0;
padding: 0;
border: none;
width: 100%;
height: 100%;
background: #fff;
}
.pw-panel-container .ui-resizable-handle {
width: 12px;
cursor: ew-resize;
z-index: 1001;
}
#pw-panel-shade {
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
z-index: 999;
} | wire/modules/Jquery/JqueryUI/panel.css | .pw-panel-button {
position: absolute;
z-index: 999;
display: block;
padding: 7px 5px !important;
margin: 0 !important;
transition: none !important; /* AdminThemeReno */
}
.pw-panel-left .pw-panel-button {
right: -17px;
border-radius: 0 5px 5px 0 !important;
}
.pw-panel-right .pw-panel-button {
left: 0;
border-radius: 5px 0 0 5px !important;
}
.pw-panel-button,
.pw-panel-button.ui-state-active,
.pw-panel-button.ui-state-default,
.pw-panel-button.ui-state-hover,
.pw-panel-button.ui-state-focus {
display: block;
cursor: pointer;
}
.pw-panel-button .ui-button-text {
/* for AdminThemeReno */
padding: 0 !important;
margin: 0 !important;
}
.pw-panel-button-closed {
top: 130px;
}
.pw-panel-button-closed.pw-panel-button-hidden {
display: none !important;
}
.pw-panel-button-open {
top: 130px;
}
.pw-panel-left .pw-panel-button-open {
right: -20px;
}
.pw-panel-right .pw-panel-button-open {
left: 0;
}
.pw-panel-button-text {
padding: 3px 7px !important;
}
.pw-panel-left .pw-panel-button-text {
transform-origin: 100% 0;
transform: rotate(90deg);
border-radius: 5px 5px 0 0 !important;
}
.pw-panel-right .pw-panel-button-text {
transform-origin: 0 100%;
transform: rotate(-90deg);
border-radius: 5px 5px 0 0 !important;
}
.pw-panel-button-text i {
margin-right: 4px;
}
.pw-panel-container {
position: fixed;
top: 0;
width: 55%;
height: 100%;
z-index: 1000;
box-sizing: border-box;
}
.pw-panel-left.pw-panel-container-closed {
left: -55%;
}
.pw-panel-right.pw-panel-container-closed {
right: -55%;
}
.pw-panel-container-open {
box-shadow: 1px 0 3px rgba(0,0,0,0.3);
}
.pw-panel-left.pw-panel-container-open {
left: 0;
}
.pw-panel-right.pw-panel-container-open {
right: 0;
}
.pw-panel-content {
position: relative;
z-index: 1000;
margin: 0;
padding: 0;
border: none;
width: 100%;
height: 100%;
background: #fff;
}
.pw-panel-container .ui-resizable-handle {
width: 12px;
cursor: ew-resize;
z-index: 1001;
}
#pw-panel-shade {
position: fixed;
top: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
z-index: 999;
} | 0.337859 | 0.100923 |
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#section-2 {
width: 100%;
overflow: hidden;
}
#section-2 .bleed{
display: block;
border: solid #84c8e8;
margin-top: 0;
border-radius:25px;
border-width:thin medium thin medium;
-webkit-box-shadow: inset 0px 9px 18px 3px rgba(145, 212, 224, 0.59);
-moz-box-shadow: inset 0px 9px 18px 3px rgba(145, 212, 224, 0.59);
box-shadow: inset 0px 9px 18px 3px rgba(145, 212, 224, 0.59);
}
#section-2 h1 {
color:#b79a52;
padding-top:20px;
margin-bottom: 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}
h2.title{
color:#84c8e8;
font-size: 3em;
font-variant: small-caps;
}
#section-2 h4 {
color:#EB9316;
}
#section-2 h6 {
margin: 0;
padding:0;
}
.btn-primary {
background-color: #75c9d8;
border-color: #91d4e0;
color: beige;
font-color: beige;
}
.yellow-star {
color:#fcd116;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
text-align: center;
font-size: 1.3em;
opacity:.3;
padding-top:0;
margin-top:0;
}
.timeline {
margin-left:10px;
text-shadow: 0 0 0 rgba(1,1,1,1);
color: #868788;
}
#section-2 p.lead {
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: #3a3a3d;
}
.panel-body {
background-image: url("https://res.cloudinary.com/travelscolombia/image/upload/v1425587493/assets/demo-expotur/img/bg-parchemin.jpg");
color: #425ca3;
padding-top: 40px;
}
.panel-title {
cursor: default;
}
.accordion-toggle {
cursor: pointer;
}
.timeline{
position: relative;
height: 100%;
margin-left: 40px;
margin-right: 70px;
display: block;
border: solid #cdc6d3;
margin-top: 0;
border-radius:25px;
border-width:thin medium thin medium;
-webkit-box-shadow: inset 0px 9px 18px 3px rgba(205, 198, 211, 0.59);
-moz-box-shadow: inset 0px 9px 18px 3px rgba(205, 198, 211 0.59);
box-shadow: inset 0px 9px 18px 3px rgba(205, 198, 211, 0.59);
}
div.scrollWrapper
{
position: relative;
width: 100%;
height: 100%;
}
div.scrollableArea
{
position: relative;
width: auto;
height: 100%;
}
#touchScroller {
width:100%;
height: 330px;
position: relative;
}
/* Replace the last selector for the type(s) of element(s) you have in
your scroller.
If you have images use #touchScroller div.scrollableArea img,
If you have div's use #touchScroller div.scrollableArea div,
if you have links use #touchScroller div.scrollableArea a,
or add several selectors if you have mixed content
...and so on. */
#touchScroller div.scrollableArea a {
position: relative;
float: left;
margin: 0;
padding: 0;
/* If you don't want the images in the scroller to be selectable, try the following
block of code. It's just a nice feature that prevent the images from
accidentally becoming selected/inverted when the user interacts with the scroller. */
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
} | public/modules/core/css/about.css | .reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
#section-2 {
width: 100%;
overflow: hidden;
}
#section-2 .bleed{
display: block;
border: solid #84c8e8;
margin-top: 0;
border-radius:25px;
border-width:thin medium thin medium;
-webkit-box-shadow: inset 0px 9px 18px 3px rgba(145, 212, 224, 0.59);
-moz-box-shadow: inset 0px 9px 18px 3px rgba(145, 212, 224, 0.59);
box-shadow: inset 0px 9px 18px 3px rgba(145, 212, 224, 0.59);
}
#section-2 h1 {
color:#b79a52;
padding-top:20px;
margin-bottom: 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}
h2.title{
color:#84c8e8;
font-size: 3em;
font-variant: small-caps;
}
#section-2 h4 {
color:#EB9316;
}
#section-2 h6 {
margin: 0;
padding:0;
}
.btn-primary {
background-color: #75c9d8;
border-color: #91d4e0;
color: beige;
font-color: beige;
}
.yellow-star {
color:#fcd116;
text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
text-align: center;
font-size: 1.3em;
opacity:.3;
padding-top:0;
margin-top:0;
}
.timeline {
margin-left:10px;
text-shadow: 0 0 0 rgba(1,1,1,1);
color: #868788;
}
#section-2 p.lead {
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: #3a3a3d;
}
.panel-body {
background-image: url("https://res.cloudinary.com/travelscolombia/image/upload/v1425587493/assets/demo-expotur/img/bg-parchemin.jpg");
color: #425ca3;
padding-top: 40px;
}
.panel-title {
cursor: default;
}
.accordion-toggle {
cursor: pointer;
}
.timeline{
position: relative;
height: 100%;
margin-left: 40px;
margin-right: 70px;
display: block;
border: solid #cdc6d3;
margin-top: 0;
border-radius:25px;
border-width:thin medium thin medium;
-webkit-box-shadow: inset 0px 9px 18px 3px rgba(205, 198, 211, 0.59);
-moz-box-shadow: inset 0px 9px 18px 3px rgba(205, 198, 211 0.59);
box-shadow: inset 0px 9px 18px 3px rgba(205, 198, 211, 0.59);
}
div.scrollWrapper
{
position: relative;
width: 100%;
height: 100%;
}
div.scrollableArea
{
position: relative;
width: auto;
height: 100%;
}
#touchScroller {
width:100%;
height: 330px;
position: relative;
}
/* Replace the last selector for the type(s) of element(s) you have in
your scroller.
If you have images use #touchScroller div.scrollableArea img,
If you have div's use #touchScroller div.scrollableArea div,
if you have links use #touchScroller div.scrollableArea a,
or add several selectors if you have mixed content
...and so on. */
#touchScroller div.scrollableArea a {
position: relative;
float: left;
margin: 0;
padding: 0;
/* If you don't want the images in the scroller to be selectable, try the following
block of code. It's just a nice feature that prevent the images from
accidentally becoming selected/inverted when the user interacts with the scroller. */
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
} | 0.228759 | 0.10697 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #f0f2f5;
}
#loginForm{
position: absolute;
width: 380px;
margin-top: 20%;
left: 10%;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 4px 2px 6px #fff;
}
#loginForm .form-group{
margin: 20px 30px;
}
#loginForm .forgotPassword a{
text-decoration: none;
font-size: 16px;
font-weight: 600;
color: #1877f2;
}
.login-head h1{
font-size: 50px;
position: absolute;
margin-top: 25%;
left: 30%;
color:#1877f2;
font-weight: 700;
}
.login-head p{
position: absolute;
margin-top: 32%;
left: 30%;
font-size: 25px;
font-family: 'Lucida Calligraphy';
}
#registerForm{
position:absolute;
width: 350px;
margin-top: 10%;
left: 50%;
transform: translate(-50%);
border-radius: 10px;
box-shadow: 0px 1px 2px 2px #000;
}
#registerForm .form-group{
margin: 20px 30px;
}
#loginForm #loginBtn{
background-color: #1877f2;
cursor: pointer;
color: #fff;
font-weight: 600;
}
#registerForm #registerBtn{
background-color: #1877f2;
cursor: pointer;
color: #fff;
font-weight: 600;
}
#loginForm #registerBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
#registerForm #loginBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
.form-group a{
text-decoration: none;
}
.navbar-nav{
float: right;
}
#mailForm{
position:absolute;
width: 400px;
margin-top: 10%;
left: 40%;
}
#mailForm #mailBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
#resetForm{
position:absolute;
width: 400px;
margin-top: 10%;
left: 40%;
background-color: #fff;
box-shadow: 0px 1px 2px 2px #000;
border-radius: 5px;
}
#resetForm #resetBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
#resetForm .form-group{
margin: 20px 30px;
}
.navbar{
background-color: #1877f2;
}
.navbar .nav-item .nav-link{
color: #fff !important;
text-transform:uppercase !important;
}
.error{
color: red;
} | public/css/style.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #f0f2f5;
}
#loginForm{
position: absolute;
width: 380px;
margin-top: 20%;
left: 10%;
background-color: #fff;
border-radius: 10px;
box-shadow: 0px 4px 2px 6px #fff;
}
#loginForm .form-group{
margin: 20px 30px;
}
#loginForm .forgotPassword a{
text-decoration: none;
font-size: 16px;
font-weight: 600;
color: #1877f2;
}
.login-head h1{
font-size: 50px;
position: absolute;
margin-top: 25%;
left: 30%;
color:#1877f2;
font-weight: 700;
}
.login-head p{
position: absolute;
margin-top: 32%;
left: 30%;
font-size: 25px;
font-family: 'Lucida Calligraphy';
}
#registerForm{
position:absolute;
width: 350px;
margin-top: 10%;
left: 50%;
transform: translate(-50%);
border-radius: 10px;
box-shadow: 0px 1px 2px 2px #000;
}
#registerForm .form-group{
margin: 20px 30px;
}
#loginForm #loginBtn{
background-color: #1877f2;
cursor: pointer;
color: #fff;
font-weight: 600;
}
#registerForm #registerBtn{
background-color: #1877f2;
cursor: pointer;
color: #fff;
font-weight: 600;
}
#loginForm #registerBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
#registerForm #loginBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
.form-group a{
text-decoration: none;
}
.navbar-nav{
float: right;
}
#mailForm{
position:absolute;
width: 400px;
margin-top: 10%;
left: 40%;
}
#mailForm #mailBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
#resetForm{
position:absolute;
width: 400px;
margin-top: 10%;
left: 40%;
background-color: #fff;
box-shadow: 0px 1px 2px 2px #000;
border-radius: 5px;
}
#resetForm #resetBtn{
background-color: rgb(56, 190, 56);
cursor: pointer;
color: #fff;
font-weight: 600;
}
#resetForm .form-group{
margin: 20px 30px;
}
.navbar{
background-color: #1877f2;
}
.navbar .nav-item .nav-link{
color: #fff !important;
text-transform:uppercase !important;
}
.error{
color: red;
} | 0.327346 | 0.073198 |
----------------------------------------------*/
/*
1.0 - Normalize
*/
html {
font-family: 'Roboto', sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 15px; /* base font size 15px= 1em*/
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
color: #979797;
-webkit-transition: .25s;
-moz-transition: .25s;
-ms-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
}
/**
* 2.0 - Typography
*/
body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-family: 'Roboto', sans-serif;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
color: #0d1218;
margin: 0;
padding: 0;
}
h2{
font-size: 56px;
line-height: 96px;
}
h3{
font-size: 28px;
}
h4{
font-size: 24px;
}
p {
font-size: 16px;
color: #55575d;
line-height: 28px;
margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border: 1px solid #e9e9e9;
color: #939595;
font-size: 17px;
font-style: italic;
line-height: 28px;
font-weight: 700;
padding: 30px 25px 25px 80px;
position: relative;
}
blockquote>p {
margin: 0;
padding: 0;
font-size: 17px;
color: #939595;
}
blockquote:after {
content: "\f10d" !important;
position: absolute;
left: 20px;
top: 50%;
margin-top: -20px;
font: normal normal normal 48px/1 FontAwesome;
color: #e9e9e9;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote > :last-child {
margin-bottom: 0;
}
address {
color: #939595;
font-weight: 600;
font-size: 1em;
margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: 'Roboto', sans-serif;
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
big {
font-size: 125%;
}
/**
* 3.0 - Elements
*/
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */
}
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
}
:-moz-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
}
::-moz-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
}
/**
* 4.0 - Forms
*/
input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em;
}
.section-header{
font-size: 42px;
line-height: 1;
color: #171717;
font-weight: 300;
text-align: center;
margin-bottom: 50px;
}
.default-button{
display: inline-block;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #171717;
background-color: #fccf3e;
border-radius: 3px;
}
.default-button:hover, .default-button:focus{
color: #171717;
text-decoration: none;
}
.slider-icons{
position: absolute;
top: -60px;
right: 0;
display: block;
width: 70px;
}
.slider-icons >div{
position: absolute;
font-size: 16px;
color: #171717;
background-color: #fccf3e;
height: 32px;
width: 32px;
border-radius: 3px;
text-align: center;
line-height: 32px;
cursor: pointer;
}
.slider-icons >div:hover{
background-color: #171717;
color: #fff;
}
.slider-icons >div:first-child{
left: 0;
}
.slider-icons >div:last-child{
right: 0;
}
.gym-share{
margin: 0px;
}
.gym-share li{
list-style: none;
display: inline-block;
float: left;
}
.gym-share li span{
font-size: 15px;
font-weight: 500;
color: #a3a8ab;
line-height: 36px;
margin-right: 15px;
}
.gym-share li a{
display: block;
height: 36px;
width: 36px;
border-radius: 3px;
line-height: 36px;
color: #55575d;
background-color: #f6f6f6;
text-align: center;
margin: 3px;
}
.gym-share li a:hover{
color: #171717;
background-color: #fccf3e;
}
.padding-130{
padding: 130px 0px;
}
.margin-b130{
margin-bottom: 130px;
}
/* 02 - Header
----------------------------------------------*/
.main-menu{
background-color: #171717;
z-index: 99;
}
.main-menu.menu-transparent{
position: fixed;
top: 0;
width: 100%;
height: auto;
background: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.main-menu.menu-fixed{
position: fixed;
top: 0;
width: 100%;
height: auto;
background-color: #171717;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.main-menu .navbar-brand{
padding: 24px 0px;
}
.main-menu .menu-bar{
margin: 0;
float: right;
}
.main-menu .menu-bar li{
list-style: none;
display: inline-block;
margin-left: 24px;
}
.main-menu .menu-bar li:first-child{
margin: 0;
}
.main-menu .menu-bar li a{
font-size: 15px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
color: #d8d6d5;
display: block;
padding: 35px 0px;
}
.main-menu .menu-bar li a:hover, .main-menu ul li a:focus{
color: #fccf3e;
}
.main-menu .menu-bar .active > a{
color: #fccf3e;
background: transparent;
}
.main-menu .menu-bar li .dropdown-menu{
padding: 0px;
margin: 0;
width: 230px;
}
.main-menu .menu-bar li ul li{
position: relative;
margin: 0;
display: block;
border-bottom: 1px solid #e7e7e7;
}
.main-menu .menu-bar li ul li:last-child{
border: none;
}
.main-menu .menu-bar li ul li a{
padding: 10px 15px;
text-transform: capitalize;
color: #171717;
}
.main-menu .menu-bar li ul li a:hover, .main-menu .menu-bar li ul li a:focus{
color: #fccf3e;
background: transparent;
margin-left: 5px;
}
.main-menu .menu-bar .phone a{
color: #fccf3e;
font-size: 18px;
}
.main-menu .menu-bar .phone a span{
position: relative;
display: inline-block;
font-size: 28px;
margin-right: 10px;
transform: translateY(2px);
z-index: 1;
}
.main-menu .menu-bar .phone a span:before{
content: "";
position: absolute;
right: -5px;
top: 25%;
height: 0px;
width: 0px;
border-top: 8px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #fccf3e;
border-left: 8px solid #fccf3e;
border-radius: 3px;
transform: rotate(-45deg);
z-index: -1;
}
/* 03 - Banner
----------------------------------------------*/
.banner{
background-image: url(../images/banner/banner_01.jpg);
background-size: cover;
background-position: 50% 50%;
height: 100vh;
position: relative;
z-index: 9;
}
.banner .banner-content{
position: absolute;
width: 100%;
left: 0;
top: 50%;
text-align: center;
-webkit-transform: translateY(-90%);
-moz-transform: translateY(-90%);
-ms-transform: translateY(-90%);
-o-transform: translateY(-90%);
transform: translateY(-90%);
}
.banner .banner-content h2{
font-size: 68px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
}
.banner .banner-content h2 span{
color: #fccf3e;
font-weight: 700;
}
.banner .banner-content p{
font-size: 26px;
line-height: 28px;
color: #fff;
}
.banner-items{
position: absolute;
width: 100%;
bottom: 50px;
color: #fff;
z-index: 9;
}
.banner-items .image{
display: block;
float: left;
overflow: hidden;
border-radius: 5px;
}
/* Bob */
@-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
.banner-items .content{
display: table;
padding: 20px;
}
.banner-items .content h4{
font-size: 24px;
line-height: 28px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 5px;
}
.banner-items .content li{
list-style: none;
line-height: 28px;
}
.banner-items .content li span{
float: right;
}
.banner-items .content li:last-child span{
color: #fccf3e;
}
.banner-items .content li a{
line-height: 54px;
color: #fccf3e;
}
.banner-two{
background-image: url(../images/banner/banner_02.jpg);
background-size: cover;
background-position: 50% 50%;
height: 100vh;
position: relative;
z-index: 9;
}
.banner-two .banner-content{
position: absolute;
width: 100%;
text-align: center;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner-two .banner-content h2{
font-size: 68px;
color: #fff;
text-transform: uppercase;
font-weight: 300;
}
.banner-two .banner-content h2 span{
font-weight: 700;
color: #fccf3e;
}
.banner-two .banner-content p{
font-size: 26px;
line-height: 28px;
color: #fff;
}
.banner-two .banner-content a{
padding: 10px 33px;
}
.banner-two .banner-content a:hover, .banner-two .banner-content a:focus{
background-color: #fff;
color: #171717;
}
/* 04 - Page Header
----------------------------------------------*/
.page-header{
background-image: url(../images/backgrounds/page_header_bg.jpg);
background-size: cover;
background-position: 50% 50%;
margin: 0;
padding: 75px 0px;
border: none;
}
.page-header h3{
font-size: 36px;
line-height: 25px;
font-weight: 300;
text-transform: uppercase;
color: #171717;
margin-bottom: 10px;
}
.page-header ul{
margin: 0;
}
.page-header ul li{
list-style: none;
display: inline-block;
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #171717;
}
.page-header ul .active{
color: #a3a8ab;
}
.page-header ul li a{
text-decoration: none;
color: #171717;
}
.page-header ul li a:hover{
color: #171717;
}
.page-header ul span{
color: #a3a8ab;
}
/* 05 - About
----------------------------------------------*/
.about{
padding: 130px;
}
.about .about-image{
overflow: hidden;
border-radius: 3px;
}
.about .about-content h4{
font-size: 20px;
line-height: 26px;
font-weight: 300;
color: #a3a8ab;
margin-bottom: 30px;
}
.about .about-content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
}
/* 06 - Gallery
----------------------------------------------*/
.gallery{
overflow: hidden;
padding: 6px;
}
.gallery .gallery-top{
}
.gallery .gallery-top > div{
width: 50%;
float: left;
border: 6px solid #fff;
height: 622px;
overflow: hidden;
}
.gallery .gallery-top .image img{
height: 100%;
width: 100%;
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery .gallery-top .image:hover img{
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.gallery .gallery-top .content{
background-color: #fccf3e;
padding: 100px;
}
.gallery .gallery-top .content h2{
font-size: 48px;
line-height: 56px;
margin-bottom: 30px;
}
.gallery .gallery-top .content h2 a{
color: #171717;
text-transform: uppercase;
text-decoration: none;
}
.gallery .gallery-top .content h2 a:hover{
color: #171717;
}
.gallery .gallery-top .content p{
font-size: 16px;
line-height: 26px;
color: #171717;
margin-bottom: 30px;
}
.gallery .gallery-top .content > a{
font-size: 15px;
font-weight: 700;
color: #fff;
display: inline-block;
background-color: #171717;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
padding: 9px 32px;
margin-top: 20px;
}
.gallery .gallery-top .content > a:hover, .gallery .gallery-top .content > a:focus{
background-color: #fff;
color: #171717;
}
.gallery .gallery-bottom .gallery-item{
overflow: hidden;
position: relative;
width: 33.33%;
float: left;
border: 6px solid #fff;
height: 412px;
}
.gallery .gallery-bottom .gallery-item img{
width: 100%;
height: 100%;
}
.gallery .gallery-bottom .gallery-item:first-child img,.gallery .gallery-bottom .gallery-item:last-child img{
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery .gallery-bottom .gallery-item:first-child:hover img,.gallery .gallery-bottom .gallery-item:last-child:hover img{
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.gallery .gallery-bottom .gallery-item .overlay{
position: absolute;
background-color: #fccf3e;
width: 100%;
height: 100%;
top: 0;
left: 0;
font-size: 48px;
line-height: 400px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
text-decoration: none;
opacity: .86;
}
.gallery .gallery-bottom .gallery-item .video_overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(23,23,23,.5);
}
.gvideo-icon{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.gvideo-icon img{
transition: .25s;
}
.gvideo-icon img:hover{
transform: scale(1.2);
}
.gallery-two{
background-image: url(../images/backgrounds/gallery-two-bg.jpg);
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.gallery-two > .overlay{
background-color: rgba(209, 175, 70, .86);
padding: 130px 0px;
}
.gallery-two .section-header{
color: #fff;
}
.gallery-two .gallery-top{
overflow: hidden;
margin: -5px;
}
.gallery-two .gallery-top .gallery-item{
width: 50%;
float: left;
overflow: hidden;
padding: 5px;
margin-bottom: 50px;
}
.gallery-two .gallery-top .gallery-item >div{
position: relative;
border-radius: 5px;
overflow: hidden;
}
.gallery-two .gallery-top .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(23,23,23,.5);
}
.gallery-images{
overflow: hidden;
margin: -3px;
}
.gallery-images .gallery-item{
width: 25%;
float: left;
overflow: hidden;
padding: 3px;
}
.gallery-images .gallery-item > div{
position: relative;
border-radius: 3px;
overflow: hidden;
}
.gallery-images .gallery-item img{
width: 100%;
}
.gallery-images .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.76);
border-radius: 3px;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.gallery-images .gallery-item:hover .overlay{
opacity: 1;
}
.gallery-images .image-icon{
display: block;
position: absolute;
height: 42px;
width: 42px;
top: 50%;
left: 50%;
text-align: center;
border: 2px solid #7b7b7b;
border-radius: 100%;
padding: 80px;
-webkit-transition: .3s;
transition: .3s;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
opacity: 0;
}
.gallery-images .image-icon img{
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: .3s;
transition: .3s;
}
.gallery-images .gallery-item:hover .image-icon{
opacity: 1;
padding: 10px;
}
.gallery-images .gallery-item:hover .image-icon img{
-webkit-transform: scale(1);
transform: scale(1);
}
.video-gallery .top .gallery-item{
width: 50%;
float: left;
overflow: hidden;
padding: 5px;
margin-bottom: 70px;
}
.video-gallery .top .gallery-item >div{
position: relative;
border-radius: 5px;
overflow: hidden;
margin-bottom: 15px;
}
.video-gallery .top .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(23,23,23,.5);
}
.video-gallery .gallery-item img{
width: 100%;
}
.video-gallery .gallery-item p{
font-size: 24px;
line-height: 1;
font-weight: 500;
color: #171717;
text-transform: uppercase;
margin: 0px;
}
.video-gallery .bottom .gallery-item{
margin-bottom: 30px;
}
.video-gallery .bottom .gallery-item > div{
position: relative;
overflow: hidden;
border-radius: 3px;
margin-bottom: 15px;
}
.video-gallery .bottom .gallery-item p{
font-size: 20px;
}
/* 07 - Classes
----------------------------------------------*/
.classes{
background-image: url(../images/backgrounds/classes-bg.jpg);
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.classes .overlay{
background-color: rgba(255, 255, 255, .84);
padding: 130px 0px;
}
.classes .section-header{
text-align: left;
}
.classes .classe-items{
position: relative;
}
.class-item{
text-align: center;
border-radius: 3px;
overflow: hidden;
margin-bottom: 20px;
}
.class-item .image img{
width: 100%;
}
.class-item .content{
padding: 20px;
background-color: #fff;
-webkit-transition: .25s;
transition: .25s;
}
.class-item .content h3 a{
font-size: 20px;
line-height: 24px;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
color: #171717;
}
.class-item h3 a:hover{
color: #171717;
}
.class-item span{
font-size: 15px;
line-height: 24px;
color: #a3a8ab;
}
.class-item p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-top: 15px;
}
.class-item:hover .content{
background-color: #fccf3e;
}
.class-item:hover span{
color: #171717;
}
.class-grid{
padding: 130px 0px;
}
.class-list{
padding: 130px 0px;
}
.class-list .class-item{
border-radius: 0px;
}
.class-list .class-item .image{
overflow: hidden;
float: left;
margin-right: 20px;
border-radius: 3px;
}
.class-list .class-item .content{
display: table;
text-align: left;
padding: 0;
}
.class-list .class-item:hover .content{
background-color: transparent;
}
.class-list .class-item:hover span{
color: #a3a8ab;
}
.class-list .class-item h3 a:hover{
color: #fccf3e;
}
.class-single-item{
border-bottom: 1px solid #e4e7e9;
margin-bottom: 50px;
}
.class-single-item .image{
overflow: hidden;
border-radius: 3px;
}
.class-single-item .content{
padding: 30px 0px;
}
.class-single-item .content h2{
font-size: 36px;
line-height: 1.5;
font-weight: 300;
color: #171717;
}
.class-single-item .content ul{
margin-bottom: 25px;
}
.class-single-item .content ul li{
list-style: none;
display: inline-block;
font-size: 15px;
line-height: 28px;
font-weight: 500;
color: #a3a8ab;
}
.class-single-item .content ul li a{
text-decoration: none;
color: #a3a8ab;
}
.class-single-item .content ul li a:hover{
color: #fccf3e;
}
.class-single-item .content ul span{
color: #e4e7e9;
margin: 0px 5px;
}
.class-single-item .content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
}
.class-single-item .bottom{
margin-top: 50px;
overflow: hidden;
}
.class-single-item .bottom input{
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: #171717;
background-color: #fccf3e;
padding: 14px 36px;
outline: none;
-webkit-transition: .25s;
transition: .25s;
}
.class-single-item .bottom input:hover, .class-single-item .bottom input:focus{
background-color: #171717;
color: #fff;
}
.class-single-item .bottom ul{
float: right;
margin: 0px;
}
.class-single-item .bottom ul li{
list-style: none;
display: inline-block;
float: left;
}
.class-single-item .bottom ul li span{
font-size: 15px;
font-weight: 500;
color: #a3a8ab;
line-height: 36px;
margin-right: 15px;
}
.class-single-item .bottom ul li a{
display: block;
height: 36px;
width: 36px;
border-radius: 3px;
line-height: 36px;
color: #55575d;
background-color: #f6f6f6;
text-align: center;
margin: 3px;
}
.class-single-item .bottom ul li a:hover{
color: #171717;
background-color: #fccf3e;
}
.class-benifits{
margin-bottom: 50px;
}
.class-benifits h3{
font-size: 26px;
line-height: 1.5;
font-weight: 300;
color: #171717;
}
.class-benifits > p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 15px;
}
.class-benifits .benifits-items span{
margin-right: 10px;
}
.class-benifits .benifits-items p{
font-size: 16px;
line-height: 34px;
color: #a3a8ab;
margin: 0px;
}
.related-class > h3{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.class-list .class-item{
border-radius: 0px;
}
.related-class .class-item .image{
overflow: hidden;
float: left;
margin-right: 20px;
border-radius: 3px;
}
.related-class .class-item .content{
display: table;
text-align: left;
padding: 0;
}
.related-class .class-item:hover .content{
background-color: transparent;
}
.related-class .class-item:hover span{
color: #a3a8ab;
}
.related-class .class-item h3 a:hover{
color: #fccf3e;
}
/* 08 - Fun Facts
----------------------------------------------*/
.fun-facts{
background-image: url(../images/backgrounds/fun-fact-bg.jpg);
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.fun-facts .overlay{
background-color: rgba(23, 23, 23, .88);
padding: 110px 0px;
}
.fun-facts .fun-item{
text-align: center;
}
.fun-facts .fun-item span{
font-size: 48px;
line-height: 1.2;
font-weight: 700;
color: #fccf3e;
}
.fun-facts .fun-item p{
font-size: 16px;
line-height: 32px;
font-weight: 500;
color: #d8d6d5;
margin: 0;
}
.fun-facts-2 .fun-item span{
font-weight: 300;
}
/* 09 - Trainers
----------------------------------------------*/
.trainers{
background-image: url(../images/backgrounds/trainer-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.trainers .overlay{
background-color: rgba(255, 255, 255, .84);
padding: 130px 0px;
}
.trainers .trainer-items{
position: relative;
}
.trainers .trainer-item{
text-align: center;
}
.trainers .trainer-item .trainer-image{
position: relative;
overflow: hidden;
}
.trainers .trainer-item .trainer-image img{
height: 100%;
width: 100%;
}
.trainers .trainer-item .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: #000000;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.trainers .trainer-item .trainer-social{
position: absolute;
width: 100%;
bottom: 0;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.trainers .trainer-item .trainer-social a{
display: inline-block;
font-size: 16px;
line-height: 38px;
color: #252525;
height: 36px;
width: 36px;
background-color: rgba(255, 255, 255, .5);
border-radius: 100%;
text-align: center;
}
.trainers .trainer-item .trainer-social a:hover{
background-color: #fccf3e;
}
.trainers .trainer-item .trainer-details{
background-color: #fff;
padding: 20px 10px;
border: 1px solid #e7e7e7;
border-left: none;
}
.trainers .swiper-slide-active .trainer-details{
border-left: 1px solid #e7e7e7;
}
.trainers .trainer-item .trainer-details h4 a{
font-size: 20px;
line-height: 20px;
font-weight: 700;
color: #171717;
text-decoration: none;
text-transform: uppercase;
}
.trainers .trainer-item .trainer-details p{
font-size: 15px;
line-height: 20px;
font-weight: 500;
color: #a3a8ab;
margin: 0;
}
.trainers .trainer-item:hover .overlay{
opacity: .5;
}
.trainers .trainer-item:hover .trainer-social{
bottom: 50%;
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 1;
}
.trainers .trainer-item:hover h4 a{
color: #fccf3e;
}
.trainer-slide-icon{
position: absolute;
top: 32%;
width: 100%;
z-index: 9;
}
.trainer-slide-icon > div{
position: absolute;
font-size: 16px;
color: #171717;
background-color: rgba(255, 255, 255, .5);
height: 36px;
width: 36px;
text-align: center;
line-height: 38px;
border-radius: 100%;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
cursor: pointer;
}
.trainer-slide-icon > div:hover{
background-color: #fccf3e;
}
.trainer-slide-icon .trainer-button-prev{
left: -50px;
}
.trainer-slide-icon .trainer-button-next{
right: -50px;
}
.trainers .trainer-items:hover .trainer-slide-icon > div{
opacity: 1;
}
.trainers .trainer-items:hover .trainer-button-prev{
left: 10px;
}
.trainers .trainer-items:hover .trainer-button-next{
right: 10px;
}
.trainers.trainers-two{
background-image: url(../images/backgrounds/trainer-bg_02.jpg);
}
.trainers.trainers-two .trainer-item{
width: 33.33%;
float: left;
}
.trainers.trainers-two .trainer-item:first-child .trainer-details{
border-left: 1px solid #e7e7e7;
}
.trainers.trainers-two .trainer-items{
overflow: hidden;
margin-bottom: 50px;
}
.trainers.trainers-two .trainers-button{
text-align: center;
}
.trainers.trainers-two .trainers-button a{
padding: 10px 35px;
}
.trainers.trainers-two .trainers-button a:hover{
background-color: #171717;
color: #fff;
}
.trainer-profile .image{
overflow: hidden;
border-radius: 3px;
margin-right: 10px;
}
.trainer-profile .image img{
width: 100%;
}
.trainer-profile .details{
margin-left: 10px;
}
.trainer-profile .details h3{
font-size: 30px;
line-height: 24px;
font-weight: 300;
text-transform: uppercase;
}
.trainer-profile .details > span{
font-size: 15px;
line-height: 28px;
font-weight: 500;
color: #a3a8ab;
margin-bottom: 15px;
display: block;
}
.trainer-profile .details p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 25px;
}
.trainer-profile .details > ul{
overflow: hidden;
margin: 50px 0px;
}
.trainer-profile .details > ul li{
list-style: none;
}
.trainer-profile .details > ul li p{
font-size: 15px;
line-height: 28px;
color: #a3a8ab;
margin: 0px;
}
.trainer-profile .details > ul li p:first-child{
min-width: 110px;
float: left;
margin-right: 20px;
}
.trainer-profile .details > ul li p:first-child span{
float: right;
}
.trainer-profile .details > ul li ul{
margin: 0px;
}
.trainer-profile .details > ul li ul li{
list-style: none;
display: inline-block;
}
.trainer-profile .details > ul li ul li a{
display: block;
height: 36px;
width: 36px;
border-radius: 3px;
line-height: 36px;
color: #55575d;
background-color: #f6f6f6;
text-align: center;
margin-right: 5px;
}
.trainer-profile .details > ul li ul li a:hover{
color: #171717;
background-color: #fccf3e;
}
.trainer-profile .details > ul li:last-child{
margin-top: 7px;
}
.trainer-profile .details > ul li:last-child p{
line-height: 42px;
}
.trainer-profile .personal{
background-color: #f6f6f6;
padding: 30px;
border-radius: 3px;
}
.trainer-profile .personal h4{
font-size: 26px;
line-height: 25px;
font-weight: 300;
color: #171717;
margin-bottom: 10px;
}
.trainer-profile .personal p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 15px;
}
.trainer-profile .personal ul{
margin-bottom: 20px;
}
.trainer-profile .personal ul li{
list-style: none;
}
.trainer-profile .personal ul li p{
font-size: 15px;
line-height: 28px;
color: #a3a8ab;
margin: 0px;
}
.trainer-profile .personal ul li p:first-child{
min-width: 110px;
float: left;
margin-right: 5px;
}
.trainer-profile .personal ul li p:first-child span{
float: right;
}
.trainer-profile .personal ul li p:last-child{
font-weight: 700;
color: #171717;
}
.trainer-profile .personal ul li:last-child p:last-child{
color: #fccf3e;
}
.trainer-profile .personal a{
padding: 9px 27px;
}
.trainer-profile .personal a:hover, .trainer-profile .personal a:focus{
background-color: #171717;
color: #fff;
}
/* 10 - Pricing
----------------------------------------------*/
.pricing{
background-image: url(../images/backgrounds/pricing-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.pricing .overlay{
background-color: rgba(23, 23, 23, .5);
padding: 130px 0px;
}
.pricing .pricing-item{
text-align: center;
background-color: rgba(23,23,23,.9);
padding: 50px 0px;
border-top: 8px solid #fccf3e;
border-radius: 3px;
}
.pricing .pricing-item h4{
font-size: 24px;
color: #fff;
text-transform: uppercase;
margin-bottom: 15px;
}
.pricing .pricing-item h3{
font-size: 48px;
font-weight: 300;
color: #fccf3e;
margin-bottom: 25px;
}
.pricing .pricing-item p{
font-size: 16px;
line-height: 34px;
color: #c4c4c4;
margin: 0;
}
.pricing .pricing-item a{
display: inline-block;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #171717;
background-color: #fccf3e;
border-radius: 3px;
padding: 8px 38px;
margin-top: 35px;
}
.pricing .pricing-item a:hover, .pricing .pricing-item a:focus{
background-color: #fff;
color: #171717;
}
.our-trainers .trainers, .our-trainers .trainers-two{
background-image: none;
}
/* 11 - Testimonial
----------------------------------------------*/
.testimonial{
background-image: url(../images/backgrounds/testimonial-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.testimonial .overlay{
background-color: rgba(255, 255, 255, .84);
padding: 130px 0px;
}
.testimonilas{
overflow: hidden;
position: relative;
min-height: 280px;
}
.testimonial .testimonial-images{
width: 310px;
float: left;
margin: -5px;
margin-right: 60px;
}
.testimonial .testimonial-images li{
width: 50%;
list-style: none;
display: inline-block;
float: left;
padding: 5px;
}
.testimonial .testimonial-images li a{
display: block;
position: relative;
}
.testimonial .testimonial-images li img{
border-radius: 5px;
display: block;
width: 100%;
}
.testimonial .testimonial-images li span{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(252,207,62,.8);
border-radius: 5px;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.testimonial .testimonial-images .active a span{
opacity: 1;
}
.testimonial .testimonial-images li a:hover span{
opacity: 1;
}
.testimonial .testimonial-items{
width: calc(100% - 370px);
float: right;
}
.testimonial .testimonial-item{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonial .testimonial-item img{
margin-bottom: 20px;
}
.testimonial .testimonial-item h4{
font-size: 22px;
color: #171717;
margin-bottom: 15px;
}
.testimonial .testimonial-item h4 span{
font-size: 15px;
font-style: italic;
color: #a3a8ab;
}
.testimonial .testimonial-item p{
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #55575d;
margin: 0;
}
.testimonial-two{
background-image: url(../images/backgrounds/testimonial-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.testimonial-two .overlay{
background-color: rgba(0, 0, 0, .84);
padding: 130px 0px;
}
.testimonial-two .section-header{
color: #fff;
}
.testimonial-two .testimonial-items{
position: relative;
}
.testimonial-two .testimonial-item{
background-color: #fff;
border-radius: 3px;
padding: 30px;
}
.testimonial-two .testimonial-item .image{
overflow: hidden;
float: left;
border-radius: 3px;
margin-right: 25px;
}
.testimonial-two .testimonial-item .content{
display: table;
}
.testimonial-two .testimonial-item p{
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #55575d;
margin-bottom: 20px;
}
.testimonial-two .testimonial-item h4{
font-size: 22px;
line-height: 24px;
font-weight: 400;
color: #171717;
}
.testimonial-two .testimonial-item span{
font-size: 15px;
line-height: 24px;
font-style: italic;
font-weight: 700;
color: #a3a8ab;
}
.testimonial-two .testimonial-pagination{
position: absolute;
bottom: -100px;
width: 100%;
text-align: center;
}
.testimonial-two .swiper-pagination-bullet{
background-color: #4e4e4c;
margin-right: 6px;
}
.testimonial-two .swiper-pagination-bullet-active{
background-color: #fccf3e;
}
/* 12 - Shop
----------------------------------------------*/
.products{
padding: 130px 0px;
}
.products .section-header{
text-align: left;
}
.products .product-items{
position: relative;
}
.shop-items{
margin-bottom: 50px;
}
.product-item{
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.shop .product-item{
margin-bottom: 30px;
}
.product-item .image img{
width: 100%;
}
.product-item .content{
background-color: #f6f6f6;
padding: 20px;
-webkit-transition: .25s;
transition: .25s;
}
.product-item h4 a{
font-size: 20px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
color: #171717;
}
.product-item h4 a:hover, .product-item h4 a:focus{
color: #171717;
text-decoration: none;
}
.product-item span{
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #fccf3e;
-webkit-transition: .25s;
transition: .25s;
}
.product-item:hover .content{
background-color: #fccf3e;
}
.product-item:hover span{
color: #171717;
}
.product-item:hover {}
.product-item:hover {}
.shop .pagination{
text-align: center;
}
.shop .pagination ul{
float: none;
}
.product-details-info{
margin-bottom: 80px;
}
.product-slider .left{
overflow: hidden;
width: 20%;
float: left;
max-height: 450px;
position: relative;
padding: 35px 0px;
}
.left .flexslider .slides > li{
float: none!important;
margin-bottom: 10px;
}
.product-slider .right{
width: 80%;
float: right;
}
.flexslider .slides li{
overflow: hidden;
border-radius: 3px;
}
.left .slides .flex-active-slide{
border: 3px solid #fccf3e;
}
.right .flex-direction-nav{
display: none;
}
.flex-nav-prev{
display: block!important;
opacity: 1!important;
}
.flex-direction-nav .flex-disabled{
opacity: 1!important;
filter: alpha(opacity=1);
cursor: default;
z-index: 1;
cursor: pointer;
}
.left .flexslider{
position: static;
}
.flex-direction-nav a{
left: 0!important;
display: block;
width: 100%;
height: 26px;
text-align: center;
color: #a8a8a8;
opacity: 1!important;
background-color: #f6f6f6;
border: 1px solid #e4e7e9;
border-radius: 3px;
margin: 0;
cursor: pointer;
}
.flex-direction-nav a:hover{
background-color: #fccf3e;
color: #171717;
border: 1px solid #fccf3e;
}
.flex-direction-nav a:before{
font-family: "FontAwesome";
font-size: 14px;
width: 100%;
height: 100%;
}
.flex-direction-nav .flex-prev{
top: 0;
}
.flex-direction-nav .flex-prev:before{
content: "\f077";
}
.flex-direction-nav .flex-next{
right: 0;
text-align: center;
bottom: 0;
}
.flex-direction-nav .flex-next:before{
content: "\f078"!important;
font-family: "FontAwesome";
}
.product-details h3{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #363636;
margin-bottom: 10px;
}
.product-details .rating-box{
line-height: 34px;
}
.product-details .rating-box span{
color: #fccf3e;
}
.product-details .rating-box a{
font-size: 14px;
line-height: 24px;
color: #959595;
text-decoration: none;
margin-left: 10px;
}
.product-details .add-review{
display: block;
float: right;
font-size: 14px;
color: #959595;
background-color: #f6f6f6;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 4px 15px;
}
.product-details .product-price span{
font-size: 36px;
font-weight: 300;
color: #363636;
}
.product-details .product-detail-content{
border-bottom: 1px solid #e4e7e9;
margin-bottom: 30px;
}
.product-details .product-detail-content p{
font-size: 16px;
color: #707070;
}
.product-details .selection{
margin-bottom: 30px;
}
.product-details .number{
overflow: hidden;
float: left;
}
.product-details .number a{
display: block;
color: #959595;
font-size: 16px;
line-height: 44px;
height: 42px;
width: 42px;
border: 1px solid #e4e7e9;
border-radius: 3px;
text-align: center;
float: left;
margin-right: 6px;
}
.product-details .number a:hover{
background-color: #fccf3e;
border: 1px solid #fccf3e;
color: #171717;
}
.product-details .number input{
width: 100px;
float: left;
margin-right: 6px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 11px 10px;
outline: none;
}
.product-details .selection > input{
width: 290px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 11px 10px;
outline: none;
margin-left: 25px;
}
.product-details .selection input:focus{
border: 1px solid #fccf3e;
}
.product-details .add-cart{
margin-bottom: 30px;
}
.product-details .add-cart a{
padding: 7px 28px;
}
.product-details .add-cart a:hover, .product-details .add-cart a:focus{
background-color: #171717;
color: #fff;
}
.product-details .tags{
overflow: hidden;
margin-bottom: 25px;
}
.product-details .tags li{
list-style: none;
display: inline-block;
float: left;
font-weight: 500;
color: #a3a8ab;
}
.product-details .tags li a{
font-size: 15px;
color: #55575d;
text-decoration: none;
}
.product-review .nav-tabs{
border: none;
}
.product-review .nav-tabs{
margin-bottom: 10px;
}
.product-review .nav-tabs>li{
font-size: 24px;
color: #e4e7e9;
}
.product-review .nav-tabs>li span{
margin: 0px 10px;
}
.product-review .nav-tabs>li>a{
border: none;
display: inline-block;
font-size: 24px;
font-weight: 300;
text-transform: uppercase;
color: #a3a8ab;
padding: 0px;
}
.product-review .nav-tabs>li>a:hover{
background-color: transparent;
border: none;
color: #fccf3e;
}
.product-review .nav-tabs>li.active>a, .product-review .nav-tabs>li.active>a:focus, .product-review .nav-tabs>li.active>a:hover{
border: none;
background-color: transparent;
color: #fccf3e;
}
.product-review p{
font-size: 16px;
line-height: 26px;
color: #707070;
}
.product-review .benifits-items p{
font-size: 16px;
line-height: 34px;
color: #a3a8ab;
margin: 0px;
}
.product-review .benifits-items p span{
margin-right: 10px;
}
.add-review h4,
.review-area h4 {
font-size: 20px;
color: #161616;
font-weight: 700;
border-bottom: 1px solid #dedede;
padding-bottom: 15px;
margin-bottom: 25px;
}
#review h4 span {
font-size: 15px;
color: #767676;
font-weight: 400;
}
.review-item {
border-bottom: 1px solid #dedede;
margin-bottom: 30px;
}
.review-item:last-child {
border-bottom: none;
}
.review-item .image {
overflow: hidden;
border-radius: 3px;
float: left;
margin-right: 20px;
}
.review-item .content {
display: table;
}
.review-item .content h5{
color: #161616;
font-size: 15px;
font-weight: 700;
}
.review-item .content h5 span{
color: #767676;
font-weight: 400;
}
.review-item .content h5 .rating-box span{
color: #fccf3e;
line-height: 1;
width: auto;
}
.review-item .content p {
font-size: 16px;
color: #707070;
line-height: 26px;
}
.form-item {
overflow: hidden;
margin-bottom: 20px;
}
.form-item label {
display: block;
font-size: 15px;
font-weight: 700;
}
.form-item label>sup>i {
font-size: 10px;
color: red;
}
.form-item input {
width: 97%;
padding: 8px 20px;
font-size: 14px;
border: 1px solid #ebebeb;
border-radius: 3px;
outline: none;
}
.form-item input:focus{
border: 1px solid #fccf3e;
}
.review-rating {
position: relative;
width: 100%;
}
.review-rating input{
width: 97%;
background-color: #f5f7f8;
outline: none;
padding: 4px 60px 4px 10px;
border-radius: 3px;
outline: none;
}
.review-rating .review-rating-icon {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.review-rating .review-rating-icon i {
color: #e3e6e9;
}
.review-rating:active input,
.review-rating:focus input,
.review-rating:hover input {
border: 1px solid #fccf3e;
}
.review-rating:active .review-rating-icon>i,
.review-rating:focus .review-rating-icon>i,
.review-rating:hover .review-rating-icon>i {
color: #fccf3e;
}
.review-rating::-webkit-input-placeholder {
font-size: 14px;
color: #fccf3e;
}
.form-item textarea {
width: 100%;
height: 130px;
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 20px;
outline: none;
}
.form-item textarea:focus{
border: 1px solid #fccf3e;
}
.form-item .col-md-4:last-child input,
.form-item .col-md-3:last-child input {
width: 100%;
}
.add-review form a.default-button{
padding: 10px 23px;
margin-top:10px;
}
.add-review form a:hover, .add-review form a:focus{
background-color: #171717;
color: #fff;
}
.shop-cart .shop-table{
margin-bottom: 60px;
}
.shop-cart table{
border-color: #e4e7e9;
border-radius: 3px;
min-width: 900px;
overflow-X: auto;
}
.shop-cart table thead{
background-color: #f6f6f6;
}
.shop-cart table tr th{
text-align: center;
padding: 20px;
border-color: #e4e7e9;
border-bottom: none;
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: #2f2f2f;
}
.shop-cart table tr td{
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 24px;
color: #2f2f2f;
border-color: #e4e7e9;
padding: 20px;
}
.shop-cart table tr .product-thumbnail{
text-align: left;
}
.shop-cart table tr .product-thumbnail .image{
float: left;
margin-right: 20px;
}
.shop-cart table tr .product-thumbnail .content{
display: table;
margin-top: 28px;
}
.shop-cart table tr .product-thumbnail h4{
font-size: 18px;
font-weight: 500;
line-height: 24px;
}
.shop-cart table tr .product-thumbnail h4 a{
text-decoration: none;
color: #55575d;
}
.shop-cart table tr .product-thumbnail h4 a:hover{
color: #fccf3e;
}
.shop-cart table tr span{
font-size: 18px;
font-weight: 500;
line-height: 24px;
color: #55575d;
}
.shop-cart table tr .quantity{
}
.shop-cart table tr .quantity a{
display: block;
color: #959595;
font-size: 16px;
line-height: 36px;
height: 36px;
width: 36px;
border: 1px solid #e4e7e9;
border-radius: 3px;
text-align: center;
float: left;
}
.shop-cart table tr .quantity a:hover{
background-color: #fccf3e;
border: 1px solid #fccf3e;
color: #171717;
}
.shop-cart table tr .quantity input{
width: 82px;
float: left;
margin: 0px 8px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 6px 10px;
outline: none;
}
.shop-cart table tr .quantity input:focus{
border: 1px solid #fccf3e;
}
.shop-cart table tr .total-cart{
border-right: none;
}
.shop-cart table tr .remove-cart{
width: 70px;
}
.shop-cart table tr .remove-cart span{
height: 18px;
width: 18px;
background-color: #fccf3e;
display: inline-block;
text-align: center;
font-size: 12px;
color: #fff;
line-height: 18px;
border-radius: 100%;
cursor: pointer;
}
.shop-cart table tr .coupon{
float: left;
}
.shop-cart table tr .coupon input:first-child{
width: 285px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 7px 15px;
outline: none;
background-color: #fafafa;
color: #959595;
font-size: 16px;
line-height: 24px;
font-weight: 500;
float: left;
margin-right: 10px;
}
.shop-cart table tr .coupon input:first-child:focus{
border: 1px solid #fccf3e;
}
.shop-cart table tr .coupon input:last-child{
background-color: #fccf3e;
color: #171717;
padding: 8px 26px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
outline: none;
border-radius: 4px;
}
.shop-cart table tr .update{
float: right;
}
.shop-cart table tr .update input{
background-color: #fccf3e;
color: #171717;
padding: 8px 26px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
outline: none;
border-radius: 4px;
}
.shop-cart table tr .update input:first-child{
color: #fff;
background-color: #171717;
}
.shop-cart table tr .update input:last-child{
float: right;
margin-left: 10px;
}
.shop-cart .shipping{
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 20px;
overflow: hidden;
}
.shop-cart .shipping h4, .shop-cart .cart-total h4{
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #2f2f2f;
margin-bottom: 10px;
}
.shop-cart .shipping select{
font-size: 16px;
font-weight: 500;
background-color: #fafafa;
color: #a3a8ab;
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 7px 15px;
outline: none;
margin-bottom: 20px;
}
.shop-cart .shipping select:nth-child(2){
width: 100%;
}
.shop-cart .shipping select:nth-child(3){
width: 48%;
float: left;
}
.shop-cart .shipping select:nth-child(4){
width: 48%;
float: right;
}
.shop-cart .shipping input{
float: right;
background-color: #fccf3e;
color: #171717;
padding: 8px 26px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
outline: none;
border-radius: 4px;
}
.shop-cart .cart-total{
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 20px;
overflow: hidden;
}
.shop-cart .cart-total p{
font-size: 15px;
line-height: 32px;
font-weight: 500;
color: #55575d;
margin: 0px;
}
.shop-cart .cart-total p span{
float: right;
}
/* 13 - Client
----------------------------------------------*/
.client{
background-color: #f6f6f6;
padding: 80px;
}
/* 14 - Contact Us
----------------------------------------------*/
.contact-info{
margin-bottom: 50px;
}
.contact-info .icon{
float: left;
margin-right: 15px;
}
.contact-info .icon span{
display: block;
height: 60px;
width: 60px;
background-color: #f6f6f6;
color: #55575d;
font-size: 36px;
text-align: center;
}
.contact-info .content{
display: table;
}
.contact-info .content h4{
font-size: 26px;
line-height: 26px;
font-weight: 300;
color: #171717;
}
.contact-info .content p{
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #959595;
}
.contact-form{}
.contact-form h3{
font-size: 36px;
font-weight: 300;
color: #171717;
text-transform: uppercase;
margin-bottom: 30px;
}
.contact-form .contact-input{
width: 100%;
border: 1px solid #e4e7e9;
border-radius: 3px;
outline: none;
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #a3a8ab;
margin-bottom: 20px;
padding: 10px 15px;
}
.contact-form .contact-input:focus{
border: 1px solid #fccf3e;
}
.contact-form textarea{
min-height: 178px;
}
.contact-form .contact-submit{
font-size: 16px;
font-weight: 700;
color: #171717;
background-color: #fccf3e;
text-transform: uppercase;
outline: none;
padding: 15px 36px;
margin-top: 10px;
-webkit-transition: .25s;
transition: .25s;
}
.contact-form .contact-submit:hover, .contact-form .contact-submit:focus{
background-color: #171717;
color: #fff;
}
.contact-map{
height: 480px;
width: 100%;
}
/* 15 - Blog
----------------------------------------------*/
.news{
background-color: #f6f6f6;
padding: 130px 0px;
}
.news-item{
border-radius: 3px;
overflow: hidden;
}
.news-item .image{
overflow: hidden;
}
.news-item .image img{
width: 100%;
-webkit-transition: .5s;
transition: .5s;
}
.news-item:hover .image img{
transform: scale(1.2);
}
.news-item .content{
background-color: #fff;
padding: 30px;
}
.news-item h3 a{
font-size: 20px;
line-height: 26px;
color: #171717;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
}
.news-item h3 a:hover, .news-item h3 a:focus{
color: #fccf3e;
}
.news-item p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin: 0px;
}
.post-meta li{
list-style: none;
display: inline;
font-size: 15px;
line-height: 30px;
color: #a3a8ab;
}
.post-meta span{
color: #e4e7e9;
}
.post-meta li a, .post-meta li a:hover, .post-meta li a:focus{
color: #fccf3e;
text-decoration: none;
}
.blog-lists .news-item{
margin-bottom: 30px;
}
.blog-lists .news-item .content{
background-color: #f6f6f6;
}
.blog-large-image .news-item{
margin-bottom: 30px;
}
.blog-large-image .news-item .content{
background-color: #f6f6f6;
}
.blog-large-image .news-item p{
margin-bottom: 30px;
}
.post-item{
overflow: hidden;
margin-bottom: 50px;
}
.post-item .image{
float: left;
overflow: hidden;
border-radius: 3px;
margin-right: 24px;
}
.post-item .image img{
width: 100%;
-webkit-transition: .5s;
transition: .5s;
}
.post-item:hover .image img{
transform: scale(1.3);
}
.post-item .content{
display: table;
}
.post-item .content h3{
font-size: 20px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
}
.post-item .content h3 a{
color: #171717;
text-decoration: none;
}
.post-item .content h3 a:hover, .post-item .content h3 a:focus{
color: #fccf3e;
}
.post-item .content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 25px;
}
.post-item .content > a, .news-item .content > a{
background-color: #171717;
color: #fff;
padding: 7px 24px;
}
.post-item .content > a:hover, .post-item .content > a:focus, .news-item .content > a:hover, .news-item .content > a:focus{
background-color: #fccf3e;
color: #171717;
}
.pagination{
display: block;
overflow: hidden;
margin: 0px;
border-radius: 0px;
}
.pagination ul{
margin: 0px;
float: left;
display: inline-block;
}
.pagination ul li{
list-style: none;
display: inline-block;
float: left;
margin-right: 10px;
}
.pagination ul li a{
display: block;
font-size: 15px;
font-weight: 700;
color: #55575d;
text-decoration: none;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 4px 13px;
}
.pagination ul li:first-child a, .pagination ul li:last-child a{
padding: 4px 20px;
}
.pagination ul li a:hover{
background-color: #fccf3e;
color: #171717;
border: 1px solid #fccf3e;
}
.pagination span{
float: right;
font-size: 15px;
line-height: 36px;
font-weight: 700;
color: #55575d;
}
.single-post{
border-bottom: 1px solid #e4e7e9;
margin-bottom: 80px;
}
.single-post .image{
overflow: hidden;
border-radius: 3px;
margin-bottom: 15px;
}
.single-post .image{}
.single-post .content{
padding: 20px 0px;
}
.single-post .content h2{
font-size: 32px;
line-height: 34px;
font-weight: 500;
text-transform: uppercase;
}
.single-post .content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
}
.single-post .content blockquote{
font-size: 18px;
color: #959595;
padding: 12px 25px 30px 66px;
margin: 0px;
border: none;
}
.single-post .content blockquote:after{
content: url(../images/blog/post_icon.png) !important;
top: 28%;
}
.single-post .content .bottom{
overflow: hidden;
margin-top: 50px;
}
.single-post .content .tags{
margin: 0px;
}
.single-post .content .tags li{
list-style: none;
display: inline-block;
float: left;
font-weight: 500;
color: #a3a8ab;
margin-right: 5px;
line-height: 42px;
}
.single-post .content .tags li a{
font-size: 15px;
color: #55575d;
text-decoration: none;
}
.single-post .content .gym-share{
float: right;
}
.related-post{
margin-bottom: 80px;
}
.related-post > h3, .post_comment > h3, .comment_respond h3{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.post_comment{
margin-bottom: 80px;
}
.post_comment ul{
margin: 0;
}
.post_comment li{
list-style: none;
}
.post_comment ul li ul{
margin-left: 90px;
}
.post_comment li article{
padding: 20px 0px;
}
.post_comment > ul:nth-child(2) > li > article{
padding-top: 0px;
}
.post_comment .profile-image{
float: left;
overflow: hidden;
border-radius: 3px;
margin-right: 20px;
}
.post_comment .comment-content{
display: table;
}
.post_comment .comment-content .comment_meta{
font-size: 18px;
line-height: 24px;
color: #171717;
margin-bottom: 5px;
text-transform: uppercase;
}
.post_comment .comment-content .comment_meta a{
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #a3a8ab;
text-decoration: none;
text-transform: capitalize;
}
.post_comment .comment-content .comment_meta a:hover{
color: #353743;
}
.post_comment .comment-content p{
font-size: 16px;
line-height: 24px;
color: #707070;
margin-bottom: 15px;
}
.post_comment .comment-content .comment_reply{
font-size: 14px;
line-height: 30px;
color: #fff;
background-color: #363636;
text-decoration: none;
display: inline-block;
padding: 0px 20px;
border-radius: 3px;
}
.comment_respond .comment_input{
width: 100%;
border: 1px solid #ebebeb;
border-radius: 3px;
color: #a3a8ab;
padding: 16px;
margin-bottom: 20px;
outline: none;
}
.comment_respond .comment_input:focus{
border: 1px solid #fccf3e;
}
.comment_respond .comment_input:first-child{
width: 49%;
float: left;
}
.comment_respond .comment_input:nth-child(2){
width: 49%;
float: right;
}
.comment_respond .comment_submit{
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #171717;
background-color: #fccf3e;
padding: 12px 37px;
margin-top: 10px;
-webkit-transition: .25s;
transition: .25s;
outline: none;
}
.comment_respond .comment_submit:hover, .comment_respond .comment_submit:hover{
background-color: #171717;
color: #fff;
}
/* 16 - Sidebar
----------------------------------------------*/
.sidebar-item{
margin-bottom: 50px;
}
.sidebar-item .sidebar-title{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.sidebar-item .video img{
width: 100%;
}
.sidebar-item .video > div{
position: relative;
overflow: hidden;
border-radius: 5px;
margin-bottom: 5px;
}
.sidebar-item .video p{
font-size: 15px;
line-height: 28px;
font-weight: 500;
color: #a3a8ab;
}
.sidebar-item form{
position: relative;
}
.sidebar-item form input{
width: 100%;
border: none;
border: 1px solid #f6f6f6;
border-radius: 3px;
background-color: #f6f6f6;
color: #a3a8ab;
font-weight: 500;
padding: 21px 15px;
outline: none;
}
.sidebar-item form input:focus{
border: 1px solid #fccf3e;
}
.sidebar-item form button{
position: absolute;
right: 0;
top: 0;
height: 100%;
background: transparent;
color: #a3a8ab;
font-size: 16px;
}
.sidebar-item .posts .post_item{
overflow: hidden;
margin-bottom: 15px;
}
.sidebar-item .posts p{
margin: 0px;
}
.sidebar-item .posts p a{
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #171717;
text-decoration: none;
}
.sidebar-item .posts p a:hover, .sidebar-item .posts p a:focus{
color: #fccf3e;
}
.sidebar-item .posts .image{
overflow: hidden;
float: left;
border-radius: 3px;
margin-right: 15px;
}
.sidebar-item .posts .content{
display: table;
}
.sidebar-item .posts ul{
margin: 0px;
}
.sidebar-item .categories{
margin: 0px;
}
.sidebar-item .categories li{
list-style: none;
font-size: 15px;
line-height: 1;
margin-bottom: 25px;
}
.sidebar-item .categories li a{
display: block;
font-weight: 500;
color: #a3a8ab;
text-decoration: none;
}
.sidebar-item .categories li a:hover{
margin-left: 5px;
color: #fccf3e;
}
.sidebar-item .categories li a i{
margin-right: 10px;
}
.sidebar-item .categories li a span{
float: right;
}
.sidebar-item .tags{
margin: 0px;
}
.sidebar-item .tags li{
list-style: none;
display: inline-block;
float: left;
}
.sidebar-item .tags li a{
display: inline-block;
font-size: 15px;
line-height: 25px;
font-weight: 500;
color: #55575d;
background-color: #f6f6f6;
text-decoration: none;
border-radius: 3px;
padding: 5px 16px;
margin-right: 7px;
margin-bottom: 10px;
}
.sidebar-item .tags li a:hover, .sidebar-item .tags li a:focus{
background-color: #fccf3e;
color: #171717;
}
/* 17 - Footer
----------------------------------------------*/
footer .footer-top{
background-image: url(../images/backgrounds/footer-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
footer .overlay{
background-color: rgba(23, 23, 23, .95);
padding: 100px 0px;
}
footer .widget-title{
font-size: 28px;
font-weight: 300;
color: #fff;
margin-bottom: 20px;
}
footer .footer-about p{
font-size: 16px;
line-height: 26px;
color: #a3a8ab;
margin-bottom: 15px;
}
footer .footer-about ul{
margin: 0;
}
footer .footer-about ul li{
list-style: none;
overflow: hidden;
}
footer .footer-about ul li span{
font-size: 28px;
line-height: 1;
color: #fccf3e;
display: block;
float: left;
margin-right: 15px;
}
footer .footer-about ul li p{
display: table;
}
footer .footer-post ul{
margin: 0;
}
footer .footer-post ul li{
list-style: none;
overflow: hidden;
margin-bottom: 20px;
}
footer .footer-post .post-image{
float: left;
margin-right: 20px;
}
footer .footer-post .post-content{
display: table;
}
footer .footer-post .post-content h5 a{
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #a3a8ab;
text-decoration: none;
}
footer .footer-post .post-content h5 a:hover{
color: #fccf3e;
}
footer .footer-post .post-content span{
font-size: 15px;
line-height: 26px;
color: #6b6d72;
}
footer .footer-newsletter p{
font-size: 16px;
line-height: 26px;
color: #a3a8ab;
margin-bottom: 30px;
}
footer .footer-newsletter .news-input{
width: 100%;
border: none;
border-radius: 3px;
color: #fff;
background-color: rgba(255,255,255,.12);
padding: 15px;
margin-bottom: 10px;
outline: none;
border: 1px solid transparent;
}
footer .footer-newsletter .news-input:focus{
border: 1px solid #fccf3e;
}
footer .footer-newsletter .news-submit{
font-size: 15px;
line-height: 28px;
color: #171717;
font-weight: 700;
text-transform: uppercase;
padding: 10px 45px;
background-color: #fccf3e;
border-radius: 3px;
margin-top: 20px;
outline: none;
-webkit-transition: .25s;
transition: .25s;
}
footer .footer-newsletter .news-submit:hover, footer .footer-newsletter .news-submit:focus{
background-color: #fff;
color: #171717;
}
footer .footer-bottom{
background-color: #212121;
padding: 33px 0px;
}
footer .footer-bottom p{
font-size: 16px;
line-height: 24px;
color: #a3a8ab;
text-align: center;
margin: 0;
}
footer .footer-bottom p span, footer .footer-bottom p a{
color: #fccf3e;
font-weight: 600;
}
footer .footer-bottom p a:hover{
color: #fccf3e;
text-decoration: none;
} | assets/css/style.css | ----------------------------------------------*/
/*
1.0 - Normalize
*/
html {
font-family: 'Roboto', sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 15px; /* base font size 15px= 1em*/
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
color: #979797;
-webkit-transition: .25s;
-moz-transition: .25s;
-ms-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
min-width: inherit;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
}
/**
* 2.0 - Typography
*/
body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-family: 'Roboto', sans-serif;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-weight: 700;
color: #0d1218;
margin: 0;
padding: 0;
}
h2{
font-size: 56px;
line-height: 96px;
}
h3{
font-size: 28px;
}
h4{
font-size: 24px;
}
p {
font-size: 16px;
color: #55575d;
line-height: 28px;
margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border: 1px solid #e9e9e9;
color: #939595;
font-size: 17px;
font-style: italic;
line-height: 28px;
font-weight: 700;
padding: 30px 25px 25px 80px;
position: relative;
}
blockquote>p {
margin: 0;
padding: 0;
font-size: 17px;
color: #939595;
}
blockquote:after {
content: "\f10d" !important;
position: absolute;
left: 20px;
top: 50%;
margin-top: -20px;
font: normal normal normal 48px/1 FontAwesome;
color: #e9e9e9;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote > :last-child {
margin-bottom: 0;
}
address {
color: #939595;
font-weight: 600;
font-size: 1em;
margin-bottom: 10px;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: 'Roboto', sans-serif;
}
pre {
border: 1px solid #d1d1d1;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #d1d1d1;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #d1d1d1;
cursor: help;
}
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
big {
font-size: 125%;
}
/**
* 3.0 - Elements
*/
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff;
/* Fallback for when there is no custom background color defined. */
}
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
}
:-moz-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
}
::-moz-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
color: #c2c2c2;
font-family: 'Roboto', sans-serif;
}
/**
* 4.0 - Forms
*/
input {
line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
background: #1a1a1a;
border: 0;
border-radius: 2px;
color: #fff;
font-family: 'Roboto', sans-serif;
font-weight: 700;
letter-spacing: 0.046875em;
line-height: 1;
padding: 0.84375em 0.875em;
}
.section-header{
font-size: 42px;
line-height: 1;
color: #171717;
font-weight: 300;
text-align: center;
margin-bottom: 50px;
}
.default-button{
display: inline-block;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #171717;
background-color: #fccf3e;
border-radius: 3px;
}
.default-button:hover, .default-button:focus{
color: #171717;
text-decoration: none;
}
.slider-icons{
position: absolute;
top: -60px;
right: 0;
display: block;
width: 70px;
}
.slider-icons >div{
position: absolute;
font-size: 16px;
color: #171717;
background-color: #fccf3e;
height: 32px;
width: 32px;
border-radius: 3px;
text-align: center;
line-height: 32px;
cursor: pointer;
}
.slider-icons >div:hover{
background-color: #171717;
color: #fff;
}
.slider-icons >div:first-child{
left: 0;
}
.slider-icons >div:last-child{
right: 0;
}
.gym-share{
margin: 0px;
}
.gym-share li{
list-style: none;
display: inline-block;
float: left;
}
.gym-share li span{
font-size: 15px;
font-weight: 500;
color: #a3a8ab;
line-height: 36px;
margin-right: 15px;
}
.gym-share li a{
display: block;
height: 36px;
width: 36px;
border-radius: 3px;
line-height: 36px;
color: #55575d;
background-color: #f6f6f6;
text-align: center;
margin: 3px;
}
.gym-share li a:hover{
color: #171717;
background-color: #fccf3e;
}
.padding-130{
padding: 130px 0px;
}
.margin-b130{
margin-bottom: 130px;
}
/* 02 - Header
----------------------------------------------*/
.main-menu{
background-color: #171717;
z-index: 99;
}
.main-menu.menu-transparent{
position: fixed;
top: 0;
width: 100%;
height: auto;
background: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.main-menu.menu-fixed{
position: fixed;
top: 0;
width: 100%;
height: auto;
background-color: #171717;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.main-menu .navbar-brand{
padding: 24px 0px;
}
.main-menu .menu-bar{
margin: 0;
float: right;
}
.main-menu .menu-bar li{
list-style: none;
display: inline-block;
margin-left: 24px;
}
.main-menu .menu-bar li:first-child{
margin: 0;
}
.main-menu .menu-bar li a{
font-size: 15px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
color: #d8d6d5;
display: block;
padding: 35px 0px;
}
.main-menu .menu-bar li a:hover, .main-menu ul li a:focus{
color: #fccf3e;
}
.main-menu .menu-bar .active > a{
color: #fccf3e;
background: transparent;
}
.main-menu .menu-bar li .dropdown-menu{
padding: 0px;
margin: 0;
width: 230px;
}
.main-menu .menu-bar li ul li{
position: relative;
margin: 0;
display: block;
border-bottom: 1px solid #e7e7e7;
}
.main-menu .menu-bar li ul li:last-child{
border: none;
}
.main-menu .menu-bar li ul li a{
padding: 10px 15px;
text-transform: capitalize;
color: #171717;
}
.main-menu .menu-bar li ul li a:hover, .main-menu .menu-bar li ul li a:focus{
color: #fccf3e;
background: transparent;
margin-left: 5px;
}
.main-menu .menu-bar .phone a{
color: #fccf3e;
font-size: 18px;
}
.main-menu .menu-bar .phone a span{
position: relative;
display: inline-block;
font-size: 28px;
margin-right: 10px;
transform: translateY(2px);
z-index: 1;
}
.main-menu .menu-bar .phone a span:before{
content: "";
position: absolute;
right: -5px;
top: 25%;
height: 0px;
width: 0px;
border-top: 8px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #fccf3e;
border-left: 8px solid #fccf3e;
border-radius: 3px;
transform: rotate(-45deg);
z-index: -1;
}
/* 03 - Banner
----------------------------------------------*/
.banner{
background-image: url(../images/banner/banner_01.jpg);
background-size: cover;
background-position: 50% 50%;
height: 100vh;
position: relative;
z-index: 9;
}
.banner .banner-content{
position: absolute;
width: 100%;
left: 0;
top: 50%;
text-align: center;
-webkit-transform: translateY(-90%);
-moz-transform: translateY(-90%);
-ms-transform: translateY(-90%);
-o-transform: translateY(-90%);
transform: translateY(-90%);
}
.banner .banner-content h2{
font-size: 68px;
font-weight: 300;
color: #fff;
text-transform: uppercase;
}
.banner .banner-content h2 span{
color: #fccf3e;
font-weight: 700;
}
.banner .banner-content p{
font-size: 26px;
line-height: 28px;
color: #fff;
}
.banner-items{
position: absolute;
width: 100%;
bottom: 50px;
color: #fff;
z-index: 9;
}
.banner-items .image{
display: block;
float: left;
overflow: hidden;
border-radius: 5px;
}
/* Bob */
@-webkit-keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
}
.banner-items .content{
display: table;
padding: 20px;
}
.banner-items .content h4{
font-size: 24px;
line-height: 28px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 5px;
}
.banner-items .content li{
list-style: none;
line-height: 28px;
}
.banner-items .content li span{
float: right;
}
.banner-items .content li:last-child span{
color: #fccf3e;
}
.banner-items .content li a{
line-height: 54px;
color: #fccf3e;
}
.banner-two{
background-image: url(../images/banner/banner_02.jpg);
background-size: cover;
background-position: 50% 50%;
height: 100vh;
position: relative;
z-index: 9;
}
.banner-two .banner-content{
position: absolute;
width: 100%;
text-align: center;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner-two .banner-content h2{
font-size: 68px;
color: #fff;
text-transform: uppercase;
font-weight: 300;
}
.banner-two .banner-content h2 span{
font-weight: 700;
color: #fccf3e;
}
.banner-two .banner-content p{
font-size: 26px;
line-height: 28px;
color: #fff;
}
.banner-two .banner-content a{
padding: 10px 33px;
}
.banner-two .banner-content a:hover, .banner-two .banner-content a:focus{
background-color: #fff;
color: #171717;
}
/* 04 - Page Header
----------------------------------------------*/
.page-header{
background-image: url(../images/backgrounds/page_header_bg.jpg);
background-size: cover;
background-position: 50% 50%;
margin: 0;
padding: 75px 0px;
border: none;
}
.page-header h3{
font-size: 36px;
line-height: 25px;
font-weight: 300;
text-transform: uppercase;
color: #171717;
margin-bottom: 10px;
}
.page-header ul{
margin: 0;
}
.page-header ul li{
list-style: none;
display: inline-block;
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #171717;
}
.page-header ul .active{
color: #a3a8ab;
}
.page-header ul li a{
text-decoration: none;
color: #171717;
}
.page-header ul li a:hover{
color: #171717;
}
.page-header ul span{
color: #a3a8ab;
}
/* 05 - About
----------------------------------------------*/
.about{
padding: 130px;
}
.about .about-image{
overflow: hidden;
border-radius: 3px;
}
.about .about-content h4{
font-size: 20px;
line-height: 26px;
font-weight: 300;
color: #a3a8ab;
margin-bottom: 30px;
}
.about .about-content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
}
/* 06 - Gallery
----------------------------------------------*/
.gallery{
overflow: hidden;
padding: 6px;
}
.gallery .gallery-top{
}
.gallery .gallery-top > div{
width: 50%;
float: left;
border: 6px solid #fff;
height: 622px;
overflow: hidden;
}
.gallery .gallery-top .image img{
height: 100%;
width: 100%;
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery .gallery-top .image:hover img{
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.gallery .gallery-top .content{
background-color: #fccf3e;
padding: 100px;
}
.gallery .gallery-top .content h2{
font-size: 48px;
line-height: 56px;
margin-bottom: 30px;
}
.gallery .gallery-top .content h2 a{
color: #171717;
text-transform: uppercase;
text-decoration: none;
}
.gallery .gallery-top .content h2 a:hover{
color: #171717;
}
.gallery .gallery-top .content p{
font-size: 16px;
line-height: 26px;
color: #171717;
margin-bottom: 30px;
}
.gallery .gallery-top .content > a{
font-size: 15px;
font-weight: 700;
color: #fff;
display: inline-block;
background-color: #171717;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
padding: 9px 32px;
margin-top: 20px;
}
.gallery .gallery-top .content > a:hover, .gallery .gallery-top .content > a:focus{
background-color: #fff;
color: #171717;
}
.gallery .gallery-bottom .gallery-item{
overflow: hidden;
position: relative;
width: 33.33%;
float: left;
border: 6px solid #fff;
height: 412px;
}
.gallery .gallery-bottom .gallery-item img{
width: 100%;
height: 100%;
}
.gallery .gallery-bottom .gallery-item:first-child img,.gallery .gallery-bottom .gallery-item:last-child img{
-webkit-transition: .5s;
transition: .5s;
-webkit-transform: scale(1);
transform: scale(1);
}
.gallery .gallery-bottom .gallery-item:first-child:hover img,.gallery .gallery-bottom .gallery-item:last-child:hover img{
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.gallery .gallery-bottom .gallery-item .overlay{
position: absolute;
background-color: #fccf3e;
width: 100%;
height: 100%;
top: 0;
left: 0;
font-size: 48px;
line-height: 400px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
text-align: center;
text-decoration: none;
opacity: .86;
}
.gallery .gallery-bottom .gallery-item .video_overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(23,23,23,.5);
}
.gvideo-icon{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.gvideo-icon img{
transition: .25s;
}
.gvideo-icon img:hover{
transform: scale(1.2);
}
.gallery-two{
background-image: url(../images/backgrounds/gallery-two-bg.jpg);
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.gallery-two > .overlay{
background-color: rgba(209, 175, 70, .86);
padding: 130px 0px;
}
.gallery-two .section-header{
color: #fff;
}
.gallery-two .gallery-top{
overflow: hidden;
margin: -5px;
}
.gallery-two .gallery-top .gallery-item{
width: 50%;
float: left;
overflow: hidden;
padding: 5px;
margin-bottom: 50px;
}
.gallery-two .gallery-top .gallery-item >div{
position: relative;
border-radius: 5px;
overflow: hidden;
}
.gallery-two .gallery-top .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(23,23,23,.5);
}
.gallery-images{
overflow: hidden;
margin: -3px;
}
.gallery-images .gallery-item{
width: 25%;
float: left;
overflow: hidden;
padding: 3px;
}
.gallery-images .gallery-item > div{
position: relative;
border-radius: 3px;
overflow: hidden;
}
.gallery-images .gallery-item img{
width: 100%;
}
.gallery-images .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.76);
border-radius: 3px;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.gallery-images .gallery-item:hover .overlay{
opacity: 1;
}
.gallery-images .image-icon{
display: block;
position: absolute;
height: 42px;
width: 42px;
top: 50%;
left: 50%;
text-align: center;
border: 2px solid #7b7b7b;
border-radius: 100%;
padding: 80px;
-webkit-transition: .3s;
transition: .3s;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
opacity: 0;
}
.gallery-images .image-icon img{
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: .3s;
transition: .3s;
}
.gallery-images .gallery-item:hover .image-icon{
opacity: 1;
padding: 10px;
}
.gallery-images .gallery-item:hover .image-icon img{
-webkit-transform: scale(1);
transform: scale(1);
}
.video-gallery .top .gallery-item{
width: 50%;
float: left;
overflow: hidden;
padding: 5px;
margin-bottom: 70px;
}
.video-gallery .top .gallery-item >div{
position: relative;
border-radius: 5px;
overflow: hidden;
margin-bottom: 15px;
}
.video-gallery .top .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(23,23,23,.5);
}
.video-gallery .gallery-item img{
width: 100%;
}
.video-gallery .gallery-item p{
font-size: 24px;
line-height: 1;
font-weight: 500;
color: #171717;
text-transform: uppercase;
margin: 0px;
}
.video-gallery .bottom .gallery-item{
margin-bottom: 30px;
}
.video-gallery .bottom .gallery-item > div{
position: relative;
overflow: hidden;
border-radius: 3px;
margin-bottom: 15px;
}
.video-gallery .bottom .gallery-item p{
font-size: 20px;
}
/* 07 - Classes
----------------------------------------------*/
.classes{
background-image: url(../images/backgrounds/classes-bg.jpg);
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.classes .overlay{
background-color: rgba(255, 255, 255, .84);
padding: 130px 0px;
}
.classes .section-header{
text-align: left;
}
.classes .classe-items{
position: relative;
}
.class-item{
text-align: center;
border-radius: 3px;
overflow: hidden;
margin-bottom: 20px;
}
.class-item .image img{
width: 100%;
}
.class-item .content{
padding: 20px;
background-color: #fff;
-webkit-transition: .25s;
transition: .25s;
}
.class-item .content h3 a{
font-size: 20px;
line-height: 24px;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
color: #171717;
}
.class-item h3 a:hover{
color: #171717;
}
.class-item span{
font-size: 15px;
line-height: 24px;
color: #a3a8ab;
}
.class-item p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-top: 15px;
}
.class-item:hover .content{
background-color: #fccf3e;
}
.class-item:hover span{
color: #171717;
}
.class-grid{
padding: 130px 0px;
}
.class-list{
padding: 130px 0px;
}
.class-list .class-item{
border-radius: 0px;
}
.class-list .class-item .image{
overflow: hidden;
float: left;
margin-right: 20px;
border-radius: 3px;
}
.class-list .class-item .content{
display: table;
text-align: left;
padding: 0;
}
.class-list .class-item:hover .content{
background-color: transparent;
}
.class-list .class-item:hover span{
color: #a3a8ab;
}
.class-list .class-item h3 a:hover{
color: #fccf3e;
}
.class-single-item{
border-bottom: 1px solid #e4e7e9;
margin-bottom: 50px;
}
.class-single-item .image{
overflow: hidden;
border-radius: 3px;
}
.class-single-item .content{
padding: 30px 0px;
}
.class-single-item .content h2{
font-size: 36px;
line-height: 1.5;
font-weight: 300;
color: #171717;
}
.class-single-item .content ul{
margin-bottom: 25px;
}
.class-single-item .content ul li{
list-style: none;
display: inline-block;
font-size: 15px;
line-height: 28px;
font-weight: 500;
color: #a3a8ab;
}
.class-single-item .content ul li a{
text-decoration: none;
color: #a3a8ab;
}
.class-single-item .content ul li a:hover{
color: #fccf3e;
}
.class-single-item .content ul span{
color: #e4e7e9;
margin: 0px 5px;
}
.class-single-item .content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
}
.class-single-item .bottom{
margin-top: 50px;
overflow: hidden;
}
.class-single-item .bottom input{
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: #171717;
background-color: #fccf3e;
padding: 14px 36px;
outline: none;
-webkit-transition: .25s;
transition: .25s;
}
.class-single-item .bottom input:hover, .class-single-item .bottom input:focus{
background-color: #171717;
color: #fff;
}
.class-single-item .bottom ul{
float: right;
margin: 0px;
}
.class-single-item .bottom ul li{
list-style: none;
display: inline-block;
float: left;
}
.class-single-item .bottom ul li span{
font-size: 15px;
font-weight: 500;
color: #a3a8ab;
line-height: 36px;
margin-right: 15px;
}
.class-single-item .bottom ul li a{
display: block;
height: 36px;
width: 36px;
border-radius: 3px;
line-height: 36px;
color: #55575d;
background-color: #f6f6f6;
text-align: center;
margin: 3px;
}
.class-single-item .bottom ul li a:hover{
color: #171717;
background-color: #fccf3e;
}
.class-benifits{
margin-bottom: 50px;
}
.class-benifits h3{
font-size: 26px;
line-height: 1.5;
font-weight: 300;
color: #171717;
}
.class-benifits > p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 15px;
}
.class-benifits .benifits-items span{
margin-right: 10px;
}
.class-benifits .benifits-items p{
font-size: 16px;
line-height: 34px;
color: #a3a8ab;
margin: 0px;
}
.related-class > h3{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.class-list .class-item{
border-radius: 0px;
}
.related-class .class-item .image{
overflow: hidden;
float: left;
margin-right: 20px;
border-radius: 3px;
}
.related-class .class-item .content{
display: table;
text-align: left;
padding: 0;
}
.related-class .class-item:hover .content{
background-color: transparent;
}
.related-class .class-item:hover span{
color: #a3a8ab;
}
.related-class .class-item h3 a:hover{
color: #fccf3e;
}
/* 08 - Fun Facts
----------------------------------------------*/
.fun-facts{
background-image: url(../images/backgrounds/fun-fact-bg.jpg);
background-size: cover;
background-position: 50% 50%;
overflow: hidden;
}
.fun-facts .overlay{
background-color: rgba(23, 23, 23, .88);
padding: 110px 0px;
}
.fun-facts .fun-item{
text-align: center;
}
.fun-facts .fun-item span{
font-size: 48px;
line-height: 1.2;
font-weight: 700;
color: #fccf3e;
}
.fun-facts .fun-item p{
font-size: 16px;
line-height: 32px;
font-weight: 500;
color: #d8d6d5;
margin: 0;
}
.fun-facts-2 .fun-item span{
font-weight: 300;
}
/* 09 - Trainers
----------------------------------------------*/
.trainers{
background-image: url(../images/backgrounds/trainer-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.trainers .overlay{
background-color: rgba(255, 255, 255, .84);
padding: 130px 0px;
}
.trainers .trainer-items{
position: relative;
}
.trainers .trainer-item{
text-align: center;
}
.trainers .trainer-item .trainer-image{
position: relative;
overflow: hidden;
}
.trainers .trainer-item .trainer-image img{
height: 100%;
width: 100%;
}
.trainers .trainer-item .overlay{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: #000000;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.trainers .trainer-item .trainer-social{
position: absolute;
width: 100%;
bottom: 0;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.trainers .trainer-item .trainer-social a{
display: inline-block;
font-size: 16px;
line-height: 38px;
color: #252525;
height: 36px;
width: 36px;
background-color: rgba(255, 255, 255, .5);
border-radius: 100%;
text-align: center;
}
.trainers .trainer-item .trainer-social a:hover{
background-color: #fccf3e;
}
.trainers .trainer-item .trainer-details{
background-color: #fff;
padding: 20px 10px;
border: 1px solid #e7e7e7;
border-left: none;
}
.trainers .swiper-slide-active .trainer-details{
border-left: 1px solid #e7e7e7;
}
.trainers .trainer-item .trainer-details h4 a{
font-size: 20px;
line-height: 20px;
font-weight: 700;
color: #171717;
text-decoration: none;
text-transform: uppercase;
}
.trainers .trainer-item .trainer-details p{
font-size: 15px;
line-height: 20px;
font-weight: 500;
color: #a3a8ab;
margin: 0;
}
.trainers .trainer-item:hover .overlay{
opacity: .5;
}
.trainers .trainer-item:hover .trainer-social{
bottom: 50%;
-webkit-transform: translateY(50%);
transform: translateY(50%);
opacity: 1;
}
.trainers .trainer-item:hover h4 a{
color: #fccf3e;
}
.trainer-slide-icon{
position: absolute;
top: 32%;
width: 100%;
z-index: 9;
}
.trainer-slide-icon > div{
position: absolute;
font-size: 16px;
color: #171717;
background-color: rgba(255, 255, 255, .5);
height: 36px;
width: 36px;
text-align: center;
line-height: 38px;
border-radius: 100%;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
cursor: pointer;
}
.trainer-slide-icon > div:hover{
background-color: #fccf3e;
}
.trainer-slide-icon .trainer-button-prev{
left: -50px;
}
.trainer-slide-icon .trainer-button-next{
right: -50px;
}
.trainers .trainer-items:hover .trainer-slide-icon > div{
opacity: 1;
}
.trainers .trainer-items:hover .trainer-button-prev{
left: 10px;
}
.trainers .trainer-items:hover .trainer-button-next{
right: 10px;
}
.trainers.trainers-two{
background-image: url(../images/backgrounds/trainer-bg_02.jpg);
}
.trainers.trainers-two .trainer-item{
width: 33.33%;
float: left;
}
.trainers.trainers-two .trainer-item:first-child .trainer-details{
border-left: 1px solid #e7e7e7;
}
.trainers.trainers-two .trainer-items{
overflow: hidden;
margin-bottom: 50px;
}
.trainers.trainers-two .trainers-button{
text-align: center;
}
.trainers.trainers-two .trainers-button a{
padding: 10px 35px;
}
.trainers.trainers-two .trainers-button a:hover{
background-color: #171717;
color: #fff;
}
.trainer-profile .image{
overflow: hidden;
border-radius: 3px;
margin-right: 10px;
}
.trainer-profile .image img{
width: 100%;
}
.trainer-profile .details{
margin-left: 10px;
}
.trainer-profile .details h3{
font-size: 30px;
line-height: 24px;
font-weight: 300;
text-transform: uppercase;
}
.trainer-profile .details > span{
font-size: 15px;
line-height: 28px;
font-weight: 500;
color: #a3a8ab;
margin-bottom: 15px;
display: block;
}
.trainer-profile .details p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 25px;
}
.trainer-profile .details > ul{
overflow: hidden;
margin: 50px 0px;
}
.trainer-profile .details > ul li{
list-style: none;
}
.trainer-profile .details > ul li p{
font-size: 15px;
line-height: 28px;
color: #a3a8ab;
margin: 0px;
}
.trainer-profile .details > ul li p:first-child{
min-width: 110px;
float: left;
margin-right: 20px;
}
.trainer-profile .details > ul li p:first-child span{
float: right;
}
.trainer-profile .details > ul li ul{
margin: 0px;
}
.trainer-profile .details > ul li ul li{
list-style: none;
display: inline-block;
}
.trainer-profile .details > ul li ul li a{
display: block;
height: 36px;
width: 36px;
border-radius: 3px;
line-height: 36px;
color: #55575d;
background-color: #f6f6f6;
text-align: center;
margin-right: 5px;
}
.trainer-profile .details > ul li ul li a:hover{
color: #171717;
background-color: #fccf3e;
}
.trainer-profile .details > ul li:last-child{
margin-top: 7px;
}
.trainer-profile .details > ul li:last-child p{
line-height: 42px;
}
.trainer-profile .personal{
background-color: #f6f6f6;
padding: 30px;
border-radius: 3px;
}
.trainer-profile .personal h4{
font-size: 26px;
line-height: 25px;
font-weight: 300;
color: #171717;
margin-bottom: 10px;
}
.trainer-profile .personal p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 15px;
}
.trainer-profile .personal ul{
margin-bottom: 20px;
}
.trainer-profile .personal ul li{
list-style: none;
}
.trainer-profile .personal ul li p{
font-size: 15px;
line-height: 28px;
color: #a3a8ab;
margin: 0px;
}
.trainer-profile .personal ul li p:first-child{
min-width: 110px;
float: left;
margin-right: 5px;
}
.trainer-profile .personal ul li p:first-child span{
float: right;
}
.trainer-profile .personal ul li p:last-child{
font-weight: 700;
color: #171717;
}
.trainer-profile .personal ul li:last-child p:last-child{
color: #fccf3e;
}
.trainer-profile .personal a{
padding: 9px 27px;
}
.trainer-profile .personal a:hover, .trainer-profile .personal a:focus{
background-color: #171717;
color: #fff;
}
/* 10 - Pricing
----------------------------------------------*/
.pricing{
background-image: url(../images/backgrounds/pricing-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.pricing .overlay{
background-color: rgba(23, 23, 23, .5);
padding: 130px 0px;
}
.pricing .pricing-item{
text-align: center;
background-color: rgba(23,23,23,.9);
padding: 50px 0px;
border-top: 8px solid #fccf3e;
border-radius: 3px;
}
.pricing .pricing-item h4{
font-size: 24px;
color: #fff;
text-transform: uppercase;
margin-bottom: 15px;
}
.pricing .pricing-item h3{
font-size: 48px;
font-weight: 300;
color: #fccf3e;
margin-bottom: 25px;
}
.pricing .pricing-item p{
font-size: 16px;
line-height: 34px;
color: #c4c4c4;
margin: 0;
}
.pricing .pricing-item a{
display: inline-block;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #171717;
background-color: #fccf3e;
border-radius: 3px;
padding: 8px 38px;
margin-top: 35px;
}
.pricing .pricing-item a:hover, .pricing .pricing-item a:focus{
background-color: #fff;
color: #171717;
}
.our-trainers .trainers, .our-trainers .trainers-two{
background-image: none;
}
/* 11 - Testimonial
----------------------------------------------*/
.testimonial{
background-image: url(../images/backgrounds/testimonial-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.testimonial .overlay{
background-color: rgba(255, 255, 255, .84);
padding: 130px 0px;
}
.testimonilas{
overflow: hidden;
position: relative;
min-height: 280px;
}
.testimonial .testimonial-images{
width: 310px;
float: left;
margin: -5px;
margin-right: 60px;
}
.testimonial .testimonial-images li{
width: 50%;
list-style: none;
display: inline-block;
float: left;
padding: 5px;
}
.testimonial .testimonial-images li a{
display: block;
position: relative;
}
.testimonial .testimonial-images li img{
border-radius: 5px;
display: block;
width: 100%;
}
.testimonial .testimonial-images li span{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(252,207,62,.8);
border-radius: 5px;
opacity: 0;
-webkit-transition: .25s;
transition: .25s;
}
.testimonial .testimonial-images .active a span{
opacity: 1;
}
.testimonial .testimonial-images li a:hover span{
opacity: 1;
}
.testimonial .testimonial-items{
width: calc(100% - 370px);
float: right;
}
.testimonial .testimonial-item{
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonial .testimonial-item img{
margin-bottom: 20px;
}
.testimonial .testimonial-item h4{
font-size: 22px;
color: #171717;
margin-bottom: 15px;
}
.testimonial .testimonial-item h4 span{
font-size: 15px;
font-style: italic;
color: #a3a8ab;
}
.testimonial .testimonial-item p{
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #55575d;
margin: 0;
}
.testimonial-two{
background-image: url(../images/backgrounds/testimonial-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
.testimonial-two .overlay{
background-color: rgba(0, 0, 0, .84);
padding: 130px 0px;
}
.testimonial-two .section-header{
color: #fff;
}
.testimonial-two .testimonial-items{
position: relative;
}
.testimonial-two .testimonial-item{
background-color: #fff;
border-radius: 3px;
padding: 30px;
}
.testimonial-two .testimonial-item .image{
overflow: hidden;
float: left;
border-radius: 3px;
margin-right: 25px;
}
.testimonial-two .testimonial-item .content{
display: table;
}
.testimonial-two .testimonial-item p{
font-size: 18px;
line-height: 32px;
font-style: italic;
color: #55575d;
margin-bottom: 20px;
}
.testimonial-two .testimonial-item h4{
font-size: 22px;
line-height: 24px;
font-weight: 400;
color: #171717;
}
.testimonial-two .testimonial-item span{
font-size: 15px;
line-height: 24px;
font-style: italic;
font-weight: 700;
color: #a3a8ab;
}
.testimonial-two .testimonial-pagination{
position: absolute;
bottom: -100px;
width: 100%;
text-align: center;
}
.testimonial-two .swiper-pagination-bullet{
background-color: #4e4e4c;
margin-right: 6px;
}
.testimonial-two .swiper-pagination-bullet-active{
background-color: #fccf3e;
}
/* 12 - Shop
----------------------------------------------*/
.products{
padding: 130px 0px;
}
.products .section-header{
text-align: left;
}
.products .product-items{
position: relative;
}
.shop-items{
margin-bottom: 50px;
}
.product-item{
text-align: center;
border-radius: 3px;
overflow: hidden;
}
.shop .product-item{
margin-bottom: 30px;
}
.product-item .image img{
width: 100%;
}
.product-item .content{
background-color: #f6f6f6;
padding: 20px;
-webkit-transition: .25s;
transition: .25s;
}
.product-item h4 a{
font-size: 20px;
line-height: 24px;
font-weight: 500;
text-transform: uppercase;
color: #171717;
}
.product-item h4 a:hover, .product-item h4 a:focus{
color: #171717;
text-decoration: none;
}
.product-item span{
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #fccf3e;
-webkit-transition: .25s;
transition: .25s;
}
.product-item:hover .content{
background-color: #fccf3e;
}
.product-item:hover span{
color: #171717;
}
.product-item:hover {}
.product-item:hover {}
.shop .pagination{
text-align: center;
}
.shop .pagination ul{
float: none;
}
.product-details-info{
margin-bottom: 80px;
}
.product-slider .left{
overflow: hidden;
width: 20%;
float: left;
max-height: 450px;
position: relative;
padding: 35px 0px;
}
.left .flexslider .slides > li{
float: none!important;
margin-bottom: 10px;
}
.product-slider .right{
width: 80%;
float: right;
}
.flexslider .slides li{
overflow: hidden;
border-radius: 3px;
}
.left .slides .flex-active-slide{
border: 3px solid #fccf3e;
}
.right .flex-direction-nav{
display: none;
}
.flex-nav-prev{
display: block!important;
opacity: 1!important;
}
.flex-direction-nav .flex-disabled{
opacity: 1!important;
filter: alpha(opacity=1);
cursor: default;
z-index: 1;
cursor: pointer;
}
.left .flexslider{
position: static;
}
.flex-direction-nav a{
left: 0!important;
display: block;
width: 100%;
height: 26px;
text-align: center;
color: #a8a8a8;
opacity: 1!important;
background-color: #f6f6f6;
border: 1px solid #e4e7e9;
border-radius: 3px;
margin: 0;
cursor: pointer;
}
.flex-direction-nav a:hover{
background-color: #fccf3e;
color: #171717;
border: 1px solid #fccf3e;
}
.flex-direction-nav a:before{
font-family: "FontAwesome";
font-size: 14px;
width: 100%;
height: 100%;
}
.flex-direction-nav .flex-prev{
top: 0;
}
.flex-direction-nav .flex-prev:before{
content: "\f077";
}
.flex-direction-nav .flex-next{
right: 0;
text-align: center;
bottom: 0;
}
.flex-direction-nav .flex-next:before{
content: "\f078"!important;
font-family: "FontAwesome";
}
.product-details h3{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #363636;
margin-bottom: 10px;
}
.product-details .rating-box{
line-height: 34px;
}
.product-details .rating-box span{
color: #fccf3e;
}
.product-details .rating-box a{
font-size: 14px;
line-height: 24px;
color: #959595;
text-decoration: none;
margin-left: 10px;
}
.product-details .add-review{
display: block;
float: right;
font-size: 14px;
color: #959595;
background-color: #f6f6f6;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 4px 15px;
}
.product-details .product-price span{
font-size: 36px;
font-weight: 300;
color: #363636;
}
.product-details .product-detail-content{
border-bottom: 1px solid #e4e7e9;
margin-bottom: 30px;
}
.product-details .product-detail-content p{
font-size: 16px;
color: #707070;
}
.product-details .selection{
margin-bottom: 30px;
}
.product-details .number{
overflow: hidden;
float: left;
}
.product-details .number a{
display: block;
color: #959595;
font-size: 16px;
line-height: 44px;
height: 42px;
width: 42px;
border: 1px solid #e4e7e9;
border-radius: 3px;
text-align: center;
float: left;
margin-right: 6px;
}
.product-details .number a:hover{
background-color: #fccf3e;
border: 1px solid #fccf3e;
color: #171717;
}
.product-details .number input{
width: 100px;
float: left;
margin-right: 6px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 11px 10px;
outline: none;
}
.product-details .selection > input{
width: 290px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 11px 10px;
outline: none;
margin-left: 25px;
}
.product-details .selection input:focus{
border: 1px solid #fccf3e;
}
.product-details .add-cart{
margin-bottom: 30px;
}
.product-details .add-cart a{
padding: 7px 28px;
}
.product-details .add-cart a:hover, .product-details .add-cart a:focus{
background-color: #171717;
color: #fff;
}
.product-details .tags{
overflow: hidden;
margin-bottom: 25px;
}
.product-details .tags li{
list-style: none;
display: inline-block;
float: left;
font-weight: 500;
color: #a3a8ab;
}
.product-details .tags li a{
font-size: 15px;
color: #55575d;
text-decoration: none;
}
.product-review .nav-tabs{
border: none;
}
.product-review .nav-tabs{
margin-bottom: 10px;
}
.product-review .nav-tabs>li{
font-size: 24px;
color: #e4e7e9;
}
.product-review .nav-tabs>li span{
margin: 0px 10px;
}
.product-review .nav-tabs>li>a{
border: none;
display: inline-block;
font-size: 24px;
font-weight: 300;
text-transform: uppercase;
color: #a3a8ab;
padding: 0px;
}
.product-review .nav-tabs>li>a:hover{
background-color: transparent;
border: none;
color: #fccf3e;
}
.product-review .nav-tabs>li.active>a, .product-review .nav-tabs>li.active>a:focus, .product-review .nav-tabs>li.active>a:hover{
border: none;
background-color: transparent;
color: #fccf3e;
}
.product-review p{
font-size: 16px;
line-height: 26px;
color: #707070;
}
.product-review .benifits-items p{
font-size: 16px;
line-height: 34px;
color: #a3a8ab;
margin: 0px;
}
.product-review .benifits-items p span{
margin-right: 10px;
}
.add-review h4,
.review-area h4 {
font-size: 20px;
color: #161616;
font-weight: 700;
border-bottom: 1px solid #dedede;
padding-bottom: 15px;
margin-bottom: 25px;
}
#review h4 span {
font-size: 15px;
color: #767676;
font-weight: 400;
}
.review-item {
border-bottom: 1px solid #dedede;
margin-bottom: 30px;
}
.review-item:last-child {
border-bottom: none;
}
.review-item .image {
overflow: hidden;
border-radius: 3px;
float: left;
margin-right: 20px;
}
.review-item .content {
display: table;
}
.review-item .content h5{
color: #161616;
font-size: 15px;
font-weight: 700;
}
.review-item .content h5 span{
color: #767676;
font-weight: 400;
}
.review-item .content h5 .rating-box span{
color: #fccf3e;
line-height: 1;
width: auto;
}
.review-item .content p {
font-size: 16px;
color: #707070;
line-height: 26px;
}
.form-item {
overflow: hidden;
margin-bottom: 20px;
}
.form-item label {
display: block;
font-size: 15px;
font-weight: 700;
}
.form-item label>sup>i {
font-size: 10px;
color: red;
}
.form-item input {
width: 97%;
padding: 8px 20px;
font-size: 14px;
border: 1px solid #ebebeb;
border-radius: 3px;
outline: none;
}
.form-item input:focus{
border: 1px solid #fccf3e;
}
.review-rating {
position: relative;
width: 100%;
}
.review-rating input{
width: 97%;
background-color: #f5f7f8;
outline: none;
padding: 4px 60px 4px 10px;
border-radius: 3px;
outline: none;
}
.review-rating .review-rating-icon {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.review-rating .review-rating-icon i {
color: #e3e6e9;
}
.review-rating:active input,
.review-rating:focus input,
.review-rating:hover input {
border: 1px solid #fccf3e;
}
.review-rating:active .review-rating-icon>i,
.review-rating:focus .review-rating-icon>i,
.review-rating:hover .review-rating-icon>i {
color: #fccf3e;
}
.review-rating::-webkit-input-placeholder {
font-size: 14px;
color: #fccf3e;
}
.form-item textarea {
width: 100%;
height: 130px;
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 20px;
outline: none;
}
.form-item textarea:focus{
border: 1px solid #fccf3e;
}
.form-item .col-md-4:last-child input,
.form-item .col-md-3:last-child input {
width: 100%;
}
.add-review form a.default-button{
padding: 10px 23px;
margin-top:10px;
}
.add-review form a:hover, .add-review form a:focus{
background-color: #171717;
color: #fff;
}
.shop-cart .shop-table{
margin-bottom: 60px;
}
.shop-cart table{
border-color: #e4e7e9;
border-radius: 3px;
min-width: 900px;
overflow-X: auto;
}
.shop-cart table thead{
background-color: #f6f6f6;
}
.shop-cart table tr th{
text-align: center;
padding: 20px;
border-color: #e4e7e9;
border-bottom: none;
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: #2f2f2f;
}
.shop-cart table tr td{
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 24px;
color: #2f2f2f;
border-color: #e4e7e9;
padding: 20px;
}
.shop-cart table tr .product-thumbnail{
text-align: left;
}
.shop-cart table tr .product-thumbnail .image{
float: left;
margin-right: 20px;
}
.shop-cart table tr .product-thumbnail .content{
display: table;
margin-top: 28px;
}
.shop-cart table tr .product-thumbnail h4{
font-size: 18px;
font-weight: 500;
line-height: 24px;
}
.shop-cart table tr .product-thumbnail h4 a{
text-decoration: none;
color: #55575d;
}
.shop-cart table tr .product-thumbnail h4 a:hover{
color: #fccf3e;
}
.shop-cart table tr span{
font-size: 18px;
font-weight: 500;
line-height: 24px;
color: #55575d;
}
.shop-cart table tr .quantity{
}
.shop-cart table tr .quantity a{
display: block;
color: #959595;
font-size: 16px;
line-height: 36px;
height: 36px;
width: 36px;
border: 1px solid #e4e7e9;
border-radius: 3px;
text-align: center;
float: left;
}
.shop-cart table tr .quantity a:hover{
background-color: #fccf3e;
border: 1px solid #fccf3e;
color: #171717;
}
.shop-cart table tr .quantity input{
width: 82px;
float: left;
margin: 0px 8px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 6px 10px;
outline: none;
}
.shop-cart table tr .quantity input:focus{
border: 1px solid #fccf3e;
}
.shop-cart table tr .total-cart{
border-right: none;
}
.shop-cart table tr .remove-cart{
width: 70px;
}
.shop-cart table tr .remove-cart span{
height: 18px;
width: 18px;
background-color: #fccf3e;
display: inline-block;
text-align: center;
font-size: 12px;
color: #fff;
line-height: 18px;
border-radius: 100%;
cursor: pointer;
}
.shop-cart table tr .coupon{
float: left;
}
.shop-cart table tr .coupon input:first-child{
width: 285px;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 7px 15px;
outline: none;
background-color: #fafafa;
color: #959595;
font-size: 16px;
line-height: 24px;
font-weight: 500;
float: left;
margin-right: 10px;
}
.shop-cart table tr .coupon input:first-child:focus{
border: 1px solid #fccf3e;
}
.shop-cart table tr .coupon input:last-child{
background-color: #fccf3e;
color: #171717;
padding: 8px 26px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
outline: none;
border-radius: 4px;
}
.shop-cart table tr .update{
float: right;
}
.shop-cart table tr .update input{
background-color: #fccf3e;
color: #171717;
padding: 8px 26px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
outline: none;
border-radius: 4px;
}
.shop-cart table tr .update input:first-child{
color: #fff;
background-color: #171717;
}
.shop-cart table tr .update input:last-child{
float: right;
margin-left: 10px;
}
.shop-cart .shipping{
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 20px;
overflow: hidden;
}
.shop-cart .shipping h4, .shop-cart .cart-total h4{
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #2f2f2f;
margin-bottom: 10px;
}
.shop-cart .shipping select{
font-size: 16px;
font-weight: 500;
background-color: #fafafa;
color: #a3a8ab;
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 7px 15px;
outline: none;
margin-bottom: 20px;
}
.shop-cart .shipping select:nth-child(2){
width: 100%;
}
.shop-cart .shipping select:nth-child(3){
width: 48%;
float: left;
}
.shop-cart .shipping select:nth-child(4){
width: 48%;
float: right;
}
.shop-cart .shipping input{
float: right;
background-color: #fccf3e;
color: #171717;
padding: 8px 26px;
font-weight: 500;
font-size: 16px;
line-height: 24px;
outline: none;
border-radius: 4px;
}
.shop-cart .cart-total{
border: 1px solid #ebebeb;
border-radius: 3px;
padding: 20px;
overflow: hidden;
}
.shop-cart .cart-total p{
font-size: 15px;
line-height: 32px;
font-weight: 500;
color: #55575d;
margin: 0px;
}
.shop-cart .cart-total p span{
float: right;
}
/* 13 - Client
----------------------------------------------*/
.client{
background-color: #f6f6f6;
padding: 80px;
}
/* 14 - Contact Us
----------------------------------------------*/
.contact-info{
margin-bottom: 50px;
}
.contact-info .icon{
float: left;
margin-right: 15px;
}
.contact-info .icon span{
display: block;
height: 60px;
width: 60px;
background-color: #f6f6f6;
color: #55575d;
font-size: 36px;
text-align: center;
}
.contact-info .content{
display: table;
}
.contact-info .content h4{
font-size: 26px;
line-height: 26px;
font-weight: 300;
color: #171717;
}
.contact-info .content p{
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #959595;
}
.contact-form{}
.contact-form h3{
font-size: 36px;
font-weight: 300;
color: #171717;
text-transform: uppercase;
margin-bottom: 30px;
}
.contact-form .contact-input{
width: 100%;
border: 1px solid #e4e7e9;
border-radius: 3px;
outline: none;
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #a3a8ab;
margin-bottom: 20px;
padding: 10px 15px;
}
.contact-form .contact-input:focus{
border: 1px solid #fccf3e;
}
.contact-form textarea{
min-height: 178px;
}
.contact-form .contact-submit{
font-size: 16px;
font-weight: 700;
color: #171717;
background-color: #fccf3e;
text-transform: uppercase;
outline: none;
padding: 15px 36px;
margin-top: 10px;
-webkit-transition: .25s;
transition: .25s;
}
.contact-form .contact-submit:hover, .contact-form .contact-submit:focus{
background-color: #171717;
color: #fff;
}
.contact-map{
height: 480px;
width: 100%;
}
/* 15 - Blog
----------------------------------------------*/
.news{
background-color: #f6f6f6;
padding: 130px 0px;
}
.news-item{
border-radius: 3px;
overflow: hidden;
}
.news-item .image{
overflow: hidden;
}
.news-item .image img{
width: 100%;
-webkit-transition: .5s;
transition: .5s;
}
.news-item:hover .image img{
transform: scale(1.2);
}
.news-item .content{
background-color: #fff;
padding: 30px;
}
.news-item h3 a{
font-size: 20px;
line-height: 26px;
color: #171717;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
}
.news-item h3 a:hover, .news-item h3 a:focus{
color: #fccf3e;
}
.news-item p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin: 0px;
}
.post-meta li{
list-style: none;
display: inline;
font-size: 15px;
line-height: 30px;
color: #a3a8ab;
}
.post-meta span{
color: #e4e7e9;
}
.post-meta li a, .post-meta li a:hover, .post-meta li a:focus{
color: #fccf3e;
text-decoration: none;
}
.blog-lists .news-item{
margin-bottom: 30px;
}
.blog-lists .news-item .content{
background-color: #f6f6f6;
}
.blog-large-image .news-item{
margin-bottom: 30px;
}
.blog-large-image .news-item .content{
background-color: #f6f6f6;
}
.blog-large-image .news-item p{
margin-bottom: 30px;
}
.post-item{
overflow: hidden;
margin-bottom: 50px;
}
.post-item .image{
float: left;
overflow: hidden;
border-radius: 3px;
margin-right: 24px;
}
.post-item .image img{
width: 100%;
-webkit-transition: .5s;
transition: .5s;
}
.post-item:hover .image img{
transform: scale(1.3);
}
.post-item .content{
display: table;
}
.post-item .content h3{
font-size: 20px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
}
.post-item .content h3 a{
color: #171717;
text-decoration: none;
}
.post-item .content h3 a:hover, .post-item .content h3 a:focus{
color: #fccf3e;
}
.post-item .content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
margin-bottom: 25px;
}
.post-item .content > a, .news-item .content > a{
background-color: #171717;
color: #fff;
padding: 7px 24px;
}
.post-item .content > a:hover, .post-item .content > a:focus, .news-item .content > a:hover, .news-item .content > a:focus{
background-color: #fccf3e;
color: #171717;
}
.pagination{
display: block;
overflow: hidden;
margin: 0px;
border-radius: 0px;
}
.pagination ul{
margin: 0px;
float: left;
display: inline-block;
}
.pagination ul li{
list-style: none;
display: inline-block;
float: left;
margin-right: 10px;
}
.pagination ul li a{
display: block;
font-size: 15px;
font-weight: 700;
color: #55575d;
text-decoration: none;
border: 1px solid #e4e7e9;
border-radius: 3px;
padding: 4px 13px;
}
.pagination ul li:first-child a, .pagination ul li:last-child a{
padding: 4px 20px;
}
.pagination ul li a:hover{
background-color: #fccf3e;
color: #171717;
border: 1px solid #fccf3e;
}
.pagination span{
float: right;
font-size: 15px;
line-height: 36px;
font-weight: 700;
color: #55575d;
}
.single-post{
border-bottom: 1px solid #e4e7e9;
margin-bottom: 80px;
}
.single-post .image{
overflow: hidden;
border-radius: 3px;
margin-bottom: 15px;
}
.single-post .image{}
.single-post .content{
padding: 20px 0px;
}
.single-post .content h2{
font-size: 32px;
line-height: 34px;
font-weight: 500;
text-transform: uppercase;
}
.single-post .content p{
font-size: 16px;
line-height: 26px;
color: #55575d;
}
.single-post .content blockquote{
font-size: 18px;
color: #959595;
padding: 12px 25px 30px 66px;
margin: 0px;
border: none;
}
.single-post .content blockquote:after{
content: url(../images/blog/post_icon.png) !important;
top: 28%;
}
.single-post .content .bottom{
overflow: hidden;
margin-top: 50px;
}
.single-post .content .tags{
margin: 0px;
}
.single-post .content .tags li{
list-style: none;
display: inline-block;
float: left;
font-weight: 500;
color: #a3a8ab;
margin-right: 5px;
line-height: 42px;
}
.single-post .content .tags li a{
font-size: 15px;
color: #55575d;
text-decoration: none;
}
.single-post .content .gym-share{
float: right;
}
.related-post{
margin-bottom: 80px;
}
.related-post > h3, .post_comment > h3, .comment_respond h3{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.post_comment{
margin-bottom: 80px;
}
.post_comment ul{
margin: 0;
}
.post_comment li{
list-style: none;
}
.post_comment ul li ul{
margin-left: 90px;
}
.post_comment li article{
padding: 20px 0px;
}
.post_comment > ul:nth-child(2) > li > article{
padding-top: 0px;
}
.post_comment .profile-image{
float: left;
overflow: hidden;
border-radius: 3px;
margin-right: 20px;
}
.post_comment .comment-content{
display: table;
}
.post_comment .comment-content .comment_meta{
font-size: 18px;
line-height: 24px;
color: #171717;
margin-bottom: 5px;
text-transform: uppercase;
}
.post_comment .comment-content .comment_meta a{
font-size: 15px;
line-height: 24px;
font-weight: 500;
color: #a3a8ab;
text-decoration: none;
text-transform: capitalize;
}
.post_comment .comment-content .comment_meta a:hover{
color: #353743;
}
.post_comment .comment-content p{
font-size: 16px;
line-height: 24px;
color: #707070;
margin-bottom: 15px;
}
.post_comment .comment-content .comment_reply{
font-size: 14px;
line-height: 30px;
color: #fff;
background-color: #363636;
text-decoration: none;
display: inline-block;
padding: 0px 20px;
border-radius: 3px;
}
.comment_respond .comment_input{
width: 100%;
border: 1px solid #ebebeb;
border-radius: 3px;
color: #a3a8ab;
padding: 16px;
margin-bottom: 20px;
outline: none;
}
.comment_respond .comment_input:focus{
border: 1px solid #fccf3e;
}
.comment_respond .comment_input:first-child{
width: 49%;
float: left;
}
.comment_respond .comment_input:nth-child(2){
width: 49%;
float: right;
}
.comment_respond .comment_submit{
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #171717;
background-color: #fccf3e;
padding: 12px 37px;
margin-top: 10px;
-webkit-transition: .25s;
transition: .25s;
outline: none;
}
.comment_respond .comment_submit:hover, .comment_respond .comment_submit:hover{
background-color: #171717;
color: #fff;
}
/* 16 - Sidebar
----------------------------------------------*/
.sidebar-item{
margin-bottom: 50px;
}
.sidebar-item .sidebar-title{
font-size: 32px;
line-height: 1;
font-weight: 300;
color: #171717;
margin-bottom: 30px;
}
.sidebar-item .video img{
width: 100%;
}
.sidebar-item .video > div{
position: relative;
overflow: hidden;
border-radius: 5px;
margin-bottom: 5px;
}
.sidebar-item .video p{
font-size: 15px;
line-height: 28px;
font-weight: 500;
color: #a3a8ab;
}
.sidebar-item form{
position: relative;
}
.sidebar-item form input{
width: 100%;
border: none;
border: 1px solid #f6f6f6;
border-radius: 3px;
background-color: #f6f6f6;
color: #a3a8ab;
font-weight: 500;
padding: 21px 15px;
outline: none;
}
.sidebar-item form input:focus{
border: 1px solid #fccf3e;
}
.sidebar-item form button{
position: absolute;
right: 0;
top: 0;
height: 100%;
background: transparent;
color: #a3a8ab;
font-size: 16px;
}
.sidebar-item .posts .post_item{
overflow: hidden;
margin-bottom: 15px;
}
.sidebar-item .posts p{
margin: 0px;
}
.sidebar-item .posts p a{
display: block;
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #171717;
text-decoration: none;
}
.sidebar-item .posts p a:hover, .sidebar-item .posts p a:focus{
color: #fccf3e;
}
.sidebar-item .posts .image{
overflow: hidden;
float: left;
border-radius: 3px;
margin-right: 15px;
}
.sidebar-item .posts .content{
display: table;
}
.sidebar-item .posts ul{
margin: 0px;
}
.sidebar-item .categories{
margin: 0px;
}
.sidebar-item .categories li{
list-style: none;
font-size: 15px;
line-height: 1;
margin-bottom: 25px;
}
.sidebar-item .categories li a{
display: block;
font-weight: 500;
color: #a3a8ab;
text-decoration: none;
}
.sidebar-item .categories li a:hover{
margin-left: 5px;
color: #fccf3e;
}
.sidebar-item .categories li a i{
margin-right: 10px;
}
.sidebar-item .categories li a span{
float: right;
}
.sidebar-item .tags{
margin: 0px;
}
.sidebar-item .tags li{
list-style: none;
display: inline-block;
float: left;
}
.sidebar-item .tags li a{
display: inline-block;
font-size: 15px;
line-height: 25px;
font-weight: 500;
color: #55575d;
background-color: #f6f6f6;
text-decoration: none;
border-radius: 3px;
padding: 5px 16px;
margin-right: 7px;
margin-bottom: 10px;
}
.sidebar-item .tags li a:hover, .sidebar-item .tags li a:focus{
background-color: #fccf3e;
color: #171717;
}
/* 17 - Footer
----------------------------------------------*/
footer .footer-top{
background-image: url(../images/backgrounds/footer-bg.jpg);
background-size: cover;
background-position: center;
overflow: hidden;
}
footer .overlay{
background-color: rgba(23, 23, 23, .95);
padding: 100px 0px;
}
footer .widget-title{
font-size: 28px;
font-weight: 300;
color: #fff;
margin-bottom: 20px;
}
footer .footer-about p{
font-size: 16px;
line-height: 26px;
color: #a3a8ab;
margin-bottom: 15px;
}
footer .footer-about ul{
margin: 0;
}
footer .footer-about ul li{
list-style: none;
overflow: hidden;
}
footer .footer-about ul li span{
font-size: 28px;
line-height: 1;
color: #fccf3e;
display: block;
float: left;
margin-right: 15px;
}
footer .footer-about ul li p{
display: table;
}
footer .footer-post ul{
margin: 0;
}
footer .footer-post ul li{
list-style: none;
overflow: hidden;
margin-bottom: 20px;
}
footer .footer-post .post-image{
float: left;
margin-right: 20px;
}
footer .footer-post .post-content{
display: table;
}
footer .footer-post .post-content h5 a{
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #a3a8ab;
text-decoration: none;
}
footer .footer-post .post-content h5 a:hover{
color: #fccf3e;
}
footer .footer-post .post-content span{
font-size: 15px;
line-height: 26px;
color: #6b6d72;
}
footer .footer-newsletter p{
font-size: 16px;
line-height: 26px;
color: #a3a8ab;
margin-bottom: 30px;
}
footer .footer-newsletter .news-input{
width: 100%;
border: none;
border-radius: 3px;
color: #fff;
background-color: rgba(255,255,255,.12);
padding: 15px;
margin-bottom: 10px;
outline: none;
border: 1px solid transparent;
}
footer .footer-newsletter .news-input:focus{
border: 1px solid #fccf3e;
}
footer .footer-newsletter .news-submit{
font-size: 15px;
line-height: 28px;
color: #171717;
font-weight: 700;
text-transform: uppercase;
padding: 10px 45px;
background-color: #fccf3e;
border-radius: 3px;
margin-top: 20px;
outline: none;
-webkit-transition: .25s;
transition: .25s;
}
footer .footer-newsletter .news-submit:hover, footer .footer-newsletter .news-submit:focus{
background-color: #fff;
color: #171717;
}
footer .footer-bottom{
background-color: #212121;
padding: 33px 0px;
}
footer .footer-bottom p{
font-size: 16px;
line-height: 24px;
color: #a3a8ab;
text-align: center;
margin: 0;
}
footer .footer-bottom p span, footer .footer-bottom p a{
color: #fccf3e;
font-weight: 600;
}
footer .footer-bottom p a:hover{
color: #fccf3e;
text-decoration: none;
} | 0.228156 | 0.04597 |
@import url(bs-overides.min.css);
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 15px;
}
.btn {
text-transform: uppercase;
font-size: 13.5px;
outline-offset: 0;
padding: 5px 10px;
border: 0;
transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
-webkit-transition: all .15s ease-in-out;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
outline: 0;
outline-offset: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
label,
.control-label {
font-weight: 500;
font-size: 13px;
color: #4a4a4a;
margin-bottom: 7px;
}
textarea.form-control,
select.form-control,
.dataTables_length select,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
padding: 5px 10px;
border: 1px solid #d6d6d6;
-webkit-box-shadow: none;
box-shadow: none;
color: #494949;
font-size: 14px;
-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
line-height: 1;
height: 36px;
}
textarea.form-control {
height: inherit;
}
textarea.form-control:focus,
select.form-control:focus,
.dataTables_length select:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
border-color: #03a9f4;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0 none;
}
/* Calendar styles start */
.xdsoft_ {
z-index: 99999999999999;
}
.xdsoft_datetimepicker {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 3px;
padding-top: 7px;
font-family: 'Roboto';
border: 1px solid #d6d6d6;
}
.xdsoft_datetimepicker .xdsoft_calendar td>div {
padding-top: 1px;
padding-bottom: 1px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
width: 260px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
background: #fff;
text-align: center;
border: 0px;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
padding: 5px;
padding-left: 7px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
color: #585858;
font-weight: 500;
padding: 7px;
padding-top: 10px;
padding-bottom: 10px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
height: 151px;
}
.xdsoft_datetimepicker .xdsoft_label {
font-weight: 500;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
-webkit-box-shadow: none;
box-shadow: none;
background: #33aaff;
border-radius: 3px;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
background: #656D77 !important;
border-radius: 3px;
}
/* Calendar styles end */
/* CHECKBOXES */
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.checkbox input[type="checkbox"]:focus+label::before {
outline: thin dotted;
outline: 5px auto transparent;
outline-offset: -10px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
}
.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
font-family: 'Glyphicons Halflings';
content: "\e013";
}
.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
background-color: #03a9f4;
border-color: #03a9f4;
}
.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
background-color: #FC2D42;
border-color: #FC2D42;
}
.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
background-color: #03A9F4;
border-color: #03A9F4;
}
.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
background-color: #FF6F00;
border-color: #FF6F00;
}
.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
background-color: #84c529;
border-color: #84c529;
}
.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
color: #fff;
}
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #bfcbd9;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
z-index: 1;
}
.radio input[type="radio"]:focus+label::before {
outline: thin dotted;
outline: 5px auto transparent;
outline-offset: -5px;
}
.radio input[type="radio"]:checked+label::after {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled+label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled+label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-primary input[type="radio"]+label::after {
background-color: #03a9f4;
}
.radio-primary input[type="radio"]:checked+label::before {
border-color: #03a9f4;
}
.radio-primary input[type="radio"]:checked+label::after {
background-color: #03a9f4;
}
.radio-danger input[type="radio"]+label::after {
background-color: #FC2D42;
}
.radio-danger input[type="radio"]:checked+label::before {
border-color: #FC2D42;
}
.radio-danger input[type="radio"]:checked+label::after {
background-color: #FC2D42;
}
.radio-info input[type="radio"]+label::after {
background-color: #03A9F4;
}
.radio-info input[type="radio"]:checked+label::before {
border-color: #03A9F4;
}
.radio-info input[type="radio"]:checked+label::after {
background-color: #03A9F4;
}
.radio-warning input[type="radio"]+label::after {
background-color: #FF6F00;
}
.radio-warning input[type="radio"]:checked+label::before {
border-color: #FF6F00;
}
.radio-warning input[type="radio"]:checked+label::after {
background-color: #FF6F00;
}
.radio-success input[type="radio"]+label::after {
background-color: #84c529;
}
.radio-success input[type="radio"]:checked+label::before {
border-color: #84c529;
}
.radio-success input[type="radio"]:checked+label::after {
background-color: #84c529;
}
[dir="rtl"] .checkbox {
padding-left: 0;
padding-right: 20px;
}
[dir="rtl"] .checkbox label {
padding-right: 5px;
}
[dir="rtl"] .checkbox {
padding-left: 0;
padding-right: 20px;
}
[dir="rtl"] .checkbox label {
padding-right: 5px;
}
[dir="rtl"] .checkbox label::before {
left: auto;
right: 0;
margin-left: 0;
margin-right: -20px;
}
[dir="rtl"] .checkbox label::after {
left: auto;
right: 0;
margin-left: 0;
margin-right: -20px;
padding-left: 0;
padding-right: 3px;
}
[dir="rtl"] .radio {
padding-left: 0;
padding-right: 20px;
}
[dir="rtl"] .radio label {
padding-left: 0;
padding-right: 5px;
}
[dir="rtl"] .radio label::before {
left: auto;
right: 0;
margin-left: 0;
margin-right: -20px;
}
[dir="rtl"] .radio label::after {
left: auto;
right: 3px;
margin-left: 0;
margin-right: -20px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
background-color: #03a9f4;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
outline: 0 !important;
background: #e4e8f1;
}
.bootstrap-select .btn-default {
background: #fff !important;
border: 1px solid #d6d6d6 !important;
-webkit-box-shadow: none;
box-shadow: none;
color: #494949 !important;
text-transform: none;
padding: 3px 10px;
line-height: 2;
height: 36px;
}
.bootstrap-select .dropdown-toggle:focus {
outline: 0 !important;
}
.bootstrap-select .btn-default.open {
border: 1px solid #f0f0f0 !important;
}
[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
text-align: right;
}
[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .caret {
right: auto;
left: 12px;
}
body.styled {
background: #f4f5f7;
}
body.styled .form-col {
margin-top:50px;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0.0625rem solid rgba(0, 0, 0, 0.05);
border-radius: 0.40rem;
-webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
min-height: 1px;
padding: 2rem;
}
.logo {
margin-bottom:20px;
}
.logo img {
display: block;
margin-right: auto;
margin-left: auto;
} | perfex_crm/assets/css/forms.css | @import url(bs-overides.min.css);
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 15px;
}
.btn {
text-transform: uppercase;
font-size: 13.5px;
outline-offset: 0;
padding: 5px 10px;
border: 0;
transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
-webkit-transition: all .15s ease-in-out;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
outline: 0;
outline-offset: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
label,
.control-label {
font-weight: 500;
font-size: 13px;
color: #4a4a4a;
margin-bottom: 7px;
}
textarea.form-control,
select.form-control,
.dataTables_length select,
input[type="text"],
input[type="file"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
padding: 5px 10px;
border: 1px solid #d6d6d6;
-webkit-box-shadow: none;
box-shadow: none;
color: #494949;
font-size: 14px;
-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
line-height: 1;
height: 36px;
}
textarea.form-control {
height: inherit;
}
textarea.form-control:focus,
select.form-control:focus,
.dataTables_length select:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
border-color: #03a9f4;
-webkit-box-shadow: none;
box-shadow: none;
outline: 0 none;
}
/* Calendar styles start */
.xdsoft_ {
z-index: 99999999999999;
}
.xdsoft_datetimepicker {
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 3px;
padding-top: 7px;
font-family: 'Roboto';
border: 1px solid #d6d6d6;
}
.xdsoft_datetimepicker .xdsoft_calendar td>div {
padding-top: 1px;
padding-bottom: 1px;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
width: 260px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
background: #fff;
text-align: center;
border: 0px;
}
.xdsoft_datetimepicker .xdsoft_calendar td {
padding: 5px;
padding-left: 7px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
color: #585858;
font-weight: 500;
padding: 7px;
padding-top: 10px;
padding-bottom: 10px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
height: 151px;
}
.xdsoft_datetimepicker .xdsoft_label {
font-weight: 500;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
-webkit-box-shadow: none;
box-shadow: none;
background: #33aaff;
border-radius: 3px;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
background: #656D77 !important;
border-radius: 3px;
}
/* Calendar styles end */
/* CHECKBOXES */
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -20px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #555555;
}
.checkbox input[type="checkbox"]:focus+label::before {
outline: thin dotted;
outline: 5px auto transparent;
outline-offset: -10px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
}
.checkbox input[type="checkbox"]:checked+label::after,
.checkbox input[type="radio"]:checked+label::after {
font-family: 'Glyphicons Halflings';
content: "\e013";
}
.checkbox input[type="checkbox"]:disabled+label,
.checkbox input[type="radio"]:disabled+label {
opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox input[type="radio"]:disabled+label::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
border-radius: 50%;
}
.checkbox.checkbox-inline {
margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox-primary input[type="radio"]:checked+label::before {
background-color: #03a9f4;
border-color: #03a9f4;
}
.checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox-primary input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked+label::before,
.checkbox-danger input[type="radio"]:checked+label::before {
background-color: #FC2D42;
border-color: #FC2D42;
}
.checkbox-danger input[type="checkbox"]:checked+label::after,
.checkbox-danger input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-info input[type="checkbox"]:checked+label::before,
.checkbox-info input[type="radio"]:checked+label::before {
background-color: #03A9F4;
border-color: #03A9F4;
}
.checkbox-info input[type="checkbox"]:checked+label::after,
.checkbox-info input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked+label::before,
.checkbox-warning input[type="radio"]:checked+label::before {
background-color: #FF6F00;
border-color: #FF6F00;
}
.checkbox-warning input[type="checkbox"]:checked+label::after,
.checkbox-warning input[type="radio"]:checked+label::after {
color: #fff;
}
.checkbox-success input[type="checkbox"]:checked+label::before,
.checkbox-success input[type="radio"]:checked+label::before {
background-color: #84c529;
border-color: #84c529;
}
.checkbox-success input[type="checkbox"]:checked+label::after,
.checkbox-success input[type="radio"]:checked+label::after {
color: #fff;
}
.radio {
padding-left: 20px;
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px;
}
.radio label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #bfcbd9;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border 0.15s ease-in-out;
transition: border 0.15s ease-in-out;
}
.radio label::after {
display: inline-block;
position: absolute;
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
margin-left: -20px;
border-radius: 50%;
background-color: #555555;
-webkit-transform: scale(0, 0);
transform: scale(0, 0);
-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
opacity: 0;
z-index: 1;
}
.radio input[type="radio"]:focus+label::before {
outline: thin dotted;
outline: 5px auto transparent;
outline-offset: -5px;
}
.radio input[type="radio"]:checked+label::after {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.radio input[type="radio"]:disabled+label {
opacity: 0.65;
}
.radio input[type="radio"]:disabled+label::before {
cursor: not-allowed;
}
.radio.radio-inline {
margin-top: 0;
}
.radio-primary input[type="radio"]+label::after {
background-color: #03a9f4;
}
.radio-primary input[type="radio"]:checked+label::before {
border-color: #03a9f4;
}
.radio-primary input[type="radio"]:checked+label::after {
background-color: #03a9f4;
}
.radio-danger input[type="radio"]+label::after {
background-color: #FC2D42;
}
.radio-danger input[type="radio"]:checked+label::before {
border-color: #FC2D42;
}
.radio-danger input[type="radio"]:checked+label::after {
background-color: #FC2D42;
}
.radio-info input[type="radio"]+label::after {
background-color: #03A9F4;
}
.radio-info input[type="radio"]:checked+label::before {
border-color: #03A9F4;
}
.radio-info input[type="radio"]:checked+label::after {
background-color: #03A9F4;
}
.radio-warning input[type="radio"]+label::after {
background-color: #FF6F00;
}
.radio-warning input[type="radio"]:checked+label::before {
border-color: #FF6F00;
}
.radio-warning input[type="radio"]:checked+label::after {
background-color: #FF6F00;
}
.radio-success input[type="radio"]+label::after {
background-color: #84c529;
}
.radio-success input[type="radio"]:checked+label::before {
border-color: #84c529;
}
.radio-success input[type="radio"]:checked+label::after {
background-color: #84c529;
}
[dir="rtl"] .checkbox {
padding-left: 0;
padding-right: 20px;
}
[dir="rtl"] .checkbox label {
padding-right: 5px;
}
[dir="rtl"] .checkbox {
padding-left: 0;
padding-right: 20px;
}
[dir="rtl"] .checkbox label {
padding-right: 5px;
}
[dir="rtl"] .checkbox label::before {
left: auto;
right: 0;
margin-left: 0;
margin-right: -20px;
}
[dir="rtl"] .checkbox label::after {
left: auto;
right: 0;
margin-left: 0;
margin-right: -20px;
padding-left: 0;
padding-right: 3px;
}
[dir="rtl"] .radio {
padding-left: 0;
padding-right: 20px;
}
[dir="rtl"] .radio label {
padding-left: 0;
padding-right: 5px;
}
[dir="rtl"] .radio label::before {
left: auto;
right: 0;
margin-left: 0;
margin-right: -20px;
}
[dir="rtl"] .radio label::after {
left: auto;
right: 3px;
margin-left: 0;
margin-right: -20px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
background-color: #03a9f4;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
outline: 0 !important;
background: #e4e8f1;
}
.bootstrap-select .btn-default {
background: #fff !important;
border: 1px solid #d6d6d6 !important;
-webkit-box-shadow: none;
box-shadow: none;
color: #494949 !important;
text-transform: none;
padding: 3px 10px;
line-height: 2;
height: 36px;
}
.bootstrap-select .dropdown-toggle:focus {
outline: 0 !important;
}
.bootstrap-select .btn-default.open {
border: 1px solid #f0f0f0 !important;
}
[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .filter-option {
text-align: right;
}
[dir="rtl"] .bootstrap-select.btn-group .dropdown-toggle .caret {
right: auto;
left: 12px;
}
body.styled {
background: #f4f5f7;
}
body.styled .form-col {
margin-top:50px;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 0.0625rem solid rgba(0, 0, 0, 0.05);
border-radius: 0.40rem;
-webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
min-height: 1px;
padding: 2rem;
}
.logo {
margin-bottom:20px;
}
.logo img {
display: block;
margin-right: auto;
margin-left: auto;
} | 0.36727 | 0.050401 |
html {
scroll-behavior: smooth;
}
body {
background-color:powderblue;
}
footer {
background-color: #09ed11;
padding: 10px;
text-align: center;
color: white;
border-radius: 30px 30px 30px 30px;
font-weight: bold
}
#home {
background-color: #fce914;
padding: 30px;
text-align: center;
font-size: 25px;
color: white;
font-family: verdana;
border-radius: 30px 30px 30px 30px;
}
section:after {
content: "";
display: table;
clear: both;
}
.topnav {
overflow: hidden;
font-family: verdana;
}
.topnav a {
float: right;
color: #f44336;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
border-radius: 30px 30px 30px 30px
}
.topnav a:hover {
background-color: #ddd;
color: black;
border-radius: 30px 30px 30px 30px
}
.topnav a.active {
background-color: #f44336;
color: white;
}
#sp_button:link, #sp_button:visited {
background-color: #f44336;
color: white;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 20px 20px 20px 20px;
}
#sp_button:hover, #sp_button:active {
background-color: red;
}
#tb_button:link, #tb_button:visited {
background-color: #f44336;
color: white;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 20px 20px 20px 20px;
}
#tb_button:hover, #tb_button:active {
background-color: red;
}
.table {
font-family: "Trebuchet MS", Arial, Helvetica,
sans-serif;border-collapse: collapse;
width: 100%;
}
.table th {
padding-top: 12px;
padding-bottom: 12px;
color: white;
border-radius: 20px 20px 20px 20px;
text-align: center;
}
.table td, .table th {
padding: 8px;
}
.table tr:hover {
background-color: mediumspringgreen;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.popup {
margin: 70px auto;
padding: 20px;
background: #fff;
border-radius: 5px;
width: 30%;
position: relative;
transition: all 5s ease-in-out;
}
.popup h2 {
margin-top: 0;
color: #333;
font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
.popup .close:hover {
color: #06D85F;
}
.popup .content {
max-height: 30%;
overflow: auto;
color: black
}
@media screen and (max-width: 700px){
.box{
width: 70%;
}
.popup{
width: 70%;
}
}
.main_section {
padding: 20px;
border-radius: 30px 30px 30px 30px;
text-align:center;
color:white;
font-family:verdana;
}
#crsec1 {
background: mediumblue;
}
#crsec2 {
background: fuchsia;
}
#crsec3 {
background: orangered
}
#crsec4 {
background: maroon;
}
#crsec5 {
background: crimson;
text-align: left; ;
}
#c1_table th {
padding-top: 12px;
padding-bottom: 12px;
background-color: deepskyblue;
}
#c4_table th {
padding-top: 12px;
padding-bottom: 12px;
background-color: chocolate;
}
#c2_table th {
padding-top: 12px;
padding-bottom: 12px;
background-color: darkmagenta;
}
#mySidenav a {
position: absolute;
left: -90px;
transition: 0.3s;
padding: 15px;
width: 100px;
text-decoration: none;
font-size: 20px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#howering1 {
top: 20px;
background-color: #4CAF50;
}
#howering2 {
top: 80px;
background-color: #2196F3;
}
#howering3 {
top: 140px;
background-color: #f44336;
}
#howering4 {
top: 200px;
background-color: #555;
}
.commandprompt {
background-color: #000000;
text-align: left;
font-family: consolas;
width: 60%;
display: inline-block;
}
.cmdparent {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.underdev {
position: fixed;
right: 3%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#40ff00 ;
color: white;
padding-left: 10px;
padding-right: 10px;
border-radius: 20px 20px 20px 20px;
}
.underdev a {
display: block;
text-align: center;
transition: all 0.3s ease;
color: white;
text-decoration: none;
}
.underdev a:hover {
background-color: #ff0066;
}
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
text-decoration: none;
}
.icon-bar a:hover {
background-color: #000;
}
.icon1 {
background: #7240a8;
color: white;
}
.icon2 {
background: #82167d;
color: white;
}
.icon3 {
background: #dd4b39;
color: white;
}
.icon4 {
background: #007bb5;
color: white;
}
.content {
margin-left: 75px;
font-size: 30px;
}
#logo {
z-index: 0;
float: right;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: #eb2d2d;
}
::-webkit-scrollbar-thumb {
background: #2ce6df;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
} | v1/stylesheet.css | html {
scroll-behavior: smooth;
}
body {
background-color:powderblue;
}
footer {
background-color: #09ed11;
padding: 10px;
text-align: center;
color: white;
border-radius: 30px 30px 30px 30px;
font-weight: bold
}
#home {
background-color: #fce914;
padding: 30px;
text-align: center;
font-size: 25px;
color: white;
font-family: verdana;
border-radius: 30px 30px 30px 30px;
}
section:after {
content: "";
display: table;
clear: both;
}
.topnav {
overflow: hidden;
font-family: verdana;
}
.topnav a {
float: right;
color: #f44336;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
border-radius: 30px 30px 30px 30px
}
.topnav a:hover {
background-color: #ddd;
color: black;
border-radius: 30px 30px 30px 30px
}
.topnav a.active {
background-color: #f44336;
color: white;
}
#sp_button:link, #sp_button:visited {
background-color: #f44336;
color: white;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 20px 20px 20px 20px;
}
#sp_button:hover, #sp_button:active {
background-color: red;
}
#tb_button:link, #tb_button:visited {
background-color: #f44336;
color: white;
padding: 15px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
border-radius: 20px 20px 20px 20px;
}
#tb_button:hover, #tb_button:active {
background-color: red;
}
.table {
font-family: "Trebuchet MS", Arial, Helvetica,
sans-serif;border-collapse: collapse;
width: 100%;
}
.table th {
padding-top: 12px;
padding-bottom: 12px;
color: white;
border-radius: 20px 20px 20px 20px;
text-align: center;
}
.table td, .table th {
padding: 8px;
}
.table tr:hover {
background-color: mediumspringgreen;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.popup {
margin: 70px auto;
padding: 20px;
background: #fff;
border-radius: 5px;
width: 30%;
position: relative;
transition: all 5s ease-in-out;
}
.popup h2 {
margin-top: 0;
color: #333;
font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
.popup .close:hover {
color: #06D85F;
}
.popup .content {
max-height: 30%;
overflow: auto;
color: black
}
@media screen and (max-width: 700px){
.box{
width: 70%;
}
.popup{
width: 70%;
}
}
.main_section {
padding: 20px;
border-radius: 30px 30px 30px 30px;
text-align:center;
color:white;
font-family:verdana;
}
#crsec1 {
background: mediumblue;
}
#crsec2 {
background: fuchsia;
}
#crsec3 {
background: orangered
}
#crsec4 {
background: maroon;
}
#crsec5 {
background: crimson;
text-align: left; ;
}
#c1_table th {
padding-top: 12px;
padding-bottom: 12px;
background-color: deepskyblue;
}
#c4_table th {
padding-top: 12px;
padding-bottom: 12px;
background-color: chocolate;
}
#c2_table th {
padding-top: 12px;
padding-bottom: 12px;
background-color: darkmagenta;
}
#mySidenav a {
position: absolute;
left: -90px;
transition: 0.3s;
padding: 15px;
width: 100px;
text-decoration: none;
font-size: 20px;
color: white;
border-radius: 0 5px 5px 0;
}
#mySidenav a:hover {
left: 0;
}
#howering1 {
top: 20px;
background-color: #4CAF50;
}
#howering2 {
top: 80px;
background-color: #2196F3;
}
#howering3 {
top: 140px;
background-color: #f44336;
}
#howering4 {
top: 200px;
background-color: #555;
}
.commandprompt {
background-color: #000000;
text-align: left;
font-family: consolas;
width: 60%;
display: inline-block;
}
.cmdparent {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
.underdev {
position: fixed;
right: 3%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#40ff00 ;
color: white;
padding-left: 10px;
padding-right: 10px;
border-radius: 20px 20px 20px 20px;
}
.underdev a {
display: block;
text-align: center;
transition: all 0.3s ease;
color: white;
text-decoration: none;
}
.underdev a:hover {
background-color: #ff0066;
}
.icon-bar {
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
text-decoration: none;
}
.icon-bar a:hover {
background-color: #000;
}
.icon1 {
background: #7240a8;
color: white;
}
.icon2 {
background: #82167d;
color: white;
}
.icon3 {
background: #dd4b39;
color: white;
}
.icon4 {
background: #007bb5;
color: white;
}
.content {
margin-left: 75px;
font-size: 30px;
}
#logo {
z-index: 0;
float: right;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: #eb2d2d;
}
::-webkit-scrollbar-thumb {
background: #2ce6df;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
} | 0.223631 | 0.050588 |
.field--name-field-tp-if {
padding: 40px 0 30px;
}
.features.region--gray-background {
padding: 30px 30px 20px;
}
@media (max-width: 991px) {
.feature {
margin-bottom: 20px;
}
}
.features--vertical .feature {
border-bottom-color: #eeeeee;
border-bottom-style: solid;
border-bottom-width: 2px;
margin-bottom: 25px;
padding-bottom: 5px;
}
.region--light-typography .features--vertical .feature {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.features--vertical .feature:last-child {
border-color: transparent;
border-width: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.feature__icon {
width: 70px;
height: 70px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: block;
text-align: center;
margin: 0 25px 0 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #ffffff;
float: left;
}
.feature__icon:hover,
.feature__icon:focus {
color: #ffffff;
}
.region--light-typography .feature__icon {
background-color: #ffffff;
}
.region--light-typography .feature__icon:hover {
background-color: rgba(255, 255, 255, 0.85);
}
.feature__icon i {
font-size: 18px;
line-height: 70px;
}
.feature h5 {
margin: 0;
font-weight: 500;
}
.features--vertical h5 {
padding-top: 0;
padding-bottom: 10px;
}
.feature__link a {
margin-top: 0;
}
.feature .feature__icon ~ h5,
.feature .feature__icon ~ .field--name-field-tp-if-body,
.feature .feature__icon ~ p,
.feature .feature__icon ~ .feature__link {
margin-left: 95px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.feature__icon {
float: none;
}
.feature .feature__icon ~ h5,
.feature .feature__icon ~ .field--name-field-tp-if-body,
.feature .feature__icon ~ p,
.feature .feature__icon ~ .feature__link {
margin-left: 0;
}
}
.feature__image {
width: 70px;
height: 70px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: block;
text-align: center;
margin: 0 25px 0 0;
float: left;
}
.feature__image img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
} | web/themes/custom/visitsalone/css/components/icon-features.css | .field--name-field-tp-if {
padding: 40px 0 30px;
}
.features.region--gray-background {
padding: 30px 30px 20px;
}
@media (max-width: 991px) {
.feature {
margin-bottom: 20px;
}
}
.features--vertical .feature {
border-bottom-color: #eeeeee;
border-bottom-style: solid;
border-bottom-width: 2px;
margin-bottom: 25px;
padding-bottom: 5px;
}
.region--light-typography .features--vertical .feature {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.features--vertical .feature:last-child {
border-color: transparent;
border-width: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.feature__icon {
width: 70px;
height: 70px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: block;
text-align: center;
margin: 0 25px 0 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #ffffff;
float: left;
}
.feature__icon:hover,
.feature__icon:focus {
color: #ffffff;
}
.region--light-typography .feature__icon {
background-color: #ffffff;
}
.region--light-typography .feature__icon:hover {
background-color: rgba(255, 255, 255, 0.85);
}
.feature__icon i {
font-size: 18px;
line-height: 70px;
}
.feature h5 {
margin: 0;
font-weight: 500;
}
.features--vertical h5 {
padding-top: 0;
padding-bottom: 10px;
}
.feature__link a {
margin-top: 0;
}
.feature .feature__icon ~ h5,
.feature .feature__icon ~ .field--name-field-tp-if-body,
.feature .feature__icon ~ p,
.feature .feature__icon ~ .feature__link {
margin-left: 95px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.feature__icon {
float: none;
}
.feature .feature__icon ~ h5,
.feature .feature__icon ~ .field--name-field-tp-if-body,
.feature .feature__icon ~ p,
.feature .feature__icon ~ .feature__link {
margin-left: 0;
}
}
.feature__image {
width: 70px;
height: 70px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
display: block;
text-align: center;
margin: 0 25px 0 0;
float: left;
}
.feature__image img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
} | 0.291687 | 0.070464 |
/* Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, Arial;
overflow-x: hidden;
}
a {
text-decoration: none;
}
/* Header */
header {
text-align: center;
margin-bottom: 20px;
}
header .navbar {
display: flex;
justify-content: center;
flex-direction: row;
}
header .navbar a {
padding-left: 10px;
font-size: 18px;
color: #002d75;
}
@media only screen and (max-width: 600px) {
header .navbar a {
display: none;
}
}
header .navbar i {
font-size: 25px;
color: #002d75;
}
@media only screen and (min-width: 600px) {
header .navbar i {
display: none;
}
}
/* Main */
main {
position: relative;
}
main .bkg-container {
background-image: url(/images/fondo-pag-speciali.jpg?2f95c43d2f5c6ce37bf1838709b316a3);
}
main .prodotto h3 {
color: #002d75;
}
main .prodotto p {
font-size: 16px;
position: absolute;
color: #002d75;
text-align: center;
bottom: 10px;
}
main .title h2 {
margin: 18px;
color: #002d75;
}
main .cards {
display: flex;
flex-wrap: wrap;
}
main .cards .card {
flex-basis: calc(100% / 3 - 40px);
position: relative;
margin: 20px;
transition-duration: 0.5s;
overflow: hidden;
}
@media only screen and (max-width: 900px) {
main .cards .card {
flex-basis: calc(100% / 2 - 40px);
}
}
@media only screen and (max-width: 480px) {
main .cards .card {
flex-basis: calc(100% / 1 - 40px);
}
}
main .cards .card:hover .hover {
display: block;
}
main .cards .card:hover img {
transform: scale(1.1);
}
main .cards .card img {
display: block;
width: 100%;
}
main .cards .card .hover {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
text-align: center;
}
main .cards .card .hover a {
text-decoration: none;
color: #002d75;
}
main .cards .card .hover a h3 {
padding-bottom: 10px;
}
main .cards .card .hover svg:hover {
fill: #002d75;
}
/* Footer */
footer {
display: flex;
flex-wrap: wrap;
}
footer .container {
flex-basis: calc(100% / 2 - 100px);
margin: 40px;
}
@media only screen and (max-width: 600px) {
footer .container {
flex-basis: calc(100% / 1 - 40px);
}
}
footer .container h3 {
padding-top: 20px;
padding-bottom: 20px;
color: #00195f;
}
footer .container ul {
list-style: none;
}
footer .container ul li {
color: #00195f;
font-size: 14px;
padding-bottom: 10px;
}
footer .container ul li a {
color: #00195f;
}
footer .sx ul li {
font-size: 15px;
padding-bottom: 5px;
}
footer .sx ul li a {
text-decoration: none;
color: black;
}
footer .container-bkg {
overflow-x: hidden;
} | public/css/app.css | /* Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, Arial;
overflow-x: hidden;
}
a {
text-decoration: none;
}
/* Header */
header {
text-align: center;
margin-bottom: 20px;
}
header .navbar {
display: flex;
justify-content: center;
flex-direction: row;
}
header .navbar a {
padding-left: 10px;
font-size: 18px;
color: #002d75;
}
@media only screen and (max-width: 600px) {
header .navbar a {
display: none;
}
}
header .navbar i {
font-size: 25px;
color: #002d75;
}
@media only screen and (min-width: 600px) {
header .navbar i {
display: none;
}
}
/* Main */
main {
position: relative;
}
main .bkg-container {
background-image: url(/images/fondo-pag-speciali.jpg?2f95c43d2f5c6ce37bf1838709b316a3);
}
main .prodotto h3 {
color: #002d75;
}
main .prodotto p {
font-size: 16px;
position: absolute;
color: #002d75;
text-align: center;
bottom: 10px;
}
main .title h2 {
margin: 18px;
color: #002d75;
}
main .cards {
display: flex;
flex-wrap: wrap;
}
main .cards .card {
flex-basis: calc(100% / 3 - 40px);
position: relative;
margin: 20px;
transition-duration: 0.5s;
overflow: hidden;
}
@media only screen and (max-width: 900px) {
main .cards .card {
flex-basis: calc(100% / 2 - 40px);
}
}
@media only screen and (max-width: 480px) {
main .cards .card {
flex-basis: calc(100% / 1 - 40px);
}
}
main .cards .card:hover .hover {
display: block;
}
main .cards .card:hover img {
transform: scale(1.1);
}
main .cards .card img {
display: block;
width: 100%;
}
main .cards .card .hover {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
text-align: center;
}
main .cards .card .hover a {
text-decoration: none;
color: #002d75;
}
main .cards .card .hover a h3 {
padding-bottom: 10px;
}
main .cards .card .hover svg:hover {
fill: #002d75;
}
/* Footer */
footer {
display: flex;
flex-wrap: wrap;
}
footer .container {
flex-basis: calc(100% / 2 - 100px);
margin: 40px;
}
@media only screen and (max-width: 600px) {
footer .container {
flex-basis: calc(100% / 1 - 40px);
}
}
footer .container h3 {
padding-top: 20px;
padding-bottom: 20px;
color: #00195f;
}
footer .container ul {
list-style: none;
}
footer .container ul li {
color: #00195f;
font-size: 14px;
padding-bottom: 10px;
}
footer .container ul li a {
color: #00195f;
}
footer .sx ul li {
font-size: 15px;
padding-bottom: 5px;
}
footer .sx ul li a {
text-decoration: none;
color: black;
}
footer .container-bkg {
overflow-x: hidden;
} | 0.350533 | 0.060225 |
* {
box-sizing: border-box;
font-family: sans-serif;
}
.page-container {
position: relative;
min-height: 100vh;
margin: 0 10%;
}
header {
padding: 1rem 0;
}
.nav {
display: flex;
align-items: center;
}
.nav .logo {
width: 220px;
height: 55px;
}
.nav .nav-menu {
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
.nav .nav-logo {
align-items: flex-end;
flex-grow: 1;
}
main {
padding-bottom: 10rem;
}
footer {
position: absolute;
width: 100%;
padding: 1rem 0;
bottom: 0;
height: 10rem;
display: flex;
align-items: flex-end;
}
footer .footer-wrapper {
flex-grow: 1;
}
footer .footer-content {
display: flex;
padding: 1rem 0;
}
footer .footer-content .footer-info {
flex-grow: 1;
display: flex;
justify-content: flex-start;
}
footer .footer-content .footer-options {
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
footer .footer-content .footer-options a {
text-decoration: none;
color: #008CBA;
}
footer .footer-content .footer-options a:hover {
text-decoration: underline;
}
.profesores-section {
margin-top: 7rem;
}
table {
border-collapse: collapse;
border: 1px solid #E7E7E7;
}
table th, table td {
width: 10rem;
padding: 0.75rem;
text-align: center;
vertical-align: top;
}
.tabla thead th {
background-color: #E7E7E7;
}
.tabla tbody tr:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.05);
}
.tabla tbody a {
padding: 0.5rem;
background-color: #E7E7E7;
color: #000;
font-size: 0.8rem;
text-decoration: none;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out;
}
.tabla tbody a:hover {
background-color: #B9B9B9;
}
.tabla tfoot td {
text-align: left;
}
.tabla tfoot td span {
font-weight: bold;
}
.tabla-detalles {
width: 70%;
}
.tabla-detalles thead {
background-color: #333;
color: #EEE;
border: 1px solid #333;
}
.tabla-detalles tbody tr, .tabla-detalles tbody td {
border: 1px solid #E7E7E7;
color: #777;
}
.boton {
background-color: #008CBA;
color: #FFF;
padding: 1rem 2rem;
margin: 0 0.1rem;
border: none;
text-decoration: none;
transition: background-color 0.2s ease-in-out;
}
.boton:hover {
background-color: #005B79;
}
.form-container {
width: 60%;
}
.form-group {
margin: 1rem 0;
}
.form-group label {
display: inline-block;
margin-bottom: 0.25rem;
}
.form-control {
display: block;
padding: 0.5rem;
width: 100%;
border: 1px solid #CED4DA;
border-radius: 0.25rem;
}
.error {
color: #B22B50;
font-weight: 700;
font-size: 0.9rem;
}
.button-container {
text-align: right;
}
.color-container {
background-color: blue;
margin: 2rem 0;
width: 25rem;
height: 10rem;
border-radius: 0.5rem;
}
/*# sourceMappingURL=styles.css.map */ | public/css/styles.css | * {
box-sizing: border-box;
font-family: sans-serif;
}
.page-container {
position: relative;
min-height: 100vh;
margin: 0 10%;
}
header {
padding: 1rem 0;
}
.nav {
display: flex;
align-items: center;
}
.nav .logo {
width: 220px;
height: 55px;
}
.nav .nav-menu {
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
.nav .nav-logo {
align-items: flex-end;
flex-grow: 1;
}
main {
padding-bottom: 10rem;
}
footer {
position: absolute;
width: 100%;
padding: 1rem 0;
bottom: 0;
height: 10rem;
display: flex;
align-items: flex-end;
}
footer .footer-wrapper {
flex-grow: 1;
}
footer .footer-content {
display: flex;
padding: 1rem 0;
}
footer .footer-content .footer-info {
flex-grow: 1;
display: flex;
justify-content: flex-start;
}
footer .footer-content .footer-options {
flex-grow: 1;
display: flex;
justify-content: flex-end;
}
footer .footer-content .footer-options a {
text-decoration: none;
color: #008CBA;
}
footer .footer-content .footer-options a:hover {
text-decoration: underline;
}
.profesores-section {
margin-top: 7rem;
}
table {
border-collapse: collapse;
border: 1px solid #E7E7E7;
}
table th, table td {
width: 10rem;
padding: 0.75rem;
text-align: center;
vertical-align: top;
}
.tabla thead th {
background-color: #E7E7E7;
}
.tabla tbody tr:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.05);
}
.tabla tbody a {
padding: 0.5rem;
background-color: #E7E7E7;
color: #000;
font-size: 0.8rem;
text-decoration: none;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out;
}
.tabla tbody a:hover {
background-color: #B9B9B9;
}
.tabla tfoot td {
text-align: left;
}
.tabla tfoot td span {
font-weight: bold;
}
.tabla-detalles {
width: 70%;
}
.tabla-detalles thead {
background-color: #333;
color: #EEE;
border: 1px solid #333;
}
.tabla-detalles tbody tr, .tabla-detalles tbody td {
border: 1px solid #E7E7E7;
color: #777;
}
.boton {
background-color: #008CBA;
color: #FFF;
padding: 1rem 2rem;
margin: 0 0.1rem;
border: none;
text-decoration: none;
transition: background-color 0.2s ease-in-out;
}
.boton:hover {
background-color: #005B79;
}
.form-container {
width: 60%;
}
.form-group {
margin: 1rem 0;
}
.form-group label {
display: inline-block;
margin-bottom: 0.25rem;
}
.form-control {
display: block;
padding: 0.5rem;
width: 100%;
border: 1px solid #CED4DA;
border-radius: 0.25rem;
}
.error {
color: #B22B50;
font-weight: 700;
font-size: 0.9rem;
}
.button-container {
text-align: right;
}
.color-container {
background-color: blue;
margin: 2rem 0;
width: 25rem;
height: 10rem;
border-radius: 0.5rem;
}
/*# sourceMappingURL=styles.css.map */ | 0.446977 | 0.085175 |
.bs-docs-sidebar.affix {position:static}
@media (min-width:768px) {
.bs-docs-sidebar {padding-left:20px}
}
.bs-docs-sidenav {margin-top:20px;margin-bottom:20px}
.bs-docs-sidebar .nav > li > a {display:block;padding:4px 20px;font-size:13px;font-weight:500;color:#767676}
.bs-docs-sidebar .nav > li > a:focus,
.bs-docs-sidebar .nav > li > a:hover {padding-left:19px;color:#563d7c;text-decoration:none;background-color:transparent;border-left:1px solid #563d7c}
.bs-docs-sidebar .nav > .active:focus > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active > a {padding-left:18px;font-weight:700;color:#563d7c;background-color:transparent;border-left:2px solid #563d7c}
.bs-docs-sidebar .nav .nav {display:none;padding-bottom:10px}
.bs-docs-sidebar .nav .nav > li > a {padding-top:1px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}
.bs-docs-sidebar .nav .nav > li > a:focus,
.bs-docs-sidebar .nav .nav > li > a:hover {padding-left:29px}
.bs-docs-sidebar .nav .nav > .active:focus > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active > a {padding-left:28px;font-weight:500}
.back-to-top,
.bs-docs-theme-toggle {display:none;padding:4px 10px;margin-top:10px;margin-left:10px;font-size:12px;font-weight:500;color:#999}
.back-to-top:hover,
.bs-docs-theme-toggle:hover {color:#563d7c;text-decoration:none}
.bs-docs-theme-toggle {margin-top:0}
@media (min-width:768px) {
.back-to-top,
.bs-docs-theme-toggle {display:block}
}
@media (min-width:992px) {
.bs-docs-sidebar .nav > .active > ul {display:block}
.bs-docs-sidebar.affix,
.bs-docs-sidebar.affix-bottom {width:213px}
.bs-docs-sidebar.affix {position:fixed;top:20px}
.bs-docs-sidebar.affix-bottom {position:absolute}
.bs-docs-sidebar.affix .bs-docs-sidenav,
.bs-docs-sidebar.affix-bottom .bs-docs-sidenav {margin-top:0;margin-bottom:0}
}
@media (min-width:1200px) {
.bs-docs-sidebar.affix,
.bs-docs-sidebar.affix-bottom {width:263px}
}
/* New: level 3 */
.bs-docs-sidebar .nav .nav .nav > li > a {padding-left:53px}
.bs-docs-sidebar .nav .nav .nav > li > a:focus,
.bs-docs-sidebar .nav .nav .nav > li > a:hover {padding-left:52px}
.bs-docs-sidebar .nav .nav .nav > .active:focus > a,
.bs-docs-sidebar .nav .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav .nav > .active > a {padding-left:51px} | templates/assets/docs.sidebar.css | .bs-docs-sidebar.affix {position:static}
@media (min-width:768px) {
.bs-docs-sidebar {padding-left:20px}
}
.bs-docs-sidenav {margin-top:20px;margin-bottom:20px}
.bs-docs-sidebar .nav > li > a {display:block;padding:4px 20px;font-size:13px;font-weight:500;color:#767676}
.bs-docs-sidebar .nav > li > a:focus,
.bs-docs-sidebar .nav > li > a:hover {padding-left:19px;color:#563d7c;text-decoration:none;background-color:transparent;border-left:1px solid #563d7c}
.bs-docs-sidebar .nav > .active:focus > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active > a {padding-left:18px;font-weight:700;color:#563d7c;background-color:transparent;border-left:2px solid #563d7c}
.bs-docs-sidebar .nav .nav {display:none;padding-bottom:10px}
.bs-docs-sidebar .nav .nav > li > a {padding-top:1px;padding-bottom:1px;padding-left:30px;font-size:12px;font-weight:400}
.bs-docs-sidebar .nav .nav > li > a:focus,
.bs-docs-sidebar .nav .nav > li > a:hover {padding-left:29px}
.bs-docs-sidebar .nav .nav > .active:focus > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active > a {padding-left:28px;font-weight:500}
.back-to-top,
.bs-docs-theme-toggle {display:none;padding:4px 10px;margin-top:10px;margin-left:10px;font-size:12px;font-weight:500;color:#999}
.back-to-top:hover,
.bs-docs-theme-toggle:hover {color:#563d7c;text-decoration:none}
.bs-docs-theme-toggle {margin-top:0}
@media (min-width:768px) {
.back-to-top,
.bs-docs-theme-toggle {display:block}
}
@media (min-width:992px) {
.bs-docs-sidebar .nav > .active > ul {display:block}
.bs-docs-sidebar.affix,
.bs-docs-sidebar.affix-bottom {width:213px}
.bs-docs-sidebar.affix {position:fixed;top:20px}
.bs-docs-sidebar.affix-bottom {position:absolute}
.bs-docs-sidebar.affix .bs-docs-sidenav,
.bs-docs-sidebar.affix-bottom .bs-docs-sidenav {margin-top:0;margin-bottom:0}
}
@media (min-width:1200px) {
.bs-docs-sidebar.affix,
.bs-docs-sidebar.affix-bottom {width:263px}
}
/* New: level 3 */
.bs-docs-sidebar .nav .nav .nav > li > a {padding-left:53px}
.bs-docs-sidebar .nav .nav .nav > li > a:focus,
.bs-docs-sidebar .nav .nav .nav > li > a:hover {padding-left:52px}
.bs-docs-sidebar .nav .nav .nav > .active:focus > a,
.bs-docs-sidebar .nav .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav .nav > .active > a {padding-left:51px} | 0.482429 | 0.120853 |
.footer {
text-align: center;
}
.footer h1{
margin: 0;
text-align: left;
vertical-align: middle;
display: inline;
}
.first-card-container{
height: 97px;
}
.half-white{
color: #ffffff;
height: 50%;
}
.half-gray{
background-color: #f2f2f2;
height: 50%;
}
.first-card-wrapper{
position: relative;
top:-100%;
width: 100%;
display: flex;
height: 100%;
justify-content: center;
align-content: center;
}
.first-card {
display: flex;
background-color: #21409a;
color: #ffffff;
height: 100%;
width: 75%;
z-index: 1;
box-sizing: border-box;
padding: 3.2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
justify-self: center;
align-content: center;
border-radius: 4px;
}
.first-card h1 {
font-size: 32px;
line-height: 32px;
font-weight: 300;
justify-self: start;
align-self: center;
}
.second-card {
background-color: #f2f2f2;
box-sizing: border-box;
padding-top: 20px;
padding-bottom: 40px;
z-index: 0;
width: 100%;
display: flex;
justify-content: center;
}
.second-card p {
margin: 0;
width: 75%;
font-weight: 300;
font-family: 'Josefin Sans', sans-serif;
font-size: 20px;
}
.circle-button-wrapper{
display: flex;
align-self: center;
align-content: center;
flex-direction: row-reverse;
flex: 1 0 auto;
padding-right:1%;
box-sizing: border-box;
}
.circle-button{
width: 32px;
height: 32px;
border-radius: 64px;
border: 3px solid white;
align-self: center;
justify-self: end;
cursor: pointer;
}
@media (max-width: 630px) {
/*breakpoint*/
.footer{
width: auto;
bottom: 0;
}
.footer h1{
vertical-align: middle;
}
.first-card{
width: 100%;
text-align: center;
}
.second-card{
width: 100%;
}
.second-card p{
width: 95%;
text-align: center;
}
}
@media (max-width:630px){
.first-card-container{
height: 80px;
}
.footer h1{
font-size: 32px;
}
}
@media (max-width:500px){
.first-card-container{
height: 75px;
}
.footer h1{
font-size: 32px;
}
}
@media (max-width:425px){
.first-card-container{
height: 69px;
}
.footer h1{
font-size:25px;
}
}
@media (max-width:360px){
.first-card-container{
height: 65px;
}
.footer h1{
font-size:25px;
}
}
@media (max-width:319px){
.first-card-container{
height: 62px;
}
.footer h1{
font-size:25px;
}
}
.dark .first-card{
background-color: var(--dark-secondary);
color: black;
}
.dark .first-card .circle-button{
border-color: var(--dark-bg-color);
}
.dark .half-white{
background: var(--dark-bg-color);
}
.dark .second-card,
.dark .half-gray{
background: #1f1f1f;
color:white;
} | src/Components/Footer/style.css | .footer {
text-align: center;
}
.footer h1{
margin: 0;
text-align: left;
vertical-align: middle;
display: inline;
}
.first-card-container{
height: 97px;
}
.half-white{
color: #ffffff;
height: 50%;
}
.half-gray{
background-color: #f2f2f2;
height: 50%;
}
.first-card-wrapper{
position: relative;
top:-100%;
width: 100%;
display: flex;
height: 100%;
justify-content: center;
align-content: center;
}
.first-card {
display: flex;
background-color: #21409a;
color: #ffffff;
height: 100%;
width: 75%;
z-index: 1;
box-sizing: border-box;
padding: 3.2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
justify-self: center;
align-content: center;
border-radius: 4px;
}
.first-card h1 {
font-size: 32px;
line-height: 32px;
font-weight: 300;
justify-self: start;
align-self: center;
}
.second-card {
background-color: #f2f2f2;
box-sizing: border-box;
padding-top: 20px;
padding-bottom: 40px;
z-index: 0;
width: 100%;
display: flex;
justify-content: center;
}
.second-card p {
margin: 0;
width: 75%;
font-weight: 300;
font-family: 'Josefin Sans', sans-serif;
font-size: 20px;
}
.circle-button-wrapper{
display: flex;
align-self: center;
align-content: center;
flex-direction: row-reverse;
flex: 1 0 auto;
padding-right:1%;
box-sizing: border-box;
}
.circle-button{
width: 32px;
height: 32px;
border-radius: 64px;
border: 3px solid white;
align-self: center;
justify-self: end;
cursor: pointer;
}
@media (max-width: 630px) {
/*breakpoint*/
.footer{
width: auto;
bottom: 0;
}
.footer h1{
vertical-align: middle;
}
.first-card{
width: 100%;
text-align: center;
}
.second-card{
width: 100%;
}
.second-card p{
width: 95%;
text-align: center;
}
}
@media (max-width:630px){
.first-card-container{
height: 80px;
}
.footer h1{
font-size: 32px;
}
}
@media (max-width:500px){
.first-card-container{
height: 75px;
}
.footer h1{
font-size: 32px;
}
}
@media (max-width:425px){
.first-card-container{
height: 69px;
}
.footer h1{
font-size:25px;
}
}
@media (max-width:360px){
.first-card-container{
height: 65px;
}
.footer h1{
font-size:25px;
}
}
@media (max-width:319px){
.first-card-container{
height: 62px;
}
.footer h1{
font-size:25px;
}
}
.dark .first-card{
background-color: var(--dark-secondary);
color: black;
}
.dark .first-card .circle-button{
border-color: var(--dark-bg-color);
}
.dark .half-white{
background: var(--dark-bg-color);
}
.dark .second-card,
.dark .half-gray{
background: #1f1f1f;
color:white;
} | 0.271348 | 0.070592 |
@-moz-document domain("slate.sheridancollege.ca") {
:root
{
--header: #111;
--body: #1B1B1B;
--content: #242424;
--section: #2D2D2D;
--section-highlight: #363636;
--button: #3F3F3F;
--button-highlight: #484848;
--text: #C8C8C8;
--text-light: #FFF;
--text-dark: #919191;
--background: rgba(0, 0, 0, 0.01);
--background-color: #111;
}
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: #00000001;
}
.d2l-dropdown-content-width, .d2l-branding-navigation-background-color, .d2l-navigation-s, .d2l-navigation-s-no-login, .d2l-tile.d2l-widget, .d2l-datalist-item-content, .d2l-collapsepane-content, .dco_c, .dhdg_2, .vui-heading-3, .d2l-dropdown-content-container, .d2l-dropdown-content {
background-color: var(--header);
}
.d2l-dropdown-content-1 .d2l-dropdown-content-width.d2l-dropdown-content {
background-color: var(--header);
}
.d2l-table:not([style-scope]):not(.style-scope) > *:not([style-scope]):not(.style-scope) > tr:not([style-scope]):not(.style-scope), d2l-tr:not([style-scope]):not(.style-scope) {
background-color: var(--header);
}
.d2l-course-image-tile-0 d2l-image-tile.d2l-course-image-tile {
border-color: var(--body);
}
#d2l_body, .d2l-body, .d2l-image-tile-0 .d2l-image-tile-content-container.d2l-image-tile, .d2l-page-main, .d2l-panel, .d2l-tiles-container, .d2l-column-flip-side, .d2l-column-flip .d2l-column-side-bg, .d2l-page-header-dark {
background-color: var(--body);
}
td.d2l-le-calendar-weekend, th.d2l-le-calendar-weekend, .d2l-le-calendar-week-header.d2l-le-calendar-weekend, .d2l-le-calendar-week-all td.d2l-le-calendar-weekend, .d2l-le-calendar-week-events td.d2l-le-calendar-weekend {
background-color: var(--body);
}
.d2l-image-tile-base-0 .d2l-image-tile-base-link.d2l-image-tile-base {
color: var(--text);
border-color: var(--body);
}
.d2l-typography, .d2l-htmlblock, .d2l-textblock, .d2l-navigation {
color: var(--text);
}
a.d2l-navigation-s-link, a.d2l-navigation-s-link:link, a.d2l-navigation-s-link:visited, .d2l-icon-0 {
color: var(--text);
}
.d2l-navigation-s-shadow-gradient {
background: linear-gradient(to bottom,var(--header) 0,rgba(249,250,251,0) 100%);
}
.d2l-twopanelselector-side-bg.d2l-twopanelselector-side-sep, .d2l-twopanelselector-side.d2l-twopanelselector-side-sep {
border-right: 1px solid var(--text);
background: linear-gradient(to right,rgba(249,250,251,0) 0,var(--header) 320px);
}
.daylight .d2l-collapsepane .d2l-collapsepane-header {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, var(--header));
}} | data/usercss/163904.user.css | @-moz-document domain("slate.sheridancollege.ca") {
:root
{
--header: #111;
--body: #1B1B1B;
--content: #242424;
--section: #2D2D2D;
--section-highlight: #363636;
--button: #3F3F3F;
--button-highlight: #484848;
--text: #C8C8C8;
--text-light: #FFF;
--text-dark: #919191;
--background: rgba(0, 0, 0, 0.01);
--background-color: #111;
}
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: #00000001;
}
.d2l-dropdown-content-width, .d2l-branding-navigation-background-color, .d2l-navigation-s, .d2l-navigation-s-no-login, .d2l-tile.d2l-widget, .d2l-datalist-item-content, .d2l-collapsepane-content, .dco_c, .dhdg_2, .vui-heading-3, .d2l-dropdown-content-container, .d2l-dropdown-content {
background-color: var(--header);
}
.d2l-dropdown-content-1 .d2l-dropdown-content-width.d2l-dropdown-content {
background-color: var(--header);
}
.d2l-table:not([style-scope]):not(.style-scope) > *:not([style-scope]):not(.style-scope) > tr:not([style-scope]):not(.style-scope), d2l-tr:not([style-scope]):not(.style-scope) {
background-color: var(--header);
}
.d2l-course-image-tile-0 d2l-image-tile.d2l-course-image-tile {
border-color: var(--body);
}
#d2l_body, .d2l-body, .d2l-image-tile-0 .d2l-image-tile-content-container.d2l-image-tile, .d2l-page-main, .d2l-panel, .d2l-tiles-container, .d2l-column-flip-side, .d2l-column-flip .d2l-column-side-bg, .d2l-page-header-dark {
background-color: var(--body);
}
td.d2l-le-calendar-weekend, th.d2l-le-calendar-weekend, .d2l-le-calendar-week-header.d2l-le-calendar-weekend, .d2l-le-calendar-week-all td.d2l-le-calendar-weekend, .d2l-le-calendar-week-events td.d2l-le-calendar-weekend {
background-color: var(--body);
}
.d2l-image-tile-base-0 .d2l-image-tile-base-link.d2l-image-tile-base {
color: var(--text);
border-color: var(--body);
}
.d2l-typography, .d2l-htmlblock, .d2l-textblock, .d2l-navigation {
color: var(--text);
}
a.d2l-navigation-s-link, a.d2l-navigation-s-link:link, a.d2l-navigation-s-link:visited, .d2l-icon-0 {
color: var(--text);
}
.d2l-navigation-s-shadow-gradient {
background: linear-gradient(to bottom,var(--header) 0,rgba(249,250,251,0) 100%);
}
.d2l-twopanelselector-side-bg.d2l-twopanelselector-side-sep, .d2l-twopanelselector-side.d2l-twopanelselector-side-sep {
border-right: 1px solid var(--text);
background: linear-gradient(to right,rgba(249,250,251,0) 0,var(--header) 320px);
}
.daylight .d2l-collapsepane .d2l-collapsepane-header {
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, var(--header));
}} | 0.271155 | 0.091058 |
body {
background-color: #212529;
}
.App {
text-align: center;
color: white;
}
.bg {
content: "";
/*background-image: url("./img/4.svg");*/
/* height: 60%; */
bottom: 0;
position: absolute;
left: 0;
background-position: center;
background-position-y: center;
background-size: cover;
background-position-y: 0;
background-repeat: no-repeat;
z-index: -2;
}
.picture {
position: relative;
padding-bottom: 62.5%;
background-image: url("./img/background.svg");
background-size: contain;
background-repeat: no-repeat;
justify-content: center;
text-align: center
}
.row {
margin-top: 10px;
display: flex;
justify-content: center;
}
.col {
display: flex;
flex-direction: row;
color: white;
align-items: center;
justify-content: center;
margin: 0;
width: 95%;
}
.form{
display: inline-block;
justify-content: center;
}
.form input{
width: 250px;
margin: 10px;
}
.card-img-top {
width: 95%;
height: 95%;
}
.card {
width:14vw;
height:13vw;
color: black;
margin: 3px;
border-radius: 18%;
display: flex;
justify-content: center;
background-color: #5eb897;
}
.cardBody {
display: flex;
flex-direction: row;
color: black;
align-items: center;
justify-content: center;
background-color: white;
border-radius: 18%;
margin: 5px;
}
.blink {
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
/* padding: 20px; */
outline-color: red;
outline-style: solid;
outline-width: thick;
}
@-webkit-keyframes borderBlink {
from, to {
/* border-color: transparent */
}
50% {
outline-color: red;
outline-style: solid;
outline-width: thick;
/* border-color: red */
}
}
@keyframes borderBlink {
from, to {
/* border-color: transparent */
outline-color: transparent;
outline-style: solid;
outline-width: thick;
}
50% {
outline-color: red;
outline-style: solid;
outline-width: thick;
/* border-color: red */
}
}
.borderBlink {
-moz-animation: borderBlink 1s step-end infinite;
-o-animation: borderBlink 1s step-end infinite;
-webkit-animation: borderBlink 1s step-end infinite;
animation: borderBlink 1s step-end infinite;
/* padding: 20px; */
/*
outline-color: red;
outline-style: solid;
outline-width: thick; */
}
.cont {
display: flex;
flex-direction: row;
color: black;
align-items: center;
justify-content: center;
}
.card-title-on-change {
color: red;
}
.payout {
color: white;
font-size: 2.5em;
}
.button {
width: 14vw;
height: 7vw;
background-color: #5eb897;
border-color: white;
border-width: 5px;
border-radius: 25px;
}
.back-button {
width: fit-content;
height: 5vw;
background-color: #5eb897;
border-color: white;
border-width: 5px;
border-radius: 25px;
}
.amount {
width: 14vw;
height: 7vw;
text-align: center;
background-color: white;
border-color: #5eb897;
border-width: 5px;
border-radius: 25px;
}
.center {
margin: auto;
margin-top: 10%;
position: absolute;
left:0;
right: 0;
top: 0;
bottom: 0;width: 80%;
}
.test {
padding-bottom: 62.5%;
}
.navbar {
color: white;
margin-top: 4vw;
} | recycling_machine/client/src/App.css | body {
background-color: #212529;
}
.App {
text-align: center;
color: white;
}
.bg {
content: "";
/*background-image: url("./img/4.svg");*/
/* height: 60%; */
bottom: 0;
position: absolute;
left: 0;
background-position: center;
background-position-y: center;
background-size: cover;
background-position-y: 0;
background-repeat: no-repeat;
z-index: -2;
}
.picture {
position: relative;
padding-bottom: 62.5%;
background-image: url("./img/background.svg");
background-size: contain;
background-repeat: no-repeat;
justify-content: center;
text-align: center
}
.row {
margin-top: 10px;
display: flex;
justify-content: center;
}
.col {
display: flex;
flex-direction: row;
color: white;
align-items: center;
justify-content: center;
margin: 0;
width: 95%;
}
.form{
display: inline-block;
justify-content: center;
}
.form input{
width: 250px;
margin: 10px;
}
.card-img-top {
width: 95%;
height: 95%;
}
.card {
width:14vw;
height:13vw;
color: black;
margin: 3px;
border-radius: 18%;
display: flex;
justify-content: center;
background-color: #5eb897;
}
.cardBody {
display: flex;
flex-direction: row;
color: black;
align-items: center;
justify-content: center;
background-color: white;
border-radius: 18%;
margin: 5px;
}
.blink {
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
/* padding: 20px; */
outline-color: red;
outline-style: solid;
outline-width: thick;
}
@-webkit-keyframes borderBlink {
from, to {
/* border-color: transparent */
}
50% {
outline-color: red;
outline-style: solid;
outline-width: thick;
/* border-color: red */
}
}
@keyframes borderBlink {
from, to {
/* border-color: transparent */
outline-color: transparent;
outline-style: solid;
outline-width: thick;
}
50% {
outline-color: red;
outline-style: solid;
outline-width: thick;
/* border-color: red */
}
}
.borderBlink {
-moz-animation: borderBlink 1s step-end infinite;
-o-animation: borderBlink 1s step-end infinite;
-webkit-animation: borderBlink 1s step-end infinite;
animation: borderBlink 1s step-end infinite;
/* padding: 20px; */
/*
outline-color: red;
outline-style: solid;
outline-width: thick; */
}
.cont {
display: flex;
flex-direction: row;
color: black;
align-items: center;
justify-content: center;
}
.card-title-on-change {
color: red;
}
.payout {
color: white;
font-size: 2.5em;
}
.button {
width: 14vw;
height: 7vw;
background-color: #5eb897;
border-color: white;
border-width: 5px;
border-radius: 25px;
}
.back-button {
width: fit-content;
height: 5vw;
background-color: #5eb897;
border-color: white;
border-width: 5px;
border-radius: 25px;
}
.amount {
width: 14vw;
height: 7vw;
text-align: center;
background-color: white;
border-color: #5eb897;
border-width: 5px;
border-radius: 25px;
}
.center {
margin: auto;
margin-top: 10%;
position: absolute;
left:0;
right: 0;
top: 0;
bottom: 0;width: 80%;
}
.test {
padding-bottom: 62.5%;
}
.navbar {
color: white;
margin-top: 4vw;
} | 0.41834 | 0.064772 |
*{font-family:"Microsoft YaHei",\u5FAE\u8F6F\u96C5\u9ED1,"微软雅黑",MicrosoftJhengHei,\u534E\u6587\u7EC6\u9ED1;margin:0;padding:0;list-style:none}
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
ol,ul{list-style:none}
a{text-decoration:none}
a:hover{text-decoration:underline}
body,html{width:100%;height:100%;height:100vh}
.head{width:100%;height:50px;background-color:#fff;text-align:center;font-size:17px;letter-spacing:2px;line-height:50px;position:fixed;top:0;z-index:10;border-bottom:1px solid #eee}
.head-icon-l{width:48px;float:left}
.xhead-icon-l{width:64px;float:left}
.head-icon-l img{height:20px;position:fixed;top:15px;left:15px}
.head-icon-r{width:48px;float:right;color:#fff;text-decoration:none}
.head-icon-r img{height:20px;position:fixed;top:15px;right:15px}
.head-icon-r:active,.head-icon-r:hover,.head-icon-r:link,.head-icon-r:visited{color:#fff;text-decoration:none}
.head-plus{width:100%;height:75px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.head-plusb{width:100%;height:140px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.head-plusb img{margin-top:20px;width:25%}
.head-plusc{width:100%;height:140px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.xhead-plusc{width:100%;height:70px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:43px;z-index:10}
.head-plusc p{font-size:16px;color:#fff;text-align:center;letter-spacing:1px;margin-top:10px}
.head-plusd{width:100%;height:160px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.head-plusd p{font-size:16px;color:#fff;text-align:center;letter-spacing:1px;margin-top:10px}
.head-plusd-m{position:absolute;font-size:21px;color:#fff;left:10px;letter-spacing:0!important}
.head-plusd-y{position:absolute;font-size:21px;color:#4dceff;left:100px;letter-spacing:0!important}
.head-pluse{width:100%;height:160px;color:#fff;background-color:#00B9FF;letter-spacing:1px;position:fixed;top:50px;z-index:10;overflow:hidden}
.head-pluse img{width:100%;position:absolute;left:0;top:0;z-index:-1}
.head-img{width:73px;height:73px;border-radius:50%;overflow:hidden;margin:0 auto;margin-top:10px;background-color:#eee}
.head-img img{height:73px}
.head-imgxa{width:30px;height:30px;border-radius:50%;overflow:hidden;background-color:#eee;margin-top:-31px;margin-left:33px}
.head-imgxa img{height:30px;vertical-align:top}
.head-imgxb{width:30px;height:30px;border-radius:50%;overflow:hidden;background-color:#eee;float:right;margin-right:3px;margin-top:11px}
.head-imgxb img{height:30px;vertical-align:top}
.more-red{width:10px;height:10px;border-radius:5px;background-color:red;position:fixed;right:7%;bottom:44px;z-index:2}
.more-redb{width:10px;height:10px;border-radius:5px;background-color:red;position:fixed;right:12%;bottom:44px;z-index:2}
.ord-all{font-size:17px;padding-left:10px;padding-right:10px;color:#000;line-height:40px}
.ord-all a{font-size:13px;color:#ccc;float:right}
.ord-all a:active,.ord-all a:hover,.ord-all a:link,.ord-all a:visited{text-decoration:none}
.tip-num{width:30px;height:30px;text-align:center;line-height:30px;border-radius:50%;font-size:14px;color:#fff;background-color:#FAB432;position:absolute;top:-7px;left:64%}
.tip-reg{position:absolute;bottom:-21px;right:17px;font-size:12px;color:red;z-index:-1}
.log-main{width:100%;height:100%;height:100hv;border-bottom:1px solid #04095b;background-image:linear-gradient(to bottom,#004799,#014090,#04095b);background:-moz-linear-gradient(to bottom,#004799,#014090,#04095b);background:-webkit-linear-gradient(to bottom,#004799,#014090,#04095b);background:-o-linear-gradient(to bottom,#004799,#014090,#04095b);background:-ms-linear-gradient(to bottom,#004799,#014090,#04095b)}
.log-main>img:last-of-type{margin-top:25%;margin-bottom:20px;width:50%;margin-left:25%}
.log-main h4{text-align:center;color:#fff;font-size:19px}
.log{width:90%;height:40%;position:fixed;top:45%;left:5%}
.log-user input{width:100%;height:40px;border:none;border-radius:0;padding-left:15px;border-bottom:1px solid #eee;margin-bottom:10px}
.log-user input:focus{width:100%;height:40px;border:none;border-bottom:1px solid #eee}
.log-pwd input{width:100%;height:40px;border:none;border-radius:0;padding-left:15px;margin-bottom:10px}
.log-pwd input:focus{width:100%;height:40px;bborder:none}
.log-sub{color:#fff;font-size:17px;background-color:#00A5E9;width:100%;height:40px;border:none;border-radius:0}
.btn-sub{color:#fff;font-size:17px;background-color:#004798;width:100%;height:50px;border:none;border-radius:0}
.log>a:first-of-type{position:absolute;left:0;bottom:0;color:#fff;z-index:-1;text-decoration:none}
.log>a:last-of-type{position:absolute;right:0;bottom:0;color:#fff;z-index:-1;text-decoration:none}
.reg-icona img{position:absolute;top:33%;left:12%;width:33%}
.reg-iconb img{position:absolute;top:33%;right:12%;width:33%}
.reg-area a:link,reg-area a:active,reg-area a:hover,reg-area a:visited{text-decoration:none}
.reg-area{width:90%;height:200px;color:#fff;text-align:center;letter-spacing:1px;position:fixed;top:30%;left:5%;text-decoration:none}
.reg-areaa p{color:#313842;font-size:16px;margin-top:120%}
.reg-areab p{color:#313842;font-size:16px;margin-top:120%}
.reg-areaa{color:#fff;font-size:13px;background-color:#CCD2DF;width:120px;height:120px;text-align:center;border-radius:60px;display:inline-block;margin:4%;text-decoration:none;background:#CCD2DF url(../images/rega1.png) no-repeat center center;background-size:40%}
.reg-areab{color:#fff;font-size:13px;background-color:#CCD2DF;width:120px;height:120px;text-align:center;border-radius:60px;display:inline-block;margin:4%;text-decoration:none;background:#CCD2DF url(../images/regb1.png) no-repeat center center;background-size:40%}
.ord-area a:focus,.ord-area a:hover{color:#fff;text-decoration:none}
.ord-area{background-color:#e9f9ff;height:400px;width:100%;padding:10px 3% 50px 3%}
.ord-area p{font-size:15px;margin-top:110px}
.ord-areaa{float:left;color:#707070;font-size:13px;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/ord1a.png) no-repeat center 35%;background-size:25%}
.ord-areab{float:left;color:#707070;font-size:13px;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/ord2a.png) no-repeat center 35%;background-size:25%}
.zzfw-area a:focus,.zzfw-area a:hover{color:#fff;text-decoration:none}
.zzfw-area{background-color:#e9f9ff;height:100vh;width:100%;padding:80px 5% 50px 5%}
.zzfw-area p{font-size:15px;margin-top:120px}
.tit-info{height:50px;line-height:50px;padding-left:15px;padding-right:15px;font-size:15px;border-bottom:1px solid #ddd}
.ord-areaud a:focus,.ord-areaud a:hover{text-decoration:none;background-color:#ededed}
.ord-areaud{background-color:#DEE2EB;height:100vh;width:100%;padding:80px 13% 50px 13%}
.ord-areaud p{font-size:15px;margin-top:130px}
.ord-areaud a{display:block;width:100%;border:1px solid #D2D8E5;background-color:#F2F3F3;padding:25px 30px 30px 30px;font-size:22px;margin-top:20px;text-align:right;line-height:45px;color:#727171}
.ord-areaud img{width:50px;float:left}
.ord-areaudu{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;text-decoration:none;background:#fff url(../images/zzfwa1.png) no-repeat center 35%;background-size:25%}
.ord-areaudd{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwb1.png) no-repeat center 35%;background-size:25%}
.ord-areaudub{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;text-decoration:none;background:#fff url(../images/zzfwc1.png) no-repeat center 35%;background-size:25%}
.ord-areauddb{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwd1.png) no-repeat center 35%;background-size:25%}
.zzfw-lssjzd{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;text-decoration:none;background:#fff url(../images/zzfwlssjzd1.png) no-repeat center 35%;background-size:25%}
.zzfw-mtzywh{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;margin-left:4%;text-decoration:none;background:#fff url(../images/zzfwmtzywh1.png) no-repeat center 35%;background-size:25%}
.zzfw-xwscgl{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwxwscgl1.png) no-repeat center 35%;background-size:25%}
.zzfw-wzycjb{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;margin-left:4%;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwwzycjb1.png) no-repeat center 35%;background-size:25%}
.ord-areac{float:left;color:#707070;font-size:13px;background-color:#fff;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/regaa1.png) no-repeat center 35%;background-size:25%}
.ord-aread{float:left;color:#707070;font-size:13px;background-color:#fff;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/ord4a.png) no-repeat center 35%;background-size:25%}
.sub{color:#fff;font-size:17px;font-weight:700;background-color:#00B9FF;width:100%;height:50px;line-height:50px;text-align:center;border:none;border-radius:0;bottom:0;z-index:12}
.sub2b-white{color:#000;font-size:17px;font-weight:700;background-color:#eee;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;left:0}
.sub2b-blue{color:#fff;font-size:17px;font-weight:700;background-color:#00B9FF;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;right:0}
.sub2-blue{color:#fff;font-size:17px;font-weight:700;background-color:#00B9FF;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;left:0}
.sub2-gray{color:#fff;font-size:17px;font-weight:700;background-color:#7D7D7D;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;right:0}
.sub-wrap{bottom:0;width:100%;height:50px;z-index:11}
.sub-wrap a:focus,.sub-wrap a:hover{color:#fff;background-color:#0c84d6;text-decoration:none}
.sub-wrap input:focus,.sub-wrap input:hover{color:#fff;background-color:#0c84d6;text-decoration:none}
.sub-wrap button:focus,.sub-wrap button:hover{color:#fff;background-color:#0c84d6;text-decoration:none}
.btn-ordcek{color:#fff;font-size:17px;background-color:#00B9FF;width:40%;height:50px;line-height:50px;text-align:center;border-radius:3px;border:none;position:fixed;bottom:50px;left:7%;box-shadow:0 3px 3px #ccc}
.btn-ordctn{color:#1d1d1d;font-size:17px;background-color:#E5E5E5;width:40%;height:50px;line-height:50px;text-align:center;border-radius:3px;border:none;position:fixed;bottom:50px;right:7%;box-shadow:0 3px 3px #ccc}
.sub-wrap-2a a:focus,.sub-wrap-2a a:hover{color:#fff;background-color:#0c84d6;text-decoration:none;box-shadow:0 0 0 #ccc}
.btn-head-2{color:#fff;font-size:13px;border:1px solid #fff;width:40%;height:32px;line-height:32px;text-align:center;border-radius:16px;display:inline-block;margin:20px 5px 0 5px}
.btn-red{color:red!important;font-size:15px;border:1px solid red;width:40%;height:32px;line-height:32px;text-align:center;border-radius:16px;display:inline-block;margin:20px 5px 0 5px}
.btn-red:focus,.btn-red:hover{color:#fff!important;background-color:red;text-decoration:none}
.btn-head-act{color:#00B9FF!important;background-color:#fff;text-decoration:none}
.btn-head-wrap2 a:focus,.btn-head-wrap2 a:hover{color:#00B9FF;background-color:#fff;text-decoration:none}
.btn-head-3{color:#fff;font-size:13px;border:1px solid #fff;width:28%;height:32px;line-height:32px;text-align:center;border-radius:16px;display:inline-block;margin:20px 5px 0 5px}
.btn-head-wrap3 a:focus,.btn-head-wrap3 a:hover{color:#00B9FF;background-color:#fff;text-decoration:none}
.btnimg-btn{display:block;margin-left:50%;width:160px;position:absolute;left:-80px;padding:0;border:none;background-color:transparent}
.btnimg-btn img{width:160px}
.btnimg-btn span{display:block;text-align:center;color:red;margin-top:-30px}
.head-plus-titl p:first-of-type{margin-top:10px;font-size:18px}
.head-plus-titl p:last-of-type{font-size:10px}
.head-plus-titl img{height:15px;margin-top:-5px}
.main{width:100%;margin-top:50px}
.maine{width:100%;margin-top:50px}
.top-img{width:100%}
.main-plus{width:100%;margin-top:125px}
.main-plusb{width:100%;margin-top:190px}
.main-plusb a:active,.main-plusb a:hover,.main-plusb a:link,.main-plusb a:visited{text-decoration:none}
.main-plusd{width:100%;margin-top:210px}
.main-pluse{width:100%;margin-top:210px}
.search-bar{height:40px;width:100%;border-bottom:1px solid #f5f5f5}
.search-bar img{width:20px}
.search-bar input{border:none;height:40px;border-radius:0}
.search-bar button{border:none;height:40px;border-radius:0}
.search-bar input:focus{box-shadow:0 0 0 #fff}
.input-area{font-size:15px;color:#707070;width:100%;min-height:55px;border-bottom:1px solid #F5F5F5;float:left;position:relative}
.input-areae{color:#707070;width:100%;min-height:52px;border-bottom:1px solid #F5F5F5;line-height:52px;float:left;position:relative}
.input-area3{color:#707070;width:100%;min-height:52px;border-bottom:1px solid #F5F5F5;line-height:52px;float:left;padding-left:17px;padding-right:17px;position:relative}
.input-area3a{width:20%;float:left}
.input-area3b{width:45%;float:left}
.input-area3c{width:35%;float:right}
.input-area3c input{border:none;width:100%}
.input-area3 a:active,.input-area3 a:hover,.input-area3 a:link,.input-area3 a:visited{color:#707070;text-decoration:none}
.input-areab{font-size:15px;color:#707070;width:100%;min-height:140px;border-bottom:1px solid #F5F5F5;float:left}
.input-areac{font-size:15px;color:#707070;width:100%;min-height:80px;border-bottom:1px solid #F5F5F5;float:left}
.input-aread{font-size:15px;color:#707070;width:100%;height:95px;line-height:95px;border-bottom:1px solid #F5F5F5;vertical-align:middle}
.input-area-gray{width:100%;height:60px;border-bottom:1px solid #F5F5F5;line-height:60px;background-color:#F7F7F7}
.input-area-plus{width:100%;border-bottom:1px solid #F5F5F5;float:left;position:relative}
.input-area-plus img{height:15px;margin-top:-5px}
.input-area-plusb{width:100%;height:85px;border-bottom:1px solid #F5F5F5;line-height:110px}
.input-area-plusb img{height:15px;margin-top:-5px}
.row-all{width:100%;padding:7px 17px 0 17px;border-bottom:1px solid #F5F5F5;float:left}
.row-allb{margin-left:20px}
.row-allb input{margin-left:-20px!important;margin-right:8px!important}
.row-l9{width:90%;font-size:14px;float:left;color:#313131}
.row-r1{width:10%;float:left;color:#898989}
.main-plus a:active,.main-plus a:hover,.main-plus a:link,.main-plus a:visited{color:#313131;text-decoration:none}
.row-r1 .glyphicon-chevron-right{margin-top:23px}
.row-l10{width:100%;font-size:14px;color:#313131}
.row-l10 p{margin-top:5px;font-size:14px;color:#707070;margin-left:19px}
.row-l10 img{width:30px}
.doc-area{font-size:14px;color:#707070;width:100%;border-bottom:1px solid #F5F5F5;float:left}
.doc-area-titlb{width:100%;font-size:14px;line-height:20px;color:#313131;padding-left:36px;padding-right:36px}
.doc-area-titl{width:100%;font-size:14px;line-height:20px;color:#313131;margin-top:15px;padding-left:17px}
.doc-area-cont{width:100%;font-size:14px;line-height:22px;color:#707070;padding:5px 17px 36px 36px}
.text-area{width:100%;font-size:14px;line-height:22px;color:#707070;padding:17px}
.foot-area{font-size:15px;color:#707070;width:100%;background-color:#f7f7f7;padding:40px}
.foot-area p{font-size:15px;color:#313131;font-weight:700;line-height:30px}
.foot-area span{font-size:15px;color:#434343;font-weight:700}
.input-area-gl2{width:75%;float:left;font-size:16px;line-height:58px;color:#313131;padding-left:17px}
.input-area-gr2{width:25%;float:left;font-size:16px;line-height:58px;color:#313131;padding-right:17px}
.input-area-gr2 span{font-size:12px}
.input-area input{width:100%;height:30px;border:none;line-height:30px}
.input-areae input{width:100%;height:30px;border:none;line-height:30px}
.input-area-blank{font-size:13px;color:#1D1D1D;background-color:#F8F8F8;width:100%;height:50px;border-bottom:1px solid #F5F5F5;line-height:50px;padding-left:17px}
.input-area-l6{width:33%;float:left;font-size:14px;line-height:20px;color:#A0A0A0;padding-top:20px;padding-left:17px}
.input-area-l6 p{font-size:12px;color:#E60012}
.input-area-r6f{position:relative;width:67%;float:left;font-size:14px;color:#313131;padding-right:17px}
.input-area-r6f input{width:100px;height:100px;border:1px solid #f60;z-index:10;position:absolute;top:10px;opacity:0;filter:alpha(opacity:0)}
.input-area-r6f img{position:absolute;top:10px;width:100px}
.input-area-r6{width:67%;float:left;font-size:14px;color:#313131;padding-right:17px}
.input-area-l6b{width:33%;float:left;font-size:14px;color:#313131;padding-left:17px}
.input-area-l6c{width:33%;float:left;font-size:14px;color:#313131;padding-top:20px;padding-left:17px}
.input-area-r6b{width:67%;float:left;font-size:14px;color:#707070;padding-right:17px}
.input-area img{width:25px}
.input-area-l6d{width:75%;float:left;font-size:14px;line-height:20px;color:#313131;margin-top:7px;padding-left:17px}
.input-area-12{width:100%;font-size:14px;line-height:20px;color:#313131;margin-top:7px;margin-bottom:7px;padding-left:17px;padding-right:17px}
.input-area-12 p{font-size:14px;color:#707070;padding-left:19px;margin-bottom:0}
.input-area-l6d p{font-size:14px;color:#707070;padding-left:19px;margin-bottom:0}
.input-area-l6d img{width:30px}
.input-area-l6d0{width:75%;float:left;font-size:14px;line-height:20px;color:#313131;margin-top:15px;padding-left:17px}
.input-area-l6d0 p{font-size:14px;color:#707070}
.dot-gray{float:left;width:11px;height:11px;color:#B5B5B5;background-color:#B5B5B5;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-yellow{float:left;width:11px;height:11px;color:#FAB432;background-color:#FAB432;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-yellowb{float:left;width:9px;height:9px;color:#FAB432;background-color:#FAB432;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-green{float:left;width:11px;height:11px;color:#4BBB7A;background-color:#4BBB7A;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-greenb{float:left;width:9px;height:9px;color:#4BBB7A;background-color:#4BBB7A;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-cyan{float:left;width:11px;height:11px;color:#00B9FF;background-color:#00B9FF;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-cyanb{float:left;width:9px;height:9px;color:#00B9FF;background-color:#00B9FF;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-blue{float:left;width:9px;height:9px;color:#50D2C2;background-color:#50D2C2;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-blueb{float:left;width:9px;height:9px;color:#50D2C2;background-color:#50D2C2;margin-top:2px;margin-right:10px;border-radius:50%}
.input-area-r6d{width:25%;float:left;font-size:12px;line-height:12px;color:#707070;margin-top:34px;padding-right:17px}
.input-area-r6d img{width:50%;float:right;margin-top:-10px;padding-right:17px}
.input-area-l5{width:25%;float:left;font-size:14px;color:#707070;padding-left:17px;padding-top:20px}
.input-area-r5{width:75%;float:left;font-size:14px;color:#707070;padding-right:17px;padding-top:14px}
.input-areac-all{width:100%;float:left;font-size:17px;line-height:17px;color:#1d1d1d;margin-top:30px;padding-left:17px}
.input-areac-l{width:30%;float:left;font-size:15px;line-height:15px;color:#A0A0A0;margin-top:30px;padding-left:30px}
.input-areac-r{width:70%;float:left;font-size:15px;line-height:15px;color:#313131;margin-top:30px;padding-right:5px}
.input-areac-r i{color:#009943}
.input-areac-r span{color:#A0A0A0}
.input-areac input{width:100%;height:30px;border:none;line-height:30px;margin-top:-30px}
.input-area-l6dx{width:75%;float:left;font-size:16px;line-height:16px;color:#1d1d1d;margin-top:17px;padding-left:17px}
.dot-blue-rec{float:left;width:11px;height:11px;color:#50D2C2;background-color:#50D2C2;margin-top:2px;margin-right:10px}
.input-area-r6dx{width:25%;float:left;font-size:12px;line-height:22px;color:#707070;margin-top:15px;padding-right:17px;text-align:right}
.stat-rec-green{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#4BBB7A;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-cyan{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#00B9FF;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-yellow{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#fab432;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-yellowb{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#fab432;text-align:center;border-radius:3px;display:inline-block;position:absolute;top:8px;right:17px}
.stat-rec-info{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#5bc0de;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-success{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#47a447;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-gray{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#B5B5B5;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-black{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#434A54;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-red{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#FF3563;text-align:center;border-radius:3px;display:inline-block}
.text-red{color:red!important}
.info-area-gray{width:100%;height:93px;background-color:#F8F8F8}
.info-area-gray3{width:33.33%;height:93px;float:left;font-size:14px;color:#000;text-align:center;padding-top:23px;font-weight:700}
.info-area-gray3 p{font-size:17px;color:#707070;text-align:center;padding-top:16px;font-weight:400}
.info-area-grayxa{width:100%;background-color:#00B9FF}
.info-area-grayxa3{width:25%;height:80px;float:left;font-size:14px;color:#fff;text-align:center;padding-top:10px;font-weight:700;position:relative}
.info-area-grayxa3 p{font-size:15px;color:#fff;text-align:center;font-weight:400;position:absolute;left:45%;top:37px}
.info-area-grayxa3 img{height:25px;position:absolute;left:26%;top:30px}
.info-area-grayxa3b{width:33.3333%;height:80px;float:left;font-size:14px;color:#fff;text-align:center;padding-top:10px;font-weight:700;position:relative}
.info-area-grayxa3b p{font-size:15px;color:#fff;text-align:center;font-weight:400;position:absolute;left:45%;top:37px}
.info-area-grayxa3b img{height:25px;position:absolute;left:30%;top:30px}
.btn-home a:active,.btn-home a:hover,.btn-home a:link,.btn-home a:visited{color:#000;text-decoration:none}
.btn-home{padding:15px;float:left;border-bottom:10px solid #efefef}
.btn-home a{width:25%;float:left;text-align:center;color:#000;margin-top:10px}
.btn-home a img{height:50px;width:50px;border-radius:13px;padding:10px}
.btnh-wddd{background-color:#ff8c39}
.btnh-wyjd{background-color:#6dc114}
.btnh-gjdt{background-color:#2fabf1}
.btnh-xxgl{background-color:#fc595a}
.btnh-grzx{background-color:#2eaaf0}
.btnh-vip{background-color:#1ed4c8}
.btnh-wdlb{background-color:#937ef5}
.btnh-tsjy{background-color:#6dc114}
.input-area-plus2l{width:64%;float:left;font-size:14px;font-weight:700;line-height:14px;color:#313131;margin-top:12px;padding-left:17px}
.input-area-plus2l p{font-size:12px;color:#707070;padding-left:21px;line-height:12px}
.input-area-plus2lb{width:64%;float:left;font-size:14px;font-weight:700;line-height:14px;color:#313131;margin-top:25px;padding-left:17px}
.input-area-plus2lb p{font-size:12px;color:#707070;line-height:12px}
.input-area-plus2r{width:36%;float:left;font-size:12px;line-height:18px;color:#1d1d1d;margin-top:12px;padding-right:17px;text-align:right}
.stat-dot-yellow{float:left;width:11px;height:11px;color:#fff;background-color:#FAB432;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-yellow{width:42px;font-size:12px;color:#fff;background-color:#FAB432;text-align:center;border-radius:3px;display:inline-block}
.stat-dot-red{float:left;width:11px;height:11px;color:#fff;background-color:#FF3563;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-red{width:42px;font-size:12px;color:#fff;background-color:#FF3563;text-align:center;border-radius:3px;display:inline-block}
.stat-dot-green{float:left;width:11px;height:11px;color:#fff;background-color:#4BBB7A;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-green{width:42px;font-size:12px;color:#fff;background-color:#4BBB7A;text-align:center;border-radius:3px;display:inline-block}
.stat-dot-cyan{float:left;width:11px;height:11px;color:#fff;background-color:#00B9FF;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-cyan{width:42px;font-size:12px;color:#fff;background-color:#00B9FF;text-align:center;border-radius:3px;display:inline-block}
.input-area-lr2{font-size:15px;font-weight:700;color:#000;line-height:30px;padding-left:17px;margin-top:15px}
.input-area-lr2 p{font-size:11px;color:#E60012;line-height:15px}
.textarea-r6{width:100%;height:110px;margin-top:20px;border:none}
.textarea-r6b{width:100%;height:110px;margin-top:20px;border:none;color:#707070}
.textarea-all{width:100%;height:500px;font-size:14px;color:#313131;margin-top:10px;border:none}
.input-area-cekbox input{width:22px;float:left;margin-left:15px!important;margin-top:-1px!important}
.input-area-cekbox a{color:#707070;text-decoration:none;margin-left:10px}
.input-area-cekbox a:link,input-area-cekbox a:active,input-area-cekbox a:hover,input-area-cekbox a:visited{color:#707070;text-decoration:none}
.let-spac3{letter-spacing:2px}
.btn-yzm>input:first-of-type{width:60%}
.btn-yzm>input:last-of-type{width:90px;height:30px;line-height:30px;color:#fff;font-size:14px;background-color:#00B9FF;text-align:center;border-radius:3px;padding-left:3px;padding-right:3px;margin-left:5px}
.btn-yzm>input:last-of-type:focus{background-color:#0c84d6}
.blank20{height:200px;float:left;width:100%;z-index:-1}
.blank10{height:10px;float:left;width:100%;z-index:-1}
.blank20b{height:200px;background-color:#F7F7F7}
.ord-sub{margin-top:35%}
.stat-cek{width:26%;margin-left:37%}
.ord-sub p:last-of-type{margin-top:10px;font-size:14px;color:#4894D6;font-weight:700;text-align:center}
.ord-sub p:first-of-type{margin-top:30px;font-size:17px;color:#313131;font-weight:700;text-align:center}
.ord-sub-info{margin-top:15px;font-size:14px;color:#1d1d1d;padding-left:50px}
.nav-left-plus{background-color:#000;position:absolute;top:0;left:0;width:60%;height:100%;z-index:111;filter:alpha(opacity=22);-moz-opacity:.22;-khtml-opacity:.22;opacity:.22}
.nav-left-main{position:absolute;top:0;right:0;background-color:#000;width:40%;height:100%;padding:15px;filter:alpha(opacity=77);-moz-opacity:.77;-khtml-opacity:.77;opacity:.77}
.nav-left{width:100%;height:100%;z-index:100;position:fixed;top:0;right:-100%;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;transition:all .1s ease-in}
#nav-left:target{right:0}
.menum{width:100%;height:120px;z-index:5;position:fixed;top:-120px;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;transition:all .1s ease-in;background-color:#00B9FF;padding-top:45px;text-align:center;color:#fff}
#menum:target{top:0}
.nav-left-main a{font-size:15px;display:block;color:#aaa;padding-top:10px;padding-bottom:10px;text-decoration:none;text-align:center}
.nav-left-main a:active,.nav-left-main a:link,.nav-left-main a:visited{color:#fff;text-decoration:none}
.nav-left-main a:hover{color:#fff;background-color:#333;text-decoration:none}
.nav-left-main a:before{content:" ";display:inline-block;width:4px;height:4px;background-color:#aaa;border-radius:2px;margin-right:5px;margin-bottom:4px}
.nav-left-main a:after{content:" ";display:inline-block;width:4px;height:4px;background-color:#aaa;border-radius:2px;margin-left:5px;margin-bottom:4px}
.xnav-left-exit{position:absolute;top:0;left:0;width:100%;height:100%}
.blank50{width:100%;height:50px;line-height:50px;background-color:#fff}
.row-2{width:100%;height:50px;line-height:50px;background-color:#fff;font-size:15px;color:#595757;padding-left:15px;padding-right:15px;border-bottom:1px solid #eee}
.row-2l{width:35%;float:left;text-align:right;padding-right:10px}
.row-2r{width:65%;float:left;text-align:left;padding-left:10px}
.row-2r input{width:100%;border:none;height:49px;line-height:49px}
.main-pluse a:hover{background-color:#f3f3f3;color:#1d1d1d;text-decoration:none}
.main-pluse a:active,.main-pluse a:link,.main-pluse a:visited{color:#1d1d1d;text-decoration:none}
.maine a:hover{background-color:#f3f3f3;color:#1d1d1d;text-decoration:none}
.maine a:active,.maine a:link,.maine a:visited{color:#1d1d1d;text-decoration:none}
.bar-bg{width:100%;padding:17px;border-bottom:1px solid #f5f5f5;position:relative;min-height:180px}
.bar-bg p{font-size:16px;margin-left:30px;line-height:16px}
.bar-bgr{position:absolute;top:15px;right:17px}
.bar-bgrtm{position:absolute;top:15px;right:17px;width:200px;height:150px;background-color:#fff;opacity:0;filter:alpha(opacity:0)}
.panel-tline-barb{width:90%;background-color:#fff;margin-left:10%;padding:10px 17px 10px 27px;border-left:2px solid #f3f3f3;font-size:16px;color:#1d1d1d;position:relative}
.panel-tline-barb b{font-size:16px;font-weight:400;color:#1d1d1d}
.panel-tline-barb b span{font-size:9px;margin-left:7px;margin-right:37px;color:#8e8e8e}
.panel-tline-barb p{font-size:12px;color:#777;margin-left:96px}
.panel-tline-bar{width:80%;background-color:#fff;margin-left:20%;padding:10px 17px 10px 17px;border-left:2px solid #f3f3f3;font-size:16px;color:#1d1d1d}
.panel-tline-bar p{font-size:13px;color:#777}
.panel-tline-bar a{float:right}
.panel-tline-barb a{float:right}
.dotline-blueb{float:left;width:10px;height:10px;color:#50D2C2;background-color:#50D2C2;margin-top:6px;margin-left:-33px;border-radius:50%}
.dotline-purpleb{float:left;width:10px;height:10px;color:#D667CD;background-color:#D667CD;margin-top:6px;margin-left:-33px;border-radius:50%}
.dotline-blue{float:left;width:10px;height:10px;color:#50D2C2;background-color:#50D2C2;margin-top:6px;margin-left:-23px;border-radius:50%}
.dotline-yellow{float:left;width:10px;height:10px;color:#FAB432;background-color:#FAB432;margin-top:6px;margin-left:-23px;border-radius:50%}
.dotline-gray{float:left;width:10px;height:10px;color:#C9C9C9;background-color:#C9C9C9;margin-top:6px;margin-left:-23px;border-radius:50%}
#tabbox{position:relative;width:100%;overflow:hidden;margin:0 auto}
#tabbox ul li{list-style:none}
.tab_conbox{position:absolute;top:0;margin-left:70px;width:100%;height:auto;border:2px solid #eee;border-top:none}
.tab_con{display:none}
.tabs{height:auto;width:100px;margin-left:0;border:2px solid #eee;border-top:none;position:relative}
.tabs li{height:40px;line-height:40px;background:#fff;overflow:hidden;position:relative;margin-right:0;border-bottom:1px dashed #eee}
.tabs li a{display:block;padding:0 0 0 3px;outline:0}
.tabs li a span{margin-top:18px}
.tabs li a:hover{font-weight:700;color:#000}
.tabs .thistab,.tabs .thistab a:active,.tabs .thistab a:hover,.tabs .thistab a:visited{font-weight:700;color:#000}
.tab_con{font-size:13px;line-height:175%;font-weight:400}
.tab_con label{font-weight:400;margin-left:50px}
.tab_con span{margin-left:10px}
.tabs input{float:left;margin-top:19px!important;margin-left:5px!important}
.titl-qxl{float:left;width:130px;height:30px;margin-left:10px;padding-left:15px;padding-right:15px;padding-top:5px;border:2px solid #eee;border-bottom:none;background-color:#f6fbfa;font-weight:700;font-size:15px}
.titl-qxr{float:left;width:100%;height:30px;margin-left:10px;border:2px solid #eee;border-bottom:none;background-color:#f6fbfa}
.titl-qxr span{margin-left:45px}
.titl-qxl span{margin-top:13px}
.page-btn{position:fixed;bottom:70px;right:17px}
.page-btn a{display:inline-block;background-color:#00B9FF;color:#fff;border-radius:5px;text-align:center;font-size:12px;padding:4px 10px;margin-top:5px}
.page-btn a:active,.page-btn a:hover,.page-btn a:link,.page-btn a:visited{color:#fff;text-decoration:none}
.qiye_xieyi{width:100%;margin:0 auto;padding:20px 17px 70px 17px}
.qiye_xieyii p{text-indent:2em}
.xiaoma_rit_xq{position:fixed;width:100%;bottom:0}
.xiaoma_rit_wei{float:left;width:20%;text-align:center;height:60px;background-color:#f7f8f8;border-top:1px solid #dcdddd;font-size:12px;font-weight:ligter;color:#fff}
.xiaoma_rit_wei4{float:left;width:25%;text-align:center;height:60px;background-color:#f7f8f8;border-top:1px solid #dcdddd;font-size:12px;font-weight:ligter;color:#fff}
.xiaoma_rit_wei3{float:left;width:33.3333%;text-align:center;height:60px;background-color:#f7f8f8;border-top:1px solid #dcdddd;font-size:12px;font-weight:ligter;color:#fff}
.xiaoma_jifen_top{border:1px solid #ccc;height:55px}
.xiaoma_jifen_lian{float:left;width:25%;padding:20px 10px 10px 10px;font-size:15px;color:#000}
.xiaoma_jifen_se{color:#fca400;padding-bottom:0}
.xiaoma_jifen_border{border-bottom:2px solid #fca400;margin-top:12px;width:85%}
.hu_jifen_div{padding:10px 10px;height:40px;background-color:rgba(225,225,225,.75)}
.hu_jifen_div1{margin:10px 10px}
.hu_jifen_div2{margin-top:35px}
.stat-red{width:15px;height:15px;border-radius:15px;background-color:red;display:inline-block}
.stat-redok{width:25px;height:25px;display:inline-block;margin-top:-6px;background:url(../images/ok.png);background-size:25px 25px;margin-left:30px}
.stat-line{background-color:red;height:2px;width:66%;margin:0 auto}
.stat-blka{float:left;width:33%;text-align:center;margin-top:-8px}
.jindu{margin-top:100px;margin-bottom:200px}
.xiaoma_jifen_bao{clear:both;text-align:center;margin-top:15%}
.xiaoma_jifen_fen{font-size:18px;text-align:center;margin-top:10%;letter-spacing:1px}
.xiaoma_jifen_num{text-align:center;font-size:24px;margin-top:5%;color:#fca400;letter-spacing:2px}
.xiaoma_jifen_ming{margin-top:10px;padding-bottom:10px;height:50px;border-bottom:1px solid #ddd}
.xiaoma_jifen_jyt{margin-left:2%;margin-top:8px;float:left}
.xiaoma_jifen_name{float:left;width:48%}
.xiaoma_jifen_date{float:left;width:40%}
.xiaoma_jifen_date p{text-align:right;margin:0}
.head span img{height:24px;margin-right:7px;float:left;margin-top:14px;margin-left:15px}
.headbt{height:50px;-webkit-box-shadow:#efefef 0 3px 5px;-moz-box-shadow:#efefef 0 3px 5px;box-shadow:#efefef 0 3px 5px}
.headbtn{margin-top:15px;margin-bottom:15px;height:40px}
.headbtn a{display:inline-block;height:40px;width:33.3333%;float:left;line-height:40px;text-align:center;color:#5E5E5E}
.headbtn a:active,.headbtn a:link,.headbtn a:visited{color:#5E5E5E;text-decoration:none}
.headbtn a:hover{color:#5E5E5E;text-decoration:none}
.headbtnact{color:#0f2c66!important;border-top:1px solid #0f2c66;border-bottom:1px solid #0f2c66}
.navtopbtn{height:40px;background-image:url(../images/headbk.png);background-repeat:no-repeat;background-position:center 0;background-size:100% 100%}
.navtopbtn a img{height:25px;margin-right:5px}
.navtopbtn a:first-child{width:50%;display:inline-block;text-align:center;font-size:14px;color:#fff;line-height:40px;font-weight:700}
.navtopbtn a:last-child{width:50%;display:inline-block;text-align:center;font-size:14px;color:#fff;float:right;line-height:40px;font-weight:700}
.navtopbtn a:active,.navtopbtn a:link,.navtopbtn a:visited{color:#fff;text-decoration:none}
.navtopbtn a:hover{color:#fff;text-decoration:none}
.l_num{clear:both;text-align:center;font-size:12px;color:#606060;margin-bottom:20px}
.l_num a,.l_num span{margin-left:5px;margin-right:5px;padding:4px 9px;border-radius:3px}
.l_num .lk7{background-color:#0f2c66;color:#fff}
.l_num .lk6{background-color:#eee;color:#333}
.banind img{width:100%}
.bannertop img{width:100%}
.ahreinda{width:100%;padding-left:15px;padding-right:15px}
.ahreind{padding-top:30px;padding-bottom:20px;border-bottom:1px solid #E3E3E3;float:left;width:100%}
.ahreind a{width:25%;float:left;text-align:center;color:#666;font-size:13px}
.ahreind span{display:inline-block;background-color:#B0B0B0;width:50px;height:50px;border-radius:25px;padding:10px;margin-bottom:10px}
.ahreind span img{width:30px;height:30px}
.ahreind a:active,.ahreind a:link,.ahreind a:visited{color:#666;text-decoration:none}
.ahreind a:hover{color:#666;text-decoration:none}
.boxindgb{text-align:center;padding-top:20px;padding-bottom:20px;float:left;width:100%;background-color:#F6F6F6}
.boxindg{text-align:center;padding-top:20px;padding-bottom:20px;float:left;width:100%;background-color:#ECECEC}
.boxind{text-align:center;padding-top:20px;padding-bottom:20px;float:left;width:100%}
.boxind h1,.boxindg h1,.boxindgb h1{font-size:21px;font-weight:400;color:#5E5E5E}
.boxind h2,.boxindg h2,.boxindgb h2{font-size:12px;line-height:16px;font-weight:400;color:grey}
.boxind img{width:150px}
.boxindg img{width:150px}
.boxindgb img{width:150px}
.morind{width:100%;padding-left:15px;padding-right:15px;float:left;text-align:center}
.morind a{width:100%;text-align:center;color:#727171;font-size:15px;line-height:70px;display:block;border-top:1px dashed #E3E3E3}
.morind a:active,.morind a:link,.morind a:visited{color:#666;text-decoration:none}
.morind a:hover{color:#666;text-decoration:none}
.navft{width:100%;float:left;background-color:#F4F4F4;padding-left:15px;padding-right:15px;padding-bottom:15px}
.navfta{width:100%;padding-top:15px;padding-bottom:15px;float:left;border-bottom:1px dashed #E3E3E3;margin-bottom:10px}
.navfta a{width:25%;float:left;text-align:center;color:#727171}
.navfta a:active,.navfta a:link,.navfta a:visited{color:#666;text-decoration:none}
.navfta a:hover{color:#666;text-decoration:none}
.navfta span{width:1px;float:left;margin-left:-1px;color:#727171}
.navft h4{font-size:12px;color:#727171;line-height:16px;padding-left:5%}
.nav-left-main img{width:20px;margin-right:20px}
.boxcnt{background-color:#F2F2F2;padding:20px 17px 50px 17px}
.boxcnt-kf{background-color:#fff;padding:10px 13px 20px 13px}
.boxcnt-kf h1{font-size:17px}
.boxcnt-kf h2{font-size:13px;color:#4D4D4D}
.boxcnt-ads{margin-top:20px;background-color:#fff;padding:10px 13px 20px 13px}
.boxcnt-ads h1{font-size:17px;margin-bottom:10px}
.boxnewsa{margin:17px}
.boxnewslb{width:98%;margin-left:1%;margin-bottom:15px;padding-bottom:5px;border-bottom:3px solid #0f2c66}
.boxnewslb img{width:100%}
.boxnews a{color:#000}
.boxnewsitm{width:48%;float:left;height:140px;margin-left:1%;margin-right:1%;border:1px solid #eee;margin-bottom:20px}
.boxnewsitm img{width:100%;margin-left:0;height:65%}
.boxnewsitm h1{font-size:14px;text-align:center;line-height:15px;margin-top:5px;margin-bottom:5px}
.boxnewsitm h6{font-size:12px;line-height:15px;margin-top:5px;margin-bottom:5px;color:#aaa;padding-left:7px}
.boxnewsdt img{width:100%}
.boxnewsdtt{padding:10px 10px 20px 10px}
.boxnewsdtt h1{font-size:17px;color:#4D4D4D;margin-bottom:1px;padding-bottom:15px;border-bottom:1px dotted #E3E3E3}
.boxnewsdtt h2{font-size:13px;color:#aaa;float:left;margin-right:30px;margin-top:15px}
.boxnewsdt h2 img{width:16px;margin-right:8px}
.boxnewsdtt p{clear:both;font-size:12px;color:#4D4D4D;text-indent:20px}
.sehtop{padding:10px;position:relative;background-color:#fff}
.sehtop button{width:30px;border:none;background-color:#fff;position:absolute;left:15px;top:17px}
.sehtop button img{width:23px}
.sehtop input{width:100%;height:40px;padding-left:40px;border:1px solid #E3E3E3}
.boxfaq{background-color:#fff;float:left;width:100%;margin-top:10px;padding-left:1%;padding-bottom:10px}
.boxfaq h3,.boxfaql h3{font-size:15px;padding-left:15px;margin-bottom:15px}
.boxfaq a{width:33.333%;float:left;border:1px solid #ccc;text-align:center;height:100px;margin-top:-1px;margin-left:-1px;padding-top:17px;color:#787878}
.boxfaq a img{height:40px;margin-bottom:10px}
.boxfaq a:active,.boxfaq a:link,.boxfaq a:visited{color:#787878;text-decoration:none}
.boxfaq a:hover{color:#787878;background-color:#eee;text-decoration:none}
.boxfaql a:active,.boxfaql a:link,.boxfaql a:visited{color:#787878;text-decoration:none}
.boxfaql a:hover{color:#787878;background-color:#eee;text-decoration:none}
.boxfaql{background-color:#fff;float:left;width:100%;margin-top:10px;padding-left:1%;padding-bottom:10px;margin-bottom:10px}
.boxfaql a{width:33.333%;float:left;border:1px solid #ccc;text-align:center;height:50px;line-height:50px;margin-top:-1px;margin-left:-1px;color:#aaa}
.panel{margin:0!important;margin-top:10px!important;padding:0!important;border-radius:0!important;border:0!important}
.panel a:active,.panel a:link,.panel a:visited{color:#666;text-decoration:none}
.panel a:hover{color:#666;text-decoration:none}
.boxabt{padding:17px}
.about-shenma p{font-size:14px;line-height:22px}
.about-shenma h2{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:10px}
.history-shenma h2{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:10px}
.history-shenma{position:relative}
.process-row{cursor:move;display:inline-block;width:100%;float:left;margin:0;position:relative;height:300px;overflow:hidden}
.process-noyear{position:absolute;top:20%;left:20%;width:60%;text-align:center;font-size:20px;background-color:#58b8ea;color:#fff;border-radius:5px}
.process-content{position:absolute;bottom:245px;left:0;text-align:center;width:100%}
.process-row i{border:1px solid #58b8ea;position:absolute;top:87px;left:50%;height:48px}
.process-row i:before{content:" ";display:inline-block;width:16px;height:16px;background-color:#58b9e6;border-radius:8px;position:absolute;bottom:-8px;left:-8px}
.swiper-wrapper .swiper-slide:nth-child(even) i:before{content:" ";display:inline-block;width:16px;height:16px;background-color:#58b9e6;border-radius:8px;position:absolute;top:-9px;left:-8px}
.process-row .process-content p{text-indent:0!important;font-size:14px!important;color:#000;white-space:normal;width:100%;text-align:center;margin:0}
.swiper-wrapper .swiper-slide:nth-child(even) .process-noyear{top:60%}
.swiper-wrapper .swiper-slide:nth-child(even) .process-content{position:absolute;top:215px;left:0;text-align:center;width:100%}
.swiper-wrapper .swiper-slide:nth-child(even) i{border:1px solid #58b8ea;position:absolute;top:135px;left:50%;height:48px}
.boxabtline{display:block;height:1px;width:100%;position:absolute;top:238px;left:0;z-index:9;border:1px solid #58b8ea}
.core-shenma h2{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:25px}
.core-shenma .corep{width:70%;margin-left:15%;text-align:center;margin-bottom:60px}
.core-shenma .corep img{width:70%;-webkit-box-shadow:#ccc 0 10px 20px;-moz-box-shadow:#ccc 0 10px 20px;box-shadow:#ccc 0 10px 20px;transition:All .8s ease-in-out;-webkit-transition:All .8s ease-in-out;-moz-transition:All .8s ease-in-out;-o-transition:All .8s ease-in-out}
.core-shenma .corep:hover img{transform:scale(1.06);-webkit-transform:scale(1.06);-moz-transform:scale(1.06);-o-transform:scale(1.06);-ms-transform:scale(1.06)}
.core-shenma h3{display:block;color:#393939;font-size:24px;line-height:24px;text-align:center;margin-top:25px}
.core-shenma span{display:block;color:#5e8ddd;font-size:14px;line-height:20px;text-align:center;border-bottom:1px solid #a7b2c8}
.core-shenma h5{display:block;color:#9396a5;font-size:14px;line-height:20px;text-align:center;width:70%;margin-left:15%}
.culture-shenma{position:relative}
.culture-shenma img{width:100%}
.culture-shenma-md img{width:90%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.xnla-shenma{position:relative;margin:0 auto;margin-bottom:10px}
.xnla-shenma p{color:#242424;font-size:14px;line-height:22px}
.xnla-shenma h1{text-align:center}
.xnla-shenma h1 img{margin-top:20px;width:80px}
.xnla-shenma h2{color:#242424;font-size:28px;line-height:35px;text-align:center;border-bottom:1px solid #bababa;padding-bottom:20px;margin-bottom:20px}
.xnl-shenma{position:relative;margin:0}
.xnl-shenma img{width:100%}
.xnl-shenma-md{width:80%;color:#fff;font-size:14px;line-height:17px;text-align:center;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.cont-edu-bantxt{background-color:#0f2c66;position:relative;padding:20px 17px 15px 17px}
.cont-edu-bantxt img:first-child{position:absolute;left:5px;top:10px;width:17px}
.cont-edu-bantxt img:last-child{position:absolute;right:5px;bottom:20px;width:17px}
.cont-edu-bantxt p{line-height:25px;color:#fff;font-size:15px;letter-spacing:1px}
.edu-class h1{color:#0f2c66;font-size:17px;font-weight:700;padding-left:20px}
.edu-class img{width:100%;margin-top:30px;margin-bottom:30px}
.edu-boss h1{color:#0f2c66;font-size:17px;font-weight:700;text-align:center}
.edu-boss img{width:90%;margin-top:30px;margin-left:5%;margin-bottom:30px}
.bannertop-more{text-align:center;position:absolute;top:420px;width:100%}
.bannertop-more a{text-align:center;color:#0f2c66;border:1px solid #0f2c66;padding:4px 20px 5px 20px}
.bannertop-more a:active,.bannertop-more a:link,.bannertop-more a:visited{color:#0f2c66;text-decoration:none}
.bannertop-more a:hover{color:#fff;background-color:#0f2c66;border:1px solid #0f2c66;text-decoration:none}
.cont-detail{padding:17px}
.cont-detail-nav{margin-bottom:20px}
.cont-detail-nav a{color:#333}
.cont-detail h1{text-align:center;border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:15px;font-size:20px}
.cont-detail h1 i{display:block;text-align:center;color:#888;font-size:12px;font-style:normal;line-height:40px}
.cont-detail h1 i span{background-color:#f0f0f0;margin-left:5px;margin-right:5px;border-radius:2px;padding:0 10px;text-decoration:none!important;color:#888!important}
.cont-detail p{font-size:14px;text-indent:40px;line-height:25px}
.cont-detail img{width:100%!important;max-width:100%;height:auto!important;margin-top:5px;margin-bottom:15px;}
.cont-detail p img{width:100%!important;max-width:100%;height:auto!important;margin-top:5px;margin-bottom:15px;margin-left:-40px;}
.cont-detail-prenext{margin-top:40px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding-top:5px;padding-bottom:5px}
.cont-detail-prenext a{color:#aaa;font-size:12px;display:block;line-height:20px}
.cont-detail h6{font-size:14px;text-align:center;cursor:pointer;margin-top:50px}
.cont-detail h6 a{color:#333}
.apply-top img{width:100%}
.apply-top-md{width:100%;position:relative;margin-top:-120px;margin-bottom:120px}
.apply-top-md a:first-child{width:50%;height:100px;display:inline-block;text-align:center;position:absolute;top:0;left:0}
.apply-top-md a:last-child{width:50%;height:100px;display:inline-block;text-align:center;position:absolute;top:0;right:0}
.apply-top-md a img{display:block;width:34%;margin-left:33%}
.apply-top-md a h1{font-size:15px;line-height:20px;text-align:center;color:#3e3a39;margin-top:5px;margin-bottom:0}
.apply-top-md a h2{font-size:10px;line-height:12px;text-align:center;color:#3e3a39;margin-top:0;margin-bottom:0}
.apply-top-md a{text-decoration:none;outline:0}
.apply-top-md a:hover{text-decoration:none;outline:0}
.apply-app img{width:100%}
.apply-cartoon{position:relative}
.apply-cartoon img{width:100%}
.apply-cartoon-md img{width:90%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.apply-goods img{width:100%}
.apply-goods{position:relative}
.apply-goods img{width:100%}
.apply-goods-md img{width:80%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.apply-loans-md img{width:90%;margin:10% 5%}
.goods-spfq img{width:90%;margin:10% 5%}
.goods-core img{width:90%;margin:10% 5%}
.goods-core-md h2{text-align:center;font-size:10px;line-height:17px;margin-top:10px}
.goods-core-md h2 span{border-bottom:1px solid #aaa;font-size:20px;margin-top:2px}
.indext img{width:100%}
.indext-md img{width:100%}
.box-cartoon img{width:100%;margin-bottom:30px}
.box-cartoon-btn{width:60%;margin-left:20%;margin-top:50px;margin-bottom:15px}
.box-cartoon-btn a:first-child{display:inline-block;width:50%;background-color:#666;color:#fff;font-size:14px;font-weight:700;padding:4px 0 4px 0;border-top-left-radius:5px;border-bottom-left-radius:5px;text-align:center}
.box-cartoon-btn a:last-child{display:inline-block;width:50%;background-color:#666;color:#fff;font-size:14px;font-weight:700;float:right;padding:4px 0 4px 0;border-top-right-radius:5px;border-bottom-right-radius:5px;text-align:center}
.box-cartoon-btn a:active,.box-cartoon-btn a:link,.box-cartoon-btn a:visited{text-decoration:none;outline:0}
.box-cartoon-btn a:hover{text-decoration:none;outline:0}
.box-cartoon-act{background-color:#0f2c66!important;color:#fff!important;text-decoration:none}
.box-cartoon-act:active,.box-cartoon-act:link,.box-cartoon-act:visited{text-decoration:none}
.box-cartoon-act:hover{text-decoration:none}
.box-cartoona{overflow:hidden}
.box-cartoonb{overflow:hidden;height:0}
.main-about{width:100%;position:relative}
.main-about-md{width:70%;position:absolute;top:50px;left:15%}
.main-about img{width:100%;border-top:5px solid #0f2c66;border-bottom:5px solid #0f2c66}
.main-about-md h2{font-size:17px;margin-bottom:35px;color:#fff;text-align:center}
.main-about-md p{font-size:14px;color:#fff;line-height:22px;margin-top:15px}
.main-about-more{margin-top:30px;text-align:center;padding:20px 0 45px 0}
.main-about a{text-align:center;color:#898989;border:1px solid #fff;padding:3px 20px 5px 20px}
.main-about-more a:active,.main-about-more a:link,.main-about-more a:visited{color:#fff;text-decoration:none}
.main-about-more a:hover{color:#fff;background-color:#0f2c66;border:1px solid #0f2c66;text-decoration:none}
.box-adv img{width:100%}
.bg_1img,.bg_2img,.bg_3img,.bg_4img{position:absolute;top:0;left:0;z-index:20}
.bg_1imgb,.bg_2imgb,.bg_3imgb,.bg_4imgb{position:relative;z-index:10;visibility:hidden}
.box-news{background-color:#eee;padding-top:30px;margin:0}
.box-news h4{text-align:center;font-style:bold;color:#0f2c66;margin-bottom:5px}
.box-news h6{text-align:center;font-style:bold;color:#0f2c66;margin-top:5px;margin-bottom:20px}
.box-news-img img{width:100%}
.box-news ul a{display:block;margin-bottom:12px;background-color:#bbb;padding:11px 80px 11px 60px;font-size:14px;color:#fff;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-news ul a b{font-size:32px;text-align:center;width:55px;border-right:1px solid #fff;position:absolute;top:8px;left:0}
.box-news ul a span{font-size:12px;width:75px;position:absolute;right:0;top:22px;text-align:left}
.box-news ul a i{display:block;font-size:12px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-news ul a:active,.box-news ul a:link,.box-news ul a:visited{color:#fff;text-decoration:none}
.box-news ul a:hover{color:#fff;background-color:#0f2c66;text-decoration:none}
.box-news-img a{display:block;margin-bottom:10px;font-size:14px;line-height:14px;color:#1c1c1c;font-weight:700;margin-top:0}
.box-news-img a b{display:block;padding:10px 17px 10px 17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-news-img a i{display:block;font-size:12px;color:#4a4a4a;font-style:normal;font-weight:400;padding:10px 17px 5px 17px;border-top:1px dotted #b2b2b2}
.box-news-img a:active,.box-news-img a:link,.box-news-img a:visited{color:#1c1c1c;text-decoration:none}
.box-news-img a:hover{color:#fff;background-color:#0f2c66;text-decoration:none}
.box-news-img a i:active,.box-news-img a i:link,.box-news-img a i:visited{color:#1c1c1c;text-decoration:none}
.box-news-img a i:hover{color:#fff;background-color:#0f2c66;text-decoration:none}
.box-news-img a:hover i{color:#fff;background-color:#0f2c66;text-decoration:none}
.news-more{text-align:center;padding:20px 0 45px 0}
.news-more a{text-align:center;color:#898989;border:1px solid #898989;padding:3px 20px 5px 20px}
.news-more a:active,.news-more a:link,.news-more a:visited{color:#898989;text-decoration:none}
.news-more a:hover{color:#fff;background-color:#0f2c66;border:1px solid #0f2c66;text-decoration:none}
.box-logo h4{text-align:center;font-style:bold;color:#0f2c66;margin-top:45px;margin-bottom:5px}
.box-logo h6{text-align:center;font-style:bold;color:#0f2c66;margin-top:5px;margin-bottom:10px}
.box-logomd{width:80%;padding-top:30px;padding-bottom:50px}
.box-logomd a{display:inline-block;width:50%;height:120px;text-align:center;float:left;color:#333}
.box-logomd a img{width:70%;transition:All .8s ease-in-out;-webkit-transition:All .8s ease-in-out;-moz-transition:All .8s ease-in-out;-o-transition:All .8s ease-in-out;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;filter:alpha(opacity=31);-moz-opacity:.31;-khtml-opacity:.31;opacity:.31}
.box-logomd a:hover img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);filter:0;transform:scale(1.16);-webkit-transform:scale(1.16);-moz-transform:scale(1.16);-o-transform:scale(1.16);-ms-transform:scale(1.16);filter:alpha(opacity=100);-moz-opacity:100;-khtml-opacity:100;opacity:100;outline:0;text-decoration:none}
.box-logomd a:active,.box-logomd a:link,.box-logomd a:visited{color:#333;text-decoration:none}
.contact-us h4{text-align:center;font-style:bold;color:#0f2c66;margin-top:45px;margin-bottom:5px}
.contact-us h6{text-align:center;font-style:bold;color:#0f2c66;margin-top:5px;margin-bottom:10px}
.contact-us img{width:70%;margin-left:15%}
.contact-usmd{width:70%;margin-left:15%;margin-bottom:50px}
.contact-usmd h1{font-size:14px;color:#666;margin-bottom:5px}
.contact-usmd h2{font-size:10px;color:#666;margin-top:5px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eee}
.contact-usmd h5{font-size:11px;color:#666;margin-top:5px;margin-bottom:5px}
#zpmore{position:absolute;right:0;top:37px;cursor:pointer;font-size:20px;font-weight:700;color:#58b8ea}
.contact-recruit{width:100%;margin:0 auto;margin-top:40px;margin-bottom:50px;min-height:630px;clear:both}
.contact-recruitmd{width:90%;margin:0 auto;position:relative}
.contact-recruitmd h1{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:10px}
.contact-recruitmd .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:none!important;border-bottom:2px solid #58b8ea!important;color:#000!important}
.contact-recruitmd .nav-tabs>li a{margin-left:2px;margin-right:2px;padding:1px 0;color:#666!important;font-size:13px;line-height:13px;text-align:center}
.contact-recruitmd .nav-tabs>li{width:45px;margin-bottom:5px}
.contact-recruitmd .nav-tabs{border-bottom:none;width:100%;height:20px;overflow:hidden}
.contact-recruit-detail{background-color:#fafafa;width:100%;height:350px;overflow:hidden;margin-top:10px;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:60px;-webkit-box-shadow:#ddd 0 10px 20px;-moz-box-shadow:#ddd 0 10px 20px;box-shadow:#ddd 0 10px 20px;overflow-y:auto}
.contact-recruit-detail h2{font-size:15px;line-height:30px;color:#111;border-bottom:1px solid #111;margin-top:0}
.contact-recruit-detail h4{font-size:13px;line-height:20px;color:#111}
.contact-recruit-detail h5{font-size:12px;line-height:12px;color:#111}
.contact-recruit-nav{width:100%;margin-top:50px;position:relative}
.contact-recruit-nav .panel-info-titl{font-size:17px;color:#242424;line-height:20px;cursor:pointer;margin:0;padding:0;border:none;margin-top:7px;margin-bottom:7px}
.contact-recruit-nav a:first-child .panel-info-titl{border:none}
.contact-recruit-nav li a{font-size:13px;color:#5e5e5e;line-height:27px;margin:0;padding:5px;outline:0;text-decoration:none;border:none}
.contact-recruit-nav li a:before{content:" ";display:inline-block;width:6px;height:6px;background-color:#5e5e5e;border-radius:3px;margin-right:5px;margin-bottom:0}
.contact-recruit-nav a:active,.contact-recruit-nav a:link,.contact-recruit-nav a:visited{color:#5e5e5e;text-decoration:none}
.contact-recruit-nav a:hover{background-color:#f3f3f3;color:#5e5e5e;text-decoration:none}
.contact-recruit-navbox{width:50%;margin-top:0;margin-left:0;margin-bottom:20px;height:135px;overflow:hidden;padding-top:30px;position:relative;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.contact-recruit-navbox .panel-info-titl{width:100%;text-align:center;position:absolute;top:0}
.contact-recruit-navbox .claps-area{height:105px;overflow:hidden;overflow-y:auto}
.contact-recruit-email{width:100%;height:50px;padding-left:10px;margin-top:-50px;position:relative;z-index:1;background-color:#fff;-webkit-box-shadow:#ddd 0 10px 20px;-moz-box-shadow:#ddd 0 10px 20px;box-shadow:#ddd 0 10px 20px}
.contact-recruit-email a{color:#009fe3;font-size:20x;line-height:50px}
.contact-qa{clear:both;position:relative;width:100%;margin-bottom:40px;margin-top:40px}
.contact-qa img:first-child{width:100%}
.contact-qar{width:100%;padding-left:10%;padding-right:10%}
.contact-qar h1{margin-top:25px;margin-bottom:20px;font-size:20px}
.contact-qar .panel-info-titl{font-size:16px;height:40px;line-height:40px;cursor:pointer;border:none;border-top:1px solid #ddd;color:#595757}
.contact-qar .claps-area{font-size:12px}
.contact-qar .claps-area h3{font-size:14px;color:#999;margin:0;margin-bottom:10px}
.contact-qa a:active,.contact-qa a:link,.contact-qa a:visited{text-decoration:none;outline:0}
.contact-qa a:hover{text-decoration:none;outline:0}
.contact-qar .clapstit-acta:before{content:" ";display:inline-block;width:8px;height:8px;background-color:#58b9e6;border-radius:4px;margin-right:10px;margin-bottom:4px}
.contact-qar .container-fluid .clapstit-acta:before{content:" ";display:inline-block;width:0;height:0;background-color:#58b9e6;border-radius:0;margin-right:0;margin-bottom:0}
.contact-qar .clapstit-actb:before{content:" ";display:inline-block;width:8px;height:8px;background-color:#666;border-radius:4px;margin-right:10px;margin-bottom:4px}
.contact-qar .container-fluid .clapstit-actb:before{content:" ";display:inline-block;width:0;height:0;background-color:#666;border-radius:0;margin-right:0;margin-bottom:0}
.contact-qar .clapstit-acta{color:#009fe3}
.contact-qar .clapstit-actb{color:#252525}
.contact-qar .claps-area{color:#656565}
.boxmapcont{width:100%;height:300px;overflow:hidden;position:relative;background-color:#0f2c66}
#dituContent{width:100%;height:350px;filter:alpha(opacity=37);-moz-opacity:.37;-khtml-opacity:.37;opacity:.37}
.contact-msg{width:84%;margin-left:8%;margin-top:-30px;position:relative;z-index:8;background-color:#fff;padding:12px 10px 30px 10px;-webkit-box-shadow:#ccc 0 5px 10px;-moz-box-shadow:#ccc 0 5px 10px;box-shadow:#ccc 0 5px 10px}
.contact-msg img{width:120px}
.contact-msgl{padding:5px}
.contact-msgl div{padding-left:40px;margin-top:10px;margin-bottom:10px}
.contact-msgl label{font-size:13px;margin-right:8px;margin-left:-40px}
.contact-msgl input{border-radius:4px;border:1px solid #919191;padding:3px 6px;font-size:14px;outline:0;width:100%;margin:0}
.contact-msgl textarea{width:100%;height:140px;border-radius:8px;border:1px solid #919191;font-size:15px;margin-top:10px;margin-left:-5px;padding:10px;resize:none;outline:0}
.contact-msgl h6{text-align:center;padding:3px 15px;height:40px;border-radius:8px;font-size:16px;color:#fff}
.contact-msgl h6 input{padding:5px 30px;border-radius:8px;font-size:14px;background-color:#0f2c66;color:#fff;width:auto}
.boxfootup{clear:both;width:100%;height:50px}
.boxfoot{clear:both;margin:0;padding:5px 17px;background-color:#0f2c66;position:relative;z-index:9}
.boxfoot h3{color:#fff;font-size:15px;line-height:15px;font-weight:700;text-align:center;margin-top:15px;margin-bottom:10px}
.boxfoot h2{color:#fff;font-size:17px;line-height:17px;font-weight:700;text-align:center;margin-top:5px;margin-bottom:10px}
.boxfooticp{clear:both;text-align:center;width:100%;color:#fff;font-size:10px}
.boxfootqra{clear:both;width:80%;margin-left:10%}
.boxfootqr{width:33.3333%;float:left}
.boxfootqr p{color:#fff;font-size:12px;line-height:20px;text-align:center}
.boxfootqr img{width:80%;margin-left:10%}
.swiper-container{width:100%;height:100%}
.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.vheadbtn{width:100%;float:left}
.vheadbtn a{display:inline-block;float:left;text-align:center;color:#4D4D4D;outline:0;width:25%;position:relative}
.vheadbtn a:active,.vheadbtn a:link,.vheadbtn a:visited{color:#4D4D4D;text-decoration:none;outline:0}
.vheadbtn a:hover{color:#4D4D4D;outline:0;text-decoration:none}
.vheadbtn a img{width:80%}
.vheadbtn a span{width:100%;display:block;position:absolute;left:0;top:5px;font-size:15px;line-height:15px;color:#fff}
.boxcont{width:100%;float:left;padding:0 10px 20px 10px}
.boxcont a:last-child .boxitem{margin-bottom:49px}
#areaa .boxitem{border-top:5px solid #e05f1d}
#areab .boxitem{border-top:5px solid #09d}
#areac .boxitem{border-top:5px solid #8119e8}
#aread .boxitem{border-top:5px solid #b81d6b}
.boxitem{width:100%;float:left;position:relative;height:140px;background-color:#fff;border-radius:8px;overflow:hidden;-webkit-box-shadow:#bbb 10px 10px 20px;-moz-box-shadow:#bbb 10px 10px 20px;box-shadow:#bbb 10px 10px 20px;margin-top:20px}
.boxitem:hover{background-color:#efefef}
.boxcont a:last-child .boxitem{margin-bottom:49px}
.imglimt{width:30%;height:140px;overflow:hidden;float:left;position:relative}
.imglimt img{width:100%;height:140px}
.imglimt h1{font-size:18px;color:#fff;width:100%;line-height:16px;position:absolute;left:0;top:30px;text-align:center;line-height:22px}
.txtlimt{width:70%;position:absolute;top:40%;left:70%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.txtlimt h2{font-size:13px;color:#3e3e3e;width:80%;line-height:18px;margin:0;padding:0}
.boxitemz{position:absolute;left:35%;bottom:15px;color:#a7a9a8}
.boxitemz img{width:20px;margin-right:5px}
.boxitemarr{position:absolute;right:15px;top:50px}
.boxitemarr img{width:12px}
.vlist{width:100%}
.vlist-item-yellow{background-color:#e05f1d}
.vlist-item-blue{background-color:#09d}
.vlist-item{width:45.5%;height:100px;float:left;margin-top:10px;margin-left:3%;position:relative;-webkit-box-shadow:#bbb 4px 4px 10px;-moz-box-shadow:#bbb 4px 4px 10px;box-shadow:#bbb 4px 4px 10px;text-align:center}
.vlist-item h1{width:100%;position:absolute;left:0;top:7px;font-size:16px;line-height:17px;color:#fff;text-align:center;font-weight:700}
.vlist-item img{width:30px;margin-top:50px}
.toplimt{width:100%;height:160px;overflow:hidden;position:relative;margin-top:40px;-webkit-box-shadow:#bbb 10px 10px 10px;-moz-box-shadow:#bbb 10px 10px 10px;box-shadow:#bbb 10px 10px 10px}
.toplimt img{width:100%;height:160px}
.toplimt h1{width:100%;position:absolute;left:0;top:40px;font-size:35px;line-height:35px;color:#fff;text-align:center;font-weight:700;letter-spacing:1px}
.boxcontv video{position:fixed;top:0;left:0;min-width:100%;min-height:100%}
.boxcontv iframe{position:fixed;top:0;left:0;min-width:100%;min-height:100%}
.boxcontv{position:fixed;left:0;top:0;width:100%;height:100%;padding:0 10px 20px 10px;background-color:#000} | Public/Mobile/css/basem.css | *{font-family:"Microsoft YaHei",\u5FAE\u8F6F\u96C5\u9ED1,"微软雅黑",MicrosoftJhengHei,\u534E\u6587\u7EC6\u9ED1;margin:0;padding:0;list-style:none}
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
ol,ul{list-style:none}
a{text-decoration:none}
a:hover{text-decoration:underline}
body,html{width:100%;height:100%;height:100vh}
.head{width:100%;height:50px;background-color:#fff;text-align:center;font-size:17px;letter-spacing:2px;line-height:50px;position:fixed;top:0;z-index:10;border-bottom:1px solid #eee}
.head-icon-l{width:48px;float:left}
.xhead-icon-l{width:64px;float:left}
.head-icon-l img{height:20px;position:fixed;top:15px;left:15px}
.head-icon-r{width:48px;float:right;color:#fff;text-decoration:none}
.head-icon-r img{height:20px;position:fixed;top:15px;right:15px}
.head-icon-r:active,.head-icon-r:hover,.head-icon-r:link,.head-icon-r:visited{color:#fff;text-decoration:none}
.head-plus{width:100%;height:75px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.head-plusb{width:100%;height:140px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.head-plusb img{margin-top:20px;width:25%}
.head-plusc{width:100%;height:140px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.xhead-plusc{width:100%;height:70px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:43px;z-index:10}
.head-plusc p{font-size:16px;color:#fff;text-align:center;letter-spacing:1px;margin-top:10px}
.head-plusd{width:100%;height:160px;color:#fff;background-color:#00B9FF;text-align:center;letter-spacing:1px;position:fixed;top:50px;z-index:10}
.head-plusd p{font-size:16px;color:#fff;text-align:center;letter-spacing:1px;margin-top:10px}
.head-plusd-m{position:absolute;font-size:21px;color:#fff;left:10px;letter-spacing:0!important}
.head-plusd-y{position:absolute;font-size:21px;color:#4dceff;left:100px;letter-spacing:0!important}
.head-pluse{width:100%;height:160px;color:#fff;background-color:#00B9FF;letter-spacing:1px;position:fixed;top:50px;z-index:10;overflow:hidden}
.head-pluse img{width:100%;position:absolute;left:0;top:0;z-index:-1}
.head-img{width:73px;height:73px;border-radius:50%;overflow:hidden;margin:0 auto;margin-top:10px;background-color:#eee}
.head-img img{height:73px}
.head-imgxa{width:30px;height:30px;border-radius:50%;overflow:hidden;background-color:#eee;margin-top:-31px;margin-left:33px}
.head-imgxa img{height:30px;vertical-align:top}
.head-imgxb{width:30px;height:30px;border-radius:50%;overflow:hidden;background-color:#eee;float:right;margin-right:3px;margin-top:11px}
.head-imgxb img{height:30px;vertical-align:top}
.more-red{width:10px;height:10px;border-radius:5px;background-color:red;position:fixed;right:7%;bottom:44px;z-index:2}
.more-redb{width:10px;height:10px;border-radius:5px;background-color:red;position:fixed;right:12%;bottom:44px;z-index:2}
.ord-all{font-size:17px;padding-left:10px;padding-right:10px;color:#000;line-height:40px}
.ord-all a{font-size:13px;color:#ccc;float:right}
.ord-all a:active,.ord-all a:hover,.ord-all a:link,.ord-all a:visited{text-decoration:none}
.tip-num{width:30px;height:30px;text-align:center;line-height:30px;border-radius:50%;font-size:14px;color:#fff;background-color:#FAB432;position:absolute;top:-7px;left:64%}
.tip-reg{position:absolute;bottom:-21px;right:17px;font-size:12px;color:red;z-index:-1}
.log-main{width:100%;height:100%;height:100hv;border-bottom:1px solid #04095b;background-image:linear-gradient(to bottom,#004799,#014090,#04095b);background:-moz-linear-gradient(to bottom,#004799,#014090,#04095b);background:-webkit-linear-gradient(to bottom,#004799,#014090,#04095b);background:-o-linear-gradient(to bottom,#004799,#014090,#04095b);background:-ms-linear-gradient(to bottom,#004799,#014090,#04095b)}
.log-main>img:last-of-type{margin-top:25%;margin-bottom:20px;width:50%;margin-left:25%}
.log-main h4{text-align:center;color:#fff;font-size:19px}
.log{width:90%;height:40%;position:fixed;top:45%;left:5%}
.log-user input{width:100%;height:40px;border:none;border-radius:0;padding-left:15px;border-bottom:1px solid #eee;margin-bottom:10px}
.log-user input:focus{width:100%;height:40px;border:none;border-bottom:1px solid #eee}
.log-pwd input{width:100%;height:40px;border:none;border-radius:0;padding-left:15px;margin-bottom:10px}
.log-pwd input:focus{width:100%;height:40px;bborder:none}
.log-sub{color:#fff;font-size:17px;background-color:#00A5E9;width:100%;height:40px;border:none;border-radius:0}
.btn-sub{color:#fff;font-size:17px;background-color:#004798;width:100%;height:50px;border:none;border-radius:0}
.log>a:first-of-type{position:absolute;left:0;bottom:0;color:#fff;z-index:-1;text-decoration:none}
.log>a:last-of-type{position:absolute;right:0;bottom:0;color:#fff;z-index:-1;text-decoration:none}
.reg-icona img{position:absolute;top:33%;left:12%;width:33%}
.reg-iconb img{position:absolute;top:33%;right:12%;width:33%}
.reg-area a:link,reg-area a:active,reg-area a:hover,reg-area a:visited{text-decoration:none}
.reg-area{width:90%;height:200px;color:#fff;text-align:center;letter-spacing:1px;position:fixed;top:30%;left:5%;text-decoration:none}
.reg-areaa p{color:#313842;font-size:16px;margin-top:120%}
.reg-areab p{color:#313842;font-size:16px;margin-top:120%}
.reg-areaa{color:#fff;font-size:13px;background-color:#CCD2DF;width:120px;height:120px;text-align:center;border-radius:60px;display:inline-block;margin:4%;text-decoration:none;background:#CCD2DF url(../images/rega1.png) no-repeat center center;background-size:40%}
.reg-areab{color:#fff;font-size:13px;background-color:#CCD2DF;width:120px;height:120px;text-align:center;border-radius:60px;display:inline-block;margin:4%;text-decoration:none;background:#CCD2DF url(../images/regb1.png) no-repeat center center;background-size:40%}
.ord-area a:focus,.ord-area a:hover{color:#fff;text-decoration:none}
.ord-area{background-color:#e9f9ff;height:400px;width:100%;padding:10px 3% 50px 3%}
.ord-area p{font-size:15px;margin-top:110px}
.ord-areaa{float:left;color:#707070;font-size:13px;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/ord1a.png) no-repeat center 35%;background-size:25%}
.ord-areab{float:left;color:#707070;font-size:13px;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/ord2a.png) no-repeat center 35%;background-size:25%}
.zzfw-area a:focus,.zzfw-area a:hover{color:#fff;text-decoration:none}
.zzfw-area{background-color:#e9f9ff;height:100vh;width:100%;padding:80px 5% 50px 5%}
.zzfw-area p{font-size:15px;margin-top:120px}
.tit-info{height:50px;line-height:50px;padding-left:15px;padding-right:15px;font-size:15px;border-bottom:1px solid #ddd}
.ord-areaud a:focus,.ord-areaud a:hover{text-decoration:none;background-color:#ededed}
.ord-areaud{background-color:#DEE2EB;height:100vh;width:100%;padding:80px 13% 50px 13%}
.ord-areaud p{font-size:15px;margin-top:130px}
.ord-areaud a{display:block;width:100%;border:1px solid #D2D8E5;background-color:#F2F3F3;padding:25px 30px 30px 30px;font-size:22px;margin-top:20px;text-align:right;line-height:45px;color:#727171}
.ord-areaud img{width:50px;float:left}
.ord-areaudu{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;text-decoration:none;background:#fff url(../images/zzfwa1.png) no-repeat center 35%;background-size:25%}
.ord-areaudd{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwb1.png) no-repeat center 35%;background-size:25%}
.ord-areaudub{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;text-decoration:none;background:#fff url(../images/zzfwc1.png) no-repeat center 35%;background-size:25%}
.ord-areauddb{float:left;color:#707070;font-size:13px;width:100%;height:180px;text-align:center;border-radius:5px;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwd1.png) no-repeat center 35%;background-size:25%}
.zzfw-lssjzd{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;text-decoration:none;background:#fff url(../images/zzfwlssjzd1.png) no-repeat center 35%;background-size:25%}
.zzfw-mtzywh{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;margin-left:4%;text-decoration:none;background:#fff url(../images/zzfwmtzywh1.png) no-repeat center 35%;background-size:25%}
.zzfw-xwscgl{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwxwscgl1.png) no-repeat center 35%;background-size:25%}
.zzfw-wzycjb{float:left;color:#707070;font-size:13px;width:48%;height:180px;text-align:center;border-radius:5px;margin-left:4%;margin-top:20px;text-decoration:none;background:#fff url(../images/zzfwwzycjb1.png) no-repeat center 35%;background-size:25%}
.ord-areac{float:left;color:#707070;font-size:13px;background-color:#fff;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/regaa1.png) no-repeat center 35%;background-size:25%}
.ord-aread{float:left;color:#707070;font-size:13px;background-color:#fff;width:47%;height:170px;text-align:center;border-radius:5px;display:inline-block;margin:1.5%;text-decoration:none;background:#fff url(../images/ord4a.png) no-repeat center 35%;background-size:25%}
.sub{color:#fff;font-size:17px;font-weight:700;background-color:#00B9FF;width:100%;height:50px;line-height:50px;text-align:center;border:none;border-radius:0;bottom:0;z-index:12}
.sub2b-white{color:#000;font-size:17px;font-weight:700;background-color:#eee;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;left:0}
.sub2b-blue{color:#fff;font-size:17px;font-weight:700;background-color:#00B9FF;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;right:0}
.sub2-blue{color:#fff;font-size:17px;font-weight:700;background-color:#00B9FF;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;left:0}
.sub2-gray{color:#fff;font-size:17px;font-weight:700;background-color:#7D7D7D;width:50%;height:50px;line-height:50px;text-align:center;border:none;position:fixed;bottom:0;right:0}
.sub-wrap{bottom:0;width:100%;height:50px;z-index:11}
.sub-wrap a:focus,.sub-wrap a:hover{color:#fff;background-color:#0c84d6;text-decoration:none}
.sub-wrap input:focus,.sub-wrap input:hover{color:#fff;background-color:#0c84d6;text-decoration:none}
.sub-wrap button:focus,.sub-wrap button:hover{color:#fff;background-color:#0c84d6;text-decoration:none}
.btn-ordcek{color:#fff;font-size:17px;background-color:#00B9FF;width:40%;height:50px;line-height:50px;text-align:center;border-radius:3px;border:none;position:fixed;bottom:50px;left:7%;box-shadow:0 3px 3px #ccc}
.btn-ordctn{color:#1d1d1d;font-size:17px;background-color:#E5E5E5;width:40%;height:50px;line-height:50px;text-align:center;border-radius:3px;border:none;position:fixed;bottom:50px;right:7%;box-shadow:0 3px 3px #ccc}
.sub-wrap-2a a:focus,.sub-wrap-2a a:hover{color:#fff;background-color:#0c84d6;text-decoration:none;box-shadow:0 0 0 #ccc}
.btn-head-2{color:#fff;font-size:13px;border:1px solid #fff;width:40%;height:32px;line-height:32px;text-align:center;border-radius:16px;display:inline-block;margin:20px 5px 0 5px}
.btn-red{color:red!important;font-size:15px;border:1px solid red;width:40%;height:32px;line-height:32px;text-align:center;border-radius:16px;display:inline-block;margin:20px 5px 0 5px}
.btn-red:focus,.btn-red:hover{color:#fff!important;background-color:red;text-decoration:none}
.btn-head-act{color:#00B9FF!important;background-color:#fff;text-decoration:none}
.btn-head-wrap2 a:focus,.btn-head-wrap2 a:hover{color:#00B9FF;background-color:#fff;text-decoration:none}
.btn-head-3{color:#fff;font-size:13px;border:1px solid #fff;width:28%;height:32px;line-height:32px;text-align:center;border-radius:16px;display:inline-block;margin:20px 5px 0 5px}
.btn-head-wrap3 a:focus,.btn-head-wrap3 a:hover{color:#00B9FF;background-color:#fff;text-decoration:none}
.btnimg-btn{display:block;margin-left:50%;width:160px;position:absolute;left:-80px;padding:0;border:none;background-color:transparent}
.btnimg-btn img{width:160px}
.btnimg-btn span{display:block;text-align:center;color:red;margin-top:-30px}
.head-plus-titl p:first-of-type{margin-top:10px;font-size:18px}
.head-plus-titl p:last-of-type{font-size:10px}
.head-plus-titl img{height:15px;margin-top:-5px}
.main{width:100%;margin-top:50px}
.maine{width:100%;margin-top:50px}
.top-img{width:100%}
.main-plus{width:100%;margin-top:125px}
.main-plusb{width:100%;margin-top:190px}
.main-plusb a:active,.main-plusb a:hover,.main-plusb a:link,.main-plusb a:visited{text-decoration:none}
.main-plusd{width:100%;margin-top:210px}
.main-pluse{width:100%;margin-top:210px}
.search-bar{height:40px;width:100%;border-bottom:1px solid #f5f5f5}
.search-bar img{width:20px}
.search-bar input{border:none;height:40px;border-radius:0}
.search-bar button{border:none;height:40px;border-radius:0}
.search-bar input:focus{box-shadow:0 0 0 #fff}
.input-area{font-size:15px;color:#707070;width:100%;min-height:55px;border-bottom:1px solid #F5F5F5;float:left;position:relative}
.input-areae{color:#707070;width:100%;min-height:52px;border-bottom:1px solid #F5F5F5;line-height:52px;float:left;position:relative}
.input-area3{color:#707070;width:100%;min-height:52px;border-bottom:1px solid #F5F5F5;line-height:52px;float:left;padding-left:17px;padding-right:17px;position:relative}
.input-area3a{width:20%;float:left}
.input-area3b{width:45%;float:left}
.input-area3c{width:35%;float:right}
.input-area3c input{border:none;width:100%}
.input-area3 a:active,.input-area3 a:hover,.input-area3 a:link,.input-area3 a:visited{color:#707070;text-decoration:none}
.input-areab{font-size:15px;color:#707070;width:100%;min-height:140px;border-bottom:1px solid #F5F5F5;float:left}
.input-areac{font-size:15px;color:#707070;width:100%;min-height:80px;border-bottom:1px solid #F5F5F5;float:left}
.input-aread{font-size:15px;color:#707070;width:100%;height:95px;line-height:95px;border-bottom:1px solid #F5F5F5;vertical-align:middle}
.input-area-gray{width:100%;height:60px;border-bottom:1px solid #F5F5F5;line-height:60px;background-color:#F7F7F7}
.input-area-plus{width:100%;border-bottom:1px solid #F5F5F5;float:left;position:relative}
.input-area-plus img{height:15px;margin-top:-5px}
.input-area-plusb{width:100%;height:85px;border-bottom:1px solid #F5F5F5;line-height:110px}
.input-area-plusb img{height:15px;margin-top:-5px}
.row-all{width:100%;padding:7px 17px 0 17px;border-bottom:1px solid #F5F5F5;float:left}
.row-allb{margin-left:20px}
.row-allb input{margin-left:-20px!important;margin-right:8px!important}
.row-l9{width:90%;font-size:14px;float:left;color:#313131}
.row-r1{width:10%;float:left;color:#898989}
.main-plus a:active,.main-plus a:hover,.main-plus a:link,.main-plus a:visited{color:#313131;text-decoration:none}
.row-r1 .glyphicon-chevron-right{margin-top:23px}
.row-l10{width:100%;font-size:14px;color:#313131}
.row-l10 p{margin-top:5px;font-size:14px;color:#707070;margin-left:19px}
.row-l10 img{width:30px}
.doc-area{font-size:14px;color:#707070;width:100%;border-bottom:1px solid #F5F5F5;float:left}
.doc-area-titlb{width:100%;font-size:14px;line-height:20px;color:#313131;padding-left:36px;padding-right:36px}
.doc-area-titl{width:100%;font-size:14px;line-height:20px;color:#313131;margin-top:15px;padding-left:17px}
.doc-area-cont{width:100%;font-size:14px;line-height:22px;color:#707070;padding:5px 17px 36px 36px}
.text-area{width:100%;font-size:14px;line-height:22px;color:#707070;padding:17px}
.foot-area{font-size:15px;color:#707070;width:100%;background-color:#f7f7f7;padding:40px}
.foot-area p{font-size:15px;color:#313131;font-weight:700;line-height:30px}
.foot-area span{font-size:15px;color:#434343;font-weight:700}
.input-area-gl2{width:75%;float:left;font-size:16px;line-height:58px;color:#313131;padding-left:17px}
.input-area-gr2{width:25%;float:left;font-size:16px;line-height:58px;color:#313131;padding-right:17px}
.input-area-gr2 span{font-size:12px}
.input-area input{width:100%;height:30px;border:none;line-height:30px}
.input-areae input{width:100%;height:30px;border:none;line-height:30px}
.input-area-blank{font-size:13px;color:#1D1D1D;background-color:#F8F8F8;width:100%;height:50px;border-bottom:1px solid #F5F5F5;line-height:50px;padding-left:17px}
.input-area-l6{width:33%;float:left;font-size:14px;line-height:20px;color:#A0A0A0;padding-top:20px;padding-left:17px}
.input-area-l6 p{font-size:12px;color:#E60012}
.input-area-r6f{position:relative;width:67%;float:left;font-size:14px;color:#313131;padding-right:17px}
.input-area-r6f input{width:100px;height:100px;border:1px solid #f60;z-index:10;position:absolute;top:10px;opacity:0;filter:alpha(opacity:0)}
.input-area-r6f img{position:absolute;top:10px;width:100px}
.input-area-r6{width:67%;float:left;font-size:14px;color:#313131;padding-right:17px}
.input-area-l6b{width:33%;float:left;font-size:14px;color:#313131;padding-left:17px}
.input-area-l6c{width:33%;float:left;font-size:14px;color:#313131;padding-top:20px;padding-left:17px}
.input-area-r6b{width:67%;float:left;font-size:14px;color:#707070;padding-right:17px}
.input-area img{width:25px}
.input-area-l6d{width:75%;float:left;font-size:14px;line-height:20px;color:#313131;margin-top:7px;padding-left:17px}
.input-area-12{width:100%;font-size:14px;line-height:20px;color:#313131;margin-top:7px;margin-bottom:7px;padding-left:17px;padding-right:17px}
.input-area-12 p{font-size:14px;color:#707070;padding-left:19px;margin-bottom:0}
.input-area-l6d p{font-size:14px;color:#707070;padding-left:19px;margin-bottom:0}
.input-area-l6d img{width:30px}
.input-area-l6d0{width:75%;float:left;font-size:14px;line-height:20px;color:#313131;margin-top:15px;padding-left:17px}
.input-area-l6d0 p{font-size:14px;color:#707070}
.dot-gray{float:left;width:11px;height:11px;color:#B5B5B5;background-color:#B5B5B5;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-yellow{float:left;width:11px;height:11px;color:#FAB432;background-color:#FAB432;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-yellowb{float:left;width:9px;height:9px;color:#FAB432;background-color:#FAB432;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-green{float:left;width:11px;height:11px;color:#4BBB7A;background-color:#4BBB7A;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-greenb{float:left;width:9px;height:9px;color:#4BBB7A;background-color:#4BBB7A;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-cyan{float:left;width:11px;height:11px;color:#00B9FF;background-color:#00B9FF;margin-top:1px;margin-right:10px;border-radius:50%}
.dot-cyanb{float:left;width:9px;height:9px;color:#00B9FF;background-color:#00B9FF;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-blue{float:left;width:9px;height:9px;color:#50D2C2;background-color:#50D2C2;margin-top:5px;margin-right:10px;border-radius:50%}
.dot-blueb{float:left;width:9px;height:9px;color:#50D2C2;background-color:#50D2C2;margin-top:2px;margin-right:10px;border-radius:50%}
.input-area-r6d{width:25%;float:left;font-size:12px;line-height:12px;color:#707070;margin-top:34px;padding-right:17px}
.input-area-r6d img{width:50%;float:right;margin-top:-10px;padding-right:17px}
.input-area-l5{width:25%;float:left;font-size:14px;color:#707070;padding-left:17px;padding-top:20px}
.input-area-r5{width:75%;float:left;font-size:14px;color:#707070;padding-right:17px;padding-top:14px}
.input-areac-all{width:100%;float:left;font-size:17px;line-height:17px;color:#1d1d1d;margin-top:30px;padding-left:17px}
.input-areac-l{width:30%;float:left;font-size:15px;line-height:15px;color:#A0A0A0;margin-top:30px;padding-left:30px}
.input-areac-r{width:70%;float:left;font-size:15px;line-height:15px;color:#313131;margin-top:30px;padding-right:5px}
.input-areac-r i{color:#009943}
.input-areac-r span{color:#A0A0A0}
.input-areac input{width:100%;height:30px;border:none;line-height:30px;margin-top:-30px}
.input-area-l6dx{width:75%;float:left;font-size:16px;line-height:16px;color:#1d1d1d;margin-top:17px;padding-left:17px}
.dot-blue-rec{float:left;width:11px;height:11px;color:#50D2C2;background-color:#50D2C2;margin-top:2px;margin-right:10px}
.input-area-r6dx{width:25%;float:left;font-size:12px;line-height:22px;color:#707070;margin-top:15px;padding-right:17px;text-align:right}
.stat-rec-green{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#4BBB7A;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-cyan{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#00B9FF;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-yellow{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#fab432;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-yellowb{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#fab432;text-align:center;border-radius:3px;display:inline-block;position:absolute;top:8px;right:17px}
.stat-rec-info{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#5bc0de;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-success{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#47a447;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-gray{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#B5B5B5;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-black{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#434A54;text-align:center;border-radius:3px;display:inline-block}
.stat-rec-red{width:60px;font-size:13px;line-height:22px;color:#fff;background-color:#FF3563;text-align:center;border-radius:3px;display:inline-block}
.text-red{color:red!important}
.info-area-gray{width:100%;height:93px;background-color:#F8F8F8}
.info-area-gray3{width:33.33%;height:93px;float:left;font-size:14px;color:#000;text-align:center;padding-top:23px;font-weight:700}
.info-area-gray3 p{font-size:17px;color:#707070;text-align:center;padding-top:16px;font-weight:400}
.info-area-grayxa{width:100%;background-color:#00B9FF}
.info-area-grayxa3{width:25%;height:80px;float:left;font-size:14px;color:#fff;text-align:center;padding-top:10px;font-weight:700;position:relative}
.info-area-grayxa3 p{font-size:15px;color:#fff;text-align:center;font-weight:400;position:absolute;left:45%;top:37px}
.info-area-grayxa3 img{height:25px;position:absolute;left:26%;top:30px}
.info-area-grayxa3b{width:33.3333%;height:80px;float:left;font-size:14px;color:#fff;text-align:center;padding-top:10px;font-weight:700;position:relative}
.info-area-grayxa3b p{font-size:15px;color:#fff;text-align:center;font-weight:400;position:absolute;left:45%;top:37px}
.info-area-grayxa3b img{height:25px;position:absolute;left:30%;top:30px}
.btn-home a:active,.btn-home a:hover,.btn-home a:link,.btn-home a:visited{color:#000;text-decoration:none}
.btn-home{padding:15px;float:left;border-bottom:10px solid #efefef}
.btn-home a{width:25%;float:left;text-align:center;color:#000;margin-top:10px}
.btn-home a img{height:50px;width:50px;border-radius:13px;padding:10px}
.btnh-wddd{background-color:#ff8c39}
.btnh-wyjd{background-color:#6dc114}
.btnh-gjdt{background-color:#2fabf1}
.btnh-xxgl{background-color:#fc595a}
.btnh-grzx{background-color:#2eaaf0}
.btnh-vip{background-color:#1ed4c8}
.btnh-wdlb{background-color:#937ef5}
.btnh-tsjy{background-color:#6dc114}
.input-area-plus2l{width:64%;float:left;font-size:14px;font-weight:700;line-height:14px;color:#313131;margin-top:12px;padding-left:17px}
.input-area-plus2l p{font-size:12px;color:#707070;padding-left:21px;line-height:12px}
.input-area-plus2lb{width:64%;float:left;font-size:14px;font-weight:700;line-height:14px;color:#313131;margin-top:25px;padding-left:17px}
.input-area-plus2lb p{font-size:12px;color:#707070;line-height:12px}
.input-area-plus2r{width:36%;float:left;font-size:12px;line-height:18px;color:#1d1d1d;margin-top:12px;padding-right:17px;text-align:right}
.stat-dot-yellow{float:left;width:11px;height:11px;color:#fff;background-color:#FAB432;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-yellow{width:42px;font-size:12px;color:#fff;background-color:#FAB432;text-align:center;border-radius:3px;display:inline-block}
.stat-dot-red{float:left;width:11px;height:11px;color:#fff;background-color:#FF3563;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-red{width:42px;font-size:12px;color:#fff;background-color:#FF3563;text-align:center;border-radius:3px;display:inline-block}
.stat-dot-green{float:left;width:11px;height:11px;color:#fff;background-color:#4BBB7A;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-green{width:42px;font-size:12px;color:#fff;background-color:#4BBB7A;text-align:center;border-radius:3px;display:inline-block}
.stat-dot-cyan{float:left;width:11px;height:11px;color:#fff;background-color:#00B9FF;margin-top:1px;margin-right:10px;border-radius:50%}
.stat-blk-cyan{width:42px;font-size:12px;color:#fff;background-color:#00B9FF;text-align:center;border-radius:3px;display:inline-block}
.input-area-lr2{font-size:15px;font-weight:700;color:#000;line-height:30px;padding-left:17px;margin-top:15px}
.input-area-lr2 p{font-size:11px;color:#E60012;line-height:15px}
.textarea-r6{width:100%;height:110px;margin-top:20px;border:none}
.textarea-r6b{width:100%;height:110px;margin-top:20px;border:none;color:#707070}
.textarea-all{width:100%;height:500px;font-size:14px;color:#313131;margin-top:10px;border:none}
.input-area-cekbox input{width:22px;float:left;margin-left:15px!important;margin-top:-1px!important}
.input-area-cekbox a{color:#707070;text-decoration:none;margin-left:10px}
.input-area-cekbox a:link,input-area-cekbox a:active,input-area-cekbox a:hover,input-area-cekbox a:visited{color:#707070;text-decoration:none}
.let-spac3{letter-spacing:2px}
.btn-yzm>input:first-of-type{width:60%}
.btn-yzm>input:last-of-type{width:90px;height:30px;line-height:30px;color:#fff;font-size:14px;background-color:#00B9FF;text-align:center;border-radius:3px;padding-left:3px;padding-right:3px;margin-left:5px}
.btn-yzm>input:last-of-type:focus{background-color:#0c84d6}
.blank20{height:200px;float:left;width:100%;z-index:-1}
.blank10{height:10px;float:left;width:100%;z-index:-1}
.blank20b{height:200px;background-color:#F7F7F7}
.ord-sub{margin-top:35%}
.stat-cek{width:26%;margin-left:37%}
.ord-sub p:last-of-type{margin-top:10px;font-size:14px;color:#4894D6;font-weight:700;text-align:center}
.ord-sub p:first-of-type{margin-top:30px;font-size:17px;color:#313131;font-weight:700;text-align:center}
.ord-sub-info{margin-top:15px;font-size:14px;color:#1d1d1d;padding-left:50px}
.nav-left-plus{background-color:#000;position:absolute;top:0;left:0;width:60%;height:100%;z-index:111;filter:alpha(opacity=22);-moz-opacity:.22;-khtml-opacity:.22;opacity:.22}
.nav-left-main{position:absolute;top:0;right:0;background-color:#000;width:40%;height:100%;padding:15px;filter:alpha(opacity=77);-moz-opacity:.77;-khtml-opacity:.77;opacity:.77}
.nav-left{width:100%;height:100%;z-index:100;position:fixed;top:0;right:-100%;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;transition:all .1s ease-in}
#nav-left:target{right:0}
.menum{width:100%;height:120px;z-index:5;position:fixed;top:-120px;-webkit-transition:all .1s ease-in;-moz-transition:all .1s ease-in;transition:all .1s ease-in;background-color:#00B9FF;padding-top:45px;text-align:center;color:#fff}
#menum:target{top:0}
.nav-left-main a{font-size:15px;display:block;color:#aaa;padding-top:10px;padding-bottom:10px;text-decoration:none;text-align:center}
.nav-left-main a:active,.nav-left-main a:link,.nav-left-main a:visited{color:#fff;text-decoration:none}
.nav-left-main a:hover{color:#fff;background-color:#333;text-decoration:none}
.nav-left-main a:before{content:" ";display:inline-block;width:4px;height:4px;background-color:#aaa;border-radius:2px;margin-right:5px;margin-bottom:4px}
.nav-left-main a:after{content:" ";display:inline-block;width:4px;height:4px;background-color:#aaa;border-radius:2px;margin-left:5px;margin-bottom:4px}
.xnav-left-exit{position:absolute;top:0;left:0;width:100%;height:100%}
.blank50{width:100%;height:50px;line-height:50px;background-color:#fff}
.row-2{width:100%;height:50px;line-height:50px;background-color:#fff;font-size:15px;color:#595757;padding-left:15px;padding-right:15px;border-bottom:1px solid #eee}
.row-2l{width:35%;float:left;text-align:right;padding-right:10px}
.row-2r{width:65%;float:left;text-align:left;padding-left:10px}
.row-2r input{width:100%;border:none;height:49px;line-height:49px}
.main-pluse a:hover{background-color:#f3f3f3;color:#1d1d1d;text-decoration:none}
.main-pluse a:active,.main-pluse a:link,.main-pluse a:visited{color:#1d1d1d;text-decoration:none}
.maine a:hover{background-color:#f3f3f3;color:#1d1d1d;text-decoration:none}
.maine a:active,.maine a:link,.maine a:visited{color:#1d1d1d;text-decoration:none}
.bar-bg{width:100%;padding:17px;border-bottom:1px solid #f5f5f5;position:relative;min-height:180px}
.bar-bg p{font-size:16px;margin-left:30px;line-height:16px}
.bar-bgr{position:absolute;top:15px;right:17px}
.bar-bgrtm{position:absolute;top:15px;right:17px;width:200px;height:150px;background-color:#fff;opacity:0;filter:alpha(opacity:0)}
.panel-tline-barb{width:90%;background-color:#fff;margin-left:10%;padding:10px 17px 10px 27px;border-left:2px solid #f3f3f3;font-size:16px;color:#1d1d1d;position:relative}
.panel-tline-barb b{font-size:16px;font-weight:400;color:#1d1d1d}
.panel-tline-barb b span{font-size:9px;margin-left:7px;margin-right:37px;color:#8e8e8e}
.panel-tline-barb p{font-size:12px;color:#777;margin-left:96px}
.panel-tline-bar{width:80%;background-color:#fff;margin-left:20%;padding:10px 17px 10px 17px;border-left:2px solid #f3f3f3;font-size:16px;color:#1d1d1d}
.panel-tline-bar p{font-size:13px;color:#777}
.panel-tline-bar a{float:right}
.panel-tline-barb a{float:right}
.dotline-blueb{float:left;width:10px;height:10px;color:#50D2C2;background-color:#50D2C2;margin-top:6px;margin-left:-33px;border-radius:50%}
.dotline-purpleb{float:left;width:10px;height:10px;color:#D667CD;background-color:#D667CD;margin-top:6px;margin-left:-33px;border-radius:50%}
.dotline-blue{float:left;width:10px;height:10px;color:#50D2C2;background-color:#50D2C2;margin-top:6px;margin-left:-23px;border-radius:50%}
.dotline-yellow{float:left;width:10px;height:10px;color:#FAB432;background-color:#FAB432;margin-top:6px;margin-left:-23px;border-radius:50%}
.dotline-gray{float:left;width:10px;height:10px;color:#C9C9C9;background-color:#C9C9C9;margin-top:6px;margin-left:-23px;border-radius:50%}
#tabbox{position:relative;width:100%;overflow:hidden;margin:0 auto}
#tabbox ul li{list-style:none}
.tab_conbox{position:absolute;top:0;margin-left:70px;width:100%;height:auto;border:2px solid #eee;border-top:none}
.tab_con{display:none}
.tabs{height:auto;width:100px;margin-left:0;border:2px solid #eee;border-top:none;position:relative}
.tabs li{height:40px;line-height:40px;background:#fff;overflow:hidden;position:relative;margin-right:0;border-bottom:1px dashed #eee}
.tabs li a{display:block;padding:0 0 0 3px;outline:0}
.tabs li a span{margin-top:18px}
.tabs li a:hover{font-weight:700;color:#000}
.tabs .thistab,.tabs .thistab a:active,.tabs .thistab a:hover,.tabs .thistab a:visited{font-weight:700;color:#000}
.tab_con{font-size:13px;line-height:175%;font-weight:400}
.tab_con label{font-weight:400;margin-left:50px}
.tab_con span{margin-left:10px}
.tabs input{float:left;margin-top:19px!important;margin-left:5px!important}
.titl-qxl{float:left;width:130px;height:30px;margin-left:10px;padding-left:15px;padding-right:15px;padding-top:5px;border:2px solid #eee;border-bottom:none;background-color:#f6fbfa;font-weight:700;font-size:15px}
.titl-qxr{float:left;width:100%;height:30px;margin-left:10px;border:2px solid #eee;border-bottom:none;background-color:#f6fbfa}
.titl-qxr span{margin-left:45px}
.titl-qxl span{margin-top:13px}
.page-btn{position:fixed;bottom:70px;right:17px}
.page-btn a{display:inline-block;background-color:#00B9FF;color:#fff;border-radius:5px;text-align:center;font-size:12px;padding:4px 10px;margin-top:5px}
.page-btn a:active,.page-btn a:hover,.page-btn a:link,.page-btn a:visited{color:#fff;text-decoration:none}
.qiye_xieyi{width:100%;margin:0 auto;padding:20px 17px 70px 17px}
.qiye_xieyii p{text-indent:2em}
.xiaoma_rit_xq{position:fixed;width:100%;bottom:0}
.xiaoma_rit_wei{float:left;width:20%;text-align:center;height:60px;background-color:#f7f8f8;border-top:1px solid #dcdddd;font-size:12px;font-weight:ligter;color:#fff}
.xiaoma_rit_wei4{float:left;width:25%;text-align:center;height:60px;background-color:#f7f8f8;border-top:1px solid #dcdddd;font-size:12px;font-weight:ligter;color:#fff}
.xiaoma_rit_wei3{float:left;width:33.3333%;text-align:center;height:60px;background-color:#f7f8f8;border-top:1px solid #dcdddd;font-size:12px;font-weight:ligter;color:#fff}
.xiaoma_jifen_top{border:1px solid #ccc;height:55px}
.xiaoma_jifen_lian{float:left;width:25%;padding:20px 10px 10px 10px;font-size:15px;color:#000}
.xiaoma_jifen_se{color:#fca400;padding-bottom:0}
.xiaoma_jifen_border{border-bottom:2px solid #fca400;margin-top:12px;width:85%}
.hu_jifen_div{padding:10px 10px;height:40px;background-color:rgba(225,225,225,.75)}
.hu_jifen_div1{margin:10px 10px}
.hu_jifen_div2{margin-top:35px}
.stat-red{width:15px;height:15px;border-radius:15px;background-color:red;display:inline-block}
.stat-redok{width:25px;height:25px;display:inline-block;margin-top:-6px;background:url(../images/ok.png);background-size:25px 25px;margin-left:30px}
.stat-line{background-color:red;height:2px;width:66%;margin:0 auto}
.stat-blka{float:left;width:33%;text-align:center;margin-top:-8px}
.jindu{margin-top:100px;margin-bottom:200px}
.xiaoma_jifen_bao{clear:both;text-align:center;margin-top:15%}
.xiaoma_jifen_fen{font-size:18px;text-align:center;margin-top:10%;letter-spacing:1px}
.xiaoma_jifen_num{text-align:center;font-size:24px;margin-top:5%;color:#fca400;letter-spacing:2px}
.xiaoma_jifen_ming{margin-top:10px;padding-bottom:10px;height:50px;border-bottom:1px solid #ddd}
.xiaoma_jifen_jyt{margin-left:2%;margin-top:8px;float:left}
.xiaoma_jifen_name{float:left;width:48%}
.xiaoma_jifen_date{float:left;width:40%}
.xiaoma_jifen_date p{text-align:right;margin:0}
.head span img{height:24px;margin-right:7px;float:left;margin-top:14px;margin-left:15px}
.headbt{height:50px;-webkit-box-shadow:#efefef 0 3px 5px;-moz-box-shadow:#efefef 0 3px 5px;box-shadow:#efefef 0 3px 5px}
.headbtn{margin-top:15px;margin-bottom:15px;height:40px}
.headbtn a{display:inline-block;height:40px;width:33.3333%;float:left;line-height:40px;text-align:center;color:#5E5E5E}
.headbtn a:active,.headbtn a:link,.headbtn a:visited{color:#5E5E5E;text-decoration:none}
.headbtn a:hover{color:#5E5E5E;text-decoration:none}
.headbtnact{color:#0f2c66!important;border-top:1px solid #0f2c66;border-bottom:1px solid #0f2c66}
.navtopbtn{height:40px;background-image:url(../images/headbk.png);background-repeat:no-repeat;background-position:center 0;background-size:100% 100%}
.navtopbtn a img{height:25px;margin-right:5px}
.navtopbtn a:first-child{width:50%;display:inline-block;text-align:center;font-size:14px;color:#fff;line-height:40px;font-weight:700}
.navtopbtn a:last-child{width:50%;display:inline-block;text-align:center;font-size:14px;color:#fff;float:right;line-height:40px;font-weight:700}
.navtopbtn a:active,.navtopbtn a:link,.navtopbtn a:visited{color:#fff;text-decoration:none}
.navtopbtn a:hover{color:#fff;text-decoration:none}
.l_num{clear:both;text-align:center;font-size:12px;color:#606060;margin-bottom:20px}
.l_num a,.l_num span{margin-left:5px;margin-right:5px;padding:4px 9px;border-radius:3px}
.l_num .lk7{background-color:#0f2c66;color:#fff}
.l_num .lk6{background-color:#eee;color:#333}
.banind img{width:100%}
.bannertop img{width:100%}
.ahreinda{width:100%;padding-left:15px;padding-right:15px}
.ahreind{padding-top:30px;padding-bottom:20px;border-bottom:1px solid #E3E3E3;float:left;width:100%}
.ahreind a{width:25%;float:left;text-align:center;color:#666;font-size:13px}
.ahreind span{display:inline-block;background-color:#B0B0B0;width:50px;height:50px;border-radius:25px;padding:10px;margin-bottom:10px}
.ahreind span img{width:30px;height:30px}
.ahreind a:active,.ahreind a:link,.ahreind a:visited{color:#666;text-decoration:none}
.ahreind a:hover{color:#666;text-decoration:none}
.boxindgb{text-align:center;padding-top:20px;padding-bottom:20px;float:left;width:100%;background-color:#F6F6F6}
.boxindg{text-align:center;padding-top:20px;padding-bottom:20px;float:left;width:100%;background-color:#ECECEC}
.boxind{text-align:center;padding-top:20px;padding-bottom:20px;float:left;width:100%}
.boxind h1,.boxindg h1,.boxindgb h1{font-size:21px;font-weight:400;color:#5E5E5E}
.boxind h2,.boxindg h2,.boxindgb h2{font-size:12px;line-height:16px;font-weight:400;color:grey}
.boxind img{width:150px}
.boxindg img{width:150px}
.boxindgb img{width:150px}
.morind{width:100%;padding-left:15px;padding-right:15px;float:left;text-align:center}
.morind a{width:100%;text-align:center;color:#727171;font-size:15px;line-height:70px;display:block;border-top:1px dashed #E3E3E3}
.morind a:active,.morind a:link,.morind a:visited{color:#666;text-decoration:none}
.morind a:hover{color:#666;text-decoration:none}
.navft{width:100%;float:left;background-color:#F4F4F4;padding-left:15px;padding-right:15px;padding-bottom:15px}
.navfta{width:100%;padding-top:15px;padding-bottom:15px;float:left;border-bottom:1px dashed #E3E3E3;margin-bottom:10px}
.navfta a{width:25%;float:left;text-align:center;color:#727171}
.navfta a:active,.navfta a:link,.navfta a:visited{color:#666;text-decoration:none}
.navfta a:hover{color:#666;text-decoration:none}
.navfta span{width:1px;float:left;margin-left:-1px;color:#727171}
.navft h4{font-size:12px;color:#727171;line-height:16px;padding-left:5%}
.nav-left-main img{width:20px;margin-right:20px}
.boxcnt{background-color:#F2F2F2;padding:20px 17px 50px 17px}
.boxcnt-kf{background-color:#fff;padding:10px 13px 20px 13px}
.boxcnt-kf h1{font-size:17px}
.boxcnt-kf h2{font-size:13px;color:#4D4D4D}
.boxcnt-ads{margin-top:20px;background-color:#fff;padding:10px 13px 20px 13px}
.boxcnt-ads h1{font-size:17px;margin-bottom:10px}
.boxnewsa{margin:17px}
.boxnewslb{width:98%;margin-left:1%;margin-bottom:15px;padding-bottom:5px;border-bottom:3px solid #0f2c66}
.boxnewslb img{width:100%}
.boxnews a{color:#000}
.boxnewsitm{width:48%;float:left;height:140px;margin-left:1%;margin-right:1%;border:1px solid #eee;margin-bottom:20px}
.boxnewsitm img{width:100%;margin-left:0;height:65%}
.boxnewsitm h1{font-size:14px;text-align:center;line-height:15px;margin-top:5px;margin-bottom:5px}
.boxnewsitm h6{font-size:12px;line-height:15px;margin-top:5px;margin-bottom:5px;color:#aaa;padding-left:7px}
.boxnewsdt img{width:100%}
.boxnewsdtt{padding:10px 10px 20px 10px}
.boxnewsdtt h1{font-size:17px;color:#4D4D4D;margin-bottom:1px;padding-bottom:15px;border-bottom:1px dotted #E3E3E3}
.boxnewsdtt h2{font-size:13px;color:#aaa;float:left;margin-right:30px;margin-top:15px}
.boxnewsdt h2 img{width:16px;margin-right:8px}
.boxnewsdtt p{clear:both;font-size:12px;color:#4D4D4D;text-indent:20px}
.sehtop{padding:10px;position:relative;background-color:#fff}
.sehtop button{width:30px;border:none;background-color:#fff;position:absolute;left:15px;top:17px}
.sehtop button img{width:23px}
.sehtop input{width:100%;height:40px;padding-left:40px;border:1px solid #E3E3E3}
.boxfaq{background-color:#fff;float:left;width:100%;margin-top:10px;padding-left:1%;padding-bottom:10px}
.boxfaq h3,.boxfaql h3{font-size:15px;padding-left:15px;margin-bottom:15px}
.boxfaq a{width:33.333%;float:left;border:1px solid #ccc;text-align:center;height:100px;margin-top:-1px;margin-left:-1px;padding-top:17px;color:#787878}
.boxfaq a img{height:40px;margin-bottom:10px}
.boxfaq a:active,.boxfaq a:link,.boxfaq a:visited{color:#787878;text-decoration:none}
.boxfaq a:hover{color:#787878;background-color:#eee;text-decoration:none}
.boxfaql a:active,.boxfaql a:link,.boxfaql a:visited{color:#787878;text-decoration:none}
.boxfaql a:hover{color:#787878;background-color:#eee;text-decoration:none}
.boxfaql{background-color:#fff;float:left;width:100%;margin-top:10px;padding-left:1%;padding-bottom:10px;margin-bottom:10px}
.boxfaql a{width:33.333%;float:left;border:1px solid #ccc;text-align:center;height:50px;line-height:50px;margin-top:-1px;margin-left:-1px;color:#aaa}
.panel{margin:0!important;margin-top:10px!important;padding:0!important;border-radius:0!important;border:0!important}
.panel a:active,.panel a:link,.panel a:visited{color:#666;text-decoration:none}
.panel a:hover{color:#666;text-decoration:none}
.boxabt{padding:17px}
.about-shenma p{font-size:14px;line-height:22px}
.about-shenma h2{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:10px}
.history-shenma h2{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:10px}
.history-shenma{position:relative}
.process-row{cursor:move;display:inline-block;width:100%;float:left;margin:0;position:relative;height:300px;overflow:hidden}
.process-noyear{position:absolute;top:20%;left:20%;width:60%;text-align:center;font-size:20px;background-color:#58b8ea;color:#fff;border-radius:5px}
.process-content{position:absolute;bottom:245px;left:0;text-align:center;width:100%}
.process-row i{border:1px solid #58b8ea;position:absolute;top:87px;left:50%;height:48px}
.process-row i:before{content:" ";display:inline-block;width:16px;height:16px;background-color:#58b9e6;border-radius:8px;position:absolute;bottom:-8px;left:-8px}
.swiper-wrapper .swiper-slide:nth-child(even) i:before{content:" ";display:inline-block;width:16px;height:16px;background-color:#58b9e6;border-radius:8px;position:absolute;top:-9px;left:-8px}
.process-row .process-content p{text-indent:0!important;font-size:14px!important;color:#000;white-space:normal;width:100%;text-align:center;margin:0}
.swiper-wrapper .swiper-slide:nth-child(even) .process-noyear{top:60%}
.swiper-wrapper .swiper-slide:nth-child(even) .process-content{position:absolute;top:215px;left:0;text-align:center;width:100%}
.swiper-wrapper .swiper-slide:nth-child(even) i{border:1px solid #58b8ea;position:absolute;top:135px;left:50%;height:48px}
.boxabtline{display:block;height:1px;width:100%;position:absolute;top:238px;left:0;z-index:9;border:1px solid #58b8ea}
.core-shenma h2{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:25px}
.core-shenma .corep{width:70%;margin-left:15%;text-align:center;margin-bottom:60px}
.core-shenma .corep img{width:70%;-webkit-box-shadow:#ccc 0 10px 20px;-moz-box-shadow:#ccc 0 10px 20px;box-shadow:#ccc 0 10px 20px;transition:All .8s ease-in-out;-webkit-transition:All .8s ease-in-out;-moz-transition:All .8s ease-in-out;-o-transition:All .8s ease-in-out}
.core-shenma .corep:hover img{transform:scale(1.06);-webkit-transform:scale(1.06);-moz-transform:scale(1.06);-o-transform:scale(1.06);-ms-transform:scale(1.06)}
.core-shenma h3{display:block;color:#393939;font-size:24px;line-height:24px;text-align:center;margin-top:25px}
.core-shenma span{display:block;color:#5e8ddd;font-size:14px;line-height:20px;text-align:center;border-bottom:1px solid #a7b2c8}
.core-shenma h5{display:block;color:#9396a5;font-size:14px;line-height:20px;text-align:center;width:70%;margin-left:15%}
.culture-shenma{position:relative}
.culture-shenma img{width:100%}
.culture-shenma-md img{width:90%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.xnla-shenma{position:relative;margin:0 auto;margin-bottom:10px}
.xnla-shenma p{color:#242424;font-size:14px;line-height:22px}
.xnla-shenma h1{text-align:center}
.xnla-shenma h1 img{margin-top:20px;width:80px}
.xnla-shenma h2{color:#242424;font-size:28px;line-height:35px;text-align:center;border-bottom:1px solid #bababa;padding-bottom:20px;margin-bottom:20px}
.xnl-shenma{position:relative;margin:0}
.xnl-shenma img{width:100%}
.xnl-shenma-md{width:80%;color:#fff;font-size:14px;line-height:17px;text-align:center;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.cont-edu-bantxt{background-color:#0f2c66;position:relative;padding:20px 17px 15px 17px}
.cont-edu-bantxt img:first-child{position:absolute;left:5px;top:10px;width:17px}
.cont-edu-bantxt img:last-child{position:absolute;right:5px;bottom:20px;width:17px}
.cont-edu-bantxt p{line-height:25px;color:#fff;font-size:15px;letter-spacing:1px}
.edu-class h1{color:#0f2c66;font-size:17px;font-weight:700;padding-left:20px}
.edu-class img{width:100%;margin-top:30px;margin-bottom:30px}
.edu-boss h1{color:#0f2c66;font-size:17px;font-weight:700;text-align:center}
.edu-boss img{width:90%;margin-top:30px;margin-left:5%;margin-bottom:30px}
.bannertop-more{text-align:center;position:absolute;top:420px;width:100%}
.bannertop-more a{text-align:center;color:#0f2c66;border:1px solid #0f2c66;padding:4px 20px 5px 20px}
.bannertop-more a:active,.bannertop-more a:link,.bannertop-more a:visited{color:#0f2c66;text-decoration:none}
.bannertop-more a:hover{color:#fff;background-color:#0f2c66;border:1px solid #0f2c66;text-decoration:none}
.cont-detail{padding:17px}
.cont-detail-nav{margin-bottom:20px}
.cont-detail-nav a{color:#333}
.cont-detail h1{text-align:center;border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:15px;font-size:20px}
.cont-detail h1 i{display:block;text-align:center;color:#888;font-size:12px;font-style:normal;line-height:40px}
.cont-detail h1 i span{background-color:#f0f0f0;margin-left:5px;margin-right:5px;border-radius:2px;padding:0 10px;text-decoration:none!important;color:#888!important}
.cont-detail p{font-size:14px;text-indent:40px;line-height:25px}
.cont-detail img{width:100%!important;max-width:100%;height:auto!important;margin-top:5px;margin-bottom:15px;}
.cont-detail p img{width:100%!important;max-width:100%;height:auto!important;margin-top:5px;margin-bottom:15px;margin-left:-40px;}
.cont-detail-prenext{margin-top:40px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding-top:5px;padding-bottom:5px}
.cont-detail-prenext a{color:#aaa;font-size:12px;display:block;line-height:20px}
.cont-detail h6{font-size:14px;text-align:center;cursor:pointer;margin-top:50px}
.cont-detail h6 a{color:#333}
.apply-top img{width:100%}
.apply-top-md{width:100%;position:relative;margin-top:-120px;margin-bottom:120px}
.apply-top-md a:first-child{width:50%;height:100px;display:inline-block;text-align:center;position:absolute;top:0;left:0}
.apply-top-md a:last-child{width:50%;height:100px;display:inline-block;text-align:center;position:absolute;top:0;right:0}
.apply-top-md a img{display:block;width:34%;margin-left:33%}
.apply-top-md a h1{font-size:15px;line-height:20px;text-align:center;color:#3e3a39;margin-top:5px;margin-bottom:0}
.apply-top-md a h2{font-size:10px;line-height:12px;text-align:center;color:#3e3a39;margin-top:0;margin-bottom:0}
.apply-top-md a{text-decoration:none;outline:0}
.apply-top-md a:hover{text-decoration:none;outline:0}
.apply-app img{width:100%}
.apply-cartoon{position:relative}
.apply-cartoon img{width:100%}
.apply-cartoon-md img{width:90%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.apply-goods img{width:100%}
.apply-goods{position:relative}
.apply-goods img{width:100%}
.apply-goods-md img{width:80%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.apply-loans-md img{width:90%;margin:10% 5%}
.goods-spfq img{width:90%;margin:10% 5%}
.goods-core img{width:90%;margin:10% 5%}
.goods-core-md h2{text-align:center;font-size:10px;line-height:17px;margin-top:10px}
.goods-core-md h2 span{border-bottom:1px solid #aaa;font-size:20px;margin-top:2px}
.indext img{width:100%}
.indext-md img{width:100%}
.box-cartoon img{width:100%;margin-bottom:30px}
.box-cartoon-btn{width:60%;margin-left:20%;margin-top:50px;margin-bottom:15px}
.box-cartoon-btn a:first-child{display:inline-block;width:50%;background-color:#666;color:#fff;font-size:14px;font-weight:700;padding:4px 0 4px 0;border-top-left-radius:5px;border-bottom-left-radius:5px;text-align:center}
.box-cartoon-btn a:last-child{display:inline-block;width:50%;background-color:#666;color:#fff;font-size:14px;font-weight:700;float:right;padding:4px 0 4px 0;border-top-right-radius:5px;border-bottom-right-radius:5px;text-align:center}
.box-cartoon-btn a:active,.box-cartoon-btn a:link,.box-cartoon-btn a:visited{text-decoration:none;outline:0}
.box-cartoon-btn a:hover{text-decoration:none;outline:0}
.box-cartoon-act{background-color:#0f2c66!important;color:#fff!important;text-decoration:none}
.box-cartoon-act:active,.box-cartoon-act:link,.box-cartoon-act:visited{text-decoration:none}
.box-cartoon-act:hover{text-decoration:none}
.box-cartoona{overflow:hidden}
.box-cartoonb{overflow:hidden;height:0}
.main-about{width:100%;position:relative}
.main-about-md{width:70%;position:absolute;top:50px;left:15%}
.main-about img{width:100%;border-top:5px solid #0f2c66;border-bottom:5px solid #0f2c66}
.main-about-md h2{font-size:17px;margin-bottom:35px;color:#fff;text-align:center}
.main-about-md p{font-size:14px;color:#fff;line-height:22px;margin-top:15px}
.main-about-more{margin-top:30px;text-align:center;padding:20px 0 45px 0}
.main-about a{text-align:center;color:#898989;border:1px solid #fff;padding:3px 20px 5px 20px}
.main-about-more a:active,.main-about-more a:link,.main-about-more a:visited{color:#fff;text-decoration:none}
.main-about-more a:hover{color:#fff;background-color:#0f2c66;border:1px solid #0f2c66;text-decoration:none}
.box-adv img{width:100%}
.bg_1img,.bg_2img,.bg_3img,.bg_4img{position:absolute;top:0;left:0;z-index:20}
.bg_1imgb,.bg_2imgb,.bg_3imgb,.bg_4imgb{position:relative;z-index:10;visibility:hidden}
.box-news{background-color:#eee;padding-top:30px;margin:0}
.box-news h4{text-align:center;font-style:bold;color:#0f2c66;margin-bottom:5px}
.box-news h6{text-align:center;font-style:bold;color:#0f2c66;margin-top:5px;margin-bottom:20px}
.box-news-img img{width:100%}
.box-news ul a{display:block;margin-bottom:12px;background-color:#bbb;padding:11px 80px 11px 60px;font-size:14px;color:#fff;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-news ul a b{font-size:32px;text-align:center;width:55px;border-right:1px solid #fff;position:absolute;top:8px;left:0}
.box-news ul a span{font-size:12px;width:75px;position:absolute;right:0;top:22px;text-align:left}
.box-news ul a i{display:block;font-size:12px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-news ul a:active,.box-news ul a:link,.box-news ul a:visited{color:#fff;text-decoration:none}
.box-news ul a:hover{color:#fff;background-color:#0f2c66;text-decoration:none}
.box-news-img a{display:block;margin-bottom:10px;font-size:14px;line-height:14px;color:#1c1c1c;font-weight:700;margin-top:0}
.box-news-img a b{display:block;padding:10px 17px 10px 17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.box-news-img a i{display:block;font-size:12px;color:#4a4a4a;font-style:normal;font-weight:400;padding:10px 17px 5px 17px;border-top:1px dotted #b2b2b2}
.box-news-img a:active,.box-news-img a:link,.box-news-img a:visited{color:#1c1c1c;text-decoration:none}
.box-news-img a:hover{color:#fff;background-color:#0f2c66;text-decoration:none}
.box-news-img a i:active,.box-news-img a i:link,.box-news-img a i:visited{color:#1c1c1c;text-decoration:none}
.box-news-img a i:hover{color:#fff;background-color:#0f2c66;text-decoration:none}
.box-news-img a:hover i{color:#fff;background-color:#0f2c66;text-decoration:none}
.news-more{text-align:center;padding:20px 0 45px 0}
.news-more a{text-align:center;color:#898989;border:1px solid #898989;padding:3px 20px 5px 20px}
.news-more a:active,.news-more a:link,.news-more a:visited{color:#898989;text-decoration:none}
.news-more a:hover{color:#fff;background-color:#0f2c66;border:1px solid #0f2c66;text-decoration:none}
.box-logo h4{text-align:center;font-style:bold;color:#0f2c66;margin-top:45px;margin-bottom:5px}
.box-logo h6{text-align:center;font-style:bold;color:#0f2c66;margin-top:5px;margin-bottom:10px}
.box-logomd{width:80%;padding-top:30px;padding-bottom:50px}
.box-logomd a{display:inline-block;width:50%;height:120px;text-align:center;float:left;color:#333}
.box-logomd a img{width:70%;transition:All .8s ease-in-out;-webkit-transition:All .8s ease-in-out;-moz-transition:All .8s ease-in-out;-o-transition:All .8s ease-in-out;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;filter:alpha(opacity=31);-moz-opacity:.31;-khtml-opacity:.31;opacity:.31}
.box-logomd a:hover img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0);-ms-filter:grayscale(0);-o-filter:grayscale(0);filter:grayscale(0);filter:0;transform:scale(1.16);-webkit-transform:scale(1.16);-moz-transform:scale(1.16);-o-transform:scale(1.16);-ms-transform:scale(1.16);filter:alpha(opacity=100);-moz-opacity:100;-khtml-opacity:100;opacity:100;outline:0;text-decoration:none}
.box-logomd a:active,.box-logomd a:link,.box-logomd a:visited{color:#333;text-decoration:none}
.contact-us h4{text-align:center;font-style:bold;color:#0f2c66;margin-top:45px;margin-bottom:5px}
.contact-us h6{text-align:center;font-style:bold;color:#0f2c66;margin-top:5px;margin-bottom:10px}
.contact-us img{width:70%;margin-left:15%}
.contact-usmd{width:70%;margin-left:15%;margin-bottom:50px}
.contact-usmd h1{font-size:14px;color:#666;margin-bottom:5px}
.contact-usmd h2{font-size:10px;color:#666;margin-top:5px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eee}
.contact-usmd h5{font-size:11px;color:#666;margin-top:5px;margin-bottom:5px}
#zpmore{position:absolute;right:0;top:37px;cursor:pointer;font-size:20px;font-weight:700;color:#58b8ea}
.contact-recruit{width:100%;margin:0 auto;margin-top:40px;margin-bottom:50px;min-height:630px;clear:both}
.contact-recruitmd{width:90%;margin:0 auto;position:relative}
.contact-recruitmd h1{color:#242424;font-size:18px;line-height:40px;text-align:center;border-bottom:1px solid #bababa;margin-bottom:10px}
.contact-recruitmd .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{border:none!important;border-bottom:2px solid #58b8ea!important;color:#000!important}
.contact-recruitmd .nav-tabs>li a{margin-left:2px;margin-right:2px;padding:1px 0;color:#666!important;font-size:13px;line-height:13px;text-align:center}
.contact-recruitmd .nav-tabs>li{width:45px;margin-bottom:5px}
.contact-recruitmd .nav-tabs{border-bottom:none;width:100%;height:20px;overflow:hidden}
.contact-recruit-detail{background-color:#fafafa;width:100%;height:350px;overflow:hidden;margin-top:10px;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:60px;-webkit-box-shadow:#ddd 0 10px 20px;-moz-box-shadow:#ddd 0 10px 20px;box-shadow:#ddd 0 10px 20px;overflow-y:auto}
.contact-recruit-detail h2{font-size:15px;line-height:30px;color:#111;border-bottom:1px solid #111;margin-top:0}
.contact-recruit-detail h4{font-size:13px;line-height:20px;color:#111}
.contact-recruit-detail h5{font-size:12px;line-height:12px;color:#111}
.contact-recruit-nav{width:100%;margin-top:50px;position:relative}
.contact-recruit-nav .panel-info-titl{font-size:17px;color:#242424;line-height:20px;cursor:pointer;margin:0;padding:0;border:none;margin-top:7px;margin-bottom:7px}
.contact-recruit-nav a:first-child .panel-info-titl{border:none}
.contact-recruit-nav li a{font-size:13px;color:#5e5e5e;line-height:27px;margin:0;padding:5px;outline:0;text-decoration:none;border:none}
.contact-recruit-nav li a:before{content:" ";display:inline-block;width:6px;height:6px;background-color:#5e5e5e;border-radius:3px;margin-right:5px;margin-bottom:0}
.contact-recruit-nav a:active,.contact-recruit-nav a:link,.contact-recruit-nav a:visited{color:#5e5e5e;text-decoration:none}
.contact-recruit-nav a:hover{background-color:#f3f3f3;color:#5e5e5e;text-decoration:none}
.contact-recruit-navbox{width:50%;margin-top:0;margin-left:0;margin-bottom:20px;height:135px;overflow:hidden;padding-top:30px;position:relative;float:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.contact-recruit-navbox .panel-info-titl{width:100%;text-align:center;position:absolute;top:0}
.contact-recruit-navbox .claps-area{height:105px;overflow:hidden;overflow-y:auto}
.contact-recruit-email{width:100%;height:50px;padding-left:10px;margin-top:-50px;position:relative;z-index:1;background-color:#fff;-webkit-box-shadow:#ddd 0 10px 20px;-moz-box-shadow:#ddd 0 10px 20px;box-shadow:#ddd 0 10px 20px}
.contact-recruit-email a{color:#009fe3;font-size:20x;line-height:50px}
.contact-qa{clear:both;position:relative;width:100%;margin-bottom:40px;margin-top:40px}
.contact-qa img:first-child{width:100%}
.contact-qar{width:100%;padding-left:10%;padding-right:10%}
.contact-qar h1{margin-top:25px;margin-bottom:20px;font-size:20px}
.contact-qar .panel-info-titl{font-size:16px;height:40px;line-height:40px;cursor:pointer;border:none;border-top:1px solid #ddd;color:#595757}
.contact-qar .claps-area{font-size:12px}
.contact-qar .claps-area h3{font-size:14px;color:#999;margin:0;margin-bottom:10px}
.contact-qa a:active,.contact-qa a:link,.contact-qa a:visited{text-decoration:none;outline:0}
.contact-qa a:hover{text-decoration:none;outline:0}
.contact-qar .clapstit-acta:before{content:" ";display:inline-block;width:8px;height:8px;background-color:#58b9e6;border-radius:4px;margin-right:10px;margin-bottom:4px}
.contact-qar .container-fluid .clapstit-acta:before{content:" ";display:inline-block;width:0;height:0;background-color:#58b9e6;border-radius:0;margin-right:0;margin-bottom:0}
.contact-qar .clapstit-actb:before{content:" ";display:inline-block;width:8px;height:8px;background-color:#666;border-radius:4px;margin-right:10px;margin-bottom:4px}
.contact-qar .container-fluid .clapstit-actb:before{content:" ";display:inline-block;width:0;height:0;background-color:#666;border-radius:0;margin-right:0;margin-bottom:0}
.contact-qar .clapstit-acta{color:#009fe3}
.contact-qar .clapstit-actb{color:#252525}
.contact-qar .claps-area{color:#656565}
.boxmapcont{width:100%;height:300px;overflow:hidden;position:relative;background-color:#0f2c66}
#dituContent{width:100%;height:350px;filter:alpha(opacity=37);-moz-opacity:.37;-khtml-opacity:.37;opacity:.37}
.contact-msg{width:84%;margin-left:8%;margin-top:-30px;position:relative;z-index:8;background-color:#fff;padding:12px 10px 30px 10px;-webkit-box-shadow:#ccc 0 5px 10px;-moz-box-shadow:#ccc 0 5px 10px;box-shadow:#ccc 0 5px 10px}
.contact-msg img{width:120px}
.contact-msgl{padding:5px}
.contact-msgl div{padding-left:40px;margin-top:10px;margin-bottom:10px}
.contact-msgl label{font-size:13px;margin-right:8px;margin-left:-40px}
.contact-msgl input{border-radius:4px;border:1px solid #919191;padding:3px 6px;font-size:14px;outline:0;width:100%;margin:0}
.contact-msgl textarea{width:100%;height:140px;border-radius:8px;border:1px solid #919191;font-size:15px;margin-top:10px;margin-left:-5px;padding:10px;resize:none;outline:0}
.contact-msgl h6{text-align:center;padding:3px 15px;height:40px;border-radius:8px;font-size:16px;color:#fff}
.contact-msgl h6 input{padding:5px 30px;border-radius:8px;font-size:14px;background-color:#0f2c66;color:#fff;width:auto}
.boxfootup{clear:both;width:100%;height:50px}
.boxfoot{clear:both;margin:0;padding:5px 17px;background-color:#0f2c66;position:relative;z-index:9}
.boxfoot h3{color:#fff;font-size:15px;line-height:15px;font-weight:700;text-align:center;margin-top:15px;margin-bottom:10px}
.boxfoot h2{color:#fff;font-size:17px;line-height:17px;font-weight:700;text-align:center;margin-top:5px;margin-bottom:10px}
.boxfooticp{clear:both;text-align:center;width:100%;color:#fff;font-size:10px}
.boxfootqra{clear:both;width:80%;margin-left:10%}
.boxfootqr{width:33.3333%;float:left}
.boxfootqr p{color:#fff;font-size:12px;line-height:20px;text-align:center}
.boxfootqr img{width:80%;margin-left:10%}
.swiper-container{width:100%;height:100%}
.swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.vheadbtn{width:100%;float:left}
.vheadbtn a{display:inline-block;float:left;text-align:center;color:#4D4D4D;outline:0;width:25%;position:relative}
.vheadbtn a:active,.vheadbtn a:link,.vheadbtn a:visited{color:#4D4D4D;text-decoration:none;outline:0}
.vheadbtn a:hover{color:#4D4D4D;outline:0;text-decoration:none}
.vheadbtn a img{width:80%}
.vheadbtn a span{width:100%;display:block;position:absolute;left:0;top:5px;font-size:15px;line-height:15px;color:#fff}
.boxcont{width:100%;float:left;padding:0 10px 20px 10px}
.boxcont a:last-child .boxitem{margin-bottom:49px}
#areaa .boxitem{border-top:5px solid #e05f1d}
#areab .boxitem{border-top:5px solid #09d}
#areac .boxitem{border-top:5px solid #8119e8}
#aread .boxitem{border-top:5px solid #b81d6b}
.boxitem{width:100%;float:left;position:relative;height:140px;background-color:#fff;border-radius:8px;overflow:hidden;-webkit-box-shadow:#bbb 10px 10px 20px;-moz-box-shadow:#bbb 10px 10px 20px;box-shadow:#bbb 10px 10px 20px;margin-top:20px}
.boxitem:hover{background-color:#efefef}
.boxcont a:last-child .boxitem{margin-bottom:49px}
.imglimt{width:30%;height:140px;overflow:hidden;float:left;position:relative}
.imglimt img{width:100%;height:140px}
.imglimt h1{font-size:18px;color:#fff;width:100%;line-height:16px;position:absolute;left:0;top:30px;text-align:center;line-height:22px}
.txtlimt{width:70%;position:absolute;top:40%;left:70%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.txtlimt h2{font-size:13px;color:#3e3e3e;width:80%;line-height:18px;margin:0;padding:0}
.boxitemz{position:absolute;left:35%;bottom:15px;color:#a7a9a8}
.boxitemz img{width:20px;margin-right:5px}
.boxitemarr{position:absolute;right:15px;top:50px}
.boxitemarr img{width:12px}
.vlist{width:100%}
.vlist-item-yellow{background-color:#e05f1d}
.vlist-item-blue{background-color:#09d}
.vlist-item{width:45.5%;height:100px;float:left;margin-top:10px;margin-left:3%;position:relative;-webkit-box-shadow:#bbb 4px 4px 10px;-moz-box-shadow:#bbb 4px 4px 10px;box-shadow:#bbb 4px 4px 10px;text-align:center}
.vlist-item h1{width:100%;position:absolute;left:0;top:7px;font-size:16px;line-height:17px;color:#fff;text-align:center;font-weight:700}
.vlist-item img{width:30px;margin-top:50px}
.toplimt{width:100%;height:160px;overflow:hidden;position:relative;margin-top:40px;-webkit-box-shadow:#bbb 10px 10px 10px;-moz-box-shadow:#bbb 10px 10px 10px;box-shadow:#bbb 10px 10px 10px}
.toplimt img{width:100%;height:160px}
.toplimt h1{width:100%;position:absolute;left:0;top:40px;font-size:35px;line-height:35px;color:#fff;text-align:center;font-weight:700;letter-spacing:1px}
.boxcontv video{position:fixed;top:0;left:0;min-width:100%;min-height:100%}
.boxcontv iframe{position:fixed;top:0;left:0;min-width:100%;min-height:100%}
.boxcontv{position:fixed;left:0;top:0;width:100%;height:100%;padding:0 10px 20px 10px;background-color:#000} | 0.315314 | 0.040541 |
html, body {margin:0;padding:0;height:100%;}
.navbar {background-color:black;color:white;margin:0em;padding:4px;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.chapter-prev {position:absolute;left:10px;color:#ccc;-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;background-color:#eee;padding:4px 8px;
opacity:0.5;
filter:alpha(opacity=50);
}
.chapter-next {position:absolute;right:10px;color:#ccc;-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;background-color:#eee;padding:4px 8px;
opacity:0.5;
filter:alpha(opacity=50);
}
.chapter-prev a, .chapter-next a{color:#666;}
.chapter-top{top:8px;}
.chapter-down{bottom:5px;}
.inline-tag {
background-color: blue;
color: white;
padding: 1px 4px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
vertical-align: middle;
}
.footer {
margin-top: 5px;
padding: 15px;
}
body{font-family: "PT Serif",Georgia,Times,"Times New Roman",serif; font-size:1.2em;line-height:1.4em;}
li {line-height: 1.5em;}
#markdown-content {position:relative; padding-bottom:50px;padding-top:30px;}
#markdown-content h2, #introduction h2{
margin-bottom: 1em;
border-bottom: 1px solid #ddd;
line-height:40px;
}
h1 {line-height:80px;}
dd {margin-left:30px;margin-top:5px;}
dt {font-weight:bold;}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display inline;
}
#markdown-content .floatleft {margin:4px;float:left;clear:left;padding-right: 20px;}
#markdown-content .floatright {margin:4px;float:right;clear:right;padding-left: 20px;}
#markdown-content .floatcenter {margin:4px;text-align:center;}
#markdown-content h1, #wiki-content h2, #wiki-content h3, #wiki-content h4,
#markdown-content h5, #wiki-content h6 {clear:both;}
#markdown-content .footnotes {margin-top:15px; padding-top:15px;border-top:2px solid #ddd;}
#markdown-content a.anchor, #index a.anchor {
color: white;
font-size: 1em;
margin-left: 6px;
padding: 0 4px 0 4px;
text-decoration: none;
border: none;
background:none;
}
#markdown-content a.outter, #index a.outter{
background: url(external-link-ltr-icon.png) center right no-repeat;
padding-right: 13px;
}
#introduction {padding-top:25px;padding-bottom:25px;background-color:#00b5ae;}
#introduction h1 {font-size:5em;color:white;}
#introduction h2 {
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color:#CCE2FF;;
font-weight: normal;
margin: -10px 0 16px 0px;
font-size: 1.75em;
border-bottom: none;
line-height: 1;
}
#footer {padding-top:25px;padding-bottom:25px;background-color:#00b5ae;color:white;}
#footer a{text-decoration:none;color: rgba(255, 255, 255, 0.6);}
#footer a:hover{text-decoration:underline;color:#f5a615;}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
code, pre {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 0.9em;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 1em;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre code {
padding: 0;
color: inherit;
background-color: transparent;
border: 0;
}
@media (max-width: 480px) {
#side-bar {display:none;}
#markdown-content {width:100%;}
}
#searchform input {background-color:gray;color:white;}
.ui.popup p{margin:0;} | parm/templates/theme/bootstrap/static/parm.css | html, body {margin:0;padding:0;height:100%;}
.navbar {background-color:black;color:white;margin:0em;padding:4px;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.chapter-prev {position:absolute;left:10px;color:#ccc;-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;background-color:#eee;padding:4px 8px;
opacity:0.5;
filter:alpha(opacity=50);
}
.chapter-next {position:absolute;right:10px;color:#ccc;-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;background-color:#eee;padding:4px 8px;
opacity:0.5;
filter:alpha(opacity=50);
}
.chapter-prev a, .chapter-next a{color:#666;}
.chapter-top{top:8px;}
.chapter-down{bottom:5px;}
.inline-tag {
background-color: blue;
color: white;
padding: 1px 4px 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
vertical-align: middle;
}
.footer {
margin-top: 5px;
padding: 15px;
}
body{font-family: "PT Serif",Georgia,Times,"Times New Roman",serif; font-size:1.2em;line-height:1.4em;}
li {line-height: 1.5em;}
#markdown-content {position:relative; padding-bottom:50px;padding-top:30px;}
#markdown-content h2, #introduction h2{
margin-bottom: 1em;
border-bottom: 1px solid #ddd;
line-height:40px;
}
h1 {line-height:80px;}
dd {margin-left:30px;margin-top:5px;}
dt {font-weight:bold;}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display inline;
}
#markdown-content .floatleft {margin:4px;float:left;clear:left;padding-right: 20px;}
#markdown-content .floatright {margin:4px;float:right;clear:right;padding-left: 20px;}
#markdown-content .floatcenter {margin:4px;text-align:center;}
#markdown-content h1, #wiki-content h2, #wiki-content h3, #wiki-content h4,
#markdown-content h5, #wiki-content h6 {clear:both;}
#markdown-content .footnotes {margin-top:15px; padding-top:15px;border-top:2px solid #ddd;}
#markdown-content a.anchor, #index a.anchor {
color: white;
font-size: 1em;
margin-left: 6px;
padding: 0 4px 0 4px;
text-decoration: none;
border: none;
background:none;
}
#markdown-content a.outter, #index a.outter{
background: url(external-link-ltr-icon.png) center right no-repeat;
padding-right: 13px;
}
#introduction {padding-top:25px;padding-bottom:25px;background-color:#00b5ae;}
#introduction h1 {font-size:5em;color:white;}
#introduction h2 {
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
color:#CCE2FF;;
font-weight: normal;
margin: -10px 0 16px 0px;
font-size: 1.75em;
border-bottom: none;
line-height: 1;
}
#footer {padding-top:25px;padding-bottom:25px;background-color:#00b5ae;color:white;}
#footer a{text-decoration:none;color: rgba(255, 255, 255, 0.6);}
#footer a:hover{text-decoration:underline;color:#f5a615;}
code {
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
code, pre {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
font-size: 0.9em;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 1em;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre code {
padding: 0;
color: inherit;
background-color: transparent;
border: 0;
}
@media (max-width: 480px) {
#side-bar {display:none;}
#markdown-content {width:100%;}
}
#searchform input {background-color:gray;color:white;}
.ui.popup p{margin:0;} | 0.388038 | 0.092033 |
body {
font-family: 'Helvetica-Neue', sans-serif;
margin: 0;
font-weight: 200;
/*background-color: #f64161;*/
}
main {
text-align: center;
}
li {
list-style: none;
}
h2, p, h3, h1, h4 {
color: #444
}
.siteTitle {
color: white;
}
button {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
input {
text-align: center;
}
.clickable {
cursor: pointer;
cursor: hand;
}
.container {
margin: 0 auto;
max-width: 960px;
display: flex;
flex-direction: column;
align-items: center;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.hoverColorChange:hover {
color: #2980b9;
}
.imageContainer {
overflow: hidden;
border-radius: 50%
}
.btn {
/*border: solid 2px #2ecc71;*/
color: white;
border-radius: 3px;
padding: 12px 20px;
box-sizing: border-box;
margin: 30px;
width: 250px;
letter-spacing: 1px;
background-color: #38e280;
}
.btn:hover {
opacity: 0.8;
}
.buttonGroup {
display: flex;
justify-content: center;
}
.noselect {
outline: none;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
/******************************************/
/************* Header & Nav ***************/
/******************************************/
.header {
background-color: #f64161;
color: white;
width: 100%;
padding: 20px 0;
margin: 0;
}
.header h1 {
font-size: 24px;
margin: 0;
padding: 0;
}
nav {
background-color: #f64161;
color: white;
position: relative;
bottom: 0;
width: 100%;
height: 50px;
margin: 0;
padding-bottom: 12px;
padding-top: 5px;
position: fixed;
bottom: 0;
display: flex;
justify-content: space-around;
align-items: flex-start;
}
nav ul li {
display: inline-block;
}
nav li {
padding: 0 50px;
}
.clear {
clear: both;
height: 70px;
}
.icons {
width: 35px;
}
.navButton {
color: white;
margin-top: 0;
}
/******************************************/
/************* DashBoard ******************/
/******************************************/
.lifeScores {
display: inline-block;
}
.lifestyle:nth-child(even), .flop:nth-child(even) {
background-color: #ecf0f1;
}
.lifestyle h4 {
margin-top: 0;
}
.lifestylePic {
width: 150px;
height: 150px;
border-radius: 50%;
}
.currentUser {
color: #f64161;
font-weight: bolder;
border: solid 1px #95a5a6;
position: relative;
}
.currentUser::after {
content: "\1F60A";
font-size: 20px;
position: absolute;
top: -7px;
left: -10px;
background-image:
}
.user {
padding: 15px 35px;
border-radius: 3px;
margin: 0 5px;
margin-bottom: 5px;
box-sizing: border-box;
/*display: flex;*/
/*justify-content: space-between;
align-items: center;*/
/*border: solid 1px #95a5a6*/
}
.usernameLink {
font-weight: 400;
margin: 0;
margin-top: 10px;
/*color: #2980b9;*/
}
.usernameLink:hover {
color: #3498db;
}
.userThumbnail {
width: 35px;
height: 35px;
border-radius: 50%;
object-fit: cover;
}
.dashboardLoader {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.dashboardButtons {
background-color: #E4F1FE;
}
/******************************************/
/********* Lifestlyle Flops ***************/
/******************************************/
.flopPic {
width: 120px;
height: 120px;
border-radius: 50%;
}
.lifestyleHeader {
background-color: #E4F1FE;
padding: 20px 20px 0 20px;
margin: 0;
font-size: 1.1em;
font-weight: lighter;
box-sizing: border-box;
}
.lifestyleHeader p {
padding: 0;
margin: 0;
}
.lifestyleHeader h2 {
font-weight: 200;
}
.lifestyle, .flop {
width: 100%;
padding-top: 30px;
padding-bottom: 20px;
}
.topThree {
display: flex;
justify-content: center;
border-radius: 3px;
color: #2c3e50;
margin: 20px auto 0 auto;
flex-wrap: wrap;
}
.flop {
padding: 15px 0;
}
.create {
width: 100%;
background-color: #2ecc71;
position: relative;
left: 0;
height:50px;
}
/******************************************/
/********* Single Flops *******************/
/******************************************/
.singleflopPic {
position: relative;
max-width: 40%;
object-fit: cover;
}
/******************************************/
/************* Profile ********************/
/******************************************/
.profilePic {
width: 200px;
height: 200px;
border-radius: 50%;
object-fit: cover;
}
.profile {
display: inline-block;
}
.delete {
background-color: #ff3333;
}
.flopRank {
background-color: #f64161;
border-radius: 50%;
height: 50px;
width: 50px;
line-height: 50px;
margin-left: auto;
margin-right: auto;
}
.flopRank h2 {color:#fff}
.flopRank h2::before {
content: "#";
font-size: 80%;
vertical-align: middle;
}
.flopContainer {
text-align: center;
margin: 10px;
margin-bottom: 50px;
}
/******************************************/
/************* Login **********************/
/******************************************/
.loginLogo {
height: 25vh;
/*width: 200px;*/
display: block;
}
.signupButton {
color: white;
background-color: #f64161;
margin: 20px auto;
margin-top: 100px;
}
.signupButton:hover, .loginButton:hover {
color: lightgray;
}
.loginTitle {
color: white;
font-size: 3em;
background-color: #f64161;
}
.signupTitle {
padding-top: 3%;
padding-bottom: 6%;
margin: 0;
}
.signupPage {
margin: 0;
padding: 0;
}
.signupText {
color: white;
}
.loginSubtitle {
color: white;
margin-top: -25px;
}
.loginPage {
background-color: #f64161;
position: absolute;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.loginForm {
/*margin-top: 150px;*/
padding: 10px 0;
border-radius: 3px;
/*margin-bottom: 200px;*/
text-align: center;
}
.loginButton {
background-color: #4CAF50; /* Green */
border-radius: 3px;
border: none;
color: white;
width: 302px;
padding: 15px 0;
box-sizing: border-box;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.username, .password {
display: block;
height: 30px;
width: 60px;
margin: 10px auto;
font-size: 1.3em;
padding: 7px 0;
}
.hidden {
display: none
}
.loadingPulse {
margin-top: 20px;
}
/******************************************/
/************* Upload Flop ****************/
/******************************************/
.form-content {
margin-bottom: 80px;
}
.upload_widget_opener {
background-color: white;
border: 1px solid #ccccb3;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.upload_widget_opener p {
color: #ccccb3;
font-size: 40px;
}
/******************************************/
/************* VOTES HANDLING *************/
/******************************************/
.downvote {
background-color: #f64161; /*Krang's Pink*/
opacity: 0.8;
color: white;
}
.upvote {
background-color: #2ecc71; /*Green*/
opacity: 0.8;
color: white;
}
.userHasVoted {
box-sizing: border-box;
border: solid 3px #444;
opacity: 1;
}
.disabled {
cursor: not-allowed;
} | styles/index.css |
body {
font-family: 'Helvetica-Neue', sans-serif;
margin: 0;
font-weight: 200;
/*background-color: #f64161;*/
}
main {
text-align: center;
}
li {
list-style: none;
}
h2, p, h3, h1, h4 {
color: #444
}
.siteTitle {
color: white;
}
button {
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
input {
text-align: center;
}
.clickable {
cursor: pointer;
cursor: hand;
}
.container {
margin: 0 auto;
max-width: 960px;
display: flex;
flex-direction: column;
align-items: center;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.hoverColorChange:hover {
color: #2980b9;
}
.imageContainer {
overflow: hidden;
border-radius: 50%
}
.btn {
/*border: solid 2px #2ecc71;*/
color: white;
border-radius: 3px;
padding: 12px 20px;
box-sizing: border-box;
margin: 30px;
width: 250px;
letter-spacing: 1px;
background-color: #38e280;
}
.btn:hover {
opacity: 0.8;
}
.buttonGroup {
display: flex;
justify-content: center;
}
.noselect {
outline: none;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
/******************************************/
/************* Header & Nav ***************/
/******************************************/
.header {
background-color: #f64161;
color: white;
width: 100%;
padding: 20px 0;
margin: 0;
}
.header h1 {
font-size: 24px;
margin: 0;
padding: 0;
}
nav {
background-color: #f64161;
color: white;
position: relative;
bottom: 0;
width: 100%;
height: 50px;
margin: 0;
padding-bottom: 12px;
padding-top: 5px;
position: fixed;
bottom: 0;
display: flex;
justify-content: space-around;
align-items: flex-start;
}
nav ul li {
display: inline-block;
}
nav li {
padding: 0 50px;
}
.clear {
clear: both;
height: 70px;
}
.icons {
width: 35px;
}
.navButton {
color: white;
margin-top: 0;
}
/******************************************/
/************* DashBoard ******************/
/******************************************/
.lifeScores {
display: inline-block;
}
.lifestyle:nth-child(even), .flop:nth-child(even) {
background-color: #ecf0f1;
}
.lifestyle h4 {
margin-top: 0;
}
.lifestylePic {
width: 150px;
height: 150px;
border-radius: 50%;
}
.currentUser {
color: #f64161;
font-weight: bolder;
border: solid 1px #95a5a6;
position: relative;
}
.currentUser::after {
content: "\1F60A";
font-size: 20px;
position: absolute;
top: -7px;
left: -10px;
background-image:
}
.user {
padding: 15px 35px;
border-radius: 3px;
margin: 0 5px;
margin-bottom: 5px;
box-sizing: border-box;
/*display: flex;*/
/*justify-content: space-between;
align-items: center;*/
/*border: solid 1px #95a5a6*/
}
.usernameLink {
font-weight: 400;
margin: 0;
margin-top: 10px;
/*color: #2980b9;*/
}
.usernameLink:hover {
color: #3498db;
}
.userThumbnail {
width: 35px;
height: 35px;
border-radius: 50%;
object-fit: cover;
}
.dashboardLoader {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.dashboardButtons {
background-color: #E4F1FE;
}
/******************************************/
/********* Lifestlyle Flops ***************/
/******************************************/
.flopPic {
width: 120px;
height: 120px;
border-radius: 50%;
}
.lifestyleHeader {
background-color: #E4F1FE;
padding: 20px 20px 0 20px;
margin: 0;
font-size: 1.1em;
font-weight: lighter;
box-sizing: border-box;
}
.lifestyleHeader p {
padding: 0;
margin: 0;
}
.lifestyleHeader h2 {
font-weight: 200;
}
.lifestyle, .flop {
width: 100%;
padding-top: 30px;
padding-bottom: 20px;
}
.topThree {
display: flex;
justify-content: center;
border-radius: 3px;
color: #2c3e50;
margin: 20px auto 0 auto;
flex-wrap: wrap;
}
.flop {
padding: 15px 0;
}
.create {
width: 100%;
background-color: #2ecc71;
position: relative;
left: 0;
height:50px;
}
/******************************************/
/********* Single Flops *******************/
/******************************************/
.singleflopPic {
position: relative;
max-width: 40%;
object-fit: cover;
}
/******************************************/
/************* Profile ********************/
/******************************************/
.profilePic {
width: 200px;
height: 200px;
border-radius: 50%;
object-fit: cover;
}
.profile {
display: inline-block;
}
.delete {
background-color: #ff3333;
}
.flopRank {
background-color: #f64161;
border-radius: 50%;
height: 50px;
width: 50px;
line-height: 50px;
margin-left: auto;
margin-right: auto;
}
.flopRank h2 {color:#fff}
.flopRank h2::before {
content: "#";
font-size: 80%;
vertical-align: middle;
}
.flopContainer {
text-align: center;
margin: 10px;
margin-bottom: 50px;
}
/******************************************/
/************* Login **********************/
/******************************************/
.loginLogo {
height: 25vh;
/*width: 200px;*/
display: block;
}
.signupButton {
color: white;
background-color: #f64161;
margin: 20px auto;
margin-top: 100px;
}
.signupButton:hover, .loginButton:hover {
color: lightgray;
}
.loginTitle {
color: white;
font-size: 3em;
background-color: #f64161;
}
.signupTitle {
padding-top: 3%;
padding-bottom: 6%;
margin: 0;
}
.signupPage {
margin: 0;
padding: 0;
}
.signupText {
color: white;
}
.loginSubtitle {
color: white;
margin-top: -25px;
}
.loginPage {
background-color: #f64161;
position: absolute;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.loginForm {
/*margin-top: 150px;*/
padding: 10px 0;
border-radius: 3px;
/*margin-bottom: 200px;*/
text-align: center;
}
.loginButton {
background-color: #4CAF50; /* Green */
border-radius: 3px;
border: none;
color: white;
width: 302px;
padding: 15px 0;
box-sizing: border-box;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.username, .password {
display: block;
height: 30px;
width: 60px;
margin: 10px auto;
font-size: 1.3em;
padding: 7px 0;
}
.hidden {
display: none
}
.loadingPulse {
margin-top: 20px;
}
/******************************************/
/************* Upload Flop ****************/
/******************************************/
.form-content {
margin-bottom: 80px;
}
.upload_widget_opener {
background-color: white;
border: 1px solid #ccccb3;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.upload_widget_opener p {
color: #ccccb3;
font-size: 40px;
}
/******************************************/
/************* VOTES HANDLING *************/
/******************************************/
.downvote {
background-color: #f64161; /*Krang's Pink*/
opacity: 0.8;
color: white;
}
.upvote {
background-color: #2ecc71; /*Green*/
opacity: 0.8;
color: white;
}
.userHasVoted {
box-sizing: border-box;
border: solid 3px #444;
opacity: 1;
}
.disabled {
cursor: not-allowed;
} | 0.350755 | 0.060947 |
margin-top: 20px;
border: 4px solid var(--light);
padding: 0;
height: 62px;
border-radius: 5px;
overflow: hidden;
transition: all 200ms linear;
max-height: 215px;
}
#filter p {
color: black;
flex-basis: 30%;
margin-bottom: 0;
/*padding: 10px;*/
}
.filter-tag, .reset {
text-decoration: none !important;
}
#fil1 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.reset {
margin-right: 5%;
color: var(--dark);
flex-basis: 30%;
text-align: right;
padding-right: 30px;
}
.filter-tag {
display: block;
background-color: white;
color: var(--dark);
font-weight: bold;
line-height: 50px;
flex: 1 1 25%;
text-align: center;
cursor: pointer;
height: 50px;
transition: 100ms;
}
.filter-tag:hover {
color: darkolivegreen;
}
.filter-tag i {
color: white;
transform: translate(25%, 5%);
}
.filter-checked, .filter-checked i {
/*background-color: #c43838;*/
color: darkolivegreen;
}
#filter p {
display: flex;
font-size: 2rem;
justify-content: space-evenly;
align-items: center;
height: 60px;
width: 300px;
}
#fil2 {
width: 100%;
/*height: calc(20vh - 60px);*/
height: calc(100% - 62px);
overflow: scroll;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.company {
border-color: #5b5b5b;
border-width: 0.5px;
height: 300px;
/*border-radius: 30px;*/
transition: all 200ms linear 100ms;
overflow: hidden;
}
i {
transition: 300ms;
transform-origin: center 60%;
transform: translateY(-20%);
}
.rotate {
transform: rotate(180deg) translateY(-20%);
}
.company:hover {
border: 4px solid red;
box-shadow: 5px 5px #323A42;
}
.logo-link {
display: block;
margin-top: 10%;
height: 60%;
width: 70%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.logo-link img {
width: auto;
height: 100%;
}
.parent {
position: relative;
width: 100%;
}
.compname {
color: #272827;
display: inline;
transition: all 200ms linear 100ms;
}
@media (max-width: 420px) {
#filter, #filter p {
font-size: 1.5rem;
}
.filter-tag {
flex: 1 1 33%;
}
} | public/css/catalogue.css |
margin-top: 20px;
border: 4px solid var(--light);
padding: 0;
height: 62px;
border-radius: 5px;
overflow: hidden;
transition: all 200ms linear;
max-height: 215px;
}
#filter p {
color: black;
flex-basis: 30%;
margin-bottom: 0;
/*padding: 10px;*/
}
.filter-tag, .reset {
text-decoration: none !important;
}
#fil1 {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.reset {
margin-right: 5%;
color: var(--dark);
flex-basis: 30%;
text-align: right;
padding-right: 30px;
}
.filter-tag {
display: block;
background-color: white;
color: var(--dark);
font-weight: bold;
line-height: 50px;
flex: 1 1 25%;
text-align: center;
cursor: pointer;
height: 50px;
transition: 100ms;
}
.filter-tag:hover {
color: darkolivegreen;
}
.filter-tag i {
color: white;
transform: translate(25%, 5%);
}
.filter-checked, .filter-checked i {
/*background-color: #c43838;*/
color: darkolivegreen;
}
#filter p {
display: flex;
font-size: 2rem;
justify-content: space-evenly;
align-items: center;
height: 60px;
width: 300px;
}
#fil2 {
width: 100%;
/*height: calc(20vh - 60px);*/
height: calc(100% - 62px);
overflow: scroll;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.company {
border-color: #5b5b5b;
border-width: 0.5px;
height: 300px;
/*border-radius: 30px;*/
transition: all 200ms linear 100ms;
overflow: hidden;
}
i {
transition: 300ms;
transform-origin: center 60%;
transform: translateY(-20%);
}
.rotate {
transform: rotate(180deg) translateY(-20%);
}
.company:hover {
border: 4px solid red;
box-shadow: 5px 5px #323A42;
}
.logo-link {
display: block;
margin-top: 10%;
height: 60%;
width: 70%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.logo-link img {
width: auto;
height: 100%;
}
.parent {
position: relative;
width: 100%;
}
.compname {
color: #272827;
display: inline;
transition: all 200ms linear 100ms;
}
@media (max-width: 420px) {
#filter, #filter p {
font-size: 1.5rem;
}
.filter-tag {
flex: 1 1 33%;
}
} | 0.558086 | 0.108236 |
@import url('https://fonts.googleapis.com/css?family=Lato|Bitter|Cabin');
body {
min-width: initial !important;
}
a {
background: 0 0;
text-decoration: none;
}
.clearfix {
clear: both;
}
.protograph-card {
position: relative;
overflow: hidden;
letter-spacing: normal;
box-sizing: border-box;
}
.protograph-col4-mode {
width: 300px;
margin-left: auto;
margin-right: auto;
}
.protograph-col7-mode {
width: 1260px;
margin-left: auto;
margin-right: auto;
}
/*===== Cover css =====*/
.col-16-cover-area {
height: 430px;
width: 1260px;
display: inline-block;
box-sizing: border-box;
position: relative;
}
.background-image {
position: absolute;
left: 0px;
top: 0px;
}
.col-16-cover-area .color-overlay {
height: 430px;
width: 1260px;
display: inline-block;
box-sizing: border-box;
position: relative;
background: rgba(207, 162, 16, 0.8);
}
.page-title {
font-family: "bitter";
font-weight: bold;
color: #1F1800;
font-size: 32px;
position: absolute;
bottom: 16px;
left: 16px;
}
.selected-tab-content {
width: 540px;
display: inline-block;
position: absolute;
left: 330px;
top: 64px;
}
.content-title {
font-family: "cabin";
font-weight: bold;
display: inline-block;
font-size: 32px;
color: #1F1800;
width: 100%;
}
.content-title img {
margin-left: 24px;
height: 24px;
}
.display-value {
font-family: "cabin";
font-weight: bold;
margin-top: 35px;
margin-bottom: 40px;
display: inline-block;
font-size: 72px;
color: #1F1800;
width: 100%;
}
p {
font-family: "cabin";
color: #1F1800;
line-height: 21px;
font-size: 14px;
}
.vertical-tabs {
width: 300px;
position: absolute;
right: 0px;
top: 0px;
}
a.tab-links {
text-decoration: none;
}
.single-tab {
height: 107px;
width: 100%;
background: transparent;
border-bottom: 1px solid #00000040;
padding: 19px 24px;
font-family: "cabin";
color: rgba(0, 0, 0, 0.5);
box-sizing: border-box;
font-weight: normal;
cursor: pointer;
}
.tab-value {
font-size: 32px;
line-height: 56px;
}
.tab-links:last-child .single-tab {
border-bottom: 0px;
height: 109px;
}
.single-tab.active {
background: #1F1800;
color: #F7C513;
}
.single-tab .tab-value img {
float: right;
margin-top: 16px;
opacity: 0;
}
.single-tab.active .tab-value img {
float: right;
margin-top: 16px;
opacity: 1;
}
.col-4-cover-area{
height: 430px;
width: 300px;
display: inline-block;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.col-4-cover-area .color-overlay {
height: 430px;
width: 300px;
display: inline-block;
box-sizing: border-box;
position: relative;
background: rgba(207, 162, 16, 0.8);
}
.col-4-cover-area .single-tab{
height: 80px;
padding: 10px 20px;
}
.col-4-cover-area .single-tab .tab-value{
line-height: 48px
}
.col-4-cover-area .tab-links:last-child .single-tab {
height: 80px;
}
/* Note the above height and width are just samples. Change it as per the usecase. */ | src/css/styles.css | @import url('https://fonts.googleapis.com/css?family=Lato|Bitter|Cabin');
body {
min-width: initial !important;
}
a {
background: 0 0;
text-decoration: none;
}
.clearfix {
clear: both;
}
.protograph-card {
position: relative;
overflow: hidden;
letter-spacing: normal;
box-sizing: border-box;
}
.protograph-col4-mode {
width: 300px;
margin-left: auto;
margin-right: auto;
}
.protograph-col7-mode {
width: 1260px;
margin-left: auto;
margin-right: auto;
}
/*===== Cover css =====*/
.col-16-cover-area {
height: 430px;
width: 1260px;
display: inline-block;
box-sizing: border-box;
position: relative;
}
.background-image {
position: absolute;
left: 0px;
top: 0px;
}
.col-16-cover-area .color-overlay {
height: 430px;
width: 1260px;
display: inline-block;
box-sizing: border-box;
position: relative;
background: rgba(207, 162, 16, 0.8);
}
.page-title {
font-family: "bitter";
font-weight: bold;
color: #1F1800;
font-size: 32px;
position: absolute;
bottom: 16px;
left: 16px;
}
.selected-tab-content {
width: 540px;
display: inline-block;
position: absolute;
left: 330px;
top: 64px;
}
.content-title {
font-family: "cabin";
font-weight: bold;
display: inline-block;
font-size: 32px;
color: #1F1800;
width: 100%;
}
.content-title img {
margin-left: 24px;
height: 24px;
}
.display-value {
font-family: "cabin";
font-weight: bold;
margin-top: 35px;
margin-bottom: 40px;
display: inline-block;
font-size: 72px;
color: #1F1800;
width: 100%;
}
p {
font-family: "cabin";
color: #1F1800;
line-height: 21px;
font-size: 14px;
}
.vertical-tabs {
width: 300px;
position: absolute;
right: 0px;
top: 0px;
}
a.tab-links {
text-decoration: none;
}
.single-tab {
height: 107px;
width: 100%;
background: transparent;
border-bottom: 1px solid #00000040;
padding: 19px 24px;
font-family: "cabin";
color: rgba(0, 0, 0, 0.5);
box-sizing: border-box;
font-weight: normal;
cursor: pointer;
}
.tab-value {
font-size: 32px;
line-height: 56px;
}
.tab-links:last-child .single-tab {
border-bottom: 0px;
height: 109px;
}
.single-tab.active {
background: #1F1800;
color: #F7C513;
}
.single-tab .tab-value img {
float: right;
margin-top: 16px;
opacity: 0;
}
.single-tab.active .tab-value img {
float: right;
margin-top: 16px;
opacity: 1;
}
.col-4-cover-area{
height: 430px;
width: 300px;
display: inline-block;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.col-4-cover-area .color-overlay {
height: 430px;
width: 300px;
display: inline-block;
box-sizing: border-box;
position: relative;
background: rgba(207, 162, 16, 0.8);
}
.col-4-cover-area .single-tab{
height: 80px;
padding: 10px 20px;
}
.col-4-cover-area .single-tab .tab-value{
line-height: 48px
}
.col-4-cover-area .tab-links:last-child .single-tab {
height: 80px;
}
/* Note the above height and width are just samples. Change it as per the usecase. */ | 0.481454 | 0.081776 |
body {
font-family: 'Open Sans', sans-serif;
background-image: url('../images/bg.png');
background-size: auto;
}
.menu {
height: 107px;
background: linear-gradient(180deg, #3F4F2C 0%, #23441D 97.92%, rgba(63, 79, 44, 0) 100%);
font-size:17px;
text-transform: uppercase;
margin-bottom:22px;
}
.menu a.nav-link{
background-clip: text;
background-image: -webkit-linear-gradient(rgb(239, 209, 0), rgb(226, 162, 51) 19%, rgb(240, 195, 40) 30%, rgb(255, 241, 163) 43%, rgb(255, 225, 62) 50%, rgb(255, 255, 255) 51%, rgb(255, 255, 255));
background-position: 50% 0px;
background-position-x: 50%;
background-position-y: 0px;
background-size: 12px 30px;
box-sizing: border-box;
color: rgb(248, 183, 0);
cursor: pointer;
display: inline-block;
}
.hud {
color:#FFFFFF;
text-align: right;
}
.hud .__user {
}
.hud .__vp {
}
.item {
display:flex;
align-items:center;
margin-bottom:14px;
}
.item-image {
width: 68px;
height: 68px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.item-media {
width: 68px;
height: 68px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #000;
display: inline-block;
max-width: 168px;
border: 1px solid #504137;
}
.item-icon::before {
content: "";
display: block;
padding-top: 100%;
}
.item-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
background-size: cover;
border-radius: 9%;
}
.item-text {
margin-left:8px;
}
.item-title {
color: rgb(248, 183, 0);
font-weight: 800;
font-size:13px;
}
.item-sub {
color: rgb(177, 153, 127);
text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
font-size: 12px;
font-weight: 800;
}
.papper {
background-color: #ebdec2;
color: #352011;
-webkit-box-shadow: 0 0 16px 6px rgba(0,0,0,.5);
box-shadow: 0 0 16px 6px rgba(0,0,0,.5);
border: 12px solid #ebdec2;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-image: url('../images/papper.png') 12 repeat;
border-image-outset: 0;
border-image-outset: 3px;
padding: 15px;
margin: 3px;
}
.nav-cat {
list-style:none;
padding:0;
margin:0;
text-align:center;
}
.nav-cat-link {
text-shadow: 0 0 1px transparent,0 1px 2px hsla(0,0%,100%,.8);
font-size: 1.224rem;
color: #961901;
} | public/css/style.css | body {
font-family: 'Open Sans', sans-serif;
background-image: url('../images/bg.png');
background-size: auto;
}
.menu {
height: 107px;
background: linear-gradient(180deg, #3F4F2C 0%, #23441D 97.92%, rgba(63, 79, 44, 0) 100%);
font-size:17px;
text-transform: uppercase;
margin-bottom:22px;
}
.menu a.nav-link{
background-clip: text;
background-image: -webkit-linear-gradient(rgb(239, 209, 0), rgb(226, 162, 51) 19%, rgb(240, 195, 40) 30%, rgb(255, 241, 163) 43%, rgb(255, 225, 62) 50%, rgb(255, 255, 255) 51%, rgb(255, 255, 255));
background-position: 50% 0px;
background-position-x: 50%;
background-position-y: 0px;
background-size: 12px 30px;
box-sizing: border-box;
color: rgb(248, 183, 0);
cursor: pointer;
display: inline-block;
}
.hud {
color:#FFFFFF;
text-align: right;
}
.hud .__user {
}
.hud .__vp {
}
.item {
display:flex;
align-items:center;
margin-bottom:14px;
}
.item-image {
width: 68px;
height: 68px;
display: table-cell;
text-align: center;
vertical-align: middle;
}
.item-media {
width: 68px;
height: 68px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: #000;
display: inline-block;
max-width: 168px;
border: 1px solid #504137;
}
.item-icon::before {
content: "";
display: block;
padding-top: 100%;
}
.item-icon {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
background-size: cover;
border-radius: 9%;
}
.item-text {
margin-left:8px;
}
.item-title {
color: rgb(248, 183, 0);
font-weight: 800;
font-size:13px;
}
.item-sub {
color: rgb(177, 153, 127);
text-shadow: 0 0 1px transparent,0 1px 2px rgba(0,0,0,.8);
font-size: 12px;
font-weight: 800;
}
.papper {
background-color: #ebdec2;
color: #352011;
-webkit-box-shadow: 0 0 16px 6px rgba(0,0,0,.5);
box-shadow: 0 0 16px 6px rgba(0,0,0,.5);
border: 12px solid #ebdec2;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-image: url('../images/papper.png') 12 repeat;
border-image-outset: 0;
border-image-outset: 3px;
padding: 15px;
margin: 3px;
}
.nav-cat {
list-style:none;
padding:0;
margin:0;
text-align:center;
}
.nav-cat-link {
text-shadow: 0 0 1px transparent,0 1px 2px hsla(0,0%,100%,.8);
font-size: 1.224rem;
color: #961901;
} | 0.41941 | 0.085099 |
html, body, section {width:100%; height:100%;}
input,textarea {
font-family: "Helvetica Neue",sans-serif;
}
body {
background-image: url('../img/bg.png');
font-family: "Helvetica Neue",sans-serif;
margin: 0;
}
.sidebar-nav {
padding: 9px 0;
}
li {
list-style: none;
}
#loader {
margin: 90px auto;
text-align: center;
}
h1#mainTitle {
text-align: center;
margin: 20px 0 10px;
font-size: 87px;
color: rgba(255, 255, 255, 0.3);
text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}
#wrapper {
background: #FFFFEA;
width: 540px;
margin: 0 auto;
min-height: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0px 2px 6px #aaa;
}
#listHeader {
display: inline-block;
width: 100%;
}
#listName {
float: left;
}
#listHeader, #addTaskButton {
background: -moz-linear-gradient(
top,
#9B7A4F 0%,
#664D29);
background: -webkit-gradient(
linear, left top, left bottom,
from(#9B7A4F),
to(#664D29));
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom: 1px solid #333;
}
#listName, a#addTaskButton {
padding: 10px;
color: rgb(111, 83, 41);
text-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
font-size: 24px;
font-weight: bold;
}
#header {
float: right;
}
a#ide {
float: right;
text-decoration: none;
font-size: 8px;
color: #E2E2E2;
margin: 0 5px 0 0;
}
a:hover#ide {
text-decoration: underline;
cursor: pointer;
}
#footer, #footer a {
text-align: center;
padding: 20px;
font-size: 12px;
color: #aaa;
position: relative;
text-shadow: 1px 1px 0 #fff;
}
#footer a {
padding: 0;
color: #999;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
#listWrapper h2 {
margin: 20px;
}
@media (max-width: 600px) {
h1.mainTitle {
font-size: 48px;
}
}
.taskDescription {
word-break: break-word;
}
.delete {
float: right;
margin: 0 10px 0 0;
vertical-align: baseline;
cursor: pointer;
opacity: 0.5;
}
#wrapper ul {
margin: 0;
padding: 0;
color: #555;
}
li.task {
border-bottom: 1px #bbb dotted;
display: table;
width: 100%;
}
.taskViewWrapper, .taskEditorWrapper, .addTaskWrapper {
border-left: 1px solid #f5d6d6;
}
.addTaskWrapper {
margin: 0 0 0 40px;
}
.completionWrapper {
cursor: pointer;
}
.taskView {
height: 100%;
border-left: 1px solid #f5d6d6;
padding: 15px;
margin: 0 0 0 2px;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-ms-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.taskEditor {
height: 100%;
border-left: 1px solid #f5d6d6;
margin: 0 0 0 2px;
}
li.task:hover {
background-color: #fffff4;
}
li.task img.delete {
display: none;
}
div.taskView:hover img.delete {
display: block;
}
.ui-sortable-helper {
border-top: 1px #bbb dotted;
}
.taskDescription {
margin: 0 0 0 10px;
font-size: 18px;
}
#addTask {
height: 100%;
border-left: 1px solid #f5d6d6;
margin: 0 0 0 2px;
}
#addTask input, .taskEditor input {
color: #555;
font-size: 18px;
padding: 20px;
font-family: "Helvetica Neue",sans-serif;
font-style: italic;
margin: 0;
border: none;
}
.taskEditor input {
width: 456px;
}
#addTask input {
width: 387px;
}
a#addTaskButton {
float: right;
padding: 3px 14px;
margin-top: 8px;
margin-right: 10px;
cursor: pointer;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-moz-border-radiust: 3px;
border-radius: 3px;
border-radius: 3px;
border-bottom: 1px solid #333;
font-size: 32px;
font-weight: bold;
}
.completion {
float: left;
}
.completionWrapper {
clear: both;
display: table-cell;
vertical-align: middle;
width: 30px;
padding: 0 0 0 10px;
}
#listFooter:before {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(255, 255, 255, 0.8), 0 7px 1px -3px rgba(0, 0, 0, 0.3), 0 43px 0 -6px rgba(255, 255, 255, 0.8), 0 44px 2px -6px rgba(0, 0, 0, 0.2)
}
.completed {
color: #aaa;
text-decoration: line-through;
}
#details {
float: right;
padding: 1px 10px 0 0;
}
#metrics {
margin: 0 2px 3px 0;
text-align: right;
}
#listLoaderBar {
text-align: center;
top: 90px;
position: relative;
}
.tab {
float: right;
}
#tasks, #clients {
color: rgb(111, 83, 41);
text-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
font-size: 12px;
margin: 0 0 0 10px;
}
.tab {
background-color: rgb(111, 83, 41);
box-shadow: rgba(65, 48, 27, 0.52) 0 1px 0, rgba(189, 161, 143, 0.4) 0px -1px 0;
margin: 0 0 0 10px;
padding: 0 8px 3px 8px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.tab span {
color: rgb(111, 83, 41);
font-size: 12px;
text-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
}
.selectedTab {
box-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
}
.selectedTab span {
color: #D8C9A1;
}
#tipWrapper, #nayWrapper, #yayWrapper {
display: none;
position: absolute;
top: 0;
width: 100%;
}
#tip, #nay, #yay {
position: relative;
color: #333;
padding: 10px 30px 30px;
margin: 0 auto;
width: 300px;
font-size: 14px;
box-shadow: 5px 5px 20px #333;
background: -moz-linear-gradient(
top,
#CFCFCF 0%,
#929292);
background: -webkit-gradient(
linear, left top, left bottom,
from(#CFCFCF),
to(#929292));
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
z-index: 1000;
}
.dismiss {
background-color: rgb(250, 209, 149);
box-shadow: rgba(65, 48, 27, 0.52) 0 1px 0, rgba(189, 161, 143, 0.4) 0px -1px 0;
margin: 0;
padding: 5px 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.bgText a {
cursor: pointer;
}
.yayNay {
margin: 0 0 0 20px;
}
#nay img, #yay img {
box-shadow: rgba(255, 255, 255, 0.52) 0px 1px 0px, rgba(255, 255, 255, 0.4) 0px 0px 0;
margin: -15px 0 0 0;
}
#feedback textArea {
width: 300px;
font-size: 14px;
height: 100px;
margin: 5px 0 0 0;
padding: 2px;
}
#nay input, #yay input {
width: 250px;
font-size: 14px;
padding: 2px;
}
.photoCredit {
text-align: right;
}
.photoCredit a {
font-size: 10px;
color: #888 !important;
font-weight: normal !important;
}
p.feedback a {
color: #333;
font-weight: bold;
margin: 0 5px 0 0;
} | service/static/css/style.css | html, body, section {width:100%; height:100%;}
input,textarea {
font-family: "Helvetica Neue",sans-serif;
}
body {
background-image: url('../img/bg.png');
font-family: "Helvetica Neue",sans-serif;
margin: 0;
}
.sidebar-nav {
padding: 9px 0;
}
li {
list-style: none;
}
#loader {
margin: 90px auto;
text-align: center;
}
h1#mainTitle {
text-align: center;
margin: 20px 0 10px;
font-size: 87px;
color: rgba(255, 255, 255, 0.3);
text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
}
#wrapper {
background: #FFFFEA;
width: 540px;
margin: 0 auto;
min-height: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0px 2px 6px #aaa;
}
#listHeader {
display: inline-block;
width: 100%;
}
#listName {
float: left;
}
#listHeader, #addTaskButton {
background: -moz-linear-gradient(
top,
#9B7A4F 0%,
#664D29);
background: -webkit-gradient(
linear, left top, left bottom,
from(#9B7A4F),
to(#664D29));
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom: 1px solid #333;
}
#listName, a#addTaskButton {
padding: 10px;
color: rgb(111, 83, 41);
text-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
font-size: 24px;
font-weight: bold;
}
#header {
float: right;
}
a#ide {
float: right;
text-decoration: none;
font-size: 8px;
color: #E2E2E2;
margin: 0 5px 0 0;
}
a:hover#ide {
text-decoration: underline;
cursor: pointer;
}
#footer, #footer a {
text-align: center;
padding: 20px;
font-size: 12px;
color: #aaa;
position: relative;
text-shadow: 1px 1px 0 #fff;
}
#footer a {
padding: 0;
color: #999;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
#listWrapper h2 {
margin: 20px;
}
@media (max-width: 600px) {
h1.mainTitle {
font-size: 48px;
}
}
.taskDescription {
word-break: break-word;
}
.delete {
float: right;
margin: 0 10px 0 0;
vertical-align: baseline;
cursor: pointer;
opacity: 0.5;
}
#wrapper ul {
margin: 0;
padding: 0;
color: #555;
}
li.task {
border-bottom: 1px #bbb dotted;
display: table;
width: 100%;
}
.taskViewWrapper, .taskEditorWrapper, .addTaskWrapper {
border-left: 1px solid #f5d6d6;
}
.addTaskWrapper {
margin: 0 0 0 40px;
}
.completionWrapper {
cursor: pointer;
}
.taskView {
height: 100%;
border-left: 1px solid #f5d6d6;
padding: 15px;
margin: 0 0 0 2px;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
-ms-transition: color 0.4s;
-o-transition: color 0.4s;
transition: color 0.4s;
}
.taskEditor {
height: 100%;
border-left: 1px solid #f5d6d6;
margin: 0 0 0 2px;
}
li.task:hover {
background-color: #fffff4;
}
li.task img.delete {
display: none;
}
div.taskView:hover img.delete {
display: block;
}
.ui-sortable-helper {
border-top: 1px #bbb dotted;
}
.taskDescription {
margin: 0 0 0 10px;
font-size: 18px;
}
#addTask {
height: 100%;
border-left: 1px solid #f5d6d6;
margin: 0 0 0 2px;
}
#addTask input, .taskEditor input {
color: #555;
font-size: 18px;
padding: 20px;
font-family: "Helvetica Neue",sans-serif;
font-style: italic;
margin: 0;
border: none;
}
.taskEditor input {
width: 456px;
}
#addTask input {
width: 387px;
}
a#addTaskButton {
float: right;
padding: 3px 14px;
margin-top: 8px;
margin-right: 10px;
cursor: pointer;
-webkit-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-moz-border-radiust: 3px;
border-radius: 3px;
border-radius: 3px;
border-bottom: 1px solid #333;
font-size: 32px;
font-weight: bold;
}
.completion {
float: left;
}
.completionWrapper {
clear: both;
display: table-cell;
vertical-align: middle;
width: 30px;
padding: 0 0 0 10px;
}
#listFooter:before {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 6px 0 -3px rgba(255, 255, 255, 0.8), 0 7px 1px -3px rgba(0, 0, 0, 0.3), 0 43px 0 -6px rgba(255, 255, 255, 0.8), 0 44px 2px -6px rgba(0, 0, 0, 0.2)
}
.completed {
color: #aaa;
text-decoration: line-through;
}
#details {
float: right;
padding: 1px 10px 0 0;
}
#metrics {
margin: 0 2px 3px 0;
text-align: right;
}
#listLoaderBar {
text-align: center;
top: 90px;
position: relative;
}
.tab {
float: right;
}
#tasks, #clients {
color: rgb(111, 83, 41);
text-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
font-size: 12px;
margin: 0 0 0 10px;
}
.tab {
background-color: rgb(111, 83, 41);
box-shadow: rgba(65, 48, 27, 0.52) 0 1px 0, rgba(189, 161, 143, 0.4) 0px -1px 0;
margin: 0 0 0 10px;
padding: 0 8px 3px 8px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.tab span {
color: rgb(111, 83, 41);
font-size: 12px;
text-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
}
.selectedTab {
box-shadow: rgba(189, 161, 143, 0.4) 0px 1px 0, rgba(65, 48, 27, 0.52) 0 -1px 0;
}
.selectedTab span {
color: #D8C9A1;
}
#tipWrapper, #nayWrapper, #yayWrapper {
display: none;
position: absolute;
top: 0;
width: 100%;
}
#tip, #nay, #yay {
position: relative;
color: #333;
padding: 10px 30px 30px;
margin: 0 auto;
width: 300px;
font-size: 14px;
box-shadow: 5px 5px 20px #333;
background: -moz-linear-gradient(
top,
#CFCFCF 0%,
#929292);
background: -webkit-gradient(
linear, left top, left bottom,
from(#CFCFCF),
to(#929292));
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
z-index: 1000;
}
.dismiss {
background-color: rgb(250, 209, 149);
box-shadow: rgba(65, 48, 27, 0.52) 0 1px 0, rgba(189, 161, 143, 0.4) 0px -1px 0;
margin: 0;
padding: 5px 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.bgText a {
cursor: pointer;
}
.yayNay {
margin: 0 0 0 20px;
}
#nay img, #yay img {
box-shadow: rgba(255, 255, 255, 0.52) 0px 1px 0px, rgba(255, 255, 255, 0.4) 0px 0px 0;
margin: -15px 0 0 0;
}
#feedback textArea {
width: 300px;
font-size: 14px;
height: 100px;
margin: 5px 0 0 0;
padding: 2px;
}
#nay input, #yay input {
width: 250px;
font-size: 14px;
padding: 2px;
}
.photoCredit {
text-align: right;
}
.photoCredit a {
font-size: 10px;
color: #888 !important;
font-weight: normal !important;
}
p.feedback a {
color: #333;
font-weight: bold;
margin: 0 5px 0 0;
} | 0.293 | 0.104614 |
body {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
code a {
color: inherit;
}
pre:not([class]) {
background-color: white;
}
#content pre code {
white-space: pre;
}
/* Titles */
h1.title {
font-size: 45px;
margin-bottom: 40px;
border: none;
}
h1, h2, h3 {
font-weight: 500;
line-height: 1.1;
}
h1 {
padding-bottom: 9px;
margin: 40px 0px 20px;
border-bottom: 1px solid #EEE;
font-size: 36px;
}
h2 {
font-size: 30px;
margin: 30px 0px 15px 0px !important;
}
/* Images */
img {
margin: 5px 10px 50px 10px;
max-width:100%;
height: auto;
}
table img {
margin: 3px;
}
img.image-thumb {
max-width: 250px;
border: 1px solid #CCC;
padding: 2px;
}
img.image-lb {
cursor: pointer;
}
.figure {
margin: 5px 10px 30px 0px;
display: table;
text-align: center;
}
.figure img {
margin-bottom: 5px;
}
p.caption {
margin: 0 10px 0 10px;
font-style: italic;
font-size: 90%;
}
.mfp-figure {
min-width: 250px;
}
/* Tables */
.table {
margin: 25px 0px 35px 0px;
width: auto;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #CCC;
box-shadow: 0 0 0.5em #ddd;
}
.table thead>tr {
background: #eaeaea;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.table th,
.table td {
padding: 3px 15px;
}
.table tbody tr.even {
background: #f5f5f5;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.table tr.odd {
background: #FFF;
}
.table tbody tr:hover {
background: #e9f0fb;
transition: all 0.1s ease-in-out;
}
.tab-content .table {
margin-top: 0px;
}
/* Data tables */
.datatables {
margin: 2em 0em;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
font-size: 80%;
}
.dataTables_wrapper {
overflow-x: auto;
}
/* Paged table */
.pagedtable {
overflow: auto;
}
.pagedtable table {
width: 100%;
max-width: 100%;
margin: 0;
}
.pagedtable .table th,
.pagedtable .table td {
padding: 5px;
}
/* Nav pills */
.nav-pills {
margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
}
.nav-pills > li > a {
padding: 3px 12px !important;
margin-right: 5px !important;
}
/* Chi-squared results */
.chisq-results {
margin: -20px 0px 35px 20px;
font-size: 90%;
font-style: italic;
}
/* Table of contents */
/* Source : http://projects.jga.me/toc/ */
#toc {
height: auto;
width: 12%;
position: fixed;
background: #FFF;
padding: 20px 5px 20px 5px;
color: #777;
font-size: 90%;
}
#toc ul {
margin: 0;
padding: 0;
list-style: none;
}
#toc li {
margin: 0 0 2px 0;
padding: 0;
}
#toc a {
color: #999;
text-decoration: none;
display: block;
padding: 3px 5px 3px 20px;
}
#toc ul ul li a {
padding: 0px 5px 0px 40px;
font-size: 90%;
}
#toc .active > a, #toc a:hover {
color: #3388E0;
border-left: 2px solid #3388E0;
margin-left: -2px;
background-color: #FFF;
}
#toc ul.nav li ul li {
display: none;
}
#toc ul.nav li ul li ul li {
display: none;
}
#toc ul.nav li.active ul li {
display: inline;
}
#toc ul.nav li.active ul li ul li {
display: inline;
}
#toc .close {
margin-right: -20px;
display: block;
z-index: 1000;
}
/* Tabset */
.tab-content {
margin-top: 1em;
}
/* Code folding buttons */
div.sourceCode .row,
div.sourceCode .row div {
padding: 0;
margin: 0;
overflow-y: visible;
}
.btn-group {
margin-top: 0.5em;
}
.pagedtable-index-current {
font-weight: bold;
} | docs/index_files/clean-0.1/clean.css |
body {
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
code a {
color: inherit;
}
pre:not([class]) {
background-color: white;
}
#content pre code {
white-space: pre;
}
/* Titles */
h1.title {
font-size: 45px;
margin-bottom: 40px;
border: none;
}
h1, h2, h3 {
font-weight: 500;
line-height: 1.1;
}
h1 {
padding-bottom: 9px;
margin: 40px 0px 20px;
border-bottom: 1px solid #EEE;
font-size: 36px;
}
h2 {
font-size: 30px;
margin: 30px 0px 15px 0px !important;
}
/* Images */
img {
margin: 5px 10px 50px 10px;
max-width:100%;
height: auto;
}
table img {
margin: 3px;
}
img.image-thumb {
max-width: 250px;
border: 1px solid #CCC;
padding: 2px;
}
img.image-lb {
cursor: pointer;
}
.figure {
margin: 5px 10px 30px 0px;
display: table;
text-align: center;
}
.figure img {
margin-bottom: 5px;
}
p.caption {
margin: 0 10px 0 10px;
font-style: italic;
font-size: 90%;
}
.mfp-figure {
min-width: 250px;
}
/* Tables */
.table {
margin: 25px 0px 35px 0px;
width: auto;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #CCC;
box-shadow: 0 0 0.5em #ddd;
}
.table thead>tr {
background: #eaeaea;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.table th,
.table td {
padding: 3px 15px;
}
.table tbody tr.even {
background: #f5f5f5;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.table tr.odd {
background: #FFF;
}
.table tbody tr:hover {
background: #e9f0fb;
transition: all 0.1s ease-in-out;
}
.tab-content .table {
margin-top: 0px;
}
/* Data tables */
.datatables {
margin: 2em 0em;
}
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
font-size: 80%;
}
.dataTables_wrapper {
overflow-x: auto;
}
/* Paged table */
.pagedtable {
overflow: auto;
}
.pagedtable table {
width: 100%;
max-width: 100%;
margin: 0;
}
.pagedtable .table th,
.pagedtable .table td {
padding: 5px;
}
/* Nav pills */
.nav-pills {
margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
}
.nav-pills > li > a {
padding: 3px 12px !important;
margin-right: 5px !important;
}
/* Chi-squared results */
.chisq-results {
margin: -20px 0px 35px 20px;
font-size: 90%;
font-style: italic;
}
/* Table of contents */
/* Source : http://projects.jga.me/toc/ */
#toc {
height: auto;
width: 12%;
position: fixed;
background: #FFF;
padding: 20px 5px 20px 5px;
color: #777;
font-size: 90%;
}
#toc ul {
margin: 0;
padding: 0;
list-style: none;
}
#toc li {
margin: 0 0 2px 0;
padding: 0;
}
#toc a {
color: #999;
text-decoration: none;
display: block;
padding: 3px 5px 3px 20px;
}
#toc ul ul li a {
padding: 0px 5px 0px 40px;
font-size: 90%;
}
#toc .active > a, #toc a:hover {
color: #3388E0;
border-left: 2px solid #3388E0;
margin-left: -2px;
background-color: #FFF;
}
#toc ul.nav li ul li {
display: none;
}
#toc ul.nav li ul li ul li {
display: none;
}
#toc ul.nav li.active ul li {
display: inline;
}
#toc ul.nav li.active ul li ul li {
display: inline;
}
#toc .close {
margin-right: -20px;
display: block;
z-index: 1000;
}
/* Tabset */
.tab-content {
margin-top: 1em;
}
/* Code folding buttons */
div.sourceCode .row,
div.sourceCode .row div {
padding: 0;
margin: 0;
overflow-y: visible;
}
.btn-group {
margin-top: 0.5em;
}
.pagedtable-index-current {
font-weight: bold;
} | 0.412885 | 0.130756 |
/* Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}
/* Variables */
:root {
--radius: 12px;
}
/* Style */
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
overflow: hidden;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
user-select: none;
}
#app {
background: #334273;
height: 100%;
}
.inner {
max-width: 1080px;
display: flex;
flex-direction: column;
position: relative;
align-items: stretch;
margin: 0 auto;
padding: 40px;
}
.player-wrapper {
width: 100%;
position: relative;
overflow: hidden;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
border-radius: var(--radius);
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.aspect-spacer {
padding-bottom: 56.25%;
}
.el-player {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: #000;
border-radius: var(--radius);
}
video {
width: 100%;
border-radius: var(--radius);
background: #000;
}
.quiz-wrap {
min-height: 460px;
position: relative;
transition: all 0.25s ease-in;
}
.card {
margin: 0 20px;
padding: 20px;
position: absolute;
left: 0;
right: 0;
background: #fff;
border-radius: 20px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
transition: all 1s cubic-bezier(1, -0.56, 0, 1);
transform: translate3d(0, 0, 0) scale(1);
backface-visibility: hidden;
z-index: 1;
}
.card.drop {
opacity: 0;
transform: translate3d(0, 200px, -20px) scale(0.92);
}
h2 {
font-size: 25px;
text-align: center;
padding-bottom: 20px;
}
.answer {
height: 50px;
line-height: 50px;
font-size: 20px;
display: flex;
text-decoration: none;
border: 1px solid #d5dbdb;
border-radius: 50px;
padding: 0 24px;
margin: 10px 0;
background: #fafafa;
color: #545b64;
transition: all 0.05s ease-in-out;
}
.answer:hover {
background: #ebebebe0;
}
.answer:active {
background: #ff9900;
border: 1px solid #eb5f07;
color: #fff;
}
.answer.correct {
background: #25a702;
border: 1px solid #1d8102;
color: #fff;
animation: blink 0.45s infinite;
}
.answer.wrong {
background: #d13212;
border: 1px solid #b7290d;
color: #fff;
animation: blink 0.45s infinite;
}
#waiting {
top: 100px;
left: 0;
right: 0;
position: absolute;
display: flex;
align-items: center;
}
.waiting-text {
width: 100%;
display: block;
text-align: center;
font-size: 18px;
color: #d5dbdb;
}
.float {
transform: translateY(0px);
animation: float 6s ease-in-out infinite;
}
/* Utility - Position */
.pos-absolute {
position: absolute !important;
}
.pos-fixed {
position: fixed !important;
}
.pos-relative {
position: relative !important;
}
.top-0 {
top: 0 !important;
}
.bottom-0 {
bottom: 0 !important;
}
/* Utility - Width/Height */
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
/* Animations */
@keyframes blink {
50% {
opacity: 0.8;
}
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
/* Mediaqueries */
@media (max-width: 767px) {
h2 {
font-size: 20px;
}
.card {
top: -20px;
}
}
@media (min-width: 767px) {
.card {
top: -25%;
}
} | simple-quiz/style.css |
/* Reset */
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}
/* Variables */
:root {
--radius: 12px;
}
/* Style */
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
overflow: hidden;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
user-select: none;
}
#app {
background: #334273;
height: 100%;
}
.inner {
max-width: 1080px;
display: flex;
flex-direction: column;
position: relative;
align-items: stretch;
margin: 0 auto;
padding: 40px;
}
.player-wrapper {
width: 100%;
position: relative;
overflow: hidden;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
border-radius: var(--radius);
box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
z-index: 1;
}
.aspect-spacer {
padding-bottom: 56.25%;
}
.el-player {
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: #000;
border-radius: var(--radius);
}
video {
width: 100%;
border-radius: var(--radius);
background: #000;
}
.quiz-wrap {
min-height: 460px;
position: relative;
transition: all 0.25s ease-in;
}
.card {
margin: 0 20px;
padding: 20px;
position: absolute;
left: 0;
right: 0;
background: #fff;
border-radius: 20px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
transition: all 1s cubic-bezier(1, -0.56, 0, 1);
transform: translate3d(0, 0, 0) scale(1);
backface-visibility: hidden;
z-index: 1;
}
.card.drop {
opacity: 0;
transform: translate3d(0, 200px, -20px) scale(0.92);
}
h2 {
font-size: 25px;
text-align: center;
padding-bottom: 20px;
}
.answer {
height: 50px;
line-height: 50px;
font-size: 20px;
display: flex;
text-decoration: none;
border: 1px solid #d5dbdb;
border-radius: 50px;
padding: 0 24px;
margin: 10px 0;
background: #fafafa;
color: #545b64;
transition: all 0.05s ease-in-out;
}
.answer:hover {
background: #ebebebe0;
}
.answer:active {
background: #ff9900;
border: 1px solid #eb5f07;
color: #fff;
}
.answer.correct {
background: #25a702;
border: 1px solid #1d8102;
color: #fff;
animation: blink 0.45s infinite;
}
.answer.wrong {
background: #d13212;
border: 1px solid #b7290d;
color: #fff;
animation: blink 0.45s infinite;
}
#waiting {
top: 100px;
left: 0;
right: 0;
position: absolute;
display: flex;
align-items: center;
}
.waiting-text {
width: 100%;
display: block;
text-align: center;
font-size: 18px;
color: #d5dbdb;
}
.float {
transform: translateY(0px);
animation: float 6s ease-in-out infinite;
}
/* Utility - Position */
.pos-absolute {
position: absolute !important;
}
.pos-fixed {
position: fixed !important;
}
.pos-relative {
position: relative !important;
}
.top-0 {
top: 0 !important;
}
.bottom-0 {
bottom: 0 !important;
}
/* Utility - Width/Height */
.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
/* Animations */
@keyframes blink {
50% {
opacity: 0.8;
}
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0px);
}
}
/* Mediaqueries */
@media (max-width: 767px) {
h2 {
font-size: 20px;
}
.card {
top: -20px;
}
}
@media (min-width: 767px) {
.card {
top: -25%;
}
} | 0.328745 | 0.092811 |
body {
margin: 0;
padding: 0;
background: #616161;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
cursor: default;
overflow: auto;
overflow-x:hidden;
//overflow-y:hidden;
}
::-webkit-scrollbar-button:vertical {
background-color: white;
}
/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: block;
}
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}
/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
//background-color: black;
//border: 1px dashed blue;
border: 1px solid #000;
}
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
//background-color: purple;
//border: 1px dashed blue;
border: 1px solid #000;
}
::-webkit-scrollbar-track:vertical {
background-color: blue;
//border: 1px dashed pink;
}
/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
border: 1px solid #000;
}
/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
border: 1px solid #000;
}
/* Track below and above */
::-webkit-scrollbar-track-piece {
background-color: gray;
}
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: black;
}
/* Corner */
::-webkit-scrollbar-corner:vertical {
background-color: black;
}
/* Resizer */
::-webkit-scrollbar-resizer:vertical {
background-color: gray;
}
label {
cursor: inherit;
}
button {
cursor: pointer;
}
input {
border-width: 2px;
border-color: #7d7d7d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
input:focus {
background-color: #fffebc;
border: 2px solid #fefc5b;
}
textarea {
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
textarea:focus {
background-color: #fffebc;
border: 2px solid #fefc5b;
}
h1{
margin: 0;
padding: 0;
font-weight: normal;
font-size: 2em;
}
a {
text-decoration: none;
color: #B23C1C;
}
#wrapper {
margin: 0 auto;
padding: 0;
}
/* Header */
#contenedor_header {
width: 100%;
background-color: #000000;
}
#header {
width: 1000px;
height: 100px;
margin: 0px auto;
}
#header p, #header ul, #header label{
margin-top: 0;
line-height: 180%;
}
/* Logo carrera */
#logo_carrera {
float:left;
}
/* Logo */
#logo {
float: left;
width: 400px;
height:100px;
}
#logo h1 {
padding: 10px 0px 0px 0px;
letter-spacing: -2px;
font-size: 40px;
font-style: italic;
color: #FFFFFF;
}
#logo label {
letter-spacing: -1px;
font-size: 20px;
color: #616161;
}
/* Menu */
#menu {
float: right;
width: 570px;
height: 100px;
margin-left:30px;
}
#menu ul {
float: right;
padding: 0px 0px 0px 0px;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
}
#menu a {
display: block;
height: 35px;
margin-right: 4px;
padding: 50px 10px 15px 10px;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
border: none;
}
#menu .exit:hover a{
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
text-decoration: none;
color: #FFFFFF;
cursor:pointer;
}
#menu a:hover, #menu .current_page_item a {
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
background: linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
text-decoration: none;
color: #FFFFFF;
}
/* Page */
#page {
margin: 0 auto;
padding: 5x 30px 10px 30px;
color: white;
text-align: center;
width: 1000px;
min-height: 510px;
}
/* Footer */
#contenedor_footer {
width: 100%;
background-color: #000000;
}
#footer {
width: 1000px;
height: 50px;
border: 0px solid #EDEDED;
margin: 0px auto 0px auto;
font-family: Arial, Helvetica, sans-serif;
}
#footer p {
margin: 0;
padding-top: 20px;
line-height: normal;
font-size: 12px;
text-transform: uppercase;
text-align: center;
color: #FFFFFF;
}
#footer a {
color: #FFFF00;
}
#footer a:hover {
text-decoration: underline;
}
.boton_amarillo {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.2)));
background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff')";
background-color:rgb(239, 221, 55);
padding: 3px 8px 3px 8px;
color: black;
border: black solid 1px;
min-height: 10px;
min-width: 40px;
font-weight:bold;
font-size: 15px;
display: inline;
cursor: pointer;
}
.boton_amarillo:hover {
background-color:rgb(1, 1, 1);
color:rgb(240, 221, 55);
border: white solid 1px;
}
.boton_accion{
background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.2)));
background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff')";
background-color:rgb(239, 221, 55);
width:80px;
border:2px solid rgb(255, 255, 255);
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:8px 15px;
box-shadow:0px 0px 0px rgb(255, 255, 255);
-moz-box-shadow:0px 0px 0px rgb(255, 255, 255);
-webkit-box-shadow:0px 0px 0px rgb(255, 255, 255);
font-size:20px;
font-weight:bold;
color:rgb(0, 0, 0);
text-shadow:1px 1px 1px rgb(255, 255, 255);
margin-left: 5px;
margin-right: 5px;
cursor:pointer;
}
.boton_accion:hover{
background-color:rgb(1, 1, 1);
border:2px solid rgb(0, 0, 0);
color:rgb(240, 221, 55);
text-shadow:1px 1px 1px rgb(0, 0, 0);
} | Templates/ventas_app/base.css | body {
margin: 0;
padding: 0;
background: #616161;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
cursor: default;
overflow: auto;
overflow-x:hidden;
//overflow-y:hidden;
}
::-webkit-scrollbar-button:vertical {
background-color: white;
}
/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: block;
}
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}
/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
//background-color: black;
//border: 1px dashed blue;
border: 1px solid #000;
}
/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
//background-color: purple;
//border: 1px dashed blue;
border: 1px solid #000;
}
::-webkit-scrollbar-track:vertical {
background-color: blue;
//border: 1px dashed pink;
}
/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
border: 1px solid #000;
}
/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
border: 1px solid #000;
}
/* Track below and above */
::-webkit-scrollbar-track-piece {
background-color: gray;
}
/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: black;
}
/* Corner */
::-webkit-scrollbar-corner:vertical {
background-color: black;
}
/* Resizer */
::-webkit-scrollbar-resizer:vertical {
background-color: gray;
}
label {
cursor: inherit;
}
button {
cursor: pointer;
}
input {
border-width: 2px;
border-color: #7d7d7d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
input:focus {
background-color: #fffebc;
border: 2px solid #fefc5b;
}
textarea {
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
textarea:focus {
background-color: #fffebc;
border: 2px solid #fefc5b;
}
h1{
margin: 0;
padding: 0;
font-weight: normal;
font-size: 2em;
}
a {
text-decoration: none;
color: #B23C1C;
}
#wrapper {
margin: 0 auto;
padding: 0;
}
/* Header */
#contenedor_header {
width: 100%;
background-color: #000000;
}
#header {
width: 1000px;
height: 100px;
margin: 0px auto;
}
#header p, #header ul, #header label{
margin-top: 0;
line-height: 180%;
}
/* Logo carrera */
#logo_carrera {
float:left;
}
/* Logo */
#logo {
float: left;
width: 400px;
height:100px;
}
#logo h1 {
padding: 10px 0px 0px 0px;
letter-spacing: -2px;
font-size: 40px;
font-style: italic;
color: #FFFFFF;
}
#logo label {
letter-spacing: -1px;
font-size: 20px;
color: #616161;
}
/* Menu */
#menu {
float: right;
width: 570px;
height: 100px;
margin-left:30px;
}
#menu ul {
float: right;
padding: 0px 0px 0px 0px;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
}
#menu a {
display: block;
height: 35px;
margin-right: 4px;
padding: 50px 10px 15px 10px;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
border: none;
}
#menu .exit:hover a{
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
text-decoration: none;
color: #FFFFFF;
cursor:pointer;
}
#menu a:hover, #menu .current_page_item a {
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
background: linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
text-decoration: none;
color: #FFFFFF;
}
/* Page */
#page {
margin: 0 auto;
padding: 5x 30px 10px 30px;
color: white;
text-align: center;
width: 1000px;
min-height: 510px;
}
/* Footer */
#contenedor_footer {
width: 100%;
background-color: #000000;
}
#footer {
width: 1000px;
height: 50px;
border: 0px solid #EDEDED;
margin: 0px auto 0px auto;
font-family: Arial, Helvetica, sans-serif;
}
#footer p {
margin: 0;
padding-top: 20px;
line-height: normal;
font-size: 12px;
text-transform: uppercase;
text-align: center;
color: #FFFFFF;
}
#footer a {
color: #FFFF00;
}
#footer a:hover {
text-decoration: underline;
}
.boton_amarillo {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.2)));
background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff')";
background-color:rgb(239, 221, 55);
padding: 3px 8px 3px 8px;
color: black;
border: black solid 1px;
min-height: 10px;
min-width: 40px;
font-weight:bold;
font-size: 15px;
display: inline;
cursor: pointer;
}
.boton_amarillo:hover {
background-color:rgb(1, 1, 1);
color:rgb(240, 221, 55);
border: white solid 1px;
}
.boton_accion{
background-image:linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
background-image:-webkit-gradient(linear, left top, left bottom,color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.2)));
background-image:-moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#80ffffff', EndColorStr='#20ffffff')";
background-color:rgb(239, 221, 55);
width:80px;
border:2px solid rgb(255, 255, 255);
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:8px 15px;
box-shadow:0px 0px 0px rgb(255, 255, 255);
-moz-box-shadow:0px 0px 0px rgb(255, 255, 255);
-webkit-box-shadow:0px 0px 0px rgb(255, 255, 255);
font-size:20px;
font-weight:bold;
color:rgb(0, 0, 0);
text-shadow:1px 1px 1px rgb(255, 255, 255);
margin-left: 5px;
margin-right: 5px;
cursor:pointer;
}
.boton_accion:hover{
background-color:rgb(1, 1, 1);
border:2px solid rgb(0, 0, 0);
color:rgb(240, 221, 55);
text-shadow:1px 1px 1px rgb(0, 0, 0);
} | 0.196286 | 0.04197 |
.header{
position: relative;
background-color: rgb(130, 130, 130);
}
nav{
display: flex; /*Enables the options being in the same line */
padding: 2% 6%;
justify-content: space-between; /* OPtions are in the conner */
align-items: center; /*Text and options are aligned*/
}
.nav-links{
flex: 1;
text-align: center;
border-radius: 25px;
border: 2px solid #000000;
margin-left: 80px;
margin-right: 50px;
}
.nav-links ul li{
list-style: none;
display: inline-block;
padding: 8px 12px;
padding-right: 25px;
position: relative;
}
/* Definition of the line below the options */
.nav-links ul li::after{
content: '';
width: 0%; /* 0% because we wanto to display the line when the cursor is on top of a option! */
height: 2px;
background: #000000;
display: block;
margin: auto;
transition: 0.3s;
}
.nav-links ul li a{
color: black;
text-decoration: none;
}
/* ativation of the line when the cursor is on, an certain option */
.nav-links ul li:hover::after{
width: 100%;
}
#info{
float: right;
}
.userInfo{
border-style: double;
border-radius: 5px;
border-color: black;
width: 30%;
margin: auto;
margin-top: 10px;
text-align: center;
}
/*
.title{
text-align: justify;
padding-top: 0.4px;
}*/
/*
#info{
font-size: 15px;
}*/
#userip{
font-size: 15px;
}
#hostip{
font-size: 15px;
}
.uploadForm{
padding-top: 10px;
text-align: center;
}
.downloadForm{ /*Includes verifyCode.html code form*/
padding-top: 10px;
text-align: center;
}
#connectH1{
padding-top: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
}
#description{
padding-top: 0px;
padding-left: 10px;
padding-bottom: 5px;
text-align: center;
}
.mainmenuLogin{
border-radius: 25px;
border: 2px solid #000000;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 20px;
border-bottom-left-radius: 2%;
width: 25%;
margin: auto;
margin-top: 10px;
background-color:rgba(109, 109, 109, 0.616);
}
#passwordInput{
text-align: center;
padding-left: 5px;
padding-top: 5px;
font-size: 20px;
}
#loginButton{
text-align: center;
padding-top: 10px;
}
body{
margin: 0;
background: rgb(204, 204, 204);
}
.connectionSec{
padding: 10px;
}
.connectionSec h1{
font-size: 30px;
}
.button{
text-align: center;
}
.codeBox{
padding-top: 10px;
text-align: center;
}
@media(max-width: 700px){
.connectionSec{
padding: 20px;
}
.connectionSec h1{
font-size: 25px;
}
.connectionSec p{
font-size: 20px;
}
.options{
font-size: 25px;
}
.options ul li a{
color: black;
text-decoration: none;
font-size: 25px;
}
.downloadForm{
font-size: 20px;
padding-top: 10px;
text-align: center;
}
.uploadForm{
font-size: 20px;
padding-top: 10px;
text-align: center;
}
#title{
padding-top: 0.4px;
}
#info{
font-size: 20px;
}
#userip{
font-size: 20px;
}
#hostip{
font-size: 20px;
}
} | style.css | .header{
position: relative;
background-color: rgb(130, 130, 130);
}
nav{
display: flex; /*Enables the options being in the same line */
padding: 2% 6%;
justify-content: space-between; /* OPtions are in the conner */
align-items: center; /*Text and options are aligned*/
}
.nav-links{
flex: 1;
text-align: center;
border-radius: 25px;
border: 2px solid #000000;
margin-left: 80px;
margin-right: 50px;
}
.nav-links ul li{
list-style: none;
display: inline-block;
padding: 8px 12px;
padding-right: 25px;
position: relative;
}
/* Definition of the line below the options */
.nav-links ul li::after{
content: '';
width: 0%; /* 0% because we wanto to display the line when the cursor is on top of a option! */
height: 2px;
background: #000000;
display: block;
margin: auto;
transition: 0.3s;
}
.nav-links ul li a{
color: black;
text-decoration: none;
}
/* ativation of the line when the cursor is on, an certain option */
.nav-links ul li:hover::after{
width: 100%;
}
#info{
float: right;
}
.userInfo{
border-style: double;
border-radius: 5px;
border-color: black;
width: 30%;
margin: auto;
margin-top: 10px;
text-align: center;
}
/*
.title{
text-align: justify;
padding-top: 0.4px;
}*/
/*
#info{
font-size: 15px;
}*/
#userip{
font-size: 15px;
}
#hostip{
font-size: 15px;
}
.uploadForm{
padding-top: 10px;
text-align: center;
}
.downloadForm{ /*Includes verifyCode.html code form*/
padding-top: 10px;
text-align: center;
}
#connectH1{
padding-top: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
}
#description{
padding-top: 0px;
padding-left: 10px;
padding-bottom: 5px;
text-align: center;
}
.mainmenuLogin{
border-radius: 25px;
border: 2px solid #000000;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 20px;
border-bottom-left-radius: 2%;
width: 25%;
margin: auto;
margin-top: 10px;
background-color:rgba(109, 109, 109, 0.616);
}
#passwordInput{
text-align: center;
padding-left: 5px;
padding-top: 5px;
font-size: 20px;
}
#loginButton{
text-align: center;
padding-top: 10px;
}
body{
margin: 0;
background: rgb(204, 204, 204);
}
.connectionSec{
padding: 10px;
}
.connectionSec h1{
font-size: 30px;
}
.button{
text-align: center;
}
.codeBox{
padding-top: 10px;
text-align: center;
}
@media(max-width: 700px){
.connectionSec{
padding: 20px;
}
.connectionSec h1{
font-size: 25px;
}
.connectionSec p{
font-size: 20px;
}
.options{
font-size: 25px;
}
.options ul li a{
color: black;
text-decoration: none;
font-size: 25px;
}
.downloadForm{
font-size: 20px;
padding-top: 10px;
text-align: center;
}
.uploadForm{
font-size: 20px;
padding-top: 10px;
text-align: center;
}
#title{
padding-top: 0.4px;
}
#info{
font-size: 20px;
}
#userip{
font-size: 20px;
}
#hostip{
font-size: 20px;
}
} | 0.316898 | 0.097262 |
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 14px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color: #333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
background-color: #cccccc \9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover {
color: #333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.active,
.btn:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
cursor: default;
background-color: #e6e6e6;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-large {
padding: 9px 14px;
font-size: 16px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-large [class^="icon-"] {
margin-top: 2px;
}
.btn-small {
padding: 3px 9px;
font-size: 12px;
line-height: 18px;
}
.btn-small [class^="icon-"] {
margin-top: 0;
}
.btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 16px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
color: rgba(255,255,255,0.75);
}
.btn {
border-color: #c5c5c5;
border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top,#08c,#0044cc);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
background-image: -webkit-linear-gradient(top,#08c,#0044cc);
background-image: -o-linear-gradient(top,#08c,#0044cc);
background-image: linear-gradient(to bottom,#08c,#0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #0044cc;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #fff;
background-color: #0044cc;
*background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
background-color: #003399 \9;
}
.btn-warning {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #faa732;
background-image: -moz-linear-gradient(top,#fbb450,#f89406);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
background-image: -o-linear-gradient(top,#fbb450,#f89406);
background-image: linear-gradient(to bottom,#fbb450,#f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #f89406;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
color: #fff;
background-color: #f89406;
*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
background-color: #c67605 \9;
}
.btn-danger {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #da4f49;
background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #bd362f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color: #fff;
background-color: #bd362f;
*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
background-color: #942a25 \9;
}
.btn-success {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top,#62c462,#51a351);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
background-image: -webkit-linear-gradient(top,#62c462,#51a351);
background-image: -o-linear-gradient(top,#62c462,#51a351);
background-image: linear-gradient(to bottom,#62c462,#51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #51a351;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
color: #fff;
background-color: #51a351;
*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
background-color: #408140 \9;
}
.btn-info {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #49afcd;
background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #2f96b4;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color: #fff;
background-color: #2f96b4;
*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
background-color: #24748c \9;
}
.btn-inverse {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #363636;
background-image: -moz-linear-gradient(top,#444,#222);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
background-image: -webkit-linear-gradient(top,#444,#222);
background-image: -o-linear-gradient(top,#444,#222);
background-image: linear-gradient(to bottom,#444,#222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222 #222 #000000;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #222;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color: #fff;
background-color: #222;
*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-link {
border-color: transparent;
cursor: pointer;
color: #08c;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-link:hover {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
a,
a:hover {
text-decoration: none;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
.page-header {
padding-bottom: 10px;
margin: 0 0 20px;
}
.entry-meta.muted {
background: #1593df;
padding: 5px;
margin-bottom: 20px;
font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
margin: 0 5px;
}
.entry-meta ul {
margin: 0 5px;
}
.entry-meta ul.actions {
float: right;
}
.entry-meta ul.actions li {
display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
content: "\f044";
}
.entry-meta ul.actions li a {
font-family: FontAwesome;
display: block;
font-size: 14px;
margin-left: 5px;
}
.entry-meta ul.actions li a img {
display: none;
}
.entry-meta ul.actions li a span {
display: none;
}
ul.pagenav {
list-style: none;
padding: 0;
clear: both;
margin-top: 10px;
margin-left: 0;
overflow: hidden;
}
ul.pagenav .pagenav-prev {
float: left;
}
ul.pagenav .pagenav-next {
float: right;
}
dl dt,
dl dd {
display: inline;
}
label.invalid {
color: #c83025;
}
#editor-xtd-buttons {
display: inline-block;
margin-right: 10px;
}
.button2-left {
display: inline-block;
margin-right: 10px;
margin-top: 15px;
}
.toggle-editor {
display: inline-block;
}
.edit .modal {
position: inherit;
top: auto;
left: auto;
width: auto;
margin-left: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
}
@font-face {
font-family: 'museo_sans500';
src: url('../fonts/museosans_500-webfont.eot');
src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_500-webfont.woff') format('woff'), url('../fonts/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "mission";
src: url('../fonts/mission-script_0-webfont.eot');
src: url('../fonts/mission-script_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mission-script_0-webfont.woff') format('woff'), url('../fonts/mission-script_0-webfont.ttf') format('truetype'), url('../fonts/mission-script_0-webfont.svg#mission_scriptregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bebas';
src: url('../fonts/bebas_-webfont.eot');
src: url('../fonts/bebas_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas_-webfont.woff') format('woff'), url('../fonts/bebas_-webfont.ttf') format('truetype'), url('../fonts/bebas_-webfont.svg#bebasregular') format('svg');
font-weight: bold;
font-style: normal;
}
.center {
text-align: center;
}
.center th,
.center tr,
.center td {
text-align: center;
}
.row-fluid {
margin-bottom: 20px;
}
.row-fluid:first-child {
margin-bottom: 0;
}
.sp-mobile-menu {
z-index: 10;
}
ul.gallery li {
-webkit-transform: translateZ(0);
}
#sp-top-wrapper {
background: #000;
padding-bottom: 1px;
max-width: 100%;
}
#sp-top-wrapper .container {
background: none;
}
#sp-top-wrapper .tcvn-header-top-marquee {
background: #000 !important;
border-bottom: 0 !important;
}
#sp-top-wrapper .tcvn-header-top-marquee .tcvn-marquee {
padding: 10px 0;
}
#sp-top-wrapper .tcvn-header-top-marquee span.vina-br {
top: 0;
height: 74px;
position: absolute;
width: 59px;
z-index: 9;
}
#sp-top-wrapper .tcvn-header-top-marquee a {
color: #fff !important;
}
#sp-top-wrapper #tcvn-copyright145 {
display: none;
}
#sp-header-wrapper #header {
background: #fff;
padding: 10px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
background-position: 0 50%;
background-repeat: no-repeat;
margin-left: 65px;
}
#sp-header-wrapper .logo-wrapper a:focus {
outline: none;
}
#sp-header-wrapper .logo-wrapper .logo-text {
font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
font-size: 11px;
}
#sp-header-wrapper .search {
margin-top: 10px;
}
#sp-header-wrapper .search form {
margin: 0;
}
.itemRatingList {
background: transparent url(../images/k2/transparent_star.gif) repeat-x;
background-position: 0 0;
}
.vina_mncontact {
margin-bottom: 0;
padding: 5px 0;
}
.vina_mncontact li:last-child >a {
padding-right: 0;
margin-right: 0;
}
.vina_mncontact li:last-child >a:after {
width: 0;
}
.vina_mncontact li.active a {
background: none;
outline: none;
}
.vina_mncontact li.active a:hover,
.vina_mncontact li.active a:focus {
background: none;
outline: none;
}
.vina_mncontact li a {
position: relative;
z-index: 1;
padding: 8px 15px 8px 14px;
margin: 0;
}
.vina_mncontact li a:hover,
.vina_mncontact li a:focus {
background: none;
outline: none;
}
.vina_mncontact li a:after {
height: 10px;
position: absolute;
z-index: -1;
content: "";
top: 10px;
width: 1px;
right: 0;
background: #C7C7C7;
}
#sp-search .search {
margin-bottom: 0;
}
#sp-search .search form {
margin-bottom: 0;
}
#sp-search .search form .btn {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
background: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
padding: 15px 15px 15px;
}
#sp-search .search form .btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#sp-search .search form .btn:hover:after,
#sp-search .search form .btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#sp-search .search form .btn:after {
-webkit-transform: scale(3) rotate(45deg);
-moz-transform: scale(3) rotate(45deg);
-o-transform: scale(3) rotate(45deg);
transform: scale(3) rotate(45deg);
left: 5px;
}
#sp-search .search form .btn .icon-search {
color: #fff;
}
#sp-search .search form input {
background-color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-left: 14px;
display: inline-block;
margin-right: 12px;
margin-top: 2px;
width: 198px;
}
.body-innerwrapper {
overflow-x: hidden;
}
#sp-main-body-wrapper .container-fluid {
padding: 20px;
}
#sp-feature-wrapper {
color: #fff;
padding: 20px 0;
margin-bottom: 20px;
z-index: 2;
position: relative;
}
#sp-feature-wrapper.vina-feature:before {
width: 100%;
height: 100%;
bottom: -18px;
content: " ";
z-index: 1;
-webkit-transform: translateZ(0);
position: absolute;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
background-size: 8px 328px;
background-position: center bottom;
}
#sp-feature-wrapper.vina-feature:after {
position: absolute;
-webkit-transform: translateZ(0);
content: "";
z-index: 1;
bottom: -23px;
width: 100%;
height: 12px;
background-size: 14px 17px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#sp-feature-wrapper #sp-feature {
z-index: 1;
position: relative;
}
#sp-position-wrapper >.container >.clearfix {
padding: 0 20px;
}
.tcvn-slit-slider {
padding: 5px;
background: #fff;
}
.tcvn-slit-slider .sl-slider-wrapper {
height: 366px !important;
}
.tcvn-slit-slider .sl-slider-wrapper .nav-arrows span {
z-index: 1000;
}
.tcvn-slit-slider .sl-slider-wrapper .sl-slider {
height: 366px !important;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img {
background-size: auto;
background-repeat: no-repeat;
background-position: center top;
left: 0;
top: 0;
position: relative;
padding: 0;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text {
position: absolute;
top: 100px;
left: 100px;
width: auto;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 {
padding: 0 !important;
margin: 0;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 span {
font-size: 48px;
font-family: "mission";
background: rgba(0,0,0,0.8);
padding: 5px 15px !important;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text blockquote {
border-left: 0;
margin-top: 40px;
max-width: 960px;
padding: 15px 15px 36px;
position: relative;
margin-bottom: 15px;
background: rgba(0,0,0,0.5);
width: 55%;
margin-left: 0px;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text blockquote p {
font-size: 14px;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton {
padding: 7px;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
color: #fff;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:hover:after,
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:hover {
text-decoration: inherit;
}
#sp-users-wrapper #users {
background: #fff;
}
#sp-users-wrapper #users p {
margin: 0;
}
.sp-user.media {
overflow: inherit;
}
.sp-user:hover .ic {
-webkit-box-shadow: 0 0 0 8px #f2f2f2;
-moz-box-shadow: 0 0 0 8px #f2f2f2;
box-shadow: 0 0 0 8px #f2f2f2;
}
.sp-user .ic {
width: 100px;
margin-top: 22px;
height: 100px;
-webkit-box-shadow: 0 0 0 4px #777777;
-moz-box-shadow: 0 0 0 4px #777777;
box-shadow: 0 0 0 4px #777777;
cursor: pointer;
display: block;
margin-bottom: 20px;
font-size: 0;
}
.sp-user .media-heading {
font-family: bebas;
margin: 10px 0;
font-weight: normal;
text-transform: uppercase;
}
.vina_promotion {
padding: 35px 0px 30px;
}
.vina_promotion h1 {
text-transform: uppercase;
font-family: bebas;
font-size: 30px;
}
.vina_promotion button {
margin-top: 27px;
padding: 9px 30px;
float: right;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
.vina_promotion button:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.vina_promotion button:hover:after,
.vina_promotion button:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.vina_promotion button:after {
-webkit-transform: scale(3) rotate(45deg);
-moz-transform: scale(3) rotate(45deg);
-o-transform: scale(3) rotate(45deg);
transform: scale(3) rotate(45deg);
}
.tcvn-scroller-k2.theme1 {
max-width: 100%;
}
.tcvn-scroller-k2.theme1 .bw {
display: none !important;
left: 4px !important;
}
.tcvn-scroller-k2.theme1 .main-container {
border: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding-top: 50px !important;
padding: 0 !important;
}
.tcvn-scroller-k2.theme1 h3 {
min-height: 52px;
line-height: 22px;
margin-top: 23px;
}
.tcvn-scroller-k2.theme1 .slide {
text-align: left;
}
.tcvn-scroller-k2.theme1 .slide:hover .thumb {
opacity: 0.7;
filter: alpha(opacity=70);
}
.tcvn-scroller-k2.theme1 .toolbar {
position: absolute;
right: 27px;
top: -52px;
}
.tcvn-scroller-k2.theme1 .toolbar .left,
.tcvn-scroller-k2.theme1 .toolbar .right {
background: none;
right: 0;
top: 0;
}
.tcvn-scroller-k2.theme1 .toolbar .left i:before,
.tcvn-scroller-k2.theme1 .toolbar .right i:before {
font-size: 34px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tcvn-scroller-k2.theme1 .toolbar .left:hover i:before {
margin-left: -8px;
}
.tcvn-scroller-k2.theme1 .toolbar .right:hover i:before {
margin-left: 8px;
}
.vina-testimonal .item {
float: left;
}
.vina-testimonal .item .item-i {
color: #4F4F4F;
float: left;
font-size: 60px;
font-style: normal;
font-weight: bold;
line-height: 52px;
margin-bottom: -20px;
margin-right: 14px;
padding-top: 11px;
}
.vina-testimonal .item p {
font-style: italic;
color: #A0A0A0;
line-height: 20px;
}
.vina-testimonal .item .director {
font-style: normal;
font-weight: bold;
margin-top: 15px;
text-align: right;
color: #A0A0A0;
padding-top: 24px;
}
.vina-testimonal .item .director span {
color: #4F4F4F;
}
.vina-testimonal .carousel-control {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 0;
}
.vina-testimonal .carousel-control.left,
.vina-testimonal .carousel-control.right {
font-size: 25px;
left: auto;
line-height: 16px;
position: absolute;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
top: -32px;
width: 20px;
color: #fff;
height: 20px;
}
.vina-testimonal .carousel-control.left {
right: 22px;
}
.vina-testimonal .carousel-control.right {
right: 0;
}
#sp-position2 {
margin-bottom: 15px;
}
.custom.vina_oursv {
margin-top: -7px;
}
.custom.vina_oursv .accordion-inner {
border-top: 0;
}
.custom.vina_oursv .accordion {
margin-bottom: 0;
}
.custom.vina_oursv .accordion-group {
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.custom.vina_oursv .accordion-body.collapse.in {
overflow: visible;
}
.custom.vina_oursv .accordion-body.collapse.in:after {
content: "\f056";
font-family: FontAwesome;
position: absolute;
z-index: 0;
font-size: 27px;
top: -38px;
left: 1px;
color: #4d4e50;
}
.custom.vina_oursv .accordion-toggle {
position: relative;
z-index: 1;
color: #4d4e50;
font-size: 105%;
height: 25px;
font-weight: bold;
padding: 13px 0 12px 30px;
}
.custom.vina_oursv .accordion-toggle:focus {
outline: none;
text-decoration: inherit;
}
.custom.vina_oursv .accordion-toggle:before {
position: absolute;
z-index: -1;
width: 100%;
content: "\f055";
top: 12px;
left: 1px;
height: 100%;
font-size: 27px;
font-family: FontAwesome;
}
.custom.vina_oursv .accordion-toggle.collapsed:before {
content: "\f055";
}
ul.breadcrumb {
margin: 0;
padding-left: 0;
padding-right: 0;
background: transparent;
}
.pagination ul > li.pagination-active > a,
.pagination ul > li.pagination-active > span {
background-color: #F5F5F5;
}
.vina-icon ul li p i {
width: 15px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
margin-left: 1px;
}
.vina-icon ul li p:hover i {
font-size: 17px;
}
.page-header {
font-size: 30px;
}
.sp-border {
position: relative;
}
.sp-border::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
#sp-bottom-wrapper {
position: relative;
}
#sp-bottom-wrapper:before {
width: 100%;
height: 100%;
content: " ";
z-index: -100;
-webkit-transform: translateZ(0);
position: absolute;
}
#sp-bottom-wrapper:after {
position: absolute;
content: "";
z-index: 1;
top: -12px;
width: 100%;
height: 12px;
background-size: 14px 17px;
}
#sp-bottom-wrapper .container {
padding-top: 34px;
background: none;
padding-bottom: 40px;
color: #fff;
}
#sp-bottom-wrapper ul.nav li a {
color: #fff;
}
.vina-subscribe .input-append {
margin-top: 15px;
}
.vina-subscribe .input-append #appendedInputButton {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #fff;
border: 0;
padding-left: 14px;
font-style: italic;
}
.vina-subscribe .input-append .btn {
border-radius: 0 !important;
color: #fff;
border: 0;
background: #fff;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 5px;
text-shadow: none;
font-weight: bold;
}
.vina-subscribe .input-append .btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.vina-subscribe .input-append .btn:hover:after,
.vina-subscribe .input-append .btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.vina-menubottom li {
padding: 3px 0;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.vina-menubottom li a {
display: inline;
padding-left: 4px;
}
.vina-menubottom li a:hover,
.vina-menubottom li a:focus {
background: none;
outline: none;
}
.vina-menubottom li:hover {
padding-left: 10px;
}
#sp-footer-wrapper {
background: #000;
position: relative;
}
#sp-footer-wrapper .container {
padding-top: 38px;
background: none;
padding-bottom: 38px;
}
#sp-footer-wrapper::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
#sp-footer-wrapper ul li {
display: inline-block;
margin-left: 10px;
font-size: 12px;
}
color:#999
#sp-footer-wrapper ul li a:focus {
background: none !important;
}
#sp-footer-wrapper {
color: #fff;
}
#sp-footer-wrapper ul {
display: inline-block;
}
#sp-footer-wrapper ul.nav {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
display: inline-block;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
display: block;
color: #a7a7a7;
}
#sp-footer-wrapper ul.nav li a:hover {
background: none;
}
#sp-footer-wrapper .sp-totop {
display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
color: #fff;
}
#sp-footer-wrapper .sp-totop small {
display: none;
}
#sp-footer-wrapper .helix-framework {
display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
display: block;
width: 130px;
height: 40px;
text-indent: -9999px;
background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
float: left;
margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
float: right;
margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
text-align: left;
}
.vina-online .header:before {
content: "\f007";
font-family: FontAwesome;
font-size: 34px;
}
#sp-breadcrumb-wrapper {
padding: 10px 0;
margin-bottom: 20px;
}
#sp-breadcrumb-wrapper a {
color: #fff;
}
#sp-breadcrumb-wrapper span {
color: #fff;
}
#login-form input:not([type='checkbox']) {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 8px;
width: 100%;
}
#login-form .btn {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
#login-form .btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#login-form .btn:hover:after,
#login-form .btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#login-form .unstyled a {
font-size: 12px;
}
#login-form input[type="checkbox"] {
display: none;
}
#login-form input[type="checkbox"] + label {
position: relative;
z-index: 1;
padding-left: 30px;
margin-left: 10px;
line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
content: "\f096";
color: #bdc3c7;
text-align: center;
line-height: 10px;
font-family: "FontAwesome";
font-size: 24px;
width: 16px;
margin-left: -10px;
height: 16px;
padding: 0;
position: absolute;
z-index: -1;
top: 10px;
left: 0;
}
#login-form input[type="checkbox"]:checked + label::after {
content: "\f00c";
font-family: "FontAwesome";
font-size: 18px;
margin-left: -9px;
top: -1px;
left: 0;
color: #4EA770;
position: absolute;
z-index: -1;
}
.vina_comments {
background: #fff;
}
.vina_comments ul {
margin: 0;
padding: 0;
}
.vina_comments li {
list-style: none;
border-bottom: 0;
background: #fff;
padding: 0;
margin-bottom: 10px;
}
.vina_comments img {
border: 0;
padding: 0;
}
.vina_comments .comment_link {
margin: 0 0 15px;
background: #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 9px 12px;
font-size: 13px;
position: relative;
z-index: 1;
}
.vina_comments .comment_link:after {
width: 30px;
height: 23px;
background: #f5f5f5;
position: absolute;
-webkit-transform: rotate(62deg);
-moz-transform: rotate(62deg);
-ms-transform: rotate(62deg);
-o-transform: rotate(62deg);
transform: rotate(62deg);
left: 8px;
bottom: -4px;
z-index: -1;
content: " ";
}
.vina_comments .lcUsername {
display: block;
line-height: 30px;
}
.vina_comments .lcUsername a {
color: #999;
}
.vina_comments .lcCommentDate {
color: #999;
font-size: 12px;
}
.vina_comments .lcComment {
color: #999;
}
.vina-news ul {
margin: 0;
}
.vina-news li {
list-style: none;
}
.vina-news li a {
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
color: #999999;
line-height: 24px;
}
.vina-news li:hover a {
padding-left: 10px;
}
.vina-btn {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
.vina-btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.vina-btn:hover:after,
.vina-btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.vina-border {
border: 1px solid #DDDDDD;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative;
}
.vina-border .header {
border-bottom: 1px solid #DDDDDD;
padding: 10px;
}
.vina-border .vina-modcontent {
padding: 0 10px;
}
button,
input[type='submit'],
input[type='button'],
submit {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 14px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
border-color: #c5c5c5;
border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
color: #333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
*margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
color: #333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
cursor: default;
background-color: #e6e6e6;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.vina_social p {
color: #343434;
font-weight: bold;
text-align: right;
width: 100%;
}
.vina_social ul {
margin: 0;
}
.vina_social ul li {
margin-right: 8px;
}
.vina_social ul li:last-child {
margin-right: 0;
}
.vina_social ul li a {
width: 30px;
height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
outline: none;
text-align: center;
padding: 0;
text-decoration: none;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
overflow: hidden;
text-shadow: none;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.vina_social ul li a em {
font-size: 14px;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
color: #fff;
font-weight: bold;
display: block !important;
}
.vina_social ul li a em:before {
line-height: 30px;
}
.vina_social ul li a:hover {
background: #fff;
}
.vina_social ul li a:hover em {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#main-body {
margin-bottom: 33px;
}
.dl-horizontal dd {
display: block;
margin-left: 180px;
}
#sp-main-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#sp-main-menu ul.level-0 > li {
display: inline-block;
padding: 0;
position: relative;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
#sp-main-menu ul.level-0 > li:before {
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
top: -9px;
position: absolute;
right: 50%;
}
#sp-main-menu ul.level-0 > li >a {
text-transform: capitalize;
display: block;
margin: 0;
padding: 15px 20px;
font-size: 18px;
border-right: 10px solid #FFFFFF;
line-height: 20px;
z-index: 0;
position: relative;
}
#sp-main-menu ul.level-0 > li >a:after {
top: 0;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#sp-main-menu ul.level-0 > li >a:hover,
#sp-main-menu ul.level-0 > li >a:focus {
background-color: none;
text-decoration: inherit;
outline: none;
}
#sp-main-menu ul.level-0 > li >a:hover:after,
#sp-main-menu ul.level-0 > li >a:focus:after {
top: 0;
height: 100%;
width: 100%;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
font-size: 11px;
color: #000;
display: block;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
position: relative;
z-index: 1;
}
#sp-main-menu ul.level-0 > li:hover >a:after,
#sp-main-menu ul.level-0 > li.active >a:after {
height: 100%;
}
#sp-main-menu ul.level-0 > li:hover >a span.menu:after,
#sp-main-menu ul.level-0 > li.active >a span.menu:after {
color: #fff;
}
#sp-main-menu ul.level-0 > li:hover >a {
text-decoration: initial;
}
#sp-main-menu ul.level-0 > li.parent >a {
padding: 15px 30px 15px 20px;
}
#sp-main-menu ul.level-0 > li.parent >a:before {
right: 9px;
position: absolute;
font-family: FontAwesome;
content: "\f101";
}
#sp-main-menu li li:not(.sp-menu-group) {
display: block;
border-top: 1px solid #eee;
position: relative;
text-transform: capitalize;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
display: block;
font-size: 12px;
line-height: normal;
text-decoration: none;
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
padding: 10px;
color: #000;
}
#sp-main-menu li li:not(.sp-menu-group) a:hover {
padding-left: 20px;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
position: relative;
padding-right: 20px;
display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
content: "\f101";
font-family: FontAwesome;
font-size: 14px;
font-weight: normal;
position: absolute;
right: 10px;
top: 10px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
display: block;
padding: 10px;
border-bottom: 1px solid #eee;
color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
margin: 0;
padding: 10px 0 0;
text-transform: none;
font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
font-size: 14px;
}
.sp-submenu {
position: absolute;
top: 0;
visibility: hidden;
opacity: 0;
z-index: 0;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
transition: all 500ms ease-in-out 0s;
}
.sp-submenu.sub-level {
top: 35px !important;
padding-top: 15px;
}
.sp-submenu.sub-level-child {
margin-top: 30px;
}
.sp-submenu.open {
z-index: 99999;
visibility: visible;
opacity: 1;
margin-top: 0;
-webkit-animation: bounceIn 500ms linear;
-moz-animation: bounceIn 500ms linear;
-ms-animation: bounceIn 500ms linear;
animation: bounceIn 500ms linear;
}
.sp-submenu .sp-submenu-wrap {
background: #fff;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
float: left;
}
.sp-submenu.sub-level-child {
margin-left: 30px;
margin-top: 0;
}
.sp-submenu.sub-level-child.open {
margin-left: 0px;
}
.ltr .sp-submenu {
left: 0;
}
.rtl .sp-submenu {
right: 0;
}
.rtl #sp-main-menu {
float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
padding: 0 10px;
padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
padding-right: 0;
padding-left: 20px;
}
.menu-fixed {
top: 0;
width: 100%;
-webkit-animation: fadeInDown 900ms;
-moz-animation: fadeInDown 900ms;
-ms-animation: fadeInDown 900ms;
animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
display: none;
}
.vina-menu {
position: absolute !important;
right: 0;
top: -169px !important;
padding: 8px 16px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
width: auto !important;
margin: 0 !important;
}
.vina-menu:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.vina-menu:after {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.vina-menu-small {
position: absolute !important;
right: 5px;
top: 5px;
padding: 4px 10px 5px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
width: auto !important;
margin: 0 !important;
color: #fff !important;
}
.vina-menu-small:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.vina-menu-small:after {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
background: none !important;
}
.sp-mobile-menu {
position: relative;
background: #000;
z-index: 10;
}
.sp-mobile-menu select.select-menu {
width: 32px;
height: 27px;
opacity: 0;
position: absolute;
left: 0;
top: 0;
z-index: 1;
cursor: pointer;
}
.sp-mobile-menu >ul >li {
border-bottom: 1px solid #333;
}
.sp-mobile-menu >ul >li:last-child {
border: none;
}
.sp-mobile-menu >ul >li ul.collapse li {
background: #333;
}
.sp-mobile-menu >ul >li ul.collapse ul li {
background: #444;
}
.sp-mobile-menu ul {
width: 100% !important;
}
.sp-mobile-menu ul li {
background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
margin-bottom: 10px;
}
.sp-mobile-menu ul li a {
color: #fff !important;
}
.sp-mobile-menu .menu-mobile-wrapper {
position: fixed;
width: 50%;
}
.sp-mobile-menu .mobile-inner {
margin-top: 40px;
overflow: auto;
max-height: 600px;
}
.sp-mobile-menu .mobile-inner >ul >li {
border-bottom: 1px solid #333;
background: rgba(0,0,0,0.9);
}
.sp-mobile-menu .mobile-inner >ul >li:last-child {
border: none;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse li {
background: #333;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse ul li {
background: #444;
}
@media (max-width: 979px) {
.responsive .row-offcanvas {
position: relative;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.responsive .row-offcanvas-left {
left: 0;
}
.responsive .row-offcanvas-left
.sidebar-offcanvas {
left: -50%;
right: auto;
}
.responsive .row-offcanvas-left.active
.sidebar-offcanvas {
left: 0;
right: auto;
}
.responsive .row-offcanvas-left.active {
left: 50%;
}
.responsive .row-offcanvas-left.active
.sidebar-offcanvas {
left: 0%;
}
.responsive .sidebar-offcanvas {
position: fixed !important;
top: 0 !important;
width: 50%;
height: auto;
overflow-y: auto;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.responsive .sidebar-offcanvas ul {
width: 100% !important;
}
}
@media (max-width: 599px) {
.responsive .row-offcanvas-left
.sidebar-offcanvas {
left: -80%;
}
.responsive .row-offcanvas-left.active {
left: 80%;
}
.responsive .sidebar-offcanvas {
width: 80%;
}
}
li.preset1:hover > a {
background: #ED6451 !important;
}
li.preset2:hover > a {
background: #91A924 !important;
}
li.preset3:hover > a {
background: #BE9B69 !important;
}
li.preset4:hover > a {
background: #f37331 !important;
}
li.preset5:hover > a {
background: #4EA770 !important;
}
.module {
margin-top: 20px;
}
.module:first-child {
margin-top: 0;
}
.module h3 {
font-size: 24px;
font-weight: 400;
margin: 0 0 10px 0;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
padding: 20px;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
padding: 0 0 10px 0;
border-bottom: 1px dashed #fff;
color: #fff;
}
.module.orange {
background: #f89406;
}
.module.orange a {
color: #B66B00;
}
.module.orange a:hover {
color: #6F4100;
}
.module.dark {
background: #000;
}
.module.dark a {
color: #777;
}
.module.dark a:hover {
color: #888;
}
.module.green {
background: #46a546;
}
.module.green a {
color: #63E063;
}
.module.green a:hover {
color: #43F043;
}
.module.maroon {
background: #F35D34;
}
.module.maroon a {
color: #B4300D;
}
.module.maroon a:hover {
color: #C93F19;
}
.module.blue {
background: #049cdb;
}
.module.blue a {
color: #47C9FF;
}
.module.blue a:hover {
color: #0073A3;
}
.module.gray {
background: #555;
}
.module.gray a {
color: #999;
}
.module.gray a:hover {
color: #777;
}
.module.pink {
background: #c3325f;
}
.module.pink a {
color: #FF5C8F;
}
.module.pink a:hover {
color: #FA2E6E;
}
.module.vina_social {
padding-right: 20px;
margin-top: 16px;
}
.module.user {
padding: 26px 0 29px;
}
.module.vina_collections {
background: #fff;
overflow: hidden;
}
.module.vina_collections .header {
margin-top: 20px;
}
.module.red {
background: #9d261d;
}
.module.red a {
color: #EE4538;
}
.module.red a:hover {
color: #DA3F33;
}
.module.sp-position h3 {
border-bottom: 1px solid #ECECEC;
padding-bottom: 10px;
}
.sp-dropcap {
overflow: hidden;
}
.sp-dropcap:first-letter {
color: #666;
display: block;
float: left;
font-size: 50px;
line-height: 40px;
padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
list-style: none;
padding: 0;
margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
font-family: FontAwesome;
font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
margin-right: 5px;
}
.ltr ul.arrow li::before {
content: "\f105";
}
.ltr ul.arrow-double li::before {
content: "\f101";
}
.ltr ul.tick li::before {
content: "\f00c";
}
.ltr ul.cross li::before {
content: "\f00d";
}
.ltr ul.star li::before {
content: "\f006";
}
.ltr ul.rss li::before {
content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
margin-left: 5px;
}
.rtl ul.arrow li::after {
content: "\f104";
}
.rtl ul.arrow-double li::after {
content: "\f100";
}
.rtl ul.tick li::after {
content: "\f00c";
}
.rtl ul.cross li::after {
content: "\f00d";
}
.rtl ul.star li::after {
content: "\f006";
}
.rtl ul.rss li::after {
content: "\f09e";
}
img.pull-left,
.pull-left > img {
margin-right: 15px;
}
img.pull-right,
.pull-right > img {
margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
margin-right: 15px;
}
.sp-blocknumber {
position: relative;
min-height: 45px;
}
.sp-blocknumber span {
font-weight: bold;
width: 48px;
height: 48px;
line-height: 48px;
display: block;
text-align: center;
position: absolute;
top: 0;
}
.sp-blocknumber span.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sp-blocknumber span.circle {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.ltr .sp-blocknumber {
padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
left: 0;
}
.rtl .sp-blocknumber {
padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
right: 0;
}
.sp-block.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sp-bubble {
position: relative;
margin-bottom: 40px;
}
.sp-bubble cite {
display: block;
height: 30px;
line-height: 36px;
position: absolute;
bottom: -30px;
}
.sp-bubble cite span {
content: ' ';
position: absolute;
top: 0;
display: block;
width: 0;
height: 0;
border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
left: 15px;
padding-left: 40px;
}
.ltr .sp-bubble cite span {
left: 0;
border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
right: 15px;
padding-right: 40px;
}
.rtl .sp-bubble cite span {
right: 0;
border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
margin-right: .3em;
}
.rtl #mod-search-searchword {
margin-left: 12px;
}
.rtl .vina-menubottom li:hover {
padding-right: 10px;
}
.rtl #sp-main-menu ul.level-0 > li.parent > a {
padding: 15px 15px 15px 25px;
}
.rtl #sp-main-menu ul.level-0 > li.parent > a:before {
right: 80%;
}
.rtl #sp-main-menu li li.parent:not(.sp-menu-group) > a:after {
right: 90%;
}
.rtl .tcvn-scroller-k2.theme1 .toolbar {
right: 1125px;
}
.rtl .tcvn-scroller-k2.theme1 .left:hover {
margin-right: 20px;
margin-left: 0;
}
.rtl .tcvn-scroller-k2.theme1 .right:hover {
margin-right: -50px;
}
.rtl .custom.vina_oursv .accordion-toggle:before {
right: 545px;
}
.rtl .vina-testimonal .carousel-control.left {
right: 220px;
}
.rtl .vina-testimonal .carousel-control.right {
right: 250px;
}
.rtl .vina-categories li:before {
float: right;
}
.rtl .vina-categories li a {
padding-right: 10px;
}
.rtl .vina-categories li:hover {
padding-right: 20px;
}
.no-modal {
border: medium none;
border-radius: 0;
box-shadow: none;
left: auto;
margin-left: auto;
outline: 0 none;
position: inherit;
top: auto;
margin-right: auto;
}
.text-hidden span {
display: none;
}
.border {
border: 1px solid ;
}
.rtl .pull-left {
float: right;
}
.rtl .pull-right {
float: left;
}
.icon-hidden span {
display: none !important;
}
#vina_pricing_table {
padding: 0 20px 20px;
-webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
background: #fff;
padding: 10px 4px 20px;
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
font-size: 50px;
line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
border: 0;
}
#vina_pricing_table .pricing_table .thumbnail button:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#vina_pricing_table .pricing_table .thumbnail button:hover:after,
#vina_pricing_table .pricing_table .thumbnail button:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
-webkit-animation: swing 1500ms ease;
-moz-animation: swing 1500ms ease;
-ms-animation: swing 1500ms ease;
animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
-webkit-animation: moveFromBottom 500ms ease;
-moz-animation: moveFromBottom 500ms ease;
-ms-animation: moveFromBottom 500ms ease;
animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
-webkit-animation: bounceInLeft 500ms ease;
-moz-animation: bounceInLeft 500ms ease;
-ms-animation: bounceInLeft 500ms ease;
animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
padding-bottom: 20px;
border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
margin-top: 20px !important;
text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
float: none;
margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
margin-right: 0;
}
#vina_company h3 {
text-align: center;
}
#vina_company .img-polaroid {
position: relative;
overflow: hidden;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#vina_company .img-polaroid figure {
position: relative;
display: inline-block;
overflow: hidden;
width: 100%;
height: 207px;
margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
display: block;
height: 100%;
width: 100%;
}
#vina_company .img-polaroid figure .contact {
z-index: 2;
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
position: absolute;
display: block;
width: 50%;
height: 50%;
background-repeat: no-repeat;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
font-size: 30px;
color: #fff;
display: block;
text-align: center;
line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
top: 0;
left: 0;
background-color: rgba(0,172,238,0.7);
-webkit-transform: translate(-100%,-100%);
-moz-transform: translate(-100%,-100%);
-ms-transform: translate(-100%,-100%);
-o-transform: translate(-100%,-100%);
transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
top: 0;
right: 0;
background-color: rgba(59,89,152,0.7);
-webkit-transform: translate(100%,-100%);
-moz-transform: translate(100%,-100%);
-ms-transform: translate(100%,-100%);
-o-transform: translate(100%,-100%);
transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
bottom: 0;
left: 0;
background-color: rgba(221,75,57,0.7);
-webkit-transform: translate(-100%,100%);
-moz-transform: translate(-100%,100%);
-ms-transform: translate(-100%,100%);
-o-transform: translate(-100%,100%);
transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
bottom: 0;
right: 0;
background-color: rgba(153,153,153,0.7);
-webkit-transform: translate(100%,100%);
-moz-transform: translate(100%,100%);
-ms-transform: translate(100%,100%);
-o-transform: translate(100%,100%);
transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
background: #fff;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
-webkit-animation: bounceInLeft 500ms ease;
-moz-animation: bounceInLeft 500ms ease;
-ms-animation: bounceInLeft 500ms ease;
animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
font-weight: normal;
}
#vina_about_us .about_us_header {
padding-bottom: 20px;
border-bottom: 1px solid #dddddd;
margin-bottom: 15px;
}
#vina_about_us .progress {
margin-bottom: 12px;
}
#vina_about_us .carousel {
margin-top: 10px;
padding: 20px 60px;
background: #fff;
line-height: normal;
}
#vina_about_us .carousel .item {
padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
padding: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-right: 10px;
font-size: 24px;
color: #fff;
}
#vina_about_us .carousel .item h4 {
margin-top: 13px;
}
#vina_about_us .carousel .item p {
float: left;
margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
-webkit-animation: moveFromRight 1000ms ease;
-moz-animation: moveFromRight 1000ms ease;
-ms-animation: moveFromRight 1000ms ease;
animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
-webkit-animation: bounceInLeft 1000ms ease;
-moz-animation: bounceInLeft 1000ms ease;
-ms-animation: bounceInLeft 1000ms ease;
animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
outline: none;
border: 0;
top: 50%;
background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
right: 5px;
}
#vina_about_us .skill ul {
margin: 0;
padding: 0;
}
#vina_about_us .skill ul li {
list-style: none;
padding-left: 20px;
margin-bottom: 20px;
}
#vina_about_us .skill .progress {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#vina_contact_us .contact_us {
padding: 10px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#vina_contact_us .contact_us h3 {
line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
position: relative;
}
#vina_contact_us .contact_us .qlform form {
margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform .control-group {
margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .control-group .control-label {
width: 100%;
text-align: left;
}
#vina_contact_us .contact_us .qlform .control-group .controls {
width: 100%;
display: block;
margin: 0;
}
#vina_contact_us .contact_us .qlform .control-group .controls input,
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
height: auto;
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"] {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:hover:after,
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:hover,
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:focus {
color: #fff;
}
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
height: 135px;
}
#vina_contact_us .contact_us .qlform .control-group.jform_name {
width: 47%;
margin-right: 6%;
float: left;
}
#vina_contact_us .contact_us .qlform .control-group.jform_email {
width: 47%;
float: left;
}
#vina_contact_us .map {
background: #fff;
padding: 15px 20px 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative;
}
#vina_contact_us .map span {
margin: 10px 0 0;
display: inline;
width: 100%;
}
#vina_contact_us .map span em {
display: inline-block;
margin-right: 2px;
width: 20px;
}
#vina_contact_us .map span.contact {
margin-bottom: 9px;
display: block;
}
#vina_contact_us ul.social {
text-align: center;
position: absolute;
margin: 0;
top: 20%;
left: -42px;
}
#vina_contact_us ul.social li {
list-style: none;
margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
outline: none;
text-align: center;
padding: 0;
text-decoration: none;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
overflow: hidden;
text-shadow: none;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#vina_contact_us ul.social li a em {
font-size: 24px;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
color: #fff;
font-weight: bold;
display: block !important;
margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
background: #fff;
}
#vina_contact_us ul.social li a:hover em {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
.carousel-inner > .item > img {
width: 100%;
}
.carousel-inner > .item > a > img {
width: 100%;
}
.carousel-caption {
color: #fff;
}
.category-blogs .readmore {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
.category-blogs .readmore:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.category-blogs .readmore:hover:after,
.category-blogs .readmore:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.item-page {
padding: 10px;
}
.item-page.category-blogs .pull-left {
overflow: hidden;
margin-left: 1px;
position: relative;
}
.item-page.category-blogs .pull-left img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
border: 0;
padding: 0;
width: 100% !important;
}
.item-page.category-blogs .pull-left:hover img {
-webkit-transform: scale(1.15) rotate(-1.75deg);
-moz-transform: scale(1.15) rotate(-1.75deg);
-o-transform: scale(1.15) rotate(-1.75deg);
transform: scale(1.15) rotate(-1.75deg);
}
.item-page.category-blogs .entry-content {
border: 1px solid #EEEEEE;
overflow: hidden;
padding: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
height: 126px;
}
}
@media (max-width: 1300px) {
.responsive #vina_company .info .thumbnail {
min-height: 170px;
}
.responsive #vina_contact_us ul.social {
left: -34px;
}
.responsive #vina_contact_us ul.social li a {
height: 44px;
width: 44px;
}
.responsive #vina_contact_us ul.social li a span {
margin-top: 10px;
}
.responsive #vina_contact_us .map span.contact {
margin: 0 0 2px 0;
}
}
@media (max-width: 979px) {
.responsive #vina_company .img-polaroid {
width: 45%;
margin: 10px 2%;
}
.responsive #vina_company .info .thumbnail {
width: 100%;
margin: 10px 0;
min-height: 10px;
}
.responsive #vina_contact_us .contact_us h3 {
margin-top: 0;
}
.responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
.responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
margin-right: 0;
width: 100%;
}
.responsive #vina_contact_us .map span {
margin-top: 20px;
}
.responsive #vina_contact_us .map span.contact {
margin-top: 14px;
margin-bottom: 7px;
}
}
@media (max-width: 767px) {
.responsive #vina_company .img-polaroid {
margin: 10px auto;
}
.responsive #vina_pricing_table .pricing_table .thumbnail {
margin-bottom: 20px;
}
.responsive #vina_contact_us .contact_us {
padding-bottom: 20px;
margin-bottom: 20px;
}
.responsive #vina_contact_us .map {
padding-top: 20px;
margin-bottom: 20px;
}
.responsive #vina_contact_us ul.social {
left: auto;
margin-left: -20px;
width: 100%;
top: -42px;
}
.responsive #vina_contact_us ul.social li {
display: inline-block;
}
}
@media (max-width: 479px) {
.responsive #vina_about_us .carousel {
padding: 20px 40px;
}
.responsive #vina_about_us .carousel .item .incon_bg {
display: inline-block;
float: left;
margin-right: 10px;
}
.responsive #vina_about_us .carousel .item h4 {
margin-top: 4px;
}
.responsive #vina_company .img-polaroid {
width: 100%;
}
.responsive #vina_pricing_table {
padding-left: 15px;
padding-right: 15px;
}
.responsive #vina_contact_us .contact_us,
.responsive #vina_contact_us .map {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 319px) {
.responsive #vina_about_us .carousel {
padding: 0 10px;
}
.responsive #vina_about_us .carousel .item .item_do {
padding-bottom: 20px;
padding-top: 25px;
}
}
@-webkit-keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0%);
opacity: 1;
}
}
@-moz-keyframes moveFromLeft {
from {
-moz-transform: translateX(-100%);
opacity: 0;
}
to {
-moz-transform: translateX(0%);
opacity: 1;
}
}
@-ms-keyframes moveFromLeft {
from {
-ms-transform: translateX(-100%);
opacity: 0;
}
to {
-ms-transform: translateX(0%);
opacity: 1;
}
}
@-webkit-keyframes moveFromRight {
from {
-webkit-transform: translateX(100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
from {
-moz-transform: translateX(100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
from {
-ms-transform: translateX(100%);
}
to {
-ms-transform: translateX(0%);
}
}
@-webkit-keyframes moveFromBottom {
from {
-webkit-transform: translateY(200%) scale(0.5);
opacity: 0;
}
to {
-webkit-transform: translateY(0%) scale(1);
opacity: 1;
}
}
@-moz-keyframes moveFromBottom {
from {
-moz-transform: translateY(200%) scale(0.5);
opacity: 0;
}
to {
-moz-transform: translateY(0%) scale(1);
opacity: 1;
}
}
@-ms-keyframes moveFromBottom {
from {
-ms-transform: translateY(200%) scale(0.5);
opacity: 0;
}
to {
-ms-transform: translateY(0%) scale(1);
opacity: 1;
}
}
@-webkit-keyframes moveFromTop {
from {
opacity: 0;
-webkit-transform: translateY(-200%);
}
to {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
from {
opacity: 0;
-moz-transform: translateY(-200%);
}
to {
opacity: 1;
-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
from {
opacity: 0;
-ms-transform: translateY(-200%);
}
to {
opacity: 1;
-ms-transform: translateY(0%);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-ms-keyframes bounceIn {
0% {
opacity: 0;
-ms-transform: scale(.3);
}
50% {
opacity: 1;
-ms-transform: scale(1.05);
}
70% {
-ms-transform: scale(.9);
}
100% {
-ms-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes swing {
20%,
40%,
60%,
80%,
100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}
40% {
-moz-transform: rotate(-10deg);
}
60% {
-moz-transform: rotate(5deg);
}
80% {
-moz-transform: rotate(-5deg);
}
100% {
-moz-transform: rotate(0deg);
}
}
@-ms-keyframes swing {
20% {
-ms-transform: rotate(15deg);
}
40% {
-ms-transform: rotate(-10deg);
}
60% {
-ms-transform: rotate(5deg);
}
80% {
-ms-transform: rotate(-5deg);
}
100% {
-ms-transform: rotate(0deg);
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}
40% {
-o-transform: rotate(-10deg);
}
60% {
-o-transform: rotate(5deg);
}
80% {
-o-transform: rotate(-5deg);
}
100% {
-o-transform: rotate(0deg);
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}
@-webkit-keyframes fontsize {
20%,
40%,
60%,
80%,
100% {
-webkit-transform-origin: top center;
}
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-moz-keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-ms-keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-o-keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-ms-keyframes bounceInLeft {
0% {
opacity: 0;
-ms-transform: translateX(-2000px);
}
60% {
opacity: 1;
-ms-transform: translateX(30px);
}
80% {
-ms-transform: translateX(-10px);
}
100% {
-ms-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@media (max-width: 1280px) {
.responsive .vina-blogs .media-body {
overflow: visible;
}
.responsive .vina-blogs .moduleItemDateCreated {
margin-top: 10px;
display: inline-block;
}
.responsive #sp-main-menu ul.level-0 > li > a {
padding: 15px 10px;
border-right: 5px solid #fff;
}
.responsive #sp-main-menu ul.level-0 > li > a:before {
right: 5px;
}
.responsive #sp-main-menu ul.level-0 > li.parent >a {
padding: 15px 20px 15px 10px;
}
}
@media (max-width: 979px) {
.responsive #sp-search .search form input {
width: 136px;
}
.responsive #sp-menu-wrapper .container {
position: relative;
}
.responsive .vina_mncontact {
float: left;
}
.responsive .sp-user.media .media-body {
text-align: center;
padding-bottom: 13px;
padding-top: 0;
margin-top: 10px;
display: inline-block;
}
.responsive .sp-user.media .pull-left {
width: 100%;
}
.responsive .sp-user .ic {
margin: 15px auto 0 !important;
}
.responsive .sp-position h3 {
font-size: 18px;
}
.responsive .vina_promotion h1 {
font-size: 19px;
}
.responsive #k2Container.itemView h1.itemTitle {
margin-right: 60px;
}
.responsive #k2Container.itemListView .catItemTitle {
margin-right: 40px;
font-size: 22px;
}
.responsive #k2Container.itemListView .vina-category-title {
font-size: 26px;
}
.responsive .vina-blogs .moduleItemImage {
margin-bottom: 5px;
float: left;
}
.responsive .module.vina_social {
padding-right: 0;
}
}
@media (max-width: 767px) {
.responsive [class*="span"] {
width: 100%;
}
.responsive #sp-header-wrapper .logo-wrapper .logo {
margin: 0;
background-size: 75% auto;
}
.responsive #sp-menu {
min-height: 0;
}
.responsive .vina-menu {
right: 20px;
top: -173px !important;
}
.responsive .vina_mncontact {
margin-left: 60px;
}
.responsive #sp-footer-wrapper #sp-footer2 {
text-align: center;
}
.responsive .vina_promotion button {
float: left;
}
.responsive .module.vina_social {
padding-right: 0;
width: 100%;
}
.responsive .module.user {
padding: 0;
}
.responsive .vina_social {
float: left;
margin-top: 7px;
}
.responsive .vina_social p {
text-align: center;
}
.responsive .vina_social ul {
text-align: center;
}
.responsive .vina_social ul li {
display: inline-block;
float: none;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text blockquote {
margin-top: 14px;
padding: 15px;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 span {
font-size: 36px;
}
.responsive #users {
padding-top: 25px;
}
.responsive #users .span3:last-child .sp-user {
border-bottom: 0;
}
.responsive .sp-user {
overflow: hidden;
border-bottom: 1px solid #CCCCCC;
}
.responsive .sp-user.media .pull-left {
width: auto;
margin-right: 30px;
margin-left: 8px;
}
.responsive .sp-user.media .media-body {
overflow: hidden;
padding-top: 28px;
display: inherit;
text-align: left;
}
.responsive.bg {
padding-left: 0;
padding-right: 0;
}
.responsive .container {
max-width: 600px;
min-width: 180px;
padding: 0 20px;
}
}
@media (max-width: 599px) {
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text {
top: 40px;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 span {
font-size: 24px;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton {
font-size: 12px;
}
.responsive .sp-user {
padding-bottom: 3px;
}
.responsive .sp-user.media .media-body {
padding-top: 4px;
text-align: center;
}
.responsive .vina-item-last ul {
margin: 0;
}
.responsive #k2Container.itemView .itemImageBlock {
padding-right: 0;
width: 100%;
}
.responsive #k2Container.itemView .itemImageBlock .itemImage {
width: 100%;
}
.responsive #k2Container.itemView .itemImageBlock .itemImage a {
position: inherit;
}
.responsive #k2Container.itemListView .itemList .itemContainer .catItemImageBlock {
margin-right: 0;
padding-right: 0;
width: 100%;
margin-bottom: 10px;
}
.responsive #k2Container.itemListView .itemList .itemContainer .catItemImageBlock img {
width: 100% !important;
}
}
@media (max-width: 479px) {
.responsive .container {
padding: 0 10px;
}
.responsive #sp-header-wrapper .logo-wrapper .logo {
background-position: left center;
background-size: 60% auto;
}
.responsive .vina_social {
width: 100%;
}
.responsive .vina-menu {
right: 10px;
}
.responsive .tcvn-slit-slider {
display: none;
}
.responsive #sp-feature-wrapper {
padding: 0;
}
.responsive #sp-feature-wrapper #sp-feature {
min-height: 18px;
}
.responsive .sp-user.media .pull-left {
margin: 0;
}
.responsive .sp-user.media .media-body {
text-align: center;
padding-bottom: 13px;
padding-top: 0;
}
.responsive .sp-user .ic {
margin: 15px auto 0 !important;
}
.responsive .custom.vina_oursv .accordion-toggle {
line-height: 16px;
}
.responsive .custom.vina_oursv .accordion-body.collapse.in:after {
top: -40px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated {
height: 70px;
width: 70px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_d {
font-size: 14px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_m {
font-size: 12px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_y {
font-size: 14px;
}
.responsive #k2Container.itemView .itemHeader h1.itemTitle {
font-size: 18px;
line-height: 24px;
padding-top: 0;
}
.responsive div.itemContentFooter {
text-align: left;
}
.responsive div.itemTwitterButton {
display: inline-block;
float: none;
}
.responsive div.itemGooglePlusOneButton {
display: inline-block;
}
.responsive div.k2LatestCommentsBlock ul li .k2Avatar {
float: left;
}
.responsive div.itemCommentsForm form input.inputbox {
width: 100%;
}
.responsive div.itemCommentsForm form textarea.inputbox {
width: 100%;
}
}
@media (max-width: 319px) {
.responsive #sp-top-wrapper #sp-top2 {
margin-top: 33px;
}
.responsive .vina_mncontact {
margin-left: 0;
}
.responsive .vina-menu {
float: left;
right: 0;
top: -136px !important;
width: 100% !important;
}
.responsive .module.vina_social {
padding-top: 42px;
}
.responsive .vina_mncontact {
float: left;
}
.responsive .vina_mncontact li:first-child a {
padding-left: 0;
}
.responsive .tcvn-scroller-k2.theme1 .toolbar {
display: none;
}
.responsive #sp-header-wrapper .logo-wrapper .logo {
background-size: 63% auto;
}
.responsive .vina_social ul li {
margin-right: 0;
}
.responsive #sp-search .search {
margin-top: 20px;
}
.responsive #sp-search .search form input {
margin-right: 12px;
}
.responsive #k2Container.itemView .itemHeader h1.itemTitle {
font-size: 16px;
line-height: 20px;
margin-right: 45px;
}
.responsive #k2Container.itemListView .vina-category-title {
font-size: 18px;
}
}
@media (max-width: 1280px) {
.rtl.responsive #sp-main-menu ul.level-0 > li.parent > a {
padding: 15px 10px 15px 15px;
}
.rtl.responsive .vina-menu {
right: inherit;
left: 0;
}
.rtl.responsive .vina_mncontact {
float: right;
}
.rtl.responsive .sp-mobile-menu ul li {
padding-right: 54px;
}
}
@media (max-width: 767px) {
.rtl.responsive .vina_mncontact {
float: left;
margin: -30px 0 0;
}
.rtl.responsive .vina-menu {
left: 20px;
}
.rtl.responsive #sp-header-wrapper .logo-wrapper .logo {
background-position: right center;
}
}
@media (max-width: 479px) {
.rtl.responsive .vina-menu {
left: 10px;
}
}
@media (max-width: 319px) {
.rtl.responsive #sp-top-wrapper #sp-top2 {
margin-top: 52px;
}
}
.fixed .hidden-desktop {
display: none;
} | ClinicaAngular/WebContent/css/template.css | .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 14px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
color: #333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
background-color: #cccccc \9;
}
.btn:first-child {
*margin-left: 0;
}
.btn:hover {
color: #333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}
.btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn.active,
.btn:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
cursor: default;
background-color: #e6e6e6;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-large {
padding: 9px 14px;
font-size: 16px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-large [class^="icon-"] {
margin-top: 2px;
}
.btn-small {
padding: 3px 9px;
font-size: 12px;
line-height: 18px;
}
.btn-small [class^="icon-"] {
margin-top: 0;
}
.btn-mini {
padding: 2px 6px;
font-size: 11px;
line-height: 16px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-block + .btn-block {
margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
color: rgba(255,255,255,0.75);
}
.btn {
border-color: #c5c5c5;
border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #006dcc;
background-image: -moz-linear-gradient(top,#08c,#0044cc);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
background-image: -webkit-linear-gradient(top,#08c,#0044cc);
background-image: -o-linear-gradient(top,#08c,#0044cc);
background-image: linear-gradient(to bottom,#08c,#0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #0044cc;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
color: #fff;
background-color: #0044cc;
*background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
background-color: #003399 \9;
}
.btn-warning {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #faa732;
background-image: -moz-linear-gradient(top,#fbb450,#f89406);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
background-image: -o-linear-gradient(top,#fbb450,#f89406);
background-image: linear-gradient(to bottom,#fbb450,#f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
border-color: #f89406 #f89406 #ad6704;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #f89406;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
color: #fff;
background-color: #f89406;
*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
background-color: #c67605 \9;
}
.btn-danger {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #da4f49;
background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
border-color: #bd362f #bd362f #802420;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #bd362f;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
color: #fff;
background-color: #bd362f;
*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
background-color: #942a25 \9;
}
.btn-success {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #5bb75b;
background-image: -moz-linear-gradient(top,#62c462,#51a351);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
background-image: -webkit-linear-gradient(top,#62c462,#51a351);
background-image: -o-linear-gradient(top,#62c462,#51a351);
background-image: linear-gradient(to bottom,#62c462,#51a351);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
border-color: #51a351 #51a351 #387038;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #51a351;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
color: #fff;
background-color: #51a351;
*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
background-color: #408140 \9;
}
.btn-info {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #49afcd;
background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
border-color: #2f96b4 #2f96b4 #1f6377;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #2f96b4;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
color: #fff;
background-color: #2f96b4;
*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
background-color: #24748c \9;
}
.btn-inverse {
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #363636;
background-image: -moz-linear-gradient(top,#444,#222);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
background-image: -webkit-linear-gradient(top,#444,#222);
background-image: -o-linear-gradient(top,#444,#222);
background-image: linear-gradient(to bottom,#444,#222);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
border-color: #222 #222 #000000;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #222;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
color: #fff;
background-color: #222;
*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
*padding-top: 7px;
*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
*padding-top: 3px;
*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
*padding-top: 1px;
*padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-link {
border-color: transparent;
cursor: pointer;
color: #08c;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.btn-link:hover {
color: #005580;
text-decoration: underline;
background-color: transparent;
}
a,
a:hover {
text-decoration: none;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
.page-header {
padding-bottom: 10px;
margin: 0 0 20px;
}
.entry-meta.muted {
background: #1593df;
padding: 5px;
margin-bottom: 20px;
font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
margin: 0 5px;
}
.entry-meta ul {
margin: 0 5px;
}
.entry-meta ul.actions {
float: right;
}
.entry-meta ul.actions li {
display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
content: "\f044";
}
.entry-meta ul.actions li a {
font-family: FontAwesome;
display: block;
font-size: 14px;
margin-left: 5px;
}
.entry-meta ul.actions li a img {
display: none;
}
.entry-meta ul.actions li a span {
display: none;
}
ul.pagenav {
list-style: none;
padding: 0;
clear: both;
margin-top: 10px;
margin-left: 0;
overflow: hidden;
}
ul.pagenav .pagenav-prev {
float: left;
}
ul.pagenav .pagenav-next {
float: right;
}
dl dt,
dl dd {
display: inline;
}
label.invalid {
color: #c83025;
}
#editor-xtd-buttons {
display: inline-block;
margin-right: 10px;
}
.button2-left {
display: inline-block;
margin-right: 10px;
margin-top: 15px;
}
.toggle-editor {
display: inline-block;
}
.edit .modal {
position: inherit;
top: auto;
left: auto;
width: auto;
margin-left: 0;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
}
@font-face {
font-family: 'museo_sans500';
src: url('../fonts/museosans_500-webfont.eot');
src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_500-webfont.woff') format('woff'), url('../fonts/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "mission";
src: url('../fonts/mission-script_0-webfont.eot');
src: url('../fonts/mission-script_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mission-script_0-webfont.woff') format('woff'), url('../fonts/mission-script_0-webfont.ttf') format('truetype'), url('../fonts/mission-script_0-webfont.svg#mission_scriptregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'bebas';
src: url('../fonts/bebas_-webfont.eot');
src: url('../fonts/bebas_-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas_-webfont.woff') format('woff'), url('../fonts/bebas_-webfont.ttf') format('truetype'), url('../fonts/bebas_-webfont.svg#bebasregular') format('svg');
font-weight: bold;
font-style: normal;
}
.center {
text-align: center;
}
.center th,
.center tr,
.center td {
text-align: center;
}
.row-fluid {
margin-bottom: 20px;
}
.row-fluid:first-child {
margin-bottom: 0;
}
.sp-mobile-menu {
z-index: 10;
}
ul.gallery li {
-webkit-transform: translateZ(0);
}
#sp-top-wrapper {
background: #000;
padding-bottom: 1px;
max-width: 100%;
}
#sp-top-wrapper .container {
background: none;
}
#sp-top-wrapper .tcvn-header-top-marquee {
background: #000 !important;
border-bottom: 0 !important;
}
#sp-top-wrapper .tcvn-header-top-marquee .tcvn-marquee {
padding: 10px 0;
}
#sp-top-wrapper .tcvn-header-top-marquee span.vina-br {
top: 0;
height: 74px;
position: absolute;
width: 59px;
z-index: 9;
}
#sp-top-wrapper .tcvn-header-top-marquee a {
color: #fff !important;
}
#sp-top-wrapper #tcvn-copyright145 {
display: none;
}
#sp-header-wrapper #header {
background: #fff;
padding: 10px 0;
}
#sp-header-wrapper .logo-wrapper .logo {
background-position: 0 50%;
background-repeat: no-repeat;
margin-left: 65px;
}
#sp-header-wrapper .logo-wrapper a:focus {
outline: none;
}
#sp-header-wrapper .logo-wrapper .logo-text {
font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
font-size: 11px;
}
#sp-header-wrapper .search {
margin-top: 10px;
}
#sp-header-wrapper .search form {
margin: 0;
}
.itemRatingList {
background: transparent url(../images/k2/transparent_star.gif) repeat-x;
background-position: 0 0;
}
.vina_mncontact {
margin-bottom: 0;
padding: 5px 0;
}
.vina_mncontact li:last-child >a {
padding-right: 0;
margin-right: 0;
}
.vina_mncontact li:last-child >a:after {
width: 0;
}
.vina_mncontact li.active a {
background: none;
outline: none;
}
.vina_mncontact li.active a:hover,
.vina_mncontact li.active a:focus {
background: none;
outline: none;
}
.vina_mncontact li a {
position: relative;
z-index: 1;
padding: 8px 15px 8px 14px;
margin: 0;
}
.vina_mncontact li a:hover,
.vina_mncontact li a:focus {
background: none;
outline: none;
}
.vina_mncontact li a:after {
height: 10px;
position: absolute;
z-index: -1;
content: "";
top: 10px;
width: 1px;
right: 0;
background: #C7C7C7;
}
#sp-search .search {
margin-bottom: 0;
}
#sp-search .search form {
margin-bottom: 0;
}
#sp-search .search form .btn {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
background: none;
border-top: 0;
border-right: 0;
border-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
padding: 15px 15px 15px;
}
#sp-search .search form .btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#sp-search .search form .btn:hover:after,
#sp-search .search form .btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#sp-search .search form .btn:after {
-webkit-transform: scale(3) rotate(45deg);
-moz-transform: scale(3) rotate(45deg);
-o-transform: scale(3) rotate(45deg);
transform: scale(3) rotate(45deg);
left: 5px;
}
#sp-search .search form .btn .icon-search {
color: #fff;
}
#sp-search .search form input {
background-color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding-left: 14px;
display: inline-block;
margin-right: 12px;
margin-top: 2px;
width: 198px;
}
.body-innerwrapper {
overflow-x: hidden;
}
#sp-main-body-wrapper .container-fluid {
padding: 20px;
}
#sp-feature-wrapper {
color: #fff;
padding: 20px 0;
margin-bottom: 20px;
z-index: 2;
position: relative;
}
#sp-feature-wrapper.vina-feature:before {
width: 100%;
height: 100%;
bottom: -18px;
content: " ";
z-index: 1;
-webkit-transform: translateZ(0);
position: absolute;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
background-size: 8px 328px;
background-position: center bottom;
}
#sp-feature-wrapper.vina-feature:after {
position: absolute;
-webkit-transform: translateZ(0);
content: "";
z-index: 1;
bottom: -23px;
width: 100%;
height: 12px;
background-size: 14px 17px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
#sp-feature-wrapper #sp-feature {
z-index: 1;
position: relative;
}
#sp-position-wrapper >.container >.clearfix {
padding: 0 20px;
}
.tcvn-slit-slider {
padding: 5px;
background: #fff;
}
.tcvn-slit-slider .sl-slider-wrapper {
height: 366px !important;
}
.tcvn-slit-slider .sl-slider-wrapper .nav-arrows span {
z-index: 1000;
}
.tcvn-slit-slider .sl-slider-wrapper .sl-slider {
height: 366px !important;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img {
background-size: auto;
background-repeat: no-repeat;
background-position: center top;
left: 0;
top: 0;
position: relative;
padding: 0;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text {
position: absolute;
top: 100px;
left: 100px;
width: auto;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 {
padding: 0 !important;
margin: 0;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 span {
font-size: 48px;
font-family: "mission";
background: rgba(0,0,0,0.8);
padding: 5px 15px !important;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text blockquote {
border-left: 0;
margin-top: 40px;
max-width: 960px;
padding: 15px 15px 36px;
position: relative;
margin-bottom: 15px;
background: rgba(0,0,0,0.5);
width: 55%;
margin-left: 0px;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text blockquote p {
font-size: 14px;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton {
padding: 7px;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
color: #fff;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:hover:after,
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton:hover {
text-decoration: inherit;
}
#sp-users-wrapper #users {
background: #fff;
}
#sp-users-wrapper #users p {
margin: 0;
}
.sp-user.media {
overflow: inherit;
}
.sp-user:hover .ic {
-webkit-box-shadow: 0 0 0 8px #f2f2f2;
-moz-box-shadow: 0 0 0 8px #f2f2f2;
box-shadow: 0 0 0 8px #f2f2f2;
}
.sp-user .ic {
width: 100px;
margin-top: 22px;
height: 100px;
-webkit-box-shadow: 0 0 0 4px #777777;
-moz-box-shadow: 0 0 0 4px #777777;
box-shadow: 0 0 0 4px #777777;
cursor: pointer;
display: block;
margin-bottom: 20px;
font-size: 0;
}
.sp-user .media-heading {
font-family: bebas;
margin: 10px 0;
font-weight: normal;
text-transform: uppercase;
}
.vina_promotion {
padding: 35px 0px 30px;
}
.vina_promotion h1 {
text-transform: uppercase;
font-family: bebas;
font-size: 30px;
}
.vina_promotion button {
margin-top: 27px;
padding: 9px 30px;
float: right;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
.vina_promotion button:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.vina_promotion button:hover:after,
.vina_promotion button:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.vina_promotion button:after {
-webkit-transform: scale(3) rotate(45deg);
-moz-transform: scale(3) rotate(45deg);
-o-transform: scale(3) rotate(45deg);
transform: scale(3) rotate(45deg);
}
.tcvn-scroller-k2.theme1 {
max-width: 100%;
}
.tcvn-scroller-k2.theme1 .bw {
display: none !important;
left: 4px !important;
}
.tcvn-scroller-k2.theme1 .main-container {
border: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
padding-top: 50px !important;
padding: 0 !important;
}
.tcvn-scroller-k2.theme1 h3 {
min-height: 52px;
line-height: 22px;
margin-top: 23px;
}
.tcvn-scroller-k2.theme1 .slide {
text-align: left;
}
.tcvn-scroller-k2.theme1 .slide:hover .thumb {
opacity: 0.7;
filter: alpha(opacity=70);
}
.tcvn-scroller-k2.theme1 .toolbar {
position: absolute;
right: 27px;
top: -52px;
}
.tcvn-scroller-k2.theme1 .toolbar .left,
.tcvn-scroller-k2.theme1 .toolbar .right {
background: none;
right: 0;
top: 0;
}
.tcvn-scroller-k2.theme1 .toolbar .left i:before,
.tcvn-scroller-k2.theme1 .toolbar .right i:before {
font-size: 34px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.tcvn-scroller-k2.theme1 .toolbar .left:hover i:before {
margin-left: -8px;
}
.tcvn-scroller-k2.theme1 .toolbar .right:hover i:before {
margin-left: 8px;
}
.vina-testimonal .item {
float: left;
}
.vina-testimonal .item .item-i {
color: #4F4F4F;
float: left;
font-size: 60px;
font-style: normal;
font-weight: bold;
line-height: 52px;
margin-bottom: -20px;
margin-right: 14px;
padding-top: 11px;
}
.vina-testimonal .item p {
font-style: italic;
color: #A0A0A0;
line-height: 20px;
}
.vina-testimonal .item .director {
font-style: normal;
font-weight: bold;
margin-top: 15px;
text-align: right;
color: #A0A0A0;
padding-top: 24px;
}
.vina-testimonal .item .director span {
color: #4F4F4F;
}
.vina-testimonal .carousel-control {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: 0;
}
.vina-testimonal .carousel-control.left,
.vina-testimonal .carousel-control.right {
font-size: 25px;
left: auto;
line-height: 16px;
position: absolute;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
top: -32px;
width: 20px;
color: #fff;
height: 20px;
}
.vina-testimonal .carousel-control.left {
right: 22px;
}
.vina-testimonal .carousel-control.right {
right: 0;
}
#sp-position2 {
margin-bottom: 15px;
}
.custom.vina_oursv {
margin-top: -7px;
}
.custom.vina_oursv .accordion-inner {
border-top: 0;
}
.custom.vina_oursv .accordion {
margin-bottom: 0;
}
.custom.vina_oursv .accordion-group {
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.custom.vina_oursv .accordion-body.collapse.in {
overflow: visible;
}
.custom.vina_oursv .accordion-body.collapse.in:after {
content: "\f056";
font-family: FontAwesome;
position: absolute;
z-index: 0;
font-size: 27px;
top: -38px;
left: 1px;
color: #4d4e50;
}
.custom.vina_oursv .accordion-toggle {
position: relative;
z-index: 1;
color: #4d4e50;
font-size: 105%;
height: 25px;
font-weight: bold;
padding: 13px 0 12px 30px;
}
.custom.vina_oursv .accordion-toggle:focus {
outline: none;
text-decoration: inherit;
}
.custom.vina_oursv .accordion-toggle:before {
position: absolute;
z-index: -1;
width: 100%;
content: "\f055";
top: 12px;
left: 1px;
height: 100%;
font-size: 27px;
font-family: FontAwesome;
}
.custom.vina_oursv .accordion-toggle.collapsed:before {
content: "\f055";
}
ul.breadcrumb {
margin: 0;
padding-left: 0;
padding-right: 0;
background: transparent;
}
.pagination ul > li.pagination-active > a,
.pagination ul > li.pagination-active > span {
background-color: #F5F5F5;
}
.vina-icon ul li p i {
width: 15px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
margin-left: 1px;
}
.vina-icon ul li p:hover i {
font-size: 17px;
}
.page-header {
font-size: 30px;
}
.sp-border {
position: relative;
}
.sp-border::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
#sp-bottom-wrapper {
position: relative;
}
#sp-bottom-wrapper:before {
width: 100%;
height: 100%;
content: " ";
z-index: -100;
-webkit-transform: translateZ(0);
position: absolute;
}
#sp-bottom-wrapper:after {
position: absolute;
content: "";
z-index: 1;
top: -12px;
width: 100%;
height: 12px;
background-size: 14px 17px;
}
#sp-bottom-wrapper .container {
padding-top: 34px;
background: none;
padding-bottom: 40px;
color: #fff;
}
#sp-bottom-wrapper ul.nav li a {
color: #fff;
}
.vina-subscribe .input-append {
margin-top: 15px;
}
.vina-subscribe .input-append #appendedInputButton {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #fff;
border: 0;
padding-left: 14px;
font-style: italic;
}
.vina-subscribe .input-append .btn {
border-radius: 0 !important;
color: #fff;
border: 0;
background: #fff;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 5px;
text-shadow: none;
font-weight: bold;
}
.vina-subscribe .input-append .btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.vina-subscribe .input-append .btn:hover:after,
.vina-subscribe .input-append .btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.vina-menubottom li {
padding: 3px 0;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.vina-menubottom li a {
display: inline;
padding-left: 4px;
}
.vina-menubottom li a:hover,
.vina-menubottom li a:focus {
background: none;
outline: none;
}
.vina-menubottom li:hover {
padding-left: 10px;
}
#sp-footer-wrapper {
background: #000;
position: relative;
}
#sp-footer-wrapper .container {
padding-top: 38px;
background: none;
padding-bottom: 38px;
}
#sp-footer-wrapper::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
}
#sp-footer-wrapper ul li {
display: inline-block;
margin-left: 10px;
font-size: 12px;
}
color:#999
#sp-footer-wrapper ul li a:focus {
background: none !important;
}
#sp-footer-wrapper {
color: #fff;
}
#sp-footer-wrapper ul {
display: inline-block;
}
#sp-footer-wrapper ul.nav {
display: inline-block;
list-style: none;
padding: 0;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
display: inline-block;
margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
display: block;
color: #a7a7a7;
}
#sp-footer-wrapper ul.nav li a:hover {
background: none;
}
#sp-footer-wrapper .sp-totop {
display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
color: #fff;
}
#sp-footer-wrapper .sp-totop small {
display: none;
}
#sp-footer-wrapper .helix-framework {
display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
display: block;
width: 130px;
height: 40px;
text-indent: -9999px;
background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
float: left;
margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
float: right;
margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
text-align: left;
}
.vina-online .header:before {
content: "\f007";
font-family: FontAwesome;
font-size: 34px;
}
#sp-breadcrumb-wrapper {
padding: 10px 0;
margin-bottom: 20px;
}
#sp-breadcrumb-wrapper a {
color: #fff;
}
#sp-breadcrumb-wrapper span {
color: #fff;
}
#login-form input:not([type='checkbox']) {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 8px;
width: 100%;
}
#login-form .btn {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
#login-form .btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#login-form .btn:hover:after,
#login-form .btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#login-form .unstyled a {
font-size: 12px;
}
#login-form input[type="checkbox"] {
display: none;
}
#login-form input[type="checkbox"] + label {
position: relative;
z-index: 1;
padding-left: 30px;
margin-left: 10px;
line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
content: "\f096";
color: #bdc3c7;
text-align: center;
line-height: 10px;
font-family: "FontAwesome";
font-size: 24px;
width: 16px;
margin-left: -10px;
height: 16px;
padding: 0;
position: absolute;
z-index: -1;
top: 10px;
left: 0;
}
#login-form input[type="checkbox"]:checked + label::after {
content: "\f00c";
font-family: "FontAwesome";
font-size: 18px;
margin-left: -9px;
top: -1px;
left: 0;
color: #4EA770;
position: absolute;
z-index: -1;
}
.vina_comments {
background: #fff;
}
.vina_comments ul {
margin: 0;
padding: 0;
}
.vina_comments li {
list-style: none;
border-bottom: 0;
background: #fff;
padding: 0;
margin-bottom: 10px;
}
.vina_comments img {
border: 0;
padding: 0;
}
.vina_comments .comment_link {
margin: 0 0 15px;
background: #f5f5f5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 9px 12px;
font-size: 13px;
position: relative;
z-index: 1;
}
.vina_comments .comment_link:after {
width: 30px;
height: 23px;
background: #f5f5f5;
position: absolute;
-webkit-transform: rotate(62deg);
-moz-transform: rotate(62deg);
-ms-transform: rotate(62deg);
-o-transform: rotate(62deg);
transform: rotate(62deg);
left: 8px;
bottom: -4px;
z-index: -1;
content: " ";
}
.vina_comments .lcUsername {
display: block;
line-height: 30px;
}
.vina_comments .lcUsername a {
color: #999;
}
.vina_comments .lcCommentDate {
color: #999;
font-size: 12px;
}
.vina_comments .lcComment {
color: #999;
}
.vina-news ul {
margin: 0;
}
.vina-news li {
list-style: none;
}
.vina-news li a {
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
transition: all 300ms linear;
color: #999999;
line-height: 24px;
}
.vina-news li:hover a {
padding-left: 10px;
}
.vina-btn {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
.vina-btn:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.vina-btn:hover:after,
.vina-btn:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.vina-border {
border: 1px solid #DDDDDD;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative;
}
.vina-border .header {
border-bottom: 1px solid #DDDDDD;
padding: 10px;
}
.vina-border .vina-modcontent {
padding: 0 10px;
}
button,
input[type='submit'],
input[type='button'],
submit {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 14px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
background-image: -o-linear-gradient(top,#fff,#e6e6e6);
background-image: linear-gradient(to bottom,#fff,#e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
border-color: #c5c5c5;
border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
color: #333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
*margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
color: #333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
cursor: default;
background-color: #e6e6e6;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.vina_social p {
color: #343434;
font-weight: bold;
text-align: right;
width: 100%;
}
.vina_social ul {
margin: 0;
}
.vina_social ul li {
margin-right: 8px;
}
.vina_social ul li:last-child {
margin-right: 0;
}
.vina_social ul li a {
width: 30px;
height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
outline: none;
text-align: center;
padding: 0;
text-decoration: none;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
overflow: hidden;
text-shadow: none;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.vina_social ul li a em {
font-size: 14px;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
color: #fff;
font-weight: bold;
display: block !important;
}
.vina_social ul li a em:before {
line-height: 30px;
}
.vina_social ul li a:hover {
background: #fff;
}
.vina_social ul li a:hover em {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#main-body {
margin-bottom: 33px;
}
.dl-horizontal dd {
display: block;
margin-left: 180px;
}
#sp-main-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#sp-main-menu ul.level-0 > li {
display: inline-block;
padding: 0;
position: relative;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
#sp-main-menu ul.level-0 > li:before {
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
top: -9px;
position: absolute;
right: 50%;
}
#sp-main-menu ul.level-0 > li >a {
text-transform: capitalize;
display: block;
margin: 0;
padding: 15px 20px;
font-size: 18px;
border-right: 10px solid #FFFFFF;
line-height: 20px;
z-index: 0;
position: relative;
}
#sp-main-menu ul.level-0 > li >a:after {
top: 0;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#sp-main-menu ul.level-0 > li >a:hover,
#sp-main-menu ul.level-0 > li >a:focus {
background-color: none;
text-decoration: inherit;
outline: none;
}
#sp-main-menu ul.level-0 > li >a:hover:after,
#sp-main-menu ul.level-0 > li >a:focus:after {
top: 0;
height: 100%;
width: 100%;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
font-size: 11px;
color: #000;
display: block;
}
#sp-main-menu ul.level-0 > li:hover >a,
#sp-main-menu ul.level-0 > li.active >a {
position: relative;
z-index: 1;
}
#sp-main-menu ul.level-0 > li:hover >a:after,
#sp-main-menu ul.level-0 > li.active >a:after {
height: 100%;
}
#sp-main-menu ul.level-0 > li:hover >a span.menu:after,
#sp-main-menu ul.level-0 > li.active >a span.menu:after {
color: #fff;
}
#sp-main-menu ul.level-0 > li:hover >a {
text-decoration: initial;
}
#sp-main-menu ul.level-0 > li.parent >a {
padding: 15px 30px 15px 20px;
}
#sp-main-menu ul.level-0 > li.parent >a:before {
right: 9px;
position: absolute;
font-family: FontAwesome;
content: "\f101";
}
#sp-main-menu li li:not(.sp-menu-group) {
display: block;
border-top: 1px solid #eee;
position: relative;
text-transform: capitalize;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
display: block;
font-size: 12px;
line-height: normal;
text-decoration: none;
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
padding: 10px;
color: #000;
}
#sp-main-menu li li:not(.sp-menu-group) a:hover {
padding-left: 20px;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
position: relative;
padding-right: 20px;
display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
content: "\f101";
font-family: FontAwesome;
font-size: 14px;
font-weight: normal;
position: absolute;
right: 10px;
top: 10px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
display: block;
padding: 10px;
border-bottom: 1px solid #eee;
color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
margin: 0;
padding: 10px 0 0;
text-transform: none;
font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
font-size: 14px;
}
.sp-submenu {
position: absolute;
top: 0;
visibility: hidden;
opacity: 0;
z-index: 0;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
transition: all 500ms ease-in-out 0s;
}
.sp-submenu.sub-level {
top: 35px !important;
padding-top: 15px;
}
.sp-submenu.sub-level-child {
margin-top: 30px;
}
.sp-submenu.open {
z-index: 99999;
visibility: visible;
opacity: 1;
margin-top: 0;
-webkit-animation: bounceIn 500ms linear;
-moz-animation: bounceIn 500ms linear;
-ms-animation: bounceIn 500ms linear;
animation: bounceIn 500ms linear;
}
.sp-submenu .sp-submenu-wrap {
background: #fff;
-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-submenu .megacol {
float: left;
}
.sp-submenu.sub-level-child {
margin-left: 30px;
margin-top: 0;
}
.sp-submenu.sub-level-child.open {
margin-left: 0px;
}
.ltr .sp-submenu {
left: 0;
}
.rtl .sp-submenu {
right: 0;
}
.rtl #sp-main-menu {
float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
padding: 0 10px;
padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
padding-right: 0;
padding-left: 20px;
}
.menu-fixed {
top: 0;
width: 100%;
-webkit-animation: fadeInDown 900ms;
-moz-animation: fadeInDown 900ms;
-ms-animation: fadeInDown 900ms;
animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
display: none;
}
.vina-menu {
position: absolute !important;
right: 0;
top: -169px !important;
padding: 8px 16px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
width: auto !important;
margin: 0 !important;
}
.vina-menu:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.vina-menu:after {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.vina-menu-small {
position: absolute !important;
right: 5px;
top: 5px;
padding: 4px 10px 5px !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
width: auto !important;
margin: 0 !important;
color: #fff !important;
}
.vina-menu-small:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.vina-menu-small:after {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
background: none !important;
}
.sp-mobile-menu {
position: relative;
background: #000;
z-index: 10;
}
.sp-mobile-menu select.select-menu {
width: 32px;
height: 27px;
opacity: 0;
position: absolute;
left: 0;
top: 0;
z-index: 1;
cursor: pointer;
}
.sp-mobile-menu >ul >li {
border-bottom: 1px solid #333;
}
.sp-mobile-menu >ul >li:last-child {
border: none;
}
.sp-mobile-menu >ul >li ul.collapse li {
background: #333;
}
.sp-mobile-menu >ul >li ul.collapse ul li {
background: #444;
}
.sp-mobile-menu ul {
width: 100% !important;
}
.sp-mobile-menu ul li {
background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li:last-child {
margin-bottom: 10px;
}
.sp-mobile-menu ul li a {
color: #fff !important;
}
.sp-mobile-menu .menu-mobile-wrapper {
position: fixed;
width: 50%;
}
.sp-mobile-menu .mobile-inner {
margin-top: 40px;
overflow: auto;
max-height: 600px;
}
.sp-mobile-menu .mobile-inner >ul >li {
border-bottom: 1px solid #333;
background: rgba(0,0,0,0.9);
}
.sp-mobile-menu .mobile-inner >ul >li:last-child {
border: none;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse li {
background: #333;
}
.sp-mobile-menu .mobile-inner >ul >li ul.collapse ul li {
background: #444;
}
@media (max-width: 979px) {
.responsive .row-offcanvas {
position: relative;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.responsive .row-offcanvas-left {
left: 0;
}
.responsive .row-offcanvas-left
.sidebar-offcanvas {
left: -50%;
right: auto;
}
.responsive .row-offcanvas-left.active
.sidebar-offcanvas {
left: 0;
right: auto;
}
.responsive .row-offcanvas-left.active {
left: 50%;
}
.responsive .row-offcanvas-left.active
.sidebar-offcanvas {
left: 0%;
}
.responsive .sidebar-offcanvas {
position: fixed !important;
top: 0 !important;
width: 50%;
height: auto;
overflow-y: auto;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.responsive .sidebar-offcanvas ul {
width: 100% !important;
}
}
@media (max-width: 599px) {
.responsive .row-offcanvas-left
.sidebar-offcanvas {
left: -80%;
}
.responsive .row-offcanvas-left.active {
left: 80%;
}
.responsive .sidebar-offcanvas {
width: 80%;
}
}
li.preset1:hover > a {
background: #ED6451 !important;
}
li.preset2:hover > a {
background: #91A924 !important;
}
li.preset3:hover > a {
background: #BE9B69 !important;
}
li.preset4:hover > a {
background: #f37331 !important;
}
li.preset5:hover > a {
background: #4EA770 !important;
}
.module {
margin-top: 20px;
}
.module:first-child {
margin-top: 0;
}
.module h3 {
font-size: 24px;
font-weight: 400;
margin: 0 0 10px 0;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
padding: 20px;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
padding: 0 0 10px 0;
border-bottom: 1px dashed #fff;
color: #fff;
}
.module.orange {
background: #f89406;
}
.module.orange a {
color: #B66B00;
}
.module.orange a:hover {
color: #6F4100;
}
.module.dark {
background: #000;
}
.module.dark a {
color: #777;
}
.module.dark a:hover {
color: #888;
}
.module.green {
background: #46a546;
}
.module.green a {
color: #63E063;
}
.module.green a:hover {
color: #43F043;
}
.module.maroon {
background: #F35D34;
}
.module.maroon a {
color: #B4300D;
}
.module.maroon a:hover {
color: #C93F19;
}
.module.blue {
background: #049cdb;
}
.module.blue a {
color: #47C9FF;
}
.module.blue a:hover {
color: #0073A3;
}
.module.gray {
background: #555;
}
.module.gray a {
color: #999;
}
.module.gray a:hover {
color: #777;
}
.module.pink {
background: #c3325f;
}
.module.pink a {
color: #FF5C8F;
}
.module.pink a:hover {
color: #FA2E6E;
}
.module.vina_social {
padding-right: 20px;
margin-top: 16px;
}
.module.user {
padding: 26px 0 29px;
}
.module.vina_collections {
background: #fff;
overflow: hidden;
}
.module.vina_collections .header {
margin-top: 20px;
}
.module.red {
background: #9d261d;
}
.module.red a {
color: #EE4538;
}
.module.red a:hover {
color: #DA3F33;
}
.module.sp-position h3 {
border-bottom: 1px solid #ECECEC;
padding-bottom: 10px;
}
.sp-dropcap {
overflow: hidden;
}
.sp-dropcap:first-letter {
color: #666;
display: block;
float: left;
font-size: 50px;
line-height: 40px;
padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
list-style: none;
padding: 0;
margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
font-family: FontAwesome;
font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
margin-right: 5px;
}
.ltr ul.arrow li::before {
content: "\f105";
}
.ltr ul.arrow-double li::before {
content: "\f101";
}
.ltr ul.tick li::before {
content: "\f00c";
}
.ltr ul.cross li::before {
content: "\f00d";
}
.ltr ul.star li::before {
content: "\f006";
}
.ltr ul.rss li::before {
content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
margin-left: 5px;
}
.rtl ul.arrow li::after {
content: "\f104";
}
.rtl ul.arrow-double li::after {
content: "\f100";
}
.rtl ul.tick li::after {
content: "\f00c";
}
.rtl ul.cross li::after {
content: "\f00d";
}
.rtl ul.star li::after {
content: "\f006";
}
.rtl ul.rss li::after {
content: "\f09e";
}
img.pull-left,
.pull-left > img {
margin-right: 15px;
}
img.pull-right,
.pull-right > img {
margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
margin-right: 15px;
}
.sp-blocknumber {
position: relative;
min-height: 45px;
}
.sp-blocknumber span {
font-weight: bold;
width: 48px;
height: 48px;
line-height: 48px;
display: block;
text-align: center;
position: absolute;
top: 0;
}
.sp-blocknumber span.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sp-blocknumber span.circle {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.ltr .sp-blocknumber {
padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
left: 0;
}
.rtl .sp-blocknumber {
padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
right: 0;
}
.sp-block.rounded {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sp-bubble {
position: relative;
margin-bottom: 40px;
}
.sp-bubble cite {
display: block;
height: 30px;
line-height: 36px;
position: absolute;
bottom: -30px;
}
.sp-bubble cite span {
content: ' ';
position: absolute;
top: 0;
display: block;
width: 0;
height: 0;
border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
left: 15px;
padding-left: 40px;
}
.ltr .sp-bubble cite span {
left: 0;
border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
right: 15px;
padding-right: 40px;
}
.rtl .sp-bubble cite span {
right: 0;
border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
margin-right: .3em;
}
.rtl #mod-search-searchword {
margin-left: 12px;
}
.rtl .vina-menubottom li:hover {
padding-right: 10px;
}
.rtl #sp-main-menu ul.level-0 > li.parent > a {
padding: 15px 15px 15px 25px;
}
.rtl #sp-main-menu ul.level-0 > li.parent > a:before {
right: 80%;
}
.rtl #sp-main-menu li li.parent:not(.sp-menu-group) > a:after {
right: 90%;
}
.rtl .tcvn-scroller-k2.theme1 .toolbar {
right: 1125px;
}
.rtl .tcvn-scroller-k2.theme1 .left:hover {
margin-right: 20px;
margin-left: 0;
}
.rtl .tcvn-scroller-k2.theme1 .right:hover {
margin-right: -50px;
}
.rtl .custom.vina_oursv .accordion-toggle:before {
right: 545px;
}
.rtl .vina-testimonal .carousel-control.left {
right: 220px;
}
.rtl .vina-testimonal .carousel-control.right {
right: 250px;
}
.rtl .vina-categories li:before {
float: right;
}
.rtl .vina-categories li a {
padding-right: 10px;
}
.rtl .vina-categories li:hover {
padding-right: 20px;
}
.no-modal {
border: medium none;
border-radius: 0;
box-shadow: none;
left: auto;
margin-left: auto;
outline: 0 none;
position: inherit;
top: auto;
margin-right: auto;
}
.text-hidden span {
display: none;
}
.border {
border: 1px solid ;
}
.rtl .pull-left {
float: right;
}
.rtl .pull-right {
float: left;
}
.icon-hidden span {
display: none !important;
}
#vina_pricing_table {
padding: 0 20px 20px;
-webkit-transform: translateZ(0);
}
#vina_pricing_table .pricing_table .thumbnail {
background: #fff;
padding: 10px 4px 20px;
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
overflow: hidden;
}
#vina_pricing_table .pricing_table .thumbnail .badge h2 {
font-size: 50px;
line-height: normal;
}
#vina_pricing_table .pricing_table .thumbnail button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
border: 0;
}
#vina_pricing_table .pricing_table .thumbnail button:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#vina_pricing_table .pricing_table .thumbnail button:hover:after,
#vina_pricing_table .pricing_table .thumbnail button:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#vina_pricing_table .pricing_table .thumbnail:hover >h2 {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover .badge {
-webkit-animation: swing 1500ms ease;
-moz-animation: swing 1500ms ease;
-ms-animation: swing 1500ms ease;
animation: swing 1500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover p {
-webkit-animation: moveFromBottom 500ms ease;
-moz-animation: moveFromBottom 500ms ease;
-ms-animation: moveFromBottom 500ms ease;
animation: moveFromBottom 500ms ease;
}
#vina_pricing_table .pricing_table .thumbnail:hover button {
-webkit-animation: bounceInLeft 500ms ease;
-moz-animation: bounceInLeft 500ms ease;
-ms-animation: bounceInLeft 500ms ease;
animation: bounceInLeft 500ms ease;
}
#vina_pricing_table .testimonial .media-body {
overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
padding-bottom: 20px;
border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
margin-top: 20px !important;
text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
float: none;
margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
margin-right: 0;
}
#vina_company h3 {
text-align: center;
}
#vina_company .img-polaroid {
position: relative;
overflow: hidden;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#vina_company .img-polaroid figure {
position: relative;
display: inline-block;
overflow: hidden;
width: 100%;
height: 207px;
margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
display: block;
height: 100%;
width: 100%;
}
#vina_company .img-polaroid figure .contact {
z-index: 2;
position: absolute;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
position: absolute;
display: block;
width: 50%;
height: 50%;
background-repeat: no-repeat;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
font-size: 30px;
color: #fff;
display: block;
text-align: center;
line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
top: 0;
left: 0;
background-color: rgba(0,172,238,0.7);
-webkit-transform: translate(-100%,-100%);
-moz-transform: translate(-100%,-100%);
-ms-transform: translate(-100%,-100%);
-o-transform: translate(-100%,-100%);
transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
top: 0;
right: 0;
background-color: rgba(59,89,152,0.7);
-webkit-transform: translate(100%,-100%);
-moz-transform: translate(100%,-100%);
-ms-transform: translate(100%,-100%);
-o-transform: translate(100%,-100%);
transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
bottom: 0;
left: 0;
background-color: rgba(221,75,57,0.7);
-webkit-transform: translate(-100%,100%);
-moz-transform: translate(-100%,100%);
-ms-transform: translate(-100%,100%);
-o-transform: translate(-100%,100%);
transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
bottom: 0;
right: 0;
background-color: rgba(153,153,153,0.7);
-webkit-transform: translate(100%,100%);
-moz-transform: translate(100%,100%);
-ms-transform: translate(100%,100%);
-o-transform: translate(100%,100%);
transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
border: 1px solid #aaaaaa;
}
#vina_company .info .thumbnail {
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
background: #fff;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
-webkit-animation: bounceInLeft 500ms ease;
-moz-animation: bounceInLeft 500ms ease;
-ms-animation: bounceInLeft 500ms ease;
animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
font-weight: normal;
}
#vina_about_us .about_us_header {
padding-bottom: 20px;
border-bottom: 1px solid #dddddd;
margin-bottom: 15px;
}
#vina_about_us .progress {
margin-bottom: 12px;
}
#vina_about_us .carousel {
margin-top: 10px;
padding: 20px 60px;
background: #fff;
line-height: normal;
}
#vina_about_us .carousel .item {
padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
padding: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-right: 10px;
font-size: 24px;
color: #fff;
}
#vina_about_us .carousel .item h4 {
margin-top: 13px;
}
#vina_about_us .carousel .item p {
float: left;
margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
-webkit-animation: moveFromRight 1000ms ease;
-moz-animation: moveFromRight 1000ms ease;
-ms-animation: moveFromRight 1000ms ease;
animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
-webkit-animation: bounceInLeft 1000ms ease;
-moz-animation: bounceInLeft 1000ms ease;
-ms-animation: bounceInLeft 1000ms ease;
animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
-webkit-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
transition: all 300ms linear 0s;
outline: none;
border: 0;
top: 50%;
background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
right: 5px;
}
#vina_about_us .skill ul {
margin: 0;
padding: 0;
}
#vina_about_us .skill ul li {
list-style: none;
padding-left: 20px;
margin-bottom: 20px;
}
#vina_about_us .skill .progress {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#vina_contact_us .contact_us {
padding: 10px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#vina_contact_us .contact_us h3 {
line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
position: relative;
}
#vina_contact_us .contact_us .qlform form {
margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform .control-group {
margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .control-group .control-label {
width: 100%;
text-align: left;
}
#vina_contact_us .contact_us .qlform .control-group .controls {
width: 100%;
display: block;
margin: 0;
}
#vina_contact_us .contact_us .qlform .control-group .controls input,
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
height: auto;
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"] {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:hover:after,
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:hover,
#vina_contact_us .contact_us .qlform .control-group .controls input[type="submit"]:focus {
color: #fff;
}
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
height: 135px;
}
#vina_contact_us .contact_us .qlform .control-group.jform_name {
width: 47%;
margin-right: 6%;
float: left;
}
#vina_contact_us .contact_us .qlform .control-group.jform_email {
width: 47%;
float: left;
}
#vina_contact_us .map {
background: #fff;
padding: 15px 20px 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative;
}
#vina_contact_us .map span {
margin: 10px 0 0;
display: inline;
width: 100%;
}
#vina_contact_us .map span em {
display: inline-block;
margin-right: 2px;
width: 20px;
}
#vina_contact_us .map span.contact {
margin-bottom: 9px;
display: block;
}
#vina_contact_us ul.social {
text-align: center;
position: absolute;
margin: 0;
top: 20%;
left: -42px;
}
#vina_contact_us ul.social li {
list-style: none;
margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
width: 50px;
height: 50px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
outline: none;
text-align: center;
padding: 0;
text-decoration: none;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
overflow: hidden;
text-shadow: none;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#vina_contact_us ul.social li a em {
font-size: 24px;
-webkit-transition: all 500ms linear 0s;
-moz-transition: all 500ms linear 0s;
-o-transition: all 500ms linear 0s;
transition: all 500ms linear 0s;
color: #fff;
font-weight: bold;
display: block !important;
margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
background: #fff;
}
#vina_contact_us ul.social li a:hover em {
-webkit-animation: moveFromTop 500ms ease;
-moz-animation: moveFromTop 500ms ease;
-ms-animation: moveFromTop 500ms ease;
animation: moveFromTop 500ms ease;
}
.carousel-inner > .item > img {
width: 100%;
}
.carousel-inner > .item > a > img {
width: 100%;
}
.carousel-caption {
color: #fff;
}
.category-blogs .readmore {
border: 0;
cursor: pointer;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
text-align: center;
font-weight: bold;
z-index: 0;
position: relative;
text-shadow: none;
vertical-align: middle;
overflow: hidden;
}
.category-blogs .readmore:after {
bottom: 50%;
content: "";
height: 0;
left: 0;
position: absolute;
-webkit-transition: all 600ms ease 0s;
-moz-transition: all 600ms ease 0s;
-o-transition: all 600ms ease 0s;
transition: all 600ms ease 0s;
width: 100%;
z-index: -1;
}
.category-blogs .readmore:hover:after,
.category-blogs .readmore:focus:after {
bottom: 0;
height: 100%;
width: 100%;
}
.item-page {
padding: 10px;
}
.item-page.category-blogs .pull-left {
overflow: hidden;
margin-left: 1px;
position: relative;
}
.item-page.category-blogs .pull-left img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
border: 0;
padding: 0;
width: 100% !important;
}
.item-page.category-blogs .pull-left:hover img {
-webkit-transform: scale(1.15) rotate(-1.75deg);
-moz-transform: scale(1.15) rotate(-1.75deg);
-o-transform: scale(1.15) rotate(-1.75deg);
transform: scale(1.15) rotate(-1.75deg);
}
.item-page.category-blogs .entry-content {
border: 1px solid #EEEEEE;
overflow: hidden;
padding: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#vina_contact_us .contact_us .qlform .control-group .controls textarea {
height: 126px;
}
}
@media (max-width: 1300px) {
.responsive #vina_company .info .thumbnail {
min-height: 170px;
}
.responsive #vina_contact_us ul.social {
left: -34px;
}
.responsive #vina_contact_us ul.social li a {
height: 44px;
width: 44px;
}
.responsive #vina_contact_us ul.social li a span {
margin-top: 10px;
}
.responsive #vina_contact_us .map span.contact {
margin: 0 0 2px 0;
}
}
@media (max-width: 979px) {
.responsive #vina_company .img-polaroid {
width: 45%;
margin: 10px 2%;
}
.responsive #vina_company .info .thumbnail {
width: 100%;
margin: 10px 0;
min-height: 10px;
}
.responsive #vina_contact_us .contact_us h3 {
margin-top: 0;
}
.responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
.responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
margin-right: 0;
width: 100%;
}
.responsive #vina_contact_us .map span {
margin-top: 20px;
}
.responsive #vina_contact_us .map span.contact {
margin-top: 14px;
margin-bottom: 7px;
}
}
@media (max-width: 767px) {
.responsive #vina_company .img-polaroid {
margin: 10px auto;
}
.responsive #vina_pricing_table .pricing_table .thumbnail {
margin-bottom: 20px;
}
.responsive #vina_contact_us .contact_us {
padding-bottom: 20px;
margin-bottom: 20px;
}
.responsive #vina_contact_us .map {
padding-top: 20px;
margin-bottom: 20px;
}
.responsive #vina_contact_us ul.social {
left: auto;
margin-left: -20px;
width: 100%;
top: -42px;
}
.responsive #vina_contact_us ul.social li {
display: inline-block;
}
}
@media (max-width: 479px) {
.responsive #vina_about_us .carousel {
padding: 20px 40px;
}
.responsive #vina_about_us .carousel .item .incon_bg {
display: inline-block;
float: left;
margin-right: 10px;
}
.responsive #vina_about_us .carousel .item h4 {
margin-top: 4px;
}
.responsive #vina_company .img-polaroid {
width: 100%;
}
.responsive #vina_pricing_table {
padding-left: 15px;
padding-right: 15px;
}
.responsive #vina_contact_us .contact_us,
.responsive #vina_contact_us .map {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 319px) {
.responsive #vina_about_us .carousel {
padding: 0 10px;
}
.responsive #vina_about_us .carousel .item .item_do {
padding-bottom: 20px;
padding-top: 25px;
}
}
@-webkit-keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
opacity: 0;
}
to {
-webkit-transform: translateX(0%);
opacity: 1;
}
}
@-moz-keyframes moveFromLeft {
from {
-moz-transform: translateX(-100%);
opacity: 0;
}
to {
-moz-transform: translateX(0%);
opacity: 1;
}
}
@-ms-keyframes moveFromLeft {
from {
-ms-transform: translateX(-100%);
opacity: 0;
}
to {
-ms-transform: translateX(0%);
opacity: 1;
}
}
@-webkit-keyframes moveFromRight {
from {
-webkit-transform: translateX(100%);
}
to {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
from {
-moz-transform: translateX(100%);
}
to {
-moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
from {
-ms-transform: translateX(100%);
}
to {
-ms-transform: translateX(0%);
}
}
@-webkit-keyframes moveFromBottom {
from {
-webkit-transform: translateY(200%) scale(0.5);
opacity: 0;
}
to {
-webkit-transform: translateY(0%) scale(1);
opacity: 1;
}
}
@-moz-keyframes moveFromBottom {
from {
-moz-transform: translateY(200%) scale(0.5);
opacity: 0;
}
to {
-moz-transform: translateY(0%) scale(1);
opacity: 1;
}
}
@-ms-keyframes moveFromBottom {
from {
-ms-transform: translateY(200%) scale(0.5);
opacity: 0;
}
to {
-ms-transform: translateY(0%) scale(1);
opacity: 1;
}
}
@-webkit-keyframes moveFromTop {
from {
opacity: 0;
-webkit-transform: translateY(-200%);
}
to {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromTop {
from {
opacity: 0;
-moz-transform: translateY(-200%);
}
to {
opacity: 1;
-moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromTop {
from {
opacity: 0;
-ms-transform: translateY(-200%);
}
to {
opacity: 1;
-ms-transform: translateY(0%);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-ms-keyframes bounceIn {
0% {
opacity: 0;
-ms-transform: scale(.3);
}
50% {
opacity: 1;
-ms-transform: scale(1.05);
}
70% {
-ms-transform: scale(.9);
}
100% {
-ms-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes swing {
20%,
40%,
60%,
80%,
100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}
40% {
-moz-transform: rotate(-10deg);
}
60% {
-moz-transform: rotate(5deg);
}
80% {
-moz-transform: rotate(-5deg);
}
100% {
-moz-transform: rotate(0deg);
}
}
@-ms-keyframes swing {
20% {
-ms-transform: rotate(15deg);
}
40% {
-ms-transform: rotate(-10deg);
}
60% {
-ms-transform: rotate(5deg);
}
80% {
-ms-transform: rotate(-5deg);
}
100% {
-ms-transform: rotate(0deg);
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}
40% {
-o-transform: rotate(-10deg);
}
60% {
-o-transform: rotate(5deg);
}
80% {
-o-transform: rotate(-5deg);
}
100% {
-o-transform: rotate(0deg);
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}
@-webkit-keyframes fontsize {
20%,
40%,
60%,
80%,
100% {
-webkit-transform-origin: top center;
}
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-moz-keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-ms-keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-o-keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@keyframes fontsize {
20% {
font-size: 20%;
}
40% {
font-size: 40%;
}
60% {
font-size: 60%;
}
80% {
font-size: 80%;
}
100% {
font-size: 100%;
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-ms-keyframes bounceInLeft {
0% {
opacity: 0;
-ms-transform: translateX(-2000px);
}
60% {
opacity: 1;
-ms-transform: translateX(30px);
}
80% {
-ms-transform: translateX(-10px);
}
100% {
-ms-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
@media (max-width: 1280px) {
.responsive .vina-blogs .media-body {
overflow: visible;
}
.responsive .vina-blogs .moduleItemDateCreated {
margin-top: 10px;
display: inline-block;
}
.responsive #sp-main-menu ul.level-0 > li > a {
padding: 15px 10px;
border-right: 5px solid #fff;
}
.responsive #sp-main-menu ul.level-0 > li > a:before {
right: 5px;
}
.responsive #sp-main-menu ul.level-0 > li.parent >a {
padding: 15px 20px 15px 10px;
}
}
@media (max-width: 979px) {
.responsive #sp-search .search form input {
width: 136px;
}
.responsive #sp-menu-wrapper .container {
position: relative;
}
.responsive .vina_mncontact {
float: left;
}
.responsive .sp-user.media .media-body {
text-align: center;
padding-bottom: 13px;
padding-top: 0;
margin-top: 10px;
display: inline-block;
}
.responsive .sp-user.media .pull-left {
width: 100%;
}
.responsive .sp-user .ic {
margin: 15px auto 0 !important;
}
.responsive .sp-position h3 {
font-size: 18px;
}
.responsive .vina_promotion h1 {
font-size: 19px;
}
.responsive #k2Container.itemView h1.itemTitle {
margin-right: 60px;
}
.responsive #k2Container.itemListView .catItemTitle {
margin-right: 40px;
font-size: 22px;
}
.responsive #k2Container.itemListView .vina-category-title {
font-size: 26px;
}
.responsive .vina-blogs .moduleItemImage {
margin-bottom: 5px;
float: left;
}
.responsive .module.vina_social {
padding-right: 0;
}
}
@media (max-width: 767px) {
.responsive [class*="span"] {
width: 100%;
}
.responsive #sp-header-wrapper .logo-wrapper .logo {
margin: 0;
background-size: 75% auto;
}
.responsive #sp-menu {
min-height: 0;
}
.responsive .vina-menu {
right: 20px;
top: -173px !important;
}
.responsive .vina_mncontact {
margin-left: 60px;
}
.responsive #sp-footer-wrapper #sp-footer2 {
text-align: center;
}
.responsive .vina_promotion button {
float: left;
}
.responsive .module.vina_social {
padding-right: 0;
width: 100%;
}
.responsive .module.user {
padding: 0;
}
.responsive .vina_social {
float: left;
margin-top: 7px;
}
.responsive .vina_social p {
text-align: center;
}
.responsive .vina_social ul {
text-align: center;
}
.responsive .vina_social ul li {
display: inline-block;
float: none;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text blockquote {
margin-top: 14px;
padding: 15px;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 span {
font-size: 36px;
}
.responsive #users {
padding-top: 25px;
}
.responsive #users .span3:last-child .sp-user {
border-bottom: 0;
}
.responsive .sp-user {
overflow: hidden;
border-bottom: 1px solid #CCCCCC;
}
.responsive .sp-user.media .pull-left {
width: auto;
margin-right: 30px;
margin-left: 8px;
}
.responsive .sp-user.media .media-body {
overflow: hidden;
padding-top: 28px;
display: inherit;
text-align: left;
}
.responsive.bg {
padding-left: 0;
padding-right: 0;
}
.responsive .container {
max-width: 600px;
min-width: 180px;
padding: 0 20px;
}
}
@media (max-width: 599px) {
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text {
top: 40px;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text h2 span {
font-size: 24px;
}
.responsive .tcvn-slit-slider .sl-slider-wrapper .bg-img .slit-text .buttonlight.morebutton {
font-size: 12px;
}
.responsive .sp-user {
padding-bottom: 3px;
}
.responsive .sp-user.media .media-body {
padding-top: 4px;
text-align: center;
}
.responsive .vina-item-last ul {
margin: 0;
}
.responsive #k2Container.itemView .itemImageBlock {
padding-right: 0;
width: 100%;
}
.responsive #k2Container.itemView .itemImageBlock .itemImage {
width: 100%;
}
.responsive #k2Container.itemView .itemImageBlock .itemImage a {
position: inherit;
}
.responsive #k2Container.itemListView .itemList .itemContainer .catItemImageBlock {
margin-right: 0;
padding-right: 0;
width: 100%;
margin-bottom: 10px;
}
.responsive #k2Container.itemListView .itemList .itemContainer .catItemImageBlock img {
width: 100% !important;
}
}
@media (max-width: 479px) {
.responsive .container {
padding: 0 10px;
}
.responsive #sp-header-wrapper .logo-wrapper .logo {
background-position: left center;
background-size: 60% auto;
}
.responsive .vina_social {
width: 100%;
}
.responsive .vina-menu {
right: 10px;
}
.responsive .tcvn-slit-slider {
display: none;
}
.responsive #sp-feature-wrapper {
padding: 0;
}
.responsive #sp-feature-wrapper #sp-feature {
min-height: 18px;
}
.responsive .sp-user.media .pull-left {
margin: 0;
}
.responsive .sp-user.media .media-body {
text-align: center;
padding-bottom: 13px;
padding-top: 0;
}
.responsive .sp-user .ic {
margin: 15px auto 0 !important;
}
.responsive .custom.vina_oursv .accordion-toggle {
line-height: 16px;
}
.responsive .custom.vina_oursv .accordion-body.collapse.in:after {
top: -40px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated {
height: 70px;
width: 70px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_d {
font-size: 14px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_m {
font-size: 12px;
}
.responsive #k2Container.itemView .itemHeader .itemDateCreated span.vina_y {
font-size: 14px;
}
.responsive #k2Container.itemView .itemHeader h1.itemTitle {
font-size: 18px;
line-height: 24px;
padding-top: 0;
}
.responsive div.itemContentFooter {
text-align: left;
}
.responsive div.itemTwitterButton {
display: inline-block;
float: none;
}
.responsive div.itemGooglePlusOneButton {
display: inline-block;
}
.responsive div.k2LatestCommentsBlock ul li .k2Avatar {
float: left;
}
.responsive div.itemCommentsForm form input.inputbox {
width: 100%;
}
.responsive div.itemCommentsForm form textarea.inputbox {
width: 100%;
}
}
@media (max-width: 319px) {
.responsive #sp-top-wrapper #sp-top2 {
margin-top: 33px;
}
.responsive .vina_mncontact {
margin-left: 0;
}
.responsive .vina-menu {
float: left;
right: 0;
top: -136px !important;
width: 100% !important;
}
.responsive .module.vina_social {
padding-top: 42px;
}
.responsive .vina_mncontact {
float: left;
}
.responsive .vina_mncontact li:first-child a {
padding-left: 0;
}
.responsive .tcvn-scroller-k2.theme1 .toolbar {
display: none;
}
.responsive #sp-header-wrapper .logo-wrapper .logo {
background-size: 63% auto;
}
.responsive .vina_social ul li {
margin-right: 0;
}
.responsive #sp-search .search {
margin-top: 20px;
}
.responsive #sp-search .search form input {
margin-right: 12px;
}
.responsive #k2Container.itemView .itemHeader h1.itemTitle {
font-size: 16px;
line-height: 20px;
margin-right: 45px;
}
.responsive #k2Container.itemListView .vina-category-title {
font-size: 18px;
}
}
@media (max-width: 1280px) {
.rtl.responsive #sp-main-menu ul.level-0 > li.parent > a {
padding: 15px 10px 15px 15px;
}
.rtl.responsive .vina-menu {
right: inherit;
left: 0;
}
.rtl.responsive .vina_mncontact {
float: right;
}
.rtl.responsive .sp-mobile-menu ul li {
padding-right: 54px;
}
}
@media (max-width: 767px) {
.rtl.responsive .vina_mncontact {
float: left;
margin: -30px 0 0;
}
.rtl.responsive .vina-menu {
left: 20px;
}
.rtl.responsive #sp-header-wrapper .logo-wrapper .logo {
background-position: right center;
}
}
@media (max-width: 479px) {
.rtl.responsive .vina-menu {
left: 10px;
}
}
@media (max-width: 319px) {
.rtl.responsive #sp-top-wrapper #sp-top2 {
margin-top: 52px;
}
}
.fixed .hidden-desktop {
display: none;
} | 0.331444 | 0.13452 |
a.list-group-item {
cursor: pointer;
}
div.txt {
line-height: 2em;
}
[data-entity-class] {
line-height: 1;
display: inline-block;
background: transparent;
padding: 0 0.15em 0.15em 0.15em;
position: relative;
cursor: help;
border-bottom: 3px solid;
white-space: pre;
}
[data-entity-class]:after {
box-sizing: border-box;
content: attr(data-user-added) '*' attr(data-entity-class);
line-height: 1;
display: inline-block;
font-size: 0.65em;
font-weight: bold;
text-transform: uppercase;
position: absolute;
bottom: -1.5em;
left: 0;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
[data-entity-class="PersonPlace"] ~ [data-entity-class="PersonPlace"]:after {
opacity: 0;
}
[data-entity-class="PersonPlace"] ~ [data-entity-class="PersonPlace"]:hover:after {
opacity: 1;
}
[data-entity-class="PersonInstitution"] ~ [data-entity-class="PersonInstitution"]:after {
opacity: 0;
}
[data-entity-class="PersonInstitution"] ~ [data-entity-class="PersonInstitution"]:hover:after {
opacity: 1;
}
[data-entity-class="PersonPerson"] ~ [data-entity-class="PersonPerson"]:after {
opacity: 0;
}
[data-entity-class="PersonPerson"] ~ [data-entity-class="PersonPerson"]:hover:after {
opacity: 1;
}
[data-entity-class][data-entity-class="PersonPlace"] {
border-bottom-color: #394bf4;
}
[data-entity-class][data-entity-class="PersonPlace"]:after {
color: #394bf4;
}
[data-entity-class][data-entity-class="PersonInstitution"] {
border-bottom-color: hsla(120, 100%, 50%, 0.8);
}
[data-entity-class][data-entity-class="PersonInstitution"]:after {
color: hsla(120, 100%, 50%, 0.8);
}
[data-entity-class][data-entity-class="PersonPerson"] {
border-bottom-color: hsla(356, 86%, 50%, 0.8);
}
[data-entity-class][data-entity-class="PersonPerson"]:after {
color: hsla(356, 86%, 50%, 0.8);
}
mark.hl_text_complex {
border-bottom-color: hsla(57, 100%, 55%, 0.87);
cursor: help;
}
mark.complex:after {
color: hsla(57, 100%, 55%, 0.87);
}
.top-buffer { margin-top:20px; }
span.autocomplete-light-widget {
display: block;
}
.yourlabs-autocomplete [data-value] {
white-space: normal;
word-wrap: break-word;
}
span.autocomplete-light-text-widget {
max-width: 500px;
}
span.autocomp_span {
width: auto;
}
ul.pagination li.current {
padding-left: 10px;
padding-right: 10px;
}
ul.annotations_list {
list-style-type: none;
padding: 0.5em;
line-height: 2.5em;
}
table thead th{
background-repeat: no-repeat;
background-position: center left;
cursor: pointer;
}
.asc{
background-image: url(django_tables2/themes/paleblue/img/arrow-active-up.png);
}
.desc{
background-image: url(django_tables2/themes/paleblue/img/arrow-active-down.png);
}
a {
padding-left: 5px;
}
.tooltipster-base div {
height: auto;
z-index: auto;
}
#accordion { margin-right:10px; }
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}
.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}
.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;} | static/webpage/apis.css | a.list-group-item {
cursor: pointer;
}
div.txt {
line-height: 2em;
}
[data-entity-class] {
line-height: 1;
display: inline-block;
background: transparent;
padding: 0 0.15em 0.15em 0.15em;
position: relative;
cursor: help;
border-bottom: 3px solid;
white-space: pre;
}
[data-entity-class]:after {
box-sizing: border-box;
content: attr(data-user-added) '*' attr(data-entity-class);
line-height: 1;
display: inline-block;
font-size: 0.65em;
font-weight: bold;
text-transform: uppercase;
position: absolute;
bottom: -1.5em;
left: 0;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
[data-entity-class="PersonPlace"] ~ [data-entity-class="PersonPlace"]:after {
opacity: 0;
}
[data-entity-class="PersonPlace"] ~ [data-entity-class="PersonPlace"]:hover:after {
opacity: 1;
}
[data-entity-class="PersonInstitution"] ~ [data-entity-class="PersonInstitution"]:after {
opacity: 0;
}
[data-entity-class="PersonInstitution"] ~ [data-entity-class="PersonInstitution"]:hover:after {
opacity: 1;
}
[data-entity-class="PersonPerson"] ~ [data-entity-class="PersonPerson"]:after {
opacity: 0;
}
[data-entity-class="PersonPerson"] ~ [data-entity-class="PersonPerson"]:hover:after {
opacity: 1;
}
[data-entity-class][data-entity-class="PersonPlace"] {
border-bottom-color: #394bf4;
}
[data-entity-class][data-entity-class="PersonPlace"]:after {
color: #394bf4;
}
[data-entity-class][data-entity-class="PersonInstitution"] {
border-bottom-color: hsla(120, 100%, 50%, 0.8);
}
[data-entity-class][data-entity-class="PersonInstitution"]:after {
color: hsla(120, 100%, 50%, 0.8);
}
[data-entity-class][data-entity-class="PersonPerson"] {
border-bottom-color: hsla(356, 86%, 50%, 0.8);
}
[data-entity-class][data-entity-class="PersonPerson"]:after {
color: hsla(356, 86%, 50%, 0.8);
}
mark.hl_text_complex {
border-bottom-color: hsla(57, 100%, 55%, 0.87);
cursor: help;
}
mark.complex:after {
color: hsla(57, 100%, 55%, 0.87);
}
.top-buffer { margin-top:20px; }
span.autocomplete-light-widget {
display: block;
}
.yourlabs-autocomplete [data-value] {
white-space: normal;
word-wrap: break-word;
}
span.autocomplete-light-text-widget {
max-width: 500px;
}
span.autocomp_span {
width: auto;
}
ul.pagination li.current {
padding-left: 10px;
padding-right: 10px;
}
ul.annotations_list {
list-style-type: none;
padding: 0.5em;
line-height: 2.5em;
}
table thead th{
background-repeat: no-repeat;
background-position: center left;
cursor: pointer;
}
.asc{
background-image: url(django_tables2/themes/paleblue/img/arrow-active-up.png);
}
.desc{
background-image: url(django_tables2/themes/paleblue/img/arrow-active-down.png);
}
a {
padding-left: 5px;
}
.tooltipster-base div {
height: auto;
z-index: auto;
}
#accordion { margin-right:10px; }
.panel-collapse>.list-group .list-group-item:first-child {border-top-right-radius: 0;border-top-left-radius: 0;}
.panel-collapse>.list-group .list-group-item {border-width: 1px 0;}
.panel-collapse>.list-group {margin-bottom: 0;}
.panel-collapse .list-group-item {border-radius:0;}
.panel-collapse .list-group .list-group {margin: 0;margin-top: 10px;}
.panel-collapse .list-group-item li.list-group-item {margin: 0 -15px;border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item:last-child {padding-bottom: 0;}
.panel-collapse div.list-group div.list-group{margin: 0;}
.panel-collapse div.list-group .list-group a.list-group-item {border-top: 1px solid #ddd !important;border-bottom: 0;padding-left: 30px;}
.panel-collapse .list-group-item li.list-group-item {border-top: 1px solid #DDD !important;} | 0.38769 | 0.125413 |
.js .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.inputfile + label {
max-width: 80%;
font-size: 1.25rem;
/* 20px */
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
/* 10px 20px */
}
.no-js .inputfile + label {
display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
/* pointer-events: none; */
/* in case of FastClick lib use */
}
.inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */
}
/* style 1 */
.inputfile-1 + label {
color: #f1e5e6;
background-color: #d3394c;
background-attachment: scroll;
background-clip: border-box;
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat-x: ;
background-repeat-y: ;
background-size: auto;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: Merriweather, Georgia, serif !important;
font-size: 16px;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: bold;
height: 55px;
letter-spacing: 0.75px;
line-height: 35px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-align: center;
text-indent: 0px;
text-overflow: ellipsis;
text-rendering: auto;
text-shadow: none;
text-size-adjust: 100%;
text-transform: uppercase;
user-select: none;
vertical-align: top;
white-space: nowrap;
width: 262.016px;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: horizontal-tb;
-webkit-appearance: none;
-webkit-rtl-ordering: logical;
-webkit-border-image: none;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
background-color: #722040;
}
/* style 2 */
.inputfile-2 + label {
color: #d3394c;
border: 2px solid currentColor;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
color: #722040;
}
/* style 3 */
.inputfile-3 + label {
color: #d3394c;
}
.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
color: #722040;
}
/* style 4 */
.inputfile-4 + label {
color: #d3394c;
}
.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
color: #722040;
}
.inputfile-4 + label figure {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #d3394c;
display: block;
padding: 20px;
margin: 0 auto 10px;
}
.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
background-color: #722040;
}
.inputfile-4 + label svg {
width: 100%;
height: 100%;
fill: #f1e5e6;
}
/* style 5 */
.inputfile-5 + label {
color: #d3394c;
}
.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
color: #722040;
}
.inputfile-5 + label figure {
width: 100px;
height: 135px;
background-color: #d3394c;
display: block;
position: relative;
padding: 30px;
margin: 0 auto 10px;
}
.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
background-color: #722040;
}
.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
width: 0;
height: 0;
content: '';
position: absolute;
top: 0;
right: 0;
}
.inputfile-5 + label figure::before {
border-top: 20px solid #dfc8ca;
border-left: 20px solid transparent;
}
.inputfile-5 + label figure::after {
border-bottom: 20px solid #722040;
border-right: 20px solid transparent;
}
.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
border-bottom-color: #d3394c;
}
.inputfile-5 + label svg {
width: 100%;
height: 100%;
fill: #f1e5e6;
}
/* style 6 */
.inputfile-6 + label {
color: #d3394c;
}
.inputfile-6 + label {
border: 1px solid #d3394c;
background-color: #f1e5e6;
padding: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
border-color: #722040;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
padding: 0.625rem 1.25rem;
/* 10px 20px */
}
.inputfile-6 + label span {
width: 200px;
min-height: 2em;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
vertical-align: top;
}
.inputfile-6 + label strong {
height: 100%;
color: #f1e5e6;
background-color: #d3394c;
display: inline-block;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
background-color: #722040;
}
@media screen and (max-width: 50em) {
.inputfile-6 + label strong {
display: block;
}
}
.submitfile {
color: #f1e5e6;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(26, 26, 26);
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat-x: ;
background-repeat-y: ;
background-size: auto;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: Merriweather, Georgia, serif !important;
font-size: 16px;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: bold;
height: 55px;
letter-spacing: 0.75px;
line-height: 35px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-align: center;
text-indent: 0px;
text-overflow: ellipsis;
text-rendering: auto;
text-shadow: none;
text-size-adjust: 100%;
text-transform: uppercase;
user-select: none;
vertical-align: top;
white-space: nowrap;
width: 262.016px;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: horizontal-tb;
-webkit-appearance: none;
-webkit-rtl-ordering: logical;
-webkit-border-image: none;
display: inline;
font-family: Merriweather, Georgia, serif;
font-size: 16px;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: bold;
letter-spacing: 0.75px;
line-height: 35px;
pointer-events: auto;
text-align: center;
text-indent: 0px;
text-rendering: auto;
text-shadow: none;
text-size-adjust: 100%;
text-transform: uppercase;
user-select: none;
white-space: nowrap;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: horizontal-tb;
-webkit-rtl-ordering: logical;
}
.submitfile:hover,
.submitfile:focus {
background: #007acc;
} | css/component.css | .js .inputfile {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.inputfile + label {
max-width: 80%;
font-size: 1.25rem;
/* 20px */
font-weight: 700;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
padding: 0.625rem 1.25rem;
/* 10px 20px */
}
.no-js .inputfile + label {
display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
/* pointer-events: none; */
/* in case of FastClick lib use */
}
.inputfile + label svg {
width: 1em;
height: 1em;
vertical-align: middle;
fill: currentColor;
margin-top: -0.25em;
/* 4px */
margin-right: 0.25em;
/* 4px */
}
/* style 1 */
.inputfile-1 + label {
color: #f1e5e6;
background-color: #d3394c;
background-attachment: scroll;
background-clip: border-box;
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat-x: ;
background-repeat-y: ;
background-size: auto;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: Merriweather, Georgia, serif !important;
font-size: 16px;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: bold;
height: 55px;
letter-spacing: 0.75px;
line-height: 35px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-align: center;
text-indent: 0px;
text-overflow: ellipsis;
text-rendering: auto;
text-shadow: none;
text-size-adjust: 100%;
text-transform: uppercase;
user-select: none;
vertical-align: top;
white-space: nowrap;
width: 262.016px;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: horizontal-tb;
-webkit-appearance: none;
-webkit-rtl-ordering: logical;
-webkit-border-image: none;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
background-color: #722040;
}
/* style 2 */
.inputfile-2 + label {
color: #d3394c;
border: 2px solid currentColor;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
color: #722040;
}
/* style 3 */
.inputfile-3 + label {
color: #d3394c;
}
.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
color: #722040;
}
/* style 4 */
.inputfile-4 + label {
color: #d3394c;
}
.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
color: #722040;
}
.inputfile-4 + label figure {
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #d3394c;
display: block;
padding: 20px;
margin: 0 auto 10px;
}
.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
background-color: #722040;
}
.inputfile-4 + label svg {
width: 100%;
height: 100%;
fill: #f1e5e6;
}
/* style 5 */
.inputfile-5 + label {
color: #d3394c;
}
.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
color: #722040;
}
.inputfile-5 + label figure {
width: 100px;
height: 135px;
background-color: #d3394c;
display: block;
position: relative;
padding: 30px;
margin: 0 auto 10px;
}
.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
background-color: #722040;
}
.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
width: 0;
height: 0;
content: '';
position: absolute;
top: 0;
right: 0;
}
.inputfile-5 + label figure::before {
border-top: 20px solid #dfc8ca;
border-left: 20px solid transparent;
}
.inputfile-5 + label figure::after {
border-bottom: 20px solid #722040;
border-right: 20px solid transparent;
}
.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
border-bottom-color: #d3394c;
}
.inputfile-5 + label svg {
width: 100%;
height: 100%;
fill: #f1e5e6;
}
/* style 6 */
.inputfile-6 + label {
color: #d3394c;
}
.inputfile-6 + label {
border: 1px solid #d3394c;
background-color: #f1e5e6;
padding: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
border-color: #722040;
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
padding: 0.625rem 1.25rem;
/* 10px 20px */
}
.inputfile-6 + label span {
width: 200px;
min-height: 2em;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
vertical-align: top;
}
.inputfile-6 + label strong {
height: 100%;
color: #f1e5e6;
background-color: #d3394c;
display: inline-block;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
background-color: #722040;
}
@media screen and (max-width: 50em) {
.inputfile-6 + label strong {
display: block;
}
}
.submitfile {
color: #f1e5e6;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(26, 26, 26);
background-image: none;
background-origin: padding-box;
background-position-x: 0%;
background-position-y: 0%;
background-repeat-x: ;
background-repeat-y: ;
background-size: auto;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
font-family: Merriweather, Georgia, serif !important;
font-size: 16px;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: bold;
height: 55px;
letter-spacing: 0.75px;
line-height: 35px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
max-width: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
text-align: center;
text-indent: 0px;
text-overflow: ellipsis;
text-rendering: auto;
text-shadow: none;
text-size-adjust: 100%;
text-transform: uppercase;
user-select: none;
vertical-align: top;
white-space: nowrap;
width: 262.016px;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: horizontal-tb;
-webkit-appearance: none;
-webkit-rtl-ordering: logical;
-webkit-border-image: none;
display: inline;
font-family: Merriweather, Georgia, serif;
font-size: 16px;
font-stretch: normal;
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-variant-numeric: normal;
font-weight: bold;
letter-spacing: 0.75px;
line-height: 35px;
pointer-events: auto;
text-align: center;
text-indent: 0px;
text-rendering: auto;
text-shadow: none;
text-size-adjust: 100%;
text-transform: uppercase;
user-select: none;
white-space: nowrap;
word-spacing: 0px;
word-wrap: break-word;
writing-mode: horizontal-tb;
-webkit-rtl-ordering: logical;
}
.submitfile:hover,
.submitfile:focus {
background: #007acc;
} | 0.416085 | 0.095139 |
body {
margin: 0 auto;
padding: 0 0 0 0;
text-decoration: none;
text-align: center;
max-width: 1200px;
}
.head {
position: relative;
padding-bottom: 5px;
height: 50px;
width: 100%;
margin: 0 0 0 0;
}
#board {
/*background-color: #e0ebeb;*/
margin: 0 auto;
width: 400px;
border: 5px double #e38d80;
}
#text {
text-align: center;
color: #767572;
font-family: 'indie flower';
font-weight:bold;
font-size: 40px;
margin: 0 auto;
padding: 1%;
width: 300px;
}
.menu {
text-decoration: none;
display: inline-block;
text-align: center;
padding: 1%;
color: rgb(102, 102, 102);
letter-spacing: 1px;
font-style: normal;
position: relative;
margin-bottom: 20px;
font-family: "Andale Mono", "Lucida Console", "Courier New", monospace;
}
.menu:hover{
opacity: 0.6;
filter: alpha(opacity=60);
}
#save_button {
background-color: #eeeeee;
text-decoration: none;
font-size: 22px;
color: #767572;
font-family: 'indie flower';
font-weight:bold;
border: 2px dotted #767572;
margin: 3% auto;
width: 200px;
height: 40px;
border-radius: 8px;
}
#save_button:hover {
background-color: #d6d6d6;
}
.container {
width: 400px;
margin: 1% auto;
}
.container div {
line-height: 50%;
text-align: center;
}
#result{
font-family: 'indie flower';
font-weight:bold;
margin: 20px auto;
line-height: 135%;
height: 70px;
width: 70px;
text-align: center;
font-size: 60px;
color: #767572;
border: 3px double #eeeeee;
}
#quit {
font-family: 'indie flower';
font-weight:bold;
font-size: 30px;
color: #9a9997;
}
.innerClass {
display: -webkit-flex;
display: flex;
margin: 1% auto;
text-align: center;
width:400px;
}
.innerClass div {
height: 70px;
width: 70px;
color: #cccccc;
font-family: 'indie flower';
font-weight:bold;
font-size: 60px;
text-align: center;
margin: 20px auto;
line-height: 135%;
-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 6s; /* Firefox < 16 */
-ms-animation: fadein 6s; /* Internet Explorer */
-o-animation: fadein 6s; /* Opera < 12.1 */
animation: fadein 6s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
input {
background: transparent;
border: none;
width:70px;
height: 70px;
font-size: 60px;
color: #767572;
text-align: center;
font-family: 'indie flower';
font-weight:bold;
line-height: 150%;
}
#show_more {
font-family: 'indie flower';
font-weight:bold;
font-size: 20px;
color: #9a9997;
margin: auto;
-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 6s; /* Firefox < 16 */
-ms-animation: fadein 6s; /* Internet Explorer */
-o-animation: fadein 6s; /* Opera < 12.1 */
animation: fadein 6s;
}
.holder {
height: 70px;
}
.color_outputs {
display: -webkit-flex;
display: flex;
text-align: center;
width: 300px;
margin: auto;
border: 3px double #eeeeee;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;
}
.color_outputs div {
color: #8E6868;
font-family: 'indie flower';
font-weight:bold;
font-size: 20px;
line-height: 170%;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;
}
.post-footer {
display: block;
max-width: 596px;
height: 150px;
position: relative;
margin:auto;
}
.post-footer::after {
content:"";
background-image: url("assets/foot.png");
background-position: center;
margin: 70px;
height: 35px;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
left:0;
right:0;
top:0;
}
.icon {
float: left;
opacity: 0.4;
height: 100%;
}
.icon img {
margin: 20px 5px 20px 5px ;
}
.icon img:hover{
opacity: 0.7;
filter: alpha(opacity=60);
}
.main {
width:71vw;
margin:auto;
}
#about {
font-size: 15px;
font-family: "Andale Mono", "Lucida Console", "Courier New", monospace;
display: inline-block;
text-align: left;
color: rgb(102, 102, 102);
font-style: normal;
position: relative;
} | static/style_sketch.css | body {
margin: 0 auto;
padding: 0 0 0 0;
text-decoration: none;
text-align: center;
max-width: 1200px;
}
.head {
position: relative;
padding-bottom: 5px;
height: 50px;
width: 100%;
margin: 0 0 0 0;
}
#board {
/*background-color: #e0ebeb;*/
margin: 0 auto;
width: 400px;
border: 5px double #e38d80;
}
#text {
text-align: center;
color: #767572;
font-family: 'indie flower';
font-weight:bold;
font-size: 40px;
margin: 0 auto;
padding: 1%;
width: 300px;
}
.menu {
text-decoration: none;
display: inline-block;
text-align: center;
padding: 1%;
color: rgb(102, 102, 102);
letter-spacing: 1px;
font-style: normal;
position: relative;
margin-bottom: 20px;
font-family: "Andale Mono", "Lucida Console", "Courier New", monospace;
}
.menu:hover{
opacity: 0.6;
filter: alpha(opacity=60);
}
#save_button {
background-color: #eeeeee;
text-decoration: none;
font-size: 22px;
color: #767572;
font-family: 'indie flower';
font-weight:bold;
border: 2px dotted #767572;
margin: 3% auto;
width: 200px;
height: 40px;
border-radius: 8px;
}
#save_button:hover {
background-color: #d6d6d6;
}
.container {
width: 400px;
margin: 1% auto;
}
.container div {
line-height: 50%;
text-align: center;
}
#result{
font-family: 'indie flower';
font-weight:bold;
margin: 20px auto;
line-height: 135%;
height: 70px;
width: 70px;
text-align: center;
font-size: 60px;
color: #767572;
border: 3px double #eeeeee;
}
#quit {
font-family: 'indie flower';
font-weight:bold;
font-size: 30px;
color: #9a9997;
}
.innerClass {
display: -webkit-flex;
display: flex;
margin: 1% auto;
text-align: center;
width:400px;
}
.innerClass div {
height: 70px;
width: 70px;
color: #cccccc;
font-family: 'indie flower';
font-weight:bold;
font-size: 60px;
text-align: center;
margin: 20px auto;
line-height: 135%;
-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 6s; /* Firefox < 16 */
-ms-animation: fadein 6s; /* Internet Explorer */
-o-animation: fadein 6s; /* Opera < 12.1 */
animation: fadein 6s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
input {
background: transparent;
border: none;
width:70px;
height: 70px;
font-size: 60px;
color: #767572;
text-align: center;
font-family: 'indie flower';
font-weight:bold;
line-height: 150%;
}
#show_more {
font-family: 'indie flower';
font-weight:bold;
font-size: 20px;
color: #9a9997;
margin: auto;
-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 6s; /* Firefox < 16 */
-ms-animation: fadein 6s; /* Internet Explorer */
-o-animation: fadein 6s; /* Opera < 12.1 */
animation: fadein 6s;
}
.holder {
height: 70px;
}
.color_outputs {
display: -webkit-flex;
display: flex;
text-align: center;
width: 300px;
margin: auto;
border: 3px double #eeeeee;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;
}
.color_outputs div {
color: #8E6868;
font-family: 'indie flower';
font-weight:bold;
font-size: 20px;
line-height: 170%;
-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 3s; /* Firefox < 16 */
-ms-animation: fadein 3s; /* Internet Explorer */
-o-animation: fadein 3s; /* Opera < 12.1 */
animation: fadein 3s;
}
.post-footer {
display: block;
max-width: 596px;
height: 150px;
position: relative;
margin:auto;
}
.post-footer::after {
content:"";
background-image: url("assets/foot.png");
background-position: center;
margin: 70px;
height: 35px;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
left:0;
right:0;
top:0;
}
.icon {
float: left;
opacity: 0.4;
height: 100%;
}
.icon img {
margin: 20px 5px 20px 5px ;
}
.icon img:hover{
opacity: 0.7;
filter: alpha(opacity=60);
}
.main {
width:71vw;
margin:auto;
}
#about {
font-size: 15px;
font-family: "Andale Mono", "Lucida Console", "Courier New", monospace;
display: inline-block;
text-align: left;
color: rgb(102, 102, 102);
font-style: normal;
position: relative;
} | 0.311636 | 0.054676 |
body{
margin:0;
padding:0;
font-family:verdana;
font-size: 14px;
}
#image-logo{
float: left;
padding-left: 30px;
position: relative;
}
nav{
background-color: #444444;
z-index: 999;
position: fixed;
width: 100%;
top: 0;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
nav ul{
padding:0;
overflow: hidden;
/*smooth down for android*/
transition: max-height 1s;
}
nav ul li {
display: inline-block;
/*display: block;*/
/*padding:50px;*/
/*line-height: 50px;
width: 50%;*/
transition: .5s ease-in-out;
}
nav ul li a{
text-decoration: none;
color: white;
cursor: pointer;
padding:20px;
line-height: 50px;
}
nav ul li a:hover {
color: white;
text-decoration: none;
}
a:focus, a:hover {
color: #f6f6f7 !important;
text-decoration: none !important;
}
nav ul li:hover{
background: #236d8e;
/*cursor: pointer;*/
}
.text-content {
word-spacing: 5px;
text-align: justify;
}
.custom-container{
position: relative;
margin: 10px auto;
width: 80%;
overflow: hidden;
}
.container-menu{
position: relative;
margin: auto;
width: 80%;
overflow: hidden;
}
.container-img{
margin: 30px auto;
width: 25%;
text-align: center;
}
.container-img p{
text-align: center;
padding: 10px 0 20px 0;
margin: 0;
font-size: 20px;
}
.img-wrap{
text-align: center;
}
*{box-sizing: border-box;}
.container-skill{
width: 100%;
background: lightgray;
border-radius: 4px;
}
.skill{
line-height: 30px;
text-align: right;
padding-right: 20px;
border-radius: 4px;
}
.html{width: 80%; background:orange;}
.css{width: 60%; background:#f44336;}
.js{width: 40%; background:#607d8b;}
.jquery{width: 50%; background:#795548;}
.php{width: 75%; background:#3f51b5;}
.wordpress{width: 65%; background:#673ab7;}
/*todo */
.container h3{
text-align: center;
margin-top: 30px;
}
footer a {
color: white;
text-decoration: none;
display: block;
font-size: 14px;
margin-top: 10px;
}
footer {
background: #444444;
padding: 20px;
/*margin-top: 50px;*/
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
width: 25%;
border-radius: 4px;
float: left;
margin: 30px;
transition: .3s;
}
.container-card a {
text-decoration: none;
color: white;
line-height: 30px;
}
.container-card {
padding: 10px;
text-align: center;
}
.card:hover{
box-shadow: 2px 8px 8px 2px rgba(0,0,0,0.2);
}
.menu-icon{
background: #312840;
width:100%;
text-align: right;
padding: 15px;
color:white;
display: none;
cursor: pointer;
}
/*Media query*/
@media (max-width: 768px){
nav ul {
max-height: 0px;
}
nav{
height: initial !important;
}
/* nav ul{
}
display: none; instead of display none height set to 0
}*/
.card {
width: 60%;
float: none;
margin: 20px auto;
}
#skills h3, #projects h3{
text-align: center;
margin-bottom: 30px;
}
.container-img{
text-align: center !important;
width: 70% !important;
}
nav ul li {
box-sizing: border-box;
text-align: center;
width: 100% !important;
cursor: pointer;
}
.container-menu{
width: 100%;
}
.menu-icon{
display: block;
}
.active{
max-height: 200px;
}
#image-logo img{
display: none;
}
#gameBtn{
text-align: center;
width: auto;
margin: 20px;
position: relative;
padding: 10px;
}
}
@media (max-width: 900px){
nav ul {
max-height: 0px;
}
.card {
width: 50%;
float: none;
margin: 20px auto;
}
#skills h3, #projects h3{
text-align: center;
margin-bottom: 30px;
}
.container-img{
text-align: center !important;
width: 70% !important;
}
nav ul li {
box-sizing: border-box;
text-align: center;
width: 100% !important;
cursor: pointer;
}
.container-menu{
width: 100%;
}
.menu-icon{
display: block;
}
.active{
max-height: 200px;
}
}
@media (max-width: 991px){
#gameBtn{
text-align: center;
width: auto;
margin: 20px;
position: relative;
padding: 10px;
}
}
/*style todo app js*/
.text-right{
float: right;
color: red;
font-weight:bold;
text-decoration: none;
cursor: pointer;
}
.text-right:hover{
text-decoration: none;
color: red;
}
input#filter {
width: 30%;
transition: .7s ease-in-out;
}
input#filter:focus{
width: 100%;
}
/* Jokes Style*/
#loader, #resultjokes{
display: none;
}
.list-group .list-group-item{
color: black;
}
/*book list style*/
table.table.table-bordered {
color: black;
}
form#book-form{
color: black;
}
.success, .error{
color:white;
padding: 5px;
margin: 5px 0 15px 0;
}
.success{
background: green;
}
.error{
background: red;
}
.delete{
cursor: pointer;
text-decoration: none;
}
.table-bordered {
border: 1px solid #ddd;
color: black;
} | assets/css/css.css | body{
margin:0;
padding:0;
font-family:verdana;
font-size: 14px;
}
#image-logo{
float: left;
padding-left: 30px;
position: relative;
}
nav{
background-color: #444444;
z-index: 999;
position: fixed;
width: 100%;
top: 0;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
nav ul{
padding:0;
overflow: hidden;
/*smooth down for android*/
transition: max-height 1s;
}
nav ul li {
display: inline-block;
/*display: block;*/
/*padding:50px;*/
/*line-height: 50px;
width: 50%;*/
transition: .5s ease-in-out;
}
nav ul li a{
text-decoration: none;
color: white;
cursor: pointer;
padding:20px;
line-height: 50px;
}
nav ul li a:hover {
color: white;
text-decoration: none;
}
a:focus, a:hover {
color: #f6f6f7 !important;
text-decoration: none !important;
}
nav ul li:hover{
background: #236d8e;
/*cursor: pointer;*/
}
.text-content {
word-spacing: 5px;
text-align: justify;
}
.custom-container{
position: relative;
margin: 10px auto;
width: 80%;
overflow: hidden;
}
.container-menu{
position: relative;
margin: auto;
width: 80%;
overflow: hidden;
}
.container-img{
margin: 30px auto;
width: 25%;
text-align: center;
}
.container-img p{
text-align: center;
padding: 10px 0 20px 0;
margin: 0;
font-size: 20px;
}
.img-wrap{
text-align: center;
}
*{box-sizing: border-box;}
.container-skill{
width: 100%;
background: lightgray;
border-radius: 4px;
}
.skill{
line-height: 30px;
text-align: right;
padding-right: 20px;
border-radius: 4px;
}
.html{width: 80%; background:orange;}
.css{width: 60%; background:#f44336;}
.js{width: 40%; background:#607d8b;}
.jquery{width: 50%; background:#795548;}
.php{width: 75%; background:#3f51b5;}
.wordpress{width: 65%; background:#673ab7;}
/*todo */
.container h3{
text-align: center;
margin-top: 30px;
}
footer a {
color: white;
text-decoration: none;
display: block;
font-size: 14px;
margin-top: 10px;
}
footer {
background: #444444;
padding: 20px;
/*margin-top: 50px;*/
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
width: 25%;
border-radius: 4px;
float: left;
margin: 30px;
transition: .3s;
}
.container-card a {
text-decoration: none;
color: white;
line-height: 30px;
}
.container-card {
padding: 10px;
text-align: center;
}
.card:hover{
box-shadow: 2px 8px 8px 2px rgba(0,0,0,0.2);
}
.menu-icon{
background: #312840;
width:100%;
text-align: right;
padding: 15px;
color:white;
display: none;
cursor: pointer;
}
/*Media query*/
@media (max-width: 768px){
nav ul {
max-height: 0px;
}
nav{
height: initial !important;
}
/* nav ul{
}
display: none; instead of display none height set to 0
}*/
.card {
width: 60%;
float: none;
margin: 20px auto;
}
#skills h3, #projects h3{
text-align: center;
margin-bottom: 30px;
}
.container-img{
text-align: center !important;
width: 70% !important;
}
nav ul li {
box-sizing: border-box;
text-align: center;
width: 100% !important;
cursor: pointer;
}
.container-menu{
width: 100%;
}
.menu-icon{
display: block;
}
.active{
max-height: 200px;
}
#image-logo img{
display: none;
}
#gameBtn{
text-align: center;
width: auto;
margin: 20px;
position: relative;
padding: 10px;
}
}
@media (max-width: 900px){
nav ul {
max-height: 0px;
}
.card {
width: 50%;
float: none;
margin: 20px auto;
}
#skills h3, #projects h3{
text-align: center;
margin-bottom: 30px;
}
.container-img{
text-align: center !important;
width: 70% !important;
}
nav ul li {
box-sizing: border-box;
text-align: center;
width: 100% !important;
cursor: pointer;
}
.container-menu{
width: 100%;
}
.menu-icon{
display: block;
}
.active{
max-height: 200px;
}
}
@media (max-width: 991px){
#gameBtn{
text-align: center;
width: auto;
margin: 20px;
position: relative;
padding: 10px;
}
}
/*style todo app js*/
.text-right{
float: right;
color: red;
font-weight:bold;
text-decoration: none;
cursor: pointer;
}
.text-right:hover{
text-decoration: none;
color: red;
}
input#filter {
width: 30%;
transition: .7s ease-in-out;
}
input#filter:focus{
width: 100%;
}
/* Jokes Style*/
#loader, #resultjokes{
display: none;
}
.list-group .list-group-item{
color: black;
}
/*book list style*/
table.table.table-bordered {
color: black;
}
form#book-form{
color: black;
}
.success, .error{
color:white;
padding: 5px;
margin: 5px 0 15px 0;
}
.success{
background: green;
}
.error{
background: red;
}
.delete{
cursor: pointer;
text-decoration: none;
}
.table-bordered {
border: 1px solid #ddd;
color: black;
} | 0.279927 | 0.049959 |
/* ---------------------------------- Componentes para todas las páginas del TPO ----------------------------------*/
.gi_header_logo {
grid-area: header_logo;
height: 60px;
background-image: linear-gradient( to top, #cccccc, #d4d4d4, #dddddd, #e5e5e5, #eeeeee);
}
.gi_header_logo img {
width: 60px;
height: 60px;
padding: 5px 5px;
}
.gi_header_nav {
grid-area: header_nav;
height: 60px;
background-image: linear-gradient( to top, #cccccc, #d4d4d4, #dddddd, #e5e5e5, #eeeeee);
padding: 20px 0px;
}
.gi_header_nav a {
color: #999999;
margin: 5px 3px;
transition: all .05s;
}
.gi_header_nav a:active, .gi_header_nav a:visited, .gi_header_nav a:link {
font-family: sans-serif;
padding: 7px;
color: #999999;
text-decoration: none;
}
.gi_header_nav a:hover {
background-color: #ffffff;
color: #2b78c2;
border-radius: 10px;
}
.fa-home, .fa-user, .fa-at, .fa-user-plus, .fa-map-marker-alt, .fa-users {
color: #999999; /* Iconos del nav */
}
.gi_footer {
grid-area: footer;
width: 100vw;
height: 100px;
color: #999999;
background: linear-gradient(to right, #e6e6e6, #e6e6e6, #ffffff, #ffffff, #ffffff, #e6e6e6, #e6e6e6 );
margin-top: 1em;
width: 100%;
text-align: center;
}
.gi_footer a {
display: inline-block;
margin-top: 0.5em;
margin-left: 0.5em;
text-decoration: none;
}
.gi_footer h4 {
font-family: Arial, Helvetica, sans-serif;
padding: 0.2em;
}
/* -------------------------------------------- Redes Sociales --------------------------------------------*/
.fa-facebook-square{
color: #475a95;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
border-radius: 15%;
line-height: 0.87em;
}
.fa-twitter-square {
color: #00acee;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
line-height: 0.87em;
border-radius: 15%;
}
.fa-instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fa-pinterest-square {
color: red;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
line-height: 0.87em;
border-radius: 15%;
}
.fa-linkedin {
color: blue;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
line-height: 0.87em;
border-radius: 15%;
}
.fa-youtube {
color: red;
background-image: linear-gradient(to right, #e6e6e6, #e6e6e6, white, white, white, #e6e6e6, #e6e6e6);
line-height: 0.3em !important;
}
/* ------------------------------------------------ Componentes de cada página -------------------------------------------------*/
/* -------------------------------------------------------- index.html ---------------------------------------------------------*/
.index_gc {
display: grid;
grid-template-columns: 10vw repeat(4, 20vw) 10vw;
grid-template-rows: 70px 200px 1fr repeat(2, 460px) 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav header_nav"
"aside1 main main main main aside2"
"image image image image image image"
"image2 image2 image2 image2 image2 image2"
"image3 image3 image3 image4 image4 image4"
"footer footer footer footer footer footer";
row-gap: 10px;
}
.index_gi_aside1 {
grid-area: aside1;
}
.index_gi_main {
background-color: #7897ab;
grid-area: main;
height: auto;
text-align: center;
}
.index_gi_image {
width: 100vw;
height: 768px;
grid-area: image;
position: relative;
border: 10px solid #ffffff;
}
.index_gi_image img {
width: 100%;
height: 768px;
position: absolute;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.index_gi_image h2 {
color: #ffffff;
text-align: center;
width: auto;
position: absolute;
z-index: 30;
top: 100px;
left: 0;
right: 0;
margin: auto;
}
.index_gi_image h5 {
color: #ffffff;
text-align: center;
width: auto;
position: absolute;
z-index: 40;
top: 150px;
left: 0;
right: 0;
margin: auto;
}
.index_gi_image2 {
width: 100vw;
height: 460px;
grid-area: image2;
position: relative;
border: 10px solid #ffffff;
}
.index_gi_image2 img {
width: 100%;
height: 460px;
position: absolute;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.index_gi_image2 button {
width: 200px;
height: 50px;
font-weight: bold;
position: absolute;
z-index: 30;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
.index_gi_image2 p {
width: 100vw;
height: 150px;
background-color: #00000077;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 1.5em;
position: absolute;
z-index: 30;
bottom: 0;
margin: auto;
}
.index_gi_image3 {
width: 50vw;
height: 460px;
grid-area: image3;
position: relative;
margin-left: 10px;
}
.index_gi_image3 img {
width: 49vw;
height: 460px;
position: absolute;
z-index: 20;
}
.index_gi_image3 button {
width: 200px;
height: 50px;
font-weight: bold;
position: absolute;
z-index: 30;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
.index_gi_image3 p {
width: 49vw;
height: 140px;
background-color: #00000077;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 1.2em;
position: absolute;
z-index: 30;
bottom: 0;
margin: auto;
}
.index_gi_image4 {
width: 50vw;
height: 460px;
grid-area: image4;
position: relative;
margin-right: 1vw;
}
.index_gi_image4 img {
width: 49vw;
height: 460px;
position: absolute;
z-index: 20;
}
.index_gi_image4 p {
width: 50vw;
height: 140px;
background-color: #00000077;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 1.2em;
position: absolute;
z-index: 30;
bottom: 0;
margin: auto;
}
.index_gi_image4 button {
width: 200px;
height: 50px;
font-weight: bold;
position: absolute;
z-index: 30;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
.index_gi_aside2 {
grid-area: aside2;
}
/* Definición del grid del form*/
#index_form1 {
display: grid;
grid-template-rows: repeat(4, 2em) 3em; /* grid-template-rows: 120px 120px 120px; */
grid-template-columns: repeat(9, 70px) 1fr; /* grid-template-columns: 90px 90px 90px 90px 90px 90px; */
grid-row-gap: 0.5em;
grid-column-gap: 10px;
width: 800px;
height: 15em;
position: absolute;
z-index: 50;
top: 0;
right: 0;
bottom: 0;
left:0;
margin: auto;
background-color: #ffffffaa;
align-content: center;
}
/* Definición de ancho y alto de los items en filas y columnas */
.index_form1_input_label1, .index_form1_input_label2, .index_form1_input_label3 {
background-color: #ffffff00;
color: #ff1111;
font-weight: bold;
font-size: 0.8em;
}
#index_form1_select1, #index_form1_select2 {
grid-column: 1/9; /* grid-column: 1/ span 8. Arranca en 1 y abarca 8 columnas */
}
#index_form1_input_fecha_retiro, #index_form1_input_fecha_devolucion {
grid-column: 9/11; /* grid-column: 9/ span 2. Arranca en 9 y abarca 2 columnas */
}
#index_form1_input_cupon, .index_form1_input_label1 {
grid-column: 1/4; /* grid-column: 1/ span 3. Arranca en 1 y abarca 3 columnas */
}
#index_form1_input_codigo_AWD, .index_form1_input_label2 {
grid-column: 4/7; /* grid-column: 4/ span 3. Arranca en 4 y abarca 3 columnas */
}
#index_form1_input_nro_vuelo, .index_form1_input_label3 {
grid-column: 7/11; /* grid-column: 7/ span 2. Arranca en 7 y abarca 4 columnas */
}
.index_form1_button {
grid-column: 4 / span 4; /* grid-column: 5/ span 4. Arranca en 5 y abarca 4 columnas */
background-color: #7897ab;
color: #ffffff;
font-size: 18px;
}
/* ------------------------------------------------------- oficinas.html -------------------------------------------------------*/
.oficinas_gc {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 70px 60px repeat(2, 1fr) 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav"
"aside1 main main main aside2"
"aside1 iframe1 iframe2 iframe3 aside2"
"aside1 iframe4 iframe5 iframe6 aside2"
"footer footer footer footer footer";
}
.oficinas_gi_aside1 {
grid-area: aside1;
}
.oficinas_gi_main {
background-color: #7897ab;
grid-area: main;
height: 3em;
text-align: center;
}
.oficinas_gi_iframe1 {
grid-area: iframe1;
}
.oficinas_gi_iframe2 {
grid-area: iframe2;
}
.oficinas_gi_iframe3 {
grid-area: iframe3;
}
.oficinas_gi_iframe4 {
grid-area: iframe4;
}
.oficinas_gi_iframe5 {
grid-area: iframe5;
}
.oficinas_gi_iframe6 {
grid-area: iframe6;
}
div iframe {
width: 200px;
height: 200px;
}
div p {
text-align: left;
font-size: 14px;
font-weight: 500;
line-height: 30px;
}
div p a {
border-radius: 10px;
}
div p a:active, div p a:visited, div p a:link {
font-family: sans-serif;
padding: 7px;
background-color: #7897ab;
color: #ffffff;
text-decoration: none;
}
div p a:hover {
background-color: #ffffff;
border: 2px solid #000;
color: #2b78c2;
border-radius: 10px;
}
.oficinas_gi_aside2 {
grid-area: aside2;
}
/* ------------------------------------------------------ nuestras_marcas.html -------------------------------------------------------*/
.nuestras_marcas_gc {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 70px 100 px repeat(3, 1fr) 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav header_nav"
"aside1 main main main main aside2"
"aside1 logo1 logo2 logo3 logo4 aside2"
"aside1 logo5 logo6 logo7 logo8 aside2"
"aside1 logo9 logo10 logo11 logo12 aside2"
"footer footer footer footer footer footer";
}
.nuestras_marcas_gi_aside1 {
grid-area: aside1;
}
.nuestras_marcas_gi_main {
background-color: #7897ab;
grid-area: main;
text-align: center;
}
.nuestras_marcas_gi_logo1 {
grid-area: logo1;
}
.nuestras_marcas_gi_logo2 {
grid-area: logo2;
}
.nuestras_marcas_gi_logo3 {
grid-area: logo3;
}
.nuestras_marcas_gi_logo4 {
grid-area: logo4;
}
.nuestras_marcas_gi_logo5 {
grid-area: logo5;
}
.nuestras_marcas_gi_logo6 {
grid-area: logo6;
}
.nuestras_marcas_gi_logo7 {
grid-area: logo7;
}
.nuestras_marcas_gi_logo8 {
grid-area: logo8;
}
.nuestras_marcas_gi_logo9 {
grid-area: logo9;
}
.nuestras_marcas_gi_logo10 {
grid-area: logo10;
}
.nuestras_marcas_gi_logo11 {
grid-area: logo11;
}
.nuestras_marcas_gi_logo12 {
grid-area: logo12;
}
div img {
width: 200px;
height: 200px;
}
.nuestras_marcas_gi_aside2 {
grid-area: aside2;
}
/* ------------------------------------------------------ registrarse.html -------------------------------------------------------*/
/*
.registrarse_gc {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 70px 1fr 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav header_nav"
"form form form form form form"
"footer footer footer footer footer footer";
}
.registrarse_gi_form {
grid-area: form;
}
.form-check-input:checked {
background-color: #2b78c2 !important;
border-color: #2b78c2 !important;
}
.btn-colcss {
color: #fff !important;
background-color: #2b78c2 !important;
border-color: #2b78c2 !important;
}
.btn-colcss:hover {
color: #fff !important;
background-color: #0d6efd !important;
border-color: #0d6efd !important;
}
*/
/* ------------------------------------------------------ contacto.html -------------------------------------------------------*/
.contacto_gc {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 70px 1fr 100px;
grid-template-areas:
"header_logo header_nav header_nav"
"aside1 main aside2"
"footer footer footer";
}
.contacto_gi_aside1 {
grid-area: aside1;
}
.contacto_gi_main {
background-color: #7897ab;
grid-area: main;
text-align: left;
}
.contacto_gi_aside2 {
grid-area: aside2;
}
.header_bs {
color: #000000;
font-size: 27px;
padding: 10px;
}
.bigicon {
font-size: 18px;
color: #000000;
}
.btn-colcss {
color: #fff !important;
background-color: #2b78c2 !important;
border-color: #2b78c2 !important;
}
.btn-colcss:hover {
color: #fff !important;
background-color: #0d6efd !important;
border-color: #0d6efd !important;
} | TPO_FRONT_END/css/style.css |
/* ---------------------------------- Componentes para todas las páginas del TPO ----------------------------------*/
.gi_header_logo {
grid-area: header_logo;
height: 60px;
background-image: linear-gradient( to top, #cccccc, #d4d4d4, #dddddd, #e5e5e5, #eeeeee);
}
.gi_header_logo img {
width: 60px;
height: 60px;
padding: 5px 5px;
}
.gi_header_nav {
grid-area: header_nav;
height: 60px;
background-image: linear-gradient( to top, #cccccc, #d4d4d4, #dddddd, #e5e5e5, #eeeeee);
padding: 20px 0px;
}
.gi_header_nav a {
color: #999999;
margin: 5px 3px;
transition: all .05s;
}
.gi_header_nav a:active, .gi_header_nav a:visited, .gi_header_nav a:link {
font-family: sans-serif;
padding: 7px;
color: #999999;
text-decoration: none;
}
.gi_header_nav a:hover {
background-color: #ffffff;
color: #2b78c2;
border-radius: 10px;
}
.fa-home, .fa-user, .fa-at, .fa-user-plus, .fa-map-marker-alt, .fa-users {
color: #999999; /* Iconos del nav */
}
.gi_footer {
grid-area: footer;
width: 100vw;
height: 100px;
color: #999999;
background: linear-gradient(to right, #e6e6e6, #e6e6e6, #ffffff, #ffffff, #ffffff, #e6e6e6, #e6e6e6 );
margin-top: 1em;
width: 100%;
text-align: center;
}
.gi_footer a {
display: inline-block;
margin-top: 0.5em;
margin-left: 0.5em;
text-decoration: none;
}
.gi_footer h4 {
font-family: Arial, Helvetica, sans-serif;
padding: 0.2em;
}
/* -------------------------------------------- Redes Sociales --------------------------------------------*/
.fa-facebook-square{
color: #475a95;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
border-radius: 15%;
line-height: 0.87em;
}
.fa-twitter-square {
color: #00acee;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
line-height: 0.87em;
border-radius: 15%;
}
.fa-instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fa-pinterest-square {
color: red;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
line-height: 0.87em;
border-radius: 15%;
}
.fa-linkedin {
color: blue;
background-image: linear-gradient(to right, #e6e6e6, white, white, white, white, white, #e6e6e6);
line-height: 0.87em;
border-radius: 15%;
}
.fa-youtube {
color: red;
background-image: linear-gradient(to right, #e6e6e6, #e6e6e6, white, white, white, #e6e6e6, #e6e6e6);
line-height: 0.3em !important;
}
/* ------------------------------------------------ Componentes de cada página -------------------------------------------------*/
/* -------------------------------------------------------- index.html ---------------------------------------------------------*/
.index_gc {
display: grid;
grid-template-columns: 10vw repeat(4, 20vw) 10vw;
grid-template-rows: 70px 200px 1fr repeat(2, 460px) 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav header_nav"
"aside1 main main main main aside2"
"image image image image image image"
"image2 image2 image2 image2 image2 image2"
"image3 image3 image3 image4 image4 image4"
"footer footer footer footer footer footer";
row-gap: 10px;
}
.index_gi_aside1 {
grid-area: aside1;
}
.index_gi_main {
background-color: #7897ab;
grid-area: main;
height: auto;
text-align: center;
}
.index_gi_image {
width: 100vw;
height: 768px;
grid-area: image;
position: relative;
border: 10px solid #ffffff;
}
.index_gi_image img {
width: 100%;
height: 768px;
position: absolute;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.index_gi_image h2 {
color: #ffffff;
text-align: center;
width: auto;
position: absolute;
z-index: 30;
top: 100px;
left: 0;
right: 0;
margin: auto;
}
.index_gi_image h5 {
color: #ffffff;
text-align: center;
width: auto;
position: absolute;
z-index: 40;
top: 150px;
left: 0;
right: 0;
margin: auto;
}
.index_gi_image2 {
width: 100vw;
height: 460px;
grid-area: image2;
position: relative;
border: 10px solid #ffffff;
}
.index_gi_image2 img {
width: 100%;
height: 460px;
position: absolute;
z-index: 20;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.index_gi_image2 button {
width: 200px;
height: 50px;
font-weight: bold;
position: absolute;
z-index: 30;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
.index_gi_image2 p {
width: 100vw;
height: 150px;
background-color: #00000077;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 1.5em;
position: absolute;
z-index: 30;
bottom: 0;
margin: auto;
}
.index_gi_image3 {
width: 50vw;
height: 460px;
grid-area: image3;
position: relative;
margin-left: 10px;
}
.index_gi_image3 img {
width: 49vw;
height: 460px;
position: absolute;
z-index: 20;
}
.index_gi_image3 button {
width: 200px;
height: 50px;
font-weight: bold;
position: absolute;
z-index: 30;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
.index_gi_image3 p {
width: 49vw;
height: 140px;
background-color: #00000077;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 1.2em;
position: absolute;
z-index: 30;
bottom: 0;
margin: auto;
}
.index_gi_image4 {
width: 50vw;
height: 460px;
grid-area: image4;
position: relative;
margin-right: 1vw;
}
.index_gi_image4 img {
width: 49vw;
height: 460px;
position: absolute;
z-index: 20;
}
.index_gi_image4 p {
width: 50vw;
height: 140px;
background-color: #00000077;
color: #ffffff;
font-weight: bold;
text-align: center;
font-size: 1.2em;
position: absolute;
z-index: 30;
bottom: 0;
margin: auto;
}
.index_gi_image4 button {
width: 200px;
height: 50px;
font-weight: bold;
position: absolute;
z-index: 30;
left: 0;
right: 0;
bottom: 50px;
margin: auto;
}
.index_gi_aside2 {
grid-area: aside2;
}
/* Definición del grid del form*/
#index_form1 {
display: grid;
grid-template-rows: repeat(4, 2em) 3em; /* grid-template-rows: 120px 120px 120px; */
grid-template-columns: repeat(9, 70px) 1fr; /* grid-template-columns: 90px 90px 90px 90px 90px 90px; */
grid-row-gap: 0.5em;
grid-column-gap: 10px;
width: 800px;
height: 15em;
position: absolute;
z-index: 50;
top: 0;
right: 0;
bottom: 0;
left:0;
margin: auto;
background-color: #ffffffaa;
align-content: center;
}
/* Definición de ancho y alto de los items en filas y columnas */
.index_form1_input_label1, .index_form1_input_label2, .index_form1_input_label3 {
background-color: #ffffff00;
color: #ff1111;
font-weight: bold;
font-size: 0.8em;
}
#index_form1_select1, #index_form1_select2 {
grid-column: 1/9; /* grid-column: 1/ span 8. Arranca en 1 y abarca 8 columnas */
}
#index_form1_input_fecha_retiro, #index_form1_input_fecha_devolucion {
grid-column: 9/11; /* grid-column: 9/ span 2. Arranca en 9 y abarca 2 columnas */
}
#index_form1_input_cupon, .index_form1_input_label1 {
grid-column: 1/4; /* grid-column: 1/ span 3. Arranca en 1 y abarca 3 columnas */
}
#index_form1_input_codigo_AWD, .index_form1_input_label2 {
grid-column: 4/7; /* grid-column: 4/ span 3. Arranca en 4 y abarca 3 columnas */
}
#index_form1_input_nro_vuelo, .index_form1_input_label3 {
grid-column: 7/11; /* grid-column: 7/ span 2. Arranca en 7 y abarca 4 columnas */
}
.index_form1_button {
grid-column: 4 / span 4; /* grid-column: 5/ span 4. Arranca en 5 y abarca 4 columnas */
background-color: #7897ab;
color: #ffffff;
font-size: 18px;
}
/* ------------------------------------------------------- oficinas.html -------------------------------------------------------*/
.oficinas_gc {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 70px 60px repeat(2, 1fr) 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav"
"aside1 main main main aside2"
"aside1 iframe1 iframe2 iframe3 aside2"
"aside1 iframe4 iframe5 iframe6 aside2"
"footer footer footer footer footer";
}
.oficinas_gi_aside1 {
grid-area: aside1;
}
.oficinas_gi_main {
background-color: #7897ab;
grid-area: main;
height: 3em;
text-align: center;
}
.oficinas_gi_iframe1 {
grid-area: iframe1;
}
.oficinas_gi_iframe2 {
grid-area: iframe2;
}
.oficinas_gi_iframe3 {
grid-area: iframe3;
}
.oficinas_gi_iframe4 {
grid-area: iframe4;
}
.oficinas_gi_iframe5 {
grid-area: iframe5;
}
.oficinas_gi_iframe6 {
grid-area: iframe6;
}
div iframe {
width: 200px;
height: 200px;
}
div p {
text-align: left;
font-size: 14px;
font-weight: 500;
line-height: 30px;
}
div p a {
border-radius: 10px;
}
div p a:active, div p a:visited, div p a:link {
font-family: sans-serif;
padding: 7px;
background-color: #7897ab;
color: #ffffff;
text-decoration: none;
}
div p a:hover {
background-color: #ffffff;
border: 2px solid #000;
color: #2b78c2;
border-radius: 10px;
}
.oficinas_gi_aside2 {
grid-area: aside2;
}
/* ------------------------------------------------------ nuestras_marcas.html -------------------------------------------------------*/
.nuestras_marcas_gc {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 70px 100 px repeat(3, 1fr) 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav header_nav"
"aside1 main main main main aside2"
"aside1 logo1 logo2 logo3 logo4 aside2"
"aside1 logo5 logo6 logo7 logo8 aside2"
"aside1 logo9 logo10 logo11 logo12 aside2"
"footer footer footer footer footer footer";
}
.nuestras_marcas_gi_aside1 {
grid-area: aside1;
}
.nuestras_marcas_gi_main {
background-color: #7897ab;
grid-area: main;
text-align: center;
}
.nuestras_marcas_gi_logo1 {
grid-area: logo1;
}
.nuestras_marcas_gi_logo2 {
grid-area: logo2;
}
.nuestras_marcas_gi_logo3 {
grid-area: logo3;
}
.nuestras_marcas_gi_logo4 {
grid-area: logo4;
}
.nuestras_marcas_gi_logo5 {
grid-area: logo5;
}
.nuestras_marcas_gi_logo6 {
grid-area: logo6;
}
.nuestras_marcas_gi_logo7 {
grid-area: logo7;
}
.nuestras_marcas_gi_logo8 {
grid-area: logo8;
}
.nuestras_marcas_gi_logo9 {
grid-area: logo9;
}
.nuestras_marcas_gi_logo10 {
grid-area: logo10;
}
.nuestras_marcas_gi_logo11 {
grid-area: logo11;
}
.nuestras_marcas_gi_logo12 {
grid-area: logo12;
}
div img {
width: 200px;
height: 200px;
}
.nuestras_marcas_gi_aside2 {
grid-area: aside2;
}
/* ------------------------------------------------------ registrarse.html -------------------------------------------------------*/
/*
.registrarse_gc {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 70px 1fr 100px;
grid-template-areas:
"header_logo header_nav header_nav header_nav header_nav header_nav"
"form form form form form form"
"footer footer footer footer footer footer";
}
.registrarse_gi_form {
grid-area: form;
}
.form-check-input:checked {
background-color: #2b78c2 !important;
border-color: #2b78c2 !important;
}
.btn-colcss {
color: #fff !important;
background-color: #2b78c2 !important;
border-color: #2b78c2 !important;
}
.btn-colcss:hover {
color: #fff !important;
background-color: #0d6efd !important;
border-color: #0d6efd !important;
}
*/
/* ------------------------------------------------------ contacto.html -------------------------------------------------------*/
.contacto_gc {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 70px 1fr 100px;
grid-template-areas:
"header_logo header_nav header_nav"
"aside1 main aside2"
"footer footer footer";
}
.contacto_gi_aside1 {
grid-area: aside1;
}
.contacto_gi_main {
background-color: #7897ab;
grid-area: main;
text-align: left;
}
.contacto_gi_aside2 {
grid-area: aside2;
}
.header_bs {
color: #000000;
font-size: 27px;
padding: 10px;
}
.bigicon {
font-size: 18px;
color: #000000;
}
.btn-colcss {
color: #fff !important;
background-color: #2b78c2 !important;
border-color: #2b78c2 !important;
}
.btn-colcss:hover {
color: #fff !important;
background-color: #0d6efd !important;
border-color: #0d6efd !important;
} | 0.40157 | 0.177882 |
.header {
display: flex;
color: #FFF;
width: 100%;
justify-content: center;
align-items: center;
margin-top: 32px;
margin-bottom: 32px;
}
.header__img {
width: 20%;
margin: 0px;
}
.header__logo {
padding: 20px;
}
.header__search {
width: 60%;
}
.header__search_input {
width: calc(100% - 4%);
border-radius: 10px;
height: 54px;
line-height: 24px;
font-size: 16px;
font-weight: 400;
background-color: rgba(255, 255, 255, 0.16);
border: 0px;
color: #FFF;
padding: 0% 2%;
}
.header__search_btn {
display: none;
}
.header__search__menu {
display: none;
}
.header__user {
width: 20%;
display: flex;
justify-content: center;
align-items: center;
}
.header__user_name {
margin-left: 8%;
line-height: 24px;
font-size: 16px;
}
.header__user_img {
width: 32px;
height: 32px;
}
.user__container {
display: flex;
justify-content: center;
align-items: center;
}
.user__container:hover {
background-color: rgba(255, 255, 255, 0.16);
padding: 10px;
border-radius: 8px;
}
.header__search__menu_btn:hover {
background-color: rgba(80, 129, 251, 0.08);
width: 30%;
text-align: center;
border-radius: 10px;
}
.header__search__menu_btn:target {
background-color: rgba(80, 129, 251, 0.16);
width: 30%;
text-align: center;
border-radius: 10px;
}
@media screen and (max-width: 768px) {
.header {
position: fixed;
margin: 5% auto;
place-content: space-around;
}
.header__img {
width: 20%;
margin: 0px;
}
.header__logo {
width: 100%;
padding: 0px;
}
.header__user {
display: none;
}
.header__search {
width: 70%;
display: flex;
justify-content: space-between;
}
.header__search_btn {
display: none;
}
.header__search_input {
width: 70%;
}
.header__search__menu {
justify-content: center;
display: flex;
text-align: column;
margin: auto;
width: 20%;
line-height: 36px;
}
}
.user__container {
justify-content: start;
padding-left: 20px;
}
@media screen and (max-width: 480px) {
.header__img {
width: 40%;
}
.header__search {
width: 40%;
justify-content: flex-end;
}
.header__search_input {
display: none;
}
.header__search_btn {
display: inline-block;
font-size: 24px;
width: 40%;
background-color: transparent;
border: none;
}
.header__search__menu {
width: 40%;
}
}
/*# sourceMappingURL=header.css.map */ | Assets/css/header.css | .header {
display: flex;
color: #FFF;
width: 100%;
justify-content: center;
align-items: center;
margin-top: 32px;
margin-bottom: 32px;
}
.header__img {
width: 20%;
margin: 0px;
}
.header__logo {
padding: 20px;
}
.header__search {
width: 60%;
}
.header__search_input {
width: calc(100% - 4%);
border-radius: 10px;
height: 54px;
line-height: 24px;
font-size: 16px;
font-weight: 400;
background-color: rgba(255, 255, 255, 0.16);
border: 0px;
color: #FFF;
padding: 0% 2%;
}
.header__search_btn {
display: none;
}
.header__search__menu {
display: none;
}
.header__user {
width: 20%;
display: flex;
justify-content: center;
align-items: center;
}
.header__user_name {
margin-left: 8%;
line-height: 24px;
font-size: 16px;
}
.header__user_img {
width: 32px;
height: 32px;
}
.user__container {
display: flex;
justify-content: center;
align-items: center;
}
.user__container:hover {
background-color: rgba(255, 255, 255, 0.16);
padding: 10px;
border-radius: 8px;
}
.header__search__menu_btn:hover {
background-color: rgba(80, 129, 251, 0.08);
width: 30%;
text-align: center;
border-radius: 10px;
}
.header__search__menu_btn:target {
background-color: rgba(80, 129, 251, 0.16);
width: 30%;
text-align: center;
border-radius: 10px;
}
@media screen and (max-width: 768px) {
.header {
position: fixed;
margin: 5% auto;
place-content: space-around;
}
.header__img {
width: 20%;
margin: 0px;
}
.header__logo {
width: 100%;
padding: 0px;
}
.header__user {
display: none;
}
.header__search {
width: 70%;
display: flex;
justify-content: space-between;
}
.header__search_btn {
display: none;
}
.header__search_input {
width: 70%;
}
.header__search__menu {
justify-content: center;
display: flex;
text-align: column;
margin: auto;
width: 20%;
line-height: 36px;
}
}
.user__container {
justify-content: start;
padding-left: 20px;
}
@media screen and (max-width: 480px) {
.header__img {
width: 40%;
}
.header__search {
width: 40%;
justify-content: flex-end;
}
.header__search_input {
display: none;
}
.header__search_btn {
display: inline-block;
font-size: 24px;
width: 40%;
background-color: transparent;
border: none;
}
.header__search__menu {
width: 40%;
}
}
/*# sourceMappingURL=header.css.map */ | 0.415729 | 0.072014 |
html, body{font-family:"Microsoft YaHei" !important; font-size:12px;}
html { overflow-x:auto; overflow-y:auto; }
body {
width:100%;
height:100%;
background:#f7f7f7;
}
.body-container {
padding:10px 20px;
}
div {
margin: 0 auto;
padding: 0;
}
/* 登录页面 */
.bg {
background: #E5E5E5;
}
.login_box {
width: 900px;
margin-top: 100px;
}
.login_banner {
background: url('../image/login_banner.png') no-repeat;
width: 900px;
height: 309px;
}
.login_content {
background: url('../image/login_content.png') no-repeat;
height: 60px;
width: 900px;
}
.login_content form {
padding-top: 10px;
text-align: center;
color:#878787;
}
.login_content form .form-control{
width: auto;
}
.login_content form .dropdown-menu{
min-width: 100px;
}
.login_footer {
background: url('../image/login_footer.png') no-repeat;
width: 900px;
height:148px;
text-align: center;
padding-top:30px;
font-size: 10px;
}
.login_footer .link {
color: #75B6E2;
}
/* 报维管理 */
.report_repair {
float:right;
}
.give_score {
margin-top:20px;
}
.give_score .info{
font-size: 12px;
margin-top:10px;
margin-right:100px;
}
.look_report {
margin-top:20px;
}
.look_report .info{
font-size: 12px;
margin-top:10px;
margin-right:60px;
}
.give_score .in_right{
margin-left:370px;
}
.give_score .score {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
}
.table > tbody > tr.selected_tr td {
background:#FFF9B3;
}
/* 树形结构 */
.stree ul li{list-style-type:none;}
.stree ul li span{margin-left:5px;vertical-align: 2px;}
.stree .first{margin-right:10px;vertical-align: 2px;}
/* tab 样式*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
background:#00a1cb;
color:#ffffff;
border:1px solid transparent;
}
.nav>li>a {
background: #77d3ee;
color:#666666;
}
.nav>li>a:hover, .nav>li>a:focus{
background: #0099CC;
color:#ffffff;
border:1px solid transparent;
}
.body-container ul.nav-tabs{
background: #d2ebe7;
}
.body-container ul.nav-tabs li:last-child{
border-right: 1px solid transparent;
}
/* 添加设备 */
.shebei_height {
height:300px;
overflow: scroll;
} | foundation-cppt2/src/main/resources/views/styles/css/base/css/main.css | html, body{font-family:"Microsoft YaHei" !important; font-size:12px;}
html { overflow-x:auto; overflow-y:auto; }
body {
width:100%;
height:100%;
background:#f7f7f7;
}
.body-container {
padding:10px 20px;
}
div {
margin: 0 auto;
padding: 0;
}
/* 登录页面 */
.bg {
background: #E5E5E5;
}
.login_box {
width: 900px;
margin-top: 100px;
}
.login_banner {
background: url('../image/login_banner.png') no-repeat;
width: 900px;
height: 309px;
}
.login_content {
background: url('../image/login_content.png') no-repeat;
height: 60px;
width: 900px;
}
.login_content form {
padding-top: 10px;
text-align: center;
color:#878787;
}
.login_content form .form-control{
width: auto;
}
.login_content form .dropdown-menu{
min-width: 100px;
}
.login_footer {
background: url('../image/login_footer.png') no-repeat;
width: 900px;
height:148px;
text-align: center;
padding-top:30px;
font-size: 10px;
}
.login_footer .link {
color: #75B6E2;
}
/* 报维管理 */
.report_repair {
float:right;
}
.give_score {
margin-top:20px;
}
.give_score .info{
font-size: 12px;
margin-top:10px;
margin-right:100px;
}
.look_report {
margin-top:20px;
}
.look_report .info{
font-size: 12px;
margin-top:10px;
margin-right:60px;
}
.give_score .in_right{
margin-left:370px;
}
.give_score .score {
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
}
.table > tbody > tr.selected_tr td {
background:#FFF9B3;
}
/* 树形结构 */
.stree ul li{list-style-type:none;}
.stree ul li span{margin-left:5px;vertical-align: 2px;}
.stree .first{margin-right:10px;vertical-align: 2px;}
/* tab 样式*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
background:#00a1cb;
color:#ffffff;
border:1px solid transparent;
}
.nav>li>a {
background: #77d3ee;
color:#666666;
}
.nav>li>a:hover, .nav>li>a:focus{
background: #0099CC;
color:#ffffff;
border:1px solid transparent;
}
.body-container ul.nav-tabs{
background: #d2ebe7;
}
.body-container ul.nav-tabs li:last-child{
border-right: 1px solid transparent;
}
/* 添加设备 */
.shebei_height {
height:300px;
overflow: scroll;
} | 0.212968 | 0.057414 |
.shepherd-element {
background: #fff;
border-radius: 5px;
box-shadow:2px 5px 8px 9px rgb(0 0 0 / 20%);
max-width: 400px;
opacity: 0;
outline: none;
transition: opacity 0.3s, visibility 0.3s;
visibility: hidden;
width: 100%;
z-index: 9999;
}
.shepherd-enabled.shepherd-element {
opacity: 1;
visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
opacity: 0;
pointer-events: none;
visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
position: absolute;
width: 30px;
height: 30px;
z-index: -1;
}
.shepherd-arrow:before {
content: "";
transform: rotate(45deg);
background: #fff;
}
.shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
bottom: -10px;
}
.shepherd-element[data-popper-placement^="bottom"] > .shepherd-arrow {
top: -10px;
}
.shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
right: -10px;
}
.shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
left: -10px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^="bottom"] > .shepherd-arrow:before {
background-color: #9852f1;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
pointer-events: none;
}
.shepherd-modal-overlay-container {
-ms-filter: progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);
filter: alpha(opacity=50);
height: 0;
left: 0;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: fixed;
top: 0;
transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
width: 100vw;
z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
height: 100vh;
opacity: 0.5;
transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
pointer-events: all;
}
.shepherd-content {
border-radius: 5px;
outline: none;
padding: 0;
}
.shepherd-header {
align-items: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
justify-content: flex-end;
line-height: 2em;
padding: 0.75rem 0.75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
background: #9852f1;
padding: 1em;
}
.shepherd-text {
color: black;
font-size: 13px;
line-height: 1.3em;
padding: 0.75em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 20px;
}
.shepherd-text p {
margin-top: 0;
}
.shepherd-text p:last-child {
margin-bottom: 0;
}
.shepherd-footer {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
display: flex;
justify-content: flex-end;
padding: 0 0.75rem 0.75rem;
}
.shepherd-footer .shepherd-button:last-child {
margin-right: 0;
}
.shepherd-cancel-icon {
background: transparent;
border: none;
color: hsla(0, 0%, 50.2%, 0.75);
font-size: 2em;
cursor: pointer;
font-weight: 400;
margin: 0;
padding: 0;
transition: color 0.5s ease;
}
.shepherd-cancel-icon:hover {
color: rgba(0, 0, 0, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
color: hsla(0, 0%, 50.2%, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
color: rgba(0, 0, 0, 0.75);
}
.shepherd-title {
color: white;
display: flex;
font-size: 1rem;
font-weight: 400;
flex: 1 0 auto;
margin: 0;
padding: 0;
}
.shepherd-button {
background: #9852f1;
border: 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
cursor: pointer;
margin-right: 0.5rem;
padding: 10px;
font-weight: 1000;
transition: all 0.5s ease;
}
.shepherd-button:not(:disabled):hover {
background: #7d32dd;
color: white
}
.shepherd-button.shepherd-button-secondary {
background: #f1f2f3;
color: rgba(0, 0, 0, 0.473);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
background: #d6d9db;
color: rgba(0, 0, 0, 0.75);
}
.shepherd-button:disabled {
cursor: not-allowed;
}
.num{
margin-left: auto;
}
span.dashicons.dashicons-dismiss.cancel {
margin-top: 4px;
margin-left: 7px;
cursor: pointer;
}
span.dashicons.dashicons-dismiss.cancel:hover {
color: #dbdbdd;
} | wordpress/wp-content/plugins/mycred/assets/css/tourguide.css | .shepherd-element {
background: #fff;
border-radius: 5px;
box-shadow:2px 5px 8px 9px rgb(0 0 0 / 20%);
max-width: 400px;
opacity: 0;
outline: none;
transition: opacity 0.3s, visibility 0.3s;
visibility: hidden;
width: 100%;
z-index: 9999;
}
.shepherd-enabled.shepherd-element {
opacity: 1;
visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
opacity: 0;
pointer-events: none;
visibility: hidden;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
position: absolute;
width: 30px;
height: 30px;
z-index: -1;
}
.shepherd-arrow:before {
content: "";
transform: rotate(45deg);
background: #fff;
}
.shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
bottom: -10px;
}
.shepherd-element[data-popper-placement^="bottom"] > .shepherd-arrow {
top: -10px;
}
.shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
right: -10px;
}
.shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
left: -10px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^="bottom"] > .shepherd-arrow:before {
background-color: #9852f1;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
pointer-events: none;
}
.shepherd-modal-overlay-container {
-ms-filter: progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);
filter: alpha(opacity=50);
height: 0;
left: 0;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: fixed;
top: 0;
transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
width: 100vw;
z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
height: 100vh;
opacity: 0.5;
transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
pointer-events: all;
}
.shepherd-content {
border-radius: 5px;
outline: none;
padding: 0;
}
.shepherd-header {
align-items: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
justify-content: flex-end;
line-height: 2em;
padding: 0.75rem 0.75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
background: #9852f1;
padding: 1em;
}
.shepherd-text {
color: black;
font-size: 13px;
line-height: 1.3em;
padding: 0.75em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 20px;
}
.shepherd-text p {
margin-top: 0;
}
.shepherd-text p:last-child {
margin-bottom: 0;
}
.shepherd-footer {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
display: flex;
justify-content: flex-end;
padding: 0 0.75rem 0.75rem;
}
.shepherd-footer .shepherd-button:last-child {
margin-right: 0;
}
.shepherd-cancel-icon {
background: transparent;
border: none;
color: hsla(0, 0%, 50.2%, 0.75);
font-size: 2em;
cursor: pointer;
font-weight: 400;
margin: 0;
padding: 0;
transition: color 0.5s ease;
}
.shepherd-cancel-icon:hover {
color: rgba(0, 0, 0, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
color: hsla(0, 0%, 50.2%, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
color: rgba(0, 0, 0, 0.75);
}
.shepherd-title {
color: white;
display: flex;
font-size: 1rem;
font-weight: 400;
flex: 1 0 auto;
margin: 0;
padding: 0;
}
.shepherd-button {
background: #9852f1;
border: 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
cursor: pointer;
margin-right: 0.5rem;
padding: 10px;
font-weight: 1000;
transition: all 0.5s ease;
}
.shepherd-button:not(:disabled):hover {
background: #7d32dd;
color: white
}
.shepherd-button.shepherd-button-secondary {
background: #f1f2f3;
color: rgba(0, 0, 0, 0.473);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
background: #d6d9db;
color: rgba(0, 0, 0, 0.75);
}
.shepherd-button:disabled {
cursor: not-allowed;
}
.num{
margin-left: auto;
}
span.dashicons.dashicons-dismiss.cancel {
margin-top: 4px;
margin-left: 7px;
cursor: pointer;
}
span.dashicons.dashicons-dismiss.cancel:hover {
color: #dbdbdd;
} | 0.624064 | 0.178132 |
*{
margin: 0%;
padding: 0%;
}
body {
font-family: '<NAME>', sans-serif;
font-size: 16px;
}
.logo{
width: 200px;
height : 40px;
}
.space{
width: 800px;
}
.icons{
display: flex;
width: 10 0 0 10;
margin-left: 25pc;
align-items: flex-end;
margin: 10px;
gap: 4em;
height: 25px;
}
#navbar{
display: flex;
background-color: white;
padding: 1pc;
height: 4pc;
overflow :hidden;
top: 0pc;
position: fixed;
text-align: center;
z-index:1;
width : 100%;
}
main{
position: relative;
}
.intro{
margin: 10px;
color: black;
font-size: 65px;
padding: 1pc;
}
body, html {
height: 100%;
}
* {
box-sizing: border-box;
}
.bg-img {
/* The image used */
background-image: url("https://static.tacdn.com/img2/brand/home/homemar2022_dt@2x.webp");
margin: 60px;
/* Control the height of the image */
min-height: 430px;
padding: 2pc;
margin: 5pc;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.container {
position: center;
right: 0;
margin: 10px;
max-width: 300px;
padding: 1pc;
background-color: white;
border-radius: 8%;
}
/* Full-width input fields */
input[type=text], input[type=pass] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
border-radius: 6%;
}
input[type=text]:focus, input[type=pass]:focus {
background-color: #ddd;
outline: none;
border-radius: 6%;
}
/* Set a style for the submit button */
.btn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.btn:hover {
opacity: 1;
}
.cap{
width: 79pc;
padding: 2pc;
}
.container2{
background-color: antiquewhite;
height: 30pc;
padding: 2pc;
display: flex;
gap: 3em;
}
.jkl1:hover{
transform: scale(1.1);
}
.jkl2:hover{
transform: scale(1.1);
}
.jkl3:hover{
transform: scale(1.1);
}
.jkl4:hover{
transform: scale(1.1);
}
.kl1:hover{
transform: scale(1.1);
}
.kl2:hover{
transform: scale(1.1);
}
.kl3:hover{
transform: scale(1.1);
}
.kl4:hover{
transform: scale(1.1);
}
.box1{
background-color: white;
width:360px;
cursor: pointer;
}
.box2{
background-color: white;
width: 360px;
cursor: pointer;
}
.box3{
background-color: white;
width:360px;
cursor: pointer;
}
.pic1{
height: 240px;
width: 360px;
}
.pic2{
height: 240px;
width: 360px;
}
.pic3{
height: 240px;
width: 360px;
}
.klp{
padding: 1pc;
text-align: center;
}
.klps{
text-align: center;
margin: 1pc;
}
.klp2{
padding: 1pc;
text-align: center;
}
.klps2{
text-align: center;
margin: 1pc;
}
.klp3{
padding: 1pc;
text-align: center;
}
.klps3{
text-align: center;
margin: 1pc;
}
.container3{
position: relative;
text-align: center;
color: white;
}
.hgk{
font-size: 3rem;
}
.hgk2{
font-size: 2rem;
}
.fgh{
padding: 4pc;
width: 78pc;
position: relative;
}
.lio{
position: absolute;
bottom: 90px;
left: 15px;
font-size: 1rem;
color: white;
text-decoration: none;
font-family: '<NAME>', sans-serif;
}
.lio:hover{
text-decoration: underline;
}
.container4{
padding: 2pc;
}
.head6{
padding: 1pc;
}
.head7{
padding: 1pc;
}
.scroll1{
cursor: pointer;
padding: 1pc;
display: flex;
height: 19pc;
gap: 1rem;
margin: 15px;
}
.scroll2{
cursor: pointer;
padding: 1pc;
display: flex;
height: 19pc;
gap: 1rem;
margin: 15px;
}
.head8{
padding: 1pc;
}
.head9{
padding: 1pc;
}
footer{
background-color: antiquewhite;
height: 60px;
text-align: center;
padding: 6pc;
font-size: 3em;
} | TRIPADVISOR/style.css | *{
margin: 0%;
padding: 0%;
}
body {
font-family: '<NAME>', sans-serif;
font-size: 16px;
}
.logo{
width: 200px;
height : 40px;
}
.space{
width: 800px;
}
.icons{
display: flex;
width: 10 0 0 10;
margin-left: 25pc;
align-items: flex-end;
margin: 10px;
gap: 4em;
height: 25px;
}
#navbar{
display: flex;
background-color: white;
padding: 1pc;
height: 4pc;
overflow :hidden;
top: 0pc;
position: fixed;
text-align: center;
z-index:1;
width : 100%;
}
main{
position: relative;
}
.intro{
margin: 10px;
color: black;
font-size: 65px;
padding: 1pc;
}
body, html {
height: 100%;
}
* {
box-sizing: border-box;
}
.bg-img {
/* The image used */
background-image: url("https://static.tacdn.com/img2/brand/home/homemar2022_dt@2x.webp");
margin: 60px;
/* Control the height of the image */
min-height: 430px;
padding: 2pc;
margin: 5pc;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.container {
position: center;
right: 0;
margin: 10px;
max-width: 300px;
padding: 1pc;
background-color: white;
border-radius: 8%;
}
/* Full-width input fields */
input[type=text], input[type=pass] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
border-radius: 6%;
}
input[type=text]:focus, input[type=pass]:focus {
background-color: #ddd;
outline: none;
border-radius: 6%;
}
/* Set a style for the submit button */
.btn {
background-color: #04AA6D;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
opacity: 0.9;
}
.btn:hover {
opacity: 1;
}
.cap{
width: 79pc;
padding: 2pc;
}
.container2{
background-color: antiquewhite;
height: 30pc;
padding: 2pc;
display: flex;
gap: 3em;
}
.jkl1:hover{
transform: scale(1.1);
}
.jkl2:hover{
transform: scale(1.1);
}
.jkl3:hover{
transform: scale(1.1);
}
.jkl4:hover{
transform: scale(1.1);
}
.kl1:hover{
transform: scale(1.1);
}
.kl2:hover{
transform: scale(1.1);
}
.kl3:hover{
transform: scale(1.1);
}
.kl4:hover{
transform: scale(1.1);
}
.box1{
background-color: white;
width:360px;
cursor: pointer;
}
.box2{
background-color: white;
width: 360px;
cursor: pointer;
}
.box3{
background-color: white;
width:360px;
cursor: pointer;
}
.pic1{
height: 240px;
width: 360px;
}
.pic2{
height: 240px;
width: 360px;
}
.pic3{
height: 240px;
width: 360px;
}
.klp{
padding: 1pc;
text-align: center;
}
.klps{
text-align: center;
margin: 1pc;
}
.klp2{
padding: 1pc;
text-align: center;
}
.klps2{
text-align: center;
margin: 1pc;
}
.klp3{
padding: 1pc;
text-align: center;
}
.klps3{
text-align: center;
margin: 1pc;
}
.container3{
position: relative;
text-align: center;
color: white;
}
.hgk{
font-size: 3rem;
}
.hgk2{
font-size: 2rem;
}
.fgh{
padding: 4pc;
width: 78pc;
position: relative;
}
.lio{
position: absolute;
bottom: 90px;
left: 15px;
font-size: 1rem;
color: white;
text-decoration: none;
font-family: '<NAME>', sans-serif;
}
.lio:hover{
text-decoration: underline;
}
.container4{
padding: 2pc;
}
.head6{
padding: 1pc;
}
.head7{
padding: 1pc;
}
.scroll1{
cursor: pointer;
padding: 1pc;
display: flex;
height: 19pc;
gap: 1rem;
margin: 15px;
}
.scroll2{
cursor: pointer;
padding: 1pc;
display: flex;
height: 19pc;
gap: 1rem;
margin: 15px;
}
.head8{
padding: 1pc;
}
.head9{
padding: 1pc;
}
footer{
background-color: antiquewhite;
height: 60px;
text-align: center;
padding: 6pc;
font-size: 3em;
} | 0.44553 | 0.082771 |
body {
margin: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
font-size:1.2em;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
}
.page-body{
margin-left: 1em;
margin-right: 1em;
}
.specialDiv{
margin-left: 1em;
margin-right: 1em;
}
.styled-click-button {
padding: 0.5em 1em;
font-size: 1.4em;
text-align: center;
cursor: pointer;
color: #ffffff;
outline: none;
background-color: green;
border-radius: 0.5em;
box-shadow: 0 0.3em #999999;
}
.styled-click-button:hover {background-color: darkgreen}
.styled-click-button:active {
background-color: darkgreen;
box-shadow: 0 0.2em #666666;
transform: translateY(0.1em);
}
h1{
text-align: center;
}
input, p{
font-size: 1.2em;
}
div.centered{
text-align: center;
}
.form-label{
padding-top: 1em;
padding-bottom: 1em;
}
div.page-footer:before{
padding-top: 10em;
margin-top: 10em;
}
div.page-footer{
text-align: center;
margin: 10em;
}
div.page-footer p{
padding-top: 1em;
border-top: 1px solid black;
font-size: 0.6em;
width: 50%;
margin: 0 auto;
}
div.explanation{
margin: 10px;
background-color: aliceblue;
padding: 20px;
font-style: italic;
}
.inline-explanation{
font-style: italic;
}
.centered table{
margin:auto;
}
.drags{
width:300px;
height:150px;
margin:auto;
overflow:hidden;
}
.drag{
width: 150px;
display: inline;
min-width: 150px;
}
.drops{
width:400px;
height:150px;
margin:auto;
overflow:hidden;
}
.left{
float:left;
}
.right{
float:right;
}
.draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; background-color:yellow;}
.droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; background-color:red;}
#javascript_countdown_time{
font-family: Courier New;
font-size:3em;
text-align:center;
}
.timer-reset{
border-top: black;
border-top-style: solid;
margin-top: 1em;
height: 4em;
padding-top: 1em;
}
.timer-reset button{
display: block;
margin: auto;
margin-top: 1em;
}
.smaller-text{
font-size: 0.7em;
}
.form-results li{
list-style-type: none;
margin: 0;
padding: 0;
}
.form-results p{
background-color: #d9f4fa;
} | java/testingapps/seleniumtestpages/target/classes/web/css/testpages.css | body {
margin: 10px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
font-size:1.2em;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-style: normal;
font-variant: normal;
}
.page-body{
margin-left: 1em;
margin-right: 1em;
}
.specialDiv{
margin-left: 1em;
margin-right: 1em;
}
.styled-click-button {
padding: 0.5em 1em;
font-size: 1.4em;
text-align: center;
cursor: pointer;
color: #ffffff;
outline: none;
background-color: green;
border-radius: 0.5em;
box-shadow: 0 0.3em #999999;
}
.styled-click-button:hover {background-color: darkgreen}
.styled-click-button:active {
background-color: darkgreen;
box-shadow: 0 0.2em #666666;
transform: translateY(0.1em);
}
h1{
text-align: center;
}
input, p{
font-size: 1.2em;
}
div.centered{
text-align: center;
}
.form-label{
padding-top: 1em;
padding-bottom: 1em;
}
div.page-footer:before{
padding-top: 10em;
margin-top: 10em;
}
div.page-footer{
text-align: center;
margin: 10em;
}
div.page-footer p{
padding-top: 1em;
border-top: 1px solid black;
font-size: 0.6em;
width: 50%;
margin: 0 auto;
}
div.explanation{
margin: 10px;
background-color: aliceblue;
padding: 20px;
font-style: italic;
}
.inline-explanation{
font-style: italic;
}
.centered table{
margin:auto;
}
.drags{
width:300px;
height:150px;
margin:auto;
overflow:hidden;
}
.drag{
width: 150px;
display: inline;
min-width: 150px;
}
.drops{
width:400px;
height:150px;
margin:auto;
overflow:hidden;
}
.left{
float:left;
}
.right{
float:right;
}
.draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; background-color:yellow;}
.droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; background-color:red;}
#javascript_countdown_time{
font-family: Courier New;
font-size:3em;
text-align:center;
}
.timer-reset{
border-top: black;
border-top-style: solid;
margin-top: 1em;
height: 4em;
padding-top: 1em;
}
.timer-reset button{
display: block;
margin: auto;
margin-top: 1em;
}
.smaller-text{
font-size: 0.7em;
}
.form-results li{
list-style-type: none;
margin: 0;
padding: 0;
}
.form-results p{
background-color: #d9f4fa;
} | 0.671578 | 0.119152 |
:root {
/* COLOR PALLETE */
--offWhite: #fafafa;
--offBlack: #222222;
--lightGrey: #aaaaaa;
}
/* @font-face {
font-family: 'Poppins-or-something';
src: url(fonts/Poppins-i-guess.ttf);
} */
/* NAVBAR */
nav{
position: fixed;
top: 0;
width: 100%;
z-index: 100;
transition: 0.3s;
}
ul{
width: 100%;
height: 75px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
ul li{
list-style: none;
text-align: center;
width: 160px;
height: 45px;
margin: 0px;
padding: 15px;
transition: 0.3s;
position: relative;
float: right;
right: 75px;
}
ul li a{
color: var(--offWhite);
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 20px;
width: 130px;
padding: 5px 15px;
border-radius: 50px;
transition: 0.3s;
position: absolute;
margin: 2.5px 0px 0px -80px;
z-index: 100;
}
ul li a:hover{
font-size: 25px;
border: var(--offWhite) solid 3px;;
margin: -4.5px 0px 0px -80px;
}
/* BODY */
html{
scroll-behavior: smooth;
}
body{
margin: 0px;
background-color: var(--offWhite);
}
.titleImage{
position: relative;
z-index: 50;
margin: 0px;
width: 100%;
height: 850px;
object-fit: cover;
top: -2px;
}
h1{
font-size: 200px;
line-height: 175px;
font-family: 'Poppins', sans-serif;
font-weight: 800;
color: var(--offWhite);
text-align: center;
z-index: 75;
position: absolute;
margin: 0px;
left: 50%;
transform: translate(-50%, 180%);
}
#twoLineH1{
transform: translate(-50%, 70%);
}
h3{
font-size: 100px;
font-family: 'Poppins', sans-serif;
color: var(--offBlack);
font-weight: 600;
padding: 50px 0px 20px 0px;
margin: auto;
text-align: center;
}
p{
text-align: justify;
font-family: 'Poppins', sans-serif;
font-weight: 500;
padding: 0px;
margin: 0px;
font-size: 30px;
color: var(--offBlack);
display: inline;
}
.footerText{
font-size: 20px;
color: var(--offWhite);
display: inline;
}
.pageContainer{
width: 100% - 100px;
margin: -6px auto 0px auto;
background-color: var(--offWhite);
padding: 50px;
}
.button{
margin: 20px auto 0px auto;
display: block;
width: 300px;
border-radius: 20px;
border: var(--offBlack) solid 5px;
font-family: 'Poppins', sans-serif;
text-decoration: none;
text-align: center;
font-size: 25px;
background-color: var(--offWhite);
transition: 0.3s;
color: var(--offBlack);
}
.button:hover{
background-color: var(--offBlack);
color: var(--offWhite);
}
footer{
width: 100% - 100px;
height: 50px;
background-color: var(--lightGrey);
padding: 20px 50px 0px 50px;
}
/* SECTIONS */
#aboutMe{
width: 80%;
margin: 20px auto;
}
.aboutImage{
height: 620px;
margin: 0px 20px 10px 0px;
float: left;
}
#resumeImage{
width: 80%;
max-width: 1300px;
margin: auto;
display: block;
}
#resumeImageMobile{
width: 100%;
margin: auto;
display: none;
}
#projectContainer{
width: 100%;
margin: auto;
text-align: center;
max-width: 1300px;
}
.projectCard{
width: 600px;
height: 400px;
margin: 20px;
border-radius: 50px;
display: inline-block;
flex-shrink: 0;
border: var(--offWhite) 0px solid;
background-position: center;
background-size: 100.2%;
transition: 0.3s;
}
.projectCard:hover{
border: var(--lightGrey) 20px solid;
width: 560px;
height: 360px;
}
/* MOBILE */
@media only screen and (max-width: 1000px) {
/* nav{
display: none;
} */
ul{
display: flex;
flex-direction: row-reverse;
justify-content: space-evenly;
height: 100px;
}
ul li{
right: 2.5px;
width: 200px;
}
ul li a{
font-size: 35px;
width: 200px;
transform: translate(-37.5px, 0px);
border: #00000000 solid 5px;;
}
ul li a:hover{
font-size: 35px;
margin: 2.5px 0px 0px -80px;
border: var(--offWhite) solid 5px;
}
h1{
font-size: 150px;
line-height: 130px;
}
h3{
font-size: 75px;
}
p{
font-size: 40px;
}
/* .pageContainer{
padding: 20px;
} */
.titleImage{
height: 600px;
}
#aboutMe{
width: 100%;
margin: 0px auto;
}
#resumeImage{
display: none;
}
#resumeImageMobile{
display: block;
}
.projectCard{
display: block;
width: 100%;
margin: 0px auto 50px auto;
height: 270px;
border-radius: 30px;
}
.projectCard:hover{
border: var(--lightGrey) 0px solid;
width: 100%;
height: 270px;
}
}
/* MOBILE SMALL */
@media only screen and (max-width: 750px) {
h1{
font-size: 100px;
line-height: 90px;
}
h3{
font-size: 50px;
}
.titleImage{
height: 400px;
}
} | root/style.css | :root {
/* COLOR PALLETE */
--offWhite: #fafafa;
--offBlack: #222222;
--lightGrey: #aaaaaa;
}
/* @font-face {
font-family: 'Poppins-or-something';
src: url(fonts/Poppins-i-guess.ttf);
} */
/* NAVBAR */
nav{
position: fixed;
top: 0;
width: 100%;
z-index: 100;
transition: 0.3s;
}
ul{
width: 100%;
height: 75px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
ul li{
list-style: none;
text-align: center;
width: 160px;
height: 45px;
margin: 0px;
padding: 15px;
transition: 0.3s;
position: relative;
float: right;
right: 75px;
}
ul li a{
color: var(--offWhite);
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 20px;
width: 130px;
padding: 5px 15px;
border-radius: 50px;
transition: 0.3s;
position: absolute;
margin: 2.5px 0px 0px -80px;
z-index: 100;
}
ul li a:hover{
font-size: 25px;
border: var(--offWhite) solid 3px;;
margin: -4.5px 0px 0px -80px;
}
/* BODY */
html{
scroll-behavior: smooth;
}
body{
margin: 0px;
background-color: var(--offWhite);
}
.titleImage{
position: relative;
z-index: 50;
margin: 0px;
width: 100%;
height: 850px;
object-fit: cover;
top: -2px;
}
h1{
font-size: 200px;
line-height: 175px;
font-family: 'Poppins', sans-serif;
font-weight: 800;
color: var(--offWhite);
text-align: center;
z-index: 75;
position: absolute;
margin: 0px;
left: 50%;
transform: translate(-50%, 180%);
}
#twoLineH1{
transform: translate(-50%, 70%);
}
h3{
font-size: 100px;
font-family: 'Poppins', sans-serif;
color: var(--offBlack);
font-weight: 600;
padding: 50px 0px 20px 0px;
margin: auto;
text-align: center;
}
p{
text-align: justify;
font-family: 'Poppins', sans-serif;
font-weight: 500;
padding: 0px;
margin: 0px;
font-size: 30px;
color: var(--offBlack);
display: inline;
}
.footerText{
font-size: 20px;
color: var(--offWhite);
display: inline;
}
.pageContainer{
width: 100% - 100px;
margin: -6px auto 0px auto;
background-color: var(--offWhite);
padding: 50px;
}
.button{
margin: 20px auto 0px auto;
display: block;
width: 300px;
border-radius: 20px;
border: var(--offBlack) solid 5px;
font-family: 'Poppins', sans-serif;
text-decoration: none;
text-align: center;
font-size: 25px;
background-color: var(--offWhite);
transition: 0.3s;
color: var(--offBlack);
}
.button:hover{
background-color: var(--offBlack);
color: var(--offWhite);
}
footer{
width: 100% - 100px;
height: 50px;
background-color: var(--lightGrey);
padding: 20px 50px 0px 50px;
}
/* SECTIONS */
#aboutMe{
width: 80%;
margin: 20px auto;
}
.aboutImage{
height: 620px;
margin: 0px 20px 10px 0px;
float: left;
}
#resumeImage{
width: 80%;
max-width: 1300px;
margin: auto;
display: block;
}
#resumeImageMobile{
width: 100%;
margin: auto;
display: none;
}
#projectContainer{
width: 100%;
margin: auto;
text-align: center;
max-width: 1300px;
}
.projectCard{
width: 600px;
height: 400px;
margin: 20px;
border-radius: 50px;
display: inline-block;
flex-shrink: 0;
border: var(--offWhite) 0px solid;
background-position: center;
background-size: 100.2%;
transition: 0.3s;
}
.projectCard:hover{
border: var(--lightGrey) 20px solid;
width: 560px;
height: 360px;
}
/* MOBILE */
@media only screen and (max-width: 1000px) {
/* nav{
display: none;
} */
ul{
display: flex;
flex-direction: row-reverse;
justify-content: space-evenly;
height: 100px;
}
ul li{
right: 2.5px;
width: 200px;
}
ul li a{
font-size: 35px;
width: 200px;
transform: translate(-37.5px, 0px);
border: #00000000 solid 5px;;
}
ul li a:hover{
font-size: 35px;
margin: 2.5px 0px 0px -80px;
border: var(--offWhite) solid 5px;
}
h1{
font-size: 150px;
line-height: 130px;
}
h3{
font-size: 75px;
}
p{
font-size: 40px;
}
/* .pageContainer{
padding: 20px;
} */
.titleImage{
height: 600px;
}
#aboutMe{
width: 100%;
margin: 0px auto;
}
#resumeImage{
display: none;
}
#resumeImageMobile{
display: block;
}
.projectCard{
display: block;
width: 100%;
margin: 0px auto 50px auto;
height: 270px;
border-radius: 30px;
}
.projectCard:hover{
border: var(--lightGrey) 0px solid;
width: 100%;
height: 270px;
}
}
/* MOBILE SMALL */
@media only screen and (max-width: 750px) {
h1{
font-size: 100px;
line-height: 90px;
}
h3{
font-size: 50px;
}
.titleImage{
height: 400px;
}
} | 0.364438 | 0.096493 |
@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Cart Info
7. Footer
******************************/
/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
/*********************************
2. Body and some general stuff
*********************************/
*
{
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
background: #FFFFFF;
}
div
{
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul
{
list-style: none;
margin-bottom: 0px;
}
p
{
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 2.14;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
display: inline;
position: relative;
color: inherit;
border-bottom: solid 1px #FFA07F;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
p:last-of-type
{
margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
text-decoration: none;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
position: relative;
color: #FF6347;
}
p a:hover
{
color: #FFFFFF;
background: #FFA07F;
}
p a:hover::after
{
opacity: 0.2;
}
::selection
{
}
p::selection
{
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{
}
.form-control
{
color: #DB5246;
}
section
{
display: block;
position: relative;
box-sizing: border-box;
}
.clear
{
clear: both;
}
.clearfix::before, .clearfix::after
{
content: "";
display: table;
}
.clearfix::after
{
clear: both;
}
.clearfix
{
zoom: 1;
}
.float_left
{
float: left;
}
.float_right
{
float: right;
}
.trans_200
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.trans_300
{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.trans_400
{
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.trans_500
{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.fill_height
{
height: 100%;
}
.super_container
{
width: 100%;
overflow: hidden;
}
.prlx_parent
{
overflow: hidden;
}
.prlx
{
height: 130% !important;
}
.parallax-window
{
min-height: 400px;
background: transparent;
}
.nopadding
{
padding: 0px !important;
}
.button
{
width: 178px;
height: 61px;
background: none;
text-align: center;
border: solid 2px #1B1B1B;
overflow: hidden;
cursor: pointer;
}
.button a
{
display: block;
position: relative;
font-size: 16px;
font-weight: 600;
line-height: 57px;
color: #1B1B1B;
background: none;
z-index: 1;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.button::after
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
background: #1B1B1B;
z-index: 0;
opacity: 0;
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after
{
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_light
{
border: solid 2px #FFFFFF;
}
.button_light::after
{
background: #FFFFFF;
}
.button_light a
{
color: #FFFFFF;
}
.button:hover a
{
color: #FFFFFF;
}
.button_light:hover a
{
color: #1B1B1B;
}
/*********************************
6. Cart Info
*********************************/
.cart_info
{
width: 100%;
background: #FFFFFF;
padding-top: 96px;
z-index: 2;
}
.cart_info_columns
{
width: 100%;
border-bottom: solid 2px #E3E3E3;
padding-bottom: 7px;
}
.cart_info_col
{
float: left;
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.cart_info_col_product
{
width: 63%;
}
.cart_info_col_price
{
width: 10%;
}
.cart_info_col_quantity
{
width: 17%;
text-align: center;
}
.cart_info_col_total
{
width: 10%;
text-align: right;
}
.cart_item
{
padding-top: 33px;
padding-bottom: 33px;
}
.cart_item_product
{
width: 63%;
}
.cart_item_price
{
width: 10%;
}
.cart_item_quantity
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
width: 17%;
text-align: center;
}
.cart_item_total
{
width: 10%;
text-align: right;
}
.cart_item_image div
{
width: 183px;
height: 163px;
}
.cart_item_image div img
{
max-width: 100%;
}
.cart_item_name_container
{
padding-left: 36px;
}
.cart_item_name a
{
font-size: 18px;
font-weight: 500;
color: #1B1B1B;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.cart_item_name a:hover
{
color: #E95A5A;
}
.cart_item_edit
{
margin-top: 3px;
}
.cart_item_edit a
{
font-size: 14px;
font-weight: 500;
color: #6C6A74;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.cart_item_edit a:hover
{
color: #1B1B1B;
}
.cart_item_price
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.product_quantity_container
{
}
.product_quantity
{
display: inline-block;
width: 147px;
height: 61px;
border: solid 2px #D0D0D0;
overflow: hidden;
padding-left: 78px;
vertical-align: middle;
}
.cart_item_total
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.product_quantity span
{
position: absolute;
top: 50%;
left: 23px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
font-weight: 600;
}
.product_quantity input
{
display: block;
width: 30px;
height: 57px;
border: none;
outline: none;
font-size: 16px;
font-weight: 600;
color: #1B1B1B;
text-align: left;
padding-left: 9px;
line-height: 39px;
float: left;
}
.quantity_buttons
{
position: absolute;
top: 0;
right: 1px;
height: 100%;
width: 29px;
}
.quantity_inc,
.quantity_dec
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 50%;
cursor: pointer;
}
.quantity_control i
{
font-size: 10px;
color: #232323;
pointer-events: none;
}
.quantity_control:active
{
border: solid 1px rgba(14, 140, 228, 0.2);
}
.quantity_inc
{
padding-bottom: 3px;
justify-content: flex-end;
}
.quantity_inc i
{
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
-o-transform: translateY(3px);
transform: translateY(3px);
}
.quantity_dec
{
padding-top:
justify-conte tart;
}
.quantity_dec i
{
-webkit-trans slateY(-3px);
-moz-transfor teY(-3px);
-ms-transform eY(-3px);
-o-transform: Y(-3px);
transform: tr 3px);
}
.row_cart_buttons
{
margin-top: 2
}
.continue_shoppin
{
width: 261px;
}
.clear_cart_button,
.update_cart_button
{
display: inline-block;
}
.update_cart_button
{
margin-left: 16px;
}
.row_extra
{
margin-top: 50px;
padding-bottom: 100px;
}
.delivery
{
width: 100%;
}
.section_title
{
font-size: 24px;
font-weight: 600;
color: #1B1B1B;
}
.section_subtitle
{
font-size: 14px;
font-weight: 400;
color: #6C6A74;
margin-top: 3px;
}
.delivery_options
{
margin-top: 38px;
}
.delivery_option
{
display: block;
position: relative;
padding-left: 36px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.delivery_option:not(:last-child)
{
margin-bottom: 27px;
}
.delivery_option input
{
position: absolute;
opacity: 0;
visibility: hidden;
}
.checkmark
{
position: absolute;
top: 0;
left: 0;
margin-top: 4px;
width: 11px;
height: 11px;
border-radius: 50%;
border: solid 2px #9F9F9F;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.delivery_option input:checked ~ .checkmark
{
background: #E95A5A;
border: solid 2px #E95A5A;
}
.delivery_option input:hover ~ .checkmark
{
background: #E95A5A;
}
label
{
margin-bottom: 0;
}
.delivery_price
{
float: right;
}
.coupon
{
margin-top: 83px;
}
.coupon_form_container
{
margin-top: 42px;
width: 100%;
}
.coupon_form
{
position: relative;
width: 100%;
}
.coupon_input
{
width: 100%;
height: 52px;
border: none;
outline: none;
background: #F2F4F8;
padding-left: 15px;
}
.coupon_button
{
position: absolute;
top: 0;
right: 0;
width: 112px;
height: 52px;
}
.coupon_button span
{
display: block;
position: relative;
font-size: 14px;
font-weight: 500;
color: #1B1B1B;
z-index: 2;
}
.coupon_button:hover span
{
color: #FFFFFF;
}
.cart_total_container
{
margin-top: 42px;
padding-left: 10px;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 19px;
background: #F2F4F8;
}
.cart_total_container ul
{
width: 100%;
}
.cart_total_container ul li
{
width: 100%;
height: 48px;
}
.cart_total_title
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.cart_total_value
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
float: right;
}
.checkout_button
{
width: 100%;
} | public/css/cart.css | @charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Cart Info
7. Footer
******************************/
/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
/*********************************
2. Body and some general stuff
*********************************/
*
{
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
background: #FFFFFF;
}
div
{
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul
{
list-style: none;
margin-bottom: 0px;
}
p
{
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 2.14;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
display: inline;
position: relative;
color: inherit;
border-bottom: solid 1px #FFA07F;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
p:last-of-type
{
margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
text-decoration: none;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
position: relative;
color: #FF6347;
}
p a:hover
{
color: #FFFFFF;
background: #FFA07F;
}
p a:hover::after
{
opacity: 0.2;
}
::selection
{
}
p::selection
{
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{
}
.form-control
{
color: #DB5246;
}
section
{
display: block;
position: relative;
box-sizing: border-box;
}
.clear
{
clear: both;
}
.clearfix::before, .clearfix::after
{
content: "";
display: table;
}
.clearfix::after
{
clear: both;
}
.clearfix
{
zoom: 1;
}
.float_left
{
float: left;
}
.float_right
{
float: right;
}
.trans_200
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.trans_300
{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.trans_400
{
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.trans_500
{
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.fill_height
{
height: 100%;
}
.super_container
{
width: 100%;
overflow: hidden;
}
.prlx_parent
{
overflow: hidden;
}
.prlx
{
height: 130% !important;
}
.parallax-window
{
min-height: 400px;
background: transparent;
}
.nopadding
{
padding: 0px !important;
}
.button
{
width: 178px;
height: 61px;
background: none;
text-align: center;
border: solid 2px #1B1B1B;
overflow: hidden;
cursor: pointer;
}
.button a
{
display: block;
position: relative;
font-size: 16px;
font-weight: 600;
line-height: 57px;
color: #1B1B1B;
background: none;
z-index: 1;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.button::after
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
background: #1B1B1B;
z-index: 0;
opacity: 0;
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
-webkit-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after
{
opacity: 1;
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_light
{
border: solid 2px #FFFFFF;
}
.button_light::after
{
background: #FFFFFF;
}
.button_light a
{
color: #FFFFFF;
}
.button:hover a
{
color: #FFFFFF;
}
.button_light:hover a
{
color: #1B1B1B;
}
/*********************************
6. Cart Info
*********************************/
.cart_info
{
width: 100%;
background: #FFFFFF;
padding-top: 96px;
z-index: 2;
}
.cart_info_columns
{
width: 100%;
border-bottom: solid 2px #E3E3E3;
padding-bottom: 7px;
}
.cart_info_col
{
float: left;
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.cart_info_col_product
{
width: 63%;
}
.cart_info_col_price
{
width: 10%;
}
.cart_info_col_quantity
{
width: 17%;
text-align: center;
}
.cart_info_col_total
{
width: 10%;
text-align: right;
}
.cart_item
{
padding-top: 33px;
padding-bottom: 33px;
}
.cart_item_product
{
width: 63%;
}
.cart_item_price
{
width: 10%;
}
.cart_item_quantity
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
width: 17%;
text-align: center;
}
.cart_item_total
{
width: 10%;
text-align: right;
}
.cart_item_image div
{
width: 183px;
height: 163px;
}
.cart_item_image div img
{
max-width: 100%;
}
.cart_item_name_container
{
padding-left: 36px;
}
.cart_item_name a
{
font-size: 18px;
font-weight: 500;
color: #1B1B1B;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.cart_item_name a:hover
{
color: #E95A5A;
}
.cart_item_edit
{
margin-top: 3px;
}
.cart_item_edit a
{
font-size: 14px;
font-weight: 500;
color: #6C6A74;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.cart_item_edit a:hover
{
color: #1B1B1B;
}
.cart_item_price
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.product_quantity_container
{
}
.product_quantity
{
display: inline-block;
width: 147px;
height: 61px;
border: solid 2px #D0D0D0;
overflow: hidden;
padding-left: 78px;
vertical-align: middle;
}
.cart_item_total
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.product_quantity span
{
position: absolute;
top: 50%;
left: 23px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
font-weight: 600;
}
.product_quantity input
{
display: block;
width: 30px;
height: 57px;
border: none;
outline: none;
font-size: 16px;
font-weight: 600;
color: #1B1B1B;
text-align: left;
padding-left: 9px;
line-height: 39px;
float: left;
}
.quantity_buttons
{
position: absolute;
top: 0;
right: 1px;
height: 100%;
width: 29px;
}
.quantity_inc,
.quantity_dec
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: 50%;
cursor: pointer;
}
.quantity_control i
{
font-size: 10px;
color: #232323;
pointer-events: none;
}
.quantity_control:active
{
border: solid 1px rgba(14, 140, 228, 0.2);
}
.quantity_inc
{
padding-bottom: 3px;
justify-content: flex-end;
}
.quantity_inc i
{
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
-o-transform: translateY(3px);
transform: translateY(3px);
}
.quantity_dec
{
padding-top:
justify-conte tart;
}
.quantity_dec i
{
-webkit-trans slateY(-3px);
-moz-transfor teY(-3px);
-ms-transform eY(-3px);
-o-transform: Y(-3px);
transform: tr 3px);
}
.row_cart_buttons
{
margin-top: 2
}
.continue_shoppin
{
width: 261px;
}
.clear_cart_button,
.update_cart_button
{
display: inline-block;
}
.update_cart_button
{
margin-left: 16px;
}
.row_extra
{
margin-top: 50px;
padding-bottom: 100px;
}
.delivery
{
width: 100%;
}
.section_title
{
font-size: 24px;
font-weight: 600;
color: #1B1B1B;
}
.section_subtitle
{
font-size: 14px;
font-weight: 400;
color: #6C6A74;
margin-top: 3px;
}
.delivery_options
{
margin-top: 38px;
}
.delivery_option
{
display: block;
position: relative;
padding-left: 36px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.delivery_option:not(:last-child)
{
margin-bottom: 27px;
}
.delivery_option input
{
position: absolute;
opacity: 0;
visibility: hidden;
}
.checkmark
{
position: absolute;
top: 0;
left: 0;
margin-top: 4px;
width: 11px;
height: 11px;
border-radius: 50%;
border: solid 2px #9F9F9F;
background: #FFFFFF;
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.delivery_option input:checked ~ .checkmark
{
background: #E95A5A;
border: solid 2px #E95A5A;
}
.delivery_option input:hover ~ .checkmark
{
background: #E95A5A;
}
label
{
margin-bottom: 0;
}
.delivery_price
{
float: right;
}
.coupon
{
margin-top: 83px;
}
.coupon_form_container
{
margin-top: 42px;
width: 100%;
}
.coupon_form
{
position: relative;
width: 100%;
}
.coupon_input
{
width: 100%;
height: 52px;
border: none;
outline: none;
background: #F2F4F8;
padding-left: 15px;
}
.coupon_button
{
position: absolute;
top: 0;
right: 0;
width: 112px;
height: 52px;
}
.coupon_button span
{
display: block;
position: relative;
font-size: 14px;
font-weight: 500;
color: #1B1B1B;
z-index: 2;
}
.coupon_button:hover span
{
color: #FFFFFF;
}
.cart_total_container
{
margin-top: 42px;
padding-left: 10px;
padding-top: 20px;
padding-right: 10px;
padding-bottom: 19px;
background: #F2F4F8;
}
.cart_total_container ul
{
width: 100%;
}
.cart_total_container ul li
{
width: 100%;
height: 48px;
}
.cart_total_title
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
}
.cart_total_value
{
font-size: 14px;
font-weight: 400;
color: #1B1B1B;
float: right;
}
.checkout_button
{
width: 100%;
} | 0.372163 | 0.051059 |
body{
font-family: 'Open Sans', sans-serif;
}
.navbar {
border-bottom: 1px solid #f2f2f2;
margin-bottom: 0;
}
.menu-grib {
height: 106vh;
border-right: 1px solid #f2f2f2;
}
.menu-style {
padding: 2rem 1rem;
}
.add-to-order{
display: block;
cursor: pointer;
appearance: none;
user-select: none;
text-align: center;
white-space: nowrap;
vertical-align: top;
text-decoration: none;
vertical-align: middle;
height: 3.5rem;
padding: 0 1.5rem;
text-transform: capitalize;
font-size: 16px !important;
font-weight: 400;
font-size: 0.8125rem;
line-height: 2.625rem;
-webkit-font-smoothing: antialiased;
border-radius: 0.25rem;
letter-spacing: 0.09375rem;
transition: all 0.3s ease;
color: #fff;
background-color: #02ccba;
border: 0.125rem solid transparent;
}
.add-to-order:hover{
background-color: #02d1bf;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.padding-zero{
padding:0;
}
.padding-left-zero {
padding-left:0;
}
.button--primary{
display: block;
cursor: pointer;
appearance: none;
user-select: none;
text-align: center;
white-space: nowrap;
vertical-align: top;
text-decoration: none;
vertical-align: middle;
height: 9rem;
padding: 2.9rem 0.5rem;
text-transform: capitalize;
font-size: 15px !important;
font-weight: 500;
font-size: 0.8125rem;
line-height: 2.625rem;
-webkit-font-smoothing: antialiased;
border-radius: 0.25rem;
letter-spacing: 0.09375rem;
transition: all 0.3s ease;
}
/* Blue Button */
.button--primary-blue {
width: 13.75rem;
color: #fff;
background-color: #02b3e4;
border: 0.125rem solid transparent;
}
.button--primary{
box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
}
.button--primary-blue:hover{
outline: none;
color: white;
border-color: transparent;
background-color: #029fcb;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
/* Green button */
.button--primary-veggi{
display: block;
cursor: pointer;
appearance: none;
user-select: none;
/*text-align: center;*/
white-space: nowrap;
vertical-align: top;
text-decoration: none;
vertical-align: middle;
height: 9rem;
padding: 0.9rem 1.5rem;
text-transform: capitalize;
font-size: 15px !important;
font-weight: 500;
font-size: 0.8125rem;
line-height: 2.625rem;
-webkit-font-smoothing: antialiased;
border-radius: 0.25rem;
letter-spacing: 0.09375rem;
transition: all 0.3s ease;
}
.button--primary-green {
color: #333;
background-color: #fff;
border: 0.125rem solid transparent;
}
.button--primary-green:hover{
background-color: #f2f2f2;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.button--primary-veggi{
box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
}
.badge-custom {
border: none;
background-color: #f6a926;
padding: 0.5rem 1rem;
font-size: 28px;
font-weight: 300;
margin: 1rem 1rem;
}
.icon {
font-size: 64px;
}
.icon-rotate {
-ms-transform: rotate(-17deg); /* IE 9 */
-webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
transform: rotate(-17deg);
}
.icon-pie{
color: #15c26b !important;
}
.icon-slice{
color: #ff5483 !important;
}
input[type="text"],
input[type="number"] {
background: rgba(255,255,255,0.1);
border: 1px solid #e2e2e2;
border-radius: 5px;
font-size: 16px;
height: auto;
margin: 0;
outline: 0;
padding: 6px 15px;
width: 100%;
background-color: #fff;
color: #8a97a0;
/*box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;*/
} | src/app/dashboard/dashboard.component.css | body{
font-family: 'Open Sans', sans-serif;
}
.navbar {
border-bottom: 1px solid #f2f2f2;
margin-bottom: 0;
}
.menu-grib {
height: 106vh;
border-right: 1px solid #f2f2f2;
}
.menu-style {
padding: 2rem 1rem;
}
.add-to-order{
display: block;
cursor: pointer;
appearance: none;
user-select: none;
text-align: center;
white-space: nowrap;
vertical-align: top;
text-decoration: none;
vertical-align: middle;
height: 3.5rem;
padding: 0 1.5rem;
text-transform: capitalize;
font-size: 16px !important;
font-weight: 400;
font-size: 0.8125rem;
line-height: 2.625rem;
-webkit-font-smoothing: antialiased;
border-radius: 0.25rem;
letter-spacing: 0.09375rem;
transition: all 0.3s ease;
color: #fff;
background-color: #02ccba;
border: 0.125rem solid transparent;
}
.add-to-order:hover{
background-color: #02d1bf;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.padding-zero{
padding:0;
}
.padding-left-zero {
padding-left:0;
}
.button--primary{
display: block;
cursor: pointer;
appearance: none;
user-select: none;
text-align: center;
white-space: nowrap;
vertical-align: top;
text-decoration: none;
vertical-align: middle;
height: 9rem;
padding: 2.9rem 0.5rem;
text-transform: capitalize;
font-size: 15px !important;
font-weight: 500;
font-size: 0.8125rem;
line-height: 2.625rem;
-webkit-font-smoothing: antialiased;
border-radius: 0.25rem;
letter-spacing: 0.09375rem;
transition: all 0.3s ease;
}
/* Blue Button */
.button--primary-blue {
width: 13.75rem;
color: #fff;
background-color: #02b3e4;
border: 0.125rem solid transparent;
}
.button--primary{
box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
}
.button--primary-blue:hover{
outline: none;
color: white;
border-color: transparent;
background-color: #029fcb;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
/* Green button */
.button--primary-veggi{
display: block;
cursor: pointer;
appearance: none;
user-select: none;
/*text-align: center;*/
white-space: nowrap;
vertical-align: top;
text-decoration: none;
vertical-align: middle;
height: 9rem;
padding: 0.9rem 1.5rem;
text-transform: capitalize;
font-size: 15px !important;
font-weight: 500;
font-size: 0.8125rem;
line-height: 2.625rem;
-webkit-font-smoothing: antialiased;
border-radius: 0.25rem;
letter-spacing: 0.09375rem;
transition: all 0.3s ease;
}
.button--primary-green {
color: #333;
background-color: #fff;
border: 0.125rem solid transparent;
}
.button--primary-green:hover{
background-color: #f2f2f2;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.button--primary-veggi{
box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
}
.badge-custom {
border: none;
background-color: #f6a926;
padding: 0.5rem 1rem;
font-size: 28px;
font-weight: 300;
margin: 1rem 1rem;
}
.icon {
font-size: 64px;
}
.icon-rotate {
-ms-transform: rotate(-17deg); /* IE 9 */
-webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
transform: rotate(-17deg);
}
.icon-pie{
color: #15c26b !important;
}
.icon-slice{
color: #ff5483 !important;
}
input[type="text"],
input[type="number"] {
background: rgba(255,255,255,0.1);
border: 1px solid #e2e2e2;
border-radius: 5px;
font-size: 16px;
height: auto;
margin: 0;
outline: 0;
padding: 6px 15px;
width: 100%;
background-color: #fff;
color: #8a97a0;
/*box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;*/
} | 0.334916 | 0.076684 |
body {
}
.lead {
font-size: 20px;
}
#main, #vrp-map-wrapper {
margin: auto;
width: 1000px;
}
#main li {
line-height: 22px;
}
a {
text-decoration: none;
color: #3872f2;
}
a:hover {
color: #3091f7;
}
#button-list {
padding: 10px;
}
#button-list button, #example-list button {
margin: 5px;
}
#example-list {
float: left;
max-width: 190px;
margin-top: 10px;
}
#vrp-map {
float: right;
}
.right {
float: right;
}
.left {
float: left;
}
.leaflet-div-icon {
background: transparent;
border: none;
}
.leaflet-marker-icon .number{
position: relative;
top: -37px;
font-size: 12px;
width: 25px;
text-align: center;
}
#enter_key {
padding-top: 10px;
float: right
}
#custom_key_input {
width: 340px;
}
#custom_key_enabled {
margin-bottom: -5px;
}
#vrp-error {
color: red;
font-weight: bold;
}
#vrp-error, #vrp-response {
padding: 10px;
}
.clear {
clear: both;
}
.hide {
display: none;
}
#custom_key_desc li {
list-style-type: none;
padding-right: 20px;
}
#logo {
padding-bottom: 20px;
}
#get_key_link {
padding: 5px;
}
#instructions-header {
padding: 10px;
}
#instructions {
font-size: medium;
}
.tab-content {
padding-top: 20px;
padding-bottom: 20px;
}
.small {
font-size: small;
}
#mynavigation {
border-top-color: white;
background-color: white;
margin-bottom: 0px;
background-image: linear-gradient(to bottom, white, #e7e7e7);
border-radius: 4px;
font-size: 0;
list-style-type: none;
margin: 5px 0px;
padding: 0;
}
#mynavigation li a {
color: black;
}
#mynavigation li:first-child {
border-left: medium none;
border-radius: 4px 0 0 4px;
}
#mynavigation li {
}
#mynavigation li {
border-left: 1px solid #ddd;
border-right: 1px solid #888;
cursor: pointer;
display: inline-block;
font-size: 16px;
padding-left: 1.1em;
padding-right: 1.1em;
padding-bottom: 0.2em;
text-shadow: 0 1px 1px #f7f7f7;
}
#mynavigation {
list-style-type: none;
}
#mynavigation .current {
border-bottom: 3px inset black;
}
#geocoding-map {
margin-top: 10px;
} | css/style.css | body {
}
.lead {
font-size: 20px;
}
#main, #vrp-map-wrapper {
margin: auto;
width: 1000px;
}
#main li {
line-height: 22px;
}
a {
text-decoration: none;
color: #3872f2;
}
a:hover {
color: #3091f7;
}
#button-list {
padding: 10px;
}
#button-list button, #example-list button {
margin: 5px;
}
#example-list {
float: left;
max-width: 190px;
margin-top: 10px;
}
#vrp-map {
float: right;
}
.right {
float: right;
}
.left {
float: left;
}
.leaflet-div-icon {
background: transparent;
border: none;
}
.leaflet-marker-icon .number{
position: relative;
top: -37px;
font-size: 12px;
width: 25px;
text-align: center;
}
#enter_key {
padding-top: 10px;
float: right
}
#custom_key_input {
width: 340px;
}
#custom_key_enabled {
margin-bottom: -5px;
}
#vrp-error {
color: red;
font-weight: bold;
}
#vrp-error, #vrp-response {
padding: 10px;
}
.clear {
clear: both;
}
.hide {
display: none;
}
#custom_key_desc li {
list-style-type: none;
padding-right: 20px;
}
#logo {
padding-bottom: 20px;
}
#get_key_link {
padding: 5px;
}
#instructions-header {
padding: 10px;
}
#instructions {
font-size: medium;
}
.tab-content {
padding-top: 20px;
padding-bottom: 20px;
}
.small {
font-size: small;
}
#mynavigation {
border-top-color: white;
background-color: white;
margin-bottom: 0px;
background-image: linear-gradient(to bottom, white, #e7e7e7);
border-radius: 4px;
font-size: 0;
list-style-type: none;
margin: 5px 0px;
padding: 0;
}
#mynavigation li a {
color: black;
}
#mynavigation li:first-child {
border-left: medium none;
border-radius: 4px 0 0 4px;
}
#mynavigation li {
}
#mynavigation li {
border-left: 1px solid #ddd;
border-right: 1px solid #888;
cursor: pointer;
display: inline-block;
font-size: 16px;
padding-left: 1.1em;
padding-right: 1.1em;
padding-bottom: 0.2em;
text-shadow: 0 1px 1px #f7f7f7;
}
#mynavigation {
list-style-type: none;
}
#mynavigation .current {
border-bottom: 3px inset black;
}
#geocoding-map {
margin-top: 10px;
} | 0.453988 | 0.143938 |