.flipdown.flipdown__theme-dark {
font-family: sans-serif;
font-weight: bold;
} .flipdown.flipdown__theme-dark .rotor-group-heading:before {
color: #00adef;
font-size: 26px;
letter-spacing: 5px;
} .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #333333;
border:1px solid #5c5b5b;
} .flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
color: #cccccc;
background-color: #2c2c2c;
} .flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
color: #cccccc;
background-color: #333333;
} .flipdown.flipdown__theme-dark .rotor:after {
border-top: solid 1px #2c2c2c;
}  .flipdown.flipdown__theme-light {
font-family: sans-serif;
font-weight: bold;
} .flipdown.flipdown__theme-light .rotor-group-heading:before {
color: #EEEEEE;
} .flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
background-color: #DDDDDD;
} .flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
color: #222222;
background-color: #DDDDDD;
} .flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
color: #333333;
background-color: #EEEEEE;
} .flipdown.flipdown__theme-light .rotor:after {
border-top: solid 1px #222222;
} .flipdown {
overflow: visible;
max-width: 1400px;
margin-top: 100px!important;
margin-bottom: 100px !important;
}
.flipdown .rotor-group {
position: relative;
float: left;
padding-right: 30px;
}
.flipdown .rotor-group:last-child {
padding-right: 0;
}
.flipdown .rotor-group-heading:before {
display: block;
height: 30px;
line-height: 30px;
text-align: center;
margin-top:200px;
}
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
content: attr(data-before);
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: 120px;
left: 215px;
width: 10px;
height: 10px;
border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: 160px;
left: 215px;
width: 10px;
height: 10px;
border-radius: 50%;
}
.flipdown .rotor {
position: relative;
float: left;
width: 100px;
height: 160px;
margin: 0px 5px 0px 0px;
border-radius: 4px;
font-size: 12rem;
text-align: center;
perspective: 400px;
font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
border: 1px solid #3e3e3e;
box-shadow: 3px 3px 5px 0px #5c5b5b;
}
.flipdown .rotor:last-child {
margin-right: 0;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
overflow: hidden;
position: absolute;
width: 100px;
height: 80px;
}
.flipdown .rotor-leaf {
z-index: 1;
position: absolute;
width: 100px;
height: 160px;
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdown .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 0.5s ease-in-out;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: 100px;
height: 80px;
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
line-height: 160px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-leaf-rear {
line-height: 0px;
border-radius: 0px 0px 4px 4px;
transform: rotateX(-180deg);
}
.flipdown .rotor-top {
line-height: 160px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-bottom {
bottom: 0;
line-height: 0px;
border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: 100px;
height: 80px;
border-radius: 0px 0px 4px 4px;
}
@media screen and (max-width:1050px) {
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: 120px;
left: 210px;
width: 10px;
height: 10px;
border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: 160px;
left: 210px;
width: 10px;
height: 10px;
border-radius: 50%;
}
}
@media screen and (max-width:1024px) {
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: 110px;
left: 160px;
width: 8px;
height: 8px;
border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: 80px;
left: 160px;
width: 8px;
height: 8px;
border-radius: 50%;
}
.flipdown .rotor {
position: relative;
float: left;
width: 75px;
height: 120px;
margin: 0px 5px 0px 0px;
border-radius: 4px;
font-size: 9rem;
text-align: center;
perspective: 300px;
font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
border: 1px solid #3e3e3e;
box-shadow: 3px 3px 5px 0px #5c5b5b;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
overflow: hidden;
position: absolute;
width: 75px;
height: 60px;
}
.flipdown .rotor-leaf {
z-index: 1;
position: absolute;
width: 75px;
height: 120px;
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: 75px;
height: 60px;
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
line-height: 120px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-top {
line-height: 120px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: 75px;
height: 60px;
border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 1.0s ease-in-out;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
color: #00adef;
font-size: 18px;
letter-spacing: 2px;
}
.flipdown .rotor-group-heading:before {
display: block;
height: 30px;
line-height: 30px;
text-align: center;
margin-top: 130px;
}
}
@media screen and (max-width:768px) {
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: 80px;
left: 112px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: 65px;
left: 112px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.flipdown .rotor {
position: relative;
float: left;
width: 50px;
height: 80px;
margin: 0px 5px 0px 0px;
border-radius: 4px;
font-size: 6rem;
text-align: center;
perspective: 300px;
font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
border: 1px solid #3e3e3e;
box-shadow: 3px 3px 5px 0px #5c5b5b;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
overflow: hidden;
position: absolute;
width: 50px;
height: 40px;
}
.flipdown .rotor-leaf {
z-index: 1;
position: absolute;
width: 50px;
height: 80px;
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: 50px;
height: 40px;
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
line-height: 80px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-top {
line-height: 80px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: 50px;
height: 40px;
border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 1.0s ease-in-out;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
color: #00adef;
font-size: 12px;
letter-spacing: 2px;
}
.flipdown .rotor-group-heading:before {
display: block;
height: 30px;
line-height: 30px;
text-align: center;
margin-top: 90px;
}
.flipdown {
margin-top: 80px !important;
margin-bottom: 20px !important;
}
}
@media screen and (max-width:5px) {
.flipdown {
width: 312px;
height: 70px;
}
.flipdown .rotor {
font-size: 2.2rem;
margin-right: 3px;
}
.flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
width: 30px;
}
.flipdown .rotor-group {
padding-right: 20px;
}
.flipdown .rotor-group:last-child {
padding-right: 0px;
}
.flipdown .rotor-group-heading:before {
font-size: 0.8rem;
height: 20px;
line-height: 20px;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
left: 69px;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
bottom: 13px;
height: 8px;
width: 8px;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
bottom: 29px;
height: 8px;
width: 8px;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-top {
line-height: 50px;
}
.flipdown .rotor-leaf,
.flipdown .rotor {
height: 50px;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
height: 25px;
}
}
@media screen and (max-width:550px) {
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: 65px;
left: 91px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: 48px;
left: 91px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.flipdown .rotor {
position: relative;
float: left;
width: 40px;
height: 64px;
margin: 0px 5px 0px 0px;
border-radius: 4px;
font-size: 5rem;
text-align: center;
perspective: 300px;
font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
border: 1px solid #3e3e3e;
box-shadow: 3px 3px 5px 0px #5c5b5b;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
overflow: hidden;
position: absolute;
width: 40px;
height: 32px;
}
.flipdown .rotor-leaf {
z-index: 1;
position: absolute;
width: 40px;
height: 64px;
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: 40px;
height: 32px;
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
line-height: 64px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-top {
line-height: 64px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: 40px;
height: 32px;
border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 1.0s ease-in-out;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
color: #00adef;
font-size: 1.2rem;
letter-spacing: 1px;
}
.flipdown .rotor-group-heading:before {
display: block;
height: 30px;
line-height: 30px;
text-align: center;
margin-top: 64px;
}
.flipdown {
margin-top: 80px !important;
margin-bottom: 20px !important;
padding-left:10px;
}
}
@media screen and (max-width:455px) {
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
content: '';
position: absolute;
bottom: 52px;
left: 61px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
content: '';
position: absolute;
bottom: 40px;
left: 61px;
width: 6px;
height: 6px;
border-radius: 50%;
}
.flipdown .rotor {
position: relative;
float: left;
width: 25px;
height: 40px;
margin: 0px 5px 0px 0px;
border-radius: 4px;
font-size: 3rem;
text-align: center;
perspective: 300px;
font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
border: 1px solid #3e3e3e;
box-shadow: 3px 3px 5px 0px #5c5b5b;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
overflow: hidden;
position: absolute;
width: 25px;
height: 20px;
}
.flipdown .rotor-leaf {
z-index: 1;
position: absolute;
width: 25px;
height: 40px;
transform-style: preserve-3d;
transition: transform 0s;
}
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
overflow: hidden;
position: absolute;
width: 25px;
height: 20px;
margin: 0;
transform: rotateX(0deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.flipdown .rotor-leaf-front {
line-height: 40px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor-top {
line-height: 40px;
border-radius: 4px 4px 0px 0px;
}
.flipdown .rotor:after {
content: '';
z-index: 2;
position: absolute;
bottom: 0px;
left: 0px;
width: 25px;
height: 20px;
border-radius: 0px 0px 4px 4px;
}
.flipdown .rotor-leaf.flipped {
transform: rotateX(-180deg);
transition: all 1.0s ease-in-out;
}
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
color: #00adef;
font-size: 0.9rem;
letter-spacing: 1px;
}
.flipdown .rotor-group-heading:before {
display: block;
height: 30px;
line-height: 30px;
text-align: center;
margin-top: 40px;
}
.flipdown {
margin-top: 80px !important;
margin-bottom: 20px !important;
}
}